vpcv1

package
v0.19.0 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Apr 20, 2022 License: Apache-2.0 Imports: 9 Imported by: 0

Documentation

Overview

Package vpcv1 : Operations and models for the VpcV1 service

Index

Constants

View Source
const (
	BareMetalServerStatusFailedConst      = "failed"
	BareMetalServerStatusMaintenanceConst = "maintenance"
	BareMetalServerStatusPendingConst     = "pending"
	BareMetalServerStatusRestartingConst  = "restarting"
	BareMetalServerStatusRunningConst     = "running"
	BareMetalServerStatusStartingConst    = "starting"
	BareMetalServerStatusStoppedConst     = "stopped"
	BareMetalServerStatusStoppingConst    = "stopping"
)

Constants associated with the BareMetalServer.Status property. The status of the bare metal server.

View Source
const (
	BareMetalServerConsoleAccessTokenConsoleTypeSerialConst = "serial"
	BareMetalServerConsoleAccessTokenConsoleTypeVncConst    = "vnc"
)

Constants associated with the BareMetalServerConsoleAccessToken.ConsoleType property. The bare metal server console type for which this token may be used.

View Source
const (
	BareMetalServerDiskInterfaceTypeNvmeConst = "nvme"
	BareMetalServerDiskInterfaceTypeSataConst = "sata"
)

Constants associated with the BareMetalServerDisk.InterfaceType property. The disk interface used for attaching the disk.

The enumerated values for this property are expected to expand in the future. When processing this property, check for and log unknown values. Optionally halt processing and surface the error, or bypass the resource on which the unexpected property value was encountered.

View Source
const (
	BareMetalServerNetworkInterfaceInterfaceTypePciConst  = "pci"
	BareMetalServerNetworkInterfaceInterfaceTypeVlanConst = "vlan"
)

Constants associated with the BareMetalServerNetworkInterface.InterfaceType property. The network interface type:

  • `pci`: a physical PCI device which can only be created or deleted when the bare metal server is stopped
  • Has an `allowed_vlans` property which controls the VLANs that will be permitted to use the pci interface
  • Cannot directly use an IEEE 802.1q VLAN tag.
  • `vlan`: a virtual device, used through a `pci` device that has the `vlan` in its array of `allowed_vlans`.
  • Must use an IEEE 802.1q tag.
  • Has its own security groups and does not inherit those of the PCI device through which traffic flows.
View Source
const (
	BareMetalServerNetworkInterfaceStatusAvailableConst = "available"
	BareMetalServerNetworkInterfaceStatusDeletingConst  = "deleting"
	BareMetalServerNetworkInterfaceStatusFailedConst    = "failed"
	BareMetalServerNetworkInterfaceStatusPendingConst   = "pending"
)

Constants associated with the BareMetalServerNetworkInterface.Status property. The status of the network interface.

View Source
const (
	BareMetalServerNetworkInterfaceTypePrimaryConst   = "primary"
	BareMetalServerNetworkInterfaceTypeSecondaryConst = "secondary"
)

Constants associated with the BareMetalServerNetworkInterface.Type property. The type of this bare metal server network interface.

View Source
const (
	BareMetalServerNetworkInterfacePrototypeInterfaceTypePciConst  = "pci"
	BareMetalServerNetworkInterfacePrototypeInterfaceTypeVlanConst = "vlan"
)

Constants associated with the BareMetalServerNetworkInterfacePrototype.InterfaceType property. The network interface type:

  • `pci`: a physical PCI device which can only be created or deleted when the bare metal server is stopped
  • Has an `allowed_vlans` property which controls the VLANs that will be permitted to use the pci interface
  • Cannot directly use an IEEE 802.1q VLAN tag.
  • `vlan`: a virtual device, used through a `pci` device that has the `vlan` in its array of `allowed_vlans`.
  • Must use an IEEE 802.1q tag.
  • Has its own security groups and does not inherit those of the PCI device through which traffic flows.
View Source
const (
	BareMetalServerProfileDiskSupportedInterfacesDefaultNvmeConst = "nvme"
	BareMetalServerProfileDiskSupportedInterfacesDefaultSataConst = "sata"
)

Constants associated with the BareMetalServerProfileDiskSupportedInterfaces.Default property. The disk interface used for attaching the disk.

The enumerated values for this property are expected to expand in the future. When processing this property, check for and log unknown values. Optionally halt processing and surface the error, or bypass the resource on which the unexpected property value was encountered.

View Source
const (
	BareMetalServerProfileDiskSupportedInterfacesValuesNvmeConst = "nvme"
	BareMetalServerProfileDiskSupportedInterfacesValuesSataConst = "sata"
)

Constants associated with the BareMetalServerProfileDiskSupportedInterfaces.Values property. The disk interface used for attaching the disk.

The enumerated values for this property are expected to expand in the future. When processing this property, check for and log unknown values. Optionally halt processing and surface the error, or bypass the resource on which the unexpected property value was encountered.

View Source
const (
	BareMetalServerProfileSupportedTrustedPlatformModuleModesValuesTpm2Const        = "tpm_2"
	BareMetalServerProfileSupportedTrustedPlatformModuleModesValuesTpm2WithTxtConst = "tpm_2_with_txt"
)

Constants associated with the BareMetalServerProfileSupportedTrustedPlatformModuleModes.Values property. The mode for the trusted platform module (TPM): - `tpm_2`: Standard TPM 2 capabilities - `tpm_2_with_txt`: Standard TPM 2 with Intel Trusted Execution Technology (TXT)

The enumerated values for this property are expected to expand in the future. When processing this property, check for and log unknown values. Optionally halt processing and surface the error, or bypass the resource on which the unexpected property value was encountered.

View Source
const (
	BareMetalServerStatusReasonCodeCannotStartConst          = "cannot_start"
	BareMetalServerStatusReasonCodeCannotStartCapacityConst  = "cannot_start_capacity"
	BareMetalServerStatusReasonCodeCannotStartComputeConst   = "cannot_start_compute"
	BareMetalServerStatusReasonCodeCannotStartIPAddressConst = "cannot_start_ip_address"
	BareMetalServerStatusReasonCodeCannotStartNetworkConst   = "cannot_start_network"
)

Constants associated with the BareMetalServerStatusReason.Code property. The status reason code: - `cannot_start`: Failed to start due to an internal error - `cannot_start_capacity`: Insufficient capacity within the selected zone - `cannot_start_compute`: An error occurred while allocating compute resources - `cannot_start_ip_address`: An error occurred while allocating an IP address - `cannot_start_network`: An error occurred while allocating network resources.

View Source
const (
	BareMetalServerTrustedPlatformModuleModeTpm2Const        = "tpm_2"
	BareMetalServerTrustedPlatformModuleModeTpm2WithTxtConst = "tpm_2_with_txt"
)

Constants associated with the BareMetalServerTrustedPlatformModule.Mode property. The mode for the trusted platform module (TPM): - `tpm_2`: Standard TPM 2 capabilities - `tpm_2_with_txt`: Standard TPM 2 with Intel Trusted Execution Technology (TXT)

The enumerated values for this property are expected to expand in the future. When processing this property, check for and log unknown values. Optionally halt processing and surface the error, or bypass the resource on which the unexpected property value was encountered.

View Source
const (
	CreateBareMetalServerConsoleAccessTokenOptionsConsoleTypeSerialConst = "serial"
	CreateBareMetalServerConsoleAccessTokenOptionsConsoleTypeVncConst    = "vnc"
)

Constants associated with the CreateBareMetalServerConsoleAccessTokenOptions.ConsoleType property. The bare metal server console type for which this token may be used.

View Source
const (
	CreateDedicatedHostGroupOptionsFamilyBalancedConst = "balanced"
	CreateDedicatedHostGroupOptionsFamilyComputeConst  = "compute"
	CreateDedicatedHostGroupOptionsFamilyMemoryConst   = "memory"
)

Constants associated with the CreateDedicatedHostGroupOptions.Family property. The dedicated host profile family for hosts in this group.

View Source
const (
	CreateIkePolicyOptionsAuthenticationAlgorithmMd5Const    = "md5"
	CreateIkePolicyOptionsAuthenticationAlgorithmSha1Const   = "sha1"
	CreateIkePolicyOptionsAuthenticationAlgorithmSha256Const = "sha256"
	CreateIkePolicyOptionsAuthenticationAlgorithmSha512Const = "sha512"
)

Constants associated with the CreateIkePolicyOptions.AuthenticationAlgorithm property. The authentication algorithm.

View Source
const (
	CreateIkePolicyOptionsEncryptionAlgorithmAes128Const    = "aes128"
	CreateIkePolicyOptionsEncryptionAlgorithmAes256Const    = "aes256"
	CreateIkePolicyOptionsEncryptionAlgorithmTripleDesConst = "triple_des"
)

Constants associated with the CreateIkePolicyOptions.EncryptionAlgorithm property. The encryption algorithm.

View Source
const (
	CreateInstanceActionOptionsTypeRebootConst = "reboot"
	CreateInstanceActionOptionsTypeStartConst  = "start"
	CreateInstanceActionOptionsTypeStopConst   = "stop"
)

Constants associated with the CreateInstanceActionOptions.Type property. The type of action.

View Source
const (
	CreateInstanceConsoleAccessTokenOptionsConsoleTypeSerialConst = "serial"
	CreateInstanceConsoleAccessTokenOptionsConsoleTypeVncConst    = "vnc"
)

Constants associated with the CreateInstanceConsoleAccessTokenOptions.ConsoleType property. The instance console type for which this token may be used.

View Source
const (
	CreateIpsecPolicyOptionsAuthenticationAlgorithmMd5Const    = "md5"
	CreateIpsecPolicyOptionsAuthenticationAlgorithmSha1Const   = "sha1"
	CreateIpsecPolicyOptionsAuthenticationAlgorithmSha256Const = "sha256"
	CreateIpsecPolicyOptionsAuthenticationAlgorithmSha512Const = "sha512"
)

Constants associated with the CreateIpsecPolicyOptions.AuthenticationAlgorithm property. The authentication algorithm.

View Source
const (
	CreateIpsecPolicyOptionsEncryptionAlgorithmAes128Const    = "aes128"
	CreateIpsecPolicyOptionsEncryptionAlgorithmAes256Const    = "aes256"
	CreateIpsecPolicyOptionsEncryptionAlgorithmTripleDesConst = "triple_des"
)

Constants associated with the CreateIpsecPolicyOptions.EncryptionAlgorithm property. The encryption algorithm.

View Source
const (
	CreateIpsecPolicyOptionsPfsDisabledConst = "disabled"
	CreateIpsecPolicyOptionsPfsGroup14Const  = "group_14"
	CreateIpsecPolicyOptionsPfsGroup19Const  = "group_19"
	CreateIpsecPolicyOptionsPfsGroup2Const   = "group_2"
	CreateIpsecPolicyOptionsPfsGroup5Const   = "group_5"
)

Constants associated with the CreateIpsecPolicyOptions.Pfs property. Perfect Forward Secrecy.

View Source
const (
	CreateLoadBalancerListenerOptionsProtocolHTTPConst  = "http"
	CreateLoadBalancerListenerOptionsProtocolHTTPSConst = "https"
	CreateLoadBalancerListenerOptionsProtocolTCPConst   = "tcp"
	CreateLoadBalancerListenerOptionsProtocolUDPConst   = "udp"
)

Constants associated with the CreateLoadBalancerListenerOptions.Protocol property. The listener protocol. Each listener in the load balancer must have a unique `port` and `protocol` combination. Additional restrictions: - If this load balancer is in the `network` family:

  • The protocol must be `tcp` or `udp` (if `udp_supported` is `true`).
  • If `default_pool` is set, the pool protocol must match.

- If `https_redirect` is set, the protocol must be `http`.

View Source
const (
	CreateLoadBalancerListenerPolicyOptionsActionForwardConst       = "forward"
	CreateLoadBalancerListenerPolicyOptionsActionHTTPSRedirectConst = "https_redirect"
	CreateLoadBalancerListenerPolicyOptionsActionRedirectConst      = "redirect"
	CreateLoadBalancerListenerPolicyOptionsActionRejectConst        = "reject"
)

Constants associated with the CreateLoadBalancerListenerPolicyOptions.Action property. The policy action.

The enumerated values for this property are expected to expand in the future. When processing this property, check for and log unknown values. Optionally halt processing and surface the error, or bypass the policy on which the unexpected property value was encountered.

View Source
const (
	CreateLoadBalancerListenerPolicyRuleOptionsConditionContainsConst     = "contains"
	CreateLoadBalancerListenerPolicyRuleOptionsConditionEqualsConst       = "equals"
	CreateLoadBalancerListenerPolicyRuleOptionsConditionMatchesRegexConst = "matches_regex"
)

Constants associated with the CreateLoadBalancerListenerPolicyRuleOptions.Condition property. The condition of the rule.

View Source
const (
	CreateLoadBalancerListenerPolicyRuleOptionsTypeBodyConst     = "body"
	CreateLoadBalancerListenerPolicyRuleOptionsTypeHeaderConst   = "header"
	CreateLoadBalancerListenerPolicyRuleOptionsTypeHostnameConst = "hostname"
	CreateLoadBalancerListenerPolicyRuleOptionsTypePathConst     = "path"
	CreateLoadBalancerListenerPolicyRuleOptionsTypeQueryConst    = "query"
)

Constants associated with the CreateLoadBalancerListenerPolicyRuleOptions.Type property. The type of the rule.

Body rules are applied to form-encoded request bodies using the `UTF-8` character set.

View Source
const (
	CreateLoadBalancerPoolOptionsAlgorithmLeastConnectionsConst   = "least_connections"
	CreateLoadBalancerPoolOptionsAlgorithmRoundRobinConst         = "round_robin"
	CreateLoadBalancerPoolOptionsAlgorithmWeightedRoundRobinConst = "weighted_round_robin"
)

Constants associated with the CreateLoadBalancerPoolOptions.Algorithm property. The load balancing algorithm.

View Source
const (
	CreateLoadBalancerPoolOptionsProtocolHTTPConst  = "http"
	CreateLoadBalancerPoolOptionsProtocolHTTPSConst = "https"
	CreateLoadBalancerPoolOptionsProtocolTCPConst   = "tcp"
	CreateLoadBalancerPoolOptionsProtocolUDPConst   = "udp"
)

Constants associated with the CreateLoadBalancerPoolOptions.Protocol property. The protocol used for this load balancer pool. Load balancers in the `network` family support `tcp` and `udp` (if `udp_supported` is `true`). Load balancers in the `application` family support `tcp`, `http`, and `https`.

View Source
const (
	CreateLoadBalancerPoolOptionsProxyProtocolDisabledConst = "disabled"
	CreateLoadBalancerPoolOptionsProxyProtocolV1Const       = "v1"
	CreateLoadBalancerPoolOptionsProxyProtocolV2Const       = "v2"
)

Constants associated with the CreateLoadBalancerPoolOptions.ProxyProtocol property. The PROXY protocol setting for this pool: - `v1`: Enabled with version 1 (human-readable header format) - `v2`: Enabled with version 2 (binary header format) - `disabled`: Disabled

Supported by load balancers in the `application` family (otherwise always `disabled`).

View Source
const (
	CreatePlacementGroupOptionsStrategyHostSpreadConst  = "host_spread"
	CreatePlacementGroupOptionsStrategyPowerSpreadConst = "power_spread"
)

Constants associated with the CreatePlacementGroupOptions.Strategy property. The strategy for this placement group - `host_spread`: place on different compute hosts - `power_spread`: place on compute hosts that use different power sources

The enumerated values for this property may expand in the future. When processing this property, check for and log unknown values. Optionally halt processing and surface the error, or bypass the placement group on which the unexpected strategy was encountered.

View Source
const (
	CreateVPCOptionsAddressPrefixManagementAutoConst   = "auto"
	CreateVPCOptionsAddressPrefixManagementManualConst = "manual"
)

Constants associated with the CreateVPCOptions.AddressPrefixManagement property. Indicates whether a default address prefix will be automatically created for each zone in this VPC. If `manual`, this VPC will be created with no default address prefixes.

Since address prefixes are managed identically regardless of whether they were automatically created, the value is not preserved as a VPC property.

View Source
const (
	CreateVPCRouteOptionsActionDelegateConst    = "delegate"
	CreateVPCRouteOptionsActionDelegateVPCConst = "delegate_vpc"
	CreateVPCRouteOptionsActionDeliverConst     = "deliver"
	CreateVPCRouteOptionsActionDropConst        = "drop"
)

Constants associated with the CreateVPCRouteOptions.Action property. The action to perform with a packet matching the route:

  • `delegate`: delegate to the system's built-in routes
  • `delegate_vpc`: delegate to the system's built-in routes, ignoring Internet-bound routes
  • `deliver`: deliver the packet to the specified `next_hop`
  • `drop`: drop the packet.
View Source
const (
	CreateVPCRoutingTableRouteOptionsActionDelegateConst    = "delegate"
	CreateVPCRoutingTableRouteOptionsActionDelegateVPCConst = "delegate_vpc"
	CreateVPCRoutingTableRouteOptionsActionDeliverConst     = "deliver"
	CreateVPCRoutingTableRouteOptionsActionDropConst        = "drop"
)

Constants associated with the CreateVPCRoutingTableRouteOptions.Action property. The action to perform with a packet matching the route:

  • `delegate`: delegate to the system's built-in routes
  • `delegate_vpc`: delegate to the system's built-in routes, ignoring Internet-bound routes
  • `deliver`: deliver the packet to the specified `next_hop`
  • `drop`: drop the packet.
View Source
const (
	DedicatedHostLifecycleStateDeletingConst  = "deleting"
	DedicatedHostLifecycleStateFailedConst    = "failed"
	DedicatedHostLifecycleStatePendingConst   = "pending"
	DedicatedHostLifecycleStateStableConst    = "stable"
	DedicatedHostLifecycleStateSuspendedConst = "suspended"
	DedicatedHostLifecycleStateUpdatingConst  = "updating"
	DedicatedHostLifecycleStateWaitingConst   = "waiting"
)

Constants associated with the DedicatedHost.LifecycleState property. The lifecycle state of the dedicated host.

View Source
const (
	DedicatedHostStateAvailableConst   = "available"
	DedicatedHostStateDegradedConst    = "degraded"
	DedicatedHostStateMigratingConst   = "migrating"
	DedicatedHostStateUnavailableConst = "unavailable"
)

Constants associated with the DedicatedHost.State property. The administrative state of the dedicated host.

The enumerated values for this property are expected to expand in the future. When processing this property, check for and log unknown values. Optionally halt processing and surface the error, or bypass the dedicated host on which the unexpected property value was encountered.

View Source
const (
	DedicatedHostDiskLifecycleStateDeletingConst  = "deleting"
	DedicatedHostDiskLifecycleStateFailedConst    = "failed"
	DedicatedHostDiskLifecycleStatePendingConst   = "pending"
	DedicatedHostDiskLifecycleStateStableConst    = "stable"
	DedicatedHostDiskLifecycleStateSuspendedConst = "suspended"
	DedicatedHostDiskLifecycleStateUpdatingConst  = "updating"
	DedicatedHostDiskLifecycleStateWaitingConst   = "waiting"
)

Constants associated with the DedicatedHostDisk.LifecycleState property. The lifecycle state of this dedicated host disk.

View Source
const (
	DedicatedHostDiskSupportedInstanceInterfaceTypesNvmeConst      = "nvme"
	DedicatedHostDiskSupportedInstanceInterfaceTypesVirtioBlkConst = "virtio_blk"
)

Constants associated with the DedicatedHostDisk.SupportedInstanceInterfaceTypes property. The disk interface used for attaching the disk.

The enumerated values for this property are expected to expand in the future. When processing this property, check for and log unknown values. Optionally halt processing and surface the error, or bypass the resource on which the unexpected property value was encountered.

View Source
const (
	DedicatedHostGroupFamilyBalancedConst = "balanced"
	DedicatedHostGroupFamilyComputeConst  = "compute"
	DedicatedHostGroupFamilyMemoryConst   = "memory"
)

Constants associated with the DedicatedHostGroup.Family property. The dedicated host profile family for hosts in this group.

View Source
const (
	DedicatedHostProfileFamilyBalancedConst = "balanced"
	DedicatedHostProfileFamilyComputeConst  = "compute"
	DedicatedHostProfileFamilyMemoryConst   = "memory"
)

Constants associated with the DedicatedHostProfile.Family property. The product family this dedicated host profile belongs to

The enumerated values for this property are expected to expand in the future. When processing this property, check for and log unknown values. Optionally halt processing and surface the error, or bypass the resource on which the unexpected property value was encountered.

View Source
const (
	DedicatedHostProfileDiskSupportedInterfacesValueNvmeConst      = "nvme"
	DedicatedHostProfileDiskSupportedInterfacesValueVirtioBlkConst = "virtio_blk"
)

Constants associated with the DedicatedHostProfileDiskSupportedInterfaces.Value property. The disk interface used for attaching the disk.

The enumerated values for this property are expected to expand in the future. When processing this property, check for and log unknown values. Optionally halt processing and surface the error, or bypass the resource on which the unexpected property value was encountered.

View Source
const (
	DefaultRoutingTableLifecycleStateDeletingConst  = "deleting"
	DefaultRoutingTableLifecycleStateFailedConst    = "failed"
	DefaultRoutingTableLifecycleStatePendingConst   = "pending"
	DefaultRoutingTableLifecycleStateStableConst    = "stable"
	DefaultRoutingTableLifecycleStateSuspendedConst = "suspended"
	DefaultRoutingTableLifecycleStateUpdatingConst  = "updating"
	DefaultRoutingTableLifecycleStateWaitingConst   = "waiting"
)

Constants associated with the DefaultRoutingTable.LifecycleState property. The lifecycle state of the routing table.

View Source
const (
	EndpointGatewayHealthStateDegradedConst     = "degraded"
	EndpointGatewayHealthStateFaultedConst      = "faulted"
	EndpointGatewayHealthStateInapplicableConst = "inapplicable"
	EndpointGatewayHealthStateOkConst           = "ok"
)

Constants associated with the EndpointGateway.HealthState property. The health of this resource. - `ok`: No abnormal behavior detected - `degraded`: Experiencing compromised performance, capacity, or connectivity - `faulted`: Completely unreachable, inoperative, or otherwise entirely incapacitated - `inapplicable`: The health state does not apply because of the current lifecycle state. A resource with a lifecycle state of `failed` or `deleting` will have a health state of `inapplicable`. A `pending` resource may also have this state.

View Source
const (
	EndpointGatewayLifecycleStateDeletingConst  = "deleting"
	EndpointGatewayLifecycleStateFailedConst    = "failed"
	EndpointGatewayLifecycleStatePendingConst   = "pending"
	EndpointGatewayLifecycleStateStableConst    = "stable"
	EndpointGatewayLifecycleStateSuspendedConst = "suspended"
	EndpointGatewayLifecycleStateUpdatingConst  = "updating"
	EndpointGatewayLifecycleStateWaitingConst   = "waiting"
)

Constants associated with the EndpointGateway.LifecycleState property. The lifecycle state of the endpoint gateway.

View Source
const (
	EndpointGatewayTargetPrototypeResourceTypeProviderCloudServiceConst          = "provider_cloud_service"
	EndpointGatewayTargetPrototypeResourceTypeProviderInfrastructureServiceConst = "provider_infrastructure_service"
)

Constants associated with the EndpointGatewayTargetPrototype.ResourceType property. The type of target for this endpoint gateway.

View Source
const (
	FloatingIPStatusAvailableConst = "available"
	FloatingIPStatusDeletingConst  = "deleting"
	FloatingIPStatusFailedConst    = "failed"
	FloatingIPStatusPendingConst   = "pending"
)

Constants associated with the FloatingIP.Status property. The status of the floating IP.

View Source
const (
	FlowLogCollectorLifecycleStateDeletingConst  = "deleting"
	FlowLogCollectorLifecycleStateFailedConst    = "failed"
	FlowLogCollectorLifecycleStatePendingConst   = "pending"
	FlowLogCollectorLifecycleStateStableConst    = "stable"
	FlowLogCollectorLifecycleStateSuspendedConst = "suspended"
	FlowLogCollectorLifecycleStateUpdatingConst  = "updating"
	FlowLogCollectorLifecycleStateWaitingConst   = "waiting"
)

Constants associated with the FlowLogCollector.LifecycleState property. The lifecycle state of the flow log collector.

View Source
const (
	IkePolicyAuthenticationAlgorithmMd5Const    = "md5"
	IkePolicyAuthenticationAlgorithmSha1Const   = "sha1"
	IkePolicyAuthenticationAlgorithmSha256Const = "sha256"
	IkePolicyAuthenticationAlgorithmSha512Const = "sha512"
)

Constants associated with the IkePolicy.AuthenticationAlgorithm property. The authentication algorithm.

View Source
const (
	IkePolicyEncryptionAlgorithmAes128Const    = "aes128"
	IkePolicyEncryptionAlgorithmAes256Const    = "aes256"
	IkePolicyEncryptionAlgorithmTripleDesConst = "triple_des"
)

Constants associated with the IkePolicy.EncryptionAlgorithm property. The encryption algorithm.

View Source
const (
	IkePolicyPatchAuthenticationAlgorithmMd5Const    = "md5"
	IkePolicyPatchAuthenticationAlgorithmSha1Const   = "sha1"
	IkePolicyPatchAuthenticationAlgorithmSha256Const = "sha256"
	IkePolicyPatchAuthenticationAlgorithmSha512Const = "sha512"
)

Constants associated with the IkePolicyPatch.AuthenticationAlgorithm property. The authentication algorithm.

View Source
const (
	IkePolicyPatchEncryptionAlgorithmAes128Const    = "aes128"
	IkePolicyPatchEncryptionAlgorithmAes256Const    = "aes256"
	IkePolicyPatchEncryptionAlgorithmTripleDesConst = "triple_des"
)

Constants associated with the IkePolicyPatch.EncryptionAlgorithm property. The encryption algorithm.

View Source
const (
	IPsecPolicyAuthenticationAlgorithmMd5Const    = "md5"
	IPsecPolicyAuthenticationAlgorithmSha1Const   = "sha1"
	IPsecPolicyAuthenticationAlgorithmSha256Const = "sha256"
	IPsecPolicyAuthenticationAlgorithmSha512Const = "sha512"
)

Constants associated with the IPsecPolicy.AuthenticationAlgorithm property. The authentication algorithm.

View Source
const (
	IPsecPolicyEncryptionAlgorithmAes128Const    = "aes128"
	IPsecPolicyEncryptionAlgorithmAes256Const    = "aes256"
	IPsecPolicyEncryptionAlgorithmTripleDesConst = "triple_des"
)

Constants associated with the IPsecPolicy.EncryptionAlgorithm property. The encryption algorithm.

View Source
const (
	IPsecPolicyPfsDisabledConst = "disabled"
	IPsecPolicyPfsGroup14Const  = "group_14"
	IPsecPolicyPfsGroup19Const  = "group_19"
	IPsecPolicyPfsGroup2Const   = "group_2"
	IPsecPolicyPfsGroup5Const   = "group_5"
)

Constants associated with the IPsecPolicy.Pfs property. Perfect Forward Secrecy.

View Source
const (
	IPsecPolicyPatchAuthenticationAlgorithmMd5Const    = "md5"
	IPsecPolicyPatchAuthenticationAlgorithmSha1Const   = "sha1"
	IPsecPolicyPatchAuthenticationAlgorithmSha256Const = "sha256"
	IPsecPolicyPatchAuthenticationAlgorithmSha512Const = "sha512"
)

Constants associated with the IPsecPolicyPatch.AuthenticationAlgorithm property. The authentication algorithm.

View Source
const (
	IPsecPolicyPatchEncryptionAlgorithmAes128Const    = "aes128"
	IPsecPolicyPatchEncryptionAlgorithmAes256Const    = "aes256"
	IPsecPolicyPatchEncryptionAlgorithmTripleDesConst = "triple_des"
)

Constants associated with the IPsecPolicyPatch.EncryptionAlgorithm property. The encryption algorithm.

View Source
const (
	IPsecPolicyPatchPfsDisabledConst = "disabled"
	IPsecPolicyPatchPfsGroup14Const  = "group_14"
	IPsecPolicyPatchPfsGroup19Const  = "group_19"
	IPsecPolicyPatchPfsGroup2Const   = "group_2"
	IPsecPolicyPatchPfsGroup5Const   = "group_5"
)

Constants associated with the IPsecPolicyPatch.Pfs property. Perfect Forward Secrecy.

View Source
const (
	ImageEncryptionNoneConst        = "none"
	ImageEncryptionUserManagedConst = "user_managed"
)

Constants associated with the Image.Encryption property. The type of encryption used on the image.

View Source
const (
	ImageStatusAvailableConst  = "available"
	ImageStatusDeletingConst   = "deleting"
	ImageStatusDeprecatedConst = "deprecated"
	ImageStatusFailedConst     = "failed"
	ImageStatusPendingConst    = "pending"
	ImageStatusTentativeConst  = "tentative"
	ImageStatusUnusableConst   = "unusable"
)

Constants associated with the Image.Status property. The status of this image

  • available: image can be used (provisionable)
  • deleting: image is being deleted, and can no longer be used to provision new resources
  • deprecated: image can be used, but is slated to become `obsolete` (provisionable)
  • failed: image is corrupt or did not pass validation
  • obsolete: image can no longer be used to provision new resources
  • pending: image is being imported and is not yet `available`
  • tentative: image import has timed out (contact support)
  • unusable: image cannot be used (see `status_reasons[]` for possible remediation)

The enumerated values for this property are expected to expand in the future. When processing this property, check for and log unknown values. Optionally halt processing and surface the error, or bypass the image on which the unexpected property value was encountered.

View Source
const (
	ImageVisibilityPrivateConst = "private"
	ImageVisibilityPublicConst  = "public"
)

Constants associated with the Image.Visibility property. Whether the image is publicly visible or private to the account.

View Source
const (
	ImageStatusReasonCodeEncryptionKeyDeletedConst   = "encryption_key_deleted"
	ImageStatusReasonCodeEncryptionKeyDisabledConst  = "encryption_key_disabled"
	ImageStatusReasonCodeImageRequestInProgressConst = "image_request_in_progress"
	ImageStatusReasonCodeImageRequestQueuedConst     = "image_request_queued"
)

Constants associated with the ImageStatusReason.Code property. A snake case string succinctly identifying the status reason.

View Source
const (
	InstanceStatusDeletingConst   = "deleting"
	InstanceStatusFailedConst     = "failed"
	InstanceStatusPausedConst     = "paused"
	InstanceStatusPausingConst    = "pausing"
	InstanceStatusPendingConst    = "pending"
	InstanceStatusRestartingConst = "restarting"
	InstanceStatusResumingConst   = "resuming"
	InstanceStatusRunningConst    = "running"
	InstanceStatusStartingConst   = "starting"
	InstanceStatusStoppedConst    = "stopped"
	InstanceStatusStoppingConst   = "stopping"
)

Constants associated with the Instance.Status property. The status of the virtual server instance.

View Source
const (
	InstanceActionStatusCompletedConst = "completed"
	InstanceActionStatusFailedConst    = "failed"
	InstanceActionStatusPendingConst   = "pending"
	InstanceActionStatusRunningConst   = "running"
)

Constants associated with the InstanceAction.Status property. The current status of this action.

View Source
const (
	InstanceActionTypeRebootConst = "reboot"
	InstanceActionTypeStartConst  = "start"
	InstanceActionTypeStopConst   = "stop"
)

Constants associated with the InstanceAction.Type property. The type of action.

View Source
const (
	InstanceAvailabilityPolicyHostFailureRestartConst = "restart"
	InstanceAvailabilityPolicyHostFailureStopConst    = "stop"
)

Constants associated with the InstanceAvailabilityPolicy.HostFailure property. The action to perform if the compute host experiences a failure. - `restart`: Automatically restart the virtual server instance after host failure - `stop`: Leave the virtual server instance stopped after host failure

The enumerated values for this property are expected to expand in the future. When processing this property, check for and log unknown values. Optionally halt processing and surface the error, or bypass the instance on which the unexpected property value was encountered.

View Source
const (
	InstanceAvailabilityPolicyPatchHostFailureRestartConst = "restart"
	InstanceAvailabilityPolicyPatchHostFailureStopConst    = "stop"
)

Constants associated with the InstanceAvailabilityPolicyPatch.HostFailure property. The action to perform if the compute host experiences a failure. - `restart`: Automatically restart the virtual server instance after host failure - `stop`: Leave the virtual server instance stopped after host failure

The enumerated values for this property are expected to expand in the future. When processing this property, check for and log unknown values. Optionally halt processing and surface the error, or bypass the instance on which the unexpected property value was encountered.

View Source
const (
	InstanceAvailabilityPrototypeHostFailureRestartConst = "restart"
	InstanceAvailabilityPrototypeHostFailureStopConst    = "stop"
)

Constants associated with the InstanceAvailabilityPrototype.HostFailure property. The action to perform if the compute host experiences a failure. - `restart`: Automatically restart the virtual server instance after host failure - `stop`: Leave the virtual server instance stopped after host failure

The enumerated values for this property are expected to expand in the future. When processing this property, check for and log unknown values. Optionally halt processing and surface the error, or bypass the instance on which the unexpected property value was encountered.

View Source
const (
	InstanceConsoleAccessTokenConsoleTypeSerialConst = "serial"
	InstanceConsoleAccessTokenConsoleTypeVncConst    = "vnc"
)

Constants associated with the InstanceConsoleAccessToken.ConsoleType property. The instance console type for which this token may be used.

View Source
const (
	InstanceDiskInterfaceTypeNvmeConst      = "nvme"
	InstanceDiskInterfaceTypeVirtioBlkConst = "virtio_blk"
)

Constants associated with the InstanceDisk.InterfaceType property. The disk interface used for attaching the disk.

The enumerated values for this property are expected to expand in the future. When processing this property, check for and log unknown values. Optionally halt processing and surface the error, or bypass the resource on which the unexpected property value was encountered.

View Source
const (
	InstanceGroupStatusDeletingConst  = "deleting"
	InstanceGroupStatusHealthyConst   = "healthy"
	InstanceGroupStatusScalingConst   = "scaling"
	InstanceGroupStatusUnhealthyConst = "unhealthy"
)

Constants associated with the InstanceGroup.Status property. The status of the instance group

  • `deleting`: Group is being deleted
  • `healthy`: Group has `membership_count` instances
  • `scaling`: Instances in the group are being created or deleted to reach `membership_count`
  • `unhealthy`: Group is unable to reach `membership_count` instances.
View Source
const (
	InstanceGroupManagerActionStatusActiveConst       = "active"
	InstanceGroupManagerActionStatusCompletedConst    = "completed"
	InstanceGroupManagerActionStatusFailedConst       = "failed"
	InstanceGroupManagerActionStatusIncompatibleConst = "incompatible"
	InstanceGroupManagerActionStatusOmittedConst      = "omitted"
)

Constants associated with the InstanceGroupManagerAction.Status property. The status of the instance group action - `active`: Action is ready to be run - `completed`: Action was completed successfully - `failed`: Action could not be completed successfully - `incompatible`: Action parameters are not compatible with the group or manager - `omitted`: Action was not applied because this action's manager was disabled.

View Source
const (
	InstanceGroupManagerPolicyMetricTypeCpuConst        = "cpu"
	InstanceGroupManagerPolicyMetricTypeMemoryConst     = "memory"
	InstanceGroupManagerPolicyMetricTypeNetworkInConst  = "network_in"
	InstanceGroupManagerPolicyMetricTypeNetworkOutConst = "network_out"
)

Constants associated with the InstanceGroupManagerPolicy.MetricType property. The type of metric to be evaluated.

View Source
const (
	InstanceGroupManagerPolicyPatchMetricTypeCpuConst        = "cpu"
	InstanceGroupManagerPolicyPatchMetricTypeMemoryConst     = "memory"
	InstanceGroupManagerPolicyPatchMetricTypeNetworkInConst  = "network_in"
	InstanceGroupManagerPolicyPatchMetricTypeNetworkOutConst = "network_out"
)

Constants associated with the InstanceGroupManagerPolicyPatch.MetricType property. The type of metric to be evaluated.

View Source
const (
	InstanceGroupManagerPolicyPrototypeMetricTypeCpuConst        = "cpu"
	InstanceGroupManagerPolicyPrototypeMetricTypeMemoryConst     = "memory"
	InstanceGroupManagerPolicyPrototypeMetricTypeNetworkInConst  = "network_in"
	InstanceGroupManagerPolicyPrototypeMetricTypeNetworkOutConst = "network_out"
)

Constants associated with the InstanceGroupManagerPolicyPrototype.MetricType property. The type of metric to be evaluated.

View Source
const (
	InstanceGroupMembershipStatusDeletingConst  = "deleting"
	InstanceGroupMembershipStatusFailedConst    = "failed"
	InstanceGroupMembershipStatusHealthyConst   = "healthy"
	InstanceGroupMembershipStatusPendingConst   = "pending"
	InstanceGroupMembershipStatusUnhealthyConst = "unhealthy"
)

Constants associated with the InstanceGroupMembership.Status property. The status of the instance group membership - `deleting`: Membership is deleting dependent resources - `failed`: Membership was unable to maintain dependent resources - `healthy`: Membership is active and serving in the group - `pending`: Membership is waiting for dependent resources - `unhealthy`: Membership has unhealthy dependent resources.

View Source
const (
	InstanceProfileDiskSupportedInterfacesDefaultNvmeConst      = "nvme"
	InstanceProfileDiskSupportedInterfacesDefaultVirtioBlkConst = "virtio_blk"
)

Constants associated with the InstanceProfileDiskSupportedInterfaces.Default property. The disk interface used for attaching the disk.

The enumerated values for this property are expected to expand in the future. When processing this property, check for and log unknown values. Optionally halt processing and surface the error, or bypass the resource on which the unexpected property value was encountered.

View Source
const (
	InstanceProfileDiskSupportedInterfacesValuesNvmeConst      = "nvme"
	InstanceProfileDiskSupportedInterfacesValuesVirtioBlkConst = "virtio_blk"
)

Constants associated with the InstanceProfileDiskSupportedInterfaces.Values property. The disk interface used for attaching the disk.

The enumerated values for this property are expected to expand in the future. When processing this property, check for and log unknown values. Optionally halt processing and surface the error, or bypass the resource on which the unexpected property value was encountered.

View Source
const (
	InstanceStatusReasonCodeCannotStartConst               = "cannot_start"
	InstanceStatusReasonCodeCannotStartCapacityConst       = "cannot_start_capacity"
	InstanceStatusReasonCodeCannotStartComputeConst        = "cannot_start_compute"
	InstanceStatusReasonCodeCannotStartIPAddressConst      = "cannot_start_ip_address"
	InstanceStatusReasonCodeCannotStartNetworkConst        = "cannot_start_network"
	InstanceStatusReasonCodeCannotStartPlacementGroupConst = "cannot_start_placement_group"
	InstanceStatusReasonCodeCannotStartStorageConst        = "cannot_start_storage"
	InstanceStatusReasonCodeEncryptionKeyDeletedConst      = "encryption_key_deleted"
	InstanceStatusReasonCodeStoppedByHostFailureConst      = "stopped_by_host_failure"
	InstanceStatusReasonCodeStoppedForImageCreationConst   = "stopped_for_image_creation"
)

Constants associated with the InstanceStatusReason.Code property. A snake case string succinctly identifying the status reason.

View Source
const (
	ListBareMetalServersOptionsSortCreatedAtConst = "created_at"
	ListBareMetalServersOptionsSortNameConst      = "name"
)

Constants associated with the ListBareMetalServersOptions.Sort property. Sorts the returned collection by the specified property name in ascending order. A `-` may be prepended to the name to sort in descending order. For example, the value `-created_at` sorts the collection by the `created_at` property in descending order, and the value `name` sorts it by the `name` property in ascending order.

View Source
const (
	ListEndpointGatewayIpsOptionsSortAddressConst   = "address"
	ListEndpointGatewayIpsOptionsSortCreatedAtConst = "created_at"
	ListEndpointGatewayIpsOptionsSortNameConst      = "name"
)

Constants associated with the ListEndpointGatewayIpsOptions.Sort property. Sorts the returned collection by the specified property name in ascending order. A `-` may be prepended to the name to sort in descending order. For example, the value `-created_at` sorts the collection by the `created_at` property in descending order, and the value `name` sorts it by the `name` property in ascending order.

View Source
const (
	ListFlowLogCollectorsOptionsTargetResourceTypeInstanceConst         = "instance"
	ListFlowLogCollectorsOptionsTargetResourceTypeNetworkInterfaceConst = "network_interface"
	ListFlowLogCollectorsOptionsTargetResourceTypeSubnetConst           = "subnet"
	ListFlowLogCollectorsOptionsTargetResourceTypeVPCConst              = "vpc"
)

Constants associated with the ListFlowLogCollectorsOptions.TargetResourceType property. Filters the collection to flow log collectors that target the specified resource type.

View Source
const (
	ListImagesOptionsVisibilityPrivateConst = "private"
	ListImagesOptionsVisibilityPublicConst  = "public"
)

Constants associated with the ListImagesOptions.Visibility property. Filters the collection to images with the specified `visibility`.

View Source
const (
	ListNetworkACLRulesOptionsDirectionInboundConst  = "inbound"
	ListNetworkACLRulesOptionsDirectionOutboundConst = "outbound"
)

Constants associated with the ListNetworkACLRulesOptions.Direction property. Filters the collection to rules with the specified direction.

View Source
const (
	ListSnapshotsOptionsSortCreatedAtConst = "created_at"
	ListSnapshotsOptionsSortNameConst      = "name"
)

Constants associated with the ListSnapshotsOptions.Sort property. Sorts the returned collection by the specified property name in ascending order. A `-` may be prepended to the name to sort in descending order. For example, the value `-created_at` sorts the collection by the `created_at` property in descending order, and the value `name` sorts it by the `name` property in ascending order.

View Source
const (
	ListSubnetReservedIpsOptionsSortAddressConst   = "address"
	ListSubnetReservedIpsOptionsSortCreatedAtConst = "created_at"
	ListSubnetReservedIpsOptionsSortNameConst      = "name"
)

Constants associated with the ListSubnetReservedIpsOptions.Sort property. Sorts the returned collection by the specified property name in ascending order. A `-` may be prepended to the name to sort in descending order. For example, the value `-created_at` sorts the collection by the `created_at` property in descending order, and the value `name` sorts it by the `name` property in ascending order.

View Source
const (
	ListVPNGatewaysOptionsModePolicyConst = "policy"
	ListVPNGatewaysOptionsModeRouteConst  = "route"
)

Constants associated with the ListVPNGatewaysOptions.Mode property. Filters the collection to VPN gateways with the specified mode.

View Source
const (
	LoadBalancerOperatingStatusOfflineConst = "offline"
	LoadBalancerOperatingStatusOnlineConst  = "online"
)

Constants associated with the LoadBalancer.OperatingStatus property. The operating status of this load balancer.

View Source
const (
	LoadBalancerProvisioningStatusActiveConst             = "active"
	LoadBalancerProvisioningStatusCreatePendingConst      = "create_pending"
	LoadBalancerProvisioningStatusDeletePendingConst      = "delete_pending"
	LoadBalancerProvisioningStatusFailedConst             = "failed"
	LoadBalancerProvisioningStatusMaintenancePendingConst = "maintenance_pending"
	LoadBalancerProvisioningStatusUpdatePendingConst      = "update_pending"
)

Constants associated with the LoadBalancer.ProvisioningStatus property. The provisioning status of this load balancer.

View Source
const (
	LoadBalancerListenerProtocolHTTPConst  = "http"
	LoadBalancerListenerProtocolHTTPSConst = "https"
	LoadBalancerListenerProtocolTCPConst   = "tcp"
	LoadBalancerListenerProtocolUDPConst   = "udp"
)

Constants associated with the LoadBalancerListener.Protocol property. The listener protocol. Load balancers in the `network` family support `tcp` and `udp` (if `udp_supported` is `true`). Load balancers in the `application` family support `tcp`, `http`, and `https`. Each listener in the load balancer must have a unique `port` and `protocol` combination.

The enumerated values for this property are expected to expand in the future. When processing this property, check for and log unknown values. Optionally halt processing and surface the error, or bypass the listener on which the unexpected property value was encountered.

View Source
const (
	LoadBalancerListenerProvisioningStatusActiveConst             = "active"
	LoadBalancerListenerProvisioningStatusCreatePendingConst      = "create_pending"
	LoadBalancerListenerProvisioningStatusDeletePendingConst      = "delete_pending"
	LoadBalancerListenerProvisioningStatusFailedConst             = "failed"
	LoadBalancerListenerProvisioningStatusMaintenancePendingConst = "maintenance_pending"
	LoadBalancerListenerProvisioningStatusUpdatePendingConst      = "update_pending"
)

Constants associated with the LoadBalancerListener.ProvisioningStatus property. The provisioning status of this listener.

View Source
const (
	LoadBalancerListenerPatchProtocolHTTPConst  = "http"
	LoadBalancerListenerPatchProtocolHTTPSConst = "https"
	LoadBalancerListenerPatchProtocolTCPConst   = "tcp"
	LoadBalancerListenerPatchProtocolUDPConst   = "udp"
)

Constants associated with the LoadBalancerListenerPatch.Protocol property. The listener protocol. Each listener in the load balancer must have a unique `port` and `protocol` combination. Additional restrictions:

  • If this load balancer is in the `network` family, the protocol must be `tcp` or `udp` (if `udp_supported` is `true`) , and it cannot be changed while `default_pool` is set.
  • If `https_redirect` is set, the protocol must be `http`.
  • If this listener is a listener's `https_redirect` target, the protocol must be `https`.
View Source
const (
	LoadBalancerListenerPolicyActionForwardConst       = "forward"
	LoadBalancerListenerPolicyActionHTTPSRedirectConst = "https_redirect"
	LoadBalancerListenerPolicyActionRedirectConst      = "redirect"
	LoadBalancerListenerPolicyActionRejectConst        = "reject"
)

Constants associated with the LoadBalancerListenerPolicy.Action property. The policy action.

The enumerated values for this property are expected to expand in the future. When processing this property, check for and log unknown values. Optionally halt processing and surface the error, or bypass the policy on which the unexpected property value was encountered.

View Source
const (
	LoadBalancerListenerPolicyProvisioningStatusActiveConst             = "active"
	LoadBalancerListenerPolicyProvisioningStatusCreatePendingConst      = "create_pending"
	LoadBalancerListenerPolicyProvisioningStatusDeletePendingConst      = "delete_pending"
	LoadBalancerListenerPolicyProvisioningStatusFailedConst             = "failed"
	LoadBalancerListenerPolicyProvisioningStatusMaintenancePendingConst = "maintenance_pending"
	LoadBalancerListenerPolicyProvisioningStatusUpdatePendingConst      = "update_pending"
)

Constants associated with the LoadBalancerListenerPolicy.ProvisioningStatus property. The provisioning status of this policy.

View Source
const (
	LoadBalancerListenerPolicyPrototypeActionForwardConst       = "forward"
	LoadBalancerListenerPolicyPrototypeActionHTTPSRedirectConst = "https_redirect"
	LoadBalancerListenerPolicyPrototypeActionRedirectConst      = "redirect"
	LoadBalancerListenerPolicyPrototypeActionRejectConst        = "reject"
)

Constants associated with the LoadBalancerListenerPolicyPrototype.Action property. The policy action.

The enumerated values for this property are expected to expand in the future. When processing this property, check for and log unknown values. Optionally halt processing and surface the error, or bypass the policy on which the unexpected property value was encountered.

View Source
const (
	LoadBalancerListenerPolicyRuleConditionContainsConst     = "contains"
	LoadBalancerListenerPolicyRuleConditionEqualsConst       = "equals"
	LoadBalancerListenerPolicyRuleConditionMatchesRegexConst = "matches_regex"
)

Constants associated with the LoadBalancerListenerPolicyRule.Condition property. The condition of the rule.

View Source
const (
	LoadBalancerListenerPolicyRuleProvisioningStatusActiveConst             = "active"
	LoadBalancerListenerPolicyRuleProvisioningStatusCreatePendingConst      = "create_pending"
	LoadBalancerListenerPolicyRuleProvisioningStatusDeletePendingConst      = "delete_pending"
	LoadBalancerListenerPolicyRuleProvisioningStatusFailedConst             = "failed"
	LoadBalancerListenerPolicyRuleProvisioningStatusMaintenancePendingConst = "maintenance_pending"
	LoadBalancerListenerPolicyRuleProvisioningStatusUpdatePendingConst      = "update_pending"
)

Constants associated with the LoadBalancerListenerPolicyRule.ProvisioningStatus property. The provisioning status of this rule.

View Source
const (
	LoadBalancerListenerPolicyRuleTypeBodyConst     = "body"
	LoadBalancerListenerPolicyRuleTypeHeaderConst   = "header"
	LoadBalancerListenerPolicyRuleTypeHostnameConst = "hostname"
	LoadBalancerListenerPolicyRuleTypePathConst     = "path"
	LoadBalancerListenerPolicyRuleTypeQueryConst    = "query"
)

Constants associated with the LoadBalancerListenerPolicyRule.Type property. The type of the rule.

Body rules are applied to form-encoded request bodies using the `UTF-8` character set.

View Source
const (
	LoadBalancerListenerPolicyRulePatchConditionContainsConst     = "contains"
	LoadBalancerListenerPolicyRulePatchConditionEqualsConst       = "equals"
	LoadBalancerListenerPolicyRulePatchConditionMatchesRegexConst = "matches_regex"
)

Constants associated with the LoadBalancerListenerPolicyRulePatch.Condition property. The condition of the rule.

View Source
const (
	LoadBalancerListenerPolicyRulePatchTypeBodyConst     = "body"
	LoadBalancerListenerPolicyRulePatchTypeHeaderConst   = "header"
	LoadBalancerListenerPolicyRulePatchTypeHostnameConst = "hostname"
	LoadBalancerListenerPolicyRulePatchTypePathConst     = "path"
	LoadBalancerListenerPolicyRulePatchTypeQueryConst    = "query"
)

Constants associated with the LoadBalancerListenerPolicyRulePatch.Type property. The type of the rule.

Body rules are applied to form-encoded request bodies using the `UTF-8` character set.

View Source
const (
	LoadBalancerListenerPolicyRulePrototypeConditionContainsConst     = "contains"
	LoadBalancerListenerPolicyRulePrototypeConditionEqualsConst       = "equals"
	LoadBalancerListenerPolicyRulePrototypeConditionMatchesRegexConst = "matches_regex"
)

Constants associated with the LoadBalancerListenerPolicyRulePrototype.Condition property. The condition of the rule.

View Source
const (
	LoadBalancerListenerPolicyRulePrototypeTypeBodyConst     = "body"
	LoadBalancerListenerPolicyRulePrototypeTypeHeaderConst   = "header"
	LoadBalancerListenerPolicyRulePrototypeTypeHostnameConst = "hostname"
	LoadBalancerListenerPolicyRulePrototypeTypePathConst     = "path"
	LoadBalancerListenerPolicyRulePrototypeTypeQueryConst    = "query"
)

Constants associated with the LoadBalancerListenerPolicyRulePrototype.Type property. The type of the rule.

Body rules are applied to form-encoded request bodies using the `UTF-8` character set.

View Source
const (
	LoadBalancerListenerPrototypeLoadBalancerContextProtocolHTTPConst  = "http"
	LoadBalancerListenerPrototypeLoadBalancerContextProtocolHTTPSConst = "https"
	LoadBalancerListenerPrototypeLoadBalancerContextProtocolTCPConst   = "tcp"
	LoadBalancerListenerPrototypeLoadBalancerContextProtocolUDPConst   = "udp"
)

Constants associated with the LoadBalancerListenerPrototypeLoadBalancerContext.Protocol property. The listener protocol. Load balancers in the `network` family support `tcp` and `udp` (if `udp_supported` is `true`). Load balancers in the `application` family support `tcp`, `http`, and `https`. Each listener in the load balancer must have a unique `port` and `protocol` combination.

The enumerated values for this property are expected to expand in the future. When processing this property, check for and log unknown values. Optionally halt processing and surface the error, or bypass the listener on which the unexpected property value was encountered.

View Source
const (
	LoadBalancerPoolAlgorithmLeastConnectionsConst   = "least_connections"
	LoadBalancerPoolAlgorithmRoundRobinConst         = "round_robin"
	LoadBalancerPoolAlgorithmWeightedRoundRobinConst = "weighted_round_robin"
)

Constants associated with the LoadBalancerPool.Algorithm property. The load balancing algorithm.

View Source
const (
	LoadBalancerPoolProtocolHTTPConst  = "http"
	LoadBalancerPoolProtocolHTTPSConst = "https"
	LoadBalancerPoolProtocolTCPConst   = "tcp"
	LoadBalancerPoolProtocolUDPConst   = "udp"
)

Constants associated with the LoadBalancerPool.Protocol property. The protocol used for this load balancer pool.

The enumerated values for this property are expected to expand in the future. When processing this property, check for and log unknown values. Optionally halt processing and surface the error, or bypass the pool on which the unexpected property value was encountered.

View Source
const (
	LoadBalancerPoolProvisioningStatusActiveConst             = "active"
	LoadBalancerPoolProvisioningStatusCreatePendingConst      = "create_pending"
	LoadBalancerPoolProvisioningStatusDeletePendingConst      = "delete_pending"
	LoadBalancerPoolProvisioningStatusFailedConst             = "failed"
	LoadBalancerPoolProvisioningStatusMaintenancePendingConst = "maintenance_pending"
	LoadBalancerPoolProvisioningStatusUpdatePendingConst      = "update_pending"
)

Constants associated with the LoadBalancerPool.ProvisioningStatus property. The provisioning status of this pool.

View Source
const (
	LoadBalancerPoolProxyProtocolDisabledConst = "disabled"
	LoadBalancerPoolProxyProtocolV1Const       = "v1"
	LoadBalancerPoolProxyProtocolV2Const       = "v2"
)

Constants associated with the LoadBalancerPool.ProxyProtocol property. The PROXY protocol setting for this pool: - `v1`: Enabled with version 1 (human-readable header format) - `v2`: Enabled with version 2 (binary header format) - `disabled`: Disabled

Supported by load balancers in the `application` family (otherwise always `disabled`).

View Source
const (
	LoadBalancerPoolHealthMonitorTypeHTTPConst  = "http"
	LoadBalancerPoolHealthMonitorTypeHTTPSConst = "https"
	LoadBalancerPoolHealthMonitorTypeTCPConst   = "tcp"
)

Constants associated with the LoadBalancerPoolHealthMonitor.Type property. The protocol type of this load balancer pool health monitor.

The enumerated values for this property are expected to expand in the future. When processing this property, check for and log unknown values. Optionally halt processing and surface the error, or bypass the health monitor on which the unexpected property value was encountered.

View Source
const (
	LoadBalancerPoolHealthMonitorPatchTypeHTTPConst  = "http"
	LoadBalancerPoolHealthMonitorPatchTypeHTTPSConst = "https"
	LoadBalancerPoolHealthMonitorPatchTypeTCPConst   = "tcp"
)

Constants associated with the LoadBalancerPoolHealthMonitorPatch.Type property. The protocol type of this load balancer pool health monitor.

View Source
const (
	LoadBalancerPoolHealthMonitorPrototypeTypeHTTPConst  = "http"
	LoadBalancerPoolHealthMonitorPrototypeTypeHTTPSConst = "https"
	LoadBalancerPoolHealthMonitorPrototypeTypeTCPConst   = "tcp"
)

Constants associated with the LoadBalancerPoolHealthMonitorPrototype.Type property. The protocol type of this load balancer pool health monitor.

View Source
const (
	LoadBalancerPoolMemberHealthFaultedConst = "faulted"
	LoadBalancerPoolMemberHealthOkConst      = "ok"
	LoadBalancerPoolMemberHealthUnknownConst = "unknown"
)

Constants associated with the LoadBalancerPoolMember.Health property. Health of the server member in the pool.

View Source
const (
	LoadBalancerPoolMemberProvisioningStatusActiveConst             = "active"
	LoadBalancerPoolMemberProvisioningStatusCreatePendingConst      = "create_pending"
	LoadBalancerPoolMemberProvisioningStatusDeletePendingConst      = "delete_pending"
	LoadBalancerPoolMemberProvisioningStatusFailedConst             = "failed"
	LoadBalancerPoolMemberProvisioningStatusMaintenancePendingConst = "maintenance_pending"
	LoadBalancerPoolMemberProvisioningStatusUpdatePendingConst      = "update_pending"
)

Constants associated with the LoadBalancerPoolMember.ProvisioningStatus property. The provisioning status of this member.

View Source
const (
	LoadBalancerPoolPatchAlgorithmLeastConnectionsConst   = "least_connections"
	LoadBalancerPoolPatchAlgorithmRoundRobinConst         = "round_robin"
	LoadBalancerPoolPatchAlgorithmWeightedRoundRobinConst = "weighted_round_robin"
)

Constants associated with the LoadBalancerPoolPatch.Algorithm property. The load balancing algorithm.

View Source
const (
	LoadBalancerPoolPatchProtocolHTTPConst  = "http"
	LoadBalancerPoolPatchProtocolHTTPSConst = "https"
	LoadBalancerPoolPatchProtocolTCPConst   = "tcp"
	LoadBalancerPoolPatchProtocolUDPConst   = "udp"
)

Constants associated with the LoadBalancerPoolPatch.Protocol property. The protocol to use for this load balancer pool. Load balancers in the `network` family support `tcp` and `udp` (if `udp_supported` is `true`). Load balancers in the `application` family support `tcp`, `http` and `https`.

If this pool is associated with a load balancer listener, the specified protocol must be compatible with the listener's protocol. At present, the compatible protocols are `http` and `https`.

View Source
const (
	LoadBalancerPoolPatchProxyProtocolDisabledConst = "disabled"
	LoadBalancerPoolPatchProxyProtocolV1Const       = "v1"
	LoadBalancerPoolPatchProxyProtocolV2Const       = "v2"
)

Constants associated with the LoadBalancerPoolPatch.ProxyProtocol property. The PROXY protocol setting for this pool: - `v1`: Enabled with version 1 (human-readable header format) - `v2`: Enabled with version 2 (binary header format) - `disabled`: Disabled

Supported by load balancers in the `application` family (otherwise always `disabled`).

View Source
const (
	LoadBalancerPoolPrototypeAlgorithmLeastConnectionsConst   = "least_connections"
	LoadBalancerPoolPrototypeAlgorithmRoundRobinConst         = "round_robin"
	LoadBalancerPoolPrototypeAlgorithmWeightedRoundRobinConst = "weighted_round_robin"
)

Constants associated with the LoadBalancerPoolPrototype.Algorithm property. The load balancing algorithm.

View Source
const (
	LoadBalancerPoolPrototypeProtocolHTTPConst  = "http"
	LoadBalancerPoolPrototypeProtocolHTTPSConst = "https"
	LoadBalancerPoolPrototypeProtocolTCPConst   = "tcp"
	LoadBalancerPoolPrototypeProtocolUDPConst   = "udp"
)

Constants associated with the LoadBalancerPoolPrototype.Protocol property. The protocol used for this load balancer pool. Load balancers in the `network` family support `tcp` and `udp` (if `udp_supported` is `true`). Load balancers in the `application` family support `tcp`, `http`, and `https`.

View Source
const (
	LoadBalancerPoolPrototypeProxyProtocolDisabledConst = "disabled"
	LoadBalancerPoolPrototypeProxyProtocolV1Const       = "v1"
	LoadBalancerPoolPrototypeProxyProtocolV2Const       = "v2"
)

Constants associated with the LoadBalancerPoolPrototype.ProxyProtocol property. The PROXY protocol setting for this pool: - `v1`: Enabled with version 1 (human-readable header format) - `v2`: Enabled with version 2 (binary header format) - `disabled`: Disabled

Supported by load balancers in the `application` family (otherwise always `disabled`).

View Source
const (
	LoadBalancerPoolSessionPersistenceTypeAppCookieConst  = "app_cookie"
	LoadBalancerPoolSessionPersistenceTypeHTTPCookieConst = "http_cookie"
	LoadBalancerPoolSessionPersistenceTypeSourceIPConst   = "source_ip"
)

Constants associated with the LoadBalancerPoolSessionPersistence.Type property. The session persistence type. The `http_cookie` and `app_cookie` types are applicable only to the `http` and `https` protocols.

View Source
const (
	LoadBalancerPoolSessionPersistencePatchTypeAppCookieConst  = "app_cookie"
	LoadBalancerPoolSessionPersistencePatchTypeHTTPCookieConst = "http_cookie"
	LoadBalancerPoolSessionPersistencePatchTypeSourceIPConst   = "source_ip"
)

Constants associated with the LoadBalancerPoolSessionPersistencePatch.Type property. The session persistence type. The `http_cookie` and `app_cookie` types are applicable only to the `http` and `https` protocols.

View Source
const (
	LoadBalancerPoolSessionPersistencePrototypeTypeAppCookieConst  = "app_cookie"
	LoadBalancerPoolSessionPersistencePrototypeTypeHTTPCookieConst = "http_cookie"
	LoadBalancerPoolSessionPersistencePrototypeTypeSourceIPConst   = "source_ip"
)

Constants associated with the LoadBalancerPoolSessionPersistencePrototype.Type property. The session persistence type. The `http_cookie` and `app_cookie` types are applicable only to the `http` and `https` protocols.

View Source
const (
	NetworkACLRuleActionAllowConst = "allow"
	NetworkACLRuleActionDenyConst  = "deny"
)

Constants associated with the NetworkACLRule.Action property. Whether to allow or deny matching traffic.

View Source
const (
	NetworkACLRuleDirectionInboundConst  = "inbound"
	NetworkACLRuleDirectionOutboundConst = "outbound"
)

Constants associated with the NetworkACLRule.Direction property. Whether the traffic to be matched is `inbound` or `outbound`.

View Source
const (
	NetworkACLRuleIPVersionIpv4Const = "ipv4"
	NetworkACLRuleIPVersionIpv6Const = "ipv6"
)

Constants associated with the NetworkACLRule.IPVersion property. The IP version for this rule.

View Source
const (
	NetworkACLRuleItemActionAllowConst = "allow"
	NetworkACLRuleItemActionDenyConst  = "deny"
)

Constants associated with the NetworkACLRuleItem.Action property. Whether to allow or deny matching traffic.

View Source
const (
	NetworkACLRuleItemDirectionInboundConst  = "inbound"
	NetworkACLRuleItemDirectionOutboundConst = "outbound"
)

Constants associated with the NetworkACLRuleItem.Direction property. Whether the traffic to be matched is `inbound` or `outbound`.

View Source
const (
	NetworkACLRuleItemIPVersionIpv4Const = "ipv4"
	NetworkACLRuleItemIPVersionIpv6Const = "ipv6"
)

Constants associated with the NetworkACLRuleItem.IPVersion property. The IP version for this rule.

View Source
const (
	NetworkACLRulePatchActionAllowConst = "allow"
	NetworkACLRulePatchActionDenyConst  = "deny"
)

Constants associated with the NetworkACLRulePatch.Action property. Whether to allow or deny matching traffic.

View Source
const (
	NetworkACLRulePatchDirectionInboundConst  = "inbound"
	NetworkACLRulePatchDirectionOutboundConst = "outbound"
)

Constants associated with the NetworkACLRulePatch.Direction property. Whether the traffic to be matched is `inbound` or `outbound`.

View Source
const (
	NetworkACLRulePrototypeActionAllowConst = "allow"
	NetworkACLRulePrototypeActionDenyConst  = "deny"
)

Constants associated with the NetworkACLRulePrototype.Action property. Whether to allow or deny matching traffic.

View Source
const (
	NetworkACLRulePrototypeDirectionInboundConst  = "inbound"
	NetworkACLRulePrototypeDirectionOutboundConst = "outbound"
)

Constants associated with the NetworkACLRulePrototype.Direction property. Whether the traffic to be matched is `inbound` or `outbound`.

View Source
const (
	NetworkACLRulePrototypeNetworkACLContextActionAllowConst = "allow"
	NetworkACLRulePrototypeNetworkACLContextActionDenyConst  = "deny"
)

Constants associated with the NetworkACLRulePrototypeNetworkACLContext.Action property. Whether to allow or deny matching traffic.

View Source
const (
	NetworkACLRulePrototypeNetworkACLContextDirectionInboundConst  = "inbound"
	NetworkACLRulePrototypeNetworkACLContextDirectionOutboundConst = "outbound"
)

Constants associated with the NetworkACLRulePrototypeNetworkACLContext.Direction property. Whether the traffic to be matched is `inbound` or `outbound`.

View Source
const (
	NetworkInterfaceStatusAvailableConst = "available"
	NetworkInterfaceStatusDeletingConst  = "deleting"
	NetworkInterfaceStatusFailedConst    = "failed"
	NetworkInterfaceStatusPendingConst   = "pending"
)

Constants associated with the NetworkInterface.Status property. The status of the network interface.

View Source
const (
	NetworkInterfaceTypePrimaryConst   = "primary"
	NetworkInterfaceTypeSecondaryConst = "secondary"
)

Constants associated with the NetworkInterface.Type property. The type of this network interface as it relates to an instance.

View Source
const (
	PlacementGroupLifecycleStateDeletingConst  = "deleting"
	PlacementGroupLifecycleStateFailedConst    = "failed"
	PlacementGroupLifecycleStatePendingConst   = "pending"
	PlacementGroupLifecycleStateStableConst    = "stable"
	PlacementGroupLifecycleStateSuspendedConst = "suspended"
	PlacementGroupLifecycleStateUpdatingConst  = "updating"
	PlacementGroupLifecycleStateWaitingConst   = "waiting"
)

Constants associated with the PlacementGroup.LifecycleState property. The lifecycle state of the placement group.

View Source
const (
	PlacementGroupStrategyHostSpreadConst  = "host_spread"
	PlacementGroupStrategyPowerSpreadConst = "power_spread"
)

Constants associated with the PlacementGroup.Strategy property. The strategy for this placement group - `host_spread`: place on different compute hosts - `power_spread`: place on compute hosts that use different power sources

The enumerated values for this property may expand in the future. When processing this property, check for and log unknown values. Optionally halt processing and surface the error, or bypass the placement group on which the unexpected strategy was encountered.

View Source
const (
	PublicGatewayStatusAvailableConst = "available"
	PublicGatewayStatusDeletingConst  = "deleting"
	PublicGatewayStatusFailedConst    = "failed"
	PublicGatewayStatusPendingConst   = "pending"
)

Constants associated with the PublicGateway.Status property. The status of the volume.

View Source
const (
	RegionStatusAvailableConst   = "available"
	RegionStatusUnavailableConst = "unavailable"
)

Constants associated with the Region.Status property. The availability status of this region.

View Source
const (
	ReservedIPLifecycleStateDeletingConst  = "deleting"
	ReservedIPLifecycleStateFailedConst    = "failed"
	ReservedIPLifecycleStatePendingConst   = "pending"
	ReservedIPLifecycleStateStableConst    = "stable"
	ReservedIPLifecycleStateSuspendedConst = "suspended"
	ReservedIPLifecycleStateUpdatingConst  = "updating"
	ReservedIPLifecycleStateWaitingConst   = "waiting"
)

Constants associated with the ReservedIP.LifecycleState property. The lifecycle state of the reserved IP.

View Source
const (
	ReservedIPOwnerProviderConst = "provider"
	ReservedIPOwnerUserConst     = "user"
)

Constants associated with the ReservedIP.Owner property. The owner of the reserved IP.

View Source
const (
	RouteActionDelegateConst    = "delegate"
	RouteActionDelegateVPCConst = "delegate_vpc"
	RouteActionDeliverConst     = "deliver"
	RouteActionDropConst        = "drop"
)

Constants associated with the Route.Action property. The action to perform with a packet matching the route:

  • `delegate`: delegate to the system's built-in routes
  • `delegate_vpc`: delegate to the system's built-in routes, ignoring Internet-bound routes
  • `deliver`: deliver the packet to the specified `next_hop`
  • `drop`: drop the packet.
View Source
const (
	RouteLifecycleStateDeletingConst  = "deleting"
	RouteLifecycleStateFailedConst    = "failed"
	RouteLifecycleStatePendingConst   = "pending"
	RouteLifecycleStateStableConst    = "stable"
	RouteLifecycleStateSuspendedConst = "suspended"
	RouteLifecycleStateUpdatingConst  = "updating"
	RouteLifecycleStateWaitingConst   = "waiting"
)

Constants associated with the Route.LifecycleState property. The lifecycle state of the route.

View Source
const (
	RoutePrototypeActionDelegateConst    = "delegate"
	RoutePrototypeActionDelegateVPCConst = "delegate_vpc"
	RoutePrototypeActionDeliverConst     = "deliver"
	RoutePrototypeActionDropConst        = "drop"
)

Constants associated with the RoutePrototype.Action property. The action to perform with a packet matching the route:

  • `delegate`: delegate to the system's built-in routes
  • `delegate_vpc`: delegate to the system's built-in routes, ignoring Internet-bound routes
  • `deliver`: deliver the packet to the specified `next_hop`
  • `drop`: drop the packet.
View Source
const (
	RoutingTableLifecycleStateDeletingConst  = "deleting"
	RoutingTableLifecycleStateFailedConst    = "failed"
	RoutingTableLifecycleStatePendingConst   = "pending"
	RoutingTableLifecycleStateStableConst    = "stable"
	RoutingTableLifecycleStateSuspendedConst = "suspended"
	RoutingTableLifecycleStateUpdatingConst  = "updating"
	RoutingTableLifecycleStateWaitingConst   = "waiting"
)

Constants associated with the RoutingTable.LifecycleState property. The lifecycle state of the routing table.

View Source
const (
	SecurityGroupRuleDirectionInboundConst  = "inbound"
	SecurityGroupRuleDirectionOutboundConst = "outbound"
)

Constants associated with the SecurityGroupRule.Direction property. The direction of traffic to enforce, either `inbound` or `outbound`.

View Source
const (
	SecurityGroupRulePatchDirectionInboundConst  = "inbound"
	SecurityGroupRulePatchDirectionOutboundConst = "outbound"
)

Constants associated with the SecurityGroupRulePatch.Direction property. The direction of traffic to enforce, either `inbound` or `outbound`.

View Source
const (
	SecurityGroupRulePrototypeDirectionInboundConst  = "inbound"
	SecurityGroupRulePrototypeDirectionOutboundConst = "outbound"
)

Constants associated with the SecurityGroupRulePrototype.Direction property. The direction of traffic to enforce, either `inbound` or `outbound`.

View Source
const (
	SnapshotEncryptionProviderManagedConst = "provider_managed"
	SnapshotEncryptionUserManagedConst     = "user_managed"
)

Constants associated with the Snapshot.Encryption property. The type of encryption used on the source volume.

View Source
const (
	SnapshotLifecycleStateDeletingConst  = "deleting"
	SnapshotLifecycleStateFailedConst    = "failed"
	SnapshotLifecycleStatePendingConst   = "pending"
	SnapshotLifecycleStateStableConst    = "stable"
	SnapshotLifecycleStateSuspendedConst = "suspended"
	SnapshotLifecycleStateUpdatingConst  = "updating"
	SnapshotLifecycleStateWaitingConst   = "waiting"
)

Constants associated with the Snapshot.LifecycleState property. The lifecycle state of this snapshot.

View Source
const (
	StopBareMetalServerOptionsTypeHardConst = "hard"
	StopBareMetalServerOptionsTypeSoftConst = "soft"
)

Constants associated with the StopBareMetalServerOptions.Type property. The type of stop operation: - `soft`: signal running operating system to quiesce and shutdown cleanly - `hard`: immediately stop the server.

View Source
const (
	SubnetStatusAvailableConst = "available"
	SubnetStatusDeletingConst  = "deleting"
	SubnetStatusFailedConst    = "failed"
	SubnetStatusPendingConst   = "pending"
)

Constants associated with the Subnet.Status property. The status of the subnet.

View Source
const (
	VPCStatusAvailableConst = "available"
	VPCStatusDeletingConst  = "deleting"
	VPCStatusFailedConst    = "failed"
	VPCStatusPendingConst   = "pending"
)

Constants associated with the VPC.Status property. The status of this VPC.

View Source
const (
	VPNGatewayStatusAvailableConst = "available"
	VPNGatewayStatusDeletingConst  = "deleting"
	VPNGatewayStatusFailedConst    = "failed"
	VPNGatewayStatusPendingConst   = "pending"
)

Constants associated with the VPNGateway.Status property. The status of the VPN gateway.

View Source
const (
	VPNGatewayConnectionModePolicyConst = "policy"
	VPNGatewayConnectionModeRouteConst  = "route"
)

Constants associated with the VPNGatewayConnection.Mode property. The mode of the VPN gateway.

View Source
const (
	VPNGatewayConnectionStatusDownConst = "down"
	VPNGatewayConnectionStatusUpConst   = "up"
)

Constants associated with the VPNGatewayConnection.Status property. The status of a VPN gateway connection.

View Source
const (
	VPNGatewayConnectionDpdActionClearConst   = "clear"
	VPNGatewayConnectionDpdActionHoldConst    = "hold"
	VPNGatewayConnectionDpdActionNoneConst    = "none"
	VPNGatewayConnectionDpdActionRestartConst = "restart"
)

Constants associated with the VPNGatewayConnectionDpd.Action property. Dead Peer Detection actions.

View Source
const (
	VPNGatewayConnectionDpdPatchActionClearConst   = "clear"
	VPNGatewayConnectionDpdPatchActionHoldConst    = "hold"
	VPNGatewayConnectionDpdPatchActionNoneConst    = "none"
	VPNGatewayConnectionDpdPatchActionRestartConst = "restart"
)

Constants associated with the VPNGatewayConnectionDpdPatch.Action property. Dead Peer Detection actions.

View Source
const (
	VPNGatewayConnectionDpdPrototypeActionClearConst   = "clear"
	VPNGatewayConnectionDpdPrototypeActionHoldConst    = "hold"
	VPNGatewayConnectionDpdPrototypeActionNoneConst    = "none"
	VPNGatewayConnectionDpdPrototypeActionRestartConst = "restart"
)

Constants associated with the VPNGatewayConnectionDpdPrototype.Action property. Dead Peer Detection actions.

View Source
const (
	VPNGatewayConnectionStaticRouteModeTunnelStatusDownConst = "down"
	VPNGatewayConnectionStaticRouteModeTunnelStatusUpConst   = "up"
)

Constants associated with the VPNGatewayConnectionStaticRouteModeTunnel.Status property. The status of the VPN Tunnel.

View Source
const (
	VPNGatewayMemberRoleActiveConst  = "active"
	VPNGatewayMemberRoleStandbyConst = "standby"
)

Constants associated with the VPNGatewayMember.Role property. The high availability role assigned to the VPN gateway member.

View Source
const (
	VPNGatewayMemberStatusAvailableConst = "available"
	VPNGatewayMemberStatusDeletingConst  = "deleting"
	VPNGatewayMemberStatusFailedConst    = "failed"
	VPNGatewayMemberStatusPendingConst   = "pending"
)

Constants associated with the VPNGatewayMember.Status property. The status of the VPN gateway member.

View Source
const (
	VolumeEncryptionProviderManagedConst = "provider_managed"
	VolumeEncryptionUserManagedConst     = "user_managed"
)

Constants associated with the Volume.Encryption property. The type of encryption used on the volume.

View Source
const (
	VolumeStatusAvailableConst       = "available"
	VolumeStatusFailedConst          = "failed"
	VolumeStatusPendingConst         = "pending"
	VolumeStatusPendingDeletionConst = "pending_deletion"
	VolumeStatusUnusableConst        = "unusable"
)

Constants associated with the Volume.Status property. The status of the volume.

The enumerated values for this property will expand in the future. When processing this property, check for and log unknown values. Optionally halt processing and surface the error, or bypass the volume on which the unexpected property value was encountered.

View Source
const (
	VolumeAttachmentStatusAttachedConst  = "attached"
	VolumeAttachmentStatusAttachingConst = "attaching"
	VolumeAttachmentStatusDeletingConst  = "deleting"
	VolumeAttachmentStatusDetachingConst = "detaching"
)

Constants associated with the VolumeAttachment.Status property. The status of this volume attachment.

View Source
const (
	VolumeAttachmentTypeBootConst = "boot"
	VolumeAttachmentTypeDataConst = "data"
)

Constants associated with the VolumeAttachment.Type property. The type of volume attachment.

View Source
const (
	VolumeAttachmentReferenceVolumeContextTypeBootConst = "boot"
	VolumeAttachmentReferenceVolumeContextTypeDataConst = "data"
)

Constants associated with the VolumeAttachmentReferenceVolumeContext.Type property. The type of volume attachment.

View Source
const (
	VolumeProfileFamilyCustomConst = "custom"
	VolumeProfileFamilyTieredConst = "tiered"
)

Constants associated with the VolumeProfile.Family property. The product family this volume profile belongs to.

The enumerated values for this property will expand in the future. When processing this property, check for and log unknown values. Optionally halt processing and surface the error, or bypass the volume profile on which the unexpected property value was encountered.

View Source
const (
	ZoneStatusAvailableConst   = "available"
	ZoneStatusImpairedConst    = "impaired"
	ZoneStatusUnavailableConst = "unavailable"
)

Constants associated with the Zone.Status property. The availability status of this zone.

View Source
const (
	BareMetalServerNetworkInterfaceByPciInterfaceTypePciConst  = "pci"
	BareMetalServerNetworkInterfaceByPciInterfaceTypeVlanConst = "vlan"
)

Constants associated with the BareMetalServerNetworkInterfaceByPci.InterfaceType property. The network interface type:

  • `pci`: a physical PCI device which can only be created or deleted when the bare metal server is stopped
  • Has an `allowed_vlans` property which controls the VLANs that will be permitted to use the pci interface
  • Cannot directly use an IEEE 802.1q VLAN tag.
  • `vlan`: a virtual device, used through a `pci` device that has the `vlan` in its array of `allowed_vlans`.
  • Must use an IEEE 802.1q tag.
  • Has its own security groups and does not inherit those of the PCI device through which traffic flows.
View Source
const (
	BareMetalServerNetworkInterfaceByPciStatusAvailableConst = "available"
	BareMetalServerNetworkInterfaceByPciStatusDeletingConst  = "deleting"
	BareMetalServerNetworkInterfaceByPciStatusFailedConst    = "failed"
	BareMetalServerNetworkInterfaceByPciStatusPendingConst   = "pending"
)

Constants associated with the BareMetalServerNetworkInterfaceByPci.Status property. The status of the network interface.

View Source
const (
	BareMetalServerNetworkInterfaceByPciTypePrimaryConst   = "primary"
	BareMetalServerNetworkInterfaceByPciTypeSecondaryConst = "secondary"
)

Constants associated with the BareMetalServerNetworkInterfaceByPci.Type property. The type of this bare metal server network interface.

View Source
const (
	BareMetalServerNetworkInterfaceByVlanInterfaceTypePciConst  = "pci"
	BareMetalServerNetworkInterfaceByVlanInterfaceTypeVlanConst = "vlan"
)

Constants associated with the BareMetalServerNetworkInterfaceByVlan.InterfaceType property. The network interface type:

  • `pci`: a physical PCI device which can only be created or deleted when the bare metal server is stopped
  • Has an `allowed_vlans` property which controls the VLANs that will be permitted to use the pci interface
  • Cannot directly use an IEEE 802.1q VLAN tag.
  • `vlan`: a virtual device, used through a `pci` device that has the `vlan` in its array of `allowed_vlans`.
  • Must use an IEEE 802.1q tag.
  • Has its own security groups and does not inherit those of the PCI device through which traffic flows.
View Source
const (
	BareMetalServerNetworkInterfaceByVlanStatusAvailableConst = "available"
	BareMetalServerNetworkInterfaceByVlanStatusDeletingConst  = "deleting"
	BareMetalServerNetworkInterfaceByVlanStatusFailedConst    = "failed"
	BareMetalServerNetworkInterfaceByVlanStatusPendingConst   = "pending"
)

Constants associated with the BareMetalServerNetworkInterfaceByVlan.Status property. The status of the network interface.

View Source
const (
	BareMetalServerNetworkInterfaceByVlanTypePrimaryConst   = "primary"
	BareMetalServerNetworkInterfaceByVlanTypeSecondaryConst = "secondary"
)

Constants associated with the BareMetalServerNetworkInterfaceByVlan.Type property. The type of this bare metal server network interface.

View Source
const (
	BareMetalServerNetworkInterfacePrototypeBareMetalServerNetworkInterfaceByPciPrototypeInterfaceTypePciConst  = "pci"
	BareMetalServerNetworkInterfacePrototypeBareMetalServerNetworkInterfaceByPciPrototypeInterfaceTypeVlanConst = "vlan"
)

Constants associated with the BareMetalServerNetworkInterfacePrototypeBareMetalServerNetworkInterfaceByPciPrototype.InterfaceType property. The network interface type:

  • `pci`: a physical PCI device which can only be created or deleted when the bare metal server is stopped
  • Has an `allowed_vlans` property which controls the VLANs that will be permitted to use the pci interface
  • Cannot directly use an IEEE 802.1q VLAN tag.
  • `vlan`: a virtual device, used through a `pci` device that has the `vlan` in its array of `allowed_vlans`.
  • Must use an IEEE 802.1q tag.
  • Has its own security groups and does not inherit those of the PCI device through which traffic flows.
View Source
const (
	BareMetalServerNetworkInterfacePrototypeBareMetalServerNetworkInterfaceByVlanPrototypeInterfaceTypePciConst  = "pci"
	BareMetalServerNetworkInterfacePrototypeBareMetalServerNetworkInterfaceByVlanPrototypeInterfaceTypeVlanConst = "vlan"
)

Constants associated with the BareMetalServerNetworkInterfacePrototypeBareMetalServerNetworkInterfaceByVlanPrototype.InterfaceType property. The network interface type:

  • `pci`: a physical PCI device which can only be created or deleted when the bare metal server is stopped
  • Has an `allowed_vlans` property which controls the VLANs that will be permitted to use the pci interface
  • Cannot directly use an IEEE 802.1q VLAN tag.
  • `vlan`: a virtual device, used through a `pci` device that has the `vlan` in its array of `allowed_vlans`.
  • Must use an IEEE 802.1q tag.
  • Has its own security groups and does not inherit those of the PCI device through which traffic flows.
View Source
const (
	EndpointGatewayTargetPrototypeProviderCloudServiceIdentityResourceTypeProviderCloudServiceConst          = "provider_cloud_service"
	EndpointGatewayTargetPrototypeProviderCloudServiceIdentityResourceTypeProviderInfrastructureServiceConst = "provider_infrastructure_service"
)

Constants associated with the EndpointGatewayTargetPrototypeProviderCloudServiceIdentity.ResourceType property. The type of target for this endpoint gateway.

View Source
const (
	EndpointGatewayTargetPrototypeProviderInfrastructureServiceIdentityResourceTypeProviderCloudServiceConst          = "provider_cloud_service"
	EndpointGatewayTargetPrototypeProviderInfrastructureServiceIdentityResourceTypeProviderInfrastructureServiceConst = "provider_infrastructure_service"
)

Constants associated with the EndpointGatewayTargetPrototypeProviderInfrastructureServiceIdentity.ResourceType property. The type of target for this endpoint gateway.

View Source
const (
	InstanceGroupManagerActionScheduledActionStatusActiveConst       = "active"
	InstanceGroupManagerActionScheduledActionStatusCompletedConst    = "completed"
	InstanceGroupManagerActionScheduledActionStatusFailedConst       = "failed"
	InstanceGroupManagerActionScheduledActionStatusIncompatibleConst = "incompatible"
	InstanceGroupManagerActionScheduledActionStatusOmittedConst      = "omitted"
)

Constants associated with the InstanceGroupManagerActionScheduledAction.Status property. The status of the instance group action - `active`: Action is ready to be run - `completed`: Action was completed successfully - `failed`: Action could not be completed successfully - `incompatible`: Action parameters are not compatible with the group or manager - `omitted`: Action was not applied because this action's manager was disabled.

View Source
const (
	InstanceGroupManagerPolicyPrototypeInstanceGroupManagerTargetPolicyPrototypeMetricTypeCpuConst        = "cpu"
	InstanceGroupManagerPolicyPrototypeInstanceGroupManagerTargetPolicyPrototypeMetricTypeMemoryConst     = "memory"
	InstanceGroupManagerPolicyPrototypeInstanceGroupManagerTargetPolicyPrototypeMetricTypeNetworkInConst  = "network_in"
	InstanceGroupManagerPolicyPrototypeInstanceGroupManagerTargetPolicyPrototypeMetricTypeNetworkOutConst = "network_out"
)

Constants associated with the InstanceGroupManagerPolicyPrototypeInstanceGroupManagerTargetPolicyPrototype.MetricType property. The type of metric to be evaluated.

View Source
const (
	InstanceGroupManagerPolicyInstanceGroupManagerTargetPolicyMetricTypeCpuConst        = "cpu"
	InstanceGroupManagerPolicyInstanceGroupManagerTargetPolicyMetricTypeMemoryConst     = "memory"
	InstanceGroupManagerPolicyInstanceGroupManagerTargetPolicyMetricTypeNetworkInConst  = "network_in"
	InstanceGroupManagerPolicyInstanceGroupManagerTargetPolicyMetricTypeNetworkOutConst = "network_out"
)

Constants associated with the InstanceGroupManagerPolicyInstanceGroupManagerTargetPolicy.MetricType property. The type of metric to be evaluated.

View Source
const (
	NetworkACLRuleItemNetworkACLRuleProtocolAllActionAllowConst = "allow"
	NetworkACLRuleItemNetworkACLRuleProtocolAllActionDenyConst  = "deny"
)

Constants associated with the NetworkACLRuleItemNetworkACLRuleProtocolAll.Action property. Whether to allow or deny matching traffic.

View Source
const (
	NetworkACLRuleItemNetworkACLRuleProtocolAllDirectionInboundConst  = "inbound"
	NetworkACLRuleItemNetworkACLRuleProtocolAllDirectionOutboundConst = "outbound"
)

Constants associated with the NetworkACLRuleItemNetworkACLRuleProtocolAll.Direction property. Whether the traffic to be matched is `inbound` or `outbound`.

View Source
const (
	NetworkACLRuleItemNetworkACLRuleProtocolAllIPVersionIpv4Const = "ipv4"
	NetworkACLRuleItemNetworkACLRuleProtocolAllIPVersionIpv6Const = "ipv6"
)

Constants associated with the NetworkACLRuleItemNetworkACLRuleProtocolAll.IPVersion property. The IP version for this rule.

View Source
const (
	NetworkACLRuleItemNetworkACLRuleProtocolIcmpActionAllowConst = "allow"
	NetworkACLRuleItemNetworkACLRuleProtocolIcmpActionDenyConst  = "deny"
)

Constants associated with the NetworkACLRuleItemNetworkACLRuleProtocolIcmp.Action property. Whether to allow or deny matching traffic.

View Source
const (
	NetworkACLRuleItemNetworkACLRuleProtocolIcmpDirectionInboundConst  = "inbound"
	NetworkACLRuleItemNetworkACLRuleProtocolIcmpDirectionOutboundConst = "outbound"
)

Constants associated with the NetworkACLRuleItemNetworkACLRuleProtocolIcmp.Direction property. Whether the traffic to be matched is `inbound` or `outbound`.

View Source
const (
	NetworkACLRuleItemNetworkACLRuleProtocolIcmpIPVersionIpv4Const = "ipv4"
	NetworkACLRuleItemNetworkACLRuleProtocolIcmpIPVersionIpv6Const = "ipv6"
)

Constants associated with the NetworkACLRuleItemNetworkACLRuleProtocolIcmp.IPVersion property. The IP version for this rule.

View Source
const (
	NetworkACLRuleItemNetworkACLRuleProtocolTcpudpActionAllowConst = "allow"
	NetworkACLRuleItemNetworkACLRuleProtocolTcpudpActionDenyConst  = "deny"
)

Constants associated with the NetworkACLRuleItemNetworkACLRuleProtocolTcpudp.Action property. Whether to allow or deny matching traffic.

View Source
const (
	NetworkACLRuleItemNetworkACLRuleProtocolTcpudpDirectionInboundConst  = "inbound"
	NetworkACLRuleItemNetworkACLRuleProtocolTcpudpDirectionOutboundConst = "outbound"
)

Constants associated with the NetworkACLRuleItemNetworkACLRuleProtocolTcpudp.Direction property. Whether the traffic to be matched is `inbound` or `outbound`.

View Source
const (
	NetworkACLRuleItemNetworkACLRuleProtocolTcpudpIPVersionIpv4Const = "ipv4"
	NetworkACLRuleItemNetworkACLRuleProtocolTcpudpIPVersionIpv6Const = "ipv6"
)

Constants associated with the NetworkACLRuleItemNetworkACLRuleProtocolTcpudp.IPVersion property. The IP version for this rule.

View Source
const (
	NetworkACLRuleItemNetworkACLRuleProtocolTcpudpProtocolTCPConst = "tcp"
	NetworkACLRuleItemNetworkACLRuleProtocolTcpudpProtocolUDPConst = "udp"
)

Constants associated with the NetworkACLRuleItemNetworkACLRuleProtocolTcpudp.Protocol property. The protocol to enforce.

View Source
const (
	NetworkACLRulePrototypeNetworkACLContextNetworkACLRuleProtocolAllActionAllowConst = "allow"
	NetworkACLRulePrototypeNetworkACLContextNetworkACLRuleProtocolAllActionDenyConst  = "deny"
)

Constants associated with the NetworkACLRulePrototypeNetworkACLContextNetworkACLRuleProtocolAll.Action property. Whether to allow or deny matching traffic.

View Source
const (
	NetworkACLRulePrototypeNetworkACLContextNetworkACLRuleProtocolAllDirectionInboundConst  = "inbound"
	NetworkACLRulePrototypeNetworkACLContextNetworkACLRuleProtocolAllDirectionOutboundConst = "outbound"
)

Constants associated with the NetworkACLRulePrototypeNetworkACLContextNetworkACLRuleProtocolAll.Direction property. Whether the traffic to be matched is `inbound` or `outbound`.

View Source
const (
	NetworkACLRulePrototypeNetworkACLContextNetworkACLRuleProtocolIcmpActionAllowConst = "allow"
	NetworkACLRulePrototypeNetworkACLContextNetworkACLRuleProtocolIcmpActionDenyConst  = "deny"
)

Constants associated with the NetworkACLRulePrototypeNetworkACLContextNetworkACLRuleProtocolIcmp.Action property. Whether to allow or deny matching traffic.

View Source
const (
	NetworkACLRulePrototypeNetworkACLContextNetworkACLRuleProtocolIcmpDirectionInboundConst  = "inbound"
	NetworkACLRulePrototypeNetworkACLContextNetworkACLRuleProtocolIcmpDirectionOutboundConst = "outbound"
)

Constants associated with the NetworkACLRulePrototypeNetworkACLContextNetworkACLRuleProtocolIcmp.Direction property. Whether the traffic to be matched is `inbound` or `outbound`.

View Source
const (
	NetworkACLRulePrototypeNetworkACLContextNetworkACLRuleProtocolTcpudpActionAllowConst = "allow"
	NetworkACLRulePrototypeNetworkACLContextNetworkACLRuleProtocolTcpudpActionDenyConst  = "deny"
)

Constants associated with the NetworkACLRulePrototypeNetworkACLContextNetworkACLRuleProtocolTcpudp.Action property. Whether to allow or deny matching traffic.

View Source
const (
	NetworkACLRulePrototypeNetworkACLContextNetworkACLRuleProtocolTcpudpDirectionInboundConst  = "inbound"
	NetworkACLRulePrototypeNetworkACLContextNetworkACLRuleProtocolTcpudpDirectionOutboundConst = "outbound"
)

Constants associated with the NetworkACLRulePrototypeNetworkACLContextNetworkACLRuleProtocolTcpudp.Direction property. Whether the traffic to be matched is `inbound` or `outbound`.

View Source
const (
	NetworkACLRulePrototypeNetworkACLContextNetworkACLRuleProtocolTcpudpProtocolTCPConst = "tcp"
	NetworkACLRulePrototypeNetworkACLContextNetworkACLRuleProtocolTcpudpProtocolUDPConst = "udp"
)

Constants associated with the NetworkACLRulePrototypeNetworkACLContextNetworkACLRuleProtocolTcpudp.Protocol property. The protocol to enforce.

View Source
const (
	NetworkACLRulePrototypeNetworkACLRuleProtocolAllActionAllowConst = "allow"
	NetworkACLRulePrototypeNetworkACLRuleProtocolAllActionDenyConst  = "deny"
)

Constants associated with the NetworkACLRulePrototypeNetworkACLRuleProtocolAll.Action property. Whether to allow or deny matching traffic.

View Source
const (
	NetworkACLRulePrototypeNetworkACLRuleProtocolAllDirectionInboundConst  = "inbound"
	NetworkACLRulePrototypeNetworkACLRuleProtocolAllDirectionOutboundConst = "outbound"
)

Constants associated with the NetworkACLRulePrototypeNetworkACLRuleProtocolAll.Direction property. Whether the traffic to be matched is `inbound` or `outbound`.

View Source
const (
	NetworkACLRulePrototypeNetworkACLRuleProtocolIcmpActionAllowConst = "allow"
	NetworkACLRulePrototypeNetworkACLRuleProtocolIcmpActionDenyConst  = "deny"
)

Constants associated with the NetworkACLRulePrototypeNetworkACLRuleProtocolIcmp.Action property. Whether to allow or deny matching traffic.

View Source
const (
	NetworkACLRulePrototypeNetworkACLRuleProtocolIcmpDirectionInboundConst  = "inbound"
	NetworkACLRulePrototypeNetworkACLRuleProtocolIcmpDirectionOutboundConst = "outbound"
)

Constants associated with the NetworkACLRulePrototypeNetworkACLRuleProtocolIcmp.Direction property. Whether the traffic to be matched is `inbound` or `outbound`.

View Source
const (
	NetworkACLRulePrototypeNetworkACLRuleProtocolTcpudpActionAllowConst = "allow"
	NetworkACLRulePrototypeNetworkACLRuleProtocolTcpudpActionDenyConst  = "deny"
)

Constants associated with the NetworkACLRulePrototypeNetworkACLRuleProtocolTcpudp.Action property. Whether to allow or deny matching traffic.

View Source
const (
	NetworkACLRulePrototypeNetworkACLRuleProtocolTcpudpDirectionInboundConst  = "inbound"
	NetworkACLRulePrototypeNetworkACLRuleProtocolTcpudpDirectionOutboundConst = "outbound"
)

Constants associated with the NetworkACLRulePrototypeNetworkACLRuleProtocolTcpudp.Direction property. Whether the traffic to be matched is `inbound` or `outbound`.

View Source
const (
	NetworkACLRulePrototypeNetworkACLRuleProtocolTcpudpProtocolTCPConst = "tcp"
	NetworkACLRulePrototypeNetworkACLRuleProtocolTcpudpProtocolUDPConst = "udp"
)

Constants associated with the NetworkACLRulePrototypeNetworkACLRuleProtocolTcpudp.Protocol property. The protocol to enforce.

View Source
const (
	NetworkACLRuleNetworkACLRuleProtocolAllActionAllowConst = "allow"
	NetworkACLRuleNetworkACLRuleProtocolAllActionDenyConst  = "deny"
)

Constants associated with the NetworkACLRuleNetworkACLRuleProtocolAll.Action property. Whether to allow or deny matching traffic.

View Source
const (
	NetworkACLRuleNetworkACLRuleProtocolAllDirectionInboundConst  = "inbound"
	NetworkACLRuleNetworkACLRuleProtocolAllDirectionOutboundConst = "outbound"
)

Constants associated with the NetworkACLRuleNetworkACLRuleProtocolAll.Direction property. Whether the traffic to be matched is `inbound` or `outbound`.

View Source
const (
	NetworkACLRuleNetworkACLRuleProtocolAllIPVersionIpv4Const = "ipv4"
	NetworkACLRuleNetworkACLRuleProtocolAllIPVersionIpv6Const = "ipv6"
)

Constants associated with the NetworkACLRuleNetworkACLRuleProtocolAll.IPVersion property. The IP version for this rule.

View Source
const (
	NetworkACLRuleNetworkACLRuleProtocolIcmpActionAllowConst = "allow"
	NetworkACLRuleNetworkACLRuleProtocolIcmpActionDenyConst  = "deny"
)

Constants associated with the NetworkACLRuleNetworkACLRuleProtocolIcmp.Action property. Whether to allow or deny matching traffic.

View Source
const (
	NetworkACLRuleNetworkACLRuleProtocolIcmpDirectionInboundConst  = "inbound"
	NetworkACLRuleNetworkACLRuleProtocolIcmpDirectionOutboundConst = "outbound"
)

Constants associated with the NetworkACLRuleNetworkACLRuleProtocolIcmp.Direction property. Whether the traffic to be matched is `inbound` or `outbound`.

View Source
const (
	NetworkACLRuleNetworkACLRuleProtocolIcmpIPVersionIpv4Const = "ipv4"
	NetworkACLRuleNetworkACLRuleProtocolIcmpIPVersionIpv6Const = "ipv6"
)

Constants associated with the NetworkACLRuleNetworkACLRuleProtocolIcmp.IPVersion property. The IP version for this rule.

View Source
const (
	NetworkACLRuleNetworkACLRuleProtocolTcpudpActionAllowConst = "allow"
	NetworkACLRuleNetworkACLRuleProtocolTcpudpActionDenyConst  = "deny"
)

Constants associated with the NetworkACLRuleNetworkACLRuleProtocolTcpudp.Action property. Whether to allow or deny matching traffic.

View Source
const (
	NetworkACLRuleNetworkACLRuleProtocolTcpudpDirectionInboundConst  = "inbound"
	NetworkACLRuleNetworkACLRuleProtocolTcpudpDirectionOutboundConst = "outbound"
)

Constants associated with the NetworkACLRuleNetworkACLRuleProtocolTcpudp.Direction property. Whether the traffic to be matched is `inbound` or `outbound`.

View Source
const (
	NetworkACLRuleNetworkACLRuleProtocolTcpudpIPVersionIpv4Const = "ipv4"
	NetworkACLRuleNetworkACLRuleProtocolTcpudpIPVersionIpv6Const = "ipv6"
)

Constants associated with the NetworkACLRuleNetworkACLRuleProtocolTcpudp.IPVersion property. The IP version for this rule.

View Source
const (
	NetworkACLRuleNetworkACLRuleProtocolTcpudpProtocolTCPConst = "tcp"
	NetworkACLRuleNetworkACLRuleProtocolTcpudpProtocolUDPConst = "udp"
)

Constants associated with the NetworkACLRuleNetworkACLRuleProtocolTcpudp.Protocol property. The protocol to enforce.

View Source
const (
	SecurityGroupRulePrototypeSecurityGroupRuleProtocolAllDirectionInboundConst  = "inbound"
	SecurityGroupRulePrototypeSecurityGroupRuleProtocolAllDirectionOutboundConst = "outbound"
)

Constants associated with the SecurityGroupRulePrototypeSecurityGroupRuleProtocolAll.Direction property. The direction of traffic to enforce, either `inbound` or `outbound`.

View Source
const (
	SecurityGroupRulePrototypeSecurityGroupRuleProtocolIcmpDirectionInboundConst  = "inbound"
	SecurityGroupRulePrototypeSecurityGroupRuleProtocolIcmpDirectionOutboundConst = "outbound"
)

Constants associated with the SecurityGroupRulePrototypeSecurityGroupRuleProtocolIcmp.Direction property. The direction of traffic to enforce, either `inbound` or `outbound`.

View Source
const (
	SecurityGroupRulePrototypeSecurityGroupRuleProtocolTcpudpDirectionInboundConst  = "inbound"
	SecurityGroupRulePrototypeSecurityGroupRuleProtocolTcpudpDirectionOutboundConst = "outbound"
)

Constants associated with the SecurityGroupRulePrototypeSecurityGroupRuleProtocolTcpudp.Direction property. The direction of traffic to enforce, either `inbound` or `outbound`.

View Source
const (
	SecurityGroupRulePrototypeSecurityGroupRuleProtocolTcpudpProtocolTCPConst = "tcp"
	SecurityGroupRulePrototypeSecurityGroupRuleProtocolTcpudpProtocolUDPConst = "udp"
)

Constants associated with the SecurityGroupRulePrototypeSecurityGroupRuleProtocolTcpudp.Protocol property. The protocol to enforce.

View Source
const (
	SecurityGroupRuleSecurityGroupRuleProtocolAllDirectionInboundConst  = "inbound"
	SecurityGroupRuleSecurityGroupRuleProtocolAllDirectionOutboundConst = "outbound"
)

Constants associated with the SecurityGroupRuleSecurityGroupRuleProtocolAll.Direction property. The direction of traffic to enforce, either `inbound` or `outbound`.

View Source
const (
	SecurityGroupRuleSecurityGroupRuleProtocolIcmpDirectionInboundConst  = "inbound"
	SecurityGroupRuleSecurityGroupRuleProtocolIcmpDirectionOutboundConst = "outbound"
)

Constants associated with the SecurityGroupRuleSecurityGroupRuleProtocolIcmp.Direction property. The direction of traffic to enforce, either `inbound` or `outbound`.

View Source
const (
	SecurityGroupRuleSecurityGroupRuleProtocolTcpudpDirectionInboundConst  = "inbound"
	SecurityGroupRuleSecurityGroupRuleProtocolTcpudpDirectionOutboundConst = "outbound"
)

Constants associated with the SecurityGroupRuleSecurityGroupRuleProtocolTcpudp.Direction property. The direction of traffic to enforce, either `inbound` or `outbound`.

View Source
const (
	SecurityGroupRuleSecurityGroupRuleProtocolTcpudpProtocolTCPConst = "tcp"
	SecurityGroupRuleSecurityGroupRuleProtocolTcpudpProtocolUDPConst = "udp"
)

Constants associated with the SecurityGroupRuleSecurityGroupRuleProtocolTcpudp.Protocol property. The protocol to enforce.

View Source
const (
	VPNGatewayConnectionPolicyModeModePolicyConst = "policy"
	VPNGatewayConnectionPolicyModeModeRouteConst  = "route"
)

Constants associated with the VPNGatewayConnectionPolicyMode.Mode property. The mode of the VPN gateway.

View Source
const (
	VPNGatewayConnectionPolicyModeStatusDownConst = "down"
	VPNGatewayConnectionPolicyModeStatusUpConst   = "up"
)

Constants associated with the VPNGatewayConnectionPolicyMode.Status property. The status of a VPN gateway connection.

View Source
const (
	VPNGatewayConnectionStaticRouteModeModePolicyConst = "policy"
	VPNGatewayConnectionStaticRouteModeModeRouteConst  = "route"
)

Constants associated with the VPNGatewayConnectionStaticRouteMode.Mode property. The mode of the VPN gateway.

View Source
const (
	VPNGatewayConnectionStaticRouteModeStatusDownConst = "down"
	VPNGatewayConnectionStaticRouteModeStatusUpConst   = "up"
)

Constants associated with the VPNGatewayConnectionStaticRouteMode.Status property. The status of a VPN gateway connection.

View Source
const (
	VPNGatewayPolicyModeStatusAvailableConst = "available"
	VPNGatewayPolicyModeStatusDeletingConst  = "deleting"
	VPNGatewayPolicyModeStatusFailedConst    = "failed"
	VPNGatewayPolicyModeStatusPendingConst   = "pending"
)

Constants associated with the VPNGatewayPolicyMode.Status property. The status of the VPN gateway.

View Source
const (
	VPNGatewayRouteModeStatusAvailableConst = "available"
	VPNGatewayRouteModeStatusDeletingConst  = "deleting"
	VPNGatewayRouteModeStatusFailedConst    = "failed"
	VPNGatewayRouteModeStatusPendingConst   = "pending"
)

Constants associated with the VPNGatewayRouteMode.Status property. The status of the VPN gateway.

View Source
const (
	EndpointGatewayTargetPrototypeProviderCloudServiceIdentityProviderCloudServiceIdentityByCRNResourceTypeProviderCloudServiceConst          = "provider_cloud_service"
	EndpointGatewayTargetPrototypeProviderCloudServiceIdentityProviderCloudServiceIdentityByCRNResourceTypeProviderInfrastructureServiceConst = "provider_infrastructure_service"
)

Constants associated with the EndpointGatewayTargetPrototypeProviderCloudServiceIdentityProviderCloudServiceIdentityByCRN.ResourceType property. The type of target for this endpoint gateway.

View Source
const (
	EndpointGatewayTargetPrototypeProviderInfrastructureServiceIdentityProviderInfrastructureServiceIdentityByNameResourceTypeProviderCloudServiceConst          = "provider_cloud_service"
	EndpointGatewayTargetPrototypeProviderInfrastructureServiceIdentityProviderInfrastructureServiceIdentityByNameResourceTypeProviderInfrastructureServiceConst = "provider_infrastructure_service"
)

Constants associated with the EndpointGatewayTargetPrototypeProviderInfrastructureServiceIdentityProviderInfrastructureServiceIdentityByName.ResourceType property. The type of target for this endpoint gateway.

View Source
const (
	InstanceGroupManagerActionScheduledActionGroupTargetStatusActiveConst       = "active"
	InstanceGroupManagerActionScheduledActionGroupTargetStatusCompletedConst    = "completed"
	InstanceGroupManagerActionScheduledActionGroupTargetStatusFailedConst       = "failed"
	InstanceGroupManagerActionScheduledActionGroupTargetStatusIncompatibleConst = "incompatible"
	InstanceGroupManagerActionScheduledActionGroupTargetStatusOmittedConst      = "omitted"
)

Constants associated with the InstanceGroupManagerActionScheduledActionGroupTarget.Status property. The status of the instance group action - `active`: Action is ready to be run - `completed`: Action was completed successfully - `failed`: Action could not be completed successfully - `incompatible`: Action parameters are not compatible with the group or manager - `omitted`: Action was not applied because this action's manager was disabled.

View Source
const (
	InstanceGroupManagerActionScheduledActionManagerTargetStatusActiveConst       = "active"
	InstanceGroupManagerActionScheduledActionManagerTargetStatusCompletedConst    = "completed"
	InstanceGroupManagerActionScheduledActionManagerTargetStatusFailedConst       = "failed"
	InstanceGroupManagerActionScheduledActionManagerTargetStatusIncompatibleConst = "incompatible"
	InstanceGroupManagerActionScheduledActionManagerTargetStatusOmittedConst      = "omitted"
)

Constants associated with the InstanceGroupManagerActionScheduledActionManagerTarget.Status property. The status of the instance group action - `active`: Action is ready to be run - `completed`: Action was completed successfully - `failed`: Action could not be completed successfully - `incompatible`: Action parameters are not compatible with the group or manager - `omitted`: Action was not applied because this action's manager was disabled.

View Source
const (
	BareMetalServerBootTargetBareMetalServerDiskReferenceResourceTypeBareMetalServerDiskConst = "bare_metal_server_disk"
)

Constants associated with the BareMetalServerBootTargetBareMetalServerDiskReference.ResourceType property. The resource type.

View Source
const (
	BareMetalServerBootTargetResourceTypeBareMetalServerDiskConst = "bare_metal_server_disk"
)

Constants associated with the BareMetalServerBootTarget.ResourceType property. The resource type.

View Source
const (
	BareMetalServerDiskResourceTypeBareMetalServerDiskConst = "bare_metal_server_disk"
)

Constants associated with the BareMetalServerDisk.ResourceType property. The resource type.

View Source
const (
	BareMetalServerInitializationUserAccountBareMetalServerInitializationHostUserAccountResourceTypeHostUserAccountConst = "host_user_account"
)

Constants associated with the BareMetalServerInitializationUserAccountBareMetalServerInitializationHostUserAccount.ResourceType property. The resource type.

View Source
const (
	BareMetalServerInitializationUserAccountResourceTypeHostUserAccountConst = "host_user_account"
)

Constants associated with the BareMetalServerInitializationUserAccount.ResourceType property. The resource type.

View Source
const (
	BareMetalServerNetworkInterfaceByPciResourceTypeNetworkInterfaceConst = "network_interface"
)

Constants associated with the BareMetalServerNetworkInterfaceByPci.ResourceType property. The resource type.

View Source
const (
	BareMetalServerNetworkInterfaceByVlanResourceTypeNetworkInterfaceConst = "network_interface"
)

Constants associated with the BareMetalServerNetworkInterfaceByVlan.ResourceType property. The resource type.

View Source
const (
	BareMetalServerNetworkInterfaceResourceTypeNetworkInterfaceConst = "network_interface"
)

Constants associated with the BareMetalServerNetworkInterface.ResourceType property. The resource type.

View Source
const (
	BareMetalServerPrimaryNetworkInterfacePrototypeInterfaceTypePciConst = "pci"
)

Constants associated with the BareMetalServerPrimaryNetworkInterfacePrototype.InterfaceType property. The network interface type:

  • `pci`: a physical PCI device which can only be created or deleted when the bare metal server is stopped
  • Has an `allowed_vlans` property which controls the VLANs that will be permitted to use the pci interface
  • Cannot directly use an IEEE 802.1q VLAN tag.
View Source
const (
	BareMetalServerProfileBandwidthDependentTypeDependentConst = "dependent"
)

Constants associated with the BareMetalServerProfileBandwidthDependent.Type property. The type for this profile field.

View Source
const (
	BareMetalServerProfileBandwidthEnumTypeEnumConst = "enum"
)

Constants associated with the BareMetalServerProfileBandwidthEnum.Type property. The type for this profile field.

View Source
const (
	BareMetalServerProfileBandwidthFixedTypeFixedConst = "fixed"
)

Constants associated with the BareMetalServerProfileBandwidthFixed.Type property. The type for this profile field.

View Source
const (
	BareMetalServerProfileBandwidthRangeTypeRangeConst = "range"
)

Constants associated with the BareMetalServerProfileBandwidthRange.Type property. The type for this profile field.

View Source
const (
	BareMetalServerProfileBandwidthTypeFixedConst = "fixed"
)

Constants associated with the BareMetalServerProfileBandwidth.Type property. The type for this profile field.

View Source
const (
	BareMetalServerProfileCpuArchitectureTypeFixedConst = "fixed"
)

Constants associated with the BareMetalServerProfileCpuArchitecture.Type property. The type for this profile field.

View Source
const (
	BareMetalServerProfileCpuCoreCountDependentTypeDependentConst = "dependent"
)

Constants associated with the BareMetalServerProfileCpuCoreCountDependent.Type property. The type for this profile field.

View Source
const (
	BareMetalServerProfileCpuCoreCountEnumTypeEnumConst = "enum"
)

Constants associated with the BareMetalServerProfileCpuCoreCountEnum.Type property. The type for this profile field.

View Source
const (
	BareMetalServerProfileCpuCoreCountFixedTypeFixedConst = "fixed"
)

Constants associated with the BareMetalServerProfileCpuCoreCountFixed.Type property. The type for this profile field.

View Source
const (
	BareMetalServerProfileCpuCoreCountRangeTypeRangeConst = "range"
)

Constants associated with the BareMetalServerProfileCpuCoreCountRange.Type property. The type for this profile field.

View Source
const (
	BareMetalServerProfileCpuCoreCountTypeFixedConst = "fixed"
)

Constants associated with the BareMetalServerProfileCpuCoreCount.Type property. The type for this profile field.

View Source
const (
	BareMetalServerProfileCpuSocketCountDependentTypeDependentConst = "dependent"
)

Constants associated with the BareMetalServerProfileCpuSocketCountDependent.Type property. The type for this profile field.

View Source
const (
	BareMetalServerProfileCpuSocketCountEnumTypeEnumConst = "enum"
)

Constants associated with the BareMetalServerProfileCpuSocketCountEnum.Type property. The type for this profile field.

View Source
const (
	BareMetalServerProfileCpuSocketCountFixedTypeFixedConst = "fixed"
)

Constants associated with the BareMetalServerProfileCpuSocketCountFixed.Type property. The type for this profile field.

View Source
const (
	BareMetalServerProfileCpuSocketCountRangeTypeRangeConst = "range"
)

Constants associated with the BareMetalServerProfileCpuSocketCountRange.Type property. The type for this profile field.

View Source
const (
	BareMetalServerProfileCpuSocketCountTypeFixedConst = "fixed"
)

Constants associated with the BareMetalServerProfileCpuSocketCount.Type property. The type for this profile field.

View Source
const (
	BareMetalServerProfileDiskQuantityDependentTypeDependentConst = "dependent"
)

Constants associated with the BareMetalServerProfileDiskQuantityDependent.Type property. The type for this profile field.

View Source
const (
	BareMetalServerProfileDiskQuantityEnumTypeEnumConst = "enum"
)

Constants associated with the BareMetalServerProfileDiskQuantityEnum.Type property. The type for this profile field.

View Source
const (
	BareMetalServerProfileDiskQuantityFixedTypeFixedConst = "fixed"
)

Constants associated with the BareMetalServerProfileDiskQuantityFixed.Type property. The type for this profile field.

View Source
const (
	BareMetalServerProfileDiskQuantityRangeTypeRangeConst = "range"
)

Constants associated with the BareMetalServerProfileDiskQuantityRange.Type property. The type for this profile field.

View Source
const (
	BareMetalServerProfileDiskQuantityTypeFixedConst = "fixed"
)

Constants associated with the BareMetalServerProfileDiskQuantity.Type property. The type for this profile field.

View Source
const (
	BareMetalServerProfileDiskSizeDependentTypeDependentConst = "dependent"
)

Constants associated with the BareMetalServerProfileDiskSizeDependent.Type property. The type for this profile field.

View Source
const (
	BareMetalServerProfileDiskSizeEnumTypeEnumConst = "enum"
)

Constants associated with the BareMetalServerProfileDiskSizeEnum.Type property. The type for this profile field.

View Source
const (
	BareMetalServerProfileDiskSizeFixedTypeFixedConst = "fixed"
)

Constants associated with the BareMetalServerProfileDiskSizeFixed.Type property. The type for this profile field.

View Source
const (
	BareMetalServerProfileDiskSizeRangeTypeRangeConst = "range"
)

Constants associated with the BareMetalServerProfileDiskSizeRange.Type property. The type for this profile field.

View Source
const (
	BareMetalServerProfileDiskSizeTypeFixedConst = "fixed"
)

Constants associated with the BareMetalServerProfileDiskSize.Type property. The type for this profile field.

View Source
const (
	BareMetalServerProfileDiskSupportedInterfacesTypeEnumConst = "enum"
)

Constants associated with the BareMetalServerProfileDiskSupportedInterfaces.Type property. The type for this profile field.

View Source
const (
	BareMetalServerProfileMemoryDependentTypeDependentConst = "dependent"
)

Constants associated with the BareMetalServerProfileMemoryDependent.Type property. The type for this profile field.

View Source
const (
	BareMetalServerProfileMemoryEnumTypeEnumConst = "enum"
)

Constants associated with the BareMetalServerProfileMemoryEnum.Type property. The type for this profile field.

View Source
const (
	BareMetalServerProfileMemoryFixedTypeFixedConst = "fixed"
)

Constants associated with the BareMetalServerProfileMemoryFixed.Type property. The type for this profile field.

View Source
const (
	BareMetalServerProfileMemoryRangeTypeRangeConst = "range"
)

Constants associated with the BareMetalServerProfileMemoryRange.Type property. The type for this profile field.

View Source
const (
	BareMetalServerProfileMemoryTypeFixedConst = "fixed"
)

Constants associated with the BareMetalServerProfileMemory.Type property. The type for this profile field.

View Source
const (
	BareMetalServerProfileOsArchitectureTypeEnumConst = "enum"
)

Constants associated with the BareMetalServerProfileOsArchitecture.Type property. The type for this profile field.

View Source
const (
	BareMetalServerProfileReferenceResourceTypeBareMetalServerProfileConst = "bare_metal_server_profile"
)

Constants associated with the BareMetalServerProfileReference.ResourceType property. The resource type.

View Source
const (
	BareMetalServerProfileResourceTypeBareMetalServerProfileConst = "bare_metal_server_profile"
)

Constants associated with the BareMetalServerProfile.ResourceType property. The resource type.

View Source
const (
	BareMetalServerProfileSupportedTrustedPlatformModuleModesTypeEnumConst = "enum"
)

Constants associated with the BareMetalServerProfileSupportedTrustedPlatformModuleModes.Type property. The type for this profile field.

View Source
const (
	BareMetalServerResourceTypeBareMetalServerConst = "bare_metal_server"
)

Constants associated with the BareMetalServer.ResourceType property. The resource type.

View Source
const (
	CreateKeyOptionsTypeRsaConst = "rsa"
)

Constants associated with the CreateKeyOptions.Type property. The crypto-system used by this key.

View Source
const (
	DedicatedHostDiskInterfaceTypeNvmeConst = "nvme"
)

Constants associated with the DedicatedHostDisk.InterfaceType property. The disk interface used for attaching the disk

The enumerated values for this property are expected to expand in the future. When processing this property, check for and log unknown values. Optionally halt processing and surface the error, or bypass the resource on which the unexpected property value was encountered.

View Source
const (
	DedicatedHostDiskResourceTypeDedicatedHostDiskConst = "dedicated_host_disk"
)

Constants associated with the DedicatedHostDisk.ResourceType property. The resource type.

View Source
const (
	DedicatedHostGroupReferenceResourceTypeDedicatedHostGroupConst = "dedicated_host_group"
)

Constants associated with the DedicatedHostGroupReference.ResourceType property. The resource type.

View Source
const (
	DedicatedHostGroupResourceTypeDedicatedHostGroupConst = "dedicated_host_group"
)

Constants associated with the DedicatedHostGroup.ResourceType property. The resource type.

View Source
const (
	DedicatedHostProfileDiskInterfaceTypeFixedConst = "fixed"
)

Constants associated with the DedicatedHostProfileDiskInterface.Type property. The type for this profile field.

View Source
const (
	DedicatedHostProfileDiskInterfaceValueNvmeConst = "nvme"
)

Constants associated with the DedicatedHostProfileDiskInterface.Value property. The interface of the disk for a dedicated host with this profile

The enumerated values for this property are expected to expand in the future. When processing this property, check for and log unknown values. Optionally halt processing and surface the error, or bypass the resource on which the unexpected property value was encountered.

View Source
const (
	DedicatedHostProfileDiskQuantityTypeFixedConst = "fixed"
)

Constants associated with the DedicatedHostProfileDiskQuantity.Type property. The type for this profile field.

View Source
const (
	DedicatedHostProfileDiskSizeTypeFixedConst = "fixed"
)

Constants associated with the DedicatedHostProfileDiskSize.Type property. The type for this profile field.

View Source
const (
	DedicatedHostProfileDiskSupportedInterfacesTypeFixedConst = "fixed"
)

Constants associated with the DedicatedHostProfileDiskSupportedInterfaces.Type property. The type for this profile field.

View Source
const (
	DedicatedHostProfileMemoryDependentTypeDependentConst = "dependent"
)

Constants associated with the DedicatedHostProfileMemoryDependent.Type property. The type for this profile field.

View Source
const (
	DedicatedHostProfileMemoryEnumTypeEnumConst = "enum"
)

Constants associated with the DedicatedHostProfileMemoryEnum.Type property. The type for this profile field.

View Source
const (
	DedicatedHostProfileMemoryFixedTypeFixedConst = "fixed"
)

Constants associated with the DedicatedHostProfileMemoryFixed.Type property. The type for this profile field.

View Source
const (
	DedicatedHostProfileMemoryRangeTypeRangeConst = "range"
)

Constants associated with the DedicatedHostProfileMemoryRange.Type property. The type for this profile field.

View Source
const (
	DedicatedHostProfileMemoryTypeFixedConst = "fixed"
)

Constants associated with the DedicatedHostProfileMemory.Type property. The type for this profile field.

View Source
const (
	DedicatedHostProfileSocketDependentTypeDependentConst = "dependent"
)

Constants associated with the DedicatedHostProfileSocketDependent.Type property. The type for this profile field.

View Source
const (
	DedicatedHostProfileSocketEnumTypeEnumConst = "enum"
)

Constants associated with the DedicatedHostProfileSocketEnum.Type property. The type for this profile field.

View Source
const (
	DedicatedHostProfileSocketFixedTypeFixedConst = "fixed"
)

Constants associated with the DedicatedHostProfileSocketFixed.Type property. The type for this profile field.

View Source
const (
	DedicatedHostProfileSocketRangeTypeRangeConst = "range"
)

Constants associated with the DedicatedHostProfileSocketRange.Type property. The type for this profile field.

View Source
const (
	DedicatedHostProfileSocketTypeFixedConst = "fixed"
)

Constants associated with the DedicatedHostProfileSocket.Type property. The type for this profile field.

View Source
const (
	DedicatedHostProfileVcpuArchitectureTypeFixedConst = "fixed"
)

Constants associated with the DedicatedHostProfileVcpuArchitecture.Type property. The type for this profile field.

View Source
const (
	DedicatedHostProfileVcpuDependentTypeDependentConst = "dependent"
)

Constants associated with the DedicatedHostProfileVcpuDependent.Type property. The type for this profile field.

View Source
const (
	DedicatedHostProfileVcpuEnumTypeEnumConst = "enum"
)

Constants associated with the DedicatedHostProfileVcpuEnum.Type property. The type for this profile field.

View Source
const (
	DedicatedHostProfileVcpuFixedTypeFixedConst = "fixed"
)

Constants associated with the DedicatedHostProfileVcpuFixed.Type property. The type for this profile field.

View Source
const (
	DedicatedHostProfileVcpuRangeTypeRangeConst = "range"
)

Constants associated with the DedicatedHostProfileVcpuRange.Type property. The type for this profile field.

View Source
const (
	DedicatedHostProfileVcpuTypeFixedConst = "fixed"
)

Constants associated with the DedicatedHostProfileVcpu.Type property. The type for this profile field.

View Source
const (
	DedicatedHostReferenceResourceTypeDedicatedHostConst = "dedicated_host"
)

Constants associated with the DedicatedHostReference.ResourceType property. The resource type.

View Source
const (
	DedicatedHostResourceTypeDedicatedHostConst = "dedicated_host"
)

Constants associated with the DedicatedHost.ResourceType property. The resource type.

View Source
const (
	DefaultRoutingTableResourceTypeRoutingTableConst = "routing_table"
)

Constants associated with the DefaultRoutingTable.ResourceType property. The resource type.

View Source
const DefaultServiceName = "vpc"

DefaultServiceName is the default key used to find external configuration information.

View Source
const DefaultServiceURL = "https://us-south.iaas.cloud.ibm.com/v1"

DefaultServiceURL is the default URL to make service requests to.

View Source
const (
	EndpointGatewayResourceTypeEndpointGatewayConst = "endpoint_gateway"
)

Constants associated with the EndpointGateway.ResourceType property. The resource type.

View Source
const (
	EndpointGatewayTargetProviderCloudServiceReferenceResourceTypeProviderCloudServiceConst = "provider_cloud_service"
)

Constants associated with the EndpointGatewayTargetProviderCloudServiceReference.ResourceType property. The type of target.

View Source
const (
	EndpointGatewayTargetProviderInfrastructureServiceReferenceResourceTypeProviderInfrastructureServiceConst = "provider_infrastructure_service"
)

Constants associated with the EndpointGatewayTargetProviderInfrastructureServiceReference.ResourceType property. The type of target.

View Source
const (
	EndpointGatewayTargetResourceTypeProviderCloudServiceConst = "provider_cloud_service"
)

Constants associated with the EndpointGatewayTarget.ResourceType property. The type of target.

View Source
const (
	FloatingIPTargetNetworkInterfaceReferenceResourceTypeNetworkInterfaceConst = "network_interface"
)

Constants associated with the FloatingIPTargetNetworkInterfaceReference.ResourceType property. The resource type.

View Source
const (
	FloatingIPTargetPublicGatewayReferenceResourceTypePublicGatewayConst = "public_gateway"
)

Constants associated with the FloatingIPTargetPublicGatewayReference.ResourceType property. The resource type.

View Source
const (
	FloatingIPTargetResourceTypeNetworkInterfaceConst = "network_interface"
)

Constants associated with the FloatingIPTarget.ResourceType property. The resource type.

View Source
const (
	FlowLogCollectorTargetNetworkInterfaceReferenceTargetContextResourceTypeNetworkInterfaceConst = "network_interface"
)

Constants associated with the FlowLogCollectorTargetNetworkInterfaceReferenceTargetContext.ResourceType property. The resource type.

View Source
const (
	FlowLogCollectorTargetResourceTypeNetworkInterfaceConst = "network_interface"
)

Constants associated with the FlowLogCollectorTarget.ResourceType property. The resource type.

View Source
const (
	IPsecPolicyEncapsulationModeTunnelConst = "tunnel"
)

Constants associated with the IPsecPolicy.EncapsulationMode property. The encapsulation mode used. Only `tunnel` is supported.

View Source
const (
	IPsecPolicyReferenceResourceTypeIpsecPolicyConst = "ipsec_policy"
)

Constants associated with the IPsecPolicyReference.ResourceType property. The resource type.

View Source
const (
	IPsecPolicyResourceTypeIpsecPolicyConst = "ipsec_policy"
)

Constants associated with the IPsecPolicy.ResourceType property. The resource type.

View Source
const (
	IPsecPolicyTransformProtocolEspConst = "esp"
)

Constants associated with the IPsecPolicy.TransformProtocol property. The transform protocol used. Only `esp` is supported.

View Source
const (
	IkePolicyNegotiationModeMainConst = "main"
)

Constants associated with the IkePolicy.NegotiationMode property. The IKE negotiation mode. Only `main` is supported.

View Source
const (
	IkePolicyReferenceResourceTypeIkePolicyConst = "ike_policy"
)

Constants associated with the IkePolicyReference.ResourceType property. The resource type.

View Source
const (
	IkePolicyResourceTypeIkePolicyConst = "ike_policy"
)

Constants associated with the IkePolicy.ResourceType property. The resource type.

View Source
const (
	InstanceDiskReferenceResourceTypeInstanceDiskConst = "instance_disk"
)

Constants associated with the InstanceDiskReference.ResourceType property. The resource type.

View Source
const (
	InstanceDiskResourceTypeInstanceDiskConst = "instance_disk"
)

Constants associated with the InstanceDisk.ResourceType property. The resource type.

View Source
const (
	InstanceGroupManagerActionActionTypeScheduledConst = "scheduled"
)

Constants associated with the InstanceGroupManagerAction.ActionType property. The type of action for the instance group.

View Source
const (
	InstanceGroupManagerActionReferenceResourceTypeInstanceGroupManagerActionConst = "instance_group_manager_action"
)

Constants associated with the InstanceGroupManagerActionReference.ResourceType property. The resource type.

View Source
const (
	InstanceGroupManagerActionResourceTypeInstanceGroupManagerActionConst = "instance_group_manager_action"
)

Constants associated with the InstanceGroupManagerAction.ResourceType property. The resource type.

View Source
const (
	InstanceGroupManagerActionScheduledActionActionTypeScheduledConst = "scheduled"
)

Constants associated with the InstanceGroupManagerActionScheduledAction.ActionType property. The type of action for the instance group.

View Source
const (
	InstanceGroupManagerActionScheduledActionGroupTargetActionTypeScheduledConst = "scheduled"
)

Constants associated with the InstanceGroupManagerActionScheduledActionGroupTarget.ActionType property. The type of action for the instance group.

View Source
const (
	InstanceGroupManagerActionScheduledActionGroupTargetResourceTypeInstanceGroupManagerActionConst = "instance_group_manager_action"
)

Constants associated with the InstanceGroupManagerActionScheduledActionGroupTarget.ResourceType property. The resource type.

View Source
const (
	InstanceGroupManagerActionScheduledActionManagerTargetActionTypeScheduledConst = "scheduled"
)

Constants associated with the InstanceGroupManagerActionScheduledActionManagerTarget.ActionType property. The type of action for the instance group.

View Source
const (
	InstanceGroupManagerActionScheduledActionManagerTargetResourceTypeInstanceGroupManagerActionConst = "instance_group_manager_action"
)

Constants associated with the InstanceGroupManagerActionScheduledActionManagerTarget.ResourceType property. The resource type.

View Source
const (
	InstanceGroupManagerActionScheduledActionResourceTypeInstanceGroupManagerActionConst = "instance_group_manager_action"
)

Constants associated with the InstanceGroupManagerActionScheduledAction.ResourceType property. The resource type.

View Source
const (
	InstanceGroupManagerAutoScaleManagerTypeAutoscaleConst = "autoscale"
)

Constants associated with the InstanceGroupManagerAutoScale.ManagerType property. The type of instance group manager.

View Source
const (
	InstanceGroupManagerManagerTypeAutoscaleConst = "autoscale"
)

Constants associated with the InstanceGroupManager.ManagerType property. The type of instance group manager.

View Source
const (
	InstanceGroupManagerPolicyInstanceGroupManagerTargetPolicyPolicyTypeTargetConst = "target"
)

Constants associated with the InstanceGroupManagerPolicyInstanceGroupManagerTargetPolicy.PolicyType property. The type of policy for the instance group.

View Source
const (
	InstanceGroupManagerPolicyPolicyTypeTargetConst = "target"
)

Constants associated with the InstanceGroupManagerPolicy.PolicyType property. The type of policy for the instance group.

View Source
const (
	InstanceGroupManagerPolicyPrototypeInstanceGroupManagerTargetPolicyPrototypePolicyTypeTargetConst = "target"
)

Constants associated with the InstanceGroupManagerPolicyPrototypeInstanceGroupManagerTargetPolicyPrototype.PolicyType property. The type of policy for the instance group.

View Source
const (
	InstanceGroupManagerPolicyPrototypePolicyTypeTargetConst = "target"
)

Constants associated with the InstanceGroupManagerPolicyPrototype.PolicyType property. The type of policy for the instance group.

View Source
const (
	InstanceGroupManagerPrototypeInstanceGroupManagerAutoScalePrototypeManagerTypeAutoscaleConst = "autoscale"
)

Constants associated with the InstanceGroupManagerPrototypeInstanceGroupManagerAutoScalePrototype.ManagerType property. The type of instance group manager.

View Source
const (
	InstanceGroupManagerPrototypeInstanceGroupManagerScheduledPrototypeManagerTypeScheduledConst = "scheduled"
)

Constants associated with the InstanceGroupManagerPrototypeInstanceGroupManagerScheduledPrototype.ManagerType property. The type of instance group manager.

View Source
const (
	InstanceGroupManagerPrototypeManagerTypeAutoscaleConst = "autoscale"
)

Constants associated with the InstanceGroupManagerPrototype.ManagerType property. The type of instance group manager.

View Source
const (
	InstanceGroupManagerScheduledManagerTypeScheduledConst = "scheduled"
)

Constants associated with the InstanceGroupManagerScheduled.ManagerType property. The type of instance group manager.

View Source
const (
	InstancePlacementTargetDedicatedHostGroupReferenceResourceTypeDedicatedHostGroupConst = "dedicated_host_group"
)

Constants associated with the InstancePlacementTargetDedicatedHostGroupReference.ResourceType property. The resource type.

View Source
const (
	InstancePlacementTargetDedicatedHostReferenceResourceTypeDedicatedHostConst = "dedicated_host"
)

Constants associated with the InstancePlacementTargetDedicatedHostReference.ResourceType property. The resource type.

View Source
const (
	InstancePlacementTargetPlacementGroupReferenceResourceTypePlacementGroupConst = "placement_group"
)

Constants associated with the InstancePlacementTargetPlacementGroupReference.ResourceType property. The resource type.

View Source
const (
	InstancePlacementTargetResourceTypeDedicatedHostGroupConst = "dedicated_host_group"
)

Constants associated with the InstancePlacementTarget.ResourceType property. The resource type.

View Source
const (
	InstanceProfileBandwidthDependentTypeDependentConst = "dependent"
)

Constants associated with the InstanceProfileBandwidthDependent.Type property. The type for this profile field.

View Source
const (
	InstanceProfileBandwidthEnumTypeEnumConst = "enum"
)

Constants associated with the InstanceProfileBandwidthEnum.Type property. The type for this profile field.

View Source
const (
	InstanceProfileBandwidthFixedTypeFixedConst = "fixed"
)

Constants associated with the InstanceProfileBandwidthFixed.Type property. The type for this profile field.

View Source
const (
	InstanceProfileBandwidthRangeTypeRangeConst = "range"
)

Constants associated with the InstanceProfileBandwidthRange.Type property. The type for this profile field.

View Source
const (
	InstanceProfileBandwidthTypeFixedConst = "fixed"
)

Constants associated with the InstanceProfileBandwidth.Type property. The type for this profile field.

View Source
const (
	InstanceProfileDiskQuantityDependentTypeDependentConst = "dependent"
)

Constants associated with the InstanceProfileDiskQuantityDependent.Type property. The type for this profile field.

View Source
const (
	InstanceProfileDiskQuantityEnumTypeEnumConst = "enum"
)

Constants associated with the InstanceProfileDiskQuantityEnum.Type property. The type for this profile field.

View Source
const (
	InstanceProfileDiskQuantityFixedTypeFixedConst = "fixed"
)

Constants associated with the InstanceProfileDiskQuantityFixed.Type property. The type for this profile field.

View Source
const (
	InstanceProfileDiskQuantityRangeTypeRangeConst = "range"
)

Constants associated with the InstanceProfileDiskQuantityRange.Type property. The type for this profile field.

View Source
const (
	InstanceProfileDiskQuantityTypeFixedConst = "fixed"
)

Constants associated with the InstanceProfileDiskQuantity.Type property. The type for this profile field.

View Source
const (
	InstanceProfileDiskSizeDependentTypeDependentConst = "dependent"
)

Constants associated with the InstanceProfileDiskSizeDependent.Type property. The type for this profile field.

View Source
const (
	InstanceProfileDiskSizeEnumTypeEnumConst = "enum"
)

Constants associated with the InstanceProfileDiskSizeEnum.Type property. The type for this profile field.

View Source
const (
	InstanceProfileDiskSizeFixedTypeFixedConst = "fixed"
)

Constants associated with the InstanceProfileDiskSizeFixed.Type property. The type for this profile field.

View Source
const (
	InstanceProfileDiskSizeRangeTypeRangeConst = "range"
)

Constants associated with the InstanceProfileDiskSizeRange.Type property. The type for this profile field.

View Source
const (
	InstanceProfileDiskSizeTypeFixedConst = "fixed"
)

Constants associated with the InstanceProfileDiskSize.Type property. The type for this profile field.

View Source
const (
	InstanceProfileDiskSupportedInterfacesTypeEnumConst = "enum"
)

Constants associated with the InstanceProfileDiskSupportedInterfaces.Type property. The type for this profile field.

View Source
const (
	InstanceProfileGpuDependentTypeDependentConst = "dependent"
)

Constants associated with the InstanceProfileGpuDependent.Type property. The type for this profile field.

View Source
const (
	InstanceProfileGpuEnumTypeEnumConst = "enum"
)

Constants associated with the InstanceProfileGpuEnum.Type property. The type for this profile field.

View Source
const (
	InstanceProfileGpuFixedTypeFixedConst = "fixed"
)

Constants associated with the InstanceProfileGpuFixed.Type property. The type for this profile field.

View Source
const (
	InstanceProfileGpuManufacturerTypeEnumConst = "enum"
)

Constants associated with the InstanceProfileGpuManufacturer.Type property. The type for this profile field.

View Source
const (
	InstanceProfileGpuMemoryDependentTypeDependentConst = "dependent"
)

Constants associated with the InstanceProfileGpuMemoryDependent.Type property. The type for this profile field.

View Source
const (
	InstanceProfileGpuMemoryEnumTypeEnumConst = "enum"
)

Constants associated with the InstanceProfileGpuMemoryEnum.Type property. The type for this profile field.

View Source
const (
	InstanceProfileGpuMemoryFixedTypeFixedConst = "fixed"
)

Constants associated with the InstanceProfileGpuMemoryFixed.Type property. The type for this profile field.

View Source
const (
	InstanceProfileGpuMemoryRangeTypeRangeConst = "range"
)

Constants associated with the InstanceProfileGpuMemoryRange.Type property. The type for this profile field.

View Source
const (
	InstanceProfileGpuMemoryTypeFixedConst = "fixed"
)

Constants associated with the InstanceProfileGpuMemory.Type property. The type for this profile field.

View Source
const (
	InstanceProfileGpuModelTypeEnumConst = "enum"
)

Constants associated with the InstanceProfileGpuModel.Type property. The type for this profile field.

View Source
const (
	InstanceProfileGpuRangeTypeRangeConst = "range"
)

Constants associated with the InstanceProfileGpuRange.Type property. The type for this profile field.

View Source
const (
	InstanceProfileGpuTypeFixedConst = "fixed"
)

Constants associated with the InstanceProfileGpu.Type property. The type for this profile field.

View Source
const (
	InstanceProfileMemoryDependentTypeDependentConst = "dependent"
)

Constants associated with the InstanceProfileMemoryDependent.Type property. The type for this profile field.

View Source
const (
	InstanceProfileMemoryEnumTypeEnumConst = "enum"
)

Constants associated with the InstanceProfileMemoryEnum.Type property. The type for this profile field.

View Source
const (
	InstanceProfileMemoryFixedTypeFixedConst = "fixed"
)

Constants associated with the InstanceProfileMemoryFixed.Type property. The type for this profile field.

View Source
const (
	InstanceProfileMemoryRangeTypeRangeConst = "range"
)

Constants associated with the InstanceProfileMemoryRange.Type property. The type for this profile field.

View Source
const (
	InstanceProfileMemoryTypeFixedConst = "fixed"
)

Constants associated with the InstanceProfileMemory.Type property. The type for this profile field.

View Source
const (
	InstanceProfileOsArchitectureTypeEnumConst = "enum"
)

Constants associated with the InstanceProfileOsArchitecture.Type property. The type for this profile field.

View Source
const (
	InstanceProfilePortSpeedDependentTypeDependentConst = "dependent"
)

Constants associated with the InstanceProfilePortSpeedDependent.Type property. The type for this profile field.

View Source
const (
	InstanceProfilePortSpeedFixedTypeFixedConst = "fixed"
)

Constants associated with the InstanceProfilePortSpeedFixed.Type property. The type for this profile field.

View Source
const (
	InstanceProfilePortSpeedTypeFixedConst = "fixed"
)

Constants associated with the InstanceProfilePortSpeed.Type property. The type for this profile field.

View Source
const (
	InstanceProfileVcpuArchitectureTypeFixedConst = "fixed"
)

Constants associated with the InstanceProfileVcpuArchitecture.Type property. The type for this profile field.

View Source
const (
	InstanceProfileVcpuDependentTypeDependentConst = "dependent"
)

Constants associated with the InstanceProfileVcpuDependent.Type property. The type for this profile field.

View Source
const (
	InstanceProfileVcpuEnumTypeEnumConst = "enum"
)

Constants associated with the InstanceProfileVcpuEnum.Type property. The type for this profile field.

View Source
const (
	InstanceProfileVcpuFixedTypeFixedConst = "fixed"
)

Constants associated with the InstanceProfileVcpuFixed.Type property. The type for this profile field.

View Source
const (
	InstanceProfileVcpuRangeTypeRangeConst = "range"
)

Constants associated with the InstanceProfileVcpuRange.Type property. The type for this profile field.

View Source
const (
	InstanceProfileVcpuTypeFixedConst = "fixed"
)

Constants associated with the InstanceProfileVcpu.Type property. The type for this profile field.

View Source
const (
	InstanceProfileVolumeBandwidthDependentTypeDependentConst = "dependent"
)

Constants associated with the InstanceProfileVolumeBandwidthDependent.Type property. The type for this profile field.

View Source
const (
	InstanceProfileVolumeBandwidthEnumTypeEnumConst = "enum"
)

Constants associated with the InstanceProfileVolumeBandwidthEnum.Type property. The type for this profile field.

View Source
const (
	InstanceProfileVolumeBandwidthFixedTypeFixedConst = "fixed"
)

Constants associated with the InstanceProfileVolumeBandwidthFixed.Type property. The type for this profile field.

View Source
const (
	InstanceProfileVolumeBandwidthRangeTypeRangeConst = "range"
)

Constants associated with the InstanceProfileVolumeBandwidthRange.Type property. The type for this profile field.

View Source
const (
	InstanceProfileVolumeBandwidthTypeFixedConst = "fixed"
)

Constants associated with the InstanceProfileVolumeBandwidth.Type property. The type for this profile field.

View Source
const (
	KeyTypeRsaConst = "rsa"
)

Constants associated with the Key.Type property. The crypto-system used by this key.

View Source
const (
	LoadBalancerPrivateIpsItemResourceTypeSubnetReservedIPConst = "subnet_reserved_ip"
)

Constants associated with the LoadBalancerPrivateIpsItem.ResourceType property. The resource type.

View Source
const (
	LoadBalancerProfileLoggingSupportedTypeFixedConst = "fixed"
)

Constants associated with the LoadBalancerProfileLoggingSupported.Type property. The type for this profile field.

View Source
const (
	LoadBalancerProfileRouteModeSupportedDependentTypeDependentConst = "dependent"
)

Constants associated with the LoadBalancerProfileRouteModeSupportedDependent.Type property. The type for this profile field.

View Source
const (
	LoadBalancerProfileRouteModeSupportedFixedTypeFixedConst = "fixed"
)

Constants associated with the LoadBalancerProfileRouteModeSupportedFixed.Type property. The type for this profile field.

View Source
const (
	LoadBalancerProfileRouteModeSupportedTypeFixedConst = "fixed"
)

Constants associated with the LoadBalancerProfileRouteModeSupported.Type property. The type for this profile field.

View Source
const (
	LoadBalancerProfileSecurityGroupsSupportedDependentTypeDependentConst = "dependent"
)

Constants associated with the LoadBalancerProfileSecurityGroupsSupportedDependent.Type property. The type for this profile field.

View Source
const (
	LoadBalancerProfileSecurityGroupsSupportedFixedTypeFixedConst = "fixed"
)

Constants associated with the LoadBalancerProfileSecurityGroupsSupportedFixed.Type property. The type for this profile field.

View Source
const (
	LoadBalancerProfileSecurityGroupsSupportedTypeFixedConst = "fixed"
)

Constants associated with the LoadBalancerProfileSecurityGroupsSupported.Type property. The type for this profile field.

View Source
const (
	LoadBalancerProfileUDPSupportedDependentTypeDependentConst = "dependent"
)

Constants associated with the LoadBalancerProfileUDPSupportedDependent.Type property. The type for this profile field.

View Source
const (
	LoadBalancerProfileUDPSupportedFixedTypeFixedConst = "fixed"
)

Constants associated with the LoadBalancerProfileUDPSupportedFixed.Type property. The type for this profile field.

View Source
const (
	LoadBalancerProfileUDPSupportedTypeFixedConst = "fixed"
)

Constants associated with the LoadBalancerProfileUDPSupported.Type property. The type for this profile field.

View Source
const (
	LoadBalancerResourceTypeLoadBalancerConst = "load_balancer"
)

Constants associated with the LoadBalancer.ResourceType property. The resource type.

View Source
const (
	NetworkACLRuleItemNetworkACLRuleProtocolAllProtocolAllConst = "all"
)

Constants associated with the NetworkACLRuleItemNetworkACLRuleProtocolAll.Protocol property. The protocol to enforce.

View Source
const (
	NetworkACLRuleItemNetworkACLRuleProtocolIcmpProtocolIcmpConst = "icmp"
)

Constants associated with the NetworkACLRuleItemNetworkACLRuleProtocolIcmp.Protocol property. The protocol to enforce.

View Source
const (
	NetworkACLRuleNetworkACLRuleProtocolAllProtocolAllConst = "all"
)

Constants associated with the NetworkACLRuleNetworkACLRuleProtocolAll.Protocol property. The protocol to enforce.

View Source
const (
	NetworkACLRuleNetworkACLRuleProtocolIcmpProtocolIcmpConst = "icmp"
)

Constants associated with the NetworkACLRuleNetworkACLRuleProtocolIcmp.Protocol property. The protocol to enforce.

View Source
const (
	NetworkACLRulePrototypeNetworkACLContextNetworkACLRuleProtocolAllProtocolAllConst = "all"
)

Constants associated with the NetworkACLRulePrototypeNetworkACLContextNetworkACLRuleProtocolAll.Protocol property. The protocol to enforce.

View Source
const (
	NetworkACLRulePrototypeNetworkACLContextNetworkACLRuleProtocolIcmpProtocolIcmpConst = "icmp"
)

Constants associated with the NetworkACLRulePrototypeNetworkACLContextNetworkACLRuleProtocolIcmp.Protocol property. The protocol to enforce.

View Source
const (
	NetworkACLRulePrototypeNetworkACLRuleProtocolAllProtocolAllConst = "all"
)

Constants associated with the NetworkACLRulePrototypeNetworkACLRuleProtocolAll.Protocol property. The protocol to enforce.

View Source
const (
	NetworkACLRulePrototypeNetworkACLRuleProtocolIcmpProtocolIcmpConst = "icmp"
)

Constants associated with the NetworkACLRulePrototypeNetworkACLRuleProtocolIcmp.Protocol property. The protocol to enforce.

View Source
const (
	NetworkInterfaceBareMetalServerContextReferenceResourceTypeNetworkInterfaceConst = "network_interface"
)

Constants associated with the NetworkInterfaceBareMetalServerContextReference.ResourceType property. The resource type.

View Source
const (
	NetworkInterfaceInstanceContextReferenceResourceTypeNetworkInterfaceConst = "network_interface"
)

Constants associated with the NetworkInterfaceInstanceContextReference.ResourceType property. The resource type.

View Source
const (
	NetworkInterfaceResourceTypeNetworkInterfaceConst = "network_interface"
)

Constants associated with the NetworkInterface.ResourceType property. The resource type.

View Source
const (
	PlacementGroupResourceTypePlacementGroupConst = "placement_group"
)

Constants associated with the PlacementGroup.ResourceType property. The resource type.

View Source
const (
	PublicGatewayReferenceResourceTypePublicGatewayConst = "public_gateway"
)

Constants associated with the PublicGatewayReference.ResourceType property. The resource type.

View Source
const (
	PublicGatewayResourceTypePublicGatewayConst = "public_gateway"
)

Constants associated with the PublicGateway.ResourceType property. The resource type.

View Source
const (
	ReservedIPReferenceResourceTypeSubnetReservedIPConst = "subnet_reserved_ip"
)

Constants associated with the ReservedIPReference.ResourceType property. The resource type.

View Source
const (
	ReservedIPResourceTypeSubnetReservedIPConst = "subnet_reserved_ip"
)

Constants associated with the ReservedIP.ResourceType property. The resource type.

View Source
const (
	ReservedIPTargetEndpointGatewayReferenceResourceTypeEndpointGatewayConst = "endpoint_gateway"
)

Constants associated with the ReservedIPTargetEndpointGatewayReference.ResourceType property. The resource type.

View Source
const (
	ReservedIPTargetGenericResourceReferenceResourceTypeCloudResourceConst = "cloud_resource"
)

Constants associated with the ReservedIPTargetGenericResourceReference.ResourceType property. The resource type.

View Source
const (
	ReservedIPTargetLoadBalancerReferenceResourceTypeLoadBalancerConst = "load_balancer"
)

Constants associated with the ReservedIPTargetLoadBalancerReference.ResourceType property. The resource type.

View Source
const (
	ReservedIPTargetNetworkInterfaceReferenceTargetContextResourceTypeNetworkInterfaceConst = "network_interface"
)

Constants associated with the ReservedIPTargetNetworkInterfaceReferenceTargetContext.ResourceType property. The resource type.

View Source
const (
	ReservedIPTargetResourceTypeEndpointGatewayConst = "endpoint_gateway"
)

Constants associated with the ReservedIPTarget.ResourceType property. The resource type.

View Source
const (
	ReservedIPTargetVPNGatewayReferenceResourceTypeVPNGatewayConst = "vpn_gateway"
)

Constants associated with the ReservedIPTargetVPNGatewayReference.ResourceType property. The resource type.

View Source
const (
	RouteNextHopResourceTypeVPNGatewayConnectionConst = "vpn_gateway_connection"
)

Constants associated with the RouteNextHop.ResourceType property. The resource type.

View Source
const (
	RouteNextHopVPNGatewayConnectionReferenceResourceTypeVPNGatewayConnectionConst = "vpn_gateway_connection"
)

Constants associated with the RouteNextHopVPNGatewayConnectionReference.ResourceType property. The resource type.

View Source
const (
	RoutingTableReferenceResourceTypeRoutingTableConst = "routing_table"
)

Constants associated with the RoutingTableReference.ResourceType property. The resource type.

View Source
const (
	RoutingTableResourceTypeRoutingTableConst = "routing_table"
)

Constants associated with the RoutingTable.ResourceType property. The resource type.

View Source
const (
	SecurityGroupRuleIPVersionIpv4Const = "ipv4"
)

Constants associated with the SecurityGroupRule.IPVersion property. The IP version to enforce. The format of `remote.address` or `remote.cidr_block` must match this property, if they are used. Alternatively, if `remote` references a security group, then this rule only applies to IP addresses (network interfaces) in that group matching this IP version.

View Source
const (
	SecurityGroupRulePatchIPVersionIpv4Const = "ipv4"
)

Constants associated with the SecurityGroupRulePatch.IPVersion property. The IP version to enforce. The format of `remote.address` or `remote.cidr_block` must match this property, if they are used. Alternatively, if `remote` references a security group, then this rule only applies to IP addresses (network interfaces) in that group matching this IP version.

View Source
const (
	SecurityGroupRulePrototypeIPVersionIpv4Const = "ipv4"
)

Constants associated with the SecurityGroupRulePrototype.IPVersion property. The IP version to enforce. The format of `remote.address` or `remote.cidr_block` must match this property, if they are used. Alternatively, if `remote` references a security group, then this rule only applies to IP addresses (network interfaces) in that group matching this IP version.

View Source
const (
	SecurityGroupRulePrototypeSecurityGroupRuleProtocolAllIPVersionIpv4Const = "ipv4"
)

Constants associated with the SecurityGroupRulePrototypeSecurityGroupRuleProtocolAll.IPVersion property. The IP version to enforce. The format of `remote.address` or `remote.cidr_block` must match this property, if they are used. Alternatively, if `remote` references a security group, then this rule only applies to IP addresses (network interfaces) in that group matching this IP version.

View Source
const (
	SecurityGroupRulePrototypeSecurityGroupRuleProtocolAllProtocolAllConst = "all"
)

Constants associated with the SecurityGroupRulePrototypeSecurityGroupRuleProtocolAll.Protocol property. The protocol to enforce.

View Source
const (
	SecurityGroupRulePrototypeSecurityGroupRuleProtocolIcmpIPVersionIpv4Const = "ipv4"
)

Constants associated with the SecurityGroupRulePrototypeSecurityGroupRuleProtocolIcmp.IPVersion property. The IP version to enforce. The format of `remote.address` or `remote.cidr_block` must match this property, if they are used. Alternatively, if `remote` references a security group, then this rule only applies to IP addresses (network interfaces) in that group matching this IP version.

View Source
const (
	SecurityGroupRulePrototypeSecurityGroupRuleProtocolIcmpProtocolIcmpConst = "icmp"
)

Constants associated with the SecurityGroupRulePrototypeSecurityGroupRuleProtocolIcmp.Protocol property. The protocol to enforce.

View Source
const (
	SecurityGroupRulePrototypeSecurityGroupRuleProtocolTcpudpIPVersionIpv4Const = "ipv4"
)

Constants associated with the SecurityGroupRulePrototypeSecurityGroupRuleProtocolTcpudp.IPVersion property. The IP version to enforce. The format of `remote.address` or `remote.cidr_block` must match this property, if they are used. Alternatively, if `remote` references a security group, then this rule only applies to IP addresses (network interfaces) in that group matching this IP version.

View Source
const (
	SecurityGroupRuleSecurityGroupRuleProtocolAllIPVersionIpv4Const = "ipv4"
)

Constants associated with the SecurityGroupRuleSecurityGroupRuleProtocolAll.IPVersion property. The IP version to enforce. The format of `remote.address` or `remote.cidr_block` must match this property, if they are used. Alternatively, if `remote` references a security group, then this rule only applies to IP addresses (network interfaces) in that group matching this IP version.

View Source
const (
	SecurityGroupRuleSecurityGroupRuleProtocolAllProtocolAllConst = "all"
)

Constants associated with the SecurityGroupRuleSecurityGroupRuleProtocolAll.Protocol property. The protocol to enforce.

View Source
const (
	SecurityGroupRuleSecurityGroupRuleProtocolIcmpIPVersionIpv4Const = "ipv4"
)

Constants associated with the SecurityGroupRuleSecurityGroupRuleProtocolIcmp.IPVersion property. The IP version to enforce. The format of `remote.address` or `remote.cidr_block` must match this property, if they are used. Alternatively, if `remote` references a security group, then this rule only applies to IP addresses (network interfaces) in that group matching this IP version.

View Source
const (
	SecurityGroupRuleSecurityGroupRuleProtocolIcmpProtocolIcmpConst = "icmp"
)

Constants associated with the SecurityGroupRuleSecurityGroupRuleProtocolIcmp.Protocol property. The protocol to enforce.

View Source
const (
	SecurityGroupRuleSecurityGroupRuleProtocolTcpudpIPVersionIpv4Const = "ipv4"
)

Constants associated with the SecurityGroupRuleSecurityGroupRuleProtocolTcpudp.IPVersion property. The IP version to enforce. The format of `remote.address` or `remote.cidr_block` must match this property, if they are used. Alternatively, if `remote` references a security group, then this rule only applies to IP addresses (network interfaces) in that group matching this IP version.

View Source
const (
	SecurityGroupTargetReferenceEndpointGatewayReferenceResourceTypeEndpointGatewayConst = "endpoint_gateway"
)

Constants associated with the SecurityGroupTargetReferenceEndpointGatewayReference.ResourceType property. The resource type.

View Source
const (
	SecurityGroupTargetReferenceLoadBalancerReferenceResourceTypeLoadBalancerConst = "load_balancer"
)

Constants associated with the SecurityGroupTargetReferenceLoadBalancerReference.ResourceType property. The resource type.

View Source
const (
	SecurityGroupTargetReferenceNetworkInterfaceReferenceTargetContextResourceTypeNetworkInterfaceConst = "network_interface"
)

Constants associated with the SecurityGroupTargetReferenceNetworkInterfaceReferenceTargetContext.ResourceType property. The resource type.

View Source
const (
	SecurityGroupTargetReferenceResourceTypeNetworkInterfaceConst = "network_interface"
)

Constants associated with the SecurityGroupTargetReference.ResourceType property. The resource type.

View Source
const (
	SnapshotReferenceResourceTypeSnapshotConst = "snapshot"
)

Constants associated with the SnapshotReference.ResourceType property. The resource type.

View Source
const (
	SnapshotResourceTypeSnapshotConst = "snapshot"
)

Constants associated with the Snapshot.ResourceType property. The resource type.

View Source
const (
	SubnetIPVersionIpv4Const = "ipv4"
)

Constants associated with the Subnet.IPVersion property. The IP version(s) supported by this subnet.

View Source
const (
	SubnetPrototypeIPVersionIpv4Const = "ipv4"
)

Constants associated with the SubnetPrototype.IPVersion property. The IP version(s) to support for this subnet.

View Source
const (
	SubnetPrototypeSubnetByCIDRIPVersionIpv4Const = "ipv4"
)

Constants associated with the SubnetPrototypeSubnetByCIDR.IPVersion property. The IP version(s) to support for this subnet.

View Source
const (
	SubnetPrototypeSubnetByTotalCountIPVersionIpv4Const = "ipv4"
)

Constants associated with the SubnetPrototypeSubnetByTotalCount.IPVersion property. The IP version(s) to support for this subnet.

View Source
const (
	TrustedProfileReferenceResourceTypeTrustedProfileConst = "trusted_profile"
)

Constants associated with the TrustedProfileReference.ResourceType property. The resource type.

View Source
const (
	VPNGatewayConnectionAuthenticationModePskConst = "psk"
)

Constants associated with the VPNGatewayConnection.AuthenticationMode property. The authentication mode. Only `psk` is currently supported.

View Source
const (
	VPNGatewayConnectionPatchRoutingProtocolNoneConst = "none"
)

Constants associated with the VPNGatewayConnectionPatch.RoutingProtocol property. Routing protocols are disabled for this VPN gateway connection.

View Source
const (
	VPNGatewayConnectionPatchVPNGatewayConnectionStaticRouteModePatchRoutingProtocolNoneConst = "none"
)

Constants associated with the VPNGatewayConnectionPatchVPNGatewayConnectionStaticRouteModePatch.RoutingProtocol property. Routing protocols are disabled for this VPN gateway connection.

View Source
const (
	VPNGatewayConnectionPolicyModeAuthenticationModePskConst = "psk"
)

Constants associated with the VPNGatewayConnectionPolicyMode.AuthenticationMode property. The authentication mode. Only `psk` is currently supported.

View Source
const (
	VPNGatewayConnectionPolicyModeResourceTypeVPNGatewayConnectionConst = "vpn_gateway_connection"
)

Constants associated with the VPNGatewayConnectionPolicyMode.ResourceType property. The resource type.

View Source
const (
	VPNGatewayConnectionPrototypeRoutingProtocolNoneConst = "none"
)

Constants associated with the VPNGatewayConnectionPrototype.RoutingProtocol property. Routing protocols are disabled for this VPN gateway connection.

View Source
const (
	VPNGatewayConnectionPrototypeVPNGatewayConnectionStaticRouteModePrototypeRoutingProtocolNoneConst = "none"
)

Constants associated with the VPNGatewayConnectionPrototypeVPNGatewayConnectionStaticRouteModePrototype.RoutingProtocol property. Routing protocols are disabled for this VPN gateway connection.

View Source
const (
	VPNGatewayConnectionReferenceResourceTypeVPNGatewayConnectionConst = "vpn_gateway_connection"
)

Constants associated with the VPNGatewayConnectionReference.ResourceType property. The resource type.

View Source
const (
	VPNGatewayConnectionResourceTypeVPNGatewayConnectionConst = "vpn_gateway_connection"
)

Constants associated with the VPNGatewayConnection.ResourceType property. The resource type.

View Source
const (
	VPNGatewayConnectionRoutingProtocolNoneConst = "none"
)

Constants associated with the VPNGatewayConnection.RoutingProtocol property. Routing protocols are disabled for this VPN gateway connection.

View Source
const (
	VPNGatewayConnectionStaticRouteModeAuthenticationModePskConst = "psk"
)

Constants associated with the VPNGatewayConnectionStaticRouteMode.AuthenticationMode property. The authentication mode. Only `psk` is currently supported.

View Source
const (
	VPNGatewayConnectionStaticRouteModeResourceTypeVPNGatewayConnectionConst = "vpn_gateway_connection"
)

Constants associated with the VPNGatewayConnectionStaticRouteMode.ResourceType property. The resource type.

View Source
const (
	VPNGatewayConnectionStaticRouteModeRoutingProtocolNoneConst = "none"
)

Constants associated with the VPNGatewayConnectionStaticRouteMode.RoutingProtocol property. Routing protocols are disabled for this VPN gateway connection.

View Source
const (
	VPNGatewayModeRouteConst = "route"
)

Constants associated with the VPNGateway.Mode property. Route mode VPN gateway.

View Source
const (
	VPNGatewayPolicyModeModePolicyConst = "policy"
)

Constants associated with the VPNGatewayPolicyMode.Mode property. Policy mode VPN gateway.

View Source
const (
	VPNGatewayPolicyModeResourceTypeVPNGatewayConst = "vpn_gateway"
)

Constants associated with the VPNGatewayPolicyMode.ResourceType property. The resource type.

View Source
const (
	VPNGatewayPrototypeModeRouteConst = "route"
)

Constants associated with the VPNGatewayPrototype.Mode property. Route mode VPN gateway.

View Source
const (
	VPNGatewayPrototypeVPNGatewayPolicyModePrototypeModePolicyConst = "policy"
)

Constants associated with the VPNGatewayPrototypeVPNGatewayPolicyModePrototype.Mode property. Policy mode VPN gateway.

View Source
const (
	VPNGatewayPrototypeVPNGatewayRouteModePrototypeModeRouteConst = "route"
)

Constants associated with the VPNGatewayPrototypeVPNGatewayRouteModePrototype.Mode property. Route mode VPN gateway.

View Source
const (
	VPNGatewayResourceTypeVPNGatewayConst = "vpn_gateway"
)

Constants associated with the VPNGateway.ResourceType property. The resource type.

View Source
const (
	VPNGatewayRouteModeModeRouteConst = "route"
)

Constants associated with the VPNGatewayRouteMode.Mode property. Route mode VPN gateway.

View Source
const (
	VPNGatewayRouteModeResourceTypeVPNGatewayConst = "vpn_gateway"
)

Constants associated with the VPNGatewayRouteMode.ResourceType property. The resource type.

View Source
const (
	VolumeStatusReasonCodeEncryptionKeyDeletedConst = "encryption_key_deleted"
)

Constants associated with the VolumeStatusReason.Code property. A snake case string succinctly identifying the status reason.

Variables

This section is empty.

Functions

func GetServiceURLForRegion

func GetServiceURLForRegion(region string) (string, error)

GetServiceURLForRegion returns the service URL to be used for the specified region

func UnmarshalAddressPrefix

func UnmarshalAddressPrefix(m map[string]json.RawMessage, result interface{}) (err error)

UnmarshalAddressPrefix unmarshals an instance of AddressPrefix from the specified map of raw messages.

func UnmarshalAddressPrefixCollection

func UnmarshalAddressPrefixCollection(m map[string]json.RawMessage, result interface{}) (err error)

UnmarshalAddressPrefixCollection unmarshals an instance of AddressPrefixCollection from the specified map of raw messages.

func UnmarshalAddressPrefixCollectionFirst

func UnmarshalAddressPrefixCollectionFirst(m map[string]json.RawMessage, result interface{}) (err error)

UnmarshalAddressPrefixCollectionFirst unmarshals an instance of AddressPrefixCollectionFirst from the specified map of raw messages.

func UnmarshalAddressPrefixCollectionNext

func UnmarshalAddressPrefixCollectionNext(m map[string]json.RawMessage, result interface{}) (err error)

UnmarshalAddressPrefixCollectionNext unmarshals an instance of AddressPrefixCollectionNext from the specified map of raw messages.

func UnmarshalAddressPrefixPatch

func UnmarshalAddressPrefixPatch(m map[string]json.RawMessage, result interface{}) (err error)

UnmarshalAddressPrefixPatch unmarshals an instance of AddressPrefixPatch from the specified map of raw messages.

func UnmarshalBareMetalServer

func UnmarshalBareMetalServer(m map[string]json.RawMessage, result interface{}) (err error)

UnmarshalBareMetalServer unmarshals an instance of BareMetalServer from the specified map of raw messages.

func UnmarshalBareMetalServerBootTarget

func UnmarshalBareMetalServerBootTarget(m map[string]json.RawMessage, result interface{}) (err error)

UnmarshalBareMetalServerBootTarget unmarshals an instance of BareMetalServerBootTarget from the specified map of raw messages.

func UnmarshalBareMetalServerBootTargetBareMetalServerDiskReference

func UnmarshalBareMetalServerBootTargetBareMetalServerDiskReference(m map[string]json.RawMessage, result interface{}) (err error)

UnmarshalBareMetalServerBootTargetBareMetalServerDiskReference unmarshals an instance of BareMetalServerBootTargetBareMetalServerDiskReference from the specified map of raw messages.

func UnmarshalBareMetalServerCollection

func UnmarshalBareMetalServerCollection(m map[string]json.RawMessage, result interface{}) (err error)

UnmarshalBareMetalServerCollection unmarshals an instance of BareMetalServerCollection from the specified map of raw messages.

func UnmarshalBareMetalServerCollectionFirst

func UnmarshalBareMetalServerCollectionFirst(m map[string]json.RawMessage, result interface{}) (err error)

UnmarshalBareMetalServerCollectionFirst unmarshals an instance of BareMetalServerCollectionFirst from the specified map of raw messages.

func UnmarshalBareMetalServerCollectionNext

func UnmarshalBareMetalServerCollectionNext(m map[string]json.RawMessage, result interface{}) (err error)

UnmarshalBareMetalServerCollectionNext unmarshals an instance of BareMetalServerCollectionNext from the specified map of raw messages.

func UnmarshalBareMetalServerConsoleAccessToken

func UnmarshalBareMetalServerConsoleAccessToken(m map[string]json.RawMessage, result interface{}) (err error)

UnmarshalBareMetalServerConsoleAccessToken unmarshals an instance of BareMetalServerConsoleAccessToken from the specified map of raw messages.

func UnmarshalBareMetalServerCpu

func UnmarshalBareMetalServerCpu(m map[string]json.RawMessage, result interface{}) (err error)

UnmarshalBareMetalServerCpu unmarshals an instance of BareMetalServerCpu from the specified map of raw messages.

func UnmarshalBareMetalServerDisk

func UnmarshalBareMetalServerDisk(m map[string]json.RawMessage, result interface{}) (err error)

UnmarshalBareMetalServerDisk unmarshals an instance of BareMetalServerDisk from the specified map of raw messages.

func UnmarshalBareMetalServerDiskCollection

func UnmarshalBareMetalServerDiskCollection(m map[string]json.RawMessage, result interface{}) (err error)

UnmarshalBareMetalServerDiskCollection unmarshals an instance of BareMetalServerDiskCollection from the specified map of raw messages.

func UnmarshalBareMetalServerDiskPatch

func UnmarshalBareMetalServerDiskPatch(m map[string]json.RawMessage, result interface{}) (err error)

UnmarshalBareMetalServerDiskPatch unmarshals an instance of BareMetalServerDiskPatch from the specified map of raw messages.

func UnmarshalBareMetalServerDiskReferenceDeleted

func UnmarshalBareMetalServerDiskReferenceDeleted(m map[string]json.RawMessage, result interface{}) (err error)

UnmarshalBareMetalServerDiskReferenceDeleted unmarshals an instance of BareMetalServerDiskReferenceDeleted from the specified map of raw messages.

func UnmarshalBareMetalServerInitialization

func UnmarshalBareMetalServerInitialization(m map[string]json.RawMessage, result interface{}) (err error)

UnmarshalBareMetalServerInitialization unmarshals an instance of BareMetalServerInitialization from the specified map of raw messages.

func UnmarshalBareMetalServerInitializationPrototype

func UnmarshalBareMetalServerInitializationPrototype(m map[string]json.RawMessage, result interface{}) (err error)

UnmarshalBareMetalServerInitializationPrototype unmarshals an instance of BareMetalServerInitializationPrototype from the specified map of raw messages.

func UnmarshalBareMetalServerInitializationUserAccount

func UnmarshalBareMetalServerInitializationUserAccount(m map[string]json.RawMessage, result interface{}) (err error)

UnmarshalBareMetalServerInitializationUserAccount unmarshals an instance of BareMetalServerInitializationUserAccount from the specified map of raw messages.

func UnmarshalBareMetalServerInitializationUserAccountBareMetalServerInitializationHostUserAccount

func UnmarshalBareMetalServerInitializationUserAccountBareMetalServerInitializationHostUserAccount(m map[string]json.RawMessage, result interface{}) (err error)

UnmarshalBareMetalServerInitializationUserAccountBareMetalServerInitializationHostUserAccount unmarshals an instance of BareMetalServerInitializationUserAccountBareMetalServerInitializationHostUserAccount from the specified map of raw messages.

func UnmarshalBareMetalServerNetworkInterface

func UnmarshalBareMetalServerNetworkInterface(m map[string]json.RawMessage, result interface{}) (err error)

UnmarshalBareMetalServerNetworkInterface unmarshals an instance of BareMetalServerNetworkInterface from the specified map of raw messages.

func UnmarshalBareMetalServerNetworkInterfaceByPci

func UnmarshalBareMetalServerNetworkInterfaceByPci(m map[string]json.RawMessage, result interface{}) (err error)

UnmarshalBareMetalServerNetworkInterfaceByPci unmarshals an instance of BareMetalServerNetworkInterfaceByPci from the specified map of raw messages.

func UnmarshalBareMetalServerNetworkInterfaceByVlan

func UnmarshalBareMetalServerNetworkInterfaceByVlan(m map[string]json.RawMessage, result interface{}) (err error)

UnmarshalBareMetalServerNetworkInterfaceByVlan unmarshals an instance of BareMetalServerNetworkInterfaceByVlan from the specified map of raw messages.

func UnmarshalBareMetalServerNetworkInterfaceCollection

func UnmarshalBareMetalServerNetworkInterfaceCollection(m map[string]json.RawMessage, result interface{}) (err error)

UnmarshalBareMetalServerNetworkInterfaceCollection unmarshals an instance of BareMetalServerNetworkInterfaceCollection from the specified map of raw messages.

func UnmarshalBareMetalServerNetworkInterfaceCollectionFirst

func UnmarshalBareMetalServerNetworkInterfaceCollectionFirst(m map[string]json.RawMessage, result interface{}) (err error)

UnmarshalBareMetalServerNetworkInterfaceCollectionFirst unmarshals an instance of BareMetalServerNetworkInterfaceCollectionFirst from the specified map of raw messages.

func UnmarshalBareMetalServerNetworkInterfaceCollectionNext

func UnmarshalBareMetalServerNetworkInterfaceCollectionNext(m map[string]json.RawMessage, result interface{}) (err error)

UnmarshalBareMetalServerNetworkInterfaceCollectionNext unmarshals an instance of BareMetalServerNetworkInterfaceCollectionNext from the specified map of raw messages.

func UnmarshalBareMetalServerNetworkInterfacePatch

func UnmarshalBareMetalServerNetworkInterfacePatch(m map[string]json.RawMessage, result interface{}) (err error)

UnmarshalBareMetalServerNetworkInterfacePatch unmarshals an instance of BareMetalServerNetworkInterfacePatch from the specified map of raw messages.

func UnmarshalBareMetalServerNetworkInterfacePrototype

func UnmarshalBareMetalServerNetworkInterfacePrototype(m map[string]json.RawMessage, result interface{}) (err error)

UnmarshalBareMetalServerNetworkInterfacePrototype unmarshals an instance of BareMetalServerNetworkInterfacePrototype from the specified map of raw messages.

func UnmarshalBareMetalServerNetworkInterfacePrototypeBareMetalServerNetworkInterfaceByPciPrototype

func UnmarshalBareMetalServerNetworkInterfacePrototypeBareMetalServerNetworkInterfaceByPciPrototype(m map[string]json.RawMessage, result interface{}) (err error)

UnmarshalBareMetalServerNetworkInterfacePrototypeBareMetalServerNetworkInterfaceByPciPrototype unmarshals an instance of BareMetalServerNetworkInterfacePrototypeBareMetalServerNetworkInterfaceByPciPrototype from the specified map of raw messages.

func UnmarshalBareMetalServerNetworkInterfacePrototypeBareMetalServerNetworkInterfaceByVlanPrototype

func UnmarshalBareMetalServerNetworkInterfacePrototypeBareMetalServerNetworkInterfaceByVlanPrototype(m map[string]json.RawMessage, result interface{}) (err error)

UnmarshalBareMetalServerNetworkInterfacePrototypeBareMetalServerNetworkInterfaceByVlanPrototype unmarshals an instance of BareMetalServerNetworkInterfacePrototypeBareMetalServerNetworkInterfaceByVlanPrototype from the specified map of raw messages.

func UnmarshalBareMetalServerPatch

func UnmarshalBareMetalServerPatch(m map[string]json.RawMessage, result interface{}) (err error)

UnmarshalBareMetalServerPatch unmarshals an instance of BareMetalServerPatch from the specified map of raw messages.

func UnmarshalBareMetalServerPrimaryNetworkInterfacePrototype

func UnmarshalBareMetalServerPrimaryNetworkInterfacePrototype(m map[string]json.RawMessage, result interface{}) (err error)

UnmarshalBareMetalServerPrimaryNetworkInterfacePrototype unmarshals an instance of BareMetalServerPrimaryNetworkInterfacePrototype from the specified map of raw messages.

func UnmarshalBareMetalServerProfile

func UnmarshalBareMetalServerProfile(m map[string]json.RawMessage, result interface{}) (err error)

UnmarshalBareMetalServerProfile unmarshals an instance of BareMetalServerProfile from the specified map of raw messages.

func UnmarshalBareMetalServerProfileBandwidth

func UnmarshalBareMetalServerProfileBandwidth(m map[string]json.RawMessage, result interface{}) (err error)

UnmarshalBareMetalServerProfileBandwidth unmarshals an instance of BareMetalServerProfileBandwidth from the specified map of raw messages.

func UnmarshalBareMetalServerProfileBandwidthDependent

func UnmarshalBareMetalServerProfileBandwidthDependent(m map[string]json.RawMessage, result interface{}) (err error)

UnmarshalBareMetalServerProfileBandwidthDependent unmarshals an instance of BareMetalServerProfileBandwidthDependent from the specified map of raw messages.

func UnmarshalBareMetalServerProfileBandwidthEnum

func UnmarshalBareMetalServerProfileBandwidthEnum(m map[string]json.RawMessage, result interface{}) (err error)

UnmarshalBareMetalServerProfileBandwidthEnum unmarshals an instance of BareMetalServerProfileBandwidthEnum from the specified map of raw messages.

func UnmarshalBareMetalServerProfileBandwidthFixed

func UnmarshalBareMetalServerProfileBandwidthFixed(m map[string]json.RawMessage, result interface{}) (err error)

UnmarshalBareMetalServerProfileBandwidthFixed unmarshals an instance of BareMetalServerProfileBandwidthFixed from the specified map of raw messages.

func UnmarshalBareMetalServerProfileBandwidthRange

func UnmarshalBareMetalServerProfileBandwidthRange(m map[string]json.RawMessage, result interface{}) (err error)

UnmarshalBareMetalServerProfileBandwidthRange unmarshals an instance of BareMetalServerProfileBandwidthRange from the specified map of raw messages.

func UnmarshalBareMetalServerProfileCollection

func UnmarshalBareMetalServerProfileCollection(m map[string]json.RawMessage, result interface{}) (err error)

UnmarshalBareMetalServerProfileCollection unmarshals an instance of BareMetalServerProfileCollection from the specified map of raw messages.

func UnmarshalBareMetalServerProfileCollectionFirst

func UnmarshalBareMetalServerProfileCollectionFirst(m map[string]json.RawMessage, result interface{}) (err error)

UnmarshalBareMetalServerProfileCollectionFirst unmarshals an instance of BareMetalServerProfileCollectionFirst from the specified map of raw messages.

func UnmarshalBareMetalServerProfileCollectionNext

func UnmarshalBareMetalServerProfileCollectionNext(m map[string]json.RawMessage, result interface{}) (err error)

UnmarshalBareMetalServerProfileCollectionNext unmarshals an instance of BareMetalServerProfileCollectionNext from the specified map of raw messages.

func UnmarshalBareMetalServerProfileCpuArchitecture

func UnmarshalBareMetalServerProfileCpuArchitecture(m map[string]json.RawMessage, result interface{}) (err error)

UnmarshalBareMetalServerProfileCpuArchitecture unmarshals an instance of BareMetalServerProfileCpuArchitecture from the specified map of raw messages.

func UnmarshalBareMetalServerProfileCpuCoreCount

func UnmarshalBareMetalServerProfileCpuCoreCount(m map[string]json.RawMessage, result interface{}) (err error)

UnmarshalBareMetalServerProfileCpuCoreCount unmarshals an instance of BareMetalServerProfileCpuCoreCount from the specified map of raw messages.

func UnmarshalBareMetalServerProfileCpuCoreCountDependent

func UnmarshalBareMetalServerProfileCpuCoreCountDependent(m map[string]json.RawMessage, result interface{}) (err error)

UnmarshalBareMetalServerProfileCpuCoreCountDependent unmarshals an instance of BareMetalServerProfileCpuCoreCountDependent from the specified map of raw messages.

func UnmarshalBareMetalServerProfileCpuCoreCountEnum

func UnmarshalBareMetalServerProfileCpuCoreCountEnum(m map[string]json.RawMessage, result interface{}) (err error)

UnmarshalBareMetalServerProfileCpuCoreCountEnum unmarshals an instance of BareMetalServerProfileCpuCoreCountEnum from the specified map of raw messages.

func UnmarshalBareMetalServerProfileCpuCoreCountFixed

func UnmarshalBareMetalServerProfileCpuCoreCountFixed(m map[string]json.RawMessage, result interface{}) (err error)

UnmarshalBareMetalServerProfileCpuCoreCountFixed unmarshals an instance of BareMetalServerProfileCpuCoreCountFixed from the specified map of raw messages.

func UnmarshalBareMetalServerProfileCpuCoreCountRange

func UnmarshalBareMetalServerProfileCpuCoreCountRange(m map[string]json.RawMessage, result interface{}) (err error)

UnmarshalBareMetalServerProfileCpuCoreCountRange unmarshals an instance of BareMetalServerProfileCpuCoreCountRange from the specified map of raw messages.

func UnmarshalBareMetalServerProfileCpuSocketCount

func UnmarshalBareMetalServerProfileCpuSocketCount(m map[string]json.RawMessage, result interface{}) (err error)

UnmarshalBareMetalServerProfileCpuSocketCount unmarshals an instance of BareMetalServerProfileCpuSocketCount from the specified map of raw messages.

func UnmarshalBareMetalServerProfileCpuSocketCountDependent

func UnmarshalBareMetalServerProfileCpuSocketCountDependent(m map[string]json.RawMessage, result interface{}) (err error)

UnmarshalBareMetalServerProfileCpuSocketCountDependent unmarshals an instance of BareMetalServerProfileCpuSocketCountDependent from the specified map of raw messages.

func UnmarshalBareMetalServerProfileCpuSocketCountEnum

func UnmarshalBareMetalServerProfileCpuSocketCountEnum(m map[string]json.RawMessage, result interface{}) (err error)

UnmarshalBareMetalServerProfileCpuSocketCountEnum unmarshals an instance of BareMetalServerProfileCpuSocketCountEnum from the specified map of raw messages.

func UnmarshalBareMetalServerProfileCpuSocketCountFixed

func UnmarshalBareMetalServerProfileCpuSocketCountFixed(m map[string]json.RawMessage, result interface{}) (err error)

UnmarshalBareMetalServerProfileCpuSocketCountFixed unmarshals an instance of BareMetalServerProfileCpuSocketCountFixed from the specified map of raw messages.

func UnmarshalBareMetalServerProfileCpuSocketCountRange

func UnmarshalBareMetalServerProfileCpuSocketCountRange(m map[string]json.RawMessage, result interface{}) (err error)

UnmarshalBareMetalServerProfileCpuSocketCountRange unmarshals an instance of BareMetalServerProfileCpuSocketCountRange from the specified map of raw messages.

func UnmarshalBareMetalServerProfileDisk

func UnmarshalBareMetalServerProfileDisk(m map[string]json.RawMessage, result interface{}) (err error)

UnmarshalBareMetalServerProfileDisk unmarshals an instance of BareMetalServerProfileDisk from the specified map of raw messages.

func UnmarshalBareMetalServerProfileDiskQuantity

func UnmarshalBareMetalServerProfileDiskQuantity(m map[string]json.RawMessage, result interface{}) (err error)

UnmarshalBareMetalServerProfileDiskQuantity unmarshals an instance of BareMetalServerProfileDiskQuantity from the specified map of raw messages.

func UnmarshalBareMetalServerProfileDiskQuantityDependent

func UnmarshalBareMetalServerProfileDiskQuantityDependent(m map[string]json.RawMessage, result interface{}) (err error)

UnmarshalBareMetalServerProfileDiskQuantityDependent unmarshals an instance of BareMetalServerProfileDiskQuantityDependent from the specified map of raw messages.

func UnmarshalBareMetalServerProfileDiskQuantityEnum

func UnmarshalBareMetalServerProfileDiskQuantityEnum(m map[string]json.RawMessage, result interface{}) (err error)

UnmarshalBareMetalServerProfileDiskQuantityEnum unmarshals an instance of BareMetalServerProfileDiskQuantityEnum from the specified map of raw messages.

func UnmarshalBareMetalServerProfileDiskQuantityFixed

func UnmarshalBareMetalServerProfileDiskQuantityFixed(m map[string]json.RawMessage, result interface{}) (err error)

UnmarshalBareMetalServerProfileDiskQuantityFixed unmarshals an instance of BareMetalServerProfileDiskQuantityFixed from the specified map of raw messages.

func UnmarshalBareMetalServerProfileDiskQuantityRange

func UnmarshalBareMetalServerProfileDiskQuantityRange(m map[string]json.RawMessage, result interface{}) (err error)

UnmarshalBareMetalServerProfileDiskQuantityRange unmarshals an instance of BareMetalServerProfileDiskQuantityRange from the specified map of raw messages.

func UnmarshalBareMetalServerProfileDiskSize

func UnmarshalBareMetalServerProfileDiskSize(m map[string]json.RawMessage, result interface{}) (err error)

UnmarshalBareMetalServerProfileDiskSize unmarshals an instance of BareMetalServerProfileDiskSize from the specified map of raw messages.

func UnmarshalBareMetalServerProfileDiskSizeDependent

func UnmarshalBareMetalServerProfileDiskSizeDependent(m map[string]json.RawMessage, result interface{}) (err error)

UnmarshalBareMetalServerProfileDiskSizeDependent unmarshals an instance of BareMetalServerProfileDiskSizeDependent from the specified map of raw messages.

func UnmarshalBareMetalServerProfileDiskSizeEnum

func UnmarshalBareMetalServerProfileDiskSizeEnum(m map[string]json.RawMessage, result interface{}) (err error)

UnmarshalBareMetalServerProfileDiskSizeEnum unmarshals an instance of BareMetalServerProfileDiskSizeEnum from the specified map of raw messages.

func UnmarshalBareMetalServerProfileDiskSizeFixed

func UnmarshalBareMetalServerProfileDiskSizeFixed(m map[string]json.RawMessage, result interface{}) (err error)

UnmarshalBareMetalServerProfileDiskSizeFixed unmarshals an instance of BareMetalServerProfileDiskSizeFixed from the specified map of raw messages.

func UnmarshalBareMetalServerProfileDiskSizeRange

func UnmarshalBareMetalServerProfileDiskSizeRange(m map[string]json.RawMessage, result interface{}) (err error)

UnmarshalBareMetalServerProfileDiskSizeRange unmarshals an instance of BareMetalServerProfileDiskSizeRange from the specified map of raw messages.

func UnmarshalBareMetalServerProfileDiskSupportedInterfaces

func UnmarshalBareMetalServerProfileDiskSupportedInterfaces(m map[string]json.RawMessage, result interface{}) (err error)

UnmarshalBareMetalServerProfileDiskSupportedInterfaces unmarshals an instance of BareMetalServerProfileDiskSupportedInterfaces from the specified map of raw messages.

func UnmarshalBareMetalServerProfileIdentity

func UnmarshalBareMetalServerProfileIdentity(m map[string]json.RawMessage, result interface{}) (err error)

UnmarshalBareMetalServerProfileIdentity unmarshals an instance of BareMetalServerProfileIdentity from the specified map of raw messages.

func UnmarshalBareMetalServerProfileIdentityByHref

func UnmarshalBareMetalServerProfileIdentityByHref(m map[string]json.RawMessage, result interface{}) (err error)

UnmarshalBareMetalServerProfileIdentityByHref unmarshals an instance of BareMetalServerProfileIdentityByHref from the specified map of raw messages.

func UnmarshalBareMetalServerProfileIdentityByName

func UnmarshalBareMetalServerProfileIdentityByName(m map[string]json.RawMessage, result interface{}) (err error)

UnmarshalBareMetalServerProfileIdentityByName unmarshals an instance of BareMetalServerProfileIdentityByName from the specified map of raw messages.

func UnmarshalBareMetalServerProfileMemory

func UnmarshalBareMetalServerProfileMemory(m map[string]json.RawMessage, result interface{}) (err error)

UnmarshalBareMetalServerProfileMemory unmarshals an instance of BareMetalServerProfileMemory from the specified map of raw messages.

func UnmarshalBareMetalServerProfileMemoryDependent

func UnmarshalBareMetalServerProfileMemoryDependent(m map[string]json.RawMessage, result interface{}) (err error)

UnmarshalBareMetalServerProfileMemoryDependent unmarshals an instance of BareMetalServerProfileMemoryDependent from the specified map of raw messages.

func UnmarshalBareMetalServerProfileMemoryEnum

func UnmarshalBareMetalServerProfileMemoryEnum(m map[string]json.RawMessage, result interface{}) (err error)

UnmarshalBareMetalServerProfileMemoryEnum unmarshals an instance of BareMetalServerProfileMemoryEnum from the specified map of raw messages.

func UnmarshalBareMetalServerProfileMemoryFixed

func UnmarshalBareMetalServerProfileMemoryFixed(m map[string]json.RawMessage, result interface{}) (err error)

UnmarshalBareMetalServerProfileMemoryFixed unmarshals an instance of BareMetalServerProfileMemoryFixed from the specified map of raw messages.

func UnmarshalBareMetalServerProfileMemoryRange

func UnmarshalBareMetalServerProfileMemoryRange(m map[string]json.RawMessage, result interface{}) (err error)

UnmarshalBareMetalServerProfileMemoryRange unmarshals an instance of BareMetalServerProfileMemoryRange from the specified map of raw messages.

func UnmarshalBareMetalServerProfileOsArchitecture

func UnmarshalBareMetalServerProfileOsArchitecture(m map[string]json.RawMessage, result interface{}) (err error)

UnmarshalBareMetalServerProfileOsArchitecture unmarshals an instance of BareMetalServerProfileOsArchitecture from the specified map of raw messages.

func UnmarshalBareMetalServerProfileReference

func UnmarshalBareMetalServerProfileReference(m map[string]json.RawMessage, result interface{}) (err error)

UnmarshalBareMetalServerProfileReference unmarshals an instance of BareMetalServerProfileReference from the specified map of raw messages.

func UnmarshalBareMetalServerProfileSupportedTrustedPlatformModuleModes

func UnmarshalBareMetalServerProfileSupportedTrustedPlatformModuleModes(m map[string]json.RawMessage, result interface{}) (err error)

UnmarshalBareMetalServerProfileSupportedTrustedPlatformModuleModes unmarshals an instance of BareMetalServerProfileSupportedTrustedPlatformModuleModes from the specified map of raw messages.

func UnmarshalBareMetalServerStatusReason

func UnmarshalBareMetalServerStatusReason(m map[string]json.RawMessage, result interface{}) (err error)

UnmarshalBareMetalServerStatusReason unmarshals an instance of BareMetalServerStatusReason from the specified map of raw messages.

func UnmarshalBareMetalServerTrustedPlatformModule

func UnmarshalBareMetalServerTrustedPlatformModule(m map[string]json.RawMessage, result interface{}) (err error)

UnmarshalBareMetalServerTrustedPlatformModule unmarshals an instance of BareMetalServerTrustedPlatformModule from the specified map of raw messages.

func UnmarshalCertificateInstanceIdentity

func UnmarshalCertificateInstanceIdentity(m map[string]json.RawMessage, result interface{}) (err error)

UnmarshalCertificateInstanceIdentity unmarshals an instance of CertificateInstanceIdentity from the specified map of raw messages.

func UnmarshalCertificateInstanceIdentityByCRN

func UnmarshalCertificateInstanceIdentityByCRN(m map[string]json.RawMessage, result interface{}) (err error)

UnmarshalCertificateInstanceIdentityByCRN unmarshals an instance of CertificateInstanceIdentityByCRN from the specified map of raw messages.

func UnmarshalCertificateInstanceReference

func UnmarshalCertificateInstanceReference(m map[string]json.RawMessage, result interface{}) (err error)

UnmarshalCertificateInstanceReference unmarshals an instance of CertificateInstanceReference from the specified map of raw messages.

func UnmarshalDedicatedHost

func UnmarshalDedicatedHost(m map[string]json.RawMessage, result interface{}) (err error)

UnmarshalDedicatedHost unmarshals an instance of DedicatedHost from the specified map of raw messages.

func UnmarshalDedicatedHostCollection

func UnmarshalDedicatedHostCollection(m map[string]json.RawMessage, result interface{}) (err error)

UnmarshalDedicatedHostCollection unmarshals an instance of DedicatedHostCollection from the specified map of raw messages.

func UnmarshalDedicatedHostCollectionFirst

func UnmarshalDedicatedHostCollectionFirst(m map[string]json.RawMessage, result interface{}) (err error)

UnmarshalDedicatedHostCollectionFirst unmarshals an instance of DedicatedHostCollectionFirst from the specified map of raw messages.

func UnmarshalDedicatedHostCollectionNext

func UnmarshalDedicatedHostCollectionNext(m map[string]json.RawMessage, result interface{}) (err error)

UnmarshalDedicatedHostCollectionNext unmarshals an instance of DedicatedHostCollectionNext from the specified map of raw messages.

func UnmarshalDedicatedHostDisk

func UnmarshalDedicatedHostDisk(m map[string]json.RawMessage, result interface{}) (err error)

UnmarshalDedicatedHostDisk unmarshals an instance of DedicatedHostDisk from the specified map of raw messages.

func UnmarshalDedicatedHostDiskCollection

func UnmarshalDedicatedHostDiskCollection(m map[string]json.RawMessage, result interface{}) (err error)

UnmarshalDedicatedHostDiskCollection unmarshals an instance of DedicatedHostDiskCollection from the specified map of raw messages.

func UnmarshalDedicatedHostDiskPatch

func UnmarshalDedicatedHostDiskPatch(m map[string]json.RawMessage, result interface{}) (err error)

UnmarshalDedicatedHostDiskPatch unmarshals an instance of DedicatedHostDiskPatch from the specified map of raw messages.

func UnmarshalDedicatedHostGroup

func UnmarshalDedicatedHostGroup(m map[string]json.RawMessage, result interface{}) (err error)

UnmarshalDedicatedHostGroup unmarshals an instance of DedicatedHostGroup from the specified map of raw messages.

func UnmarshalDedicatedHostGroupCollection

func UnmarshalDedicatedHostGroupCollection(m map[string]json.RawMessage, result interface{}) (err error)

UnmarshalDedicatedHostGroupCollection unmarshals an instance of DedicatedHostGroupCollection from the specified map of raw messages.

func UnmarshalDedicatedHostGroupCollectionFirst

func UnmarshalDedicatedHostGroupCollectionFirst(m map[string]json.RawMessage, result interface{}) (err error)

UnmarshalDedicatedHostGroupCollectionFirst unmarshals an instance of DedicatedHostGroupCollectionFirst from the specified map of raw messages.

func UnmarshalDedicatedHostGroupCollectionNext

func UnmarshalDedicatedHostGroupCollectionNext(m map[string]json.RawMessage, result interface{}) (err error)

UnmarshalDedicatedHostGroupCollectionNext unmarshals an instance of DedicatedHostGroupCollectionNext from the specified map of raw messages.

func UnmarshalDedicatedHostGroupIdentity

func UnmarshalDedicatedHostGroupIdentity(m map[string]json.RawMessage, result interface{}) (err error)

UnmarshalDedicatedHostGroupIdentity unmarshals an instance of DedicatedHostGroupIdentity from the specified map of raw messages.

func UnmarshalDedicatedHostGroupIdentityByCRN

func UnmarshalDedicatedHostGroupIdentityByCRN(m map[string]json.RawMessage, result interface{}) (err error)

UnmarshalDedicatedHostGroupIdentityByCRN unmarshals an instance of DedicatedHostGroupIdentityByCRN from the specified map of raw messages.

func UnmarshalDedicatedHostGroupIdentityByHref

func UnmarshalDedicatedHostGroupIdentityByHref(m map[string]json.RawMessage, result interface{}) (err error)

UnmarshalDedicatedHostGroupIdentityByHref unmarshals an instance of DedicatedHostGroupIdentityByHref from the specified map of raw messages.

func UnmarshalDedicatedHostGroupIdentityByID

func UnmarshalDedicatedHostGroupIdentityByID(m map[string]json.RawMessage, result interface{}) (err error)

UnmarshalDedicatedHostGroupIdentityByID unmarshals an instance of DedicatedHostGroupIdentityByID from the specified map of raw messages.

func UnmarshalDedicatedHostGroupPatch

func UnmarshalDedicatedHostGroupPatch(m map[string]json.RawMessage, result interface{}) (err error)

UnmarshalDedicatedHostGroupPatch unmarshals an instance of DedicatedHostGroupPatch from the specified map of raw messages.

func UnmarshalDedicatedHostGroupPrototypeDedicatedHostByZoneContext

func UnmarshalDedicatedHostGroupPrototypeDedicatedHostByZoneContext(m map[string]json.RawMessage, result interface{}) (err error)

UnmarshalDedicatedHostGroupPrototypeDedicatedHostByZoneContext unmarshals an instance of DedicatedHostGroupPrototypeDedicatedHostByZoneContext from the specified map of raw messages.

func UnmarshalDedicatedHostGroupReference

func UnmarshalDedicatedHostGroupReference(m map[string]json.RawMessage, result interface{}) (err error)

UnmarshalDedicatedHostGroupReference unmarshals an instance of DedicatedHostGroupReference from the specified map of raw messages.

func UnmarshalDedicatedHostGroupReferenceDeleted

func UnmarshalDedicatedHostGroupReferenceDeleted(m map[string]json.RawMessage, result interface{}) (err error)

UnmarshalDedicatedHostGroupReferenceDeleted unmarshals an instance of DedicatedHostGroupReferenceDeleted from the specified map of raw messages.

func UnmarshalDedicatedHostPatch

func UnmarshalDedicatedHostPatch(m map[string]json.RawMessage, result interface{}) (err error)

UnmarshalDedicatedHostPatch unmarshals an instance of DedicatedHostPatch from the specified map of raw messages.

func UnmarshalDedicatedHostProfile

func UnmarshalDedicatedHostProfile(m map[string]json.RawMessage, result interface{}) (err error)

UnmarshalDedicatedHostProfile unmarshals an instance of DedicatedHostProfile from the specified map of raw messages.

func UnmarshalDedicatedHostProfileCollection

func UnmarshalDedicatedHostProfileCollection(m map[string]json.RawMessage, result interface{}) (err error)

UnmarshalDedicatedHostProfileCollection unmarshals an instance of DedicatedHostProfileCollection from the specified map of raw messages.

func UnmarshalDedicatedHostProfileCollectionFirst

func UnmarshalDedicatedHostProfileCollectionFirst(m map[string]json.RawMessage, result interface{}) (err error)

UnmarshalDedicatedHostProfileCollectionFirst unmarshals an instance of DedicatedHostProfileCollectionFirst from the specified map of raw messages.

func UnmarshalDedicatedHostProfileCollectionNext

func UnmarshalDedicatedHostProfileCollectionNext(m map[string]json.RawMessage, result interface{}) (err error)

UnmarshalDedicatedHostProfileCollectionNext unmarshals an instance of DedicatedHostProfileCollectionNext from the specified map of raw messages.

func UnmarshalDedicatedHostProfileDisk

func UnmarshalDedicatedHostProfileDisk(m map[string]json.RawMessage, result interface{}) (err error)

UnmarshalDedicatedHostProfileDisk unmarshals an instance of DedicatedHostProfileDisk from the specified map of raw messages.

func UnmarshalDedicatedHostProfileDiskInterface

func UnmarshalDedicatedHostProfileDiskInterface(m map[string]json.RawMessage, result interface{}) (err error)

UnmarshalDedicatedHostProfileDiskInterface unmarshals an instance of DedicatedHostProfileDiskInterface from the specified map of raw messages.

func UnmarshalDedicatedHostProfileDiskQuantity

func UnmarshalDedicatedHostProfileDiskQuantity(m map[string]json.RawMessage, result interface{}) (err error)

UnmarshalDedicatedHostProfileDiskQuantity unmarshals an instance of DedicatedHostProfileDiskQuantity from the specified map of raw messages.

func UnmarshalDedicatedHostProfileDiskSize

func UnmarshalDedicatedHostProfileDiskSize(m map[string]json.RawMessage, result interface{}) (err error)

UnmarshalDedicatedHostProfileDiskSize unmarshals an instance of DedicatedHostProfileDiskSize from the specified map of raw messages.

func UnmarshalDedicatedHostProfileDiskSupportedInterfaces

func UnmarshalDedicatedHostProfileDiskSupportedInterfaces(m map[string]json.RawMessage, result interface{}) (err error)

UnmarshalDedicatedHostProfileDiskSupportedInterfaces unmarshals an instance of DedicatedHostProfileDiskSupportedInterfaces from the specified map of raw messages.

func UnmarshalDedicatedHostProfileIdentity

func UnmarshalDedicatedHostProfileIdentity(m map[string]json.RawMessage, result interface{}) (err error)

UnmarshalDedicatedHostProfileIdentity unmarshals an instance of DedicatedHostProfileIdentity from the specified map of raw messages.

func UnmarshalDedicatedHostProfileIdentityByHref

func UnmarshalDedicatedHostProfileIdentityByHref(m map[string]json.RawMessage, result interface{}) (err error)

UnmarshalDedicatedHostProfileIdentityByHref unmarshals an instance of DedicatedHostProfileIdentityByHref from the specified map of raw messages.

func UnmarshalDedicatedHostProfileIdentityByName

func UnmarshalDedicatedHostProfileIdentityByName(m map[string]json.RawMessage, result interface{}) (err error)

UnmarshalDedicatedHostProfileIdentityByName unmarshals an instance of DedicatedHostProfileIdentityByName from the specified map of raw messages.

func UnmarshalDedicatedHostProfileMemory

func UnmarshalDedicatedHostProfileMemory(m map[string]json.RawMessage, result interface{}) (err error)

UnmarshalDedicatedHostProfileMemory unmarshals an instance of DedicatedHostProfileMemory from the specified map of raw messages.

func UnmarshalDedicatedHostProfileMemoryDependent

func UnmarshalDedicatedHostProfileMemoryDependent(m map[string]json.RawMessage, result interface{}) (err error)

UnmarshalDedicatedHostProfileMemoryDependent unmarshals an instance of DedicatedHostProfileMemoryDependent from the specified map of raw messages.

func UnmarshalDedicatedHostProfileMemoryEnum

func UnmarshalDedicatedHostProfileMemoryEnum(m map[string]json.RawMessage, result interface{}) (err error)

UnmarshalDedicatedHostProfileMemoryEnum unmarshals an instance of DedicatedHostProfileMemoryEnum from the specified map of raw messages.

func UnmarshalDedicatedHostProfileMemoryFixed

func UnmarshalDedicatedHostProfileMemoryFixed(m map[string]json.RawMessage, result interface{}) (err error)

UnmarshalDedicatedHostProfileMemoryFixed unmarshals an instance of DedicatedHostProfileMemoryFixed from the specified map of raw messages.

func UnmarshalDedicatedHostProfileMemoryRange

func UnmarshalDedicatedHostProfileMemoryRange(m map[string]json.RawMessage, result interface{}) (err error)

UnmarshalDedicatedHostProfileMemoryRange unmarshals an instance of DedicatedHostProfileMemoryRange from the specified map of raw messages.

func UnmarshalDedicatedHostProfileReference

func UnmarshalDedicatedHostProfileReference(m map[string]json.RawMessage, result interface{}) (err error)

UnmarshalDedicatedHostProfileReference unmarshals an instance of DedicatedHostProfileReference from the specified map of raw messages.

func UnmarshalDedicatedHostProfileSocket

func UnmarshalDedicatedHostProfileSocket(m map[string]json.RawMessage, result interface{}) (err error)

UnmarshalDedicatedHostProfileSocket unmarshals an instance of DedicatedHostProfileSocket from the specified map of raw messages.

func UnmarshalDedicatedHostProfileSocketDependent

func UnmarshalDedicatedHostProfileSocketDependent(m map[string]json.RawMessage, result interface{}) (err error)

UnmarshalDedicatedHostProfileSocketDependent unmarshals an instance of DedicatedHostProfileSocketDependent from the specified map of raw messages.

func UnmarshalDedicatedHostProfileSocketEnum

func UnmarshalDedicatedHostProfileSocketEnum(m map[string]json.RawMessage, result interface{}) (err error)

UnmarshalDedicatedHostProfileSocketEnum unmarshals an instance of DedicatedHostProfileSocketEnum from the specified map of raw messages.

func UnmarshalDedicatedHostProfileSocketFixed

func UnmarshalDedicatedHostProfileSocketFixed(m map[string]json.RawMessage, result interface{}) (err error)

UnmarshalDedicatedHostProfileSocketFixed unmarshals an instance of DedicatedHostProfileSocketFixed from the specified map of raw messages.

func UnmarshalDedicatedHostProfileSocketRange

func UnmarshalDedicatedHostProfileSocketRange(m map[string]json.RawMessage, result interface{}) (err error)

UnmarshalDedicatedHostProfileSocketRange unmarshals an instance of DedicatedHostProfileSocketRange from the specified map of raw messages.

func UnmarshalDedicatedHostProfileVcpu

func UnmarshalDedicatedHostProfileVcpu(m map[string]json.RawMessage, result interface{}) (err error)

UnmarshalDedicatedHostProfileVcpu unmarshals an instance of DedicatedHostProfileVcpu from the specified map of raw messages.

func UnmarshalDedicatedHostProfileVcpuArchitecture

func UnmarshalDedicatedHostProfileVcpuArchitecture(m map[string]json.RawMessage, result interface{}) (err error)

UnmarshalDedicatedHostProfileVcpuArchitecture unmarshals an instance of DedicatedHostProfileVcpuArchitecture from the specified map of raw messages.

func UnmarshalDedicatedHostProfileVcpuDependent

func UnmarshalDedicatedHostProfileVcpuDependent(m map[string]json.RawMessage, result interface{}) (err error)

UnmarshalDedicatedHostProfileVcpuDependent unmarshals an instance of DedicatedHostProfileVcpuDependent from the specified map of raw messages.

func UnmarshalDedicatedHostProfileVcpuEnum

func UnmarshalDedicatedHostProfileVcpuEnum(m map[string]json.RawMessage, result interface{}) (err error)

UnmarshalDedicatedHostProfileVcpuEnum unmarshals an instance of DedicatedHostProfileVcpuEnum from the specified map of raw messages.

func UnmarshalDedicatedHostProfileVcpuFixed

func UnmarshalDedicatedHostProfileVcpuFixed(m map[string]json.RawMessage, result interface{}) (err error)

UnmarshalDedicatedHostProfileVcpuFixed unmarshals an instance of DedicatedHostProfileVcpuFixed from the specified map of raw messages.

func UnmarshalDedicatedHostProfileVcpuRange

func UnmarshalDedicatedHostProfileVcpuRange(m map[string]json.RawMessage, result interface{}) (err error)

UnmarshalDedicatedHostProfileVcpuRange unmarshals an instance of DedicatedHostProfileVcpuRange from the specified map of raw messages.

func UnmarshalDedicatedHostPrototype

func UnmarshalDedicatedHostPrototype(m map[string]json.RawMessage, result interface{}) (err error)

UnmarshalDedicatedHostPrototype unmarshals an instance of DedicatedHostPrototype from the specified map of raw messages.

func UnmarshalDedicatedHostPrototypeDedicatedHostByGroup

func UnmarshalDedicatedHostPrototypeDedicatedHostByGroup(m map[string]json.RawMessage, result interface{}) (err error)

UnmarshalDedicatedHostPrototypeDedicatedHostByGroup unmarshals an instance of DedicatedHostPrototypeDedicatedHostByGroup from the specified map of raw messages.

func UnmarshalDedicatedHostPrototypeDedicatedHostByZone

func UnmarshalDedicatedHostPrototypeDedicatedHostByZone(m map[string]json.RawMessage, result interface{}) (err error)

UnmarshalDedicatedHostPrototypeDedicatedHostByZone unmarshals an instance of DedicatedHostPrototypeDedicatedHostByZone from the specified map of raw messages.

func UnmarshalDedicatedHostReference

func UnmarshalDedicatedHostReference(m map[string]json.RawMessage, result interface{}) (err error)

UnmarshalDedicatedHostReference unmarshals an instance of DedicatedHostReference from the specified map of raw messages.

func UnmarshalDedicatedHostReferenceDeleted

func UnmarshalDedicatedHostReferenceDeleted(m map[string]json.RawMessage, result interface{}) (err error)

UnmarshalDedicatedHostReferenceDeleted unmarshals an instance of DedicatedHostReferenceDeleted from the specified map of raw messages.

func UnmarshalDefaultNetworkACL

func UnmarshalDefaultNetworkACL(m map[string]json.RawMessage, result interface{}) (err error)

UnmarshalDefaultNetworkACL unmarshals an instance of DefaultNetworkACL from the specified map of raw messages.

func UnmarshalDefaultRoutingTable

func UnmarshalDefaultRoutingTable(m map[string]json.RawMessage, result interface{}) (err error)

UnmarshalDefaultRoutingTable unmarshals an instance of DefaultRoutingTable from the specified map of raw messages.

func UnmarshalDefaultSecurityGroup

func UnmarshalDefaultSecurityGroup(m map[string]json.RawMessage, result interface{}) (err error)

UnmarshalDefaultSecurityGroup unmarshals an instance of DefaultSecurityGroup from the specified map of raw messages.

func UnmarshalEncryptionKeyIdentity

func UnmarshalEncryptionKeyIdentity(m map[string]json.RawMessage, result interface{}) (err error)

UnmarshalEncryptionKeyIdentity unmarshals an instance of EncryptionKeyIdentity from the specified map of raw messages.

func UnmarshalEncryptionKeyIdentityByCRN

func UnmarshalEncryptionKeyIdentityByCRN(m map[string]json.RawMessage, result interface{}) (err error)

UnmarshalEncryptionKeyIdentityByCRN unmarshals an instance of EncryptionKeyIdentityByCRN from the specified map of raw messages.

func UnmarshalEncryptionKeyReference

func UnmarshalEncryptionKeyReference(m map[string]json.RawMessage, result interface{}) (err error)

UnmarshalEncryptionKeyReference unmarshals an instance of EncryptionKeyReference from the specified map of raw messages.

func UnmarshalEndpointGateway

func UnmarshalEndpointGateway(m map[string]json.RawMessage, result interface{}) (err error)

UnmarshalEndpointGateway unmarshals an instance of EndpointGateway from the specified map of raw messages.

func UnmarshalEndpointGatewayCollection

func UnmarshalEndpointGatewayCollection(m map[string]json.RawMessage, result interface{}) (err error)

UnmarshalEndpointGatewayCollection unmarshals an instance of EndpointGatewayCollection from the specified map of raw messages.

func UnmarshalEndpointGatewayCollectionFirst

func UnmarshalEndpointGatewayCollectionFirst(m map[string]json.RawMessage, result interface{}) (err error)

UnmarshalEndpointGatewayCollectionFirst unmarshals an instance of EndpointGatewayCollectionFirst from the specified map of raw messages.

func UnmarshalEndpointGatewayCollectionNext

func UnmarshalEndpointGatewayCollectionNext(m map[string]json.RawMessage, result interface{}) (err error)

UnmarshalEndpointGatewayCollectionNext unmarshals an instance of EndpointGatewayCollectionNext from the specified map of raw messages.

func UnmarshalEndpointGatewayPatch

func UnmarshalEndpointGatewayPatch(m map[string]json.RawMessage, result interface{}) (err error)

UnmarshalEndpointGatewayPatch unmarshals an instance of EndpointGatewayPatch from the specified map of raw messages.

func UnmarshalEndpointGatewayReferenceDeleted

func UnmarshalEndpointGatewayReferenceDeleted(m map[string]json.RawMessage, result interface{}) (err error)

UnmarshalEndpointGatewayReferenceDeleted unmarshals an instance of EndpointGatewayReferenceDeleted from the specified map of raw messages.

func UnmarshalEndpointGatewayReservedIP

func UnmarshalEndpointGatewayReservedIP(m map[string]json.RawMessage, result interface{}) (err error)

UnmarshalEndpointGatewayReservedIP unmarshals an instance of EndpointGatewayReservedIP from the specified map of raw messages.

func UnmarshalEndpointGatewayReservedIPReservedIPIdentity

func UnmarshalEndpointGatewayReservedIPReservedIPIdentity(m map[string]json.RawMessage, result interface{}) (err error)

UnmarshalEndpointGatewayReservedIPReservedIPIdentity unmarshals an instance of EndpointGatewayReservedIPReservedIPIdentity from the specified map of raw messages.

func UnmarshalEndpointGatewayReservedIPReservedIPIdentityReservedIPIdentityByHref

func UnmarshalEndpointGatewayReservedIPReservedIPIdentityReservedIPIdentityByHref(m map[string]json.RawMessage, result interface{}) (err error)

UnmarshalEndpointGatewayReservedIPReservedIPIdentityReservedIPIdentityByHref unmarshals an instance of EndpointGatewayReservedIPReservedIPIdentityReservedIPIdentityByHref from the specified map of raw messages.

func UnmarshalEndpointGatewayReservedIPReservedIPIdentityReservedIPIdentityByID

func UnmarshalEndpointGatewayReservedIPReservedIPIdentityReservedIPIdentityByID(m map[string]json.RawMessage, result interface{}) (err error)

UnmarshalEndpointGatewayReservedIPReservedIPIdentityReservedIPIdentityByID unmarshals an instance of EndpointGatewayReservedIPReservedIPIdentityReservedIPIdentityByID from the specified map of raw messages.

func UnmarshalEndpointGatewayReservedIPReservedIPPrototypeTargetContext

func UnmarshalEndpointGatewayReservedIPReservedIPPrototypeTargetContext(m map[string]json.RawMessage, result interface{}) (err error)

UnmarshalEndpointGatewayReservedIPReservedIPPrototypeTargetContext unmarshals an instance of EndpointGatewayReservedIPReservedIPPrototypeTargetContext from the specified map of raw messages.

func UnmarshalEndpointGatewayTarget

func UnmarshalEndpointGatewayTarget(m map[string]json.RawMessage, result interface{}) (err error)

UnmarshalEndpointGatewayTarget unmarshals an instance of EndpointGatewayTarget from the specified map of raw messages.

func UnmarshalEndpointGatewayTargetPrototype

func UnmarshalEndpointGatewayTargetPrototype(m map[string]json.RawMessage, result interface{}) (err error)

UnmarshalEndpointGatewayTargetPrototype unmarshals an instance of EndpointGatewayTargetPrototype from the specified map of raw messages.

func UnmarshalEndpointGatewayTargetPrototypeProviderCloudServiceIdentity

func UnmarshalEndpointGatewayTargetPrototypeProviderCloudServiceIdentity(m map[string]json.RawMessage, result interface{}) (err error)

UnmarshalEndpointGatewayTargetPrototypeProviderCloudServiceIdentity unmarshals an instance of EndpointGatewayTargetPrototypeProviderCloudServiceIdentity from the specified map of raw messages.

func UnmarshalEndpointGatewayTargetPrototypeProviderCloudServiceIdentityProviderCloudServiceIdentityByCRN

func UnmarshalEndpointGatewayTargetPrototypeProviderCloudServiceIdentityProviderCloudServiceIdentityByCRN(m map[string]json.RawMessage, result interface{}) (err error)

UnmarshalEndpointGatewayTargetPrototypeProviderCloudServiceIdentityProviderCloudServiceIdentityByCRN unmarshals an instance of EndpointGatewayTargetPrototypeProviderCloudServiceIdentityProviderCloudServiceIdentityByCRN from the specified map of raw messages.

func UnmarshalEndpointGatewayTargetPrototypeProviderInfrastructureServiceIdentity

func UnmarshalEndpointGatewayTargetPrototypeProviderInfrastructureServiceIdentity(m map[string]json.RawMessage, result interface{}) (err error)

UnmarshalEndpointGatewayTargetPrototypeProviderInfrastructureServiceIdentity unmarshals an instance of EndpointGatewayTargetPrototypeProviderInfrastructureServiceIdentity from the specified map of raw messages.

func UnmarshalEndpointGatewayTargetPrototypeProviderInfrastructureServiceIdentityProviderInfrastructureServiceIdentityByName

func UnmarshalEndpointGatewayTargetPrototypeProviderInfrastructureServiceIdentityProviderInfrastructureServiceIdentityByName(m map[string]json.RawMessage, result interface{}) (err error)

UnmarshalEndpointGatewayTargetPrototypeProviderInfrastructureServiceIdentityProviderInfrastructureServiceIdentityByName unmarshals an instance of EndpointGatewayTargetPrototypeProviderInfrastructureServiceIdentityProviderInfrastructureServiceIdentityByName from the specified map of raw messages.

func UnmarshalEndpointGatewayTargetProviderCloudServiceReference

func UnmarshalEndpointGatewayTargetProviderCloudServiceReference(m map[string]json.RawMessage, result interface{}) (err error)

UnmarshalEndpointGatewayTargetProviderCloudServiceReference unmarshals an instance of EndpointGatewayTargetProviderCloudServiceReference from the specified map of raw messages.

func UnmarshalEndpointGatewayTargetProviderInfrastructureServiceReference

func UnmarshalEndpointGatewayTargetProviderInfrastructureServiceReference(m map[string]json.RawMessage, result interface{}) (err error)

UnmarshalEndpointGatewayTargetProviderInfrastructureServiceReference unmarshals an instance of EndpointGatewayTargetProviderInfrastructureServiceReference from the specified map of raw messages.

func UnmarshalFloatingIP

func UnmarshalFloatingIP(m map[string]json.RawMessage, result interface{}) (err error)

UnmarshalFloatingIP unmarshals an instance of FloatingIP from the specified map of raw messages.

func UnmarshalFloatingIPByTargetNetworkInterfaceIdentity

func UnmarshalFloatingIPByTargetNetworkInterfaceIdentity(m map[string]json.RawMessage, result interface{}) (err error)

UnmarshalFloatingIPByTargetNetworkInterfaceIdentity unmarshals an instance of FloatingIPByTargetNetworkInterfaceIdentity from the specified map of raw messages.

func UnmarshalFloatingIPByTargetNetworkInterfaceIdentityNetworkInterfaceIdentityByHref

func UnmarshalFloatingIPByTargetNetworkInterfaceIdentityNetworkInterfaceIdentityByHref(m map[string]json.RawMessage, result interface{}) (err error)

UnmarshalFloatingIPByTargetNetworkInterfaceIdentityNetworkInterfaceIdentityByHref unmarshals an instance of FloatingIPByTargetNetworkInterfaceIdentityNetworkInterfaceIdentityByHref from the specified map of raw messages.

func UnmarshalFloatingIPByTargetNetworkInterfaceIdentityNetworkInterfaceIdentityByID

func UnmarshalFloatingIPByTargetNetworkInterfaceIdentityNetworkInterfaceIdentityByID(m map[string]json.RawMessage, result interface{}) (err error)

UnmarshalFloatingIPByTargetNetworkInterfaceIdentityNetworkInterfaceIdentityByID unmarshals an instance of FloatingIPByTargetNetworkInterfaceIdentityNetworkInterfaceIdentityByID from the specified map of raw messages.

func UnmarshalFloatingIPCollection

func UnmarshalFloatingIPCollection(m map[string]json.RawMessage, result interface{}) (err error)

UnmarshalFloatingIPCollection unmarshals an instance of FloatingIPCollection from the specified map of raw messages.

func UnmarshalFloatingIPCollectionFirst

func UnmarshalFloatingIPCollectionFirst(m map[string]json.RawMessage, result interface{}) (err error)

UnmarshalFloatingIPCollectionFirst unmarshals an instance of FloatingIPCollectionFirst from the specified map of raw messages.

func UnmarshalFloatingIPCollectionNext

func UnmarshalFloatingIPCollectionNext(m map[string]json.RawMessage, result interface{}) (err error)

UnmarshalFloatingIPCollectionNext unmarshals an instance of FloatingIPCollectionNext from the specified map of raw messages.

func UnmarshalFloatingIPPatch

func UnmarshalFloatingIPPatch(m map[string]json.RawMessage, result interface{}) (err error)

UnmarshalFloatingIPPatch unmarshals an instance of FloatingIPPatch from the specified map of raw messages.

func UnmarshalFloatingIPPrototype

func UnmarshalFloatingIPPrototype(m map[string]json.RawMessage, result interface{}) (err error)

UnmarshalFloatingIPPrototype unmarshals an instance of FloatingIPPrototype from the specified map of raw messages.

func UnmarshalFloatingIPPrototypeFloatingIPByTarget

func UnmarshalFloatingIPPrototypeFloatingIPByTarget(m map[string]json.RawMessage, result interface{}) (err error)

UnmarshalFloatingIPPrototypeFloatingIPByTarget unmarshals an instance of FloatingIPPrototypeFloatingIPByTarget from the specified map of raw messages.

func UnmarshalFloatingIPPrototypeFloatingIPByZone

func UnmarshalFloatingIPPrototypeFloatingIPByZone(m map[string]json.RawMessage, result interface{}) (err error)

UnmarshalFloatingIPPrototypeFloatingIPByZone unmarshals an instance of FloatingIPPrototypeFloatingIPByZone from the specified map of raw messages.

func UnmarshalFloatingIPReference

func UnmarshalFloatingIPReference(m map[string]json.RawMessage, result interface{}) (err error)

UnmarshalFloatingIPReference unmarshals an instance of FloatingIPReference from the specified map of raw messages.

func UnmarshalFloatingIPReferenceDeleted

func UnmarshalFloatingIPReferenceDeleted(m map[string]json.RawMessage, result interface{}) (err error)

UnmarshalFloatingIPReferenceDeleted unmarshals an instance of FloatingIPReferenceDeleted from the specified map of raw messages.

func UnmarshalFloatingIPTarget

func UnmarshalFloatingIPTarget(m map[string]json.RawMessage, result interface{}) (err error)

UnmarshalFloatingIPTarget unmarshals an instance of FloatingIPTarget from the specified map of raw messages.

func UnmarshalFloatingIPTargetNetworkInterfaceReference

func UnmarshalFloatingIPTargetNetworkInterfaceReference(m map[string]json.RawMessage, result interface{}) (err error)

UnmarshalFloatingIPTargetNetworkInterfaceReference unmarshals an instance of FloatingIPTargetNetworkInterfaceReference from the specified map of raw messages.

func UnmarshalFloatingIPTargetPatch

func UnmarshalFloatingIPTargetPatch(m map[string]json.RawMessage, result interface{}) (err error)

UnmarshalFloatingIPTargetPatch unmarshals an instance of FloatingIPTargetPatch from the specified map of raw messages.

func UnmarshalFloatingIPTargetPatchNetworkInterfaceIdentityByHref

func UnmarshalFloatingIPTargetPatchNetworkInterfaceIdentityByHref(m map[string]json.RawMessage, result interface{}) (err error)

UnmarshalFloatingIPTargetPatchNetworkInterfaceIdentityByHref unmarshals an instance of FloatingIPTargetPatchNetworkInterfaceIdentityByHref from the specified map of raw messages.

func UnmarshalFloatingIPTargetPatchNetworkInterfaceIdentityByID

func UnmarshalFloatingIPTargetPatchNetworkInterfaceIdentityByID(m map[string]json.RawMessage, result interface{}) (err error)

UnmarshalFloatingIPTargetPatchNetworkInterfaceIdentityByID unmarshals an instance of FloatingIPTargetPatchNetworkInterfaceIdentityByID from the specified map of raw messages.

func UnmarshalFloatingIPTargetPublicGatewayReference

func UnmarshalFloatingIPTargetPublicGatewayReference(m map[string]json.RawMessage, result interface{}) (err error)

UnmarshalFloatingIPTargetPublicGatewayReference unmarshals an instance of FloatingIPTargetPublicGatewayReference from the specified map of raw messages.

func UnmarshalFloatingIPUnpaginatedCollection

func UnmarshalFloatingIPUnpaginatedCollection(m map[string]json.RawMessage, result interface{}) (err error)

UnmarshalFloatingIPUnpaginatedCollection unmarshals an instance of FloatingIPUnpaginatedCollection from the specified map of raw messages.

func UnmarshalFlowLogCollector

func UnmarshalFlowLogCollector(m map[string]json.RawMessage, result interface{}) (err error)

UnmarshalFlowLogCollector unmarshals an instance of FlowLogCollector from the specified map of raw messages.

func UnmarshalFlowLogCollectorCollection

func UnmarshalFlowLogCollectorCollection(m map[string]json.RawMessage, result interface{}) (err error)

UnmarshalFlowLogCollectorCollection unmarshals an instance of FlowLogCollectorCollection from the specified map of raw messages.

func UnmarshalFlowLogCollectorCollectionFirst

func UnmarshalFlowLogCollectorCollectionFirst(m map[string]json.RawMessage, result interface{}) (err error)

UnmarshalFlowLogCollectorCollectionFirst unmarshals an instance of FlowLogCollectorCollectionFirst from the specified map of raw messages.

func UnmarshalFlowLogCollectorCollectionNext

func UnmarshalFlowLogCollectorCollectionNext(m map[string]json.RawMessage, result interface{}) (err error)

UnmarshalFlowLogCollectorCollectionNext unmarshals an instance of FlowLogCollectorCollectionNext from the specified map of raw messages.

func UnmarshalFlowLogCollectorPatch

func UnmarshalFlowLogCollectorPatch(m map[string]json.RawMessage, result interface{}) (err error)

UnmarshalFlowLogCollectorPatch unmarshals an instance of FlowLogCollectorPatch from the specified map of raw messages.

func UnmarshalFlowLogCollectorTarget

func UnmarshalFlowLogCollectorTarget(m map[string]json.RawMessage, result interface{}) (err error)

UnmarshalFlowLogCollectorTarget unmarshals an instance of FlowLogCollectorTarget from the specified map of raw messages.

func UnmarshalFlowLogCollectorTargetInstanceReference

func UnmarshalFlowLogCollectorTargetInstanceReference(m map[string]json.RawMessage, result interface{}) (err error)

UnmarshalFlowLogCollectorTargetInstanceReference unmarshals an instance of FlowLogCollectorTargetInstanceReference from the specified map of raw messages.

func UnmarshalFlowLogCollectorTargetNetworkInterfaceReferenceTargetContext

func UnmarshalFlowLogCollectorTargetNetworkInterfaceReferenceTargetContext(m map[string]json.RawMessage, result interface{}) (err error)

UnmarshalFlowLogCollectorTargetNetworkInterfaceReferenceTargetContext unmarshals an instance of FlowLogCollectorTargetNetworkInterfaceReferenceTargetContext from the specified map of raw messages.

func UnmarshalFlowLogCollectorTargetPrototype

func UnmarshalFlowLogCollectorTargetPrototype(m map[string]json.RawMessage, result interface{}) (err error)

UnmarshalFlowLogCollectorTargetPrototype unmarshals an instance of FlowLogCollectorTargetPrototype from the specified map of raw messages.

func UnmarshalFlowLogCollectorTargetPrototypeInstanceIdentity

func UnmarshalFlowLogCollectorTargetPrototypeInstanceIdentity(m map[string]json.RawMessage, result interface{}) (err error)

UnmarshalFlowLogCollectorTargetPrototypeInstanceIdentity unmarshals an instance of FlowLogCollectorTargetPrototypeInstanceIdentity from the specified map of raw messages.

func UnmarshalFlowLogCollectorTargetPrototypeInstanceIdentityInstanceIdentityByCRN

func UnmarshalFlowLogCollectorTargetPrototypeInstanceIdentityInstanceIdentityByCRN(m map[string]json.RawMessage, result interface{}) (err error)

UnmarshalFlowLogCollectorTargetPrototypeInstanceIdentityInstanceIdentityByCRN unmarshals an instance of FlowLogCollectorTargetPrototypeInstanceIdentityInstanceIdentityByCRN from the specified map of raw messages.

func UnmarshalFlowLogCollectorTargetPrototypeInstanceIdentityInstanceIdentityByHref

func UnmarshalFlowLogCollectorTargetPrototypeInstanceIdentityInstanceIdentityByHref(m map[string]json.RawMessage, result interface{}) (err error)

UnmarshalFlowLogCollectorTargetPrototypeInstanceIdentityInstanceIdentityByHref unmarshals an instance of FlowLogCollectorTargetPrototypeInstanceIdentityInstanceIdentityByHref from the specified map of raw messages.

func UnmarshalFlowLogCollectorTargetPrototypeInstanceIdentityInstanceIdentityByID

func UnmarshalFlowLogCollectorTargetPrototypeInstanceIdentityInstanceIdentityByID(m map[string]json.RawMessage, result interface{}) (err error)

UnmarshalFlowLogCollectorTargetPrototypeInstanceIdentityInstanceIdentityByID unmarshals an instance of FlowLogCollectorTargetPrototypeInstanceIdentityInstanceIdentityByID from the specified map of raw messages.

func UnmarshalFlowLogCollectorTargetPrototypeNetworkInterfaceIdentity

func UnmarshalFlowLogCollectorTargetPrototypeNetworkInterfaceIdentity(m map[string]json.RawMessage, result interface{}) (err error)

UnmarshalFlowLogCollectorTargetPrototypeNetworkInterfaceIdentity unmarshals an instance of FlowLogCollectorTargetPrototypeNetworkInterfaceIdentity from the specified map of raw messages.

func UnmarshalFlowLogCollectorTargetPrototypeNetworkInterfaceIdentityNetworkInterfaceIdentityNetworkInterfaceIdentityByHref

func UnmarshalFlowLogCollectorTargetPrototypeNetworkInterfaceIdentityNetworkInterfaceIdentityNetworkInterfaceIdentityByHref(m map[string]json.RawMessage, result interface{}) (err error)

UnmarshalFlowLogCollectorTargetPrototypeNetworkInterfaceIdentityNetworkInterfaceIdentityNetworkInterfaceIdentityByHref unmarshals an instance of FlowLogCollectorTargetPrototypeNetworkInterfaceIdentityNetworkInterfaceIdentityNetworkInterfaceIdentityByHref from the specified map of raw messages.

func UnmarshalFlowLogCollectorTargetPrototypeNetworkInterfaceIdentityNetworkInterfaceIdentityNetworkInterfaceIdentityByID

func UnmarshalFlowLogCollectorTargetPrototypeNetworkInterfaceIdentityNetworkInterfaceIdentityNetworkInterfaceIdentityByID(m map[string]json.RawMessage, result interface{}) (err error)

UnmarshalFlowLogCollectorTargetPrototypeNetworkInterfaceIdentityNetworkInterfaceIdentityNetworkInterfaceIdentityByID unmarshals an instance of FlowLogCollectorTargetPrototypeNetworkInterfaceIdentityNetworkInterfaceIdentityNetworkInterfaceIdentityByID from the specified map of raw messages.

func UnmarshalFlowLogCollectorTargetPrototypeSubnetIdentity

func UnmarshalFlowLogCollectorTargetPrototypeSubnetIdentity(m map[string]json.RawMessage, result interface{}) (err error)

UnmarshalFlowLogCollectorTargetPrototypeSubnetIdentity unmarshals an instance of FlowLogCollectorTargetPrototypeSubnetIdentity from the specified map of raw messages.

func UnmarshalFlowLogCollectorTargetPrototypeSubnetIdentitySubnetIdentityByCRN

func UnmarshalFlowLogCollectorTargetPrototypeSubnetIdentitySubnetIdentityByCRN(m map[string]json.RawMessage, result interface{}) (err error)

UnmarshalFlowLogCollectorTargetPrototypeSubnetIdentitySubnetIdentityByCRN unmarshals an instance of FlowLogCollectorTargetPrototypeSubnetIdentitySubnetIdentityByCRN from the specified map of raw messages.

func UnmarshalFlowLogCollectorTargetPrototypeSubnetIdentitySubnetIdentityByHref

func UnmarshalFlowLogCollectorTargetPrototypeSubnetIdentitySubnetIdentityByHref(m map[string]json.RawMessage, result interface{}) (err error)

UnmarshalFlowLogCollectorTargetPrototypeSubnetIdentitySubnetIdentityByHref unmarshals an instance of FlowLogCollectorTargetPrototypeSubnetIdentitySubnetIdentityByHref from the specified map of raw messages.

func UnmarshalFlowLogCollectorTargetPrototypeSubnetIdentitySubnetIdentityByID

func UnmarshalFlowLogCollectorTargetPrototypeSubnetIdentitySubnetIdentityByID(m map[string]json.RawMessage, result interface{}) (err error)

UnmarshalFlowLogCollectorTargetPrototypeSubnetIdentitySubnetIdentityByID unmarshals an instance of FlowLogCollectorTargetPrototypeSubnetIdentitySubnetIdentityByID from the specified map of raw messages.

func UnmarshalFlowLogCollectorTargetPrototypeVPCIdentity

func UnmarshalFlowLogCollectorTargetPrototypeVPCIdentity(m map[string]json.RawMessage, result interface{}) (err error)

UnmarshalFlowLogCollectorTargetPrototypeVPCIdentity unmarshals an instance of FlowLogCollectorTargetPrototypeVPCIdentity from the specified map of raw messages.

func UnmarshalFlowLogCollectorTargetPrototypeVPCIdentityVPCIdentityByCRN

func UnmarshalFlowLogCollectorTargetPrototypeVPCIdentityVPCIdentityByCRN(m map[string]json.RawMessage, result interface{}) (err error)

UnmarshalFlowLogCollectorTargetPrototypeVPCIdentityVPCIdentityByCRN unmarshals an instance of FlowLogCollectorTargetPrototypeVPCIdentityVPCIdentityByCRN from the specified map of raw messages.

func UnmarshalFlowLogCollectorTargetPrototypeVPCIdentityVPCIdentityByHref

func UnmarshalFlowLogCollectorTargetPrototypeVPCIdentityVPCIdentityByHref(m map[string]json.RawMessage, result interface{}) (err error)

UnmarshalFlowLogCollectorTargetPrototypeVPCIdentityVPCIdentityByHref unmarshals an instance of FlowLogCollectorTargetPrototypeVPCIdentityVPCIdentityByHref from the specified map of raw messages.

func UnmarshalFlowLogCollectorTargetPrototypeVPCIdentityVPCIdentityByID

func UnmarshalFlowLogCollectorTargetPrototypeVPCIdentityVPCIdentityByID(m map[string]json.RawMessage, result interface{}) (err error)

UnmarshalFlowLogCollectorTargetPrototypeVPCIdentityVPCIdentityByID unmarshals an instance of FlowLogCollectorTargetPrototypeVPCIdentityVPCIdentityByID from the specified map of raw messages.

func UnmarshalFlowLogCollectorTargetSubnetReference

func UnmarshalFlowLogCollectorTargetSubnetReference(m map[string]json.RawMessage, result interface{}) (err error)

UnmarshalFlowLogCollectorTargetSubnetReference unmarshals an instance of FlowLogCollectorTargetSubnetReference from the specified map of raw messages.

func UnmarshalFlowLogCollectorTargetVPCReference

func UnmarshalFlowLogCollectorTargetVPCReference(m map[string]json.RawMessage, result interface{}) (err error)

UnmarshalFlowLogCollectorTargetVPCReference unmarshals an instance of FlowLogCollectorTargetVPCReference from the specified map of raw messages.

func UnmarshalGenericResourceReferenceDeleted

func UnmarshalGenericResourceReferenceDeleted(m map[string]json.RawMessage, result interface{}) (err error)

UnmarshalGenericResourceReferenceDeleted unmarshals an instance of GenericResourceReferenceDeleted from the specified map of raw messages.

func UnmarshalIP

func UnmarshalIP(m map[string]json.RawMessage, result interface{}) (err error)

UnmarshalIP unmarshals an instance of IP from the specified map of raw messages.

func UnmarshalIPsecPolicy

func UnmarshalIPsecPolicy(m map[string]json.RawMessage, result interface{}) (err error)

UnmarshalIPsecPolicy unmarshals an instance of IPsecPolicy from the specified map of raw messages.

func UnmarshalIPsecPolicyCollection

func UnmarshalIPsecPolicyCollection(m map[string]json.RawMessage, result interface{}) (err error)

UnmarshalIPsecPolicyCollection unmarshals an instance of IPsecPolicyCollection from the specified map of raw messages.

func UnmarshalIPsecPolicyCollectionFirst

func UnmarshalIPsecPolicyCollectionFirst(m map[string]json.RawMessage, result interface{}) (err error)

UnmarshalIPsecPolicyCollectionFirst unmarshals an instance of IPsecPolicyCollectionFirst from the specified map of raw messages.

func UnmarshalIPsecPolicyCollectionNext

func UnmarshalIPsecPolicyCollectionNext(m map[string]json.RawMessage, result interface{}) (err error)

UnmarshalIPsecPolicyCollectionNext unmarshals an instance of IPsecPolicyCollectionNext from the specified map of raw messages.

func UnmarshalIPsecPolicyPatch

func UnmarshalIPsecPolicyPatch(m map[string]json.RawMessage, result interface{}) (err error)

UnmarshalIPsecPolicyPatch unmarshals an instance of IPsecPolicyPatch from the specified map of raw messages.

func UnmarshalIPsecPolicyReference

func UnmarshalIPsecPolicyReference(m map[string]json.RawMessage, result interface{}) (err error)

UnmarshalIPsecPolicyReference unmarshals an instance of IPsecPolicyReference from the specified map of raw messages.

func UnmarshalIPsecPolicyReferenceDeleted

func UnmarshalIPsecPolicyReferenceDeleted(m map[string]json.RawMessage, result interface{}) (err error)

UnmarshalIPsecPolicyReferenceDeleted unmarshals an instance of IPsecPolicyReferenceDeleted from the specified map of raw messages.

func UnmarshalIkePolicy

func UnmarshalIkePolicy(m map[string]json.RawMessage, result interface{}) (err error)

UnmarshalIkePolicy unmarshals an instance of IkePolicy from the specified map of raw messages.

func UnmarshalIkePolicyCollection

func UnmarshalIkePolicyCollection(m map[string]json.RawMessage, result interface{}) (err error)

UnmarshalIkePolicyCollection unmarshals an instance of IkePolicyCollection from the specified map of raw messages.

func UnmarshalIkePolicyCollectionFirst

func UnmarshalIkePolicyCollectionFirst(m map[string]json.RawMessage, result interface{}) (err error)

UnmarshalIkePolicyCollectionFirst unmarshals an instance of IkePolicyCollectionFirst from the specified map of raw messages.

func UnmarshalIkePolicyCollectionNext

func UnmarshalIkePolicyCollectionNext(m map[string]json.RawMessage, result interface{}) (err error)

UnmarshalIkePolicyCollectionNext unmarshals an instance of IkePolicyCollectionNext from the specified map of raw messages.

func UnmarshalIkePolicyPatch

func UnmarshalIkePolicyPatch(m map[string]json.RawMessage, result interface{}) (err error)

UnmarshalIkePolicyPatch unmarshals an instance of IkePolicyPatch from the specified map of raw messages.

func UnmarshalIkePolicyReference

func UnmarshalIkePolicyReference(m map[string]json.RawMessage, result interface{}) (err error)

UnmarshalIkePolicyReference unmarshals an instance of IkePolicyReference from the specified map of raw messages.

func UnmarshalIkePolicyReferenceDeleted

func UnmarshalIkePolicyReferenceDeleted(m map[string]json.RawMessage, result interface{}) (err error)

UnmarshalIkePolicyReferenceDeleted unmarshals an instance of IkePolicyReferenceDeleted from the specified map of raw messages.

func UnmarshalImage

func UnmarshalImage(m map[string]json.RawMessage, result interface{}) (err error)

UnmarshalImage unmarshals an instance of Image from the specified map of raw messages.

func UnmarshalImageCollection

func UnmarshalImageCollection(m map[string]json.RawMessage, result interface{}) (err error)

UnmarshalImageCollection unmarshals an instance of ImageCollection from the specified map of raw messages.

func UnmarshalImageCollectionFirst

func UnmarshalImageCollectionFirst(m map[string]json.RawMessage, result interface{}) (err error)

UnmarshalImageCollectionFirst unmarshals an instance of ImageCollectionFirst from the specified map of raw messages.

func UnmarshalImageCollectionNext

func UnmarshalImageCollectionNext(m map[string]json.RawMessage, result interface{}) (err error)

UnmarshalImageCollectionNext unmarshals an instance of ImageCollectionNext from the specified map of raw messages.

func UnmarshalImageFile

func UnmarshalImageFile(m map[string]json.RawMessage, result interface{}) (err error)

UnmarshalImageFile unmarshals an instance of ImageFile from the specified map of raw messages.

func UnmarshalImageFileChecksums

func UnmarshalImageFileChecksums(m map[string]json.RawMessage, result interface{}) (err error)

UnmarshalImageFileChecksums unmarshals an instance of ImageFileChecksums from the specified map of raw messages.

func UnmarshalImageFilePrototype

func UnmarshalImageFilePrototype(m map[string]json.RawMessage, result interface{}) (err error)

UnmarshalImageFilePrototype unmarshals an instance of ImageFilePrototype from the specified map of raw messages.

func UnmarshalImageIdentity

func UnmarshalImageIdentity(m map[string]json.RawMessage, result interface{}) (err error)

UnmarshalImageIdentity unmarshals an instance of ImageIdentity from the specified map of raw messages.

func UnmarshalImageIdentityByCRN

func UnmarshalImageIdentityByCRN(m map[string]json.RawMessage, result interface{}) (err error)

UnmarshalImageIdentityByCRN unmarshals an instance of ImageIdentityByCRN from the specified map of raw messages.

func UnmarshalImageIdentityByHref

func UnmarshalImageIdentityByHref(m map[string]json.RawMessage, result interface{}) (err error)

UnmarshalImageIdentityByHref unmarshals an instance of ImageIdentityByHref from the specified map of raw messages.

func UnmarshalImageIdentityByID

func UnmarshalImageIdentityByID(m map[string]json.RawMessage, result interface{}) (err error)

UnmarshalImageIdentityByID unmarshals an instance of ImageIdentityByID from the specified map of raw messages.

func UnmarshalImagePatch

func UnmarshalImagePatch(m map[string]json.RawMessage, result interface{}) (err error)

UnmarshalImagePatch unmarshals an instance of ImagePatch from the specified map of raw messages.

func UnmarshalImagePrototype

func UnmarshalImagePrototype(m map[string]json.RawMessage, result interface{}) (err error)

UnmarshalImagePrototype unmarshals an instance of ImagePrototype from the specified map of raw messages.

func UnmarshalImagePrototypeImageByFile

func UnmarshalImagePrototypeImageByFile(m map[string]json.RawMessage, result interface{}) (err error)

UnmarshalImagePrototypeImageByFile unmarshals an instance of ImagePrototypeImageByFile from the specified map of raw messages.

func UnmarshalImagePrototypeImageBySourceVolume

func UnmarshalImagePrototypeImageBySourceVolume(m map[string]json.RawMessage, result interface{}) (err error)

UnmarshalImagePrototypeImageBySourceVolume unmarshals an instance of ImagePrototypeImageBySourceVolume from the specified map of raw messages.

func UnmarshalImageReference

func UnmarshalImageReference(m map[string]json.RawMessage, result interface{}) (err error)

UnmarshalImageReference unmarshals an instance of ImageReference from the specified map of raw messages.

func UnmarshalImageReferenceDeleted

func UnmarshalImageReferenceDeleted(m map[string]json.RawMessage, result interface{}) (err error)

UnmarshalImageReferenceDeleted unmarshals an instance of ImageReferenceDeleted from the specified map of raw messages.

func UnmarshalImageStatusReason

func UnmarshalImageStatusReason(m map[string]json.RawMessage, result interface{}) (err error)

UnmarshalImageStatusReason unmarshals an instance of ImageStatusReason from the specified map of raw messages.

func UnmarshalInstance

func UnmarshalInstance(m map[string]json.RawMessage, result interface{}) (err error)

UnmarshalInstance unmarshals an instance of Instance from the specified map of raw messages.

func UnmarshalInstanceAction

func UnmarshalInstanceAction(m map[string]json.RawMessage, result interface{}) (err error)

UnmarshalInstanceAction unmarshals an instance of InstanceAction from the specified map of raw messages.

func UnmarshalInstanceAvailabilityPolicy

func UnmarshalInstanceAvailabilityPolicy(m map[string]json.RawMessage, result interface{}) (err error)

UnmarshalInstanceAvailabilityPolicy unmarshals an instance of InstanceAvailabilityPolicy from the specified map of raw messages.

func UnmarshalInstanceAvailabilityPolicyPatch

func UnmarshalInstanceAvailabilityPolicyPatch(m map[string]json.RawMessage, result interface{}) (err error)

UnmarshalInstanceAvailabilityPolicyPatch unmarshals an instance of InstanceAvailabilityPolicyPatch from the specified map of raw messages.

func UnmarshalInstanceAvailabilityPrototype

func UnmarshalInstanceAvailabilityPrototype(m map[string]json.RawMessage, result interface{}) (err error)

UnmarshalInstanceAvailabilityPrototype unmarshals an instance of InstanceAvailabilityPrototype from the specified map of raw messages.

func UnmarshalInstanceCollection

func UnmarshalInstanceCollection(m map[string]json.RawMessage, result interface{}) (err error)

UnmarshalInstanceCollection unmarshals an instance of InstanceCollection from the specified map of raw messages.

func UnmarshalInstanceCollectionFirst

func UnmarshalInstanceCollectionFirst(m map[string]json.RawMessage, result interface{}) (err error)

UnmarshalInstanceCollectionFirst unmarshals an instance of InstanceCollectionFirst from the specified map of raw messages.

func UnmarshalInstanceCollectionNext

func UnmarshalInstanceCollectionNext(m map[string]json.RawMessage, result interface{}) (err error)

UnmarshalInstanceCollectionNext unmarshals an instance of InstanceCollectionNext from the specified map of raw messages.

func UnmarshalInstanceConsoleAccessToken

func UnmarshalInstanceConsoleAccessToken(m map[string]json.RawMessage, result interface{}) (err error)

UnmarshalInstanceConsoleAccessToken unmarshals an instance of InstanceConsoleAccessToken from the specified map of raw messages.

func UnmarshalInstanceDefaultTrustedProfilePrototype

func UnmarshalInstanceDefaultTrustedProfilePrototype(m map[string]json.RawMessage, result interface{}) (err error)

UnmarshalInstanceDefaultTrustedProfilePrototype unmarshals an instance of InstanceDefaultTrustedProfilePrototype from the specified map of raw messages.

func UnmarshalInstanceDisk

func UnmarshalInstanceDisk(m map[string]json.RawMessage, result interface{}) (err error)

UnmarshalInstanceDisk unmarshals an instance of InstanceDisk from the specified map of raw messages.

func UnmarshalInstanceDiskCollection

func UnmarshalInstanceDiskCollection(m map[string]json.RawMessage, result interface{}) (err error)

UnmarshalInstanceDiskCollection unmarshals an instance of InstanceDiskCollection from the specified map of raw messages.

func UnmarshalInstanceDiskPatch

func UnmarshalInstanceDiskPatch(m map[string]json.RawMessage, result interface{}) (err error)

UnmarshalInstanceDiskPatch unmarshals an instance of InstanceDiskPatch from the specified map of raw messages.

func UnmarshalInstanceDiskReference

func UnmarshalInstanceDiskReference(m map[string]json.RawMessage, result interface{}) (err error)

UnmarshalInstanceDiskReference unmarshals an instance of InstanceDiskReference from the specified map of raw messages.

func UnmarshalInstanceDiskReferenceDeleted

func UnmarshalInstanceDiskReferenceDeleted(m map[string]json.RawMessage, result interface{}) (err error)

UnmarshalInstanceDiskReferenceDeleted unmarshals an instance of InstanceDiskReferenceDeleted from the specified map of raw messages.

func UnmarshalInstanceGpu

func UnmarshalInstanceGpu(m map[string]json.RawMessage, result interface{}) (err error)

UnmarshalInstanceGpu unmarshals an instance of InstanceGpu from the specified map of raw messages.

func UnmarshalInstanceGroup

func UnmarshalInstanceGroup(m map[string]json.RawMessage, result interface{}) (err error)

UnmarshalInstanceGroup unmarshals an instance of InstanceGroup from the specified map of raw messages.

func UnmarshalInstanceGroupCollection

func UnmarshalInstanceGroupCollection(m map[string]json.RawMessage, result interface{}) (err error)

UnmarshalInstanceGroupCollection unmarshals an instance of InstanceGroupCollection from the specified map of raw messages.

func UnmarshalInstanceGroupCollectionFirst

func UnmarshalInstanceGroupCollectionFirst(m map[string]json.RawMessage, result interface{}) (err error)

UnmarshalInstanceGroupCollectionFirst unmarshals an instance of InstanceGroupCollectionFirst from the specified map of raw messages.

func UnmarshalInstanceGroupCollectionNext

func UnmarshalInstanceGroupCollectionNext(m map[string]json.RawMessage, result interface{}) (err error)

UnmarshalInstanceGroupCollectionNext unmarshals an instance of InstanceGroupCollectionNext from the specified map of raw messages.

func UnmarshalInstanceGroupManager

func UnmarshalInstanceGroupManager(m map[string]json.RawMessage, result interface{}) (err error)

UnmarshalInstanceGroupManager unmarshals an instance of InstanceGroupManager from the specified map of raw messages.

func UnmarshalInstanceGroupManagerAction

func UnmarshalInstanceGroupManagerAction(m map[string]json.RawMessage, result interface{}) (err error)

UnmarshalInstanceGroupManagerAction unmarshals an instance of InstanceGroupManagerAction from the specified map of raw messages.

func UnmarshalInstanceGroupManagerActionGroupPatch

func UnmarshalInstanceGroupManagerActionGroupPatch(m map[string]json.RawMessage, result interface{}) (err error)

UnmarshalInstanceGroupManagerActionGroupPatch unmarshals an instance of InstanceGroupManagerActionGroupPatch from the specified map of raw messages.

func UnmarshalInstanceGroupManagerActionManagerPatch

func UnmarshalInstanceGroupManagerActionManagerPatch(m map[string]json.RawMessage, result interface{}) (err error)

UnmarshalInstanceGroupManagerActionManagerPatch unmarshals an instance of InstanceGroupManagerActionManagerPatch from the specified map of raw messages.

func UnmarshalInstanceGroupManagerActionPatch

func UnmarshalInstanceGroupManagerActionPatch(m map[string]json.RawMessage, result interface{}) (err error)

UnmarshalInstanceGroupManagerActionPatch unmarshals an instance of InstanceGroupManagerActionPatch from the specified map of raw messages.

func UnmarshalInstanceGroupManagerActionPrototype

func UnmarshalInstanceGroupManagerActionPrototype(m map[string]json.RawMessage, result interface{}) (err error)

UnmarshalInstanceGroupManagerActionPrototype unmarshals an instance of InstanceGroupManagerActionPrototype from the specified map of raw messages.

func UnmarshalInstanceGroupManagerActionPrototypeScheduledActionPrototype

func UnmarshalInstanceGroupManagerActionPrototypeScheduledActionPrototype(m map[string]json.RawMessage, result interface{}) (err error)

UnmarshalInstanceGroupManagerActionPrototypeScheduledActionPrototype unmarshals an instance of InstanceGroupManagerActionPrototypeScheduledActionPrototype from the specified map of raw messages.

func UnmarshalInstanceGroupManagerActionPrototypeScheduledActionPrototypeByCronSpec

func UnmarshalInstanceGroupManagerActionPrototypeScheduledActionPrototypeByCronSpec(m map[string]json.RawMessage, result interface{}) (err error)

UnmarshalInstanceGroupManagerActionPrototypeScheduledActionPrototypeByCronSpec unmarshals an instance of InstanceGroupManagerActionPrototypeScheduledActionPrototypeByCronSpec from the specified map of raw messages.

func UnmarshalInstanceGroupManagerActionPrototypeScheduledActionPrototypeByCronSpecByGroup

func UnmarshalInstanceGroupManagerActionPrototypeScheduledActionPrototypeByCronSpecByGroup(m map[string]json.RawMessage, result interface{}) (err error)

UnmarshalInstanceGroupManagerActionPrototypeScheduledActionPrototypeByCronSpecByGroup unmarshals an instance of InstanceGroupManagerActionPrototypeScheduledActionPrototypeByCronSpecByGroup from the specified map of raw messages.

func UnmarshalInstanceGroupManagerActionPrototypeScheduledActionPrototypeByCronSpecByManager

func UnmarshalInstanceGroupManagerActionPrototypeScheduledActionPrototypeByCronSpecByManager(m map[string]json.RawMessage, result interface{}) (err error)

UnmarshalInstanceGroupManagerActionPrototypeScheduledActionPrototypeByCronSpecByManager unmarshals an instance of InstanceGroupManagerActionPrototypeScheduledActionPrototypeByCronSpecByManager from the specified map of raw messages.

func UnmarshalInstanceGroupManagerActionPrototypeScheduledActionPrototypeByRunAt

func UnmarshalInstanceGroupManagerActionPrototypeScheduledActionPrototypeByRunAt(m map[string]json.RawMessage, result interface{}) (err error)

UnmarshalInstanceGroupManagerActionPrototypeScheduledActionPrototypeByRunAt unmarshals an instance of InstanceGroupManagerActionPrototypeScheduledActionPrototypeByRunAt from the specified map of raw messages.

func UnmarshalInstanceGroupManagerActionPrototypeScheduledActionPrototypeByRunAtByGroup

func UnmarshalInstanceGroupManagerActionPrototypeScheduledActionPrototypeByRunAtByGroup(m map[string]json.RawMessage, result interface{}) (err error)

UnmarshalInstanceGroupManagerActionPrototypeScheduledActionPrototypeByRunAtByGroup unmarshals an instance of InstanceGroupManagerActionPrototypeScheduledActionPrototypeByRunAtByGroup from the specified map of raw messages.

func UnmarshalInstanceGroupManagerActionPrototypeScheduledActionPrototypeByRunAtByManager

func UnmarshalInstanceGroupManagerActionPrototypeScheduledActionPrototypeByRunAtByManager(m map[string]json.RawMessage, result interface{}) (err error)

UnmarshalInstanceGroupManagerActionPrototypeScheduledActionPrototypeByRunAtByManager unmarshals an instance of InstanceGroupManagerActionPrototypeScheduledActionPrototypeByRunAtByManager from the specified map of raw messages.

func UnmarshalInstanceGroupManagerActionReference

func UnmarshalInstanceGroupManagerActionReference(m map[string]json.RawMessage, result interface{}) (err error)

UnmarshalInstanceGroupManagerActionReference unmarshals an instance of InstanceGroupManagerActionReference from the specified map of raw messages.

func UnmarshalInstanceGroupManagerActionReferenceDeleted

func UnmarshalInstanceGroupManagerActionReferenceDeleted(m map[string]json.RawMessage, result interface{}) (err error)

UnmarshalInstanceGroupManagerActionReferenceDeleted unmarshals an instance of InstanceGroupManagerActionReferenceDeleted from the specified map of raw messages.

func UnmarshalInstanceGroupManagerActionScheduledAction

func UnmarshalInstanceGroupManagerActionScheduledAction(m map[string]json.RawMessage, result interface{}) (err error)

UnmarshalInstanceGroupManagerActionScheduledAction unmarshals an instance of InstanceGroupManagerActionScheduledAction from the specified map of raw messages.

func UnmarshalInstanceGroupManagerActionScheduledActionGroupTarget

func UnmarshalInstanceGroupManagerActionScheduledActionGroupTarget(m map[string]json.RawMessage, result interface{}) (err error)

UnmarshalInstanceGroupManagerActionScheduledActionGroupTarget unmarshals an instance of InstanceGroupManagerActionScheduledActionGroupTarget from the specified map of raw messages.

func UnmarshalInstanceGroupManagerActionScheduledActionManagerTarget

func UnmarshalInstanceGroupManagerActionScheduledActionManagerTarget(m map[string]json.RawMessage, result interface{}) (err error)

UnmarshalInstanceGroupManagerActionScheduledActionManagerTarget unmarshals an instance of InstanceGroupManagerActionScheduledActionManagerTarget from the specified map of raw messages.

func UnmarshalInstanceGroupManagerActionsCollection

func UnmarshalInstanceGroupManagerActionsCollection(m map[string]json.RawMessage, result interface{}) (err error)

UnmarshalInstanceGroupManagerActionsCollection unmarshals an instance of InstanceGroupManagerActionsCollection from the specified map of raw messages.

func UnmarshalInstanceGroupManagerActionsCollectionFirst

func UnmarshalInstanceGroupManagerActionsCollectionFirst(m map[string]json.RawMessage, result interface{}) (err error)

UnmarshalInstanceGroupManagerActionsCollectionFirst unmarshals an instance of InstanceGroupManagerActionsCollectionFirst from the specified map of raw messages.

func UnmarshalInstanceGroupManagerActionsCollectionNext

func UnmarshalInstanceGroupManagerActionsCollectionNext(m map[string]json.RawMessage, result interface{}) (err error)

UnmarshalInstanceGroupManagerActionsCollectionNext unmarshals an instance of InstanceGroupManagerActionsCollectionNext from the specified map of raw messages.

func UnmarshalInstanceGroupManagerAutoScale

func UnmarshalInstanceGroupManagerAutoScale(m map[string]json.RawMessage, result interface{}) (err error)

UnmarshalInstanceGroupManagerAutoScale unmarshals an instance of InstanceGroupManagerAutoScale from the specified map of raw messages.

func UnmarshalInstanceGroupManagerCollection

func UnmarshalInstanceGroupManagerCollection(m map[string]json.RawMessage, result interface{}) (err error)

UnmarshalInstanceGroupManagerCollection unmarshals an instance of InstanceGroupManagerCollection from the specified map of raw messages.

func UnmarshalInstanceGroupManagerCollectionFirst

func UnmarshalInstanceGroupManagerCollectionFirst(m map[string]json.RawMessage, result interface{}) (err error)

UnmarshalInstanceGroupManagerCollectionFirst unmarshals an instance of InstanceGroupManagerCollectionFirst from the specified map of raw messages.

func UnmarshalInstanceGroupManagerCollectionNext

func UnmarshalInstanceGroupManagerCollectionNext(m map[string]json.RawMessage, result interface{}) (err error)

UnmarshalInstanceGroupManagerCollectionNext unmarshals an instance of InstanceGroupManagerCollectionNext from the specified map of raw messages.

func UnmarshalInstanceGroupManagerPatch

func UnmarshalInstanceGroupManagerPatch(m map[string]json.RawMessage, result interface{}) (err error)

UnmarshalInstanceGroupManagerPatch unmarshals an instance of InstanceGroupManagerPatch from the specified map of raw messages.

func UnmarshalInstanceGroupManagerPolicy

func UnmarshalInstanceGroupManagerPolicy(m map[string]json.RawMessage, result interface{}) (err error)

UnmarshalInstanceGroupManagerPolicy unmarshals an instance of InstanceGroupManagerPolicy from the specified map of raw messages.

func UnmarshalInstanceGroupManagerPolicyCollection

func UnmarshalInstanceGroupManagerPolicyCollection(m map[string]json.RawMessage, result interface{}) (err error)

UnmarshalInstanceGroupManagerPolicyCollection unmarshals an instance of InstanceGroupManagerPolicyCollection from the specified map of raw messages.

func UnmarshalInstanceGroupManagerPolicyCollectionFirst

func UnmarshalInstanceGroupManagerPolicyCollectionFirst(m map[string]json.RawMessage, result interface{}) (err error)

UnmarshalInstanceGroupManagerPolicyCollectionFirst unmarshals an instance of InstanceGroupManagerPolicyCollectionFirst from the specified map of raw messages.

func UnmarshalInstanceGroupManagerPolicyCollectionNext

func UnmarshalInstanceGroupManagerPolicyCollectionNext(m map[string]json.RawMessage, result interface{}) (err error)

UnmarshalInstanceGroupManagerPolicyCollectionNext unmarshals an instance of InstanceGroupManagerPolicyCollectionNext from the specified map of raw messages.

func UnmarshalInstanceGroupManagerPolicyInstanceGroupManagerTargetPolicy

func UnmarshalInstanceGroupManagerPolicyInstanceGroupManagerTargetPolicy(m map[string]json.RawMessage, result interface{}) (err error)

UnmarshalInstanceGroupManagerPolicyInstanceGroupManagerTargetPolicy unmarshals an instance of InstanceGroupManagerPolicyInstanceGroupManagerTargetPolicy from the specified map of raw messages.

func UnmarshalInstanceGroupManagerPolicyPatch

func UnmarshalInstanceGroupManagerPolicyPatch(m map[string]json.RawMessage, result interface{}) (err error)

UnmarshalInstanceGroupManagerPolicyPatch unmarshals an instance of InstanceGroupManagerPolicyPatch from the specified map of raw messages.

func UnmarshalInstanceGroupManagerPolicyPrototype

func UnmarshalInstanceGroupManagerPolicyPrototype(m map[string]json.RawMessage, result interface{}) (err error)

UnmarshalInstanceGroupManagerPolicyPrototype unmarshals an instance of InstanceGroupManagerPolicyPrototype from the specified map of raw messages.

func UnmarshalInstanceGroupManagerPolicyPrototypeInstanceGroupManagerTargetPolicyPrototype

func UnmarshalInstanceGroupManagerPolicyPrototypeInstanceGroupManagerTargetPolicyPrototype(m map[string]json.RawMessage, result interface{}) (err error)

UnmarshalInstanceGroupManagerPolicyPrototypeInstanceGroupManagerTargetPolicyPrototype unmarshals an instance of InstanceGroupManagerPolicyPrototypeInstanceGroupManagerTargetPolicyPrototype from the specified map of raw messages.

func UnmarshalInstanceGroupManagerPolicyReference

func UnmarshalInstanceGroupManagerPolicyReference(m map[string]json.RawMessage, result interface{}) (err error)

UnmarshalInstanceGroupManagerPolicyReference unmarshals an instance of InstanceGroupManagerPolicyReference from the specified map of raw messages.

func UnmarshalInstanceGroupManagerPolicyReferenceDeleted

func UnmarshalInstanceGroupManagerPolicyReferenceDeleted(m map[string]json.RawMessage, result interface{}) (err error)

UnmarshalInstanceGroupManagerPolicyReferenceDeleted unmarshals an instance of InstanceGroupManagerPolicyReferenceDeleted from the specified map of raw messages.

func UnmarshalInstanceGroupManagerPrototype

func UnmarshalInstanceGroupManagerPrototype(m map[string]json.RawMessage, result interface{}) (err error)

UnmarshalInstanceGroupManagerPrototype unmarshals an instance of InstanceGroupManagerPrototype from the specified map of raw messages.

func UnmarshalInstanceGroupManagerPrototypeInstanceGroupManagerAutoScalePrototype

func UnmarshalInstanceGroupManagerPrototypeInstanceGroupManagerAutoScalePrototype(m map[string]json.RawMessage, result interface{}) (err error)

UnmarshalInstanceGroupManagerPrototypeInstanceGroupManagerAutoScalePrototype unmarshals an instance of InstanceGroupManagerPrototypeInstanceGroupManagerAutoScalePrototype from the specified map of raw messages.

func UnmarshalInstanceGroupManagerPrototypeInstanceGroupManagerScheduledPrototype

func UnmarshalInstanceGroupManagerPrototypeInstanceGroupManagerScheduledPrototype(m map[string]json.RawMessage, result interface{}) (err error)

UnmarshalInstanceGroupManagerPrototypeInstanceGroupManagerScheduledPrototype unmarshals an instance of InstanceGroupManagerPrototypeInstanceGroupManagerScheduledPrototype from the specified map of raw messages.

func UnmarshalInstanceGroupManagerReference

func UnmarshalInstanceGroupManagerReference(m map[string]json.RawMessage, result interface{}) (err error)

UnmarshalInstanceGroupManagerReference unmarshals an instance of InstanceGroupManagerReference from the specified map of raw messages.

func UnmarshalInstanceGroupManagerReferenceDeleted

func UnmarshalInstanceGroupManagerReferenceDeleted(m map[string]json.RawMessage, result interface{}) (err error)

UnmarshalInstanceGroupManagerReferenceDeleted unmarshals an instance of InstanceGroupManagerReferenceDeleted from the specified map of raw messages.

func UnmarshalInstanceGroupManagerScheduled

func UnmarshalInstanceGroupManagerScheduled(m map[string]json.RawMessage, result interface{}) (err error)

UnmarshalInstanceGroupManagerScheduled unmarshals an instance of InstanceGroupManagerScheduled from the specified map of raw messages.

func UnmarshalInstanceGroupManagerScheduledActionGroup

func UnmarshalInstanceGroupManagerScheduledActionGroup(m map[string]json.RawMessage, result interface{}) (err error)

UnmarshalInstanceGroupManagerScheduledActionGroup unmarshals an instance of InstanceGroupManagerScheduledActionGroup from the specified map of raw messages.

func UnmarshalInstanceGroupManagerScheduledActionGroupPrototype

func UnmarshalInstanceGroupManagerScheduledActionGroupPrototype(m map[string]json.RawMessage, result interface{}) (err error)

UnmarshalInstanceGroupManagerScheduledActionGroupPrototype unmarshals an instance of InstanceGroupManagerScheduledActionGroupPrototype from the specified map of raw messages.

func UnmarshalInstanceGroupManagerScheduledActionManager

func UnmarshalInstanceGroupManagerScheduledActionManager(m map[string]json.RawMessage, result interface{}) (err error)

UnmarshalInstanceGroupManagerScheduledActionManager unmarshals an instance of InstanceGroupManagerScheduledActionManager from the specified map of raw messages.

func UnmarshalInstanceGroupManagerScheduledActionManagerAutoScale

func UnmarshalInstanceGroupManagerScheduledActionManagerAutoScale(m map[string]json.RawMessage, result interface{}) (err error)

UnmarshalInstanceGroupManagerScheduledActionManagerAutoScale unmarshals an instance of InstanceGroupManagerScheduledActionManagerAutoScale from the specified map of raw messages.

func UnmarshalInstanceGroupManagerScheduledActionManagerPrototype

func UnmarshalInstanceGroupManagerScheduledActionManagerPrototype(m map[string]json.RawMessage, result interface{}) (err error)

UnmarshalInstanceGroupManagerScheduledActionManagerPrototype unmarshals an instance of InstanceGroupManagerScheduledActionManagerPrototype from the specified map of raw messages.

func UnmarshalInstanceGroupManagerScheduledActionManagerPrototypeAutoScalePrototype

func UnmarshalInstanceGroupManagerScheduledActionManagerPrototypeAutoScalePrototype(m map[string]json.RawMessage, result interface{}) (err error)

UnmarshalInstanceGroupManagerScheduledActionManagerPrototypeAutoScalePrototype unmarshals an instance of InstanceGroupManagerScheduledActionManagerPrototypeAutoScalePrototype from the specified map of raw messages.

func UnmarshalInstanceGroupManagerScheduledActionManagerPrototypeAutoScalePrototypeByHref

func UnmarshalInstanceGroupManagerScheduledActionManagerPrototypeAutoScalePrototypeByHref(m map[string]json.RawMessage, result interface{}) (err error)

UnmarshalInstanceGroupManagerScheduledActionManagerPrototypeAutoScalePrototypeByHref unmarshals an instance of InstanceGroupManagerScheduledActionManagerPrototypeAutoScalePrototypeByHref from the specified map of raw messages.

func UnmarshalInstanceGroupManagerScheduledActionManagerPrototypeAutoScalePrototypeByID

func UnmarshalInstanceGroupManagerScheduledActionManagerPrototypeAutoScalePrototypeByID(m map[string]json.RawMessage, result interface{}) (err error)

UnmarshalInstanceGroupManagerScheduledActionManagerPrototypeAutoScalePrototypeByID unmarshals an instance of InstanceGroupManagerScheduledActionManagerPrototypeAutoScalePrototypeByID from the specified map of raw messages.

func UnmarshalInstanceGroupMembership

func UnmarshalInstanceGroupMembership(m map[string]json.RawMessage, result interface{}) (err error)

UnmarshalInstanceGroupMembership unmarshals an instance of InstanceGroupMembership from the specified map of raw messages.

func UnmarshalInstanceGroupMembershipCollection

func UnmarshalInstanceGroupMembershipCollection(m map[string]json.RawMessage, result interface{}) (err error)

UnmarshalInstanceGroupMembershipCollection unmarshals an instance of InstanceGroupMembershipCollection from the specified map of raw messages.

func UnmarshalInstanceGroupMembershipCollectionFirst

func UnmarshalInstanceGroupMembershipCollectionFirst(m map[string]json.RawMessage, result interface{}) (err error)

UnmarshalInstanceGroupMembershipCollectionFirst unmarshals an instance of InstanceGroupMembershipCollectionFirst from the specified map of raw messages.

func UnmarshalInstanceGroupMembershipCollectionNext

func UnmarshalInstanceGroupMembershipCollectionNext(m map[string]json.RawMessage, result interface{}) (err error)

UnmarshalInstanceGroupMembershipCollectionNext unmarshals an instance of InstanceGroupMembershipCollectionNext from the specified map of raw messages.

func UnmarshalInstanceGroupMembershipPatch

func UnmarshalInstanceGroupMembershipPatch(m map[string]json.RawMessage, result interface{}) (err error)

UnmarshalInstanceGroupMembershipPatch unmarshals an instance of InstanceGroupMembershipPatch from the specified map of raw messages.

func UnmarshalInstanceGroupPatch

func UnmarshalInstanceGroupPatch(m map[string]json.RawMessage, result interface{}) (err error)

UnmarshalInstanceGroupPatch unmarshals an instance of InstanceGroupPatch from the specified map of raw messages.

func UnmarshalInstanceGroupReference

func UnmarshalInstanceGroupReference(m map[string]json.RawMessage, result interface{}) (err error)

UnmarshalInstanceGroupReference unmarshals an instance of InstanceGroupReference from the specified map of raw messages.

func UnmarshalInstanceGroupReferenceDeleted

func UnmarshalInstanceGroupReferenceDeleted(m map[string]json.RawMessage, result interface{}) (err error)

UnmarshalInstanceGroupReferenceDeleted unmarshals an instance of InstanceGroupReferenceDeleted from the specified map of raw messages.

func UnmarshalInstanceInitialization

func UnmarshalInstanceInitialization(m map[string]json.RawMessage, result interface{}) (err error)

UnmarshalInstanceInitialization unmarshals an instance of InstanceInitialization from the specified map of raw messages.

func UnmarshalInstanceInitializationDefaultTrustedProfile

func UnmarshalInstanceInitializationDefaultTrustedProfile(m map[string]json.RawMessage, result interface{}) (err error)

UnmarshalInstanceInitializationDefaultTrustedProfile unmarshals an instance of InstanceInitializationDefaultTrustedProfile from the specified map of raw messages.

func UnmarshalInstanceInitializationPassword

func UnmarshalInstanceInitializationPassword(m map[string]json.RawMessage, result interface{}) (err error)

UnmarshalInstanceInitializationPassword unmarshals an instance of InstanceInitializationPassword from the specified map of raw messages.

func UnmarshalInstanceMetadataService

func UnmarshalInstanceMetadataService(m map[string]json.RawMessage, result interface{}) (err error)

UnmarshalInstanceMetadataService unmarshals an instance of InstanceMetadataService from the specified map of raw messages.

func UnmarshalInstanceMetadataServicePatch

func UnmarshalInstanceMetadataServicePatch(m map[string]json.RawMessage, result interface{}) (err error)

UnmarshalInstanceMetadataServicePatch unmarshals an instance of InstanceMetadataServicePatch from the specified map of raw messages.

func UnmarshalInstanceMetadataServicePrototype

func UnmarshalInstanceMetadataServicePrototype(m map[string]json.RawMessage, result interface{}) (err error)

UnmarshalInstanceMetadataServicePrototype unmarshals an instance of InstanceMetadataServicePrototype from the specified map of raw messages.

func UnmarshalInstancePatch

func UnmarshalInstancePatch(m map[string]json.RawMessage, result interface{}) (err error)

UnmarshalInstancePatch unmarshals an instance of InstancePatch from the specified map of raw messages.

func UnmarshalInstancePatchProfile

func UnmarshalInstancePatchProfile(m map[string]json.RawMessage, result interface{}) (err error)

UnmarshalInstancePatchProfile unmarshals an instance of InstancePatchProfile from the specified map of raw messages.

func UnmarshalInstancePatchProfileInstanceProfileIdentityByHref

func UnmarshalInstancePatchProfileInstanceProfileIdentityByHref(m map[string]json.RawMessage, result interface{}) (err error)

UnmarshalInstancePatchProfileInstanceProfileIdentityByHref unmarshals an instance of InstancePatchProfileInstanceProfileIdentityByHref from the specified map of raw messages.

func UnmarshalInstancePatchProfileInstanceProfileIdentityByName

func UnmarshalInstancePatchProfileInstanceProfileIdentityByName(m map[string]json.RawMessage, result interface{}) (err error)

UnmarshalInstancePatchProfileInstanceProfileIdentityByName unmarshals an instance of InstancePatchProfileInstanceProfileIdentityByName from the specified map of raw messages.

func UnmarshalInstancePlacementTarget

func UnmarshalInstancePlacementTarget(m map[string]json.RawMessage, result interface{}) (err error)

UnmarshalInstancePlacementTarget unmarshals an instance of InstancePlacementTarget from the specified map of raw messages.

func UnmarshalInstancePlacementTargetDedicatedHostGroupReference

func UnmarshalInstancePlacementTargetDedicatedHostGroupReference(m map[string]json.RawMessage, result interface{}) (err error)

UnmarshalInstancePlacementTargetDedicatedHostGroupReference unmarshals an instance of InstancePlacementTargetDedicatedHostGroupReference from the specified map of raw messages.

func UnmarshalInstancePlacementTargetDedicatedHostReference

func UnmarshalInstancePlacementTargetDedicatedHostReference(m map[string]json.RawMessage, result interface{}) (err error)

UnmarshalInstancePlacementTargetDedicatedHostReference unmarshals an instance of InstancePlacementTargetDedicatedHostReference from the specified map of raw messages.

func UnmarshalInstancePlacementTargetPatch

func UnmarshalInstancePlacementTargetPatch(m map[string]json.RawMessage, result interface{}) (err error)

UnmarshalInstancePlacementTargetPatch unmarshals an instance of InstancePlacementTargetPatch from the specified map of raw messages.

func UnmarshalInstancePlacementTargetPatchDedicatedHostGroupIdentity

func UnmarshalInstancePlacementTargetPatchDedicatedHostGroupIdentity(m map[string]json.RawMessage, result interface{}) (err error)

UnmarshalInstancePlacementTargetPatchDedicatedHostGroupIdentity unmarshals an instance of InstancePlacementTargetPatchDedicatedHostGroupIdentity from the specified map of raw messages.

func UnmarshalInstancePlacementTargetPatchDedicatedHostGroupIdentityDedicatedHostGroupIdentityByCRN

func UnmarshalInstancePlacementTargetPatchDedicatedHostGroupIdentityDedicatedHostGroupIdentityByCRN(m map[string]json.RawMessage, result interface{}) (err error)

UnmarshalInstancePlacementTargetPatchDedicatedHostGroupIdentityDedicatedHostGroupIdentityByCRN unmarshals an instance of InstancePlacementTargetPatchDedicatedHostGroupIdentityDedicatedHostGroupIdentityByCRN from the specified map of raw messages.

func UnmarshalInstancePlacementTargetPatchDedicatedHostGroupIdentityDedicatedHostGroupIdentityByHref

func UnmarshalInstancePlacementTargetPatchDedicatedHostGroupIdentityDedicatedHostGroupIdentityByHref(m map[string]json.RawMessage, result interface{}) (err error)

UnmarshalInstancePlacementTargetPatchDedicatedHostGroupIdentityDedicatedHostGroupIdentityByHref unmarshals an instance of InstancePlacementTargetPatchDedicatedHostGroupIdentityDedicatedHostGroupIdentityByHref from the specified map of raw messages.

func UnmarshalInstancePlacementTargetPatchDedicatedHostGroupIdentityDedicatedHostGroupIdentityByID

func UnmarshalInstancePlacementTargetPatchDedicatedHostGroupIdentityDedicatedHostGroupIdentityByID(m map[string]json.RawMessage, result interface{}) (err error)

UnmarshalInstancePlacementTargetPatchDedicatedHostGroupIdentityDedicatedHostGroupIdentityByID unmarshals an instance of InstancePlacementTargetPatchDedicatedHostGroupIdentityDedicatedHostGroupIdentityByID from the specified map of raw messages.

func UnmarshalInstancePlacementTargetPatchDedicatedHostIdentity

func UnmarshalInstancePlacementTargetPatchDedicatedHostIdentity(m map[string]json.RawMessage, result interface{}) (err error)

UnmarshalInstancePlacementTargetPatchDedicatedHostIdentity unmarshals an instance of InstancePlacementTargetPatchDedicatedHostIdentity from the specified map of raw messages.

func UnmarshalInstancePlacementTargetPatchDedicatedHostIdentityDedicatedHostIdentityByCRN

func UnmarshalInstancePlacementTargetPatchDedicatedHostIdentityDedicatedHostIdentityByCRN(m map[string]json.RawMessage, result interface{}) (err error)

UnmarshalInstancePlacementTargetPatchDedicatedHostIdentityDedicatedHostIdentityByCRN unmarshals an instance of InstancePlacementTargetPatchDedicatedHostIdentityDedicatedHostIdentityByCRN from the specified map of raw messages.

func UnmarshalInstancePlacementTargetPatchDedicatedHostIdentityDedicatedHostIdentityByHref

func UnmarshalInstancePlacementTargetPatchDedicatedHostIdentityDedicatedHostIdentityByHref(m map[string]json.RawMessage, result interface{}) (err error)

UnmarshalInstancePlacementTargetPatchDedicatedHostIdentityDedicatedHostIdentityByHref unmarshals an instance of InstancePlacementTargetPatchDedicatedHostIdentityDedicatedHostIdentityByHref from the specified map of raw messages.

func UnmarshalInstancePlacementTargetPatchDedicatedHostIdentityDedicatedHostIdentityByID

func UnmarshalInstancePlacementTargetPatchDedicatedHostIdentityDedicatedHostIdentityByID(m map[string]json.RawMessage, result interface{}) (err error)

UnmarshalInstancePlacementTargetPatchDedicatedHostIdentityDedicatedHostIdentityByID unmarshals an instance of InstancePlacementTargetPatchDedicatedHostIdentityDedicatedHostIdentityByID from the specified map of raw messages.

func UnmarshalInstancePlacementTargetPlacementGroupReference

func UnmarshalInstancePlacementTargetPlacementGroupReference(m map[string]json.RawMessage, result interface{}) (err error)

UnmarshalInstancePlacementTargetPlacementGroupReference unmarshals an instance of InstancePlacementTargetPlacementGroupReference from the specified map of raw messages.

func UnmarshalInstancePlacementTargetPrototype

func UnmarshalInstancePlacementTargetPrototype(m map[string]json.RawMessage, result interface{}) (err error)

UnmarshalInstancePlacementTargetPrototype unmarshals an instance of InstancePlacementTargetPrototype from the specified map of raw messages.

func UnmarshalInstancePlacementTargetPrototypeDedicatedHostGroupIdentity

func UnmarshalInstancePlacementTargetPrototypeDedicatedHostGroupIdentity(m map[string]json.RawMessage, result interface{}) (err error)

UnmarshalInstancePlacementTargetPrototypeDedicatedHostGroupIdentity unmarshals an instance of InstancePlacementTargetPrototypeDedicatedHostGroupIdentity from the specified map of raw messages.

func UnmarshalInstancePlacementTargetPrototypeDedicatedHostGroupIdentityDedicatedHostGroupIdentityByCRN

func UnmarshalInstancePlacementTargetPrototypeDedicatedHostGroupIdentityDedicatedHostGroupIdentityByCRN(m map[string]json.RawMessage, result interface{}) (err error)

UnmarshalInstancePlacementTargetPrototypeDedicatedHostGroupIdentityDedicatedHostGroupIdentityByCRN unmarshals an instance of InstancePlacementTargetPrototypeDedicatedHostGroupIdentityDedicatedHostGroupIdentityByCRN from the specified map of raw messages.

func UnmarshalInstancePlacementTargetPrototypeDedicatedHostGroupIdentityDedicatedHostGroupIdentityByHref

func UnmarshalInstancePlacementTargetPrototypeDedicatedHostGroupIdentityDedicatedHostGroupIdentityByHref(m map[string]json.RawMessage, result interface{}) (err error)

UnmarshalInstancePlacementTargetPrototypeDedicatedHostGroupIdentityDedicatedHostGroupIdentityByHref unmarshals an instance of InstancePlacementTargetPrototypeDedicatedHostGroupIdentityDedicatedHostGroupIdentityByHref from the specified map of raw messages.

func UnmarshalInstancePlacementTargetPrototypeDedicatedHostGroupIdentityDedicatedHostGroupIdentityByID

func UnmarshalInstancePlacementTargetPrototypeDedicatedHostGroupIdentityDedicatedHostGroupIdentityByID(m map[string]json.RawMessage, result interface{}) (err error)

UnmarshalInstancePlacementTargetPrototypeDedicatedHostGroupIdentityDedicatedHostGroupIdentityByID unmarshals an instance of InstancePlacementTargetPrototypeDedicatedHostGroupIdentityDedicatedHostGroupIdentityByID from the specified map of raw messages.

func UnmarshalInstancePlacementTargetPrototypeDedicatedHostIdentity

func UnmarshalInstancePlacementTargetPrototypeDedicatedHostIdentity(m map[string]json.RawMessage, result interface{}) (err error)

UnmarshalInstancePlacementTargetPrototypeDedicatedHostIdentity unmarshals an instance of InstancePlacementTargetPrototypeDedicatedHostIdentity from the specified map of raw messages.

func UnmarshalInstancePlacementTargetPrototypeDedicatedHostIdentityDedicatedHostIdentityByCRN

func UnmarshalInstancePlacementTargetPrototypeDedicatedHostIdentityDedicatedHostIdentityByCRN(m map[string]json.RawMessage, result interface{}) (err error)

UnmarshalInstancePlacementTargetPrototypeDedicatedHostIdentityDedicatedHostIdentityByCRN unmarshals an instance of InstancePlacementTargetPrototypeDedicatedHostIdentityDedicatedHostIdentityByCRN from the specified map of raw messages.

func UnmarshalInstancePlacementTargetPrototypeDedicatedHostIdentityDedicatedHostIdentityByHref

func UnmarshalInstancePlacementTargetPrototypeDedicatedHostIdentityDedicatedHostIdentityByHref(m map[string]json.RawMessage, result interface{}) (err error)

UnmarshalInstancePlacementTargetPrototypeDedicatedHostIdentityDedicatedHostIdentityByHref unmarshals an instance of InstancePlacementTargetPrototypeDedicatedHostIdentityDedicatedHostIdentityByHref from the specified map of raw messages.

func UnmarshalInstancePlacementTargetPrototypeDedicatedHostIdentityDedicatedHostIdentityByID

func UnmarshalInstancePlacementTargetPrototypeDedicatedHostIdentityDedicatedHostIdentityByID(m map[string]json.RawMessage, result interface{}) (err error)

UnmarshalInstancePlacementTargetPrototypeDedicatedHostIdentityDedicatedHostIdentityByID unmarshals an instance of InstancePlacementTargetPrototypeDedicatedHostIdentityDedicatedHostIdentityByID from the specified map of raw messages.

func UnmarshalInstancePlacementTargetPrototypePlacementGroupIdentity

func UnmarshalInstancePlacementTargetPrototypePlacementGroupIdentity(m map[string]json.RawMessage, result interface{}) (err error)

UnmarshalInstancePlacementTargetPrototypePlacementGroupIdentity unmarshals an instance of InstancePlacementTargetPrototypePlacementGroupIdentity from the specified map of raw messages.

func UnmarshalInstancePlacementTargetPrototypePlacementGroupIdentityPlacementGroupIdentityByCRN

func UnmarshalInstancePlacementTargetPrototypePlacementGroupIdentityPlacementGroupIdentityByCRN(m map[string]json.RawMessage, result interface{}) (err error)

UnmarshalInstancePlacementTargetPrototypePlacementGroupIdentityPlacementGroupIdentityByCRN unmarshals an instance of InstancePlacementTargetPrototypePlacementGroupIdentityPlacementGroupIdentityByCRN from the specified map of raw messages.

func UnmarshalInstancePlacementTargetPrototypePlacementGroupIdentityPlacementGroupIdentityByHref

func UnmarshalInstancePlacementTargetPrototypePlacementGroupIdentityPlacementGroupIdentityByHref(m map[string]json.RawMessage, result interface{}) (err error)

UnmarshalInstancePlacementTargetPrototypePlacementGroupIdentityPlacementGroupIdentityByHref unmarshals an instance of InstancePlacementTargetPrototypePlacementGroupIdentityPlacementGroupIdentityByHref from the specified map of raw messages.

func UnmarshalInstancePlacementTargetPrototypePlacementGroupIdentityPlacementGroupIdentityByID

func UnmarshalInstancePlacementTargetPrototypePlacementGroupIdentityPlacementGroupIdentityByID(m map[string]json.RawMessage, result interface{}) (err error)

UnmarshalInstancePlacementTargetPrototypePlacementGroupIdentityPlacementGroupIdentityByID unmarshals an instance of InstancePlacementTargetPrototypePlacementGroupIdentityPlacementGroupIdentityByID from the specified map of raw messages.

func UnmarshalInstanceProfile

func UnmarshalInstanceProfile(m map[string]json.RawMessage, result interface{}) (err error)

UnmarshalInstanceProfile unmarshals an instance of InstanceProfile from the specified map of raw messages.

func UnmarshalInstanceProfileBandwidth

func UnmarshalInstanceProfileBandwidth(m map[string]json.RawMessage, result interface{}) (err error)

UnmarshalInstanceProfileBandwidth unmarshals an instance of InstanceProfileBandwidth from the specified map of raw messages.

func UnmarshalInstanceProfileBandwidthDependent

func UnmarshalInstanceProfileBandwidthDependent(m map[string]json.RawMessage, result interface{}) (err error)

UnmarshalInstanceProfileBandwidthDependent unmarshals an instance of InstanceProfileBandwidthDependent from the specified map of raw messages.

func UnmarshalInstanceProfileBandwidthEnum

func UnmarshalInstanceProfileBandwidthEnum(m map[string]json.RawMessage, result interface{}) (err error)

UnmarshalInstanceProfileBandwidthEnum unmarshals an instance of InstanceProfileBandwidthEnum from the specified map of raw messages.

func UnmarshalInstanceProfileBandwidthFixed

func UnmarshalInstanceProfileBandwidthFixed(m map[string]json.RawMessage, result interface{}) (err error)

UnmarshalInstanceProfileBandwidthFixed unmarshals an instance of InstanceProfileBandwidthFixed from the specified map of raw messages.

func UnmarshalInstanceProfileBandwidthRange

func UnmarshalInstanceProfileBandwidthRange(m map[string]json.RawMessage, result interface{}) (err error)

UnmarshalInstanceProfileBandwidthRange unmarshals an instance of InstanceProfileBandwidthRange from the specified map of raw messages.

func UnmarshalInstanceProfileCollection

func UnmarshalInstanceProfileCollection(m map[string]json.RawMessage, result interface{}) (err error)

UnmarshalInstanceProfileCollection unmarshals an instance of InstanceProfileCollection from the specified map of raw messages.

func UnmarshalInstanceProfileDisk

func UnmarshalInstanceProfileDisk(m map[string]json.RawMessage, result interface{}) (err error)

UnmarshalInstanceProfileDisk unmarshals an instance of InstanceProfileDisk from the specified map of raw messages.

func UnmarshalInstanceProfileDiskQuantity

func UnmarshalInstanceProfileDiskQuantity(m map[string]json.RawMessage, result interface{}) (err error)

UnmarshalInstanceProfileDiskQuantity unmarshals an instance of InstanceProfileDiskQuantity from the specified map of raw messages.

func UnmarshalInstanceProfileDiskQuantityDependent

func UnmarshalInstanceProfileDiskQuantityDependent(m map[string]json.RawMessage, result interface{}) (err error)

UnmarshalInstanceProfileDiskQuantityDependent unmarshals an instance of InstanceProfileDiskQuantityDependent from the specified map of raw messages.

func UnmarshalInstanceProfileDiskQuantityEnum

func UnmarshalInstanceProfileDiskQuantityEnum(m map[string]json.RawMessage, result interface{}) (err error)

UnmarshalInstanceProfileDiskQuantityEnum unmarshals an instance of InstanceProfileDiskQuantityEnum from the specified map of raw messages.

func UnmarshalInstanceProfileDiskQuantityFixed

func UnmarshalInstanceProfileDiskQuantityFixed(m map[string]json.RawMessage, result interface{}) (err error)

UnmarshalInstanceProfileDiskQuantityFixed unmarshals an instance of InstanceProfileDiskQuantityFixed from the specified map of raw messages.

func UnmarshalInstanceProfileDiskQuantityRange

func UnmarshalInstanceProfileDiskQuantityRange(m map[string]json.RawMessage, result interface{}) (err error)

UnmarshalInstanceProfileDiskQuantityRange unmarshals an instance of InstanceProfileDiskQuantityRange from the specified map of raw messages.

func UnmarshalInstanceProfileDiskSize

func UnmarshalInstanceProfileDiskSize(m map[string]json.RawMessage, result interface{}) (err error)

UnmarshalInstanceProfileDiskSize unmarshals an instance of InstanceProfileDiskSize from the specified map of raw messages.

func UnmarshalInstanceProfileDiskSizeDependent

func UnmarshalInstanceProfileDiskSizeDependent(m map[string]json.RawMessage, result interface{}) (err error)

UnmarshalInstanceProfileDiskSizeDependent unmarshals an instance of InstanceProfileDiskSizeDependent from the specified map of raw messages.

func UnmarshalInstanceProfileDiskSizeEnum

func UnmarshalInstanceProfileDiskSizeEnum(m map[string]json.RawMessage, result interface{}) (err error)

UnmarshalInstanceProfileDiskSizeEnum unmarshals an instance of InstanceProfileDiskSizeEnum from the specified map of raw messages.

func UnmarshalInstanceProfileDiskSizeFixed

func UnmarshalInstanceProfileDiskSizeFixed(m map[string]json.RawMessage, result interface{}) (err error)

UnmarshalInstanceProfileDiskSizeFixed unmarshals an instance of InstanceProfileDiskSizeFixed from the specified map of raw messages.

func UnmarshalInstanceProfileDiskSizeRange

func UnmarshalInstanceProfileDiskSizeRange(m map[string]json.RawMessage, result interface{}) (err error)

UnmarshalInstanceProfileDiskSizeRange unmarshals an instance of InstanceProfileDiskSizeRange from the specified map of raw messages.

func UnmarshalInstanceProfileDiskSupportedInterfaces

func UnmarshalInstanceProfileDiskSupportedInterfaces(m map[string]json.RawMessage, result interface{}) (err error)

UnmarshalInstanceProfileDiskSupportedInterfaces unmarshals an instance of InstanceProfileDiskSupportedInterfaces from the specified map of raw messages.

func UnmarshalInstanceProfileGpu

func UnmarshalInstanceProfileGpu(m map[string]json.RawMessage, result interface{}) (err error)

UnmarshalInstanceProfileGpu unmarshals an instance of InstanceProfileGpu from the specified map of raw messages.

func UnmarshalInstanceProfileGpuDependent

func UnmarshalInstanceProfileGpuDependent(m map[string]json.RawMessage, result interface{}) (err error)

UnmarshalInstanceProfileGpuDependent unmarshals an instance of InstanceProfileGpuDependent from the specified map of raw messages.

func UnmarshalInstanceProfileGpuEnum

func UnmarshalInstanceProfileGpuEnum(m map[string]json.RawMessage, result interface{}) (err error)

UnmarshalInstanceProfileGpuEnum unmarshals an instance of InstanceProfileGpuEnum from the specified map of raw messages.

func UnmarshalInstanceProfileGpuFixed

func UnmarshalInstanceProfileGpuFixed(m map[string]json.RawMessage, result interface{}) (err error)

UnmarshalInstanceProfileGpuFixed unmarshals an instance of InstanceProfileGpuFixed from the specified map of raw messages.

func UnmarshalInstanceProfileGpuManufacturer

func UnmarshalInstanceProfileGpuManufacturer(m map[string]json.RawMessage, result interface{}) (err error)

UnmarshalInstanceProfileGpuManufacturer unmarshals an instance of InstanceProfileGpuManufacturer from the specified map of raw messages.

func UnmarshalInstanceProfileGpuMemory

func UnmarshalInstanceProfileGpuMemory(m map[string]json.RawMessage, result interface{}) (err error)

UnmarshalInstanceProfileGpuMemory unmarshals an instance of InstanceProfileGpuMemory from the specified map of raw messages.

func UnmarshalInstanceProfileGpuMemoryDependent

func UnmarshalInstanceProfileGpuMemoryDependent(m map[string]json.RawMessage, result interface{}) (err error)

UnmarshalInstanceProfileGpuMemoryDependent unmarshals an instance of InstanceProfileGpuMemoryDependent from the specified map of raw messages.

func UnmarshalInstanceProfileGpuMemoryEnum

func UnmarshalInstanceProfileGpuMemoryEnum(m map[string]json.RawMessage, result interface{}) (err error)

UnmarshalInstanceProfileGpuMemoryEnum unmarshals an instance of InstanceProfileGpuMemoryEnum from the specified map of raw messages.

func UnmarshalInstanceProfileGpuMemoryFixed

func UnmarshalInstanceProfileGpuMemoryFixed(m map[string]json.RawMessage, result interface{}) (err error)

UnmarshalInstanceProfileGpuMemoryFixed unmarshals an instance of InstanceProfileGpuMemoryFixed from the specified map of raw messages.

func UnmarshalInstanceProfileGpuMemoryRange

func UnmarshalInstanceProfileGpuMemoryRange(m map[string]json.RawMessage, result interface{}) (err error)

UnmarshalInstanceProfileGpuMemoryRange unmarshals an instance of InstanceProfileGpuMemoryRange from the specified map of raw messages.

func UnmarshalInstanceProfileGpuModel

func UnmarshalInstanceProfileGpuModel(m map[string]json.RawMessage, result interface{}) (err error)

UnmarshalInstanceProfileGpuModel unmarshals an instance of InstanceProfileGpuModel from the specified map of raw messages.

func UnmarshalInstanceProfileGpuRange

func UnmarshalInstanceProfileGpuRange(m map[string]json.RawMessage, result interface{}) (err error)

UnmarshalInstanceProfileGpuRange unmarshals an instance of InstanceProfileGpuRange from the specified map of raw messages.

func UnmarshalInstanceProfileIdentity

func UnmarshalInstanceProfileIdentity(m map[string]json.RawMessage, result interface{}) (err error)

UnmarshalInstanceProfileIdentity unmarshals an instance of InstanceProfileIdentity from the specified map of raw messages.

func UnmarshalInstanceProfileIdentityByHref

func UnmarshalInstanceProfileIdentityByHref(m map[string]json.RawMessage, result interface{}) (err error)

UnmarshalInstanceProfileIdentityByHref unmarshals an instance of InstanceProfileIdentityByHref from the specified map of raw messages.

func UnmarshalInstanceProfileIdentityByName

func UnmarshalInstanceProfileIdentityByName(m map[string]json.RawMessage, result interface{}) (err error)

UnmarshalInstanceProfileIdentityByName unmarshals an instance of InstanceProfileIdentityByName from the specified map of raw messages.

func UnmarshalInstanceProfileMemory

func UnmarshalInstanceProfileMemory(m map[string]json.RawMessage, result interface{}) (err error)

UnmarshalInstanceProfileMemory unmarshals an instance of InstanceProfileMemory from the specified map of raw messages.

func UnmarshalInstanceProfileMemoryDependent

func UnmarshalInstanceProfileMemoryDependent(m map[string]json.RawMessage, result interface{}) (err error)

UnmarshalInstanceProfileMemoryDependent unmarshals an instance of InstanceProfileMemoryDependent from the specified map of raw messages.

func UnmarshalInstanceProfileMemoryEnum

func UnmarshalInstanceProfileMemoryEnum(m map[string]json.RawMessage, result interface{}) (err error)

UnmarshalInstanceProfileMemoryEnum unmarshals an instance of InstanceProfileMemoryEnum from the specified map of raw messages.

func UnmarshalInstanceProfileMemoryFixed

func UnmarshalInstanceProfileMemoryFixed(m map[string]json.RawMessage, result interface{}) (err error)

UnmarshalInstanceProfileMemoryFixed unmarshals an instance of InstanceProfileMemoryFixed from the specified map of raw messages.

func UnmarshalInstanceProfileMemoryRange

func UnmarshalInstanceProfileMemoryRange(m map[string]json.RawMessage, result interface{}) (err error)

UnmarshalInstanceProfileMemoryRange unmarshals an instance of InstanceProfileMemoryRange from the specified map of raw messages.

func UnmarshalInstanceProfileOsArchitecture

func UnmarshalInstanceProfileOsArchitecture(m map[string]json.RawMessage, result interface{}) (err error)

UnmarshalInstanceProfileOsArchitecture unmarshals an instance of InstanceProfileOsArchitecture from the specified map of raw messages.

func UnmarshalInstanceProfilePortSpeed

func UnmarshalInstanceProfilePortSpeed(m map[string]json.RawMessage, result interface{}) (err error)

UnmarshalInstanceProfilePortSpeed unmarshals an instance of InstanceProfilePortSpeed from the specified map of raw messages.

func UnmarshalInstanceProfilePortSpeedDependent

func UnmarshalInstanceProfilePortSpeedDependent(m map[string]json.RawMessage, result interface{}) (err error)

UnmarshalInstanceProfilePortSpeedDependent unmarshals an instance of InstanceProfilePortSpeedDependent from the specified map of raw messages.

func UnmarshalInstanceProfilePortSpeedFixed

func UnmarshalInstanceProfilePortSpeedFixed(m map[string]json.RawMessage, result interface{}) (err error)

UnmarshalInstanceProfilePortSpeedFixed unmarshals an instance of InstanceProfilePortSpeedFixed from the specified map of raw messages.

func UnmarshalInstanceProfileReference

func UnmarshalInstanceProfileReference(m map[string]json.RawMessage, result interface{}) (err error)

UnmarshalInstanceProfileReference unmarshals an instance of InstanceProfileReference from the specified map of raw messages.

func UnmarshalInstanceProfileVcpu

func UnmarshalInstanceProfileVcpu(m map[string]json.RawMessage, result interface{}) (err error)

UnmarshalInstanceProfileVcpu unmarshals an instance of InstanceProfileVcpu from the specified map of raw messages.

func UnmarshalInstanceProfileVcpuArchitecture

func UnmarshalInstanceProfileVcpuArchitecture(m map[string]json.RawMessage, result interface{}) (err error)

UnmarshalInstanceProfileVcpuArchitecture unmarshals an instance of InstanceProfileVcpuArchitecture from the specified map of raw messages.

func UnmarshalInstanceProfileVcpuDependent

func UnmarshalInstanceProfileVcpuDependent(m map[string]json.RawMessage, result interface{}) (err error)

UnmarshalInstanceProfileVcpuDependent unmarshals an instance of InstanceProfileVcpuDependent from the specified map of raw messages.

func UnmarshalInstanceProfileVcpuEnum

func UnmarshalInstanceProfileVcpuEnum(m map[string]json.RawMessage, result interface{}) (err error)

UnmarshalInstanceProfileVcpuEnum unmarshals an instance of InstanceProfileVcpuEnum from the specified map of raw messages.

func UnmarshalInstanceProfileVcpuFixed

func UnmarshalInstanceProfileVcpuFixed(m map[string]json.RawMessage, result interface{}) (err error)

UnmarshalInstanceProfileVcpuFixed unmarshals an instance of InstanceProfileVcpuFixed from the specified map of raw messages.

func UnmarshalInstanceProfileVcpuRange

func UnmarshalInstanceProfileVcpuRange(m map[string]json.RawMessage, result interface{}) (err error)

UnmarshalInstanceProfileVcpuRange unmarshals an instance of InstanceProfileVcpuRange from the specified map of raw messages.

func UnmarshalInstanceProfileVolumeBandwidth

func UnmarshalInstanceProfileVolumeBandwidth(m map[string]json.RawMessage, result interface{}) (err error)

UnmarshalInstanceProfileVolumeBandwidth unmarshals an instance of InstanceProfileVolumeBandwidth from the specified map of raw messages.

func UnmarshalInstanceProfileVolumeBandwidthDependent

func UnmarshalInstanceProfileVolumeBandwidthDependent(m map[string]json.RawMessage, result interface{}) (err error)

UnmarshalInstanceProfileVolumeBandwidthDependent unmarshals an instance of InstanceProfileVolumeBandwidthDependent from the specified map of raw messages.

func UnmarshalInstanceProfileVolumeBandwidthEnum

func UnmarshalInstanceProfileVolumeBandwidthEnum(m map[string]json.RawMessage, result interface{}) (err error)

UnmarshalInstanceProfileVolumeBandwidthEnum unmarshals an instance of InstanceProfileVolumeBandwidthEnum from the specified map of raw messages.

func UnmarshalInstanceProfileVolumeBandwidthFixed

func UnmarshalInstanceProfileVolumeBandwidthFixed(m map[string]json.RawMessage, result interface{}) (err error)

UnmarshalInstanceProfileVolumeBandwidthFixed unmarshals an instance of InstanceProfileVolumeBandwidthFixed from the specified map of raw messages.

func UnmarshalInstanceProfileVolumeBandwidthRange

func UnmarshalInstanceProfileVolumeBandwidthRange(m map[string]json.RawMessage, result interface{}) (err error)

UnmarshalInstanceProfileVolumeBandwidthRange unmarshals an instance of InstanceProfileVolumeBandwidthRange from the specified map of raw messages.

func UnmarshalInstancePrototype

func UnmarshalInstancePrototype(m map[string]json.RawMessage, result interface{}) (err error)

UnmarshalInstancePrototype unmarshals an instance of InstancePrototype from the specified map of raw messages.

func UnmarshalInstancePrototypeInstanceByImage

func UnmarshalInstancePrototypeInstanceByImage(m map[string]json.RawMessage, result interface{}) (err error)

UnmarshalInstancePrototypeInstanceByImage unmarshals an instance of InstancePrototypeInstanceByImage from the specified map of raw messages.

func UnmarshalInstancePrototypeInstanceBySourceSnapshot

func UnmarshalInstancePrototypeInstanceBySourceSnapshot(m map[string]json.RawMessage, result interface{}) (err error)

UnmarshalInstancePrototypeInstanceBySourceSnapshot unmarshals an instance of InstancePrototypeInstanceBySourceSnapshot from the specified map of raw messages.

func UnmarshalInstancePrototypeInstanceBySourceTemplate

func UnmarshalInstancePrototypeInstanceBySourceTemplate(m map[string]json.RawMessage, result interface{}) (err error)

UnmarshalInstancePrototypeInstanceBySourceTemplate unmarshals an instance of InstancePrototypeInstanceBySourceTemplate from the specified map of raw messages.

func UnmarshalInstanceReference

func UnmarshalInstanceReference(m map[string]json.RawMessage, result interface{}) (err error)

UnmarshalInstanceReference unmarshals an instance of InstanceReference from the specified map of raw messages.

func UnmarshalInstanceReferenceDeleted

func UnmarshalInstanceReferenceDeleted(m map[string]json.RawMessage, result interface{}) (err error)

UnmarshalInstanceReferenceDeleted unmarshals an instance of InstanceReferenceDeleted from the specified map of raw messages.

func UnmarshalInstanceStatusReason

func UnmarshalInstanceStatusReason(m map[string]json.RawMessage, result interface{}) (err error)

UnmarshalInstanceStatusReason unmarshals an instance of InstanceStatusReason from the specified map of raw messages.

func UnmarshalInstanceTemplate

func UnmarshalInstanceTemplate(m map[string]json.RawMessage, result interface{}) (err error)

UnmarshalInstanceTemplate unmarshals an instance of InstanceTemplate from the specified map of raw messages.

func UnmarshalInstanceTemplateCollection

func UnmarshalInstanceTemplateCollection(m map[string]json.RawMessage, result interface{}) (err error)

UnmarshalInstanceTemplateCollection unmarshals an instance of InstanceTemplateCollection from the specified map of raw messages.

func UnmarshalInstanceTemplateCollectionFirst

func UnmarshalInstanceTemplateCollectionFirst(m map[string]json.RawMessage, result interface{}) (err error)

UnmarshalInstanceTemplateCollectionFirst unmarshals an instance of InstanceTemplateCollectionFirst from the specified map of raw messages.

func UnmarshalInstanceTemplateCollectionNext

func UnmarshalInstanceTemplateCollectionNext(m map[string]json.RawMessage, result interface{}) (err error)

UnmarshalInstanceTemplateCollectionNext unmarshals an instance of InstanceTemplateCollectionNext from the specified map of raw messages.

func UnmarshalInstanceTemplateIdentity

func UnmarshalInstanceTemplateIdentity(m map[string]json.RawMessage, result interface{}) (err error)

UnmarshalInstanceTemplateIdentity unmarshals an instance of InstanceTemplateIdentity from the specified map of raw messages.

func UnmarshalInstanceTemplateIdentityByCRN

func UnmarshalInstanceTemplateIdentityByCRN(m map[string]json.RawMessage, result interface{}) (err error)

UnmarshalInstanceTemplateIdentityByCRN unmarshals an instance of InstanceTemplateIdentityByCRN from the specified map of raw messages.

func UnmarshalInstanceTemplateIdentityByHref

func UnmarshalInstanceTemplateIdentityByHref(m map[string]json.RawMessage, result interface{}) (err error)

UnmarshalInstanceTemplateIdentityByHref unmarshals an instance of InstanceTemplateIdentityByHref from the specified map of raw messages.

func UnmarshalInstanceTemplateIdentityByID

func UnmarshalInstanceTemplateIdentityByID(m map[string]json.RawMessage, result interface{}) (err error)

UnmarshalInstanceTemplateIdentityByID unmarshals an instance of InstanceTemplateIdentityByID from the specified map of raw messages.

func UnmarshalInstanceTemplateInstanceByImage

func UnmarshalInstanceTemplateInstanceByImage(m map[string]json.RawMessage, result interface{}) (err error)

UnmarshalInstanceTemplateInstanceByImage unmarshals an instance of InstanceTemplateInstanceByImage from the specified map of raw messages.

func UnmarshalInstanceTemplatePatch

func UnmarshalInstanceTemplatePatch(m map[string]json.RawMessage, result interface{}) (err error)

UnmarshalInstanceTemplatePatch unmarshals an instance of InstanceTemplatePatch from the specified map of raw messages.

func UnmarshalInstanceTemplatePrototype

func UnmarshalInstanceTemplatePrototype(m map[string]json.RawMessage, result interface{}) (err error)

UnmarshalInstanceTemplatePrototype unmarshals an instance of InstanceTemplatePrototype from the specified map of raw messages.

func UnmarshalInstanceTemplatePrototypeInstanceByImage

func UnmarshalInstanceTemplatePrototypeInstanceByImage(m map[string]json.RawMessage, result interface{}) (err error)

UnmarshalInstanceTemplatePrototypeInstanceByImage unmarshals an instance of InstanceTemplatePrototypeInstanceByImage from the specified map of raw messages.

func UnmarshalInstanceTemplatePrototypeInstanceBySourceTemplate

func UnmarshalInstanceTemplatePrototypeInstanceBySourceTemplate(m map[string]json.RawMessage, result interface{}) (err error)

UnmarshalInstanceTemplatePrototypeInstanceBySourceTemplate unmarshals an instance of InstanceTemplatePrototypeInstanceBySourceTemplate from the specified map of raw messages.

func UnmarshalInstanceTemplateReference

func UnmarshalInstanceTemplateReference(m map[string]json.RawMessage, result interface{}) (err error)

UnmarshalInstanceTemplateReference unmarshals an instance of InstanceTemplateReference from the specified map of raw messages.

func UnmarshalInstanceTemplateReferenceDeleted

func UnmarshalInstanceTemplateReferenceDeleted(m map[string]json.RawMessage, result interface{}) (err error)

UnmarshalInstanceTemplateReferenceDeleted unmarshals an instance of InstanceTemplateReferenceDeleted from the specified map of raw messages.

func UnmarshalInstanceVcpu

func UnmarshalInstanceVcpu(m map[string]json.RawMessage, result interface{}) (err error)

UnmarshalInstanceVcpu unmarshals an instance of InstanceVcpu from the specified map of raw messages.

func UnmarshalKey

func UnmarshalKey(m map[string]json.RawMessage, result interface{}) (err error)

UnmarshalKey unmarshals an instance of Key from the specified map of raw messages.

func UnmarshalKeyCollection

func UnmarshalKeyCollection(m map[string]json.RawMessage, result interface{}) (err error)

UnmarshalKeyCollection unmarshals an instance of KeyCollection from the specified map of raw messages.

func UnmarshalKeyCollectionFirst

func UnmarshalKeyCollectionFirst(m map[string]json.RawMessage, result interface{}) (err error)

UnmarshalKeyCollectionFirst unmarshals an instance of KeyCollectionFirst from the specified map of raw messages.

func UnmarshalKeyCollectionNext

func UnmarshalKeyCollectionNext(m map[string]json.RawMessage, result interface{}) (err error)

UnmarshalKeyCollectionNext unmarshals an instance of KeyCollectionNext from the specified map of raw messages.

func UnmarshalKeyIdentity

func UnmarshalKeyIdentity(m map[string]json.RawMessage, result interface{}) (err error)

UnmarshalKeyIdentity unmarshals an instance of KeyIdentity from the specified map of raw messages.

func UnmarshalKeyIdentityByCRN

func UnmarshalKeyIdentityByCRN(m map[string]json.RawMessage, result interface{}) (err error)

UnmarshalKeyIdentityByCRN unmarshals an instance of KeyIdentityByCRN from the specified map of raw messages.

func UnmarshalKeyIdentityByFingerprint

func UnmarshalKeyIdentityByFingerprint(m map[string]json.RawMessage, result interface{}) (err error)

UnmarshalKeyIdentityByFingerprint unmarshals an instance of KeyIdentityByFingerprint from the specified map of raw messages.

func UnmarshalKeyIdentityByHref

func UnmarshalKeyIdentityByHref(m map[string]json.RawMessage, result interface{}) (err error)

UnmarshalKeyIdentityByHref unmarshals an instance of KeyIdentityByHref from the specified map of raw messages.

func UnmarshalKeyIdentityByID

func UnmarshalKeyIdentityByID(m map[string]json.RawMessage, result interface{}) (err error)

UnmarshalKeyIdentityByID unmarshals an instance of KeyIdentityByID from the specified map of raw messages.

func UnmarshalKeyPatch

func UnmarshalKeyPatch(m map[string]json.RawMessage, result interface{}) (err error)

UnmarshalKeyPatch unmarshals an instance of KeyPatch from the specified map of raw messages.

func UnmarshalKeyReference

func UnmarshalKeyReference(m map[string]json.RawMessage, result interface{}) (err error)

UnmarshalKeyReference unmarshals an instance of KeyReference from the specified map of raw messages.

func UnmarshalKeyReferenceDeleted

func UnmarshalKeyReferenceDeleted(m map[string]json.RawMessage, result interface{}) (err error)

UnmarshalKeyReferenceDeleted unmarshals an instance of KeyReferenceDeleted from the specified map of raw messages.

func UnmarshalLegacyCloudObjectStorageBucketIdentity

func UnmarshalLegacyCloudObjectStorageBucketIdentity(m map[string]json.RawMessage, result interface{}) (err error)

UnmarshalLegacyCloudObjectStorageBucketIdentity unmarshals an instance of LegacyCloudObjectStorageBucketIdentity from the specified map of raw messages.

func UnmarshalLegacyCloudObjectStorageBucketIdentityCloudObjectStorageBucketIdentityByName

func UnmarshalLegacyCloudObjectStorageBucketIdentityCloudObjectStorageBucketIdentityByName(m map[string]json.RawMessage, result interface{}) (err error)

UnmarshalLegacyCloudObjectStorageBucketIdentityCloudObjectStorageBucketIdentityByName unmarshals an instance of LegacyCloudObjectStorageBucketIdentityCloudObjectStorageBucketIdentityByName from the specified map of raw messages.

func UnmarshalLegacyCloudObjectStorageBucketReference

func UnmarshalLegacyCloudObjectStorageBucketReference(m map[string]json.RawMessage, result interface{}) (err error)

UnmarshalLegacyCloudObjectStorageBucketReference unmarshals an instance of LegacyCloudObjectStorageBucketReference from the specified map of raw messages.

func UnmarshalLoadBalancer

func UnmarshalLoadBalancer(m map[string]json.RawMessage, result interface{}) (err error)

UnmarshalLoadBalancer unmarshals an instance of LoadBalancer from the specified map of raw messages.

func UnmarshalLoadBalancerCollection

func UnmarshalLoadBalancerCollection(m map[string]json.RawMessage, result interface{}) (err error)

UnmarshalLoadBalancerCollection unmarshals an instance of LoadBalancerCollection from the specified map of raw messages.

func UnmarshalLoadBalancerCollectionFirst

func UnmarshalLoadBalancerCollectionFirst(m map[string]json.RawMessage, result interface{}) (err error)

UnmarshalLoadBalancerCollectionFirst unmarshals an instance of LoadBalancerCollectionFirst from the specified map of raw messages.

func UnmarshalLoadBalancerCollectionNext

func UnmarshalLoadBalancerCollectionNext(m map[string]json.RawMessage, result interface{}) (err error)

UnmarshalLoadBalancerCollectionNext unmarshals an instance of LoadBalancerCollectionNext from the specified map of raw messages.

func UnmarshalLoadBalancerIdentity

func UnmarshalLoadBalancerIdentity(m map[string]json.RawMessage, result interface{}) (err error)

UnmarshalLoadBalancerIdentity unmarshals an instance of LoadBalancerIdentity from the specified map of raw messages.

func UnmarshalLoadBalancerIdentityByCRN

func UnmarshalLoadBalancerIdentityByCRN(m map[string]json.RawMessage, result interface{}) (err error)

UnmarshalLoadBalancerIdentityByCRN unmarshals an instance of LoadBalancerIdentityByCRN from the specified map of raw messages.

func UnmarshalLoadBalancerIdentityByHref

func UnmarshalLoadBalancerIdentityByHref(m map[string]json.RawMessage, result interface{}) (err error)

UnmarshalLoadBalancerIdentityByHref unmarshals an instance of LoadBalancerIdentityByHref from the specified map of raw messages.

func UnmarshalLoadBalancerIdentityByID

func UnmarshalLoadBalancerIdentityByID(m map[string]json.RawMessage, result interface{}) (err error)

UnmarshalLoadBalancerIdentityByID unmarshals an instance of LoadBalancerIdentityByID from the specified map of raw messages.

func UnmarshalLoadBalancerListener

func UnmarshalLoadBalancerListener(m map[string]json.RawMessage, result interface{}) (err error)

UnmarshalLoadBalancerListener unmarshals an instance of LoadBalancerListener from the specified map of raw messages.

func UnmarshalLoadBalancerListenerCollection

func UnmarshalLoadBalancerListenerCollection(m map[string]json.RawMessage, result interface{}) (err error)

UnmarshalLoadBalancerListenerCollection unmarshals an instance of LoadBalancerListenerCollection from the specified map of raw messages.

func UnmarshalLoadBalancerListenerHTTPSRedirect

func UnmarshalLoadBalancerListenerHTTPSRedirect(m map[string]json.RawMessage, result interface{}) (err error)

UnmarshalLoadBalancerListenerHTTPSRedirect unmarshals an instance of LoadBalancerListenerHTTPSRedirect from the specified map of raw messages.

func UnmarshalLoadBalancerListenerHTTPSRedirectPatch

func UnmarshalLoadBalancerListenerHTTPSRedirectPatch(m map[string]json.RawMessage, result interface{}) (err error)

UnmarshalLoadBalancerListenerHTTPSRedirectPatch unmarshals an instance of LoadBalancerListenerHTTPSRedirectPatch from the specified map of raw messages.

func UnmarshalLoadBalancerListenerHTTPSRedirectPrototype

func UnmarshalLoadBalancerListenerHTTPSRedirectPrototype(m map[string]json.RawMessage, result interface{}) (err error)

UnmarshalLoadBalancerListenerHTTPSRedirectPrototype unmarshals an instance of LoadBalancerListenerHTTPSRedirectPrototype from the specified map of raw messages.

func UnmarshalLoadBalancerListenerIdentity

func UnmarshalLoadBalancerListenerIdentity(m map[string]json.RawMessage, result interface{}) (err error)

UnmarshalLoadBalancerListenerIdentity unmarshals an instance of LoadBalancerListenerIdentity from the specified map of raw messages.

func UnmarshalLoadBalancerListenerIdentityByHref

func UnmarshalLoadBalancerListenerIdentityByHref(m map[string]json.RawMessage, result interface{}) (err error)

UnmarshalLoadBalancerListenerIdentityByHref unmarshals an instance of LoadBalancerListenerIdentityByHref from the specified map of raw messages.

func UnmarshalLoadBalancerListenerIdentityByID

func UnmarshalLoadBalancerListenerIdentityByID(m map[string]json.RawMessage, result interface{}) (err error)

UnmarshalLoadBalancerListenerIdentityByID unmarshals an instance of LoadBalancerListenerIdentityByID from the specified map of raw messages.

func UnmarshalLoadBalancerListenerPatch

func UnmarshalLoadBalancerListenerPatch(m map[string]json.RawMessage, result interface{}) (err error)

UnmarshalLoadBalancerListenerPatch unmarshals an instance of LoadBalancerListenerPatch from the specified map of raw messages.

func UnmarshalLoadBalancerListenerPolicy

func UnmarshalLoadBalancerListenerPolicy(m map[string]json.RawMessage, result interface{}) (err error)

UnmarshalLoadBalancerListenerPolicy unmarshals an instance of LoadBalancerListenerPolicy from the specified map of raw messages.

func UnmarshalLoadBalancerListenerPolicyCollection

func UnmarshalLoadBalancerListenerPolicyCollection(m map[string]json.RawMessage, result interface{}) (err error)

UnmarshalLoadBalancerListenerPolicyCollection unmarshals an instance of LoadBalancerListenerPolicyCollection from the specified map of raw messages.

func UnmarshalLoadBalancerListenerPolicyPatch

func UnmarshalLoadBalancerListenerPolicyPatch(m map[string]json.RawMessage, result interface{}) (err error)

UnmarshalLoadBalancerListenerPolicyPatch unmarshals an instance of LoadBalancerListenerPolicyPatch from the specified map of raw messages.

func UnmarshalLoadBalancerListenerPolicyPrototype

func UnmarshalLoadBalancerListenerPolicyPrototype(m map[string]json.RawMessage, result interface{}) (err error)

UnmarshalLoadBalancerListenerPolicyPrototype unmarshals an instance of LoadBalancerListenerPolicyPrototype from the specified map of raw messages.

func UnmarshalLoadBalancerListenerPolicyReference

func UnmarshalLoadBalancerListenerPolicyReference(m map[string]json.RawMessage, result interface{}) (err error)

UnmarshalLoadBalancerListenerPolicyReference unmarshals an instance of LoadBalancerListenerPolicyReference from the specified map of raw messages.

func UnmarshalLoadBalancerListenerPolicyReferenceDeleted

func UnmarshalLoadBalancerListenerPolicyReferenceDeleted(m map[string]json.RawMessage, result interface{}) (err error)

UnmarshalLoadBalancerListenerPolicyReferenceDeleted unmarshals an instance of LoadBalancerListenerPolicyReferenceDeleted from the specified map of raw messages.

func UnmarshalLoadBalancerListenerPolicyRule

func UnmarshalLoadBalancerListenerPolicyRule(m map[string]json.RawMessage, result interface{}) (err error)

UnmarshalLoadBalancerListenerPolicyRule unmarshals an instance of LoadBalancerListenerPolicyRule from the specified map of raw messages.

func UnmarshalLoadBalancerListenerPolicyRuleCollection

func UnmarshalLoadBalancerListenerPolicyRuleCollection(m map[string]json.RawMessage, result interface{}) (err error)

UnmarshalLoadBalancerListenerPolicyRuleCollection unmarshals an instance of LoadBalancerListenerPolicyRuleCollection from the specified map of raw messages.

func UnmarshalLoadBalancerListenerPolicyRulePatch

func UnmarshalLoadBalancerListenerPolicyRulePatch(m map[string]json.RawMessage, result interface{}) (err error)

UnmarshalLoadBalancerListenerPolicyRulePatch unmarshals an instance of LoadBalancerListenerPolicyRulePatch from the specified map of raw messages.

func UnmarshalLoadBalancerListenerPolicyRulePrototype

func UnmarshalLoadBalancerListenerPolicyRulePrototype(m map[string]json.RawMessage, result interface{}) (err error)

UnmarshalLoadBalancerListenerPolicyRulePrototype unmarshals an instance of LoadBalancerListenerPolicyRulePrototype from the specified map of raw messages.

func UnmarshalLoadBalancerListenerPolicyRuleReference

func UnmarshalLoadBalancerListenerPolicyRuleReference(m map[string]json.RawMessage, result interface{}) (err error)

UnmarshalLoadBalancerListenerPolicyRuleReference unmarshals an instance of LoadBalancerListenerPolicyRuleReference from the specified map of raw messages.

func UnmarshalLoadBalancerListenerPolicyRuleReferenceDeleted

func UnmarshalLoadBalancerListenerPolicyRuleReferenceDeleted(m map[string]json.RawMessage, result interface{}) (err error)

UnmarshalLoadBalancerListenerPolicyRuleReferenceDeleted unmarshals an instance of LoadBalancerListenerPolicyRuleReferenceDeleted from the specified map of raw messages.

func UnmarshalLoadBalancerListenerPolicyTarget

func UnmarshalLoadBalancerListenerPolicyTarget(m map[string]json.RawMessage, result interface{}) (err error)

UnmarshalLoadBalancerListenerPolicyTarget unmarshals an instance of LoadBalancerListenerPolicyTarget from the specified map of raw messages.

func UnmarshalLoadBalancerListenerPolicyTargetLoadBalancerListenerHTTPSRedirect

func UnmarshalLoadBalancerListenerPolicyTargetLoadBalancerListenerHTTPSRedirect(m map[string]json.RawMessage, result interface{}) (err error)

UnmarshalLoadBalancerListenerPolicyTargetLoadBalancerListenerHTTPSRedirect unmarshals an instance of LoadBalancerListenerPolicyTargetLoadBalancerListenerHTTPSRedirect from the specified map of raw messages.

func UnmarshalLoadBalancerListenerPolicyTargetLoadBalancerListenerPolicyRedirectURL

func UnmarshalLoadBalancerListenerPolicyTargetLoadBalancerListenerPolicyRedirectURL(m map[string]json.RawMessage, result interface{}) (err error)

UnmarshalLoadBalancerListenerPolicyTargetLoadBalancerListenerPolicyRedirectURL unmarshals an instance of LoadBalancerListenerPolicyTargetLoadBalancerListenerPolicyRedirectURL from the specified map of raw messages.

func UnmarshalLoadBalancerListenerPolicyTargetLoadBalancerPoolReference

func UnmarshalLoadBalancerListenerPolicyTargetLoadBalancerPoolReference(m map[string]json.RawMessage, result interface{}) (err error)

UnmarshalLoadBalancerListenerPolicyTargetLoadBalancerPoolReference unmarshals an instance of LoadBalancerListenerPolicyTargetLoadBalancerPoolReference from the specified map of raw messages.

func UnmarshalLoadBalancerListenerPolicyTargetPatch

func UnmarshalLoadBalancerListenerPolicyTargetPatch(m map[string]json.RawMessage, result interface{}) (err error)

UnmarshalLoadBalancerListenerPolicyTargetPatch unmarshals an instance of LoadBalancerListenerPolicyTargetPatch from the specified map of raw messages.

func UnmarshalLoadBalancerListenerPolicyTargetPatchLoadBalancerListenerHTTPSRedirectPatch

func UnmarshalLoadBalancerListenerPolicyTargetPatchLoadBalancerListenerHTTPSRedirectPatch(m map[string]json.RawMessage, result interface{}) (err error)

UnmarshalLoadBalancerListenerPolicyTargetPatchLoadBalancerListenerHTTPSRedirectPatch unmarshals an instance of LoadBalancerListenerPolicyTargetPatchLoadBalancerListenerHTTPSRedirectPatch from the specified map of raw messages.

func UnmarshalLoadBalancerListenerPolicyTargetPatchLoadBalancerListenerPolicyRedirectURLPatch

func UnmarshalLoadBalancerListenerPolicyTargetPatchLoadBalancerListenerPolicyRedirectURLPatch(m map[string]json.RawMessage, result interface{}) (err error)

UnmarshalLoadBalancerListenerPolicyTargetPatchLoadBalancerListenerPolicyRedirectURLPatch unmarshals an instance of LoadBalancerListenerPolicyTargetPatchLoadBalancerListenerPolicyRedirectURLPatch from the specified map of raw messages.

func UnmarshalLoadBalancerListenerPolicyTargetPatchLoadBalancerPoolIdentity

func UnmarshalLoadBalancerListenerPolicyTargetPatchLoadBalancerPoolIdentity(m map[string]json.RawMessage, result interface{}) (err error)

UnmarshalLoadBalancerListenerPolicyTargetPatchLoadBalancerPoolIdentity unmarshals an instance of LoadBalancerListenerPolicyTargetPatchLoadBalancerPoolIdentity from the specified map of raw messages.

func UnmarshalLoadBalancerListenerPolicyTargetPatchLoadBalancerPoolIdentityLoadBalancerPoolIdentityByHref

func UnmarshalLoadBalancerListenerPolicyTargetPatchLoadBalancerPoolIdentityLoadBalancerPoolIdentityByHref(m map[string]json.RawMessage, result interface{}) (err error)

UnmarshalLoadBalancerListenerPolicyTargetPatchLoadBalancerPoolIdentityLoadBalancerPoolIdentityByHref unmarshals an instance of LoadBalancerListenerPolicyTargetPatchLoadBalancerPoolIdentityLoadBalancerPoolIdentityByHref from the specified map of raw messages.

func UnmarshalLoadBalancerListenerPolicyTargetPatchLoadBalancerPoolIdentityLoadBalancerPoolIdentityByID

func UnmarshalLoadBalancerListenerPolicyTargetPatchLoadBalancerPoolIdentityLoadBalancerPoolIdentityByID(m map[string]json.RawMessage, result interface{}) (err error)

UnmarshalLoadBalancerListenerPolicyTargetPatchLoadBalancerPoolIdentityLoadBalancerPoolIdentityByID unmarshals an instance of LoadBalancerListenerPolicyTargetPatchLoadBalancerPoolIdentityLoadBalancerPoolIdentityByID from the specified map of raw messages.

func UnmarshalLoadBalancerListenerPolicyTargetPrototype

func UnmarshalLoadBalancerListenerPolicyTargetPrototype(m map[string]json.RawMessage, result interface{}) (err error)

UnmarshalLoadBalancerListenerPolicyTargetPrototype unmarshals an instance of LoadBalancerListenerPolicyTargetPrototype from the specified map of raw messages.

func UnmarshalLoadBalancerListenerPolicyTargetPrototypeLoadBalancerListenerHTTPSRedirectPrototype

func UnmarshalLoadBalancerListenerPolicyTargetPrototypeLoadBalancerListenerHTTPSRedirectPrototype(m map[string]json.RawMessage, result interface{}) (err error)

UnmarshalLoadBalancerListenerPolicyTargetPrototypeLoadBalancerListenerHTTPSRedirectPrototype unmarshals an instance of LoadBalancerListenerPolicyTargetPrototypeLoadBalancerListenerHTTPSRedirectPrototype from the specified map of raw messages.

func UnmarshalLoadBalancerListenerPolicyTargetPrototypeLoadBalancerListenerPolicyRedirectURLPrototype

func UnmarshalLoadBalancerListenerPolicyTargetPrototypeLoadBalancerListenerPolicyRedirectURLPrototype(m map[string]json.RawMessage, result interface{}) (err error)

UnmarshalLoadBalancerListenerPolicyTargetPrototypeLoadBalancerListenerPolicyRedirectURLPrototype unmarshals an instance of LoadBalancerListenerPolicyTargetPrototypeLoadBalancerListenerPolicyRedirectURLPrototype from the specified map of raw messages.

func UnmarshalLoadBalancerListenerPolicyTargetPrototypeLoadBalancerPoolIdentity

func UnmarshalLoadBalancerListenerPolicyTargetPrototypeLoadBalancerPoolIdentity(m map[string]json.RawMessage, result interface{}) (err error)

UnmarshalLoadBalancerListenerPolicyTargetPrototypeLoadBalancerPoolIdentity unmarshals an instance of LoadBalancerListenerPolicyTargetPrototypeLoadBalancerPoolIdentity from the specified map of raw messages.

func UnmarshalLoadBalancerListenerPolicyTargetPrototypeLoadBalancerPoolIdentityLoadBalancerPoolIdentityByHref

func UnmarshalLoadBalancerListenerPolicyTargetPrototypeLoadBalancerPoolIdentityLoadBalancerPoolIdentityByHref(m map[string]json.RawMessage, result interface{}) (err error)

UnmarshalLoadBalancerListenerPolicyTargetPrototypeLoadBalancerPoolIdentityLoadBalancerPoolIdentityByHref unmarshals an instance of LoadBalancerListenerPolicyTargetPrototypeLoadBalancerPoolIdentityLoadBalancerPoolIdentityByHref from the specified map of raw messages.

func UnmarshalLoadBalancerListenerPolicyTargetPrototypeLoadBalancerPoolIdentityLoadBalancerPoolIdentityByID

func UnmarshalLoadBalancerListenerPolicyTargetPrototypeLoadBalancerPoolIdentityLoadBalancerPoolIdentityByID(m map[string]json.RawMessage, result interface{}) (err error)

UnmarshalLoadBalancerListenerPolicyTargetPrototypeLoadBalancerPoolIdentityLoadBalancerPoolIdentityByID unmarshals an instance of LoadBalancerListenerPolicyTargetPrototypeLoadBalancerPoolIdentityLoadBalancerPoolIdentityByID from the specified map of raw messages.

func UnmarshalLoadBalancerListenerPrototypeLoadBalancerContext

func UnmarshalLoadBalancerListenerPrototypeLoadBalancerContext(m map[string]json.RawMessage, result interface{}) (err error)

UnmarshalLoadBalancerListenerPrototypeLoadBalancerContext unmarshals an instance of LoadBalancerListenerPrototypeLoadBalancerContext from the specified map of raw messages.

func UnmarshalLoadBalancerListenerReference

func UnmarshalLoadBalancerListenerReference(m map[string]json.RawMessage, result interface{}) (err error)

UnmarshalLoadBalancerListenerReference unmarshals an instance of LoadBalancerListenerReference from the specified map of raw messages.

func UnmarshalLoadBalancerListenerReferenceDeleted

func UnmarshalLoadBalancerListenerReferenceDeleted(m map[string]json.RawMessage, result interface{}) (err error)

UnmarshalLoadBalancerListenerReferenceDeleted unmarshals an instance of LoadBalancerListenerReferenceDeleted from the specified map of raw messages.

func UnmarshalLoadBalancerLogging

func UnmarshalLoadBalancerLogging(m map[string]json.RawMessage, result interface{}) (err error)

UnmarshalLoadBalancerLogging unmarshals an instance of LoadBalancerLogging from the specified map of raw messages.

func UnmarshalLoadBalancerLoggingDatapath

func UnmarshalLoadBalancerLoggingDatapath(m map[string]json.RawMessage, result interface{}) (err error)

UnmarshalLoadBalancerLoggingDatapath unmarshals an instance of LoadBalancerLoggingDatapath from the specified map of raw messages.

func UnmarshalLoadBalancerPatch

func UnmarshalLoadBalancerPatch(m map[string]json.RawMessage, result interface{}) (err error)

UnmarshalLoadBalancerPatch unmarshals an instance of LoadBalancerPatch from the specified map of raw messages.

func UnmarshalLoadBalancerPool

func UnmarshalLoadBalancerPool(m map[string]json.RawMessage, result interface{}) (err error)

UnmarshalLoadBalancerPool unmarshals an instance of LoadBalancerPool from the specified map of raw messages.

func UnmarshalLoadBalancerPoolCollection

func UnmarshalLoadBalancerPoolCollection(m map[string]json.RawMessage, result interface{}) (err error)

UnmarshalLoadBalancerPoolCollection unmarshals an instance of LoadBalancerPoolCollection from the specified map of raw messages.

func UnmarshalLoadBalancerPoolHealthMonitor

func UnmarshalLoadBalancerPoolHealthMonitor(m map[string]json.RawMessage, result interface{}) (err error)

UnmarshalLoadBalancerPoolHealthMonitor unmarshals an instance of LoadBalancerPoolHealthMonitor from the specified map of raw messages.

func UnmarshalLoadBalancerPoolHealthMonitorPatch

func UnmarshalLoadBalancerPoolHealthMonitorPatch(m map[string]json.RawMessage, result interface{}) (err error)

UnmarshalLoadBalancerPoolHealthMonitorPatch unmarshals an instance of LoadBalancerPoolHealthMonitorPatch from the specified map of raw messages.

func UnmarshalLoadBalancerPoolHealthMonitorPrototype

func UnmarshalLoadBalancerPoolHealthMonitorPrototype(m map[string]json.RawMessage, result interface{}) (err error)

UnmarshalLoadBalancerPoolHealthMonitorPrototype unmarshals an instance of LoadBalancerPoolHealthMonitorPrototype from the specified map of raw messages.

func UnmarshalLoadBalancerPoolIdentity

func UnmarshalLoadBalancerPoolIdentity(m map[string]json.RawMessage, result interface{}) (err error)

UnmarshalLoadBalancerPoolIdentity unmarshals an instance of LoadBalancerPoolIdentity from the specified map of raw messages.

func UnmarshalLoadBalancerPoolIdentityByHref

func UnmarshalLoadBalancerPoolIdentityByHref(m map[string]json.RawMessage, result interface{}) (err error)

UnmarshalLoadBalancerPoolIdentityByHref unmarshals an instance of LoadBalancerPoolIdentityByHref from the specified map of raw messages.

func UnmarshalLoadBalancerPoolIdentityByID

func UnmarshalLoadBalancerPoolIdentityByID(m map[string]json.RawMessage, result interface{}) (err error)

UnmarshalLoadBalancerPoolIdentityByID unmarshals an instance of LoadBalancerPoolIdentityByID from the specified map of raw messages.

func UnmarshalLoadBalancerPoolIdentityByName

func UnmarshalLoadBalancerPoolIdentityByName(m map[string]json.RawMessage, result interface{}) (err error)

UnmarshalLoadBalancerPoolIdentityByName unmarshals an instance of LoadBalancerPoolIdentityByName from the specified map of raw messages.

func UnmarshalLoadBalancerPoolMember

func UnmarshalLoadBalancerPoolMember(m map[string]json.RawMessage, result interface{}) (err error)

UnmarshalLoadBalancerPoolMember unmarshals an instance of LoadBalancerPoolMember from the specified map of raw messages.

func UnmarshalLoadBalancerPoolMemberCollection

func UnmarshalLoadBalancerPoolMemberCollection(m map[string]json.RawMessage, result interface{}) (err error)

UnmarshalLoadBalancerPoolMemberCollection unmarshals an instance of LoadBalancerPoolMemberCollection from the specified map of raw messages.

func UnmarshalLoadBalancerPoolMemberPatch

func UnmarshalLoadBalancerPoolMemberPatch(m map[string]json.RawMessage, result interface{}) (err error)

UnmarshalLoadBalancerPoolMemberPatch unmarshals an instance of LoadBalancerPoolMemberPatch from the specified map of raw messages.

func UnmarshalLoadBalancerPoolMemberPrototype

func UnmarshalLoadBalancerPoolMemberPrototype(m map[string]json.RawMessage, result interface{}) (err error)

UnmarshalLoadBalancerPoolMemberPrototype unmarshals an instance of LoadBalancerPoolMemberPrototype from the specified map of raw messages.

func UnmarshalLoadBalancerPoolMemberReference

func UnmarshalLoadBalancerPoolMemberReference(m map[string]json.RawMessage, result interface{}) (err error)

UnmarshalLoadBalancerPoolMemberReference unmarshals an instance of LoadBalancerPoolMemberReference from the specified map of raw messages.

func UnmarshalLoadBalancerPoolMemberReferenceDeleted

func UnmarshalLoadBalancerPoolMemberReferenceDeleted(m map[string]json.RawMessage, result interface{}) (err error)

UnmarshalLoadBalancerPoolMemberReferenceDeleted unmarshals an instance of LoadBalancerPoolMemberReferenceDeleted from the specified map of raw messages.

func UnmarshalLoadBalancerPoolMemberTarget

func UnmarshalLoadBalancerPoolMemberTarget(m map[string]json.RawMessage, result interface{}) (err error)

UnmarshalLoadBalancerPoolMemberTarget unmarshals an instance of LoadBalancerPoolMemberTarget from the specified map of raw messages.

func UnmarshalLoadBalancerPoolMemberTargetIP

func UnmarshalLoadBalancerPoolMemberTargetIP(m map[string]json.RawMessage, result interface{}) (err error)

UnmarshalLoadBalancerPoolMemberTargetIP unmarshals an instance of LoadBalancerPoolMemberTargetIP from the specified map of raw messages.

func UnmarshalLoadBalancerPoolMemberTargetInstanceReference

func UnmarshalLoadBalancerPoolMemberTargetInstanceReference(m map[string]json.RawMessage, result interface{}) (err error)

UnmarshalLoadBalancerPoolMemberTargetInstanceReference unmarshals an instance of LoadBalancerPoolMemberTargetInstanceReference from the specified map of raw messages.

func UnmarshalLoadBalancerPoolMemberTargetPrototype

func UnmarshalLoadBalancerPoolMemberTargetPrototype(m map[string]json.RawMessage, result interface{}) (err error)

UnmarshalLoadBalancerPoolMemberTargetPrototype unmarshals an instance of LoadBalancerPoolMemberTargetPrototype from the specified map of raw messages.

func UnmarshalLoadBalancerPoolMemberTargetPrototypeIP

func UnmarshalLoadBalancerPoolMemberTargetPrototypeIP(m map[string]json.RawMessage, result interface{}) (err error)

UnmarshalLoadBalancerPoolMemberTargetPrototypeIP unmarshals an instance of LoadBalancerPoolMemberTargetPrototypeIP from the specified map of raw messages.

func UnmarshalLoadBalancerPoolMemberTargetPrototypeInstanceIdentity

func UnmarshalLoadBalancerPoolMemberTargetPrototypeInstanceIdentity(m map[string]json.RawMessage, result interface{}) (err error)

UnmarshalLoadBalancerPoolMemberTargetPrototypeInstanceIdentity unmarshals an instance of LoadBalancerPoolMemberTargetPrototypeInstanceIdentity from the specified map of raw messages.

func UnmarshalLoadBalancerPoolMemberTargetPrototypeInstanceIdentityInstanceIdentityByCRN

func UnmarshalLoadBalancerPoolMemberTargetPrototypeInstanceIdentityInstanceIdentityByCRN(m map[string]json.RawMessage, result interface{}) (err error)

UnmarshalLoadBalancerPoolMemberTargetPrototypeInstanceIdentityInstanceIdentityByCRN unmarshals an instance of LoadBalancerPoolMemberTargetPrototypeInstanceIdentityInstanceIdentityByCRN from the specified map of raw messages.

func UnmarshalLoadBalancerPoolMemberTargetPrototypeInstanceIdentityInstanceIdentityByHref

func UnmarshalLoadBalancerPoolMemberTargetPrototypeInstanceIdentityInstanceIdentityByHref(m map[string]json.RawMessage, result interface{}) (err error)

UnmarshalLoadBalancerPoolMemberTargetPrototypeInstanceIdentityInstanceIdentityByHref unmarshals an instance of LoadBalancerPoolMemberTargetPrototypeInstanceIdentityInstanceIdentityByHref from the specified map of raw messages.

func UnmarshalLoadBalancerPoolMemberTargetPrototypeInstanceIdentityInstanceIdentityByID

func UnmarshalLoadBalancerPoolMemberTargetPrototypeInstanceIdentityInstanceIdentityByID(m map[string]json.RawMessage, result interface{}) (err error)

UnmarshalLoadBalancerPoolMemberTargetPrototypeInstanceIdentityInstanceIdentityByID unmarshals an instance of LoadBalancerPoolMemberTargetPrototypeInstanceIdentityInstanceIdentityByID from the specified map of raw messages.

func UnmarshalLoadBalancerPoolPatch

func UnmarshalLoadBalancerPoolPatch(m map[string]json.RawMessage, result interface{}) (err error)

UnmarshalLoadBalancerPoolPatch unmarshals an instance of LoadBalancerPoolPatch from the specified map of raw messages.

func UnmarshalLoadBalancerPoolPrototype

func UnmarshalLoadBalancerPoolPrototype(m map[string]json.RawMessage, result interface{}) (err error)

UnmarshalLoadBalancerPoolPrototype unmarshals an instance of LoadBalancerPoolPrototype from the specified map of raw messages.

func UnmarshalLoadBalancerPoolReference

func UnmarshalLoadBalancerPoolReference(m map[string]json.RawMessage, result interface{}) (err error)

UnmarshalLoadBalancerPoolReference unmarshals an instance of LoadBalancerPoolReference from the specified map of raw messages.

func UnmarshalLoadBalancerPoolReferenceDeleted

func UnmarshalLoadBalancerPoolReferenceDeleted(m map[string]json.RawMessage, result interface{}) (err error)

UnmarshalLoadBalancerPoolReferenceDeleted unmarshals an instance of LoadBalancerPoolReferenceDeleted from the specified map of raw messages.

func UnmarshalLoadBalancerPoolSessionPersistence

func UnmarshalLoadBalancerPoolSessionPersistence(m map[string]json.RawMessage, result interface{}) (err error)

UnmarshalLoadBalancerPoolSessionPersistence unmarshals an instance of LoadBalancerPoolSessionPersistence from the specified map of raw messages.

func UnmarshalLoadBalancerPoolSessionPersistencePatch

func UnmarshalLoadBalancerPoolSessionPersistencePatch(m map[string]json.RawMessage, result interface{}) (err error)

UnmarshalLoadBalancerPoolSessionPersistencePatch unmarshals an instance of LoadBalancerPoolSessionPersistencePatch from the specified map of raw messages.

func UnmarshalLoadBalancerPoolSessionPersistencePrototype

func UnmarshalLoadBalancerPoolSessionPersistencePrototype(m map[string]json.RawMessage, result interface{}) (err error)

UnmarshalLoadBalancerPoolSessionPersistencePrototype unmarshals an instance of LoadBalancerPoolSessionPersistencePrototype from the specified map of raw messages.

func UnmarshalLoadBalancerPrivateIpsItem

func UnmarshalLoadBalancerPrivateIpsItem(m map[string]json.RawMessage, result interface{}) (err error)

UnmarshalLoadBalancerPrivateIpsItem unmarshals an instance of LoadBalancerPrivateIpsItem from the specified map of raw messages.

func UnmarshalLoadBalancerProfile

func UnmarshalLoadBalancerProfile(m map[string]json.RawMessage, result interface{}) (err error)

UnmarshalLoadBalancerProfile unmarshals an instance of LoadBalancerProfile from the specified map of raw messages.

func UnmarshalLoadBalancerProfileCollection

func UnmarshalLoadBalancerProfileCollection(m map[string]json.RawMessage, result interface{}) (err error)

UnmarshalLoadBalancerProfileCollection unmarshals an instance of LoadBalancerProfileCollection from the specified map of raw messages.

func UnmarshalLoadBalancerProfileCollectionFirst

func UnmarshalLoadBalancerProfileCollectionFirst(m map[string]json.RawMessage, result interface{}) (err error)

UnmarshalLoadBalancerProfileCollectionFirst unmarshals an instance of LoadBalancerProfileCollectionFirst from the specified map of raw messages.

func UnmarshalLoadBalancerProfileCollectionNext

func UnmarshalLoadBalancerProfileCollectionNext(m map[string]json.RawMessage, result interface{}) (err error)

UnmarshalLoadBalancerProfileCollectionNext unmarshals an instance of LoadBalancerProfileCollectionNext from the specified map of raw messages.

func UnmarshalLoadBalancerProfileIdentity

func UnmarshalLoadBalancerProfileIdentity(m map[string]json.RawMessage, result interface{}) (err error)

UnmarshalLoadBalancerProfileIdentity unmarshals an instance of LoadBalancerProfileIdentity from the specified map of raw messages.

func UnmarshalLoadBalancerProfileIdentityByHref

func UnmarshalLoadBalancerProfileIdentityByHref(m map[string]json.RawMessage, result interface{}) (err error)

UnmarshalLoadBalancerProfileIdentityByHref unmarshals an instance of LoadBalancerProfileIdentityByHref from the specified map of raw messages.

func UnmarshalLoadBalancerProfileIdentityByName

func UnmarshalLoadBalancerProfileIdentityByName(m map[string]json.RawMessage, result interface{}) (err error)

UnmarshalLoadBalancerProfileIdentityByName unmarshals an instance of LoadBalancerProfileIdentityByName from the specified map of raw messages.

func UnmarshalLoadBalancerProfileLoggingSupported

func UnmarshalLoadBalancerProfileLoggingSupported(m map[string]json.RawMessage, result interface{}) (err error)

UnmarshalLoadBalancerProfileLoggingSupported unmarshals an instance of LoadBalancerProfileLoggingSupported from the specified map of raw messages.

func UnmarshalLoadBalancerProfileReference

func UnmarshalLoadBalancerProfileReference(m map[string]json.RawMessage, result interface{}) (err error)

UnmarshalLoadBalancerProfileReference unmarshals an instance of LoadBalancerProfileReference from the specified map of raw messages.

func UnmarshalLoadBalancerProfileRouteModeSupported

func UnmarshalLoadBalancerProfileRouteModeSupported(m map[string]json.RawMessage, result interface{}) (err error)

UnmarshalLoadBalancerProfileRouteModeSupported unmarshals an instance of LoadBalancerProfileRouteModeSupported from the specified map of raw messages.

func UnmarshalLoadBalancerProfileRouteModeSupportedDependent

func UnmarshalLoadBalancerProfileRouteModeSupportedDependent(m map[string]json.RawMessage, result interface{}) (err error)

UnmarshalLoadBalancerProfileRouteModeSupportedDependent unmarshals an instance of LoadBalancerProfileRouteModeSupportedDependent from the specified map of raw messages.

func UnmarshalLoadBalancerProfileRouteModeSupportedFixed

func UnmarshalLoadBalancerProfileRouteModeSupportedFixed(m map[string]json.RawMessage, result interface{}) (err error)

UnmarshalLoadBalancerProfileRouteModeSupportedFixed unmarshals an instance of LoadBalancerProfileRouteModeSupportedFixed from the specified map of raw messages.

func UnmarshalLoadBalancerProfileSecurityGroupsSupported

func UnmarshalLoadBalancerProfileSecurityGroupsSupported(m map[string]json.RawMessage, result interface{}) (err error)

UnmarshalLoadBalancerProfileSecurityGroupsSupported unmarshals an instance of LoadBalancerProfileSecurityGroupsSupported from the specified map of raw messages.

func UnmarshalLoadBalancerProfileSecurityGroupsSupportedDependent

func UnmarshalLoadBalancerProfileSecurityGroupsSupportedDependent(m map[string]json.RawMessage, result interface{}) (err error)

UnmarshalLoadBalancerProfileSecurityGroupsSupportedDependent unmarshals an instance of LoadBalancerProfileSecurityGroupsSupportedDependent from the specified map of raw messages.

func UnmarshalLoadBalancerProfileSecurityGroupsSupportedFixed

func UnmarshalLoadBalancerProfileSecurityGroupsSupportedFixed(m map[string]json.RawMessage, result interface{}) (err error)

UnmarshalLoadBalancerProfileSecurityGroupsSupportedFixed unmarshals an instance of LoadBalancerProfileSecurityGroupsSupportedFixed from the specified map of raw messages.

func UnmarshalLoadBalancerProfileUDPSupported

func UnmarshalLoadBalancerProfileUDPSupported(m map[string]json.RawMessage, result interface{}) (err error)

UnmarshalLoadBalancerProfileUDPSupported unmarshals an instance of LoadBalancerProfileUDPSupported from the specified map of raw messages.

func UnmarshalLoadBalancerProfileUDPSupportedDependent

func UnmarshalLoadBalancerProfileUDPSupportedDependent(m map[string]json.RawMessage, result interface{}) (err error)

UnmarshalLoadBalancerProfileUDPSupportedDependent unmarshals an instance of LoadBalancerProfileUDPSupportedDependent from the specified map of raw messages.

func UnmarshalLoadBalancerProfileUDPSupportedFixed

func UnmarshalLoadBalancerProfileUDPSupportedFixed(m map[string]json.RawMessage, result interface{}) (err error)

UnmarshalLoadBalancerProfileUDPSupportedFixed unmarshals an instance of LoadBalancerProfileUDPSupportedFixed from the specified map of raw messages.

func UnmarshalLoadBalancerReferenceDeleted

func UnmarshalLoadBalancerReferenceDeleted(m map[string]json.RawMessage, result interface{}) (err error)

UnmarshalLoadBalancerReferenceDeleted unmarshals an instance of LoadBalancerReferenceDeleted from the specified map of raw messages.

func UnmarshalLoadBalancerStatistics

func UnmarshalLoadBalancerStatistics(m map[string]json.RawMessage, result interface{}) (err error)

UnmarshalLoadBalancerStatistics unmarshals an instance of LoadBalancerStatistics from the specified map of raw messages.

func UnmarshalNetworkACL

func UnmarshalNetworkACL(m map[string]json.RawMessage, result interface{}) (err error)

UnmarshalNetworkACL unmarshals an instance of NetworkACL from the specified map of raw messages.

func UnmarshalNetworkACLCollection

func UnmarshalNetworkACLCollection(m map[string]json.RawMessage, result interface{}) (err error)

UnmarshalNetworkACLCollection unmarshals an instance of NetworkACLCollection from the specified map of raw messages.

func UnmarshalNetworkACLCollectionFirst

func UnmarshalNetworkACLCollectionFirst(m map[string]json.RawMessage, result interface{}) (err error)

UnmarshalNetworkACLCollectionFirst unmarshals an instance of NetworkACLCollectionFirst from the specified map of raw messages.

func UnmarshalNetworkACLCollectionNext

func UnmarshalNetworkACLCollectionNext(m map[string]json.RawMessage, result interface{}) (err error)

UnmarshalNetworkACLCollectionNext unmarshals an instance of NetworkACLCollectionNext from the specified map of raw messages.

func UnmarshalNetworkACLIdentity

func UnmarshalNetworkACLIdentity(m map[string]json.RawMessage, result interface{}) (err error)

UnmarshalNetworkACLIdentity unmarshals an instance of NetworkACLIdentity from the specified map of raw messages.

func UnmarshalNetworkACLIdentityByCRN

func UnmarshalNetworkACLIdentityByCRN(m map[string]json.RawMessage, result interface{}) (err error)

UnmarshalNetworkACLIdentityByCRN unmarshals an instance of NetworkACLIdentityByCRN from the specified map of raw messages.

func UnmarshalNetworkACLIdentityByHref

func UnmarshalNetworkACLIdentityByHref(m map[string]json.RawMessage, result interface{}) (err error)

UnmarshalNetworkACLIdentityByHref unmarshals an instance of NetworkACLIdentityByHref from the specified map of raw messages.

func UnmarshalNetworkACLIdentityByID

func UnmarshalNetworkACLIdentityByID(m map[string]json.RawMessage, result interface{}) (err error)

UnmarshalNetworkACLIdentityByID unmarshals an instance of NetworkACLIdentityByID from the specified map of raw messages.

func UnmarshalNetworkACLPatch

func UnmarshalNetworkACLPatch(m map[string]json.RawMessage, result interface{}) (err error)

UnmarshalNetworkACLPatch unmarshals an instance of NetworkACLPatch from the specified map of raw messages.

func UnmarshalNetworkACLPrototype

func UnmarshalNetworkACLPrototype(m map[string]json.RawMessage, result interface{}) (err error)

UnmarshalNetworkACLPrototype unmarshals an instance of NetworkACLPrototype from the specified map of raw messages.

func UnmarshalNetworkACLPrototypeNetworkACLByRules

func UnmarshalNetworkACLPrototypeNetworkACLByRules(m map[string]json.RawMessage, result interface{}) (err error)

UnmarshalNetworkACLPrototypeNetworkACLByRules unmarshals an instance of NetworkACLPrototypeNetworkACLByRules from the specified map of raw messages.

func UnmarshalNetworkACLPrototypeNetworkACLBySourceNetworkACL

func UnmarshalNetworkACLPrototypeNetworkACLBySourceNetworkACL(m map[string]json.RawMessage, result interface{}) (err error)

UnmarshalNetworkACLPrototypeNetworkACLBySourceNetworkACL unmarshals an instance of NetworkACLPrototypeNetworkACLBySourceNetworkACL from the specified map of raw messages.

func UnmarshalNetworkACLReference

func UnmarshalNetworkACLReference(m map[string]json.RawMessage, result interface{}) (err error)

UnmarshalNetworkACLReference unmarshals an instance of NetworkACLReference from the specified map of raw messages.

func UnmarshalNetworkACLReferenceDeleted

func UnmarshalNetworkACLReferenceDeleted(m map[string]json.RawMessage, result interface{}) (err error)

UnmarshalNetworkACLReferenceDeleted unmarshals an instance of NetworkACLReferenceDeleted from the specified map of raw messages.

func UnmarshalNetworkACLRule

func UnmarshalNetworkACLRule(m map[string]json.RawMessage, result interface{}) (err error)

UnmarshalNetworkACLRule unmarshals an instance of NetworkACLRule from the specified map of raw messages.

func UnmarshalNetworkACLRuleBeforePatch

func UnmarshalNetworkACLRuleBeforePatch(m map[string]json.RawMessage, result interface{}) (err error)

UnmarshalNetworkACLRuleBeforePatch unmarshals an instance of NetworkACLRuleBeforePatch from the specified map of raw messages.

func UnmarshalNetworkACLRuleBeforePatchNetworkACLRuleIdentityByHref

func UnmarshalNetworkACLRuleBeforePatchNetworkACLRuleIdentityByHref(m map[string]json.RawMessage, result interface{}) (err error)

UnmarshalNetworkACLRuleBeforePatchNetworkACLRuleIdentityByHref unmarshals an instance of NetworkACLRuleBeforePatchNetworkACLRuleIdentityByHref from the specified map of raw messages.

func UnmarshalNetworkACLRuleBeforePatchNetworkACLRuleIdentityByID

func UnmarshalNetworkACLRuleBeforePatchNetworkACLRuleIdentityByID(m map[string]json.RawMessage, result interface{}) (err error)

UnmarshalNetworkACLRuleBeforePatchNetworkACLRuleIdentityByID unmarshals an instance of NetworkACLRuleBeforePatchNetworkACLRuleIdentityByID from the specified map of raw messages.

func UnmarshalNetworkACLRuleBeforePrototype

func UnmarshalNetworkACLRuleBeforePrototype(m map[string]json.RawMessage, result interface{}) (err error)

UnmarshalNetworkACLRuleBeforePrototype unmarshals an instance of NetworkACLRuleBeforePrototype from the specified map of raw messages.

func UnmarshalNetworkACLRuleBeforePrototypeNetworkACLRuleIdentityByHref

func UnmarshalNetworkACLRuleBeforePrototypeNetworkACLRuleIdentityByHref(m map[string]json.RawMessage, result interface{}) (err error)

UnmarshalNetworkACLRuleBeforePrototypeNetworkACLRuleIdentityByHref unmarshals an instance of NetworkACLRuleBeforePrototypeNetworkACLRuleIdentityByHref from the specified map of raw messages.

func UnmarshalNetworkACLRuleBeforePrototypeNetworkACLRuleIdentityByID

func UnmarshalNetworkACLRuleBeforePrototypeNetworkACLRuleIdentityByID(m map[string]json.RawMessage, result interface{}) (err error)

UnmarshalNetworkACLRuleBeforePrototypeNetworkACLRuleIdentityByID unmarshals an instance of NetworkACLRuleBeforePrototypeNetworkACLRuleIdentityByID from the specified map of raw messages.

func UnmarshalNetworkACLRuleCollection

func UnmarshalNetworkACLRuleCollection(m map[string]json.RawMessage, result interface{}) (err error)

UnmarshalNetworkACLRuleCollection unmarshals an instance of NetworkACLRuleCollection from the specified map of raw messages.

func UnmarshalNetworkACLRuleCollectionFirst

func UnmarshalNetworkACLRuleCollectionFirst(m map[string]json.RawMessage, result interface{}) (err error)

UnmarshalNetworkACLRuleCollectionFirst unmarshals an instance of NetworkACLRuleCollectionFirst from the specified map of raw messages.

func UnmarshalNetworkACLRuleCollectionNext

func UnmarshalNetworkACLRuleCollectionNext(m map[string]json.RawMessage, result interface{}) (err error)

UnmarshalNetworkACLRuleCollectionNext unmarshals an instance of NetworkACLRuleCollectionNext from the specified map of raw messages.

func UnmarshalNetworkACLRuleItem

func UnmarshalNetworkACLRuleItem(m map[string]json.RawMessage, result interface{}) (err error)

UnmarshalNetworkACLRuleItem unmarshals an instance of NetworkACLRuleItem from the specified map of raw messages.

func UnmarshalNetworkACLRuleItemNetworkACLRuleProtocolAll

func UnmarshalNetworkACLRuleItemNetworkACLRuleProtocolAll(m map[string]json.RawMessage, result interface{}) (err error)

UnmarshalNetworkACLRuleItemNetworkACLRuleProtocolAll unmarshals an instance of NetworkACLRuleItemNetworkACLRuleProtocolAll from the specified map of raw messages.

func UnmarshalNetworkACLRuleItemNetworkACLRuleProtocolIcmp

func UnmarshalNetworkACLRuleItemNetworkACLRuleProtocolIcmp(m map[string]json.RawMessage, result interface{}) (err error)

UnmarshalNetworkACLRuleItemNetworkACLRuleProtocolIcmp unmarshals an instance of NetworkACLRuleItemNetworkACLRuleProtocolIcmp from the specified map of raw messages.

func UnmarshalNetworkACLRuleItemNetworkACLRuleProtocolTcpudp

func UnmarshalNetworkACLRuleItemNetworkACLRuleProtocolTcpudp(m map[string]json.RawMessage, result interface{}) (err error)

UnmarshalNetworkACLRuleItemNetworkACLRuleProtocolTcpudp unmarshals an instance of NetworkACLRuleItemNetworkACLRuleProtocolTcpudp from the specified map of raw messages.

func UnmarshalNetworkACLRuleNetworkACLRuleProtocolAll

func UnmarshalNetworkACLRuleNetworkACLRuleProtocolAll(m map[string]json.RawMessage, result interface{}) (err error)

UnmarshalNetworkACLRuleNetworkACLRuleProtocolAll unmarshals an instance of NetworkACLRuleNetworkACLRuleProtocolAll from the specified map of raw messages.

func UnmarshalNetworkACLRuleNetworkACLRuleProtocolIcmp

func UnmarshalNetworkACLRuleNetworkACLRuleProtocolIcmp(m map[string]json.RawMessage, result interface{}) (err error)

UnmarshalNetworkACLRuleNetworkACLRuleProtocolIcmp unmarshals an instance of NetworkACLRuleNetworkACLRuleProtocolIcmp from the specified map of raw messages.

func UnmarshalNetworkACLRuleNetworkACLRuleProtocolTcpudp

func UnmarshalNetworkACLRuleNetworkACLRuleProtocolTcpudp(m map[string]json.RawMessage, result interface{}) (err error)

UnmarshalNetworkACLRuleNetworkACLRuleProtocolTcpudp unmarshals an instance of NetworkACLRuleNetworkACLRuleProtocolTcpudp from the specified map of raw messages.

func UnmarshalNetworkACLRulePatch

func UnmarshalNetworkACLRulePatch(m map[string]json.RawMessage, result interface{}) (err error)

UnmarshalNetworkACLRulePatch unmarshals an instance of NetworkACLRulePatch from the specified map of raw messages.

func UnmarshalNetworkACLRulePrototype

func UnmarshalNetworkACLRulePrototype(m map[string]json.RawMessage, result interface{}) (err error)

UnmarshalNetworkACLRulePrototype unmarshals an instance of NetworkACLRulePrototype from the specified map of raw messages.

func UnmarshalNetworkACLRulePrototypeNetworkACLContext

func UnmarshalNetworkACLRulePrototypeNetworkACLContext(m map[string]json.RawMessage, result interface{}) (err error)

UnmarshalNetworkACLRulePrototypeNetworkACLContext unmarshals an instance of NetworkACLRulePrototypeNetworkACLContext from the specified map of raw messages.

func UnmarshalNetworkACLRulePrototypeNetworkACLContextNetworkACLRuleProtocolAll

func UnmarshalNetworkACLRulePrototypeNetworkACLContextNetworkACLRuleProtocolAll(m map[string]json.RawMessage, result interface{}) (err error)

UnmarshalNetworkACLRulePrototypeNetworkACLContextNetworkACLRuleProtocolAll unmarshals an instance of NetworkACLRulePrototypeNetworkACLContextNetworkACLRuleProtocolAll from the specified map of raw messages.

func UnmarshalNetworkACLRulePrototypeNetworkACLContextNetworkACLRuleProtocolIcmp

func UnmarshalNetworkACLRulePrototypeNetworkACLContextNetworkACLRuleProtocolIcmp(m map[string]json.RawMessage, result interface{}) (err error)

UnmarshalNetworkACLRulePrototypeNetworkACLContextNetworkACLRuleProtocolIcmp unmarshals an instance of NetworkACLRulePrototypeNetworkACLContextNetworkACLRuleProtocolIcmp from the specified map of raw messages.

func UnmarshalNetworkACLRulePrototypeNetworkACLContextNetworkACLRuleProtocolTcpudp

func UnmarshalNetworkACLRulePrototypeNetworkACLContextNetworkACLRuleProtocolTcpudp(m map[string]json.RawMessage, result interface{}) (err error)

UnmarshalNetworkACLRulePrototypeNetworkACLContextNetworkACLRuleProtocolTcpudp unmarshals an instance of NetworkACLRulePrototypeNetworkACLContextNetworkACLRuleProtocolTcpudp from the specified map of raw messages.

func UnmarshalNetworkACLRulePrototypeNetworkACLRuleProtocolAll

func UnmarshalNetworkACLRulePrototypeNetworkACLRuleProtocolAll(m map[string]json.RawMessage, result interface{}) (err error)

UnmarshalNetworkACLRulePrototypeNetworkACLRuleProtocolAll unmarshals an instance of NetworkACLRulePrototypeNetworkACLRuleProtocolAll from the specified map of raw messages.

func UnmarshalNetworkACLRulePrototypeNetworkACLRuleProtocolIcmp

func UnmarshalNetworkACLRulePrototypeNetworkACLRuleProtocolIcmp(m map[string]json.RawMessage, result interface{}) (err error)

UnmarshalNetworkACLRulePrototypeNetworkACLRuleProtocolIcmp unmarshals an instance of NetworkACLRulePrototypeNetworkACLRuleProtocolIcmp from the specified map of raw messages.

func UnmarshalNetworkACLRulePrototypeNetworkACLRuleProtocolTcpudp

func UnmarshalNetworkACLRulePrototypeNetworkACLRuleProtocolTcpudp(m map[string]json.RawMessage, result interface{}) (err error)

UnmarshalNetworkACLRulePrototypeNetworkACLRuleProtocolTcpudp unmarshals an instance of NetworkACLRulePrototypeNetworkACLRuleProtocolTcpudp from the specified map of raw messages.

func UnmarshalNetworkACLRuleReference

func UnmarshalNetworkACLRuleReference(m map[string]json.RawMessage, result interface{}) (err error)

UnmarshalNetworkACLRuleReference unmarshals an instance of NetworkACLRuleReference from the specified map of raw messages.

func UnmarshalNetworkACLRuleReferenceDeleted

func UnmarshalNetworkACLRuleReferenceDeleted(m map[string]json.RawMessage, result interface{}) (err error)

UnmarshalNetworkACLRuleReferenceDeleted unmarshals an instance of NetworkACLRuleReferenceDeleted from the specified map of raw messages.

func UnmarshalNetworkInterface

func UnmarshalNetworkInterface(m map[string]json.RawMessage, result interface{}) (err error)

UnmarshalNetworkInterface unmarshals an instance of NetworkInterface from the specified map of raw messages.

func UnmarshalNetworkInterfaceBareMetalServerContextReference

func UnmarshalNetworkInterfaceBareMetalServerContextReference(m map[string]json.RawMessage, result interface{}) (err error)

UnmarshalNetworkInterfaceBareMetalServerContextReference unmarshals an instance of NetworkInterfaceBareMetalServerContextReference from the specified map of raw messages.

func UnmarshalNetworkInterfaceBareMetalServerContextReferenceDeleted

func UnmarshalNetworkInterfaceBareMetalServerContextReferenceDeleted(m map[string]json.RawMessage, result interface{}) (err error)

UnmarshalNetworkInterfaceBareMetalServerContextReferenceDeleted unmarshals an instance of NetworkInterfaceBareMetalServerContextReferenceDeleted from the specified map of raw messages.

func UnmarshalNetworkInterfaceIPPrototype

func UnmarshalNetworkInterfaceIPPrototype(m map[string]json.RawMessage, result interface{}) (err error)

UnmarshalNetworkInterfaceIPPrototype unmarshals an instance of NetworkInterfaceIPPrototype from the specified map of raw messages.

func UnmarshalNetworkInterfaceIPPrototypeReservedIPIdentity

func UnmarshalNetworkInterfaceIPPrototypeReservedIPIdentity(m map[string]json.RawMessage, result interface{}) (err error)

UnmarshalNetworkInterfaceIPPrototypeReservedIPIdentity unmarshals an instance of NetworkInterfaceIPPrototypeReservedIPIdentity from the specified map of raw messages.

func UnmarshalNetworkInterfaceIPPrototypeReservedIPIdentityReservedIPIdentityByHref

func UnmarshalNetworkInterfaceIPPrototypeReservedIPIdentityReservedIPIdentityByHref(m map[string]json.RawMessage, result interface{}) (err error)

UnmarshalNetworkInterfaceIPPrototypeReservedIPIdentityReservedIPIdentityByHref unmarshals an instance of NetworkInterfaceIPPrototypeReservedIPIdentityReservedIPIdentityByHref from the specified map of raw messages.

func UnmarshalNetworkInterfaceIPPrototypeReservedIPIdentityReservedIPIdentityByID

func UnmarshalNetworkInterfaceIPPrototypeReservedIPIdentityReservedIPIdentityByID(m map[string]json.RawMessage, result interface{}) (err error)

UnmarshalNetworkInterfaceIPPrototypeReservedIPIdentityReservedIPIdentityByID unmarshals an instance of NetworkInterfaceIPPrototypeReservedIPIdentityReservedIPIdentityByID from the specified map of raw messages.

func UnmarshalNetworkInterfaceIPPrototypeReservedIPPrototypeNetworkInterfaceContext

func UnmarshalNetworkInterfaceIPPrototypeReservedIPPrototypeNetworkInterfaceContext(m map[string]json.RawMessage, result interface{}) (err error)

UnmarshalNetworkInterfaceIPPrototypeReservedIPPrototypeNetworkInterfaceContext unmarshals an instance of NetworkInterfaceIPPrototypeReservedIPPrototypeNetworkInterfaceContext from the specified map of raw messages.

func UnmarshalNetworkInterfaceInstanceContextReference

func UnmarshalNetworkInterfaceInstanceContextReference(m map[string]json.RawMessage, result interface{}) (err error)

UnmarshalNetworkInterfaceInstanceContextReference unmarshals an instance of NetworkInterfaceInstanceContextReference from the specified map of raw messages.

func UnmarshalNetworkInterfaceInstanceContextReferenceDeleted

func UnmarshalNetworkInterfaceInstanceContextReferenceDeleted(m map[string]json.RawMessage, result interface{}) (err error)

UnmarshalNetworkInterfaceInstanceContextReferenceDeleted unmarshals an instance of NetworkInterfaceInstanceContextReferenceDeleted from the specified map of raw messages.

func UnmarshalNetworkInterfacePatch

func UnmarshalNetworkInterfacePatch(m map[string]json.RawMessage, result interface{}) (err error)

UnmarshalNetworkInterfacePatch unmarshals an instance of NetworkInterfacePatch from the specified map of raw messages.

func UnmarshalNetworkInterfacePrototype

func UnmarshalNetworkInterfacePrototype(m map[string]json.RawMessage, result interface{}) (err error)

UnmarshalNetworkInterfacePrototype unmarshals an instance of NetworkInterfacePrototype from the specified map of raw messages.

func UnmarshalNetworkInterfaceReferenceDeleted

func UnmarshalNetworkInterfaceReferenceDeleted(m map[string]json.RawMessage, result interface{}) (err error)

UnmarshalNetworkInterfaceReferenceDeleted unmarshals an instance of NetworkInterfaceReferenceDeleted from the specified map of raw messages.

func UnmarshalNetworkInterfaceReferenceTargetContextDeleted

func UnmarshalNetworkInterfaceReferenceTargetContextDeleted(m map[string]json.RawMessage, result interface{}) (err error)

UnmarshalNetworkInterfaceReferenceTargetContextDeleted unmarshals an instance of NetworkInterfaceReferenceTargetContextDeleted from the specified map of raw messages.

func UnmarshalNetworkInterfaceUnpaginatedCollection

func UnmarshalNetworkInterfaceUnpaginatedCollection(m map[string]json.RawMessage, result interface{}) (err error)

UnmarshalNetworkInterfaceUnpaginatedCollection unmarshals an instance of NetworkInterfaceUnpaginatedCollection from the specified map of raw messages.

func UnmarshalOperatingSystem

func UnmarshalOperatingSystem(m map[string]json.RawMessage, result interface{}) (err error)

UnmarshalOperatingSystem unmarshals an instance of OperatingSystem from the specified map of raw messages.

func UnmarshalOperatingSystemCollection

func UnmarshalOperatingSystemCollection(m map[string]json.RawMessage, result interface{}) (err error)

UnmarshalOperatingSystemCollection unmarshals an instance of OperatingSystemCollection from the specified map of raw messages.

func UnmarshalOperatingSystemCollectionFirst

func UnmarshalOperatingSystemCollectionFirst(m map[string]json.RawMessage, result interface{}) (err error)

UnmarshalOperatingSystemCollectionFirst unmarshals an instance of OperatingSystemCollectionFirst from the specified map of raw messages.

func UnmarshalOperatingSystemCollectionNext

func UnmarshalOperatingSystemCollectionNext(m map[string]json.RawMessage, result interface{}) (err error)

UnmarshalOperatingSystemCollectionNext unmarshals an instance of OperatingSystemCollectionNext from the specified map of raw messages.

func UnmarshalOperatingSystemIdentity

func UnmarshalOperatingSystemIdentity(m map[string]json.RawMessage, result interface{}) (err error)

UnmarshalOperatingSystemIdentity unmarshals an instance of OperatingSystemIdentity from the specified map of raw messages.

func UnmarshalOperatingSystemIdentityByHref

func UnmarshalOperatingSystemIdentityByHref(m map[string]json.RawMessage, result interface{}) (err error)

UnmarshalOperatingSystemIdentityByHref unmarshals an instance of OperatingSystemIdentityByHref from the specified map of raw messages.

func UnmarshalOperatingSystemIdentityByName

func UnmarshalOperatingSystemIdentityByName(m map[string]json.RawMessage, result interface{}) (err error)

UnmarshalOperatingSystemIdentityByName unmarshals an instance of OperatingSystemIdentityByName from the specified map of raw messages.

func UnmarshalOperatingSystemReference

func UnmarshalOperatingSystemReference(m map[string]json.RawMessage, result interface{}) (err error)

UnmarshalOperatingSystemReference unmarshals an instance of OperatingSystemReference from the specified map of raw messages.

func UnmarshalPlacementGroup

func UnmarshalPlacementGroup(m map[string]json.RawMessage, result interface{}) (err error)

UnmarshalPlacementGroup unmarshals an instance of PlacementGroup from the specified map of raw messages.

func UnmarshalPlacementGroupCollection

func UnmarshalPlacementGroupCollection(m map[string]json.RawMessage, result interface{}) (err error)

UnmarshalPlacementGroupCollection unmarshals an instance of PlacementGroupCollection from the specified map of raw messages.

func UnmarshalPlacementGroupCollectionFirst

func UnmarshalPlacementGroupCollectionFirst(m map[string]json.RawMessage, result interface{}) (err error)

UnmarshalPlacementGroupCollectionFirst unmarshals an instance of PlacementGroupCollectionFirst from the specified map of raw messages.

func UnmarshalPlacementGroupCollectionNext

func UnmarshalPlacementGroupCollectionNext(m map[string]json.RawMessage, result interface{}) (err error)

UnmarshalPlacementGroupCollectionNext unmarshals an instance of PlacementGroupCollectionNext from the specified map of raw messages.

func UnmarshalPlacementGroupPatch

func UnmarshalPlacementGroupPatch(m map[string]json.RawMessage, result interface{}) (err error)

UnmarshalPlacementGroupPatch unmarshals an instance of PlacementGroupPatch from the specified map of raw messages.

func UnmarshalPlacementGroupReferenceDeleted

func UnmarshalPlacementGroupReferenceDeleted(m map[string]json.RawMessage, result interface{}) (err error)

UnmarshalPlacementGroupReferenceDeleted unmarshals an instance of PlacementGroupReferenceDeleted from the specified map of raw messages.

func UnmarshalPublicGateway

func UnmarshalPublicGateway(m map[string]json.RawMessage, result interface{}) (err error)

UnmarshalPublicGateway unmarshals an instance of PublicGateway from the specified map of raw messages.

func UnmarshalPublicGatewayCollection

func UnmarshalPublicGatewayCollection(m map[string]json.RawMessage, result interface{}) (err error)

UnmarshalPublicGatewayCollection unmarshals an instance of PublicGatewayCollection from the specified map of raw messages.

func UnmarshalPublicGatewayCollectionFirst

func UnmarshalPublicGatewayCollectionFirst(m map[string]json.RawMessage, result interface{}) (err error)

UnmarshalPublicGatewayCollectionFirst unmarshals an instance of PublicGatewayCollectionFirst from the specified map of raw messages.

func UnmarshalPublicGatewayCollectionNext

func UnmarshalPublicGatewayCollectionNext(m map[string]json.RawMessage, result interface{}) (err error)

UnmarshalPublicGatewayCollectionNext unmarshals an instance of PublicGatewayCollectionNext from the specified map of raw messages.

func UnmarshalPublicGatewayFloatingIP

func UnmarshalPublicGatewayFloatingIP(m map[string]json.RawMessage, result interface{}) (err error)

UnmarshalPublicGatewayFloatingIP unmarshals an instance of PublicGatewayFloatingIP from the specified map of raw messages.

func UnmarshalPublicGatewayFloatingIPPrototype

func UnmarshalPublicGatewayFloatingIPPrototype(m map[string]json.RawMessage, result interface{}) (err error)

UnmarshalPublicGatewayFloatingIPPrototype unmarshals an instance of PublicGatewayFloatingIPPrototype from the specified map of raw messages.

func UnmarshalPublicGatewayFloatingIPPrototypeFloatingIPIdentity

func UnmarshalPublicGatewayFloatingIPPrototypeFloatingIPIdentity(m map[string]json.RawMessage, result interface{}) (err error)

UnmarshalPublicGatewayFloatingIPPrototypeFloatingIPIdentity unmarshals an instance of PublicGatewayFloatingIPPrototypeFloatingIPIdentity from the specified map of raw messages.

func UnmarshalPublicGatewayFloatingIPPrototypeFloatingIPIdentityFloatingIPIdentityByAddress

func UnmarshalPublicGatewayFloatingIPPrototypeFloatingIPIdentityFloatingIPIdentityByAddress(m map[string]json.RawMessage, result interface{}) (err error)

UnmarshalPublicGatewayFloatingIPPrototypeFloatingIPIdentityFloatingIPIdentityByAddress unmarshals an instance of PublicGatewayFloatingIPPrototypeFloatingIPIdentityFloatingIPIdentityByAddress from the specified map of raw messages.

func UnmarshalPublicGatewayFloatingIPPrototypeFloatingIPIdentityFloatingIPIdentityByCRN

func UnmarshalPublicGatewayFloatingIPPrototypeFloatingIPIdentityFloatingIPIdentityByCRN(m map[string]json.RawMessage, result interface{}) (err error)

UnmarshalPublicGatewayFloatingIPPrototypeFloatingIPIdentityFloatingIPIdentityByCRN unmarshals an instance of PublicGatewayFloatingIPPrototypeFloatingIPIdentityFloatingIPIdentityByCRN from the specified map of raw messages.

func UnmarshalPublicGatewayFloatingIPPrototypeFloatingIPIdentityFloatingIPIdentityByHref

func UnmarshalPublicGatewayFloatingIPPrototypeFloatingIPIdentityFloatingIPIdentityByHref(m map[string]json.RawMessage, result interface{}) (err error)

UnmarshalPublicGatewayFloatingIPPrototypeFloatingIPIdentityFloatingIPIdentityByHref unmarshals an instance of PublicGatewayFloatingIPPrototypeFloatingIPIdentityFloatingIPIdentityByHref from the specified map of raw messages.

func UnmarshalPublicGatewayFloatingIPPrototypeFloatingIPIdentityFloatingIPIdentityByID

func UnmarshalPublicGatewayFloatingIPPrototypeFloatingIPIdentityFloatingIPIdentityByID(m map[string]json.RawMessage, result interface{}) (err error)

UnmarshalPublicGatewayFloatingIPPrototypeFloatingIPIdentityFloatingIPIdentityByID unmarshals an instance of PublicGatewayFloatingIPPrototypeFloatingIPIdentityFloatingIPIdentityByID from the specified map of raw messages.

func UnmarshalPublicGatewayFloatingIPPrototypeFloatingIPPrototypeTargetContext

func UnmarshalPublicGatewayFloatingIPPrototypeFloatingIPPrototypeTargetContext(m map[string]json.RawMessage, result interface{}) (err error)

UnmarshalPublicGatewayFloatingIPPrototypeFloatingIPPrototypeTargetContext unmarshals an instance of PublicGatewayFloatingIPPrototypeFloatingIPPrototypeTargetContext from the specified map of raw messages.

func UnmarshalPublicGatewayIdentity

func UnmarshalPublicGatewayIdentity(m map[string]json.RawMessage, result interface{}) (err error)

UnmarshalPublicGatewayIdentity unmarshals an instance of PublicGatewayIdentity from the specified map of raw messages.

func UnmarshalPublicGatewayIdentityPublicGatewayIdentityByCRN

func UnmarshalPublicGatewayIdentityPublicGatewayIdentityByCRN(m map[string]json.RawMessage, result interface{}) (err error)

UnmarshalPublicGatewayIdentityPublicGatewayIdentityByCRN unmarshals an instance of PublicGatewayIdentityPublicGatewayIdentityByCRN from the specified map of raw messages.

func UnmarshalPublicGatewayIdentityPublicGatewayIdentityByHref

func UnmarshalPublicGatewayIdentityPublicGatewayIdentityByHref(m map[string]json.RawMessage, result interface{}) (err error)

UnmarshalPublicGatewayIdentityPublicGatewayIdentityByHref unmarshals an instance of PublicGatewayIdentityPublicGatewayIdentityByHref from the specified map of raw messages.

func UnmarshalPublicGatewayIdentityPublicGatewayIdentityByID

func UnmarshalPublicGatewayIdentityPublicGatewayIdentityByID(m map[string]json.RawMessage, result interface{}) (err error)

UnmarshalPublicGatewayIdentityPublicGatewayIdentityByID unmarshals an instance of PublicGatewayIdentityPublicGatewayIdentityByID from the specified map of raw messages.

func UnmarshalPublicGatewayPatch

func UnmarshalPublicGatewayPatch(m map[string]json.RawMessage, result interface{}) (err error)

UnmarshalPublicGatewayPatch unmarshals an instance of PublicGatewayPatch from the specified map of raw messages.

func UnmarshalPublicGatewayReference

func UnmarshalPublicGatewayReference(m map[string]json.RawMessage, result interface{}) (err error)

UnmarshalPublicGatewayReference unmarshals an instance of PublicGatewayReference from the specified map of raw messages.

func UnmarshalPublicGatewayReferenceDeleted

func UnmarshalPublicGatewayReferenceDeleted(m map[string]json.RawMessage, result interface{}) (err error)

UnmarshalPublicGatewayReferenceDeleted unmarshals an instance of PublicGatewayReferenceDeleted from the specified map of raw messages.

func UnmarshalRegion

func UnmarshalRegion(m map[string]json.RawMessage, result interface{}) (err error)

UnmarshalRegion unmarshals an instance of Region from the specified map of raw messages.

func UnmarshalRegionCollection

func UnmarshalRegionCollection(m map[string]json.RawMessage, result interface{}) (err error)

UnmarshalRegionCollection unmarshals an instance of RegionCollection from the specified map of raw messages.

func UnmarshalRegionReference

func UnmarshalRegionReference(m map[string]json.RawMessage, result interface{}) (err error)

UnmarshalRegionReference unmarshals an instance of RegionReference from the specified map of raw messages.

func UnmarshalReservedIP

func UnmarshalReservedIP(m map[string]json.RawMessage, result interface{}) (err error)

UnmarshalReservedIP unmarshals an instance of ReservedIP from the specified map of raw messages.

func UnmarshalReservedIPCollection

func UnmarshalReservedIPCollection(m map[string]json.RawMessage, result interface{}) (err error)

UnmarshalReservedIPCollection unmarshals an instance of ReservedIPCollection from the specified map of raw messages.

func UnmarshalReservedIPCollectionEndpointGatewayContext

func UnmarshalReservedIPCollectionEndpointGatewayContext(m map[string]json.RawMessage, result interface{}) (err error)

UnmarshalReservedIPCollectionEndpointGatewayContext unmarshals an instance of ReservedIPCollectionEndpointGatewayContext from the specified map of raw messages.

func UnmarshalReservedIPCollectionEndpointGatewayContextFirst

func UnmarshalReservedIPCollectionEndpointGatewayContextFirst(m map[string]json.RawMessage, result interface{}) (err error)

UnmarshalReservedIPCollectionEndpointGatewayContextFirst unmarshals an instance of ReservedIPCollectionEndpointGatewayContextFirst from the specified map of raw messages.

func UnmarshalReservedIPCollectionEndpointGatewayContextNext

func UnmarshalReservedIPCollectionEndpointGatewayContextNext(m map[string]json.RawMessage, result interface{}) (err error)

UnmarshalReservedIPCollectionEndpointGatewayContextNext unmarshals an instance of ReservedIPCollectionEndpointGatewayContextNext from the specified map of raw messages.

func UnmarshalReservedIPCollectionFirst

func UnmarshalReservedIPCollectionFirst(m map[string]json.RawMessage, result interface{}) (err error)

UnmarshalReservedIPCollectionFirst unmarshals an instance of ReservedIPCollectionFirst from the specified map of raw messages.

func UnmarshalReservedIPCollectionNetworkInterfaceContext

func UnmarshalReservedIPCollectionNetworkInterfaceContext(m map[string]json.RawMessage, result interface{}) (err error)

UnmarshalReservedIPCollectionNetworkInterfaceContext unmarshals an instance of ReservedIPCollectionNetworkInterfaceContext from the specified map of raw messages.

func UnmarshalReservedIPCollectionNetworkInterfaceContextFirst

func UnmarshalReservedIPCollectionNetworkInterfaceContextFirst(m map[string]json.RawMessage, result interface{}) (err error)

UnmarshalReservedIPCollectionNetworkInterfaceContextFirst unmarshals an instance of ReservedIPCollectionNetworkInterfaceContextFirst from the specified map of raw messages.

func UnmarshalReservedIPCollectionNetworkInterfaceContextNext

func UnmarshalReservedIPCollectionNetworkInterfaceContextNext(m map[string]json.RawMessage, result interface{}) (err error)

UnmarshalReservedIPCollectionNetworkInterfaceContextNext unmarshals an instance of ReservedIPCollectionNetworkInterfaceContextNext from the specified map of raw messages.

func UnmarshalReservedIPCollectionNext

func UnmarshalReservedIPCollectionNext(m map[string]json.RawMessage, result interface{}) (err error)

UnmarshalReservedIPCollectionNext unmarshals an instance of ReservedIPCollectionNext from the specified map of raw messages.

func UnmarshalReservedIPPatch

func UnmarshalReservedIPPatch(m map[string]json.RawMessage, result interface{}) (err error)

UnmarshalReservedIPPatch unmarshals an instance of ReservedIPPatch from the specified map of raw messages.

func UnmarshalReservedIPReference

func UnmarshalReservedIPReference(m map[string]json.RawMessage, result interface{}) (err error)

UnmarshalReservedIPReference unmarshals an instance of ReservedIPReference from the specified map of raw messages.

func UnmarshalReservedIPReferenceDeleted

func UnmarshalReservedIPReferenceDeleted(m map[string]json.RawMessage, result interface{}) (err error)

UnmarshalReservedIPReferenceDeleted unmarshals an instance of ReservedIPReferenceDeleted from the specified map of raw messages.

func UnmarshalReservedIPTarget

func UnmarshalReservedIPTarget(m map[string]json.RawMessage, result interface{}) (err error)

UnmarshalReservedIPTarget unmarshals an instance of ReservedIPTarget from the specified map of raw messages.

func UnmarshalReservedIPTargetEndpointGatewayReference

func UnmarshalReservedIPTargetEndpointGatewayReference(m map[string]json.RawMessage, result interface{}) (err error)

UnmarshalReservedIPTargetEndpointGatewayReference unmarshals an instance of ReservedIPTargetEndpointGatewayReference from the specified map of raw messages.

func UnmarshalReservedIPTargetGenericResourceReference

func UnmarshalReservedIPTargetGenericResourceReference(m map[string]json.RawMessage, result interface{}) (err error)

UnmarshalReservedIPTargetGenericResourceReference unmarshals an instance of ReservedIPTargetGenericResourceReference from the specified map of raw messages.

func UnmarshalReservedIPTargetLoadBalancerReference

func UnmarshalReservedIPTargetLoadBalancerReference(m map[string]json.RawMessage, result interface{}) (err error)

UnmarshalReservedIPTargetLoadBalancerReference unmarshals an instance of ReservedIPTargetLoadBalancerReference from the specified map of raw messages.

func UnmarshalReservedIPTargetNetworkInterfaceReferenceTargetContext

func UnmarshalReservedIPTargetNetworkInterfaceReferenceTargetContext(m map[string]json.RawMessage, result interface{}) (err error)

UnmarshalReservedIPTargetNetworkInterfaceReferenceTargetContext unmarshals an instance of ReservedIPTargetNetworkInterfaceReferenceTargetContext from the specified map of raw messages.

func UnmarshalReservedIPTargetPrototype

func UnmarshalReservedIPTargetPrototype(m map[string]json.RawMessage, result interface{}) (err error)

UnmarshalReservedIPTargetPrototype unmarshals an instance of ReservedIPTargetPrototype from the specified map of raw messages.

func UnmarshalReservedIPTargetPrototypeEndpointGatewayIdentity

func UnmarshalReservedIPTargetPrototypeEndpointGatewayIdentity(m map[string]json.RawMessage, result interface{}) (err error)

UnmarshalReservedIPTargetPrototypeEndpointGatewayIdentity unmarshals an instance of ReservedIPTargetPrototypeEndpointGatewayIdentity from the specified map of raw messages.

func UnmarshalReservedIPTargetPrototypeEndpointGatewayIdentityEndpointGatewayIdentityByCRN

func UnmarshalReservedIPTargetPrototypeEndpointGatewayIdentityEndpointGatewayIdentityByCRN(m map[string]json.RawMessage, result interface{}) (err error)

UnmarshalReservedIPTargetPrototypeEndpointGatewayIdentityEndpointGatewayIdentityByCRN unmarshals an instance of ReservedIPTargetPrototypeEndpointGatewayIdentityEndpointGatewayIdentityByCRN from the specified map of raw messages.

func UnmarshalReservedIPTargetPrototypeEndpointGatewayIdentityEndpointGatewayIdentityByHref

func UnmarshalReservedIPTargetPrototypeEndpointGatewayIdentityEndpointGatewayIdentityByHref(m map[string]json.RawMessage, result interface{}) (err error)

UnmarshalReservedIPTargetPrototypeEndpointGatewayIdentityEndpointGatewayIdentityByHref unmarshals an instance of ReservedIPTargetPrototypeEndpointGatewayIdentityEndpointGatewayIdentityByHref from the specified map of raw messages.

func UnmarshalReservedIPTargetPrototypeEndpointGatewayIdentityEndpointGatewayIdentityByID

func UnmarshalReservedIPTargetPrototypeEndpointGatewayIdentityEndpointGatewayIdentityByID(m map[string]json.RawMessage, result interface{}) (err error)

UnmarshalReservedIPTargetPrototypeEndpointGatewayIdentityEndpointGatewayIdentityByID unmarshals an instance of ReservedIPTargetPrototypeEndpointGatewayIdentityEndpointGatewayIdentityByID from the specified map of raw messages.

func UnmarshalReservedIPTargetVPNGatewayReference

func UnmarshalReservedIPTargetVPNGatewayReference(m map[string]json.RawMessage, result interface{}) (err error)

UnmarshalReservedIPTargetVPNGatewayReference unmarshals an instance of ReservedIPTargetVPNGatewayReference from the specified map of raw messages.

func UnmarshalResourceGroupIdentity

func UnmarshalResourceGroupIdentity(m map[string]json.RawMessage, result interface{}) (err error)

UnmarshalResourceGroupIdentity unmarshals an instance of ResourceGroupIdentity from the specified map of raw messages.

func UnmarshalResourceGroupIdentityByID

func UnmarshalResourceGroupIdentityByID(m map[string]json.RawMessage, result interface{}) (err error)

UnmarshalResourceGroupIdentityByID unmarshals an instance of ResourceGroupIdentityByID from the specified map of raw messages.

func UnmarshalResourceGroupReference

func UnmarshalResourceGroupReference(m map[string]json.RawMessage, result interface{}) (err error)

UnmarshalResourceGroupReference unmarshals an instance of ResourceGroupReference from the specified map of raw messages.

func UnmarshalRoute

func UnmarshalRoute(m map[string]json.RawMessage, result interface{}) (err error)

UnmarshalRoute unmarshals an instance of Route from the specified map of raw messages.

func UnmarshalRouteCollection

func UnmarshalRouteCollection(m map[string]json.RawMessage, result interface{}) (err error)

UnmarshalRouteCollection unmarshals an instance of RouteCollection from the specified map of raw messages.

func UnmarshalRouteCollectionFirst

func UnmarshalRouteCollectionFirst(m map[string]json.RawMessage, result interface{}) (err error)

UnmarshalRouteCollectionFirst unmarshals an instance of RouteCollectionFirst from the specified map of raw messages.

func UnmarshalRouteCollectionNext

func UnmarshalRouteCollectionNext(m map[string]json.RawMessage, result interface{}) (err error)

UnmarshalRouteCollectionNext unmarshals an instance of RouteCollectionNext from the specified map of raw messages.

func UnmarshalRouteNextHop

func UnmarshalRouteNextHop(m map[string]json.RawMessage, result interface{}) (err error)

UnmarshalRouteNextHop unmarshals an instance of RouteNextHop from the specified map of raw messages.

func UnmarshalRouteNextHopIP

func UnmarshalRouteNextHopIP(m map[string]json.RawMessage, result interface{}) (err error)

UnmarshalRouteNextHopIP unmarshals an instance of RouteNextHopIP from the specified map of raw messages.

func UnmarshalRouteNextHopPrototype

func UnmarshalRouteNextHopPrototype(m map[string]json.RawMessage, result interface{}) (err error)

UnmarshalRouteNextHopPrototype unmarshals an instance of RouteNextHopPrototype from the specified map of raw messages.

func UnmarshalRouteNextHopPrototypeRouteNextHopIP

func UnmarshalRouteNextHopPrototypeRouteNextHopIP(m map[string]json.RawMessage, result interface{}) (err error)

UnmarshalRouteNextHopPrototypeRouteNextHopIP unmarshals an instance of RouteNextHopPrototypeRouteNextHopIP from the specified map of raw messages.

func UnmarshalRouteNextHopPrototypeVPNGatewayConnectionIdentity

func UnmarshalRouteNextHopPrototypeVPNGatewayConnectionIdentity(m map[string]json.RawMessage, result interface{}) (err error)

UnmarshalRouteNextHopPrototypeVPNGatewayConnectionIdentity unmarshals an instance of RouteNextHopPrototypeVPNGatewayConnectionIdentity from the specified map of raw messages.

func UnmarshalRouteNextHopPrototypeVPNGatewayConnectionIdentityVPNGatewayConnectionIdentityByHref

func UnmarshalRouteNextHopPrototypeVPNGatewayConnectionIdentityVPNGatewayConnectionIdentityByHref(m map[string]json.RawMessage, result interface{}) (err error)

UnmarshalRouteNextHopPrototypeVPNGatewayConnectionIdentityVPNGatewayConnectionIdentityByHref unmarshals an instance of RouteNextHopPrototypeVPNGatewayConnectionIdentityVPNGatewayConnectionIdentityByHref from the specified map of raw messages.

func UnmarshalRouteNextHopPrototypeVPNGatewayConnectionIdentityVPNGatewayConnectionIdentityByID

func UnmarshalRouteNextHopPrototypeVPNGatewayConnectionIdentityVPNGatewayConnectionIdentityByID(m map[string]json.RawMessage, result interface{}) (err error)

UnmarshalRouteNextHopPrototypeVPNGatewayConnectionIdentityVPNGatewayConnectionIdentityByID unmarshals an instance of RouteNextHopPrototypeVPNGatewayConnectionIdentityVPNGatewayConnectionIdentityByID from the specified map of raw messages.

func UnmarshalRouteNextHopVPNGatewayConnectionReference

func UnmarshalRouteNextHopVPNGatewayConnectionReference(m map[string]json.RawMessage, result interface{}) (err error)

UnmarshalRouteNextHopVPNGatewayConnectionReference unmarshals an instance of RouteNextHopVPNGatewayConnectionReference from the specified map of raw messages.

func UnmarshalRoutePatch

func UnmarshalRoutePatch(m map[string]json.RawMessage, result interface{}) (err error)

UnmarshalRoutePatch unmarshals an instance of RoutePatch from the specified map of raw messages.

func UnmarshalRoutePrototype

func UnmarshalRoutePrototype(m map[string]json.RawMessage, result interface{}) (err error)

UnmarshalRoutePrototype unmarshals an instance of RoutePrototype from the specified map of raw messages.

func UnmarshalRouteReference

func UnmarshalRouteReference(m map[string]json.RawMessage, result interface{}) (err error)

UnmarshalRouteReference unmarshals an instance of RouteReference from the specified map of raw messages.

func UnmarshalRouteReferenceDeleted

func UnmarshalRouteReferenceDeleted(m map[string]json.RawMessage, result interface{}) (err error)

UnmarshalRouteReferenceDeleted unmarshals an instance of RouteReferenceDeleted from the specified map of raw messages.

func UnmarshalRoutingTable

func UnmarshalRoutingTable(m map[string]json.RawMessage, result interface{}) (err error)

UnmarshalRoutingTable unmarshals an instance of RoutingTable from the specified map of raw messages.

func UnmarshalRoutingTableCollection

func UnmarshalRoutingTableCollection(m map[string]json.RawMessage, result interface{}) (err error)

UnmarshalRoutingTableCollection unmarshals an instance of RoutingTableCollection from the specified map of raw messages.

func UnmarshalRoutingTableCollectionFirst

func UnmarshalRoutingTableCollectionFirst(m map[string]json.RawMessage, result interface{}) (err error)

UnmarshalRoutingTableCollectionFirst unmarshals an instance of RoutingTableCollectionFirst from the specified map of raw messages.

func UnmarshalRoutingTableCollectionNext

func UnmarshalRoutingTableCollectionNext(m map[string]json.RawMessage, result interface{}) (err error)

UnmarshalRoutingTableCollectionNext unmarshals an instance of RoutingTableCollectionNext from the specified map of raw messages.

func UnmarshalRoutingTableIdentity

func UnmarshalRoutingTableIdentity(m map[string]json.RawMessage, result interface{}) (err error)

UnmarshalRoutingTableIdentity unmarshals an instance of RoutingTableIdentity from the specified map of raw messages.

func UnmarshalRoutingTableIdentityByHref

func UnmarshalRoutingTableIdentityByHref(m map[string]json.RawMessage, result interface{}) (err error)

UnmarshalRoutingTableIdentityByHref unmarshals an instance of RoutingTableIdentityByHref from the specified map of raw messages.

func UnmarshalRoutingTableIdentityByID

func UnmarshalRoutingTableIdentityByID(m map[string]json.RawMessage, result interface{}) (err error)

UnmarshalRoutingTableIdentityByID unmarshals an instance of RoutingTableIdentityByID from the specified map of raw messages.

func UnmarshalRoutingTablePatch

func UnmarshalRoutingTablePatch(m map[string]json.RawMessage, result interface{}) (err error)

UnmarshalRoutingTablePatch unmarshals an instance of RoutingTablePatch from the specified map of raw messages.

func UnmarshalRoutingTableReference

func UnmarshalRoutingTableReference(m map[string]json.RawMessage, result interface{}) (err error)

UnmarshalRoutingTableReference unmarshals an instance of RoutingTableReference from the specified map of raw messages.

func UnmarshalRoutingTableReferenceDeleted

func UnmarshalRoutingTableReferenceDeleted(m map[string]json.RawMessage, result interface{}) (err error)

UnmarshalRoutingTableReferenceDeleted unmarshals an instance of RoutingTableReferenceDeleted from the specified map of raw messages.

func UnmarshalSecurityGroup

func UnmarshalSecurityGroup(m map[string]json.RawMessage, result interface{}) (err error)

UnmarshalSecurityGroup unmarshals an instance of SecurityGroup from the specified map of raw messages.

func UnmarshalSecurityGroupCollection

func UnmarshalSecurityGroupCollection(m map[string]json.RawMessage, result interface{}) (err error)

UnmarshalSecurityGroupCollection unmarshals an instance of SecurityGroupCollection from the specified map of raw messages.

func UnmarshalSecurityGroupCollectionFirst

func UnmarshalSecurityGroupCollectionFirst(m map[string]json.RawMessage, result interface{}) (err error)

UnmarshalSecurityGroupCollectionFirst unmarshals an instance of SecurityGroupCollectionFirst from the specified map of raw messages.

func UnmarshalSecurityGroupCollectionNext

func UnmarshalSecurityGroupCollectionNext(m map[string]json.RawMessage, result interface{}) (err error)

UnmarshalSecurityGroupCollectionNext unmarshals an instance of SecurityGroupCollectionNext from the specified map of raw messages.

func UnmarshalSecurityGroupIdentity

func UnmarshalSecurityGroupIdentity(m map[string]json.RawMessage, result interface{}) (err error)

UnmarshalSecurityGroupIdentity unmarshals an instance of SecurityGroupIdentity from the specified map of raw messages.

func UnmarshalSecurityGroupIdentityByCRN

func UnmarshalSecurityGroupIdentityByCRN(m map[string]json.RawMessage, result interface{}) (err error)

UnmarshalSecurityGroupIdentityByCRN unmarshals an instance of SecurityGroupIdentityByCRN from the specified map of raw messages.

func UnmarshalSecurityGroupIdentityByHref

func UnmarshalSecurityGroupIdentityByHref(m map[string]json.RawMessage, result interface{}) (err error)

UnmarshalSecurityGroupIdentityByHref unmarshals an instance of SecurityGroupIdentityByHref from the specified map of raw messages.

func UnmarshalSecurityGroupIdentityByID

func UnmarshalSecurityGroupIdentityByID(m map[string]json.RawMessage, result interface{}) (err error)

UnmarshalSecurityGroupIdentityByID unmarshals an instance of SecurityGroupIdentityByID from the specified map of raw messages.

func UnmarshalSecurityGroupPatch

func UnmarshalSecurityGroupPatch(m map[string]json.RawMessage, result interface{}) (err error)

UnmarshalSecurityGroupPatch unmarshals an instance of SecurityGroupPatch from the specified map of raw messages.

func UnmarshalSecurityGroupReference

func UnmarshalSecurityGroupReference(m map[string]json.RawMessage, result interface{}) (err error)

UnmarshalSecurityGroupReference unmarshals an instance of SecurityGroupReference from the specified map of raw messages.

func UnmarshalSecurityGroupReferenceDeleted

func UnmarshalSecurityGroupReferenceDeleted(m map[string]json.RawMessage, result interface{}) (err error)

UnmarshalSecurityGroupReferenceDeleted unmarshals an instance of SecurityGroupReferenceDeleted from the specified map of raw messages.

func UnmarshalSecurityGroupRule

func UnmarshalSecurityGroupRule(m map[string]json.RawMessage, result interface{}) (err error)

UnmarshalSecurityGroupRule unmarshals an instance of SecurityGroupRule from the specified map of raw messages.

func UnmarshalSecurityGroupRuleCollection

func UnmarshalSecurityGroupRuleCollection(m map[string]json.RawMessage, result interface{}) (err error)

UnmarshalSecurityGroupRuleCollection unmarshals an instance of SecurityGroupRuleCollection from the specified map of raw messages.

func UnmarshalSecurityGroupRulePatch

func UnmarshalSecurityGroupRulePatch(m map[string]json.RawMessage, result interface{}) (err error)

UnmarshalSecurityGroupRulePatch unmarshals an instance of SecurityGroupRulePatch from the specified map of raw messages.

func UnmarshalSecurityGroupRulePrototype

func UnmarshalSecurityGroupRulePrototype(m map[string]json.RawMessage, result interface{}) (err error)

UnmarshalSecurityGroupRulePrototype unmarshals an instance of SecurityGroupRulePrototype from the specified map of raw messages.

func UnmarshalSecurityGroupRulePrototypeSecurityGroupRuleProtocolAll

func UnmarshalSecurityGroupRulePrototypeSecurityGroupRuleProtocolAll(m map[string]json.RawMessage, result interface{}) (err error)

UnmarshalSecurityGroupRulePrototypeSecurityGroupRuleProtocolAll unmarshals an instance of SecurityGroupRulePrototypeSecurityGroupRuleProtocolAll from the specified map of raw messages.

func UnmarshalSecurityGroupRulePrototypeSecurityGroupRuleProtocolIcmp

func UnmarshalSecurityGroupRulePrototypeSecurityGroupRuleProtocolIcmp(m map[string]json.RawMessage, result interface{}) (err error)

UnmarshalSecurityGroupRulePrototypeSecurityGroupRuleProtocolIcmp unmarshals an instance of SecurityGroupRulePrototypeSecurityGroupRuleProtocolIcmp from the specified map of raw messages.

func UnmarshalSecurityGroupRulePrototypeSecurityGroupRuleProtocolTcpudp

func UnmarshalSecurityGroupRulePrototypeSecurityGroupRuleProtocolTcpudp(m map[string]json.RawMessage, result interface{}) (err error)

UnmarshalSecurityGroupRulePrototypeSecurityGroupRuleProtocolTcpudp unmarshals an instance of SecurityGroupRulePrototypeSecurityGroupRuleProtocolTcpudp from the specified map of raw messages.

func UnmarshalSecurityGroupRuleRemote

func UnmarshalSecurityGroupRuleRemote(m map[string]json.RawMessage, result interface{}) (err error)

UnmarshalSecurityGroupRuleRemote unmarshals an instance of SecurityGroupRuleRemote from the specified map of raw messages.

func UnmarshalSecurityGroupRuleRemoteCIDR

func UnmarshalSecurityGroupRuleRemoteCIDR(m map[string]json.RawMessage, result interface{}) (err error)

UnmarshalSecurityGroupRuleRemoteCIDR unmarshals an instance of SecurityGroupRuleRemoteCIDR from the specified map of raw messages.

func UnmarshalSecurityGroupRuleRemoteIP

func UnmarshalSecurityGroupRuleRemoteIP(m map[string]json.RawMessage, result interface{}) (err error)

UnmarshalSecurityGroupRuleRemoteIP unmarshals an instance of SecurityGroupRuleRemoteIP from the specified map of raw messages.

func UnmarshalSecurityGroupRuleRemotePatch

func UnmarshalSecurityGroupRuleRemotePatch(m map[string]json.RawMessage, result interface{}) (err error)

UnmarshalSecurityGroupRuleRemotePatch unmarshals an instance of SecurityGroupRuleRemotePatch from the specified map of raw messages.

func UnmarshalSecurityGroupRuleRemotePatchCIDR

func UnmarshalSecurityGroupRuleRemotePatchCIDR(m map[string]json.RawMessage, result interface{}) (err error)

UnmarshalSecurityGroupRuleRemotePatchCIDR unmarshals an instance of SecurityGroupRuleRemotePatchCIDR from the specified map of raw messages.

func UnmarshalSecurityGroupRuleRemotePatchIP

func UnmarshalSecurityGroupRuleRemotePatchIP(m map[string]json.RawMessage, result interface{}) (err error)

UnmarshalSecurityGroupRuleRemotePatchIP unmarshals an instance of SecurityGroupRuleRemotePatchIP from the specified map of raw messages.

func UnmarshalSecurityGroupRuleRemotePatchSecurityGroupIdentity

func UnmarshalSecurityGroupRuleRemotePatchSecurityGroupIdentity(m map[string]json.RawMessage, result interface{}) (err error)

UnmarshalSecurityGroupRuleRemotePatchSecurityGroupIdentity unmarshals an instance of SecurityGroupRuleRemotePatchSecurityGroupIdentity from the specified map of raw messages.

func UnmarshalSecurityGroupRuleRemotePatchSecurityGroupIdentitySecurityGroupIdentityByCRN

func UnmarshalSecurityGroupRuleRemotePatchSecurityGroupIdentitySecurityGroupIdentityByCRN(m map[string]json.RawMessage, result interface{}) (err error)

UnmarshalSecurityGroupRuleRemotePatchSecurityGroupIdentitySecurityGroupIdentityByCRN unmarshals an instance of SecurityGroupRuleRemotePatchSecurityGroupIdentitySecurityGroupIdentityByCRN from the specified map of raw messages.

func UnmarshalSecurityGroupRuleRemotePatchSecurityGroupIdentitySecurityGroupIdentityByHref

func UnmarshalSecurityGroupRuleRemotePatchSecurityGroupIdentitySecurityGroupIdentityByHref(m map[string]json.RawMessage, result interface{}) (err error)

UnmarshalSecurityGroupRuleRemotePatchSecurityGroupIdentitySecurityGroupIdentityByHref unmarshals an instance of SecurityGroupRuleRemotePatchSecurityGroupIdentitySecurityGroupIdentityByHref from the specified map of raw messages.

func UnmarshalSecurityGroupRuleRemotePatchSecurityGroupIdentitySecurityGroupIdentityByID

func UnmarshalSecurityGroupRuleRemotePatchSecurityGroupIdentitySecurityGroupIdentityByID(m map[string]json.RawMessage, result interface{}) (err error)

UnmarshalSecurityGroupRuleRemotePatchSecurityGroupIdentitySecurityGroupIdentityByID unmarshals an instance of SecurityGroupRuleRemotePatchSecurityGroupIdentitySecurityGroupIdentityByID from the specified map of raw messages.

func UnmarshalSecurityGroupRuleRemotePrototype

func UnmarshalSecurityGroupRuleRemotePrototype(m map[string]json.RawMessage, result interface{}) (err error)

UnmarshalSecurityGroupRuleRemotePrototype unmarshals an instance of SecurityGroupRuleRemotePrototype from the specified map of raw messages.

func UnmarshalSecurityGroupRuleRemotePrototypeCIDR

func UnmarshalSecurityGroupRuleRemotePrototypeCIDR(m map[string]json.RawMessage, result interface{}) (err error)

UnmarshalSecurityGroupRuleRemotePrototypeCIDR unmarshals an instance of SecurityGroupRuleRemotePrototypeCIDR from the specified map of raw messages.

func UnmarshalSecurityGroupRuleRemotePrototypeIP

func UnmarshalSecurityGroupRuleRemotePrototypeIP(m map[string]json.RawMessage, result interface{}) (err error)

UnmarshalSecurityGroupRuleRemotePrototypeIP unmarshals an instance of SecurityGroupRuleRemotePrototypeIP from the specified map of raw messages.

func UnmarshalSecurityGroupRuleRemotePrototypeSecurityGroupIdentity

func UnmarshalSecurityGroupRuleRemotePrototypeSecurityGroupIdentity(m map[string]json.RawMessage, result interface{}) (err error)

UnmarshalSecurityGroupRuleRemotePrototypeSecurityGroupIdentity unmarshals an instance of SecurityGroupRuleRemotePrototypeSecurityGroupIdentity from the specified map of raw messages.

func UnmarshalSecurityGroupRuleRemotePrototypeSecurityGroupIdentitySecurityGroupIdentityByCRN

func UnmarshalSecurityGroupRuleRemotePrototypeSecurityGroupIdentitySecurityGroupIdentityByCRN(m map[string]json.RawMessage, result interface{}) (err error)

UnmarshalSecurityGroupRuleRemotePrototypeSecurityGroupIdentitySecurityGroupIdentityByCRN unmarshals an instance of SecurityGroupRuleRemotePrototypeSecurityGroupIdentitySecurityGroupIdentityByCRN from the specified map of raw messages.

func UnmarshalSecurityGroupRuleRemotePrototypeSecurityGroupIdentitySecurityGroupIdentityByHref

func UnmarshalSecurityGroupRuleRemotePrototypeSecurityGroupIdentitySecurityGroupIdentityByHref(m map[string]json.RawMessage, result interface{}) (err error)

UnmarshalSecurityGroupRuleRemotePrototypeSecurityGroupIdentitySecurityGroupIdentityByHref unmarshals an instance of SecurityGroupRuleRemotePrototypeSecurityGroupIdentitySecurityGroupIdentityByHref from the specified map of raw messages.

func UnmarshalSecurityGroupRuleRemotePrototypeSecurityGroupIdentitySecurityGroupIdentityByID

func UnmarshalSecurityGroupRuleRemotePrototypeSecurityGroupIdentitySecurityGroupIdentityByID(m map[string]json.RawMessage, result interface{}) (err error)

UnmarshalSecurityGroupRuleRemotePrototypeSecurityGroupIdentitySecurityGroupIdentityByID unmarshals an instance of SecurityGroupRuleRemotePrototypeSecurityGroupIdentitySecurityGroupIdentityByID from the specified map of raw messages.

func UnmarshalSecurityGroupRuleRemoteSecurityGroupReference

func UnmarshalSecurityGroupRuleRemoteSecurityGroupReference(m map[string]json.RawMessage, result interface{}) (err error)

UnmarshalSecurityGroupRuleRemoteSecurityGroupReference unmarshals an instance of SecurityGroupRuleRemoteSecurityGroupReference from the specified map of raw messages.

func UnmarshalSecurityGroupRuleSecurityGroupRuleProtocolAll

func UnmarshalSecurityGroupRuleSecurityGroupRuleProtocolAll(m map[string]json.RawMessage, result interface{}) (err error)

UnmarshalSecurityGroupRuleSecurityGroupRuleProtocolAll unmarshals an instance of SecurityGroupRuleSecurityGroupRuleProtocolAll from the specified map of raw messages.

func UnmarshalSecurityGroupRuleSecurityGroupRuleProtocolIcmp

func UnmarshalSecurityGroupRuleSecurityGroupRuleProtocolIcmp(m map[string]json.RawMessage, result interface{}) (err error)

UnmarshalSecurityGroupRuleSecurityGroupRuleProtocolIcmp unmarshals an instance of SecurityGroupRuleSecurityGroupRuleProtocolIcmp from the specified map of raw messages.

func UnmarshalSecurityGroupRuleSecurityGroupRuleProtocolTcpudp

func UnmarshalSecurityGroupRuleSecurityGroupRuleProtocolTcpudp(m map[string]json.RawMessage, result interface{}) (err error)

UnmarshalSecurityGroupRuleSecurityGroupRuleProtocolTcpudp unmarshals an instance of SecurityGroupRuleSecurityGroupRuleProtocolTcpudp from the specified map of raw messages.

func UnmarshalSecurityGroupTargetCollection

func UnmarshalSecurityGroupTargetCollection(m map[string]json.RawMessage, result interface{}) (err error)

UnmarshalSecurityGroupTargetCollection unmarshals an instance of SecurityGroupTargetCollection from the specified map of raw messages.

func UnmarshalSecurityGroupTargetCollectionFirst

func UnmarshalSecurityGroupTargetCollectionFirst(m map[string]json.RawMessage, result interface{}) (err error)

UnmarshalSecurityGroupTargetCollectionFirst unmarshals an instance of SecurityGroupTargetCollectionFirst from the specified map of raw messages.

func UnmarshalSecurityGroupTargetCollectionNext

func UnmarshalSecurityGroupTargetCollectionNext(m map[string]json.RawMessage, result interface{}) (err error)

UnmarshalSecurityGroupTargetCollectionNext unmarshals an instance of SecurityGroupTargetCollectionNext from the specified map of raw messages.

func UnmarshalSecurityGroupTargetReference

func UnmarshalSecurityGroupTargetReference(m map[string]json.RawMessage, result interface{}) (err error)

UnmarshalSecurityGroupTargetReference unmarshals an instance of SecurityGroupTargetReference from the specified map of raw messages.

func UnmarshalSecurityGroupTargetReferenceEndpointGatewayReference

func UnmarshalSecurityGroupTargetReferenceEndpointGatewayReference(m map[string]json.RawMessage, result interface{}) (err error)

UnmarshalSecurityGroupTargetReferenceEndpointGatewayReference unmarshals an instance of SecurityGroupTargetReferenceEndpointGatewayReference from the specified map of raw messages.

func UnmarshalSecurityGroupTargetReferenceLoadBalancerReference

func UnmarshalSecurityGroupTargetReferenceLoadBalancerReference(m map[string]json.RawMessage, result interface{}) (err error)

UnmarshalSecurityGroupTargetReferenceLoadBalancerReference unmarshals an instance of SecurityGroupTargetReferenceLoadBalancerReference from the specified map of raw messages.

func UnmarshalSecurityGroupTargetReferenceNetworkInterfaceReferenceTargetContext

func UnmarshalSecurityGroupTargetReferenceNetworkInterfaceReferenceTargetContext(m map[string]json.RawMessage, result interface{}) (err error)

UnmarshalSecurityGroupTargetReferenceNetworkInterfaceReferenceTargetContext unmarshals an instance of SecurityGroupTargetReferenceNetworkInterfaceReferenceTargetContext from the specified map of raw messages.

func UnmarshalSnapshot

func UnmarshalSnapshot(m map[string]json.RawMessage, result interface{}) (err error)

UnmarshalSnapshot unmarshals an instance of Snapshot from the specified map of raw messages.

func UnmarshalSnapshotCollection

func UnmarshalSnapshotCollection(m map[string]json.RawMessage, result interface{}) (err error)

UnmarshalSnapshotCollection unmarshals an instance of SnapshotCollection from the specified map of raw messages.

func UnmarshalSnapshotCollectionFirst

func UnmarshalSnapshotCollectionFirst(m map[string]json.RawMessage, result interface{}) (err error)

UnmarshalSnapshotCollectionFirst unmarshals an instance of SnapshotCollectionFirst from the specified map of raw messages.

func UnmarshalSnapshotCollectionNext

func UnmarshalSnapshotCollectionNext(m map[string]json.RawMessage, result interface{}) (err error)

UnmarshalSnapshotCollectionNext unmarshals an instance of SnapshotCollectionNext from the specified map of raw messages.

func UnmarshalSnapshotIdentity

func UnmarshalSnapshotIdentity(m map[string]json.RawMessage, result interface{}) (err error)

UnmarshalSnapshotIdentity unmarshals an instance of SnapshotIdentity from the specified map of raw messages.

func UnmarshalSnapshotIdentityByCRN

func UnmarshalSnapshotIdentityByCRN(m map[string]json.RawMessage, result interface{}) (err error)

UnmarshalSnapshotIdentityByCRN unmarshals an instance of SnapshotIdentityByCRN from the specified map of raw messages.

func UnmarshalSnapshotIdentityByHref

func UnmarshalSnapshotIdentityByHref(m map[string]json.RawMessage, result interface{}) (err error)

UnmarshalSnapshotIdentityByHref unmarshals an instance of SnapshotIdentityByHref from the specified map of raw messages.

func UnmarshalSnapshotIdentityByID

func UnmarshalSnapshotIdentityByID(m map[string]json.RawMessage, result interface{}) (err error)

UnmarshalSnapshotIdentityByID unmarshals an instance of SnapshotIdentityByID from the specified map of raw messages.

func UnmarshalSnapshotPatch

func UnmarshalSnapshotPatch(m map[string]json.RawMessage, result interface{}) (err error)

UnmarshalSnapshotPatch unmarshals an instance of SnapshotPatch from the specified map of raw messages.

func UnmarshalSnapshotReference

func UnmarshalSnapshotReference(m map[string]json.RawMessage, result interface{}) (err error)

UnmarshalSnapshotReference unmarshals an instance of SnapshotReference from the specified map of raw messages.

func UnmarshalSnapshotReferenceDeleted

func UnmarshalSnapshotReferenceDeleted(m map[string]json.RawMessage, result interface{}) (err error)

UnmarshalSnapshotReferenceDeleted unmarshals an instance of SnapshotReferenceDeleted from the specified map of raw messages.

func UnmarshalSubnet

func UnmarshalSubnet(m map[string]json.RawMessage, result interface{}) (err error)

UnmarshalSubnet unmarshals an instance of Subnet from the specified map of raw messages.

func UnmarshalSubnetCollection

func UnmarshalSubnetCollection(m map[string]json.RawMessage, result interface{}) (err error)

UnmarshalSubnetCollection unmarshals an instance of SubnetCollection from the specified map of raw messages.

func UnmarshalSubnetCollectionFirst

func UnmarshalSubnetCollectionFirst(m map[string]json.RawMessage, result interface{}) (err error)

UnmarshalSubnetCollectionFirst unmarshals an instance of SubnetCollectionFirst from the specified map of raw messages.

func UnmarshalSubnetCollectionNext

func UnmarshalSubnetCollectionNext(m map[string]json.RawMessage, result interface{}) (err error)

UnmarshalSubnetCollectionNext unmarshals an instance of SubnetCollectionNext from the specified map of raw messages.

func UnmarshalSubnetIdentity

func UnmarshalSubnetIdentity(m map[string]json.RawMessage, result interface{}) (err error)

UnmarshalSubnetIdentity unmarshals an instance of SubnetIdentity from the specified map of raw messages.

func UnmarshalSubnetIdentityByCRN

func UnmarshalSubnetIdentityByCRN(m map[string]json.RawMessage, result interface{}) (err error)

UnmarshalSubnetIdentityByCRN unmarshals an instance of SubnetIdentityByCRN from the specified map of raw messages.

func UnmarshalSubnetIdentityByHref

func UnmarshalSubnetIdentityByHref(m map[string]json.RawMessage, result interface{}) (err error)

UnmarshalSubnetIdentityByHref unmarshals an instance of SubnetIdentityByHref from the specified map of raw messages.

func UnmarshalSubnetIdentityByID

func UnmarshalSubnetIdentityByID(m map[string]json.RawMessage, result interface{}) (err error)

UnmarshalSubnetIdentityByID unmarshals an instance of SubnetIdentityByID from the specified map of raw messages.

func UnmarshalSubnetPatch

func UnmarshalSubnetPatch(m map[string]json.RawMessage, result interface{}) (err error)

UnmarshalSubnetPatch unmarshals an instance of SubnetPatch from the specified map of raw messages.

func UnmarshalSubnetPrototype

func UnmarshalSubnetPrototype(m map[string]json.RawMessage, result interface{}) (err error)

UnmarshalSubnetPrototype unmarshals an instance of SubnetPrototype from the specified map of raw messages.

func UnmarshalSubnetPrototypeSubnetByCIDR

func UnmarshalSubnetPrototypeSubnetByCIDR(m map[string]json.RawMessage, result interface{}) (err error)

UnmarshalSubnetPrototypeSubnetByCIDR unmarshals an instance of SubnetPrototypeSubnetByCIDR from the specified map of raw messages.

func UnmarshalSubnetPrototypeSubnetByTotalCount

func UnmarshalSubnetPrototypeSubnetByTotalCount(m map[string]json.RawMessage, result interface{}) (err error)

UnmarshalSubnetPrototypeSubnetByTotalCount unmarshals an instance of SubnetPrototypeSubnetByTotalCount from the specified map of raw messages.

func UnmarshalSubnetPublicGatewayPatch

func UnmarshalSubnetPublicGatewayPatch(m map[string]json.RawMessage, result interface{}) (err error)

UnmarshalSubnetPublicGatewayPatch unmarshals an instance of SubnetPublicGatewayPatch from the specified map of raw messages.

func UnmarshalSubnetPublicGatewayPatchPublicGatewayIdentityByCRN

func UnmarshalSubnetPublicGatewayPatchPublicGatewayIdentityByCRN(m map[string]json.RawMessage, result interface{}) (err error)

UnmarshalSubnetPublicGatewayPatchPublicGatewayIdentityByCRN unmarshals an instance of SubnetPublicGatewayPatchPublicGatewayIdentityByCRN from the specified map of raw messages.

func UnmarshalSubnetPublicGatewayPatchPublicGatewayIdentityByHref

func UnmarshalSubnetPublicGatewayPatchPublicGatewayIdentityByHref(m map[string]json.RawMessage, result interface{}) (err error)

UnmarshalSubnetPublicGatewayPatchPublicGatewayIdentityByHref unmarshals an instance of SubnetPublicGatewayPatchPublicGatewayIdentityByHref from the specified map of raw messages.

func UnmarshalSubnetPublicGatewayPatchPublicGatewayIdentityByID

func UnmarshalSubnetPublicGatewayPatchPublicGatewayIdentityByID(m map[string]json.RawMessage, result interface{}) (err error)

UnmarshalSubnetPublicGatewayPatchPublicGatewayIdentityByID unmarshals an instance of SubnetPublicGatewayPatchPublicGatewayIdentityByID from the specified map of raw messages.

func UnmarshalSubnetReference

func UnmarshalSubnetReference(m map[string]json.RawMessage, result interface{}) (err error)

UnmarshalSubnetReference unmarshals an instance of SubnetReference from the specified map of raw messages.

func UnmarshalSubnetReferenceDeleted

func UnmarshalSubnetReferenceDeleted(m map[string]json.RawMessage, result interface{}) (err error)

UnmarshalSubnetReferenceDeleted unmarshals an instance of SubnetReferenceDeleted from the specified map of raw messages.

func UnmarshalTrustedProfileIdentity

func UnmarshalTrustedProfileIdentity(m map[string]json.RawMessage, result interface{}) (err error)

UnmarshalTrustedProfileIdentity unmarshals an instance of TrustedProfileIdentity from the specified map of raw messages.

func UnmarshalTrustedProfileIdentityTrustedProfileByCRN

func UnmarshalTrustedProfileIdentityTrustedProfileByCRN(m map[string]json.RawMessage, result interface{}) (err error)

UnmarshalTrustedProfileIdentityTrustedProfileByCRN unmarshals an instance of TrustedProfileIdentityTrustedProfileByCRN from the specified map of raw messages.

func UnmarshalTrustedProfileIdentityTrustedProfileByID

func UnmarshalTrustedProfileIdentityTrustedProfileByID(m map[string]json.RawMessage, result interface{}) (err error)

UnmarshalTrustedProfileIdentityTrustedProfileByID unmarshals an instance of TrustedProfileIdentityTrustedProfileByID from the specified map of raw messages.

func UnmarshalTrustedProfileReference

func UnmarshalTrustedProfileReference(m map[string]json.RawMessage, result interface{}) (err error)

UnmarshalTrustedProfileReference unmarshals an instance of TrustedProfileReference from the specified map of raw messages.

func UnmarshalVPC

func UnmarshalVPC(m map[string]json.RawMessage, result interface{}) (err error)

UnmarshalVPC unmarshals an instance of VPC from the specified map of raw messages.

func UnmarshalVPCCollection

func UnmarshalVPCCollection(m map[string]json.RawMessage, result interface{}) (err error)

UnmarshalVPCCollection unmarshals an instance of VPCCollection from the specified map of raw messages.

func UnmarshalVPCCollectionFirst

func UnmarshalVPCCollectionFirst(m map[string]json.RawMessage, result interface{}) (err error)

UnmarshalVPCCollectionFirst unmarshals an instance of VPCCollectionFirst from the specified map of raw messages.

func UnmarshalVPCCollectionNext

func UnmarshalVPCCollectionNext(m map[string]json.RawMessage, result interface{}) (err error)

UnmarshalVPCCollectionNext unmarshals an instance of VPCCollectionNext from the specified map of raw messages.

func UnmarshalVPCIdentity

func UnmarshalVPCIdentity(m map[string]json.RawMessage, result interface{}) (err error)

UnmarshalVPCIdentity unmarshals an instance of VPCIdentity from the specified map of raw messages.

func UnmarshalVPCIdentityByCRN

func UnmarshalVPCIdentityByCRN(m map[string]json.RawMessage, result interface{}) (err error)

UnmarshalVPCIdentityByCRN unmarshals an instance of VPCIdentityByCRN from the specified map of raw messages.

func UnmarshalVPCIdentityByHref

func UnmarshalVPCIdentityByHref(m map[string]json.RawMessage, result interface{}) (err error)

UnmarshalVPCIdentityByHref unmarshals an instance of VPCIdentityByHref from the specified map of raw messages.

func UnmarshalVPCIdentityByID

func UnmarshalVPCIdentityByID(m map[string]json.RawMessage, result interface{}) (err error)

UnmarshalVPCIdentityByID unmarshals an instance of VPCIdentityByID from the specified map of raw messages.

func UnmarshalVPCPatch

func UnmarshalVPCPatch(m map[string]json.RawMessage, result interface{}) (err error)

UnmarshalVPCPatch unmarshals an instance of VPCPatch from the specified map of raw messages.

func UnmarshalVPCReference

func UnmarshalVPCReference(m map[string]json.RawMessage, result interface{}) (err error)

UnmarshalVPCReference unmarshals an instance of VPCReference from the specified map of raw messages.

func UnmarshalVPCReferenceDeleted

func UnmarshalVPCReferenceDeleted(m map[string]json.RawMessage, result interface{}) (err error)

UnmarshalVPCReferenceDeleted unmarshals an instance of VPCReferenceDeleted from the specified map of raw messages.

func UnmarshalVPNGateway

func UnmarshalVPNGateway(m map[string]json.RawMessage, result interface{}) (err error)

UnmarshalVPNGateway unmarshals an instance of VPNGateway from the specified map of raw messages.

func UnmarshalVPNGatewayCollection

func UnmarshalVPNGatewayCollection(m map[string]json.RawMessage, result interface{}) (err error)

UnmarshalVPNGatewayCollection unmarshals an instance of VPNGatewayCollection from the specified map of raw messages.

func UnmarshalVPNGatewayCollectionFirst

func UnmarshalVPNGatewayCollectionFirst(m map[string]json.RawMessage, result interface{}) (err error)

UnmarshalVPNGatewayCollectionFirst unmarshals an instance of VPNGatewayCollectionFirst from the specified map of raw messages.

func UnmarshalVPNGatewayCollectionNext

func UnmarshalVPNGatewayCollectionNext(m map[string]json.RawMessage, result interface{}) (err error)

UnmarshalVPNGatewayCollectionNext unmarshals an instance of VPNGatewayCollectionNext from the specified map of raw messages.

func UnmarshalVPNGatewayConnection

func UnmarshalVPNGatewayConnection(m map[string]json.RawMessage, result interface{}) (err error)

UnmarshalVPNGatewayConnection unmarshals an instance of VPNGatewayConnection from the specified map of raw messages.

func UnmarshalVPNGatewayConnectionCollection

func UnmarshalVPNGatewayConnectionCollection(m map[string]json.RawMessage, result interface{}) (err error)

UnmarshalVPNGatewayConnectionCollection unmarshals an instance of VPNGatewayConnectionCollection from the specified map of raw messages.

func UnmarshalVPNGatewayConnectionDpd

func UnmarshalVPNGatewayConnectionDpd(m map[string]json.RawMessage, result interface{}) (err error)

UnmarshalVPNGatewayConnectionDpd unmarshals an instance of VPNGatewayConnectionDpd from the specified map of raw messages.

func UnmarshalVPNGatewayConnectionDpdPatch

func UnmarshalVPNGatewayConnectionDpdPatch(m map[string]json.RawMessage, result interface{}) (err error)

UnmarshalVPNGatewayConnectionDpdPatch unmarshals an instance of VPNGatewayConnectionDpdPatch from the specified map of raw messages.

func UnmarshalVPNGatewayConnectionDpdPrototype

func UnmarshalVPNGatewayConnectionDpdPrototype(m map[string]json.RawMessage, result interface{}) (err error)

UnmarshalVPNGatewayConnectionDpdPrototype unmarshals an instance of VPNGatewayConnectionDpdPrototype from the specified map of raw messages.

func UnmarshalVPNGatewayConnectionIPsecPolicyPatch

func UnmarshalVPNGatewayConnectionIPsecPolicyPatch(m map[string]json.RawMessage, result interface{}) (err error)

UnmarshalVPNGatewayConnectionIPsecPolicyPatch unmarshals an instance of VPNGatewayConnectionIPsecPolicyPatch from the specified map of raw messages.

func UnmarshalVPNGatewayConnectionIPsecPolicyPatchIPsecPolicyIdentityByHref

func UnmarshalVPNGatewayConnectionIPsecPolicyPatchIPsecPolicyIdentityByHref(m map[string]json.RawMessage, result interface{}) (err error)

UnmarshalVPNGatewayConnectionIPsecPolicyPatchIPsecPolicyIdentityByHref unmarshals an instance of VPNGatewayConnectionIPsecPolicyPatchIPsecPolicyIdentityByHref from the specified map of raw messages.

func UnmarshalVPNGatewayConnectionIPsecPolicyPatchIPsecPolicyIdentityByID

func UnmarshalVPNGatewayConnectionIPsecPolicyPatchIPsecPolicyIdentityByID(m map[string]json.RawMessage, result interface{}) (err error)

UnmarshalVPNGatewayConnectionIPsecPolicyPatchIPsecPolicyIdentityByID unmarshals an instance of VPNGatewayConnectionIPsecPolicyPatchIPsecPolicyIdentityByID from the specified map of raw messages.

func UnmarshalVPNGatewayConnectionIPsecPolicyPrototype

func UnmarshalVPNGatewayConnectionIPsecPolicyPrototype(m map[string]json.RawMessage, result interface{}) (err error)

UnmarshalVPNGatewayConnectionIPsecPolicyPrototype unmarshals an instance of VPNGatewayConnectionIPsecPolicyPrototype from the specified map of raw messages.

func UnmarshalVPNGatewayConnectionIPsecPolicyPrototypeIPsecPolicyIdentityByHref

func UnmarshalVPNGatewayConnectionIPsecPolicyPrototypeIPsecPolicyIdentityByHref(m map[string]json.RawMessage, result interface{}) (err error)

UnmarshalVPNGatewayConnectionIPsecPolicyPrototypeIPsecPolicyIdentityByHref unmarshals an instance of VPNGatewayConnectionIPsecPolicyPrototypeIPsecPolicyIdentityByHref from the specified map of raw messages.

func UnmarshalVPNGatewayConnectionIPsecPolicyPrototypeIPsecPolicyIdentityByID

func UnmarshalVPNGatewayConnectionIPsecPolicyPrototypeIPsecPolicyIdentityByID(m map[string]json.RawMessage, result interface{}) (err error)

UnmarshalVPNGatewayConnectionIPsecPolicyPrototypeIPsecPolicyIdentityByID unmarshals an instance of VPNGatewayConnectionIPsecPolicyPrototypeIPsecPolicyIdentityByID from the specified map of raw messages.

func UnmarshalVPNGatewayConnectionIkePolicyPatch

func UnmarshalVPNGatewayConnectionIkePolicyPatch(m map[string]json.RawMessage, result interface{}) (err error)

UnmarshalVPNGatewayConnectionIkePolicyPatch unmarshals an instance of VPNGatewayConnectionIkePolicyPatch from the specified map of raw messages.

func UnmarshalVPNGatewayConnectionIkePolicyPatchIkePolicyIdentityByHref

func UnmarshalVPNGatewayConnectionIkePolicyPatchIkePolicyIdentityByHref(m map[string]json.RawMessage, result interface{}) (err error)

UnmarshalVPNGatewayConnectionIkePolicyPatchIkePolicyIdentityByHref unmarshals an instance of VPNGatewayConnectionIkePolicyPatchIkePolicyIdentityByHref from the specified map of raw messages.

func UnmarshalVPNGatewayConnectionIkePolicyPatchIkePolicyIdentityByID

func UnmarshalVPNGatewayConnectionIkePolicyPatchIkePolicyIdentityByID(m map[string]json.RawMessage, result interface{}) (err error)

UnmarshalVPNGatewayConnectionIkePolicyPatchIkePolicyIdentityByID unmarshals an instance of VPNGatewayConnectionIkePolicyPatchIkePolicyIdentityByID from the specified map of raw messages.

func UnmarshalVPNGatewayConnectionIkePolicyPrototype

func UnmarshalVPNGatewayConnectionIkePolicyPrototype(m map[string]json.RawMessage, result interface{}) (err error)

UnmarshalVPNGatewayConnectionIkePolicyPrototype unmarshals an instance of VPNGatewayConnectionIkePolicyPrototype from the specified map of raw messages.

func UnmarshalVPNGatewayConnectionIkePolicyPrototypeIkePolicyIdentityByHref

func UnmarshalVPNGatewayConnectionIkePolicyPrototypeIkePolicyIdentityByHref(m map[string]json.RawMessage, result interface{}) (err error)

UnmarshalVPNGatewayConnectionIkePolicyPrototypeIkePolicyIdentityByHref unmarshals an instance of VPNGatewayConnectionIkePolicyPrototypeIkePolicyIdentityByHref from the specified map of raw messages.

func UnmarshalVPNGatewayConnectionIkePolicyPrototypeIkePolicyIdentityByID

func UnmarshalVPNGatewayConnectionIkePolicyPrototypeIkePolicyIdentityByID(m map[string]json.RawMessage, result interface{}) (err error)

UnmarshalVPNGatewayConnectionIkePolicyPrototypeIkePolicyIdentityByID unmarshals an instance of VPNGatewayConnectionIkePolicyPrototypeIkePolicyIdentityByID from the specified map of raw messages.

func UnmarshalVPNGatewayConnectionLocalCIDRs

func UnmarshalVPNGatewayConnectionLocalCIDRs(m map[string]json.RawMessage, result interface{}) (err error)

UnmarshalVPNGatewayConnectionLocalCIDRs unmarshals an instance of VPNGatewayConnectionLocalCIDRs from the specified map of raw messages.

func UnmarshalVPNGatewayConnectionPatch

func UnmarshalVPNGatewayConnectionPatch(m map[string]json.RawMessage, result interface{}) (err error)

UnmarshalVPNGatewayConnectionPatch unmarshals an instance of VPNGatewayConnectionPatch from the specified map of raw messages.

func UnmarshalVPNGatewayConnectionPatchVPNGatewayConnectionStaticRouteModePatch

func UnmarshalVPNGatewayConnectionPatchVPNGatewayConnectionStaticRouteModePatch(m map[string]json.RawMessage, result interface{}) (err error)

UnmarshalVPNGatewayConnectionPatchVPNGatewayConnectionStaticRouteModePatch unmarshals an instance of VPNGatewayConnectionPatchVPNGatewayConnectionStaticRouteModePatch from the specified map of raw messages.

func UnmarshalVPNGatewayConnectionPeerCIDRs

func UnmarshalVPNGatewayConnectionPeerCIDRs(m map[string]json.RawMessage, result interface{}) (err error)

UnmarshalVPNGatewayConnectionPeerCIDRs unmarshals an instance of VPNGatewayConnectionPeerCIDRs from the specified map of raw messages.

func UnmarshalVPNGatewayConnectionPolicyMode

func UnmarshalVPNGatewayConnectionPolicyMode(m map[string]json.RawMessage, result interface{}) (err error)

UnmarshalVPNGatewayConnectionPolicyMode unmarshals an instance of VPNGatewayConnectionPolicyMode from the specified map of raw messages.

func UnmarshalVPNGatewayConnectionPrototype

func UnmarshalVPNGatewayConnectionPrototype(m map[string]json.RawMessage, result interface{}) (err error)

UnmarshalVPNGatewayConnectionPrototype unmarshals an instance of VPNGatewayConnectionPrototype from the specified map of raw messages.

func UnmarshalVPNGatewayConnectionPrototypeVPNGatewayConnectionPolicyModePrototype

func UnmarshalVPNGatewayConnectionPrototypeVPNGatewayConnectionPolicyModePrototype(m map[string]json.RawMessage, result interface{}) (err error)

UnmarshalVPNGatewayConnectionPrototypeVPNGatewayConnectionPolicyModePrototype unmarshals an instance of VPNGatewayConnectionPrototypeVPNGatewayConnectionPolicyModePrototype from the specified map of raw messages.

func UnmarshalVPNGatewayConnectionPrototypeVPNGatewayConnectionStaticRouteModePrototype

func UnmarshalVPNGatewayConnectionPrototypeVPNGatewayConnectionStaticRouteModePrototype(m map[string]json.RawMessage, result interface{}) (err error)

UnmarshalVPNGatewayConnectionPrototypeVPNGatewayConnectionStaticRouteModePrototype unmarshals an instance of VPNGatewayConnectionPrototypeVPNGatewayConnectionStaticRouteModePrototype from the specified map of raw messages.

func UnmarshalVPNGatewayConnectionReference

func UnmarshalVPNGatewayConnectionReference(m map[string]json.RawMessage, result interface{}) (err error)

UnmarshalVPNGatewayConnectionReference unmarshals an instance of VPNGatewayConnectionReference from the specified map of raw messages.

func UnmarshalVPNGatewayConnectionReferenceDeleted

func UnmarshalVPNGatewayConnectionReferenceDeleted(m map[string]json.RawMessage, result interface{}) (err error)

UnmarshalVPNGatewayConnectionReferenceDeleted unmarshals an instance of VPNGatewayConnectionReferenceDeleted from the specified map of raw messages.

func UnmarshalVPNGatewayConnectionStaticRouteMode

func UnmarshalVPNGatewayConnectionStaticRouteMode(m map[string]json.RawMessage, result interface{}) (err error)

UnmarshalVPNGatewayConnectionStaticRouteMode unmarshals an instance of VPNGatewayConnectionStaticRouteMode from the specified map of raw messages.

func UnmarshalVPNGatewayConnectionStaticRouteModeTunnel

func UnmarshalVPNGatewayConnectionStaticRouteModeTunnel(m map[string]json.RawMessage, result interface{}) (err error)

UnmarshalVPNGatewayConnectionStaticRouteModeTunnel unmarshals an instance of VPNGatewayConnectionStaticRouteModeTunnel from the specified map of raw messages.

func UnmarshalVPNGatewayMember

func UnmarshalVPNGatewayMember(m map[string]json.RawMessage, result interface{}) (err error)

UnmarshalVPNGatewayMember unmarshals an instance of VPNGatewayMember from the specified map of raw messages.

func UnmarshalVPNGatewayPatch

func UnmarshalVPNGatewayPatch(m map[string]json.RawMessage, result interface{}) (err error)

UnmarshalVPNGatewayPatch unmarshals an instance of VPNGatewayPatch from the specified map of raw messages.

func UnmarshalVPNGatewayPolicyMode

func UnmarshalVPNGatewayPolicyMode(m map[string]json.RawMessage, result interface{}) (err error)

UnmarshalVPNGatewayPolicyMode unmarshals an instance of VPNGatewayPolicyMode from the specified map of raw messages.

func UnmarshalVPNGatewayPrototype

func UnmarshalVPNGatewayPrototype(m map[string]json.RawMessage, result interface{}) (err error)

UnmarshalVPNGatewayPrototype unmarshals an instance of VPNGatewayPrototype from the specified map of raw messages.

func UnmarshalVPNGatewayPrototypeVPNGatewayPolicyModePrototype

func UnmarshalVPNGatewayPrototypeVPNGatewayPolicyModePrototype(m map[string]json.RawMessage, result interface{}) (err error)

UnmarshalVPNGatewayPrototypeVPNGatewayPolicyModePrototype unmarshals an instance of VPNGatewayPrototypeVPNGatewayPolicyModePrototype from the specified map of raw messages.

func UnmarshalVPNGatewayPrototypeVPNGatewayRouteModePrototype

func UnmarshalVPNGatewayPrototypeVPNGatewayRouteModePrototype(m map[string]json.RawMessage, result interface{}) (err error)

UnmarshalVPNGatewayPrototypeVPNGatewayRouteModePrototype unmarshals an instance of VPNGatewayPrototypeVPNGatewayRouteModePrototype from the specified map of raw messages.

func UnmarshalVPNGatewayReferenceDeleted

func UnmarshalVPNGatewayReferenceDeleted(m map[string]json.RawMessage, result interface{}) (err error)

UnmarshalVPNGatewayReferenceDeleted unmarshals an instance of VPNGatewayReferenceDeleted from the specified map of raw messages.

func UnmarshalVPNGatewayRouteMode

func UnmarshalVPNGatewayRouteMode(m map[string]json.RawMessage, result interface{}) (err error)

UnmarshalVPNGatewayRouteMode unmarshals an instance of VPNGatewayRouteMode from the specified map of raw messages.

func UnmarshalVcpu

func UnmarshalVcpu(m map[string]json.RawMessage, result interface{}) (err error)

UnmarshalVcpu unmarshals an instance of Vcpu from the specified map of raw messages.

func UnmarshalVolume

func UnmarshalVolume(m map[string]json.RawMessage, result interface{}) (err error)

UnmarshalVolume unmarshals an instance of Volume from the specified map of raw messages.

func UnmarshalVolumeAttachment

func UnmarshalVolumeAttachment(m map[string]json.RawMessage, result interface{}) (err error)

UnmarshalVolumeAttachment unmarshals an instance of VolumeAttachment from the specified map of raw messages.

func UnmarshalVolumeAttachmentCollection

func UnmarshalVolumeAttachmentCollection(m map[string]json.RawMessage, result interface{}) (err error)

UnmarshalVolumeAttachmentCollection unmarshals an instance of VolumeAttachmentCollection from the specified map of raw messages.

func UnmarshalVolumeAttachmentDevice

func UnmarshalVolumeAttachmentDevice(m map[string]json.RawMessage, result interface{}) (err error)

UnmarshalVolumeAttachmentDevice unmarshals an instance of VolumeAttachmentDevice from the specified map of raw messages.

func UnmarshalVolumeAttachmentPatch

func UnmarshalVolumeAttachmentPatch(m map[string]json.RawMessage, result interface{}) (err error)

UnmarshalVolumeAttachmentPatch unmarshals an instance of VolumeAttachmentPatch from the specified map of raw messages.

func UnmarshalVolumeAttachmentPrototypeInstanceByImageContext

func UnmarshalVolumeAttachmentPrototypeInstanceByImageContext(m map[string]json.RawMessage, result interface{}) (err error)

UnmarshalVolumeAttachmentPrototypeInstanceByImageContext unmarshals an instance of VolumeAttachmentPrototypeInstanceByImageContext from the specified map of raw messages.

func UnmarshalVolumeAttachmentPrototypeInstanceBySourceSnapshotContext

func UnmarshalVolumeAttachmentPrototypeInstanceBySourceSnapshotContext(m map[string]json.RawMessage, result interface{}) (err error)

UnmarshalVolumeAttachmentPrototypeInstanceBySourceSnapshotContext unmarshals an instance of VolumeAttachmentPrototypeInstanceBySourceSnapshotContext from the specified map of raw messages.

func UnmarshalVolumeAttachmentPrototypeInstanceContext

func UnmarshalVolumeAttachmentPrototypeInstanceContext(m map[string]json.RawMessage, result interface{}) (err error)

UnmarshalVolumeAttachmentPrototypeInstanceContext unmarshals an instance of VolumeAttachmentPrototypeInstanceContext from the specified map of raw messages.

func UnmarshalVolumeAttachmentPrototypeVolume

func UnmarshalVolumeAttachmentPrototypeVolume(m map[string]json.RawMessage, result interface{}) (err error)

UnmarshalVolumeAttachmentPrototypeVolume unmarshals an instance of VolumeAttachmentPrototypeVolume from the specified map of raw messages.

func UnmarshalVolumeAttachmentPrototypeVolumeVolumeIdentity

func UnmarshalVolumeAttachmentPrototypeVolumeVolumeIdentity(m map[string]json.RawMessage, result interface{}) (err error)

UnmarshalVolumeAttachmentPrototypeVolumeVolumeIdentity unmarshals an instance of VolumeAttachmentPrototypeVolumeVolumeIdentity from the specified map of raw messages.

func UnmarshalVolumeAttachmentPrototypeVolumeVolumeIdentityVolumeIdentityByCRN

func UnmarshalVolumeAttachmentPrototypeVolumeVolumeIdentityVolumeIdentityByCRN(m map[string]json.RawMessage, result interface{}) (err error)

UnmarshalVolumeAttachmentPrototypeVolumeVolumeIdentityVolumeIdentityByCRN unmarshals an instance of VolumeAttachmentPrototypeVolumeVolumeIdentityVolumeIdentityByCRN from the specified map of raw messages.

func UnmarshalVolumeAttachmentPrototypeVolumeVolumeIdentityVolumeIdentityByHref

func UnmarshalVolumeAttachmentPrototypeVolumeVolumeIdentityVolumeIdentityByHref(m map[string]json.RawMessage, result interface{}) (err error)

UnmarshalVolumeAttachmentPrototypeVolumeVolumeIdentityVolumeIdentityByHref unmarshals an instance of VolumeAttachmentPrototypeVolumeVolumeIdentityVolumeIdentityByHref from the specified map of raw messages.

func UnmarshalVolumeAttachmentPrototypeVolumeVolumeIdentityVolumeIdentityByID

func UnmarshalVolumeAttachmentPrototypeVolumeVolumeIdentityVolumeIdentityByID(m map[string]json.RawMessage, result interface{}) (err error)

UnmarshalVolumeAttachmentPrototypeVolumeVolumeIdentityVolumeIdentityByID unmarshals an instance of VolumeAttachmentPrototypeVolumeVolumeIdentityVolumeIdentityByID from the specified map of raw messages.

func UnmarshalVolumeAttachmentPrototypeVolumeVolumePrototypeInstanceContext

func UnmarshalVolumeAttachmentPrototypeVolumeVolumePrototypeInstanceContext(m map[string]json.RawMessage, result interface{}) (err error)

UnmarshalVolumeAttachmentPrototypeVolumeVolumePrototypeInstanceContext unmarshals an instance of VolumeAttachmentPrototypeVolumeVolumePrototypeInstanceContext from the specified map of raw messages.

func UnmarshalVolumeAttachmentPrototypeVolumeVolumePrototypeInstanceContextVolumePrototypeInstanceContextVolumeByCapacity

func UnmarshalVolumeAttachmentPrototypeVolumeVolumePrototypeInstanceContextVolumePrototypeInstanceContextVolumeByCapacity(m map[string]json.RawMessage, result interface{}) (err error)

UnmarshalVolumeAttachmentPrototypeVolumeVolumePrototypeInstanceContextVolumePrototypeInstanceContextVolumeByCapacity unmarshals an instance of VolumeAttachmentPrototypeVolumeVolumePrototypeInstanceContextVolumePrototypeInstanceContextVolumeByCapacity from the specified map of raw messages.

func UnmarshalVolumeAttachmentPrototypeVolumeVolumePrototypeInstanceContextVolumePrototypeInstanceContextVolumeBySourceSnapshot

func UnmarshalVolumeAttachmentPrototypeVolumeVolumePrototypeInstanceContextVolumePrototypeInstanceContextVolumeBySourceSnapshot(m map[string]json.RawMessage, result interface{}) (err error)

UnmarshalVolumeAttachmentPrototypeVolumeVolumePrototypeInstanceContextVolumePrototypeInstanceContextVolumeBySourceSnapshot unmarshals an instance of VolumeAttachmentPrototypeVolumeVolumePrototypeInstanceContextVolumePrototypeInstanceContextVolumeBySourceSnapshot from the specified map of raw messages.

func UnmarshalVolumeAttachmentReferenceInstanceContext

func UnmarshalVolumeAttachmentReferenceInstanceContext(m map[string]json.RawMessage, result interface{}) (err error)

UnmarshalVolumeAttachmentReferenceInstanceContext unmarshals an instance of VolumeAttachmentReferenceInstanceContext from the specified map of raw messages.

func UnmarshalVolumeAttachmentReferenceInstanceContextDeleted

func UnmarshalVolumeAttachmentReferenceInstanceContextDeleted(m map[string]json.RawMessage, result interface{}) (err error)

UnmarshalVolumeAttachmentReferenceInstanceContextDeleted unmarshals an instance of VolumeAttachmentReferenceInstanceContextDeleted from the specified map of raw messages.

func UnmarshalVolumeAttachmentReferenceVolumeContext

func UnmarshalVolumeAttachmentReferenceVolumeContext(m map[string]json.RawMessage, result interface{}) (err error)

UnmarshalVolumeAttachmentReferenceVolumeContext unmarshals an instance of VolumeAttachmentReferenceVolumeContext from the specified map of raw messages.

func UnmarshalVolumeAttachmentReferenceVolumeContextDeleted

func UnmarshalVolumeAttachmentReferenceVolumeContextDeleted(m map[string]json.RawMessage, result interface{}) (err error)

UnmarshalVolumeAttachmentReferenceVolumeContextDeleted unmarshals an instance of VolumeAttachmentReferenceVolumeContextDeleted from the specified map of raw messages.

func UnmarshalVolumeAttachmentVolumePrototypeInstanceContext

func UnmarshalVolumeAttachmentVolumePrototypeInstanceContext(m map[string]json.RawMessage, result interface{}) (err error)

UnmarshalVolumeAttachmentVolumePrototypeInstanceContext unmarshals an instance of VolumeAttachmentVolumePrototypeInstanceContext from the specified map of raw messages.

func UnmarshalVolumeAttachmentVolumePrototypeInstanceContextVolumeIdentity

func UnmarshalVolumeAttachmentVolumePrototypeInstanceContextVolumeIdentity(m map[string]json.RawMessage, result interface{}) (err error)

UnmarshalVolumeAttachmentVolumePrototypeInstanceContextVolumeIdentity unmarshals an instance of VolumeAttachmentVolumePrototypeInstanceContextVolumeIdentity from the specified map of raw messages.

func UnmarshalVolumeAttachmentVolumePrototypeInstanceContextVolumeIdentityVolumeIdentityByCRN

func UnmarshalVolumeAttachmentVolumePrototypeInstanceContextVolumeIdentityVolumeIdentityByCRN(m map[string]json.RawMessage, result interface{}) (err error)

UnmarshalVolumeAttachmentVolumePrototypeInstanceContextVolumeIdentityVolumeIdentityByCRN unmarshals an instance of VolumeAttachmentVolumePrototypeInstanceContextVolumeIdentityVolumeIdentityByCRN from the specified map of raw messages.

func UnmarshalVolumeAttachmentVolumePrototypeInstanceContextVolumeIdentityVolumeIdentityByHref

func UnmarshalVolumeAttachmentVolumePrototypeInstanceContextVolumeIdentityVolumeIdentityByHref(m map[string]json.RawMessage, result interface{}) (err error)

UnmarshalVolumeAttachmentVolumePrototypeInstanceContextVolumeIdentityVolumeIdentityByHref unmarshals an instance of VolumeAttachmentVolumePrototypeInstanceContextVolumeIdentityVolumeIdentityByHref from the specified map of raw messages.

func UnmarshalVolumeAttachmentVolumePrototypeInstanceContextVolumeIdentityVolumeIdentityByID

func UnmarshalVolumeAttachmentVolumePrototypeInstanceContextVolumeIdentityVolumeIdentityByID(m map[string]json.RawMessage, result interface{}) (err error)

UnmarshalVolumeAttachmentVolumePrototypeInstanceContextVolumeIdentityVolumeIdentityByID unmarshals an instance of VolumeAttachmentVolumePrototypeInstanceContextVolumeIdentityVolumeIdentityByID from the specified map of raw messages.

func UnmarshalVolumeAttachmentVolumePrototypeInstanceContextVolumePrototypeInstanceContext

func UnmarshalVolumeAttachmentVolumePrototypeInstanceContextVolumePrototypeInstanceContext(m map[string]json.RawMessage, result interface{}) (err error)

UnmarshalVolumeAttachmentVolumePrototypeInstanceContextVolumePrototypeInstanceContext unmarshals an instance of VolumeAttachmentVolumePrototypeInstanceContextVolumePrototypeInstanceContext from the specified map of raw messages.

func UnmarshalVolumeAttachmentVolumePrototypeInstanceContextVolumePrototypeInstanceContextVolumePrototypeInstanceContextVolumeByCapacity

func UnmarshalVolumeAttachmentVolumePrototypeInstanceContextVolumePrototypeInstanceContextVolumePrototypeInstanceContextVolumeByCapacity(m map[string]json.RawMessage, result interface{}) (err error)

UnmarshalVolumeAttachmentVolumePrototypeInstanceContextVolumePrototypeInstanceContextVolumePrototypeInstanceContextVolumeByCapacity unmarshals an instance of VolumeAttachmentVolumePrototypeInstanceContextVolumePrototypeInstanceContextVolumePrototypeInstanceContextVolumeByCapacity from the specified map of raw messages.

func UnmarshalVolumeAttachmentVolumePrototypeInstanceContextVolumePrototypeInstanceContextVolumePrototypeInstanceContextVolumeBySourceSnapshot

func UnmarshalVolumeAttachmentVolumePrototypeInstanceContextVolumePrototypeInstanceContextVolumePrototypeInstanceContextVolumeBySourceSnapshot(m map[string]json.RawMessage, result interface{}) (err error)

UnmarshalVolumeAttachmentVolumePrototypeInstanceContextVolumePrototypeInstanceContextVolumePrototypeInstanceContextVolumeBySourceSnapshot unmarshals an instance of VolumeAttachmentVolumePrototypeInstanceContextVolumePrototypeInstanceContextVolumePrototypeInstanceContextVolumeBySourceSnapshot from the specified map of raw messages.

func UnmarshalVolumeCollection

func UnmarshalVolumeCollection(m map[string]json.RawMessage, result interface{}) (err error)

UnmarshalVolumeCollection unmarshals an instance of VolumeCollection from the specified map of raw messages.

func UnmarshalVolumeCollectionFirst

func UnmarshalVolumeCollectionFirst(m map[string]json.RawMessage, result interface{}) (err error)

UnmarshalVolumeCollectionFirst unmarshals an instance of VolumeCollectionFirst from the specified map of raw messages.

func UnmarshalVolumeCollectionNext

func UnmarshalVolumeCollectionNext(m map[string]json.RawMessage, result interface{}) (err error)

UnmarshalVolumeCollectionNext unmarshals an instance of VolumeCollectionNext from the specified map of raw messages.

func UnmarshalVolumeIdentity

func UnmarshalVolumeIdentity(m map[string]json.RawMessage, result interface{}) (err error)

UnmarshalVolumeIdentity unmarshals an instance of VolumeIdentity from the specified map of raw messages.

func UnmarshalVolumeIdentityByCRN

func UnmarshalVolumeIdentityByCRN(m map[string]json.RawMessage, result interface{}) (err error)

UnmarshalVolumeIdentityByCRN unmarshals an instance of VolumeIdentityByCRN from the specified map of raw messages.

func UnmarshalVolumeIdentityByHref

func UnmarshalVolumeIdentityByHref(m map[string]json.RawMessage, result interface{}) (err error)

UnmarshalVolumeIdentityByHref unmarshals an instance of VolumeIdentityByHref from the specified map of raw messages.

func UnmarshalVolumeIdentityByID

func UnmarshalVolumeIdentityByID(m map[string]json.RawMessage, result interface{}) (err error)

UnmarshalVolumeIdentityByID unmarshals an instance of VolumeIdentityByID from the specified map of raw messages.

func UnmarshalVolumePatch

func UnmarshalVolumePatch(m map[string]json.RawMessage, result interface{}) (err error)

UnmarshalVolumePatch unmarshals an instance of VolumePatch from the specified map of raw messages.

func UnmarshalVolumeProfile

func UnmarshalVolumeProfile(m map[string]json.RawMessage, result interface{}) (err error)

UnmarshalVolumeProfile unmarshals an instance of VolumeProfile from the specified map of raw messages.

func UnmarshalVolumeProfileCollection

func UnmarshalVolumeProfileCollection(m map[string]json.RawMessage, result interface{}) (err error)

UnmarshalVolumeProfileCollection unmarshals an instance of VolumeProfileCollection from the specified map of raw messages.

func UnmarshalVolumeProfileCollectionFirst

func UnmarshalVolumeProfileCollectionFirst(m map[string]json.RawMessage, result interface{}) (err error)

UnmarshalVolumeProfileCollectionFirst unmarshals an instance of VolumeProfileCollectionFirst from the specified map of raw messages.

func UnmarshalVolumeProfileCollectionNext

func UnmarshalVolumeProfileCollectionNext(m map[string]json.RawMessage, result interface{}) (err error)

UnmarshalVolumeProfileCollectionNext unmarshals an instance of VolumeProfileCollectionNext from the specified map of raw messages.

func UnmarshalVolumeProfileIdentity

func UnmarshalVolumeProfileIdentity(m map[string]json.RawMessage, result interface{}) (err error)

UnmarshalVolumeProfileIdentity unmarshals an instance of VolumeProfileIdentity from the specified map of raw messages.

func UnmarshalVolumeProfileIdentityByHref

func UnmarshalVolumeProfileIdentityByHref(m map[string]json.RawMessage, result interface{}) (err error)

UnmarshalVolumeProfileIdentityByHref unmarshals an instance of VolumeProfileIdentityByHref from the specified map of raw messages.

func UnmarshalVolumeProfileIdentityByName

func UnmarshalVolumeProfileIdentityByName(m map[string]json.RawMessage, result interface{}) (err error)

UnmarshalVolumeProfileIdentityByName unmarshals an instance of VolumeProfileIdentityByName from the specified map of raw messages.

func UnmarshalVolumeProfileReference

func UnmarshalVolumeProfileReference(m map[string]json.RawMessage, result interface{}) (err error)

UnmarshalVolumeProfileReference unmarshals an instance of VolumeProfileReference from the specified map of raw messages.

func UnmarshalVolumePrototype

func UnmarshalVolumePrototype(m map[string]json.RawMessage, result interface{}) (err error)

UnmarshalVolumePrototype unmarshals an instance of VolumePrototype from the specified map of raw messages.

func UnmarshalVolumePrototypeInstanceByImageContext

func UnmarshalVolumePrototypeInstanceByImageContext(m map[string]json.RawMessage, result interface{}) (err error)

UnmarshalVolumePrototypeInstanceByImageContext unmarshals an instance of VolumePrototypeInstanceByImageContext from the specified map of raw messages.

func UnmarshalVolumePrototypeInstanceBySourceSnapshotContext

func UnmarshalVolumePrototypeInstanceBySourceSnapshotContext(m map[string]json.RawMessage, result interface{}) (err error)

UnmarshalVolumePrototypeInstanceBySourceSnapshotContext unmarshals an instance of VolumePrototypeInstanceBySourceSnapshotContext from the specified map of raw messages.

func UnmarshalVolumePrototypeVolumeByCapacity

func UnmarshalVolumePrototypeVolumeByCapacity(m map[string]json.RawMessage, result interface{}) (err error)

UnmarshalVolumePrototypeVolumeByCapacity unmarshals an instance of VolumePrototypeVolumeByCapacity from the specified map of raw messages.

func UnmarshalVolumeReference

func UnmarshalVolumeReference(m map[string]json.RawMessage, result interface{}) (err error)

UnmarshalVolumeReference unmarshals an instance of VolumeReference from the specified map of raw messages.

func UnmarshalVolumeReferenceDeleted

func UnmarshalVolumeReferenceDeleted(m map[string]json.RawMessage, result interface{}) (err error)

UnmarshalVolumeReferenceDeleted unmarshals an instance of VolumeReferenceDeleted from the specified map of raw messages.

func UnmarshalVolumeStatusReason

func UnmarshalVolumeStatusReason(m map[string]json.RawMessage, result interface{}) (err error)

UnmarshalVolumeStatusReason unmarshals an instance of VolumeStatusReason from the specified map of raw messages.

func UnmarshalVpccseSourceIP

func UnmarshalVpccseSourceIP(m map[string]json.RawMessage, result interface{}) (err error)

UnmarshalVpccseSourceIP unmarshals an instance of VpccseSourceIP from the specified map of raw messages.

func UnmarshalZone

func UnmarshalZone(m map[string]json.RawMessage, result interface{}) (err error)

UnmarshalZone unmarshals an instance of Zone from the specified map of raw messages.

func UnmarshalZoneCollection

func UnmarshalZoneCollection(m map[string]json.RawMessage, result interface{}) (err error)

UnmarshalZoneCollection unmarshals an instance of ZoneCollection from the specified map of raw messages.

func UnmarshalZoneIdentity

func UnmarshalZoneIdentity(m map[string]json.RawMessage, result interface{}) (err error)

UnmarshalZoneIdentity unmarshals an instance of ZoneIdentity from the specified map of raw messages.

func UnmarshalZoneIdentityByHref

func UnmarshalZoneIdentityByHref(m map[string]json.RawMessage, result interface{}) (err error)

UnmarshalZoneIdentityByHref unmarshals an instance of ZoneIdentityByHref from the specified map of raw messages.

func UnmarshalZoneIdentityByName

func UnmarshalZoneIdentityByName(m map[string]json.RawMessage, result interface{}) (err error)

UnmarshalZoneIdentityByName unmarshals an instance of ZoneIdentityByName from the specified map of raw messages.

func UnmarshalZoneReference

func UnmarshalZoneReference(m map[string]json.RawMessage, result interface{}) (err error)

UnmarshalZoneReference unmarshals an instance of ZoneReference from the specified map of raw messages.

Types

type AddBareMetalServerNetworkInterfaceFloatingIPOptions

type AddBareMetalServerNetworkInterfaceFloatingIPOptions struct {
	// The bare metal server identifier.
	BareMetalServerID *string `json:"bare_metal_server_id" validate:"required,ne="`

	// The network interface identifier.
	NetworkInterfaceID *string `json:"network_interface_id" validate:"required,ne="`

	// The floating IP identifier.
	ID *string `json:"id" validate:"required,ne="`

	// Allows users to set headers on API requests
	Headers map[string]string
}

AddBareMetalServerNetworkInterfaceFloatingIPOptions : The AddBareMetalServerNetworkInterfaceFloatingIP options.

func (*AddBareMetalServerNetworkInterfaceFloatingIPOptions) SetBareMetalServerID

SetBareMetalServerID : Allow user to set BareMetalServerID

func (*AddBareMetalServerNetworkInterfaceFloatingIPOptions) SetHeaders

SetHeaders : Allow user to set Headers

func (*AddBareMetalServerNetworkInterfaceFloatingIPOptions) SetID

SetID : Allow user to set ID

func (*AddBareMetalServerNetworkInterfaceFloatingIPOptions) SetNetworkInterfaceID

SetNetworkInterfaceID : Allow user to set NetworkInterfaceID

type AddEndpointGatewayIPOptions

type AddEndpointGatewayIPOptions struct {
	// The endpoint gateway identifier.
	EndpointGatewayID *string `json:"endpoint_gateway_id" validate:"required,ne="`

	// The reserved IP identifier.
	ID *string `json:"id" validate:"required,ne="`

	// Allows users to set headers on API requests
	Headers map[string]string
}

AddEndpointGatewayIPOptions : The AddEndpointGatewayIP options.

func (*AddEndpointGatewayIPOptions) SetEndpointGatewayID

func (_options *AddEndpointGatewayIPOptions) SetEndpointGatewayID(endpointGatewayID string) *AddEndpointGatewayIPOptions

SetEndpointGatewayID : Allow user to set EndpointGatewayID

func (*AddEndpointGatewayIPOptions) SetHeaders

func (options *AddEndpointGatewayIPOptions) SetHeaders(param map[string]string) *AddEndpointGatewayIPOptions

SetHeaders : Allow user to set Headers

func (*AddEndpointGatewayIPOptions) SetID

SetID : Allow user to set ID

type AddInstanceNetworkInterfaceFloatingIPOptions

type AddInstanceNetworkInterfaceFloatingIPOptions struct {
	// The instance identifier.
	InstanceID *string `json:"instance_id" validate:"required,ne="`

	// The network interface identifier.
	NetworkInterfaceID *string `json:"network_interface_id" validate:"required,ne="`

	// The floating IP identifier.
	ID *string `json:"id" validate:"required,ne="`

	// Allows users to set headers on API requests
	Headers map[string]string
}

AddInstanceNetworkInterfaceFloatingIPOptions : The AddInstanceNetworkInterfaceFloatingIP options.

func (*AddInstanceNetworkInterfaceFloatingIPOptions) SetHeaders

SetHeaders : Allow user to set Headers

func (*AddInstanceNetworkInterfaceFloatingIPOptions) SetID

SetID : Allow user to set ID

func (*AddInstanceNetworkInterfaceFloatingIPOptions) SetInstanceID

SetInstanceID : Allow user to set InstanceID

func (*AddInstanceNetworkInterfaceFloatingIPOptions) SetNetworkInterfaceID

func (_options *AddInstanceNetworkInterfaceFloatingIPOptions) SetNetworkInterfaceID(networkInterfaceID string) *AddInstanceNetworkInterfaceFloatingIPOptions

SetNetworkInterfaceID : Allow user to set NetworkInterfaceID

type AddVPNGatewayConnectionLocalCIDROptions

type AddVPNGatewayConnectionLocalCIDROptions struct {
	// The VPN gateway identifier.
	VPNGatewayID *string `json:"vpn_gateway_id" validate:"required,ne="`

	// The VPN gateway connection identifier.
	ID *string `json:"id" validate:"required,ne="`

	// The address prefix part of the CIDR.
	CIDRPrefix *string `json:"cidr_prefix" validate:"required,ne="`

	// The prefix length part of the CIDR.
	PrefixLength *string `json:"prefix_length" validate:"required,ne="`

	// Allows users to set headers on API requests
	Headers map[string]string
}

AddVPNGatewayConnectionLocalCIDROptions : The AddVPNGatewayConnectionLocalCIDR options.

func (*AddVPNGatewayConnectionLocalCIDROptions) SetCIDRPrefix

SetCIDRPrefix : Allow user to set CIDRPrefix

func (*AddVPNGatewayConnectionLocalCIDROptions) SetHeaders

SetHeaders : Allow user to set Headers

func (*AddVPNGatewayConnectionLocalCIDROptions) SetID

SetID : Allow user to set ID

func (*AddVPNGatewayConnectionLocalCIDROptions) SetPrefixLength

SetPrefixLength : Allow user to set PrefixLength

func (*AddVPNGatewayConnectionLocalCIDROptions) SetVPNGatewayID

SetVPNGatewayID : Allow user to set VPNGatewayID

type AddVPNGatewayConnectionPeerCIDROptions

type AddVPNGatewayConnectionPeerCIDROptions struct {
	// The VPN gateway identifier.
	VPNGatewayID *string `json:"vpn_gateway_id" validate:"required,ne="`

	// The VPN gateway connection identifier.
	ID *string `json:"id" validate:"required,ne="`

	// The address prefix part of the CIDR.
	CIDRPrefix *string `json:"cidr_prefix" validate:"required,ne="`

	// The prefix length part of the CIDR.
	PrefixLength *string `json:"prefix_length" validate:"required,ne="`

	// Allows users to set headers on API requests
	Headers map[string]string
}

AddVPNGatewayConnectionPeerCIDROptions : The AddVPNGatewayConnectionPeerCIDR options.

func (*AddVPNGatewayConnectionPeerCIDROptions) SetCIDRPrefix

SetCIDRPrefix : Allow user to set CIDRPrefix

func (*AddVPNGatewayConnectionPeerCIDROptions) SetHeaders

SetHeaders : Allow user to set Headers

func (*AddVPNGatewayConnectionPeerCIDROptions) SetID

SetID : Allow user to set ID

func (*AddVPNGatewayConnectionPeerCIDROptions) SetPrefixLength

SetPrefixLength : Allow user to set PrefixLength

func (*AddVPNGatewayConnectionPeerCIDROptions) SetVPNGatewayID

SetVPNGatewayID : Allow user to set VPNGatewayID

type AddressPrefix

type AddressPrefix struct {
	// The CIDR block for this prefix.
	CIDR *string `json:"cidr" validate:"required"`

	// The date and time that the prefix was created.
	CreatedAt *strfmt.DateTime `json:"created_at" validate:"required"`

	// Indicates whether subnets exist with addresses from this prefix.
	HasSubnets *bool `json:"has_subnets" validate:"required"`

	// The URL for this address prefix.
	Href *string `json:"href" validate:"required"`

	// The unique identifier for this address prefix.
	ID *string `json:"id" validate:"required"`

	// Indicates whether this is the default prefix for this zone in this VPC. If a default prefix was automatically
	// created when the VPC was created, the prefix is automatically named using a hyphenated list of randomly-selected
	// words, but may be updated with a user-specified name.
	IsDefault *bool `json:"is_default" validate:"required"`

	// The user-defined name for this address prefix. Names must be unique within the VPC the address prefix resides in.
	Name *string `json:"name" validate:"required"`

	// The zone this address prefix resides in.
	Zone *ZoneReference `json:"zone" validate:"required"`
}

AddressPrefix : AddressPrefix struct

type AddressPrefixCollection

type AddressPrefixCollection struct {
	// Collection of address prefixes.
	AddressPrefixes []AddressPrefix `json:"address_prefixes" validate:"required"`

	// A link to the first page of resources.
	First *AddressPrefixCollectionFirst `json:"first" validate:"required"`

	// The maximum number of resources that can be returned by the request.
	Limit *int64 `json:"limit" validate:"required"`

	// A link to the next page of resources. This property is present for all pages
	// except the last page.
	Next *AddressPrefixCollectionNext `json:"next,omitempty"`

	// The total number of resources across all pages.
	TotalCount *int64 `json:"total_count" validate:"required"`
}

AddressPrefixCollection : AddressPrefixCollection struct

func (*AddressPrefixCollection) GetNextStart

func (resp *AddressPrefixCollection) GetNextStart() (*string, error)

Retrieve the value to be passed to a request to access the next page of results

type AddressPrefixCollectionFirst

type AddressPrefixCollectionFirst struct {
	// The URL for a page of resources.
	Href *string `json:"href" validate:"required"`
}

AddressPrefixCollectionFirst : A link to the first page of resources.

type AddressPrefixCollectionNext

type AddressPrefixCollectionNext struct {
	// The URL for a page of resources.
	Href *string `json:"href" validate:"required"`
}

AddressPrefixCollectionNext : A link to the next page of resources. This property is present for all pages except the last page.

type AddressPrefixPatch

type AddressPrefixPatch struct {
	// Indicates whether this is the default prefix for this zone in this VPC. Updating to true makes this prefix the
	// default prefix for this zone in this VPC, provided the VPC currently has no default address prefix for this zone.
	// Updating to false removes the default prefix for this zone in this VPC.
	IsDefault *bool `json:"is_default,omitempty"`

	// The user-defined name for this address prefix. Names must be unique within the VPC the address prefix resides in.
	Name *string `json:"name,omitempty"`
}

AddressPrefixPatch : AddressPrefixPatch struct

func (*AddressPrefixPatch) AsPatch

func (addressPrefixPatch *AddressPrefixPatch) AsPatch() (_patch map[string]interface{}, err error)

AsPatch returns a generic map representation of the AddressPrefixPatch

type BareMetalServer

type BareMetalServer struct {
	// The total bandwidth (in megabits per second) shared across the bare metal server's network interfaces.
	Bandwidth *int64 `json:"bandwidth" validate:"required"`

	// The possible resource types for this property are expected to expand in the future.
	BootTarget BareMetalServerBootTargetIntf `json:"boot_target" validate:"required"`

	// The bare metal server CPU configuration.
	Cpu *BareMetalServerCpu `json:"cpu" validate:"required"`

	// The date and time that the bare metal server was created.
	CreatedAt *strfmt.DateTime `json:"created_at" validate:"required"`

	// The CRN for this bare metal server.
	CRN *string `json:"crn" validate:"required"`

	// The disks for this bare metal server, including any disks that are associated with the
	// `boot_target`.
	Disks []BareMetalServerDisk `json:"disks" validate:"required"`

	// Indicates whether secure boot is enabled. If enabled, the image must support secure boot or the server will fail to
	// boot.
	EnableSecureBoot *bool `json:"enable_secure_boot" validate:"required"`

	// The URL for this bare metal server.
	Href *string `json:"href" validate:"required"`

	// The unique identifier for this bare metal server.
	ID *string `json:"id" validate:"required"`

	// The amount of memory, truncated to whole gibibytes.
	Memory *int64 `json:"memory" validate:"required"`

	// The user-defined name for this bare metal server (and default system hostname).
	Name *string `json:"name" validate:"required"`

	// The network interfaces for this bare metal server, including the primary network interface.
	NetworkInterfaces []NetworkInterfaceBareMetalServerContextReference `json:"network_interfaces" validate:"required"`

	// Primary network interface.
	PrimaryNetworkInterface *NetworkInterfaceBareMetalServerContextReference `json:"primary_network_interface" validate:"required"`

	// The profile this bare metal server uses.
	Profile *BareMetalServerProfileReference `json:"profile" validate:"required"`

	// The resource group for this bare metal server.
	ResourceGroup *ResourceGroupReference `json:"resource_group" validate:"required"`

	// The resource type.
	ResourceType *string `json:"resource_type" validate:"required"`

	// The status of the bare metal server.
	Status *string `json:"status" validate:"required"`

	// The reasons for the current status (if any).
	//
	// The enumerated reason code values for this property will expand in the future. When processing this property, check
	// for and log unknown values. Optionally halt processing and surface the error, or bypass the resource on which the
	// unexpected reason code was encountered.
	StatusReasons []BareMetalServerStatusReason `json:"status_reasons" validate:"required"`

	TrustedPlatformModule *BareMetalServerTrustedPlatformModule `json:"trusted_platform_module" validate:"required"`

	// The VPC this bare metal server resides in.
	VPC *VPCReference `json:"vpc" validate:"required"`

	// The zone this bare metal server resides in.
	Zone *ZoneReference `json:"zone" validate:"required"`
}

BareMetalServer : BareMetalServer struct

type BareMetalServerBootTarget

type BareMetalServerBootTarget struct {
	// If present, this property indicates the referenced resource has been deleted and provides
	// some supplementary information.
	Deleted *BareMetalServerDiskReferenceDeleted `json:"deleted,omitempty"`

	// The URL for this bare metal server disk.
	Href *string `json:"href,omitempty"`

	// The unique identifier for this bare metal server disk.
	ID *string `json:"id,omitempty"`

	// The user-defined name for this disk.
	Name *string `json:"name,omitempty"`

	// The resource type.
	ResourceType *string `json:"resource_type,omitempty"`
}

BareMetalServerBootTarget : The possible resource types for this property are expected to expand in the future. Models which "extend" this model: - BareMetalServerBootTargetBareMetalServerDiskReference

type BareMetalServerBootTargetBareMetalServerDiskReference

type BareMetalServerBootTargetBareMetalServerDiskReference struct {
	// If present, this property indicates the referenced resource has been deleted and provides
	// some supplementary information.
	Deleted *BareMetalServerDiskReferenceDeleted `json:"deleted,omitempty"`

	// The URL for this bare metal server disk.
	Href *string `json:"href" validate:"required"`

	// The unique identifier for this bare metal server disk.
	ID *string `json:"id" validate:"required"`

	// The user-defined name for this disk.
	Name *string `json:"name" validate:"required"`

	// The resource type.
	ResourceType *string `json:"resource_type" validate:"required"`
}

BareMetalServerBootTargetBareMetalServerDiskReference : BareMetalServerBootTargetBareMetalServerDiskReference struct This model "extends" BareMetalServerBootTarget

type BareMetalServerBootTargetIntf

type BareMetalServerBootTargetIntf interface {
	// contains filtered or unexported methods
}

type BareMetalServerCollection

type BareMetalServerCollection struct {
	// Collection of bare metal servers.
	BareMetalServers []BareMetalServer `json:"bare_metal_servers" validate:"required"`

	// A link to the first page of resources.
	First *BareMetalServerCollectionFirst `json:"first" validate:"required"`

	// The maximum number of resources that can be returned by the request.
	Limit *int64 `json:"limit" validate:"required"`

	// A link to the next page of resources. This property is present for all pages
	// except the last page.
	Next *BareMetalServerCollectionNext `json:"next,omitempty"`

	// The total number of resources across all pages.
	TotalCount *int64 `json:"total_count" validate:"required"`
}

BareMetalServerCollection : BareMetalServerCollection struct

func (*BareMetalServerCollection) GetNextStart

func (resp *BareMetalServerCollection) GetNextStart() (*string, error)

Retrieve the value to be passed to a request to access the next page of results

type BareMetalServerCollectionFirst

type BareMetalServerCollectionFirst struct {
	// The URL for a page of resources.
	Href *string `json:"href" validate:"required"`
}

BareMetalServerCollectionFirst : A link to the first page of resources.

type BareMetalServerCollectionNext

type BareMetalServerCollectionNext struct {
	// The URL for a page of resources.
	Href *string `json:"href" validate:"required"`
}

BareMetalServerCollectionNext : A link to the next page of resources. This property is present for all pages except the last page.

type BareMetalServerConsoleAccessToken

type BareMetalServerConsoleAccessToken struct {
	// A URL safe single-use token used to access the console WebSocket.
	AccessToken *string `json:"access_token" validate:"required"`

	// The bare metal server console type for which this token may be used.
	ConsoleType *string `json:"console_type" validate:"required"`

	// The date and time that the access token was created.
	CreatedAt *strfmt.DateTime `json:"created_at" validate:"required"`

	// The date and time that the access token will expire.
	ExpiresAt *strfmt.DateTime `json:"expires_at" validate:"required"`

	// Indicates whether to disconnect an existing serial console session as the serial console cannot be shared.  This has
	// no effect on VNC consoles.
	Force *bool `json:"force" validate:"required"`

	// The URL to access this bare metal server console.
	Href *string `json:"href" validate:"required"`
}

BareMetalServerConsoleAccessToken : The bare metal server console access token information.

type BareMetalServerCpu

type BareMetalServerCpu struct {
	// The CPU architecture.
	Architecture *string `json:"architecture" validate:"required"`

	// The total number of cores.
	CoreCount *int64 `json:"core_count" validate:"required"`

	// The total number of CPU sockets.
	SocketCount *int64 `json:"socket_count" validate:"required"`

	// The total number of hardware threads per core.
	ThreadsPerCore *int64 `json:"threads_per_core" validate:"required"`
}

BareMetalServerCpu : The bare metal server CPU configuration.

type BareMetalServerDisk

type BareMetalServerDisk struct {
	// The date and time that the disk was created.
	CreatedAt *strfmt.DateTime `json:"created_at" validate:"required"`

	// The URL for this bare metal server disk.
	Href *string `json:"href" validate:"required"`

	// The unique identifier for this bare metal server disk.
	ID *string `json:"id" validate:"required"`

	// The disk interface used for attaching the disk.
	//
	// The enumerated values for this property are expected to expand in the future. When processing this property, check
	// for and log unknown values. Optionally halt processing and surface the error, or bypass the resource on which the
	// unexpected property value was encountered.
	InterfaceType *string `json:"interface_type" validate:"required"`

	// The user-defined name for this disk.
	Name *string `json:"name" validate:"required"`

	// The resource type.
	ResourceType *string `json:"resource_type" validate:"required"`

	// The size of the disk in GB (gigabytes).
	Size *int64 `json:"size" validate:"required"`
}

BareMetalServerDisk : BareMetalServerDisk struct

type BareMetalServerDiskCollection

type BareMetalServerDiskCollection struct {
	// Collection of the bare metal server's disks.
	Disks []BareMetalServerDisk `json:"disks" validate:"required"`
}

BareMetalServerDiskCollection : BareMetalServerDiskCollection struct

type BareMetalServerDiskPatch

type BareMetalServerDiskPatch struct {
	// The user-defined name for this disk.
	Name *string `json:"name,omitempty"`
}

BareMetalServerDiskPatch : BareMetalServerDiskPatch struct

func (*BareMetalServerDiskPatch) AsPatch

func (bareMetalServerDiskPatch *BareMetalServerDiskPatch) AsPatch() (_patch map[string]interface{}, err error)

AsPatch returns a generic map representation of the BareMetalServerDiskPatch

type BareMetalServerDiskReferenceDeleted

type BareMetalServerDiskReferenceDeleted struct {
	// Link to documentation about deleted resources.
	MoreInfo *string `json:"more_info" validate:"required"`
}

BareMetalServerDiskReferenceDeleted : If present, this property indicates the referenced resource has been deleted and provides some supplementary information.

type BareMetalServerInitialization

type BareMetalServerInitialization struct {
	// The image the bare metal server was provisioned from.
	Image *ImageReference `json:"image" validate:"required"`

	// The public SSH keys used at initialization.
	Keys []KeyReference `json:"keys" validate:"required"`

	// The user accounts that are created at initialization. There can be multiple account types distinguished by the
	// `resource_type` property.
	UserAccounts []BareMetalServerInitializationUserAccountIntf `json:"user_accounts" validate:"required"`
}

BareMetalServerInitialization : BareMetalServerInitialization struct

type BareMetalServerInitializationPrototype

type BareMetalServerInitializationPrototype struct {
	// The image to be used when provisioning the bare metal server.
	Image ImageIdentityIntf `json:"image" validate:"required"`

	// The public SSH keys to install on the bare metal server. Keys will be made available to the bare metal server as
	// cloud-init vendor data. For cloud-init enabled images, these keys will also be added as SSH authorized keys for the
	// administrative user.
	//
	// For Windows images, at least one key must be specified, and one will be chosen to encrypt the administrator
	// password. Keys are optional for other images, but if no keys are specified, the instance will be inaccessible unless
	// the specified image provides another means of access.
	Keys []KeyIdentityIntf `json:"keys" validate:"required"`

	// User data to be made available when initializing the bare metal server.
	UserData *string `json:"user_data,omitempty"`
}

BareMetalServerInitializationPrototype : BareMetalServerInitializationPrototype struct

type BareMetalServerInitializationUserAccount

type BareMetalServerInitializationUserAccount struct {
	// The password at initialization, encrypted using `encryption_key`, and returned base64-encoded.
	EncryptedPassword *[]byte `json:"encrypted_password,omitempty"`

	// The public SSH key used to encrypt the password.
	EncryptionKey *KeyReference `json:"encryption_key,omitempty"`

	// The resource type.
	ResourceType *string `json:"resource_type,omitempty"`

	// The username for the account created at initialization.
	Username *string `json:"username,omitempty"`
}

BareMetalServerInitializationUserAccount : BareMetalServerInitializationUserAccount struct Models which "extend" this model: - BareMetalServerInitializationUserAccountBareMetalServerInitializationHostUserAccount

type BareMetalServerInitializationUserAccountBareMetalServerInitializationHostUserAccount

type BareMetalServerInitializationUserAccountBareMetalServerInitializationHostUserAccount struct {
	// The password at initialization, encrypted using `encryption_key`, and returned base64-encoded.
	EncryptedPassword *[]byte `json:"encrypted_password" validate:"required"`

	// The public SSH key used to encrypt the password.
	EncryptionKey *KeyReference `json:"encryption_key" validate:"required"`

	// The resource type.
	ResourceType *string `json:"resource_type" validate:"required"`

	// The username for the account created at initialization.
	Username *string `json:"username" validate:"required"`
}

BareMetalServerInitializationUserAccountBareMetalServerInitializationHostUserAccount : BareMetalServerInitializationUserAccountBareMetalServerInitializationHostUserAccount struct This model "extends" BareMetalServerInitializationUserAccount

type BareMetalServerInitializationUserAccountIntf

type BareMetalServerInitializationUserAccountIntf interface {
	// contains filtered or unexported methods
}

type BareMetalServerNetworkInterface

type BareMetalServerNetworkInterface struct {
	// Indicates whether source IP spoofing is allowed on this interface. If false, source IP spoofing is prevented on this
	// interface. If true, source IP spoofing is allowed on this interface.
	AllowIPSpoofing *bool `json:"allow_ip_spoofing" validate:"required"`

	// The date and time that the network interface was created.
	CreatedAt *strfmt.DateTime `json:"created_at" validate:"required"`

	// If `true`:
	//    - The VPC infrastructure performs any needed NAT operations.
	//    - A single floating IP can be assigned to the network interface.
	//
	// If `false`:
	//    - The packet is passed unmodified to/from the network interface,
	//      allowing the workload to perform any needed NAT operations.
	//    - Multiple floating IPs can be assigned to the network interface.
	//    - `allow_ip_spoofing` must be set to `false`.
	EnableInfrastructureNat *bool `json:"enable_infrastructure_nat" validate:"required"`

	// The floating IPs associated with this network interface.
	FloatingIps []FloatingIPReference `json:"floating_ips,omitempty"`

	// The URL for this network interface.
	Href *string `json:"href" validate:"required"`

	// The unique identifier for this network interface.
	ID *string `json:"id" validate:"required"`

	// The network interface type:
	// - `pci`: a physical PCI device which can only be created or deleted when the bare metal
	//   server is stopped
	//   - Has an `allowed_vlans` property which controls the VLANs that will be permitted
	//     to use the pci interface
	//   - Cannot directly use an IEEE 802.1q VLAN tag.
	// - `vlan`: a virtual device, used through a `pci` device that has the `vlan` in its array
	//    of `allowed_vlans`.
	//   - Must use an IEEE 802.1q tag.
	//   - Has its own security groups and does not inherit those of the PCI device through
	//     which traffic flows.
	InterfaceType *string `json:"interface_type" validate:"required"`

	// The MAC address of the interface.  If absent, the value is not known.
	MacAddress *string `json:"mac_address" validate:"required"`

	// The user-defined name for this network interface.
	Name *string `json:"name" validate:"required"`

	// The network interface port speed in Mbps.
	PortSpeed *int64 `json:"port_speed" validate:"required"`

	PrimaryIP *ReservedIPReference `json:"primary_ip" validate:"required"`

	// The resource type.
	ResourceType *string `json:"resource_type" validate:"required"`

	// The security groups targeting this network interface.
	SecurityGroups []SecurityGroupReference `json:"security_groups" validate:"required"`

	// The status of the network interface.
	Status *string `json:"status" validate:"required"`

	// The associated subnet.
	Subnet *SubnetReference `json:"subnet" validate:"required"`

	// The type of this bare metal server network interface.
	Type *string `json:"type" validate:"required"`

	// Indicates what VLAN IDs (for VLAN type only) can use this physical (PCI type) interface. A given VLAN can only be in
	// the `allowed_vlans` array for one PCI type adapter per bare metal server.
	AllowedVlans []int64 `json:"allowed_vlans,omitempty"`

	// Indicates if the interface can float to any other server within the same
	// `resource_group`. The interface will float automatically if the network detects a GARP or RARP on another bare metal
	// server in the resource group.  Applies only to `vlan` type interfaces.
	AllowInterfaceToFloat *bool `json:"allow_interface_to_float,omitempty"`

	// Indicates the 802.1Q VLAN ID tag that must be used for all traffic on this interface.
	Vlan *int64 `json:"vlan,omitempty"`
}

BareMetalServerNetworkInterface : BareMetalServerNetworkInterface struct Models which "extend" this model: - BareMetalServerNetworkInterfaceByPci - BareMetalServerNetworkInterfaceByVlan

type BareMetalServerNetworkInterfaceByPci

type BareMetalServerNetworkInterfaceByPci struct {
	// Indicates whether source IP spoofing is allowed on this interface. If false, source IP spoofing is prevented on this
	// interface. If true, source IP spoofing is allowed on this interface.
	AllowIPSpoofing *bool `json:"allow_ip_spoofing" validate:"required"`

	// The date and time that the network interface was created.
	CreatedAt *strfmt.DateTime `json:"created_at" validate:"required"`

	// If `true`:
	//    - The VPC infrastructure performs any needed NAT operations.
	//    - A single floating IP can be assigned to the network interface.
	//
	// If `false`:
	//    - The packet is passed unmodified to/from the network interface,
	//      allowing the workload to perform any needed NAT operations.
	//    - Multiple floating IPs can be assigned to the network interface.
	//    - `allow_ip_spoofing` must be set to `false`.
	EnableInfrastructureNat *bool `json:"enable_infrastructure_nat" validate:"required"`

	// The floating IPs associated with this network interface.
	FloatingIps []FloatingIPReference `json:"floating_ips,omitempty"`

	// The URL for this network interface.
	Href *string `json:"href" validate:"required"`

	// The unique identifier for this network interface.
	ID *string `json:"id" validate:"required"`

	// The network interface type:
	// - `pci`: a physical PCI device which can only be created or deleted when the bare metal
	//   server is stopped
	//   - Has an `allowed_vlans` property which controls the VLANs that will be permitted
	//     to use the pci interface
	//   - Cannot directly use an IEEE 802.1q VLAN tag.
	// - `vlan`: a virtual device, used through a `pci` device that has the `vlan` in its array
	//    of `allowed_vlans`.
	//   - Must use an IEEE 802.1q tag.
	//   - Has its own security groups and does not inherit those of the PCI device through
	//     which traffic flows.
	InterfaceType *string `json:"interface_type" validate:"required"`

	// The MAC address of the interface.  If absent, the value is not known.
	MacAddress *string `json:"mac_address" validate:"required"`

	// The user-defined name for this network interface.
	Name *string `json:"name" validate:"required"`

	// The network interface port speed in Mbps.
	PortSpeed *int64 `json:"port_speed" validate:"required"`

	PrimaryIP *ReservedIPReference `json:"primary_ip" validate:"required"`

	// The resource type.
	ResourceType *string `json:"resource_type" validate:"required"`

	// The security groups targeting this network interface.
	SecurityGroups []SecurityGroupReference `json:"security_groups" validate:"required"`

	// The status of the network interface.
	Status *string `json:"status" validate:"required"`

	// The associated subnet.
	Subnet *SubnetReference `json:"subnet" validate:"required"`

	// The type of this bare metal server network interface.
	Type *string `json:"type" validate:"required"`

	// Indicates what VLAN IDs (for VLAN type only) can use this physical (PCI type) interface. A given VLAN can only be in
	// the `allowed_vlans` array for one PCI type adapter per bare metal server.
	AllowedVlans []int64 `json:"allowed_vlans" validate:"required"`
}

BareMetalServerNetworkInterfaceByPci : BareMetalServerNetworkInterfaceByPci struct This model "extends" BareMetalServerNetworkInterface

type BareMetalServerNetworkInterfaceByVlan

type BareMetalServerNetworkInterfaceByVlan struct {
	// Indicates whether source IP spoofing is allowed on this interface. If false, source IP spoofing is prevented on this
	// interface. If true, source IP spoofing is allowed on this interface.
	AllowIPSpoofing *bool `json:"allow_ip_spoofing" validate:"required"`

	// The date and time that the network interface was created.
	CreatedAt *strfmt.DateTime `json:"created_at" validate:"required"`

	// If `true`:
	//    - The VPC infrastructure performs any needed NAT operations.
	//    - A single floating IP can be assigned to the network interface.
	//
	// If `false`:
	//    - The packet is passed unmodified to/from the network interface,
	//      allowing the workload to perform any needed NAT operations.
	//    - Multiple floating IPs can be assigned to the network interface.
	//    - `allow_ip_spoofing` must be set to `false`.
	EnableInfrastructureNat *bool `json:"enable_infrastructure_nat" validate:"required"`

	// The floating IPs associated with this network interface.
	FloatingIps []FloatingIPReference `json:"floating_ips,omitempty"`

	// The URL for this network interface.
	Href *string `json:"href" validate:"required"`

	// The unique identifier for this network interface.
	ID *string `json:"id" validate:"required"`

	// The network interface type:
	// - `pci`: a physical PCI device which can only be created or deleted when the bare metal
	//   server is stopped
	//   - Has an `allowed_vlans` property which controls the VLANs that will be permitted
	//     to use the pci interface
	//   - Cannot directly use an IEEE 802.1q VLAN tag.
	// - `vlan`: a virtual device, used through a `pci` device that has the `vlan` in its array
	//    of `allowed_vlans`.
	//   - Must use an IEEE 802.1q tag.
	//   - Has its own security groups and does not inherit those of the PCI device through
	//     which traffic flows.
	InterfaceType *string `json:"interface_type" validate:"required"`

	// The MAC address of the interface.  If absent, the value is not known.
	MacAddress *string `json:"mac_address" validate:"required"`

	// The user-defined name for this network interface.
	Name *string `json:"name" validate:"required"`

	// The network interface port speed in Mbps.
	PortSpeed *int64 `json:"port_speed" validate:"required"`

	PrimaryIP *ReservedIPReference `json:"primary_ip" validate:"required"`

	// The resource type.
	ResourceType *string `json:"resource_type" validate:"required"`

	// The security groups targeting this network interface.
	SecurityGroups []SecurityGroupReference `json:"security_groups" validate:"required"`

	// The status of the network interface.
	Status *string `json:"status" validate:"required"`

	// The associated subnet.
	Subnet *SubnetReference `json:"subnet" validate:"required"`

	// The type of this bare metal server network interface.
	Type *string `json:"type" validate:"required"`

	// Indicates if the interface can float to any other server within the same
	// `resource_group`. The interface will float automatically if the network detects a GARP or RARP on another bare metal
	// server in the resource group.  Applies only to `vlan` type interfaces.
	AllowInterfaceToFloat *bool `json:"allow_interface_to_float" validate:"required"`

	// Indicates the 802.1Q VLAN ID tag that must be used for all traffic on this interface.
	Vlan *int64 `json:"vlan" validate:"required"`
}

BareMetalServerNetworkInterfaceByVlan : BareMetalServerNetworkInterfaceByVlan struct This model "extends" BareMetalServerNetworkInterface

type BareMetalServerNetworkInterfaceCollection

type BareMetalServerNetworkInterfaceCollection struct {
	// A link to the first page of resources.
	First *BareMetalServerNetworkInterfaceCollectionFirst `json:"first" validate:"required"`

	// The maximum number of resources that can be returned by the request.
	Limit *int64 `json:"limit" validate:"required"`

	// Collection of network interfaces.
	NetworkInterfaces []BareMetalServerNetworkInterfaceIntf `json:"network_interfaces" validate:"required"`

	// A link to the next page of resources. This property is present for all pages
	// except the last page.
	Next *BareMetalServerNetworkInterfaceCollectionNext `json:"next,omitempty"`

	// The total number of resources across all pages.
	TotalCount *int64 `json:"total_count" validate:"required"`
}

BareMetalServerNetworkInterfaceCollection : BareMetalServerNetworkInterfaceCollection struct

func (*BareMetalServerNetworkInterfaceCollection) GetNextStart

func (resp *BareMetalServerNetworkInterfaceCollection) GetNextStart() (*string, error)

Retrieve the value to be passed to a request to access the next page of results

type BareMetalServerNetworkInterfaceCollectionFirst

type BareMetalServerNetworkInterfaceCollectionFirst struct {
	// The URL for a page of resources.
	Href *string `json:"href" validate:"required"`
}

BareMetalServerNetworkInterfaceCollectionFirst : A link to the first page of resources.

type BareMetalServerNetworkInterfaceCollectionNext

type BareMetalServerNetworkInterfaceCollectionNext struct {
	// The URL for a page of resources.
	Href *string `json:"href" validate:"required"`
}

BareMetalServerNetworkInterfaceCollectionNext : A link to the next page of resources. This property is present for all pages except the last page.

type BareMetalServerNetworkInterfaceIntf

type BareMetalServerNetworkInterfaceIntf interface {
	// contains filtered or unexported methods
}

type BareMetalServerNetworkInterfacePatch

type BareMetalServerNetworkInterfacePatch struct {
	// Indicates whether source IP spoofing is allowed on this interface. If false, source IP spoofing is prevented on this
	// interface. If true, source IP spoofing is allowed on this interface.
	AllowIPSpoofing *bool `json:"allow_ip_spoofing,omitempty"`

	// Indicates what VLAN IDs (for VLAN type only) can use this physical (PCI type) interface. A given VLAN can only be in
	// the `allowed_vlans` array for one PCI type adapter per bare metal server.
	AllowedVlans []int64 `json:"allowed_vlans,omitempty"`

	// If `true`:
	//    - The VPC infrastructure performs any needed NAT operations.
	//    - A single floating IP can be assigned to the network interface.
	//
	// If `false`:
	//    - The packet is passed unmodified to/from the network interface,
	//      allowing the workload to perform any needed NAT operations.
	//    - Multiple floating IPs can be assigned to the network interface.
	//    - `allow_ip_spoofing` must be set to `false`.
	EnableInfrastructureNat *bool `json:"enable_infrastructure_nat,omitempty"`

	// The user-defined name for network interface. Names must be unique within the instance the network interface resides
	// in.
	Name *string `json:"name,omitempty"`
}

BareMetalServerNetworkInterfacePatch : BareMetalServerNetworkInterfacePatch struct

func (*BareMetalServerNetworkInterfacePatch) AsPatch

func (bareMetalServerNetworkInterfacePatch *BareMetalServerNetworkInterfacePatch) AsPatch() (_patch map[string]interface{}, err error)

AsPatch returns a generic map representation of the BareMetalServerNetworkInterfacePatch

type BareMetalServerNetworkInterfacePrototype

type BareMetalServerNetworkInterfacePrototype struct {
	// Indicates whether source IP spoofing is allowed on this interface. If false, source IP spoofing is prevented on this
	// interface. If true, source IP spoofing is allowed on this interface.
	AllowIPSpoofing *bool `json:"allow_ip_spoofing,omitempty"`

	// If `true`:
	//    - The VPC infrastructure performs any needed NAT operations.
	//    - A single floating IP can be assigned to the network interface.
	//
	// If `false`:
	//    - The packet is passed unmodified to/from the network interface,
	//      allowing the workload to perform any needed NAT operations.
	//    - Multiple floating IPs can be assigned to the network interface.
	//    - `allow_ip_spoofing` must be set to `false`.
	EnableInfrastructureNat *bool `json:"enable_infrastructure_nat,omitempty"`

	// The network interface type:
	// - `pci`: a physical PCI device which can only be created or deleted when the bare metal
	//   server is stopped
	//   - Has an `allowed_vlans` property which controls the VLANs that will be permitted
	//     to use the pci interface
	//   - Cannot directly use an IEEE 802.1q VLAN tag.
	// - `vlan`: a virtual device, used through a `pci` device that has the `vlan` in its array
	//    of `allowed_vlans`.
	//   - Must use an IEEE 802.1q tag.
	//   - Has its own security groups and does not inherit those of the PCI device through
	//     which traffic flows.
	InterfaceType *string `json:"interface_type" validate:"required"`

	// The user-defined name for network interface. Names must be unique within the instance the network interface resides
	// in. If unspecified, the name will be a hyphenated list of randomly-selected words.
	Name *string `json:"name,omitempty"`

	// The primary IP address to bind to the network interface. This can be specified using
	// an existing reserved IP, or a prototype object for a new reserved IP.
	//
	// If an existing reserved IP or a prototype object with an address is specified, it must
	// be available on the network interface's subnet. Otherwise, an available address on the
	// subnet will be automatically selected and reserved.
	PrimaryIP NetworkInterfaceIPPrototypeIntf `json:"primary_ip,omitempty"`

	// The security groups to use for this network interface. If unspecified, the VPC's default security group is used.
	SecurityGroups []SecurityGroupIdentityIntf `json:"security_groups,omitempty"`

	// The associated subnet.
	Subnet SubnetIdentityIntf `json:"subnet" validate:"required"`

	// Indicates what VLAN IDs (for VLAN type only) can use this physical (PCI type) interface. A given VLAN can only be in
	// the `allowed_vlans` array for one PCI type adapter per bare metal server.
	AllowedVlans []int64 `json:"allowed_vlans,omitempty"`

	// Indicates if the interface can float to any other server within the same
	// `resource_group`. The interface will float automatically if the network detects a GARP or RARP on another bare metal
	// server in the resource group.  Applies only to `vlan` type interfaces.
	AllowInterfaceToFloat *bool `json:"allow_interface_to_float,omitempty"`

	// Indicates the 802.1Q VLAN ID tag that must be used for all traffic on this interface.
	Vlan *int64 `json:"vlan,omitempty"`
}

BareMetalServerNetworkInterfacePrototype : BareMetalServerNetworkInterfacePrototype struct Models which "extend" this model: - BareMetalServerNetworkInterfacePrototypeBareMetalServerNetworkInterfaceByPciPrototype - BareMetalServerNetworkInterfacePrototypeBareMetalServerNetworkInterfaceByVlanPrototype

type BareMetalServerNetworkInterfacePrototypeBareMetalServerNetworkInterfaceByPciPrototype

type BareMetalServerNetworkInterfacePrototypeBareMetalServerNetworkInterfaceByPciPrototype struct {
	// Indicates whether source IP spoofing is allowed on this interface. If false, source IP spoofing is prevented on this
	// interface. If true, source IP spoofing is allowed on this interface.
	AllowIPSpoofing *bool `json:"allow_ip_spoofing,omitempty"`

	// If `true`:
	//    - The VPC infrastructure performs any needed NAT operations.
	//    - A single floating IP can be assigned to the network interface.
	//
	// If `false`:
	//    - The packet is passed unmodified to/from the network interface,
	//      allowing the workload to perform any needed NAT operations.
	//    - Multiple floating IPs can be assigned to the network interface.
	//    - `allow_ip_spoofing` must be set to `false`.
	EnableInfrastructureNat *bool `json:"enable_infrastructure_nat,omitempty"`

	// The network interface type:
	// - `pci`: a physical PCI device which can only be created or deleted when the bare metal
	//   server is stopped
	//   - Has an `allowed_vlans` property which controls the VLANs that will be permitted
	//     to use the pci interface
	//   - Cannot directly use an IEEE 802.1q VLAN tag.
	// - `vlan`: a virtual device, used through a `pci` device that has the `vlan` in its array
	//    of `allowed_vlans`.
	//   - Must use an IEEE 802.1q tag.
	//   - Has its own security groups and does not inherit those of the PCI device through
	//     which traffic flows.
	InterfaceType *string `json:"interface_type" validate:"required"`

	// The user-defined name for network interface. Names must be unique within the instance the network interface resides
	// in. If unspecified, the name will be a hyphenated list of randomly-selected words.
	Name *string `json:"name,omitempty"`

	// The primary IP address to bind to the network interface. This can be specified using an existing reserved IP, or a
	// prototype object for a new reserved IP.
	//
	// If an existing reserved IP or a prototype object with an address is specified, it must be available on the network
	// interface's subnet. Otherwise, an available address on the subnet will be automatically selected and reserved.
	PrimaryIP NetworkInterfaceIPPrototypeIntf `json:"primary_ip,omitempty"`

	// The security groups to use for this network interface. If unspecified, the VPC's default security group is used.
	SecurityGroups []SecurityGroupIdentityIntf `json:"security_groups,omitempty"`

	// The associated subnet.
	Subnet SubnetIdentityIntf `json:"subnet" validate:"required"`

	// Indicates what VLAN IDs (for VLAN type only) can use this physical (PCI type) interface. A given VLAN can only be in
	// the `allowed_vlans` array for one PCI type adapter per bare metal server.
	AllowedVlans []int64 `json:"allowed_vlans,omitempty"`
}

BareMetalServerNetworkInterfacePrototypeBareMetalServerNetworkInterfaceByPciPrototype : BareMetalServerNetworkInterfacePrototypeBareMetalServerNetworkInterfaceByPciPrototype struct This model "extends" BareMetalServerNetworkInterfacePrototype

type BareMetalServerNetworkInterfacePrototypeBareMetalServerNetworkInterfaceByVlanPrototype

type BareMetalServerNetworkInterfacePrototypeBareMetalServerNetworkInterfaceByVlanPrototype struct {
	// Indicates whether source IP spoofing is allowed on this interface. If false, source IP spoofing is prevented on this
	// interface. If true, source IP spoofing is allowed on this interface.
	AllowIPSpoofing *bool `json:"allow_ip_spoofing,omitempty"`

	// If `true`:
	//    - The VPC infrastructure performs any needed NAT operations.
	//    - A single floating IP can be assigned to the network interface.
	//
	// If `false`:
	//    - The packet is passed unmodified to/from the network interface,
	//      allowing the workload to perform any needed NAT operations.
	//    - Multiple floating IPs can be assigned to the network interface.
	//    - `allow_ip_spoofing` must be set to `false`.
	EnableInfrastructureNat *bool `json:"enable_infrastructure_nat,omitempty"`

	// The network interface type:
	// - `pci`: a physical PCI device which can only be created or deleted when the bare metal
	//   server is stopped
	//   - Has an `allowed_vlans` property which controls the VLANs that will be permitted
	//     to use the pci interface
	//   - Cannot directly use an IEEE 802.1q VLAN tag.
	// - `vlan`: a virtual device, used through a `pci` device that has the `vlan` in its array
	//    of `allowed_vlans`.
	//   - Must use an IEEE 802.1q tag.
	//   - Has its own security groups and does not inherit those of the PCI device through
	//     which traffic flows.
	InterfaceType *string `json:"interface_type" validate:"required"`

	// The user-defined name for network interface. Names must be unique within the instance the network interface resides
	// in. If unspecified, the name will be a hyphenated list of randomly-selected words.
	Name *string `json:"name,omitempty"`

	// The primary IP address to bind to the network interface. This can be specified using an existing reserved IP, or a
	// prototype object for a new reserved IP.
	//
	// If an existing reserved IP or a prototype object with an address is specified, it must be available on the network
	// interface's subnet. Otherwise, an available address on the subnet will be automatically selected and reserved.
	PrimaryIP NetworkInterfaceIPPrototypeIntf `json:"primary_ip,omitempty"`

	// The security groups to use for this network interface. If unspecified, the VPC's default security group is used.
	SecurityGroups []SecurityGroupIdentityIntf `json:"security_groups,omitempty"`

	// The associated subnet.
	Subnet SubnetIdentityIntf `json:"subnet" validate:"required"`

	// Indicates if the interface can float to any other server within the same
	// `resource_group`. The interface will float automatically if the network detects a GARP or RARP on another bare metal
	// server in the resource group.  Applies only to `vlan` type interfaces.
	AllowInterfaceToFloat *bool `json:"allow_interface_to_float,omitempty"`

	// Indicates the 802.1Q VLAN ID tag that must be used for all traffic on this interface.
	Vlan *int64 `json:"vlan" validate:"required"`
}

BareMetalServerNetworkInterfacePrototypeBareMetalServerNetworkInterfaceByVlanPrototype : BareMetalServerNetworkInterfacePrototypeBareMetalServerNetworkInterfaceByVlanPrototype struct This model "extends" BareMetalServerNetworkInterfacePrototype

type BareMetalServerNetworkInterfacePrototypeIntf

type BareMetalServerNetworkInterfacePrototypeIntf interface {
	// contains filtered or unexported methods
}

type BareMetalServerPatch

type BareMetalServerPatch struct {
	// The user-defined name for this bare metal server (and default system hostname).
	Name *string `json:"name,omitempty"`
}

BareMetalServerPatch : BareMetalServerPatch struct

func (*BareMetalServerPatch) AsPatch

func (bareMetalServerPatch *BareMetalServerPatch) AsPatch() (_patch map[string]interface{}, err error)

AsPatch returns a generic map representation of the BareMetalServerPatch

type BareMetalServerPrimaryNetworkInterfacePrototype

type BareMetalServerPrimaryNetworkInterfacePrototype struct {
	// Indicates whether source IP spoofing is allowed on this interface. If false, source IP spoofing is prevented on this
	// interface. If true, source IP spoofing is allowed on this interface.
	AllowIPSpoofing *bool `json:"allow_ip_spoofing,omitempty"`

	// Indicates what VLAN IDs (for VLAN type only) can use this physical (PCI type) interface. A given VLAN can only be in
	// the `allowed_vlans` array for one PCI type adapter per bare metal server.
	AllowedVlans []int64 `json:"allowed_vlans,omitempty"`

	// If `true`:
	//    - The VPC infrastructure performs any needed NAT operations.
	//    - A single floating IP can be assigned to the network interface.
	//
	// If `false`:
	//    - The packet is passed unmodified to/from the network interface,
	//      allowing the workload to perform any needed NAT operations.
	//    - Multiple floating IPs can be assigned to the network interface.
	//    - `allow_ip_spoofing` must be set to `false`.
	EnableInfrastructureNat *bool `json:"enable_infrastructure_nat,omitempty"`

	// The network interface type:
	// - `pci`: a physical PCI device which can only be created or deleted when the bare metal
	//   server is stopped
	//   - Has an `allowed_vlans` property which controls the VLANs that will be permitted
	//     to use the pci interface
	//   - Cannot directly use an IEEE 802.1q VLAN tag.
	InterfaceType *string `json:"interface_type,omitempty"`

	// The user-defined name for network interface. Names must be unique within the instance the network interface resides
	// in. If unspecified, the name will be a hyphenated list of randomly-selected words.
	Name *string `json:"name,omitempty"`

	// The primary IP address to bind to the network interface. This can be specified using
	// an existing reserved IP, or a prototype object for a new reserved IP.
	//
	// If an existing reserved IP or a prototype object with an address is specified, it must
	// be available on the network interface's subnet. Otherwise, an available address on the
	// subnet will be automatically selected and reserved.
	PrimaryIP NetworkInterfaceIPPrototypeIntf `json:"primary_ip,omitempty"`

	// The security groups to use for this network interface. If unspecified, the VPC's default security group is used.
	SecurityGroups []SecurityGroupIdentityIntf `json:"security_groups,omitempty"`

	// The associated subnet.
	Subnet SubnetIdentityIntf `json:"subnet" validate:"required"`
}

BareMetalServerPrimaryNetworkInterfacePrototype : BareMetalServerPrimaryNetworkInterfacePrototype struct

type BareMetalServerProfile

type BareMetalServerProfile struct {
	Bandwidth BareMetalServerProfileBandwidthIntf `json:"bandwidth" validate:"required"`

	CpuArchitecture *BareMetalServerProfileCpuArchitecture `json:"cpu_architecture" validate:"required"`

	CpuCoreCount BareMetalServerProfileCpuCoreCountIntf `json:"cpu_core_count" validate:"required"`

	CpuSocketCount BareMetalServerProfileCpuSocketCountIntf `json:"cpu_socket_count" validate:"required"`

	// Collection of the bare metal server profile's disks.
	Disks []BareMetalServerProfileDisk `json:"disks" validate:"required"`

	// The product family this bare metal server profile belongs to.
	Family *string `json:"family" validate:"required"`

	// The URL for this bare metal server profile.
	Href *string `json:"href" validate:"required"`

	Memory BareMetalServerProfileMemoryIntf `json:"memory" validate:"required"`

	// The name for this bare metal server profile.
	Name *string `json:"name" validate:"required"`

	OsArchitecture *BareMetalServerProfileOsArchitecture `json:"os_architecture" validate:"required"`

	// The resource type.
	ResourceType *string `json:"resource_type" validate:"required"`

	// The supported trusted platform module (TPM) modes for this bare metal server profile.
	SupportedTrustedPlatformModuleModes *BareMetalServerProfileSupportedTrustedPlatformModuleModes `json:"supported_trusted_platform_module_modes" validate:"required"`
}

BareMetalServerProfile : BareMetalServerProfile struct

type BareMetalServerProfileBandwidth

type BareMetalServerProfileBandwidth struct {
	// The type for this profile field.
	Type *string `json:"type,omitempty"`

	// The value for this profile field.
	Value *int64 `json:"value,omitempty"`

	// The default value for this profile field.
	Default *int64 `json:"default,omitempty"`

	// The maximum value for this profile field.
	Max *int64 `json:"max,omitempty"`

	// The minimum value for this profile field.
	Min *int64 `json:"min,omitempty"`

	// The increment step value for this profile field.
	Step *int64 `json:"step,omitempty"`

	// The permitted values for this profile field.
	Values []int64 `json:"values,omitempty"`
}

BareMetalServerProfileBandwidth : BareMetalServerProfileBandwidth struct Models which "extend" this model: - BareMetalServerProfileBandwidthFixed - BareMetalServerProfileBandwidthRange - BareMetalServerProfileBandwidthEnum - BareMetalServerProfileBandwidthDependent

type BareMetalServerProfileBandwidthDependent

type BareMetalServerProfileBandwidthDependent struct {
	// The type for this profile field.
	Type *string `json:"type" validate:"required"`
}

BareMetalServerProfileBandwidthDependent : The total bandwidth shared across the network interfaces of a bare metal server with this profile depends on its configuration. This model "extends" BareMetalServerProfileBandwidth

type BareMetalServerProfileBandwidthEnum

type BareMetalServerProfileBandwidthEnum struct {
	// The default value for this profile field.
	Default *int64 `json:"default" validate:"required"`

	// The type for this profile field.
	Type *string `json:"type" validate:"required"`

	// The permitted values for this profile field.
	Values []int64 `json:"values" validate:"required"`
}

BareMetalServerProfileBandwidthEnum : The permitted total bandwidth values (in megabits per second) shared across the network interfaces of a bare metal server with this profile. This model "extends" BareMetalServerProfileBandwidth

type BareMetalServerProfileBandwidthFixed

type BareMetalServerProfileBandwidthFixed struct {
	// The type for this profile field.
	Type *string `json:"type" validate:"required"`

	// The value for this profile field.
	Value *int64 `json:"value" validate:"required"`
}

BareMetalServerProfileBandwidthFixed : The total bandwidth (in megabits per second) shared across the network interfaces of a bare metal server with this profile. This model "extends" BareMetalServerProfileBandwidth

type BareMetalServerProfileBandwidthIntf

type BareMetalServerProfileBandwidthIntf interface {
	// contains filtered or unexported methods
}

type BareMetalServerProfileBandwidthRange

type BareMetalServerProfileBandwidthRange struct {
	// The default value for this profile field.
	Default *int64 `json:"default" validate:"required"`

	// The maximum value for this profile field.
	Max *int64 `json:"max" validate:"required"`

	// The minimum value for this profile field.
	Min *int64 `json:"min" validate:"required"`

	// The increment step value for this profile field.
	Step *int64 `json:"step" validate:"required"`

	// The type for this profile field.
	Type *string `json:"type" validate:"required"`
}

BareMetalServerProfileBandwidthRange : The permitted total bandwidth range (in megabits per second) shared across the network interfaces of a bare metal server with this profile. This model "extends" BareMetalServerProfileBandwidth

type BareMetalServerProfileCollection

type BareMetalServerProfileCollection struct {
	// A link to the first page of resources.
	First *BareMetalServerProfileCollectionFirst `json:"first" validate:"required"`

	// The maximum number of resources that can be returned by the request.
	Limit *int64 `json:"limit" validate:"required"`

	// A link to the next page of resources. This property is present for all pages
	// except the last page.
	Next *BareMetalServerProfileCollectionNext `json:"next,omitempty"`

	// Collection of bare metal server profiles.
	Profiles []BareMetalServerProfile `json:"profiles" validate:"required"`

	// The total number of resources across all pages.
	TotalCount *int64 `json:"total_count" validate:"required"`
}

BareMetalServerProfileCollection : BareMetalServerProfileCollection struct

func (*BareMetalServerProfileCollection) GetNextStart

func (resp *BareMetalServerProfileCollection) GetNextStart() (*string, error)

Retrieve the value to be passed to a request to access the next page of results

type BareMetalServerProfileCollectionFirst

type BareMetalServerProfileCollectionFirst struct {
	// The URL for a page of resources.
	Href *string `json:"href" validate:"required"`
}

BareMetalServerProfileCollectionFirst : A link to the first page of resources.

type BareMetalServerProfileCollectionNext

type BareMetalServerProfileCollectionNext struct {
	// The URL for a page of resources.
	Href *string `json:"href" validate:"required"`
}

BareMetalServerProfileCollectionNext : A link to the next page of resources. This property is present for all pages except the last page.

type BareMetalServerProfileCpuArchitecture

type BareMetalServerProfileCpuArchitecture struct {
	// The default CPU architecture for a bare metal server with this profile.
	Default *string `json:"default,omitempty"`

	// The type for this profile field.
	Type *string `json:"type" validate:"required"`

	// The CPU architecture for a bare metal server with this profile.
	Value *string `json:"value" validate:"required"`
}

BareMetalServerProfileCpuArchitecture : BareMetalServerProfileCpuArchitecture struct

type BareMetalServerProfileCpuCoreCount

type BareMetalServerProfileCpuCoreCount struct {
	// The type for this profile field.
	Type *string `json:"type,omitempty"`

	// The value for this profile field.
	Value *int64 `json:"value,omitempty"`

	// The default value for this profile field.
	Default *int64 `json:"default,omitempty"`

	// The maximum value for this profile field.
	Max *int64 `json:"max,omitempty"`

	// The minimum value for this profile field.
	Min *int64 `json:"min,omitempty"`

	// The increment step value for this profile field.
	Step *int64 `json:"step,omitempty"`

	// The permitted values for this profile field.
	Values []int64 `json:"values,omitempty"`
}

BareMetalServerProfileCpuCoreCount : BareMetalServerProfileCpuCoreCount struct Models which "extend" this model: - BareMetalServerProfileCpuCoreCountFixed - BareMetalServerProfileCpuCoreCountRange - BareMetalServerProfileCpuCoreCountEnum - BareMetalServerProfileCpuCoreCountDependent

type BareMetalServerProfileCpuCoreCountDependent

type BareMetalServerProfileCpuCoreCountDependent struct {
	// The type for this profile field.
	Type *string `json:"type" validate:"required"`
}

BareMetalServerProfileCpuCoreCountDependent : The CPU core count for a bare metal server with this profile depends on its configuration. This model "extends" BareMetalServerProfileCpuCoreCount

type BareMetalServerProfileCpuCoreCountEnum

type BareMetalServerProfileCpuCoreCountEnum struct {
	// The default value for this profile field.
	Default *int64 `json:"default" validate:"required"`

	// The type for this profile field.
	Type *string `json:"type" validate:"required"`

	// The permitted values for this profile field.
	Values []int64 `json:"values" validate:"required"`
}

BareMetalServerProfileCpuCoreCountEnum : The permitted values for CPU cores for a bare metal server with this profile. This model "extends" BareMetalServerProfileCpuCoreCount

type BareMetalServerProfileCpuCoreCountFixed

type BareMetalServerProfileCpuCoreCountFixed struct {
	// The type for this profile field.
	Type *string `json:"type" validate:"required"`

	// The value for this profile field.
	Value *int64 `json:"value" validate:"required"`
}

BareMetalServerProfileCpuCoreCountFixed : The CPU core count for a bare metal server with this profile. This model "extends" BareMetalServerProfileCpuCoreCount

type BareMetalServerProfileCpuCoreCountIntf

type BareMetalServerProfileCpuCoreCountIntf interface {
	// contains filtered or unexported methods
}

type BareMetalServerProfileCpuCoreCountRange

type BareMetalServerProfileCpuCoreCountRange struct {
	// The default value for this profile field.
	Default *int64 `json:"default" validate:"required"`

	// The maximum value for this profile field.
	Max *int64 `json:"max" validate:"required"`

	// The minimum value for this profile field.
	Min *int64 `json:"min" validate:"required"`

	// The increment step value for this profile field.
	Step *int64 `json:"step" validate:"required"`

	// The type for this profile field.
	Type *string `json:"type" validate:"required"`
}

BareMetalServerProfileCpuCoreCountRange : The permitted range for the number of CPU cores for a bare metal server with this profile. This model "extends" BareMetalServerProfileCpuCoreCount

type BareMetalServerProfileCpuSocketCount

type BareMetalServerProfileCpuSocketCount struct {
	// The type for this profile field.
	Type *string `json:"type,omitempty"`

	// The value for this profile field.
	Value *int64 `json:"value,omitempty"`

	// The default value for this profile field.
	Default *int64 `json:"default,omitempty"`

	// The maximum value for this profile field.
	Max *int64 `json:"max,omitempty"`

	// The minimum value for this profile field.
	Min *int64 `json:"min,omitempty"`

	// The increment step value for this profile field.
	Step *int64 `json:"step,omitempty"`

	// The permitted values for this profile field.
	Values []int64 `json:"values,omitempty"`
}

BareMetalServerProfileCpuSocketCount : BareMetalServerProfileCpuSocketCount struct Models which "extend" this model: - BareMetalServerProfileCpuSocketCountFixed - BareMetalServerProfileCpuSocketCountRange - BareMetalServerProfileCpuSocketCountEnum - BareMetalServerProfileCpuSocketCountDependent

type BareMetalServerProfileCpuSocketCountDependent

type BareMetalServerProfileCpuSocketCountDependent struct {
	// The type for this profile field.
	Type *string `json:"type" validate:"required"`
}

BareMetalServerProfileCpuSocketCountDependent : The CPU socket count for a bare metal server with this profile depends on its configuration. This model "extends" BareMetalServerProfileCpuSocketCount

type BareMetalServerProfileCpuSocketCountEnum

type BareMetalServerProfileCpuSocketCountEnum struct {
	// The default value for this profile field.
	Default *int64 `json:"default" validate:"required"`

	// The type for this profile field.
	Type *string `json:"type" validate:"required"`

	// The permitted values for this profile field.
	Values []int64 `json:"values" validate:"required"`
}

BareMetalServerProfileCpuSocketCountEnum : The permitted values for CPU sockets for a bare metal server with this profile. This model "extends" BareMetalServerProfileCpuSocketCount

type BareMetalServerProfileCpuSocketCountFixed

type BareMetalServerProfileCpuSocketCountFixed struct {
	// The type for this profile field.
	Type *string `json:"type" validate:"required"`

	// The value for this profile field.
	Value *int64 `json:"value" validate:"required"`
}

BareMetalServerProfileCpuSocketCountFixed : The number of CPU sockets for a bare metal server with this profile. This model "extends" BareMetalServerProfileCpuSocketCount

type BareMetalServerProfileCpuSocketCountIntf

type BareMetalServerProfileCpuSocketCountIntf interface {
	// contains filtered or unexported methods
}

type BareMetalServerProfileCpuSocketCountRange

type BareMetalServerProfileCpuSocketCountRange struct {
	// The default value for this profile field.
	Default *int64 `json:"default" validate:"required"`

	// The maximum value for this profile field.
	Max *int64 `json:"max" validate:"required"`

	// The minimum value for this profile field.
	Min *int64 `json:"min" validate:"required"`

	// The increment step value for this profile field.
	Step *int64 `json:"step" validate:"required"`

	// The type for this profile field.
	Type *string `json:"type" validate:"required"`
}

BareMetalServerProfileCpuSocketCountRange : The permitted range for the number of CPU sockets for a bare metal server with this profile. This model "extends" BareMetalServerProfileCpuSocketCount

type BareMetalServerProfileDisk

type BareMetalServerProfileDisk struct {
	Quantity BareMetalServerProfileDiskQuantityIntf `json:"quantity" validate:"required"`

	Size BareMetalServerProfileDiskSizeIntf `json:"size" validate:"required"`

	SupportedInterfaceTypes *BareMetalServerProfileDiskSupportedInterfaces `json:"supported_interface_types" validate:"required"`
}

BareMetalServerProfileDisk : Disks provided by this profile.

type BareMetalServerProfileDiskQuantity

type BareMetalServerProfileDiskQuantity struct {
	// The type for this profile field.
	Type *string `json:"type,omitempty"`

	// The value for this profile field.
	Value *int64 `json:"value,omitempty"`

	// The default value for this profile field.
	Default *int64 `json:"default,omitempty"`

	// The maximum value for this profile field.
	Max *int64 `json:"max,omitempty"`

	// The minimum value for this profile field.
	Min *int64 `json:"min,omitempty"`

	// The increment step value for this profile field.
	Step *int64 `json:"step,omitempty"`

	// The permitted values for this profile field.
	Values []int64 `json:"values,omitempty"`
}

BareMetalServerProfileDiskQuantity : BareMetalServerProfileDiskQuantity struct Models which "extend" this model: - BareMetalServerProfileDiskQuantityFixed - BareMetalServerProfileDiskQuantityRange - BareMetalServerProfileDiskQuantityEnum - BareMetalServerProfileDiskQuantityDependent

type BareMetalServerProfileDiskQuantityDependent

type BareMetalServerProfileDiskQuantityDependent struct {
	// The type for this profile field.
	Type *string `json:"type" validate:"required"`
}

BareMetalServerProfileDiskQuantityDependent : The number of disks of this configuration for a bare metal server with this profile depends on its bare metal server configuration. This model "extends" BareMetalServerProfileDiskQuantity

type BareMetalServerProfileDiskQuantityEnum

type BareMetalServerProfileDiskQuantityEnum struct {
	// The default value for this profile field.
	Default *int64 `json:"default" validate:"required"`

	// The type for this profile field.
	Type *string `json:"type" validate:"required"`

	// The permitted values for this profile field.
	Values []int64 `json:"values" validate:"required"`
}

BareMetalServerProfileDiskQuantityEnum : The permitted the number of disks of this configuration for a bare metal server with this profile. This model "extends" BareMetalServerProfileDiskQuantity

type BareMetalServerProfileDiskQuantityFixed

type BareMetalServerProfileDiskQuantityFixed struct {
	// The type for this profile field.
	Type *string `json:"type" validate:"required"`

	// The value for this profile field.
	Value *int64 `json:"value" validate:"required"`
}

BareMetalServerProfileDiskQuantityFixed : The number of disks of this configuration for a bare metal server with this profile. This model "extends" BareMetalServerProfileDiskQuantity

type BareMetalServerProfileDiskQuantityIntf

type BareMetalServerProfileDiskQuantityIntf interface {
	// contains filtered or unexported methods
}

type BareMetalServerProfileDiskQuantityRange

type BareMetalServerProfileDiskQuantityRange struct {
	// The default value for this profile field.
	Default *int64 `json:"default" validate:"required"`

	// The maximum value for this profile field.
	Max *int64 `json:"max" validate:"required"`

	// The minimum value for this profile field.
	Min *int64 `json:"min" validate:"required"`

	// The increment step value for this profile field.
	Step *int64 `json:"step" validate:"required"`

	// The type for this profile field.
	Type *string `json:"type" validate:"required"`
}

BareMetalServerProfileDiskQuantityRange : The permitted range for the number of disks of this configuration for a bare metal server with this profile. This model "extends" BareMetalServerProfileDiskQuantity

type BareMetalServerProfileDiskSize

type BareMetalServerProfileDiskSize struct {
	// The type for this profile field.
	Type *string `json:"type,omitempty"`

	// The value for this profile field.
	Value *int64 `json:"value,omitempty"`

	// The default value for this profile field.
	Default *int64 `json:"default,omitempty"`

	// The maximum value for this profile field.
	Max *int64 `json:"max,omitempty"`

	// The minimum value for this profile field.
	Min *int64 `json:"min,omitempty"`

	// The increment step value for this profile field.
	Step *int64 `json:"step,omitempty"`

	// The permitted values for this profile field.
	Values []int64 `json:"values,omitempty"`
}

BareMetalServerProfileDiskSize : BareMetalServerProfileDiskSize struct Models which "extend" this model: - BareMetalServerProfileDiskSizeFixed - BareMetalServerProfileDiskSizeRange - BareMetalServerProfileDiskSizeEnum - BareMetalServerProfileDiskSizeDependent

type BareMetalServerProfileDiskSizeDependent

type BareMetalServerProfileDiskSizeDependent struct {
	// The type for this profile field.
	Type *string `json:"type" validate:"required"`
}

BareMetalServerProfileDiskSizeDependent : The disk size in GB (gigabytes) of this configuration for a bare metal server with this profile depends on its bare metal server configuration. This model "extends" BareMetalServerProfileDiskSize

type BareMetalServerProfileDiskSizeEnum

type BareMetalServerProfileDiskSizeEnum struct {
	// The default value for this profile field.
	Default *int64 `json:"default" validate:"required"`

	// The type for this profile field.
	Type *string `json:"type" validate:"required"`

	// The permitted values for this profile field.
	Values []int64 `json:"values" validate:"required"`
}

BareMetalServerProfileDiskSizeEnum : The permitted disk size in GB (gigabytes) of this configuration for a bare metal server with this profile. This model "extends" BareMetalServerProfileDiskSize

type BareMetalServerProfileDiskSizeFixed

type BareMetalServerProfileDiskSizeFixed struct {
	// The type for this profile field.
	Type *string `json:"type" validate:"required"`

	// The value for this profile field.
	Value *int64 `json:"value" validate:"required"`
}

BareMetalServerProfileDiskSizeFixed : The size of the disk in GB (gigabytes). This model "extends" BareMetalServerProfileDiskSize

type BareMetalServerProfileDiskSizeIntf

type BareMetalServerProfileDiskSizeIntf interface {
	// contains filtered or unexported methods
}

type BareMetalServerProfileDiskSizeRange

type BareMetalServerProfileDiskSizeRange struct {
	// The default value for this profile field.
	Default *int64 `json:"default" validate:"required"`

	// The maximum value for this profile field.
	Max *int64 `json:"max" validate:"required"`

	// The minimum value for this profile field.
	Min *int64 `json:"min" validate:"required"`

	// The increment step value for this profile field.
	Step *int64 `json:"step" validate:"required"`

	// The type for this profile field.
	Type *string `json:"type" validate:"required"`
}

BareMetalServerProfileDiskSizeRange : The permitted range for the disk size of this configuration in GB (gigabytes) for a bare metal server with this profile. This model "extends" BareMetalServerProfileDiskSize

type BareMetalServerProfileDiskSupportedInterfaces

type BareMetalServerProfileDiskSupportedInterfaces struct {
	// The disk interface used for attaching the disk.
	//
	// The enumerated values for this property are expected to expand in the future. When processing this property, check
	// for and log unknown values. Optionally halt processing and surface the error, or bypass the resource on which the
	// unexpected property value was encountered.
	Default *string `json:"default" validate:"required"`

	// The type for this profile field.
	Type *string `json:"type" validate:"required"`

	// The supported disk interfaces used for attaching the disk.
	Values []string `json:"values" validate:"required"`
}

BareMetalServerProfileDiskSupportedInterfaces : BareMetalServerProfileDiskSupportedInterfaces struct

type BareMetalServerProfileIdentity

type BareMetalServerProfileIdentity struct {
	// The name for this bare metal server profile.
	Name *string `json:"name,omitempty"`

	// The URL for this bare metal server profile.
	Href *string `json:"href,omitempty"`
}

BareMetalServerProfileIdentity : Identifies a bare metal server profile by a unique property. Models which "extend" this model: - BareMetalServerProfileIdentityByName - BareMetalServerProfileIdentityByHref

type BareMetalServerProfileIdentityByHref

type BareMetalServerProfileIdentityByHref struct {
	// The URL for this bare metal server profile.
	Href *string `json:"href" validate:"required"`
}

BareMetalServerProfileIdentityByHref : BareMetalServerProfileIdentityByHref struct This model "extends" BareMetalServerProfileIdentity

type BareMetalServerProfileIdentityByName

type BareMetalServerProfileIdentityByName struct {
	// The name for this bare metal server profile.
	Name *string `json:"name" validate:"required"`
}

BareMetalServerProfileIdentityByName : BareMetalServerProfileIdentityByName struct This model "extends" BareMetalServerProfileIdentity

type BareMetalServerProfileIdentityIntf

type BareMetalServerProfileIdentityIntf interface {
	// contains filtered or unexported methods
}

type BareMetalServerProfileMemory

type BareMetalServerProfileMemory struct {
	// The type for this profile field.
	Type *string `json:"type,omitempty"`

	// The value for this profile field.
	Value *int64 `json:"value,omitempty"`

	// The default value for this profile field.
	Default *int64 `json:"default,omitempty"`

	// The maximum value for this profile field.
	Max *int64 `json:"max,omitempty"`

	// The minimum value for this profile field.
	Min *int64 `json:"min,omitempty"`

	// The increment step value for this profile field.
	Step *int64 `json:"step,omitempty"`

	// The permitted values for this profile field.
	Values []int64 `json:"values,omitempty"`
}

BareMetalServerProfileMemory : BareMetalServerProfileMemory struct Models which "extend" this model: - BareMetalServerProfileMemoryFixed - BareMetalServerProfileMemoryRange - BareMetalServerProfileMemoryEnum - BareMetalServerProfileMemoryDependent

type BareMetalServerProfileMemoryDependent

type BareMetalServerProfileMemoryDependent struct {
	// The type for this profile field.
	Type *string `json:"type" validate:"required"`
}

BareMetalServerProfileMemoryDependent : The memory value for a bare metal server with this profile depends on its configuration. This model "extends" BareMetalServerProfileMemory

type BareMetalServerProfileMemoryEnum

type BareMetalServerProfileMemoryEnum struct {
	// The default value for this profile field.
	Default *int64 `json:"default" validate:"required"`

	// The type for this profile field.
	Type *string `json:"type" validate:"required"`

	// The permitted values for this profile field.
	Values []int64 `json:"values" validate:"required"`
}

BareMetalServerProfileMemoryEnum : The permitted memory values (in gibibytes) for a bare metal server with this profile. This model "extends" BareMetalServerProfileMemory

type BareMetalServerProfileMemoryFixed

type BareMetalServerProfileMemoryFixed struct {
	// The type for this profile field.
	Type *string `json:"type" validate:"required"`

	// The value for this profile field.
	Value *int64 `json:"value" validate:"required"`
}

BareMetalServerProfileMemoryFixed : The memory (in gibibytes) for a bare metal server with this profile. This model "extends" BareMetalServerProfileMemory

type BareMetalServerProfileMemoryIntf

type BareMetalServerProfileMemoryIntf interface {
	// contains filtered or unexported methods
}

type BareMetalServerProfileMemoryRange

type BareMetalServerProfileMemoryRange struct {
	// The default value for this profile field.
	Default *int64 `json:"default" validate:"required"`

	// The maximum value for this profile field.
	Max *int64 `json:"max" validate:"required"`

	// The minimum value for this profile field.
	Min *int64 `json:"min" validate:"required"`

	// The increment step value for this profile field.
	Step *int64 `json:"step" validate:"required"`

	// The type for this profile field.
	Type *string `json:"type" validate:"required"`
}

BareMetalServerProfileMemoryRange : The permitted memory range (in gibibytes) for a bare metal server with this profile. This model "extends" BareMetalServerProfileMemory

type BareMetalServerProfileOsArchitecture

type BareMetalServerProfileOsArchitecture struct {
	// The default OS architecture for a bare metal server with this profile.
	Default *string `json:"default" validate:"required"`

	// The type for this profile field.
	Type *string `json:"type" validate:"required"`

	// The supported OS architecture(s) for a bare metal server with this profile.
	Values []string `json:"values" validate:"required"`
}

BareMetalServerProfileOsArchitecture : BareMetalServerProfileOsArchitecture struct

type BareMetalServerProfileReference

type BareMetalServerProfileReference struct {
	// The URL for this bare metal server profile.
	Href *string `json:"href" validate:"required"`

	// The name for this bare metal server profile.
	Name *string `json:"name" validate:"required"`

	// The resource type.
	ResourceType *string `json:"resource_type" validate:"required"`
}

BareMetalServerProfileReference : BareMetalServerProfileReference struct

type BareMetalServerProfileSupportedTrustedPlatformModuleModes

type BareMetalServerProfileSupportedTrustedPlatformModuleModes struct {
	// The type for this profile field.
	Type *string `json:"type" validate:"required"`

	// The supported trusted platform module (TPM) modes.
	Values []string `json:"values" validate:"required"`
}

BareMetalServerProfileSupportedTrustedPlatformModuleModes : The supported trusted platform module (TPM) modes for this bare metal server profile.

type BareMetalServerStatusReason

type BareMetalServerStatusReason struct {
	// The status reason code:
	// - `cannot_start`: Failed to start due to an internal error
	// - `cannot_start_capacity`: Insufficient capacity within the selected zone
	// - `cannot_start_compute`: An error occurred while allocating compute resources
	// - `cannot_start_ip_address`: An error occurred while allocating an IP address
	// - `cannot_start_network`: An error occurred while allocating network resources.
	Code *string `json:"code" validate:"required"`

	// An explanation of the status reason.
	Message *string `json:"message" validate:"required"`

	// Link to documentation about this status reason.
	MoreInfo *string `json:"more_info,omitempty"`
}

BareMetalServerStatusReason : BareMetalServerStatusReason struct

type BareMetalServerTrustedPlatformModule

type BareMetalServerTrustedPlatformModule struct {
	// Indicates whether the trusted platform module (TPM) is enabled. If enabled, `mode` will also be set.
	Enabled *bool `json:"enabled" validate:"required"`

	// The mode for the trusted platform module (TPM):
	// - `tpm_2`: Standard TPM 2 capabilities
	// - `tpm_2_with_txt`: Standard TPM 2 with Intel Trusted Execution Technology (TXT)
	//
	// The enumerated values for this property are expected to expand in the future. When processing this property, check
	// for and log unknown values. Optionally halt processing and surface the error, or bypass the resource on which the
	// unexpected property value was encountered.
	Mode *string `json:"mode,omitempty"`
}

BareMetalServerTrustedPlatformModule : BareMetalServerTrustedPlatformModule struct

type CertificateInstanceIdentity

type CertificateInstanceIdentity struct {
	// The CRN for this certificate instance.
	CRN *string `json:"crn,omitempty"`
}

CertificateInstanceIdentity : Identifies a certificate instance by a unique property. Models which "extend" this model: - CertificateInstanceIdentityByCRN

type CertificateInstanceIdentityByCRN

type CertificateInstanceIdentityByCRN struct {
	// The CRN for this certificate instance.
	CRN *string `json:"crn" validate:"required"`
}

CertificateInstanceIdentityByCRN : CertificateInstanceIdentityByCRN struct This model "extends" CertificateInstanceIdentity

type CertificateInstanceIdentityIntf

type CertificateInstanceIdentityIntf interface {
	// contains filtered or unexported methods
}

type CertificateInstanceReference

type CertificateInstanceReference struct {
	// The CRN for this certificate instance.
	CRN *string `json:"crn" validate:"required"`
}

CertificateInstanceReference : CertificateInstanceReference struct

type CheckVPNGatewayConnectionLocalCIDROptions

type CheckVPNGatewayConnectionLocalCIDROptions struct {
	// The VPN gateway identifier.
	VPNGatewayID *string `json:"vpn_gateway_id" validate:"required,ne="`

	// The VPN gateway connection identifier.
	ID *string `json:"id" validate:"required,ne="`

	// The address prefix part of the CIDR.
	CIDRPrefix *string `json:"cidr_prefix" validate:"required,ne="`

	// The prefix length part of the CIDR.
	PrefixLength *string `json:"prefix_length" validate:"required,ne="`

	// Allows users to set headers on API requests
	Headers map[string]string
}

CheckVPNGatewayConnectionLocalCIDROptions : The CheckVPNGatewayConnectionLocalCIDR options.

func (*CheckVPNGatewayConnectionLocalCIDROptions) SetCIDRPrefix

SetCIDRPrefix : Allow user to set CIDRPrefix

func (*CheckVPNGatewayConnectionLocalCIDROptions) SetHeaders

SetHeaders : Allow user to set Headers

func (*CheckVPNGatewayConnectionLocalCIDROptions) SetID

SetID : Allow user to set ID

func (*CheckVPNGatewayConnectionLocalCIDROptions) SetPrefixLength

SetPrefixLength : Allow user to set PrefixLength

func (*CheckVPNGatewayConnectionLocalCIDROptions) SetVPNGatewayID

SetVPNGatewayID : Allow user to set VPNGatewayID

type CheckVPNGatewayConnectionPeerCIDROptions

type CheckVPNGatewayConnectionPeerCIDROptions struct {
	// The VPN gateway identifier.
	VPNGatewayID *string `json:"vpn_gateway_id" validate:"required,ne="`

	// The VPN gateway connection identifier.
	ID *string `json:"id" validate:"required,ne="`

	// The address prefix part of the CIDR.
	CIDRPrefix *string `json:"cidr_prefix" validate:"required,ne="`

	// The prefix length part of the CIDR.
	PrefixLength *string `json:"prefix_length" validate:"required,ne="`

	// Allows users to set headers on API requests
	Headers map[string]string
}

CheckVPNGatewayConnectionPeerCIDROptions : The CheckVPNGatewayConnectionPeerCIDR options.

func (*CheckVPNGatewayConnectionPeerCIDROptions) SetCIDRPrefix

SetCIDRPrefix : Allow user to set CIDRPrefix

func (*CheckVPNGatewayConnectionPeerCIDROptions) SetHeaders

SetHeaders : Allow user to set Headers

func (*CheckVPNGatewayConnectionPeerCIDROptions) SetID

SetID : Allow user to set ID

func (*CheckVPNGatewayConnectionPeerCIDROptions) SetPrefixLength

SetPrefixLength : Allow user to set PrefixLength

func (*CheckVPNGatewayConnectionPeerCIDROptions) SetVPNGatewayID

SetVPNGatewayID : Allow user to set VPNGatewayID

type CreateBareMetalServerConsoleAccessTokenOptions

type CreateBareMetalServerConsoleAccessTokenOptions struct {
	// The bare metal server identifier.
	BareMetalServerID *string `json:"bare_metal_server_id" validate:"required,ne="`

	// The bare metal server console type for which this token may be used.
	ConsoleType *string `json:"console_type" validate:"required"`

	// Indicates whether to disconnect an existing serial console session as the serial console cannot be shared.  This has
	// no effect on VNC consoles.
	Force *bool `json:"force,omitempty"`

	// Allows users to set headers on API requests
	Headers map[string]string
}

CreateBareMetalServerConsoleAccessTokenOptions : The CreateBareMetalServerConsoleAccessToken options.

func (*CreateBareMetalServerConsoleAccessTokenOptions) SetBareMetalServerID

SetBareMetalServerID : Allow user to set BareMetalServerID

func (*CreateBareMetalServerConsoleAccessTokenOptions) SetConsoleType

SetConsoleType : Allow user to set ConsoleType

func (*CreateBareMetalServerConsoleAccessTokenOptions) SetForce

SetForce : Allow user to set Force

func (*CreateBareMetalServerConsoleAccessTokenOptions) SetHeaders

SetHeaders : Allow user to set Headers

type CreateBareMetalServerNetworkInterfaceOptions

type CreateBareMetalServerNetworkInterfaceOptions struct {
	// The bare metal server identifier.
	BareMetalServerID *string `json:"bare_metal_server_id" validate:"required,ne="`

	// The network interface prototype object.
	BareMetalServerNetworkInterfacePrototype BareMetalServerNetworkInterfacePrototypeIntf `json:"BareMetalServerNetworkInterfacePrototype" validate:"required"`

	// Allows users to set headers on API requests
	Headers map[string]string
}

CreateBareMetalServerNetworkInterfaceOptions : The CreateBareMetalServerNetworkInterface options.

func (*CreateBareMetalServerNetworkInterfaceOptions) SetBareMetalServerID

SetBareMetalServerID : Allow user to set BareMetalServerID

func (*CreateBareMetalServerNetworkInterfaceOptions) SetBareMetalServerNetworkInterfacePrototype

func (_options *CreateBareMetalServerNetworkInterfaceOptions) SetBareMetalServerNetworkInterfacePrototype(bareMetalServerNetworkInterfacePrototype BareMetalServerNetworkInterfacePrototypeIntf) *CreateBareMetalServerNetworkInterfaceOptions

SetBareMetalServerNetworkInterfacePrototype : Allow user to set BareMetalServerNetworkInterfacePrototype

func (*CreateBareMetalServerNetworkInterfaceOptions) SetHeaders

SetHeaders : Allow user to set Headers

type CreateBareMetalServerOptions

type CreateBareMetalServerOptions struct {
	Initialization *BareMetalServerInitializationPrototype `json:"initialization" validate:"required"`

	// Primary network interface for the bare metal server.
	PrimaryNetworkInterface *BareMetalServerPrimaryNetworkInterfacePrototype `json:"primary_network_interface" validate:"required"`

	// The profile to use for this bare metal server.
	Profile BareMetalServerProfileIdentityIntf `json:"profile" validate:"required"`

	// The zone this bare metal server will reside in.
	Zone ZoneIdentityIntf `json:"zone" validate:"required"`

	// The unique user-defined name for this bare metal server (and default system hostname). If unspecified, the name will
	// be a hyphenated list of randomly-selected words.
	Name *string `json:"name,omitempty"`

	// The additional network interfaces to create for the bare metal server.
	NetworkInterfaces []BareMetalServerNetworkInterfacePrototypeIntf `json:"network_interfaces,omitempty"`

	// The resource group to use. If unspecified, the account's [default resource
	// group](https://cloud.ibm.com/apidocs/resource-manager#introduction) is used.
	ResourceGroup ResourceGroupIdentityIntf `json:"resource_group,omitempty"`

	// The VPC the bare metal server is to be a part of. If specified, it must match the
	// VPC referenced by the subnets of the server's network interfaces.
	VPC VPCIdentityIntf `json:"vpc,omitempty"`

	// Allows users to set headers on API requests
	Headers map[string]string
}

CreateBareMetalServerOptions : The CreateBareMetalServer options.

func (*CreateBareMetalServerOptions) SetHeaders

SetHeaders : Allow user to set Headers

func (*CreateBareMetalServerOptions) SetInitialization

SetInitialization : Allow user to set Initialization

func (*CreateBareMetalServerOptions) SetName

SetName : Allow user to set Name

func (*CreateBareMetalServerOptions) SetNetworkInterfaces

SetNetworkInterfaces : Allow user to set NetworkInterfaces

func (*CreateBareMetalServerOptions) SetPrimaryNetworkInterface

func (_options *CreateBareMetalServerOptions) SetPrimaryNetworkInterface(primaryNetworkInterface *BareMetalServerPrimaryNetworkInterfacePrototype) *CreateBareMetalServerOptions

SetPrimaryNetworkInterface : Allow user to set PrimaryNetworkInterface

func (*CreateBareMetalServerOptions) SetProfile

SetProfile : Allow user to set Profile

func (*CreateBareMetalServerOptions) SetResourceGroup

func (_options *CreateBareMetalServerOptions) SetResourceGroup(resourceGroup ResourceGroupIdentityIntf) *CreateBareMetalServerOptions

SetResourceGroup : Allow user to set ResourceGroup

func (*CreateBareMetalServerOptions) SetVPC

SetVPC : Allow user to set VPC

func (*CreateBareMetalServerOptions) SetZone

SetZone : Allow user to set Zone

type CreateDedicatedHostGroupOptions

type CreateDedicatedHostGroupOptions struct {
	// The dedicated host profile class for hosts in this group.
	Class *string `json:"class,omitempty"`

	// The dedicated host profile family for hosts in this group.
	Family *string `json:"family,omitempty"`

	// The unique user-defined name for this dedicated host group. If unspecified, the name will be a hyphenated list of
	// randomly-selected words.
	Name *string `json:"name,omitempty"`

	// The resource group to use. If unspecified, the account's [default resource
	// group](https://cloud.ibm.com/apidocs/resource-manager#introduction) is used.
	ResourceGroup ResourceGroupIdentityIntf `json:"resource_group,omitempty"`

	// The zone this dedicated host group will reside in.
	Zone ZoneIdentityIntf `json:"zone,omitempty"`

	// Allows users to set headers on API requests
	Headers map[string]string
}

CreateDedicatedHostGroupOptions : The CreateDedicatedHostGroup options.

func (*CreateDedicatedHostGroupOptions) SetClass

SetClass : Allow user to set Class

func (*CreateDedicatedHostGroupOptions) SetFamily

SetFamily : Allow user to set Family

func (*CreateDedicatedHostGroupOptions) SetHeaders

SetHeaders : Allow user to set Headers

func (*CreateDedicatedHostGroupOptions) SetName

SetName : Allow user to set Name

func (*CreateDedicatedHostGroupOptions) SetResourceGroup

SetResourceGroup : Allow user to set ResourceGroup

func (*CreateDedicatedHostGroupOptions) SetZone

SetZone : Allow user to set Zone

type CreateDedicatedHostOptions

type CreateDedicatedHostOptions struct {
	// The dedicated host prototype object.
	DedicatedHostPrototype DedicatedHostPrototypeIntf `json:"DedicatedHostPrototype" validate:"required"`

	// Allows users to set headers on API requests
	Headers map[string]string
}

CreateDedicatedHostOptions : The CreateDedicatedHost options.

func (*CreateDedicatedHostOptions) SetDedicatedHostPrototype

func (_options *CreateDedicatedHostOptions) SetDedicatedHostPrototype(dedicatedHostPrototype DedicatedHostPrototypeIntf) *CreateDedicatedHostOptions

SetDedicatedHostPrototype : Allow user to set DedicatedHostPrototype

func (*CreateDedicatedHostOptions) SetHeaders

func (options *CreateDedicatedHostOptions) SetHeaders(param map[string]string) *CreateDedicatedHostOptions

SetHeaders : Allow user to set Headers

type CreateEndpointGatewayOptions

type CreateEndpointGatewayOptions struct {
	// The target for this endpoint gateway.
	Target EndpointGatewayTargetPrototypeIntf `json:"target" validate:"required"`

	// The VPC this endpoint gateway will serve.
	VPC VPCIdentityIntf `json:"vpc" validate:"required"`

	// The reserved IPs to bind to this endpoint gateway. At most one reserved IP per zone is allowed.
	Ips []EndpointGatewayReservedIPIntf `json:"ips,omitempty"`

	// The user-defined name for this endpoint gateway. If unspecified, the name will be a hyphenated list of
	// randomly-selected words. Names must be unique within the VPC this endpoint gateway is serving.
	Name *string `json:"name,omitempty"`

	// The resource group to use. If unspecified, the account's [default resource
	// group](https://cloud.ibm.com/apidocs/resource-manager#introduction) is used.
	ResourceGroup ResourceGroupIdentityIntf `json:"resource_group,omitempty"`

	// The security groups to use for this endpoint gateway. If unspecified, the VPC's default security group is used.
	SecurityGroups []SecurityGroupIdentityIntf `json:"security_groups,omitempty"`

	// Allows users to set headers on API requests
	Headers map[string]string
}

CreateEndpointGatewayOptions : The CreateEndpointGateway options.

func (*CreateEndpointGatewayOptions) SetHeaders

SetHeaders : Allow user to set Headers

func (*CreateEndpointGatewayOptions) SetIps

SetIps : Allow user to set Ips

func (*CreateEndpointGatewayOptions) SetName

SetName : Allow user to set Name

func (*CreateEndpointGatewayOptions) SetResourceGroup

func (_options *CreateEndpointGatewayOptions) SetResourceGroup(resourceGroup ResourceGroupIdentityIntf) *CreateEndpointGatewayOptions

SetResourceGroup : Allow user to set ResourceGroup

func (*CreateEndpointGatewayOptions) SetSecurityGroups

func (_options *CreateEndpointGatewayOptions) SetSecurityGroups(securityGroups []SecurityGroupIdentityIntf) *CreateEndpointGatewayOptions

SetSecurityGroups : Allow user to set SecurityGroups

func (*CreateEndpointGatewayOptions) SetTarget

SetTarget : Allow user to set Target

func (*CreateEndpointGatewayOptions) SetVPC

SetVPC : Allow user to set VPC

type CreateFloatingIPOptions

type CreateFloatingIPOptions struct {
	// The floating IP prototype object.
	FloatingIPPrototype FloatingIPPrototypeIntf `json:"FloatingIPPrototype" validate:"required"`

	// Allows users to set headers on API requests
	Headers map[string]string
}

CreateFloatingIPOptions : The CreateFloatingIP options.

func (*CreateFloatingIPOptions) SetFloatingIPPrototype

func (_options *CreateFloatingIPOptions) SetFloatingIPPrototype(floatingIPPrototype FloatingIPPrototypeIntf) *CreateFloatingIPOptions

SetFloatingIPPrototype : Allow user to set FloatingIPPrototype

func (*CreateFloatingIPOptions) SetHeaders

func (options *CreateFloatingIPOptions) SetHeaders(param map[string]string) *CreateFloatingIPOptions

SetHeaders : Allow user to set Headers

type CreateFlowLogCollectorOptions

type CreateFlowLogCollectorOptions struct {
	// The Cloud Object Storage bucket where the collected flows will be logged.
	// The bucket must exist and an IAM service authorization must grant
	// `IBM Cloud Flow Logs` resources of `VPC Infrastructure Services` writer
	// access to the bucket.
	StorageBucket LegacyCloudObjectStorageBucketIdentityIntf `json:"storage_bucket" validate:"required"`

	// The target this collector will collect flow logs for. If the target is an instance,
	// subnet, or VPC, flow logs will not be collected for any network interfaces within the
	// target that are themselves the target of a more specific flow log collector.
	Target FlowLogCollectorTargetPrototypeIntf `json:"target" validate:"required"`

	// Indicates whether this collector will be active upon creation.
	Active *bool `json:"active,omitempty"`

	// The unique user-defined name for this flow log collector. If unspecified, the name will be a hyphenated list of
	// randomly-selected words.
	Name *string `json:"name,omitempty"`

	// The resource group to use. If unspecified, the account's [default resource
	// group](https://cloud.ibm.com/apidocs/resource-manager#introduction) is used.
	ResourceGroup ResourceGroupIdentityIntf `json:"resource_group,omitempty"`

	// Allows users to set headers on API requests
	Headers map[string]string
}

CreateFlowLogCollectorOptions : The CreateFlowLogCollector options.

func (*CreateFlowLogCollectorOptions) SetActive

SetActive : Allow user to set Active

func (*CreateFlowLogCollectorOptions) SetHeaders

SetHeaders : Allow user to set Headers

func (*CreateFlowLogCollectorOptions) SetName

SetName : Allow user to set Name

func (*CreateFlowLogCollectorOptions) SetResourceGroup

SetResourceGroup : Allow user to set ResourceGroup

func (*CreateFlowLogCollectorOptions) SetStorageBucket

SetStorageBucket : Allow user to set StorageBucket

func (*CreateFlowLogCollectorOptions) SetTarget

SetTarget : Allow user to set Target

type CreateIkePolicyOptions

type CreateIkePolicyOptions struct {
	// The authentication algorithm.
	AuthenticationAlgorithm *string `json:"authentication_algorithm" validate:"required"`

	// The Diffie-Hellman group.
	DhGroup *int64 `json:"dh_group" validate:"required"`

	// The encryption algorithm.
	EncryptionAlgorithm *string `json:"encryption_algorithm" validate:"required"`

	// The IKE protocol version.
	IkeVersion *int64 `json:"ike_version" validate:"required"`

	// The key lifetime in seconds.
	KeyLifetime *int64 `json:"key_lifetime,omitempty"`

	// The user-defined name for this IKE policy.
	Name *string `json:"name,omitempty"`

	// The resource group to use. If unspecified, the account's [default resource
	// group](https://cloud.ibm.com/apidocs/resource-manager#introduction) is used.
	ResourceGroup ResourceGroupIdentityIntf `json:"resource_group,omitempty"`

	// Allows users to set headers on API requests
	Headers map[string]string
}

CreateIkePolicyOptions : The CreateIkePolicy options.

func (*CreateIkePolicyOptions) SetAuthenticationAlgorithm

func (_options *CreateIkePolicyOptions) SetAuthenticationAlgorithm(authenticationAlgorithm string) *CreateIkePolicyOptions

SetAuthenticationAlgorithm : Allow user to set AuthenticationAlgorithm

func (*CreateIkePolicyOptions) SetDhGroup

func (_options *CreateIkePolicyOptions) SetDhGroup(dhGroup int64) *CreateIkePolicyOptions

SetDhGroup : Allow user to set DhGroup

func (*CreateIkePolicyOptions) SetEncryptionAlgorithm

func (_options *CreateIkePolicyOptions) SetEncryptionAlgorithm(encryptionAlgorithm string) *CreateIkePolicyOptions

SetEncryptionAlgorithm : Allow user to set EncryptionAlgorithm

func (*CreateIkePolicyOptions) SetHeaders

func (options *CreateIkePolicyOptions) SetHeaders(param map[string]string) *CreateIkePolicyOptions

SetHeaders : Allow user to set Headers

func (*CreateIkePolicyOptions) SetIkeVersion

func (_options *CreateIkePolicyOptions) SetIkeVersion(ikeVersion int64) *CreateIkePolicyOptions

SetIkeVersion : Allow user to set IkeVersion

func (*CreateIkePolicyOptions) SetKeyLifetime

func (_options *CreateIkePolicyOptions) SetKeyLifetime(keyLifetime int64) *CreateIkePolicyOptions

SetKeyLifetime : Allow user to set KeyLifetime

func (*CreateIkePolicyOptions) SetName

func (_options *CreateIkePolicyOptions) SetName(name string) *CreateIkePolicyOptions

SetName : Allow user to set Name

func (*CreateIkePolicyOptions) SetResourceGroup

func (_options *CreateIkePolicyOptions) SetResourceGroup(resourceGroup ResourceGroupIdentityIntf) *CreateIkePolicyOptions

SetResourceGroup : Allow user to set ResourceGroup

type CreateImageOptions

type CreateImageOptions struct {
	// The image prototype object.
	ImagePrototype ImagePrototypeIntf `json:"ImagePrototype" validate:"required"`

	// Allows users to set headers on API requests
	Headers map[string]string
}

CreateImageOptions : The CreateImage options.

func (*CreateImageOptions) SetHeaders

func (options *CreateImageOptions) SetHeaders(param map[string]string) *CreateImageOptions

SetHeaders : Allow user to set Headers

func (*CreateImageOptions) SetImagePrototype

func (_options *CreateImageOptions) SetImagePrototype(imagePrototype ImagePrototypeIntf) *CreateImageOptions

SetImagePrototype : Allow user to set ImagePrototype

type CreateInstanceActionOptions

type CreateInstanceActionOptions struct {
	// The instance identifier.
	InstanceID *string `json:"instance_id" validate:"required,ne="`

	// The type of action.
	Type *string `json:"type" validate:"required"`

	// If set to true, the action will be forced immediately, and all queued actions deleted. Ignored for the start action.
	Force *bool `json:"force,omitempty"`

	// Allows users to set headers on API requests
	Headers map[string]string
}

CreateInstanceActionOptions : The CreateInstanceAction options.

func (*CreateInstanceActionOptions) SetForce

SetForce : Allow user to set Force

func (*CreateInstanceActionOptions) SetHeaders

func (options *CreateInstanceActionOptions) SetHeaders(param map[string]string) *CreateInstanceActionOptions

SetHeaders : Allow user to set Headers

func (*CreateInstanceActionOptions) SetInstanceID

func (_options *CreateInstanceActionOptions) SetInstanceID(instanceID string) *CreateInstanceActionOptions

SetInstanceID : Allow user to set InstanceID

func (*CreateInstanceActionOptions) SetType

SetType : Allow user to set Type

type CreateInstanceConsoleAccessTokenOptions

type CreateInstanceConsoleAccessTokenOptions struct {
	// The instance identifier.
	InstanceID *string `json:"instance_id" validate:"required,ne="`

	// The instance console type for which this token may be used.
	ConsoleType *string `json:"console_type" validate:"required"`

	// Indicates whether to disconnect an existing serial console session as the serial console cannot be shared.  This has
	// no effect on VNC consoles.
	Force *bool `json:"force,omitempty"`

	// Allows users to set headers on API requests
	Headers map[string]string
}

CreateInstanceConsoleAccessTokenOptions : The CreateInstanceConsoleAccessToken options.

func (*CreateInstanceConsoleAccessTokenOptions) SetConsoleType

SetConsoleType : Allow user to set ConsoleType

func (*CreateInstanceConsoleAccessTokenOptions) SetForce

SetForce : Allow user to set Force

func (*CreateInstanceConsoleAccessTokenOptions) SetHeaders

SetHeaders : Allow user to set Headers

func (*CreateInstanceConsoleAccessTokenOptions) SetInstanceID

SetInstanceID : Allow user to set InstanceID

type CreateInstanceGroupManagerActionOptions

type CreateInstanceGroupManagerActionOptions struct {
	// The instance group identifier.
	InstanceGroupID *string `json:"instance_group_id" validate:"required,ne="`

	// The instance group manager identifier.
	InstanceGroupManagerID *string `json:"instance_group_manager_id" validate:"required,ne="`

	// The instance group manager action prototype object.
	InstanceGroupManagerActionPrototype InstanceGroupManagerActionPrototypeIntf `json:"InstanceGroupManagerActionPrototype" validate:"required"`

	// Allows users to set headers on API requests
	Headers map[string]string
}

CreateInstanceGroupManagerActionOptions : The CreateInstanceGroupManagerAction options.

func (*CreateInstanceGroupManagerActionOptions) SetHeaders

SetHeaders : Allow user to set Headers

func (*CreateInstanceGroupManagerActionOptions) SetInstanceGroupID

func (_options *CreateInstanceGroupManagerActionOptions) SetInstanceGroupID(instanceGroupID string) *CreateInstanceGroupManagerActionOptions

SetInstanceGroupID : Allow user to set InstanceGroupID

func (*CreateInstanceGroupManagerActionOptions) SetInstanceGroupManagerActionPrototype

func (_options *CreateInstanceGroupManagerActionOptions) SetInstanceGroupManagerActionPrototype(instanceGroupManagerActionPrototype InstanceGroupManagerActionPrototypeIntf) *CreateInstanceGroupManagerActionOptions

SetInstanceGroupManagerActionPrototype : Allow user to set InstanceGroupManagerActionPrototype

func (*CreateInstanceGroupManagerActionOptions) SetInstanceGroupManagerID

func (_options *CreateInstanceGroupManagerActionOptions) SetInstanceGroupManagerID(instanceGroupManagerID string) *CreateInstanceGroupManagerActionOptions

SetInstanceGroupManagerID : Allow user to set InstanceGroupManagerID

type CreateInstanceGroupManagerOptions

type CreateInstanceGroupManagerOptions struct {
	// The instance group identifier.
	InstanceGroupID *string `json:"instance_group_id" validate:"required,ne="`

	// The instance group manager prototype object.
	InstanceGroupManagerPrototype InstanceGroupManagerPrototypeIntf `json:"InstanceGroupManagerPrototype" validate:"required"`

	// Allows users to set headers on API requests
	Headers map[string]string
}

CreateInstanceGroupManagerOptions : The CreateInstanceGroupManager options.

func (*CreateInstanceGroupManagerOptions) SetHeaders

SetHeaders : Allow user to set Headers

func (*CreateInstanceGroupManagerOptions) SetInstanceGroupID

func (_options *CreateInstanceGroupManagerOptions) SetInstanceGroupID(instanceGroupID string) *CreateInstanceGroupManagerOptions

SetInstanceGroupID : Allow user to set InstanceGroupID

func (*CreateInstanceGroupManagerOptions) SetInstanceGroupManagerPrototype

func (_options *CreateInstanceGroupManagerOptions) SetInstanceGroupManagerPrototype(instanceGroupManagerPrototype InstanceGroupManagerPrototypeIntf) *CreateInstanceGroupManagerOptions

SetInstanceGroupManagerPrototype : Allow user to set InstanceGroupManagerPrototype

type CreateInstanceGroupManagerPolicyOptions

type CreateInstanceGroupManagerPolicyOptions struct {
	// The instance group identifier.
	InstanceGroupID *string `json:"instance_group_id" validate:"required,ne="`

	// The instance group manager identifier.
	InstanceGroupManagerID *string `json:"instance_group_manager_id" validate:"required,ne="`

	// The instance group manager policy prototype object.
	InstanceGroupManagerPolicyPrototype InstanceGroupManagerPolicyPrototypeIntf `json:"InstanceGroupManagerPolicyPrototype" validate:"required"`

	// Allows users to set headers on API requests
	Headers map[string]string
}

CreateInstanceGroupManagerPolicyOptions : The CreateInstanceGroupManagerPolicy options.

func (*CreateInstanceGroupManagerPolicyOptions) SetHeaders

SetHeaders : Allow user to set Headers

func (*CreateInstanceGroupManagerPolicyOptions) SetInstanceGroupID

func (_options *CreateInstanceGroupManagerPolicyOptions) SetInstanceGroupID(instanceGroupID string) *CreateInstanceGroupManagerPolicyOptions

SetInstanceGroupID : Allow user to set InstanceGroupID

func (*CreateInstanceGroupManagerPolicyOptions) SetInstanceGroupManagerID

func (_options *CreateInstanceGroupManagerPolicyOptions) SetInstanceGroupManagerID(instanceGroupManagerID string) *CreateInstanceGroupManagerPolicyOptions

SetInstanceGroupManagerID : Allow user to set InstanceGroupManagerID

func (*CreateInstanceGroupManagerPolicyOptions) SetInstanceGroupManagerPolicyPrototype

func (_options *CreateInstanceGroupManagerPolicyOptions) SetInstanceGroupManagerPolicyPrototype(instanceGroupManagerPolicyPrototype InstanceGroupManagerPolicyPrototypeIntf) *CreateInstanceGroupManagerPolicyOptions

SetInstanceGroupManagerPolicyPrototype : Allow user to set InstanceGroupManagerPolicyPrototype

type CreateInstanceGroupOptions

type CreateInstanceGroupOptions struct {
	// Instance template to use when creating new instances.
	//
	// Instance groups are not compatible with instance templates that specify `true` for
	// `default_trusted_profile.auto_link`.
	InstanceTemplate InstanceTemplateIdentityIntf `json:"instance_template" validate:"required"`

	// The subnets to use when creating new instances.
	Subnets []SubnetIdentityIntf `json:"subnets" validate:"required"`

	// Required if specifying a load balancer pool only. Used by the instance group when scaling up instances to supply the
	// port for the load balancer pool member.
	ApplicationPort *int64 `json:"application_port,omitempty"`

	// The load balancer that the load balancer pool used by this group
	// is in. Required when using a load balancer pool.
	LoadBalancer LoadBalancerIdentityIntf `json:"load_balancer,omitempty"`

	// If specified, the load balancer pool will be managed by this
	// group. Instances created by this group will have a new load
	// balancer pool member in that pool created. Must be used with
	// `application_port`.
	LoadBalancerPool LoadBalancerPoolIdentityIntf `json:"load_balancer_pool,omitempty"`

	// The number of instances in the instance group.
	MembershipCount *int64 `json:"membership_count,omitempty"`

	// The unique user-defined name for this instance group. If unspecified, the name will be a hyphenated list of
	// randomly-selected words.
	Name *string `json:"name,omitempty"`

	// The resource group to use. If unspecified, the account's [default resource
	// group](https://cloud.ibm.com/apidocs/resource-manager#introduction) is used.
	ResourceGroup ResourceGroupIdentityIntf `json:"resource_group,omitempty"`

	// Allows users to set headers on API requests
	Headers map[string]string
}

CreateInstanceGroupOptions : The CreateInstanceGroup options.

func (*CreateInstanceGroupOptions) SetApplicationPort

func (_options *CreateInstanceGroupOptions) SetApplicationPort(applicationPort int64) *CreateInstanceGroupOptions

SetApplicationPort : Allow user to set ApplicationPort

func (*CreateInstanceGroupOptions) SetHeaders

func (options *CreateInstanceGroupOptions) SetHeaders(param map[string]string) *CreateInstanceGroupOptions

SetHeaders : Allow user to set Headers

func (*CreateInstanceGroupOptions) SetInstanceTemplate

func (_options *CreateInstanceGroupOptions) SetInstanceTemplate(instanceTemplate InstanceTemplateIdentityIntf) *CreateInstanceGroupOptions

SetInstanceTemplate : Allow user to set InstanceTemplate

func (*CreateInstanceGroupOptions) SetLoadBalancer

func (_options *CreateInstanceGroupOptions) SetLoadBalancer(loadBalancer LoadBalancerIdentityIntf) *CreateInstanceGroupOptions

SetLoadBalancer : Allow user to set LoadBalancer

func (*CreateInstanceGroupOptions) SetLoadBalancerPool

func (_options *CreateInstanceGroupOptions) SetLoadBalancerPool(loadBalancerPool LoadBalancerPoolIdentityIntf) *CreateInstanceGroupOptions

SetLoadBalancerPool : Allow user to set LoadBalancerPool

func (*CreateInstanceGroupOptions) SetMembershipCount

func (_options *CreateInstanceGroupOptions) SetMembershipCount(membershipCount int64) *CreateInstanceGroupOptions

SetMembershipCount : Allow user to set MembershipCount

func (*CreateInstanceGroupOptions) SetName

SetName : Allow user to set Name

func (*CreateInstanceGroupOptions) SetResourceGroup

func (_options *CreateInstanceGroupOptions) SetResourceGroup(resourceGroup ResourceGroupIdentityIntf) *CreateInstanceGroupOptions

SetResourceGroup : Allow user to set ResourceGroup

func (*CreateInstanceGroupOptions) SetSubnets

SetSubnets : Allow user to set Subnets

type CreateInstanceNetworkInterfaceOptions

type CreateInstanceNetworkInterfaceOptions struct {
	// The instance identifier.
	InstanceID *string `json:"instance_id" validate:"required,ne="`

	// The associated subnet.
	Subnet SubnetIdentityIntf `json:"subnet" validate:"required"`

	// Indicates whether source IP spoofing is allowed on this interface. If false, source IP spoofing is prevented on this
	// interface. If true, source IP spoofing is allowed on this interface.
	AllowIPSpoofing *bool `json:"allow_ip_spoofing,omitempty"`

	// The user-defined name for network interface. Names must be unique within the instance the network interface resides
	// in. If unspecified, the name will be a hyphenated list of randomly-selected words.
	Name *string `json:"name,omitempty"`

	// The primary IP address to bind to the network interface. This can be specified using
	// an existing reserved IP, or a prototype object for a new reserved IP.
	//
	// If an existing reserved IP or a prototype object with an address is specified, it must
	// be available on the network interface's subnet. Otherwise, an available address on the
	// subnet will be automatically selected and reserved.
	PrimaryIP NetworkInterfaceIPPrototypeIntf `json:"primary_ip,omitempty"`

	// The security groups to use for this network interface. If unspecified, the VPC's default security group is used.
	SecurityGroups []SecurityGroupIdentityIntf `json:"security_groups,omitempty"`

	// Allows users to set headers on API requests
	Headers map[string]string
}

CreateInstanceNetworkInterfaceOptions : The CreateInstanceNetworkInterface options.

func (*CreateInstanceNetworkInterfaceOptions) SetAllowIPSpoofing

func (_options *CreateInstanceNetworkInterfaceOptions) SetAllowIPSpoofing(allowIPSpoofing bool) *CreateInstanceNetworkInterfaceOptions

SetAllowIPSpoofing : Allow user to set AllowIPSpoofing

func (*CreateInstanceNetworkInterfaceOptions) SetHeaders

SetHeaders : Allow user to set Headers

func (*CreateInstanceNetworkInterfaceOptions) SetInstanceID

SetInstanceID : Allow user to set InstanceID

func (*CreateInstanceNetworkInterfaceOptions) SetName

SetName : Allow user to set Name

func (*CreateInstanceNetworkInterfaceOptions) SetPrimaryIP

SetPrimaryIP : Allow user to set PrimaryIP

func (*CreateInstanceNetworkInterfaceOptions) SetSecurityGroups

SetSecurityGroups : Allow user to set SecurityGroups

func (*CreateInstanceNetworkInterfaceOptions) SetSubnet

SetSubnet : Allow user to set Subnet

type CreateInstanceOptions

type CreateInstanceOptions struct {
	// The instance prototype object.
	InstancePrototype InstancePrototypeIntf `json:"InstancePrototype" validate:"required"`

	// Allows users to set headers on API requests
	Headers map[string]string
}

CreateInstanceOptions : The CreateInstance options.

func (*CreateInstanceOptions) SetHeaders

func (options *CreateInstanceOptions) SetHeaders(param map[string]string) *CreateInstanceOptions

SetHeaders : Allow user to set Headers

func (*CreateInstanceOptions) SetInstancePrototype

func (_options *CreateInstanceOptions) SetInstancePrototype(instancePrototype InstancePrototypeIntf) *CreateInstanceOptions

SetInstancePrototype : Allow user to set InstancePrototype

type CreateInstanceTemplateOptions

type CreateInstanceTemplateOptions struct {
	// The instance template prototype object.
	InstanceTemplatePrototype InstanceTemplatePrototypeIntf `json:"InstanceTemplatePrototype" validate:"required"`

	// Allows users to set headers on API requests
	Headers map[string]string
}

CreateInstanceTemplateOptions : The CreateInstanceTemplate options.

func (*CreateInstanceTemplateOptions) SetHeaders

SetHeaders : Allow user to set Headers

func (*CreateInstanceTemplateOptions) SetInstanceTemplatePrototype

func (_options *CreateInstanceTemplateOptions) SetInstanceTemplatePrototype(instanceTemplatePrototype InstanceTemplatePrototypeIntf) *CreateInstanceTemplateOptions

SetInstanceTemplatePrototype : Allow user to set InstanceTemplatePrototype

type CreateInstanceVolumeAttachmentOptions

type CreateInstanceVolumeAttachmentOptions struct {
	// The instance identifier.
	InstanceID *string `json:"instance_id" validate:"required,ne="`

	// An existing volume to attach to the instance, or a prototype object for a new volume.
	Volume VolumeAttachmentPrototypeVolumeIntf `json:"volume" validate:"required"`

	// If set to true, when deleting the instance the volume will also be deleted.
	DeleteVolumeOnInstanceDelete *bool `json:"delete_volume_on_instance_delete,omitempty"`

	// The user-defined name for this volume attachment. Names must be unique within the instance the volume attachment
	// resides in. If unspecified, the name will be a hyphenated list of randomly-selected words.
	Name *string `json:"name,omitempty"`

	// Allows users to set headers on API requests
	Headers map[string]string
}

CreateInstanceVolumeAttachmentOptions : The CreateInstanceVolumeAttachment options.

func (*CreateInstanceVolumeAttachmentOptions) SetDeleteVolumeOnInstanceDelete

func (_options *CreateInstanceVolumeAttachmentOptions) SetDeleteVolumeOnInstanceDelete(deleteVolumeOnInstanceDelete bool) *CreateInstanceVolumeAttachmentOptions

SetDeleteVolumeOnInstanceDelete : Allow user to set DeleteVolumeOnInstanceDelete

func (*CreateInstanceVolumeAttachmentOptions) SetHeaders

SetHeaders : Allow user to set Headers

func (*CreateInstanceVolumeAttachmentOptions) SetInstanceID

SetInstanceID : Allow user to set InstanceID

func (*CreateInstanceVolumeAttachmentOptions) SetName

SetName : Allow user to set Name

func (*CreateInstanceVolumeAttachmentOptions) SetVolume

SetVolume : Allow user to set Volume

type CreateIpsecPolicyOptions

type CreateIpsecPolicyOptions struct {
	// The authentication algorithm.
	AuthenticationAlgorithm *string `json:"authentication_algorithm" validate:"required"`

	// The encryption algorithm.
	EncryptionAlgorithm *string `json:"encryption_algorithm" validate:"required"`

	// Perfect Forward Secrecy.
	Pfs *string `json:"pfs" validate:"required"`

	// The key lifetime in seconds.
	KeyLifetime *int64 `json:"key_lifetime,omitempty"`

	// The user-defined name for this IPsec policy.
	Name *string `json:"name,omitempty"`

	// The resource group to use. If unspecified, the account's [default resource
	// group](https://cloud.ibm.com/apidocs/resource-manager#introduction) is used.
	ResourceGroup ResourceGroupIdentityIntf `json:"resource_group,omitempty"`

	// Allows users to set headers on API requests
	Headers map[string]string
}

CreateIpsecPolicyOptions : The CreateIpsecPolicy options.

func (*CreateIpsecPolicyOptions) SetAuthenticationAlgorithm

func (_options *CreateIpsecPolicyOptions) SetAuthenticationAlgorithm(authenticationAlgorithm string) *CreateIpsecPolicyOptions

SetAuthenticationAlgorithm : Allow user to set AuthenticationAlgorithm

func (*CreateIpsecPolicyOptions) SetEncryptionAlgorithm

func (_options *CreateIpsecPolicyOptions) SetEncryptionAlgorithm(encryptionAlgorithm string) *CreateIpsecPolicyOptions

SetEncryptionAlgorithm : Allow user to set EncryptionAlgorithm

func (*CreateIpsecPolicyOptions) SetHeaders

func (options *CreateIpsecPolicyOptions) SetHeaders(param map[string]string) *CreateIpsecPolicyOptions

SetHeaders : Allow user to set Headers

func (*CreateIpsecPolicyOptions) SetKeyLifetime

func (_options *CreateIpsecPolicyOptions) SetKeyLifetime(keyLifetime int64) *CreateIpsecPolicyOptions

SetKeyLifetime : Allow user to set KeyLifetime

func (*CreateIpsecPolicyOptions) SetName

func (_options *CreateIpsecPolicyOptions) SetName(name string) *CreateIpsecPolicyOptions

SetName : Allow user to set Name

func (*CreateIpsecPolicyOptions) SetPfs

SetPfs : Allow user to set Pfs

func (*CreateIpsecPolicyOptions) SetResourceGroup

func (_options *CreateIpsecPolicyOptions) SetResourceGroup(resourceGroup ResourceGroupIdentityIntf) *CreateIpsecPolicyOptions

SetResourceGroup : Allow user to set ResourceGroup

type CreateKeyOptions

type CreateKeyOptions struct {
	// A unique public SSH key to import, in OpenSSH format (consisting of three space-separated fields: the algorithm
	// name, base64-encoded key, and a comment). The algorithm and comment fields may be omitted, as only the key field is
	// imported.
	PublicKey *string `json:"public_key" validate:"required"`

	// The unique user-defined name for this key. If unspecified, the name will be a hyphenated list of randomly-selected
	// words.
	Name *string `json:"name,omitempty"`

	// The resource group to use. If unspecified, the account's [default resource
	// group](https://cloud.ibm.com/apidocs/resource-manager#introduction) is used.
	ResourceGroup ResourceGroupIdentityIntf `json:"resource_group,omitempty"`

	// The crypto-system used by this key.
	Type *string `json:"type,omitempty"`

	// Allows users to set headers on API requests
	Headers map[string]string
}

CreateKeyOptions : The CreateKey options.

func (*CreateKeyOptions) SetHeaders

func (options *CreateKeyOptions) SetHeaders(param map[string]string) *CreateKeyOptions

SetHeaders : Allow user to set Headers

func (*CreateKeyOptions) SetName

func (_options *CreateKeyOptions) SetName(name string) *CreateKeyOptions

SetName : Allow user to set Name

func (*CreateKeyOptions) SetPublicKey

func (_options *CreateKeyOptions) SetPublicKey(publicKey string) *CreateKeyOptions

SetPublicKey : Allow user to set PublicKey

func (*CreateKeyOptions) SetResourceGroup

func (_options *CreateKeyOptions) SetResourceGroup(resourceGroup ResourceGroupIdentityIntf) *CreateKeyOptions

SetResourceGroup : Allow user to set ResourceGroup

func (*CreateKeyOptions) SetType

func (_options *CreateKeyOptions) SetType(typeVar string) *CreateKeyOptions

SetType : Allow user to set Type

type CreateLoadBalancerListenerOptions

type CreateLoadBalancerListenerOptions struct {
	// The load balancer identifier.
	LoadBalancerID *string `json:"load_balancer_id" validate:"required,ne="`

	// The listener protocol. Each listener in the load balancer must have a unique `port` and `protocol` combination.
	// Additional restrictions:
	// - If this load balancer is in the `network` family:
	//   - The protocol must be `tcp` or `udp` (if `udp_supported` is `true`).
	//   - If `default_pool` is set, the pool protocol must match.
	// - If `https_redirect` is set, the protocol must be `http`.
	Protocol *string `json:"protocol" validate:"required"`

	// If set to `true`, this listener will accept and forward PROXY protocol information. Supported by load balancers in
	// the `application` family (otherwise always `false`). Additional restrictions:
	// - If this listener has `https_redirect` specified, its `accept_proxy_protocol` value must
	//   match the `accept_proxy_protocol` value of the `https_redirect` listener.
	// - If this listener is the target of another listener's `https_redirect`, its
	//   `accept_proxy_protocol` value must match that listener's `accept_proxy_protocol` value.
	AcceptProxyProtocol *bool `json:"accept_proxy_protocol,omitempty"`

	// The certificate instance used for SSL termination. It is applicable only to `https`
	// protocol.
	CertificateInstance CertificateInstanceIdentityIntf `json:"certificate_instance,omitempty"`

	// The connection limit of the listener.
	ConnectionLimit *int64 `json:"connection_limit,omitempty"`

	// The default pool for this listener. The specified pool must:
	//
	// - Belong to this load balancer
	// - Have the same `protocol` as this listener, or have a compatible protocol.
	//   At present, the compatible protocols are `http` and `https`.
	// - Not already be the `default_pool` for another listener.
	DefaultPool LoadBalancerPoolIdentityIntf `json:"default_pool,omitempty"`

	// The target listener that requests will be redirected to. This listener must have a
	// `protocol` of `http`, and the target listener must have a `protocol` of `https`.
	HTTPSRedirect *LoadBalancerListenerHTTPSRedirectPrototype `json:"https_redirect,omitempty"`

	// The policy prototype objects for this listener.
	Policies []LoadBalancerListenerPolicyPrototype `json:"policies,omitempty"`

	// The listener port number, or the inclusive lower bound of the port range. Each listener in the load balancer must
	// have a unique `port` and `protocol` combination.
	//
	// Not supported for load balancers operating with route mode enabled.
	Port *int64 `json:"port,omitempty"`

	// The inclusive upper bound of the range of ports used by this listener. Must not be less than `port_min`.
	//
	// At present, only load balancers operating with route mode enabled, and public load balancers in the `network` family
	// support different values for `port_min` and
	// `port_max`. When route mode is enabled, the value `65535` must be specified.
	//
	// The specified port range must not overlap with port ranges used by other listeners for this load balancer using the
	// same protocol.
	PortMax *int64 `json:"port_max,omitempty"`

	// The inclusive lower bound of the range of ports used by this listener. Must not be greater than `port_max`.
	//
	// At present, only load balancers operating with route mode enabled, and public load balancers in the `network` family
	// support different values for `port_min` and
	// `port_max`. When route mode is enabled, the value `1` must be specified.
	//
	// The specified port range must not overlap with port ranges used by other listeners for this load balancer using the
	// same protocol.
	PortMin *int64 `json:"port_min,omitempty"`

	// Allows users to set headers on API requests
	Headers map[string]string
}

CreateLoadBalancerListenerOptions : The CreateLoadBalancerListener options.

func (*CreateLoadBalancerListenerOptions) SetAcceptProxyProtocol

func (_options *CreateLoadBalancerListenerOptions) SetAcceptProxyProtocol(acceptProxyProtocol bool) *CreateLoadBalancerListenerOptions

SetAcceptProxyProtocol : Allow user to set AcceptProxyProtocol

func (*CreateLoadBalancerListenerOptions) SetCertificateInstance

func (_options *CreateLoadBalancerListenerOptions) SetCertificateInstance(certificateInstance CertificateInstanceIdentityIntf) *CreateLoadBalancerListenerOptions

SetCertificateInstance : Allow user to set CertificateInstance

func (*CreateLoadBalancerListenerOptions) SetConnectionLimit

func (_options *CreateLoadBalancerListenerOptions) SetConnectionLimit(connectionLimit int64) *CreateLoadBalancerListenerOptions

SetConnectionLimit : Allow user to set ConnectionLimit

func (*CreateLoadBalancerListenerOptions) SetDefaultPool

SetDefaultPool : Allow user to set DefaultPool

func (*CreateLoadBalancerListenerOptions) SetHTTPSRedirect

SetHTTPSRedirect : Allow user to set HTTPSRedirect

func (*CreateLoadBalancerListenerOptions) SetHeaders

SetHeaders : Allow user to set Headers

func (*CreateLoadBalancerListenerOptions) SetLoadBalancerID

func (_options *CreateLoadBalancerListenerOptions) SetLoadBalancerID(loadBalancerID string) *CreateLoadBalancerListenerOptions

SetLoadBalancerID : Allow user to set LoadBalancerID

func (*CreateLoadBalancerListenerOptions) SetPolicies

SetPolicies : Allow user to set Policies

func (*CreateLoadBalancerListenerOptions) SetPort

SetPort : Allow user to set Port

func (*CreateLoadBalancerListenerOptions) SetPortMax

SetPortMax : Allow user to set PortMax

func (*CreateLoadBalancerListenerOptions) SetPortMin

SetPortMin : Allow user to set PortMin

func (*CreateLoadBalancerListenerOptions) SetProtocol

SetProtocol : Allow user to set Protocol

type CreateLoadBalancerListenerPolicyOptions

type CreateLoadBalancerListenerPolicyOptions struct {
	// The load balancer identifier.
	LoadBalancerID *string `json:"load_balancer_id" validate:"required,ne="`

	// The listener identifier.
	ListenerID *string `json:"listener_id" validate:"required,ne="`

	// The policy action.
	//
	// The enumerated values for this property are expected to expand in the future. When processing this property, check
	// for and log unknown values. Optionally halt processing and surface the error, or bypass the policy on which the
	// unexpected property value was encountered.
	Action *string `json:"action" validate:"required"`

	// Priority of the policy. Lower value indicates higher priority.
	Priority *int64 `json:"priority" validate:"required"`

	// The user-defined name for this policy. Names must be unique within the load balancer listener the policy resides in.
	Name *string `json:"name,omitempty"`

	// The rule prototype objects for this policy.
	Rules []LoadBalancerListenerPolicyRulePrototype `json:"rules,omitempty"`

	// - If `action` is `forward`, specify a `LoadBalancerPoolIdentity`.
	// - If `action` is `redirect`, specify a `LoadBalancerListenerPolicyRedirectURLPrototype`.
	// - If `action` is `https_redirect`, specify a
	//   `LoadBalancerListenerPolicyHTTPSRedirectPrototype`.
	Target LoadBalancerListenerPolicyTargetPrototypeIntf `json:"target,omitempty"`

	// Allows users to set headers on API requests
	Headers map[string]string
}

CreateLoadBalancerListenerPolicyOptions : The CreateLoadBalancerListenerPolicy options.

func (*CreateLoadBalancerListenerPolicyOptions) SetAction

SetAction : Allow user to set Action

func (*CreateLoadBalancerListenerPolicyOptions) SetHeaders

SetHeaders : Allow user to set Headers

func (*CreateLoadBalancerListenerPolicyOptions) SetListenerID

SetListenerID : Allow user to set ListenerID

func (*CreateLoadBalancerListenerPolicyOptions) SetLoadBalancerID

func (_options *CreateLoadBalancerListenerPolicyOptions) SetLoadBalancerID(loadBalancerID string) *CreateLoadBalancerListenerPolicyOptions

SetLoadBalancerID : Allow user to set LoadBalancerID

func (*CreateLoadBalancerListenerPolicyOptions) SetName

SetName : Allow user to set Name

func (*CreateLoadBalancerListenerPolicyOptions) SetPriority

SetPriority : Allow user to set Priority

func (*CreateLoadBalancerListenerPolicyOptions) SetRules

SetRules : Allow user to set Rules

func (*CreateLoadBalancerListenerPolicyOptions) SetTarget

SetTarget : Allow user to set Target

type CreateLoadBalancerListenerPolicyRuleOptions

type CreateLoadBalancerListenerPolicyRuleOptions struct {
	// The load balancer identifier.
	LoadBalancerID *string `json:"load_balancer_id" validate:"required,ne="`

	// The listener identifier.
	ListenerID *string `json:"listener_id" validate:"required,ne="`

	// The policy identifier.
	PolicyID *string `json:"policy_id" validate:"required,ne="`

	// The condition of the rule.
	Condition *string `json:"condition" validate:"required"`

	// The type of the rule.
	//
	// Body rules are applied to form-encoded request bodies using the `UTF-8` character set.
	Type *string `json:"type" validate:"required"`

	// Value to be matched for rule condition.
	//
	// If the rule type is `query` and the rule condition is not `matches_regex`, the value must be percent-encoded.
	Value *string `json:"value" validate:"required"`

	// The field. This is applicable to `header`, `query`, and `body` rule types.
	//
	// If the rule type is `header`, this property is required.
	//
	// If the rule type is `query`, this is optional. If specified and the rule condition is not
	// `matches_regex`, the value must be percent-encoded.
	//
	// If the rule type is `body`, this is optional.
	Field *string `json:"field,omitempty"`

	// Allows users to set headers on API requests
	Headers map[string]string
}

CreateLoadBalancerListenerPolicyRuleOptions : The CreateLoadBalancerListenerPolicyRule options.

func (*CreateLoadBalancerListenerPolicyRuleOptions) SetCondition

SetCondition : Allow user to set Condition

func (*CreateLoadBalancerListenerPolicyRuleOptions) SetField

SetField : Allow user to set Field

func (*CreateLoadBalancerListenerPolicyRuleOptions) SetHeaders

SetHeaders : Allow user to set Headers

func (*CreateLoadBalancerListenerPolicyRuleOptions) SetListenerID

SetListenerID : Allow user to set ListenerID

func (*CreateLoadBalancerListenerPolicyRuleOptions) SetLoadBalancerID

SetLoadBalancerID : Allow user to set LoadBalancerID

func (*CreateLoadBalancerListenerPolicyRuleOptions) SetPolicyID

SetPolicyID : Allow user to set PolicyID

func (*CreateLoadBalancerListenerPolicyRuleOptions) SetType

SetType : Allow user to set Type

func (*CreateLoadBalancerListenerPolicyRuleOptions) SetValue

SetValue : Allow user to set Value

type CreateLoadBalancerOptions

type CreateLoadBalancerOptions struct {
	// Indicates whether this load balancer is public or private.
	//
	// At present, if route mode is enabled, the load balancer must be private.
	IsPublic *bool `json:"is_public" validate:"required"`

	// The subnets to provision this load balancer.
	Subnets []SubnetIdentityIntf `json:"subnets" validate:"required"`

	// The listeners of this load balancer.
	Listeners []LoadBalancerListenerPrototypeLoadBalancerContext `json:"listeners,omitempty"`

	// The logging configuration to use for this load balancer. See [VPC Datapath
	// Logging](https://cloud.ibm.com/docs/vpc?topic=vpc-datapath-logging)
	// on the logging format, fields and permitted values.
	//
	// To activate logging, the load balancer profile must support the specified logging
	// type.
	Logging *LoadBalancerLogging `json:"logging,omitempty"`

	// The user-defined name for this load balancer. If unspecified, the name will be a hyphenated list of
	// randomly-selected words.
	Name *string `json:"name,omitempty"`

	// The pools of this load balancer.
	Pools []LoadBalancerPoolPrototype `json:"pools,omitempty"`

	// The profile to use for this load balancer.
	Profile LoadBalancerProfileIdentityIntf `json:"profile,omitempty"`

	// The resource group to use. If unspecified, the account's [default resource
	// group](https://cloud.ibm.com/apidocs/resource-manager#introduction) is used.
	ResourceGroup ResourceGroupIdentityIntf `json:"resource_group,omitempty"`

	// Indicates whether route mode is enabled for this load balancer.
	//
	// At present, public load balancers are not supported with route mode enabled.
	RouteMode *bool `json:"route_mode,omitempty"`

	// The security groups to use for this load balancer. If unspecified, the VPC's default security group is used.
	//
	// The load balancer profile must support security groups.
	SecurityGroups []SecurityGroupIdentityIntf `json:"security_groups,omitempty"`

	// Allows users to set headers on API requests
	Headers map[string]string
}

CreateLoadBalancerOptions : The CreateLoadBalancer options.

func (*CreateLoadBalancerOptions) SetHeaders

func (options *CreateLoadBalancerOptions) SetHeaders(param map[string]string) *CreateLoadBalancerOptions

SetHeaders : Allow user to set Headers

func (*CreateLoadBalancerOptions) SetIsPublic

func (_options *CreateLoadBalancerOptions) SetIsPublic(isPublic bool) *CreateLoadBalancerOptions

SetIsPublic : Allow user to set IsPublic

func (*CreateLoadBalancerOptions) SetListeners

SetListeners : Allow user to set Listeners

func (*CreateLoadBalancerOptions) SetLogging

SetLogging : Allow user to set Logging

func (*CreateLoadBalancerOptions) SetName

SetName : Allow user to set Name

func (*CreateLoadBalancerOptions) SetPools

SetPools : Allow user to set Pools

func (*CreateLoadBalancerOptions) SetProfile

SetProfile : Allow user to set Profile

func (*CreateLoadBalancerOptions) SetResourceGroup

func (_options *CreateLoadBalancerOptions) SetResourceGroup(resourceGroup ResourceGroupIdentityIntf) *CreateLoadBalancerOptions

SetResourceGroup : Allow user to set ResourceGroup

func (*CreateLoadBalancerOptions) SetRouteMode

func (_options *CreateLoadBalancerOptions) SetRouteMode(routeMode bool) *CreateLoadBalancerOptions

SetRouteMode : Allow user to set RouteMode

func (*CreateLoadBalancerOptions) SetSecurityGroups

func (_options *CreateLoadBalancerOptions) SetSecurityGroups(securityGroups []SecurityGroupIdentityIntf) *CreateLoadBalancerOptions

SetSecurityGroups : Allow user to set SecurityGroups

func (*CreateLoadBalancerOptions) SetSubnets

SetSubnets : Allow user to set Subnets

type CreateLoadBalancerPoolMemberOptions

type CreateLoadBalancerPoolMemberOptions struct {
	// The load balancer identifier.
	LoadBalancerID *string `json:"load_balancer_id" validate:"required,ne="`

	// The pool identifier.
	PoolID *string `json:"pool_id" validate:"required,ne="`

	// The port the member will receive load balancer traffic on. Applies only to load balancer traffic received on a
	// listener with a single port. (If the traffic is received on a listener with a port range, the member will receive
	// the traffic on the same port the listener received it on.)
	//
	// This port will also be used for health checks unless the `port` property of
	// `health_monitor` property is specified.
	//
	// The port must be unique across all members for all pools associated with this pool's listener.
	Port *int64 `json:"port" validate:"required"`

	// The pool member target. Load balancers in the `network` family support virtual server
	// instances. Load balancers in the `application` family support IP addresses.
	Target LoadBalancerPoolMemberTargetPrototypeIntf `json:"target" validate:"required"`

	// Weight of the server member. Applicable only if the pool algorithm is
	// `weighted_round_robin`.
	Weight *int64 `json:"weight,omitempty"`

	// Allows users to set headers on API requests
	Headers map[string]string
}

CreateLoadBalancerPoolMemberOptions : The CreateLoadBalancerPoolMember options.

func (*CreateLoadBalancerPoolMemberOptions) SetHeaders

SetHeaders : Allow user to set Headers

func (*CreateLoadBalancerPoolMemberOptions) SetLoadBalancerID

func (_options *CreateLoadBalancerPoolMemberOptions) SetLoadBalancerID(loadBalancerID string) *CreateLoadBalancerPoolMemberOptions

SetLoadBalancerID : Allow user to set LoadBalancerID

func (*CreateLoadBalancerPoolMemberOptions) SetPoolID

SetPoolID : Allow user to set PoolID

func (*CreateLoadBalancerPoolMemberOptions) SetPort

SetPort : Allow user to set Port

func (*CreateLoadBalancerPoolMemberOptions) SetTarget

SetTarget : Allow user to set Target

func (*CreateLoadBalancerPoolMemberOptions) SetWeight

SetWeight : Allow user to set Weight

type CreateLoadBalancerPoolOptions

type CreateLoadBalancerPoolOptions struct {
	// The load balancer identifier.
	LoadBalancerID *string `json:"load_balancer_id" validate:"required,ne="`

	// The load balancing algorithm.
	Algorithm *string `json:"algorithm" validate:"required"`

	// The health monitor of this pool.
	HealthMonitor *LoadBalancerPoolHealthMonitorPrototype `json:"health_monitor" validate:"required"`

	// The protocol used for this load balancer pool. Load balancers in the `network` family support `tcp` and `udp` (if
	// `udp_supported` is `true`). Load balancers in the
	// `application` family support `tcp`, `http`, and `https`.
	Protocol *string `json:"protocol" validate:"required"`

	// The members for this load balancer pool. For load balancers in the `network` family, the same `port` and `target`
	// tuple cannot be shared by a pool member of any other load balancer in the same VPC.
	Members []LoadBalancerPoolMemberPrototype `json:"members,omitempty"`

	// The user-defined name for this load balancer pool. If unspecified, the name will be a hyphenated list of
	// randomly-selected words.
	Name *string `json:"name,omitempty"`

	// The PROXY protocol setting for this pool:
	// - `v1`: Enabled with version 1 (human-readable header format)
	// - `v2`: Enabled with version 2 (binary header format)
	// - `disabled`: Disabled
	//
	// Supported by load balancers in the `application` family (otherwise always `disabled`).
	ProxyProtocol *string `json:"proxy_protocol,omitempty"`

	// The session persistence of this pool.
	SessionPersistence *LoadBalancerPoolSessionPersistencePrototype `json:"session_persistence,omitempty"`

	// Allows users to set headers on API requests
	Headers map[string]string
}

CreateLoadBalancerPoolOptions : The CreateLoadBalancerPool options.

func (*CreateLoadBalancerPoolOptions) SetAlgorithm

func (_options *CreateLoadBalancerPoolOptions) SetAlgorithm(algorithm string) *CreateLoadBalancerPoolOptions

SetAlgorithm : Allow user to set Algorithm

func (*CreateLoadBalancerPoolOptions) SetHeaders

SetHeaders : Allow user to set Headers

func (*CreateLoadBalancerPoolOptions) SetHealthMonitor

SetHealthMonitor : Allow user to set HealthMonitor

func (*CreateLoadBalancerPoolOptions) SetLoadBalancerID

func (_options *CreateLoadBalancerPoolOptions) SetLoadBalancerID(loadBalancerID string) *CreateLoadBalancerPoolOptions

SetLoadBalancerID : Allow user to set LoadBalancerID

func (*CreateLoadBalancerPoolOptions) SetMembers

SetMembers : Allow user to set Members

func (*CreateLoadBalancerPoolOptions) SetName

SetName : Allow user to set Name

func (*CreateLoadBalancerPoolOptions) SetProtocol

func (_options *CreateLoadBalancerPoolOptions) SetProtocol(protocol string) *CreateLoadBalancerPoolOptions

SetProtocol : Allow user to set Protocol

func (*CreateLoadBalancerPoolOptions) SetProxyProtocol

func (_options *CreateLoadBalancerPoolOptions) SetProxyProtocol(proxyProtocol string) *CreateLoadBalancerPoolOptions

SetProxyProtocol : Allow user to set ProxyProtocol

func (*CreateLoadBalancerPoolOptions) SetSessionPersistence

SetSessionPersistence : Allow user to set SessionPersistence

type CreateNetworkACLOptions

type CreateNetworkACLOptions struct {
	// The network ACL prototype object.
	NetworkACLPrototype NetworkACLPrototypeIntf `json:"NetworkACLPrototype,omitempty"`

	// Allows users to set headers on API requests
	Headers map[string]string
}

CreateNetworkACLOptions : The CreateNetworkACL options.

func (*CreateNetworkACLOptions) SetHeaders

func (options *CreateNetworkACLOptions) SetHeaders(param map[string]string) *CreateNetworkACLOptions

SetHeaders : Allow user to set Headers

func (*CreateNetworkACLOptions) SetNetworkACLPrototype

func (_options *CreateNetworkACLOptions) SetNetworkACLPrototype(networkACLPrototype NetworkACLPrototypeIntf) *CreateNetworkACLOptions

SetNetworkACLPrototype : Allow user to set NetworkACLPrototype

type CreateNetworkACLRuleOptions

type CreateNetworkACLRuleOptions struct {
	// The network ACL identifier.
	NetworkACLID *string `json:"network_acl_id" validate:"required,ne="`

	// The network ACL rule prototype object.
	NetworkACLRulePrototype NetworkACLRulePrototypeIntf `json:"NetworkACLRulePrototype" validate:"required"`

	// Allows users to set headers on API requests
	Headers map[string]string
}

CreateNetworkACLRuleOptions : The CreateNetworkACLRule options.

func (*CreateNetworkACLRuleOptions) SetHeaders

func (options *CreateNetworkACLRuleOptions) SetHeaders(param map[string]string) *CreateNetworkACLRuleOptions

SetHeaders : Allow user to set Headers

func (*CreateNetworkACLRuleOptions) SetNetworkACLID

func (_options *CreateNetworkACLRuleOptions) SetNetworkACLID(networkACLID string) *CreateNetworkACLRuleOptions

SetNetworkACLID : Allow user to set NetworkACLID

func (*CreateNetworkACLRuleOptions) SetNetworkACLRulePrototype

func (_options *CreateNetworkACLRuleOptions) SetNetworkACLRulePrototype(networkACLRulePrototype NetworkACLRulePrototypeIntf) *CreateNetworkACLRuleOptions

SetNetworkACLRulePrototype : Allow user to set NetworkACLRulePrototype

type CreatePlacementGroupOptions

type CreatePlacementGroupOptions struct {
	// The strategy for this placement group
	// - `host_spread`: place on different compute hosts
	// - `power_spread`: place on compute hosts that use different power sources
	//
	// The enumerated values for this property may expand in the future. When processing this property, check for and log
	// unknown values. Optionally halt processing and surface the error, or bypass the placement group on which the
	// unexpected strategy was encountered.
	Strategy *string `json:"strategy" validate:"required"`

	// The unique user-defined name for this placement group. If unspecified, the name will be a hyphenated list of
	// randomly-selected words.
	Name *string `json:"name,omitempty"`

	// The resource group to use. If unspecified, the account's [default resource
	// group](https://cloud.ibm.com/apidocs/resource-manager#introduction) is used.
	ResourceGroup ResourceGroupIdentityIntf `json:"resource_group,omitempty"`

	// Allows users to set headers on API requests
	Headers map[string]string
}

CreatePlacementGroupOptions : The CreatePlacementGroup options.

func (*CreatePlacementGroupOptions) SetHeaders

func (options *CreatePlacementGroupOptions) SetHeaders(param map[string]string) *CreatePlacementGroupOptions

SetHeaders : Allow user to set Headers

func (*CreatePlacementGroupOptions) SetName

SetName : Allow user to set Name

func (*CreatePlacementGroupOptions) SetResourceGroup

func (_options *CreatePlacementGroupOptions) SetResourceGroup(resourceGroup ResourceGroupIdentityIntf) *CreatePlacementGroupOptions

SetResourceGroup : Allow user to set ResourceGroup

func (*CreatePlacementGroupOptions) SetStrategy

func (_options *CreatePlacementGroupOptions) SetStrategy(strategy string) *CreatePlacementGroupOptions

SetStrategy : Allow user to set Strategy

type CreatePublicGatewayOptions

type CreatePublicGatewayOptions struct {
	// The VPC this public gateway will serve.
	VPC VPCIdentityIntf `json:"vpc" validate:"required"`

	// The zone this public gateway will reside in.
	Zone ZoneIdentityIntf `json:"zone" validate:"required"`

	FloatingIP PublicGatewayFloatingIPPrototypeIntf `json:"floating_ip,omitempty"`

	// The user-defined name for this public gateway. Names must be unique within the VPC the public gateway resides in. If
	// unspecified, the name will be a hyphenated list of randomly-selected words.
	Name *string `json:"name,omitempty"`

	// The resource group to use. If unspecified, the account's [default resource
	// group](https://cloud.ibm.com/apidocs/resource-manager#introduction) is used.
	ResourceGroup ResourceGroupIdentityIntf `json:"resource_group,omitempty"`

	// Allows users to set headers on API requests
	Headers map[string]string
}

CreatePublicGatewayOptions : The CreatePublicGateway options.

func (*CreatePublicGatewayOptions) SetFloatingIP

SetFloatingIP : Allow user to set FloatingIP

func (*CreatePublicGatewayOptions) SetHeaders

func (options *CreatePublicGatewayOptions) SetHeaders(param map[string]string) *CreatePublicGatewayOptions

SetHeaders : Allow user to set Headers

func (*CreatePublicGatewayOptions) SetName

SetName : Allow user to set Name

func (*CreatePublicGatewayOptions) SetResourceGroup

func (_options *CreatePublicGatewayOptions) SetResourceGroup(resourceGroup ResourceGroupIdentityIntf) *CreatePublicGatewayOptions

SetResourceGroup : Allow user to set ResourceGroup

func (*CreatePublicGatewayOptions) SetVPC

SetVPC : Allow user to set VPC

func (*CreatePublicGatewayOptions) SetZone

SetZone : Allow user to set Zone

type CreateSecurityGroupOptions

type CreateSecurityGroupOptions struct {
	// The VPC this security group is to be a part of.
	VPC VPCIdentityIntf `json:"vpc" validate:"required"`

	// The user-defined name for this security group. If unspecified, the name will be a hyphenated list of
	// randomly-selected words. Names must be unique within the VPC the security group resides in.
	Name *string `json:"name,omitempty"`

	// The resource group to use. If unspecified, the account's [default resource
	// group](https://cloud.ibm.com/apidocs/resource-manager#introduction) is used.
	ResourceGroup ResourceGroupIdentityIntf `json:"resource_group,omitempty"`

	// The prototype objects for rules to be created for this security group. If unspecified, no rules will be created,
	// resulting in all traffic being denied.
	Rules []SecurityGroupRulePrototypeIntf `json:"rules,omitempty"`

	// Allows users to set headers on API requests
	Headers map[string]string
}

CreateSecurityGroupOptions : The CreateSecurityGroup options.

func (*CreateSecurityGroupOptions) SetHeaders

func (options *CreateSecurityGroupOptions) SetHeaders(param map[string]string) *CreateSecurityGroupOptions

SetHeaders : Allow user to set Headers

func (*CreateSecurityGroupOptions) SetName

SetName : Allow user to set Name

func (*CreateSecurityGroupOptions) SetResourceGroup

func (_options *CreateSecurityGroupOptions) SetResourceGroup(resourceGroup ResourceGroupIdentityIntf) *CreateSecurityGroupOptions

SetResourceGroup : Allow user to set ResourceGroup

func (*CreateSecurityGroupOptions) SetRules

SetRules : Allow user to set Rules

func (*CreateSecurityGroupOptions) SetVPC

SetVPC : Allow user to set VPC

type CreateSecurityGroupRuleOptions

type CreateSecurityGroupRuleOptions struct {
	// The security group identifier.
	SecurityGroupID *string `json:"security_group_id" validate:"required,ne="`

	// The properties of the security group rule to be created.
	SecurityGroupRulePrototype SecurityGroupRulePrototypeIntf `json:"SecurityGroupRulePrototype" validate:"required"`

	// Allows users to set headers on API requests
	Headers map[string]string
}

CreateSecurityGroupRuleOptions : The CreateSecurityGroupRule options.

func (*CreateSecurityGroupRuleOptions) SetHeaders

SetHeaders : Allow user to set Headers

func (*CreateSecurityGroupRuleOptions) SetSecurityGroupID

func (_options *CreateSecurityGroupRuleOptions) SetSecurityGroupID(securityGroupID string) *CreateSecurityGroupRuleOptions

SetSecurityGroupID : Allow user to set SecurityGroupID

func (*CreateSecurityGroupRuleOptions) SetSecurityGroupRulePrototype

func (_options *CreateSecurityGroupRuleOptions) SetSecurityGroupRulePrototype(securityGroupRulePrototype SecurityGroupRulePrototypeIntf) *CreateSecurityGroupRuleOptions

SetSecurityGroupRulePrototype : Allow user to set SecurityGroupRulePrototype

type CreateSecurityGroupTargetBindingOptions

type CreateSecurityGroupTargetBindingOptions struct {
	// The security group identifier.
	SecurityGroupID *string `json:"security_group_id" validate:"required,ne="`

	// The security group target identifier.
	ID *string `json:"id" validate:"required,ne="`

	// Allows users to set headers on API requests
	Headers map[string]string
}

CreateSecurityGroupTargetBindingOptions : The CreateSecurityGroupTargetBinding options.

func (*CreateSecurityGroupTargetBindingOptions) SetHeaders

SetHeaders : Allow user to set Headers

func (*CreateSecurityGroupTargetBindingOptions) SetID

SetID : Allow user to set ID

func (*CreateSecurityGroupTargetBindingOptions) SetSecurityGroupID

func (_options *CreateSecurityGroupTargetBindingOptions) SetSecurityGroupID(securityGroupID string) *CreateSecurityGroupTargetBindingOptions

SetSecurityGroupID : Allow user to set SecurityGroupID

type CreateSnapshotOptions

type CreateSnapshotOptions struct {
	// The volume to snapshot.
	SourceVolume VolumeIdentityIntf `json:"source_volume" validate:"required"`

	// The unique user-defined name for this snapshot. If unspecified, the name will be a hyphenated list of
	// randomly-selected words.
	Name *string `json:"name,omitempty"`

	// The resource group to use. If unspecified, the account's [default resource
	// group](https://cloud.ibm.com/apidocs/resource-manager#introduction) is used.
	ResourceGroup ResourceGroupIdentityIntf `json:"resource_group,omitempty"`

	// Allows users to set headers on API requests
	Headers map[string]string
}

CreateSnapshotOptions : The CreateSnapshot options.

func (*CreateSnapshotOptions) SetHeaders

func (options *CreateSnapshotOptions) SetHeaders(param map[string]string) *CreateSnapshotOptions

SetHeaders : Allow user to set Headers

func (*CreateSnapshotOptions) SetName

func (_options *CreateSnapshotOptions) SetName(name string) *CreateSnapshotOptions

SetName : Allow user to set Name

func (*CreateSnapshotOptions) SetResourceGroup

func (_options *CreateSnapshotOptions) SetResourceGroup(resourceGroup ResourceGroupIdentityIntf) *CreateSnapshotOptions

SetResourceGroup : Allow user to set ResourceGroup

func (*CreateSnapshotOptions) SetSourceVolume

func (_options *CreateSnapshotOptions) SetSourceVolume(sourceVolume VolumeIdentityIntf) *CreateSnapshotOptions

SetSourceVolume : Allow user to set SourceVolume

type CreateSubnetOptions

type CreateSubnetOptions struct {
	// The subnet prototype object.
	SubnetPrototype SubnetPrototypeIntf `json:"SubnetPrototype" validate:"required"`

	// Allows users to set headers on API requests
	Headers map[string]string
}

CreateSubnetOptions : The CreateSubnet options.

func (*CreateSubnetOptions) SetHeaders

func (options *CreateSubnetOptions) SetHeaders(param map[string]string) *CreateSubnetOptions

SetHeaders : Allow user to set Headers

func (*CreateSubnetOptions) SetSubnetPrototype

func (_options *CreateSubnetOptions) SetSubnetPrototype(subnetPrototype SubnetPrototypeIntf) *CreateSubnetOptions

SetSubnetPrototype : Allow user to set SubnetPrototype

type CreateSubnetReservedIPOptions

type CreateSubnetReservedIPOptions struct {
	// The subnet identifier.
	SubnetID *string `json:"subnet_id" validate:"required,ne="`

	// The IP address to reserve, which must not already be reserved on the subnet.
	//
	// If unspecified, an available address on the subnet will automatically be selected.
	Address *string `json:"address,omitempty"`

	// Indicates whether this reserved IP member will be automatically deleted when either
	// `target` is deleted, or the reserved IP is unbound. Must be `false` if the reserved IP is unbound.
	AutoDelete *bool `json:"auto_delete,omitempty"`

	// The user-defined name for this reserved IP. If unspecified, the name will be a hyphenated list of randomly-selected
	// words. Names must be unique within the subnet the reserved IP resides in. Names beginning with `ibm-` are reserved
	// for provider-owned resources.
	Name *string `json:"name,omitempty"`

	// The target this reserved IP is to be bound to. The target must be an endpoint gateway not
	// already bound to a reserved IP in the subnet's zone.
	Target ReservedIPTargetPrototypeIntf `json:"target,omitempty"`

	// Allows users to set headers on API requests
	Headers map[string]string
}

CreateSubnetReservedIPOptions : The CreateSubnetReservedIP options.

func (*CreateSubnetReservedIPOptions) SetAddress

SetAddress : Allow user to set Address

func (*CreateSubnetReservedIPOptions) SetAutoDelete

func (_options *CreateSubnetReservedIPOptions) SetAutoDelete(autoDelete bool) *CreateSubnetReservedIPOptions

SetAutoDelete : Allow user to set AutoDelete

func (*CreateSubnetReservedIPOptions) SetHeaders

SetHeaders : Allow user to set Headers

func (*CreateSubnetReservedIPOptions) SetName

SetName : Allow user to set Name

func (*CreateSubnetReservedIPOptions) SetSubnetID

func (_options *CreateSubnetReservedIPOptions) SetSubnetID(subnetID string) *CreateSubnetReservedIPOptions

SetSubnetID : Allow user to set SubnetID

func (*CreateSubnetReservedIPOptions) SetTarget

SetTarget : Allow user to set Target

type CreateVPCAddressPrefixOptions

type CreateVPCAddressPrefixOptions struct {
	// The VPC identifier.
	VPCID *string `json:"vpc_id" validate:"required,ne="`

	// The IPv4 range of the address prefix, expressed in CIDR format. The request must not overlap with any existing
	// address prefixes in the VPC or any of the following reserved address ranges:
	//   - `127.0.0.0/8` (IPv4 loopback addresses)
	//   - `161.26.0.0/16` (IBM services)
	//   - `166.8.0.0/14` (Cloud Service Endpoints)
	//   - `169.254.0.0/16` (IPv4 link-local addresses)
	//   - `224.0.0.0/4` (IPv4 multicast addresses)
	//
	// The prefix length of the address prefix's CIDR must be between `/9` (8,388,608 addresses) and `/29` (8 addresses).
	CIDR *string `json:"cidr" validate:"required"`

	// The zone this address prefix will reside in.
	Zone ZoneIdentityIntf `json:"zone" validate:"required"`

	// Indicates whether this will be the default address prefix for this zone in this VPC. If `true`, the VPC must not
	// have a default address prefix for this zone.
	IsDefault *bool `json:"is_default,omitempty"`

	// The user-defined name for this address prefix. Names must be unique within the VPC the address prefix resides in. If
	// unspecified, the name will be a hyphenated list of randomly-selected words.
	Name *string `json:"name,omitempty"`

	// Allows users to set headers on API requests
	Headers map[string]string
}

CreateVPCAddressPrefixOptions : The CreateVPCAddressPrefix options.

func (*CreateVPCAddressPrefixOptions) SetCIDR

SetCIDR : Allow user to set CIDR

func (*CreateVPCAddressPrefixOptions) SetHeaders

SetHeaders : Allow user to set Headers

func (*CreateVPCAddressPrefixOptions) SetIsDefault

func (_options *CreateVPCAddressPrefixOptions) SetIsDefault(isDefault bool) *CreateVPCAddressPrefixOptions

SetIsDefault : Allow user to set IsDefault

func (*CreateVPCAddressPrefixOptions) SetName

SetName : Allow user to set Name

func (*CreateVPCAddressPrefixOptions) SetVPCID

SetVPCID : Allow user to set VPCID

func (*CreateVPCAddressPrefixOptions) SetZone

SetZone : Allow user to set Zone

type CreateVPCOptions

type CreateVPCOptions struct {
	// Indicates whether a default address prefix will be automatically created for each zone in this VPC. If `manual`,
	// this VPC will be created with no default address prefixes.
	//
	// Since address prefixes are managed identically regardless of whether they were automatically created, the value is
	// not preserved as a VPC property.
	AddressPrefixManagement *string `json:"address_prefix_management,omitempty"`

	// Indicates whether this VPC will be connected to Classic Infrastructure. If true, this VPC's resources will have
	// private network connectivity to the account's Classic Infrastructure resources. Only one VPC, per region, may be
	// connected in this way. This value is set at creation and subsequently immutable.
	ClassicAccess *bool `json:"classic_access,omitempty"`

	// The unique user-defined name for this VPC. If unspecified, the name will be a hyphenated list of randomly-selected
	// words.
	Name *string `json:"name,omitempty"`

	// The resource group to use. If unspecified, the account's [default resource
	// group](https://cloud.ibm.com/apidocs/resource-manager#introduction) is used.
	ResourceGroup ResourceGroupIdentityIntf `json:"resource_group,omitempty"`

	// Allows users to set headers on API requests
	Headers map[string]string
}

CreateVPCOptions : The CreateVPC options.

func (*CreateVPCOptions) SetAddressPrefixManagement

func (_options *CreateVPCOptions) SetAddressPrefixManagement(addressPrefixManagement string) *CreateVPCOptions

SetAddressPrefixManagement : Allow user to set AddressPrefixManagement

func (*CreateVPCOptions) SetClassicAccess

func (_options *CreateVPCOptions) SetClassicAccess(classicAccess bool) *CreateVPCOptions

SetClassicAccess : Allow user to set ClassicAccess

func (*CreateVPCOptions) SetHeaders

func (options *CreateVPCOptions) SetHeaders(param map[string]string) *CreateVPCOptions

SetHeaders : Allow user to set Headers

func (*CreateVPCOptions) SetName

func (_options *CreateVPCOptions) SetName(name string) *CreateVPCOptions

SetName : Allow user to set Name

func (*CreateVPCOptions) SetResourceGroup

func (_options *CreateVPCOptions) SetResourceGroup(resourceGroup ResourceGroupIdentityIntf) *CreateVPCOptions

SetResourceGroup : Allow user to set ResourceGroup

type CreateVPCRouteOptions

type CreateVPCRouteOptions struct {
	// The VPC identifier.
	VPCID *string `json:"vpc_id" validate:"required,ne="`

	// The destination of the route. At most two routes per `zone` in a table can have the same destination, and only if
	// both routes have an `action` of `deliver` and the
	// `next_hop` is an IP address.
	Destination *string `json:"destination" validate:"required"`

	// The zone to apply the route to. (Traffic from subnets in this zone will be
	// subject to this route.).
	Zone ZoneIdentityIntf `json:"zone" validate:"required"`

	// The action to perform with a packet matching the route:
	// - `delegate`: delegate to the system's built-in routes
	// - `delegate_vpc`: delegate to the system's built-in routes, ignoring Internet-bound
	//   routes
	// - `deliver`: deliver the packet to the specified `next_hop`
	// - `drop`: drop the packet.
	Action *string `json:"action,omitempty"`

	// The user-defined name for this route. If unspecified, the name will be a hyphenated list of randomly-selected words.
	// Names must be unique within the VPC routing table the route resides in.
	Name *string `json:"name,omitempty"`

	// If `action` is `deliver`, the next hop that packets will be delivered to.  For
	// other `action` values, it must be omitted or specified as `0.0.0.0`.
	NextHop RouteNextHopPrototypeIntf `json:"next_hop,omitempty"`

	// Allows users to set headers on API requests
	Headers map[string]string
}

CreateVPCRouteOptions : The CreateVPCRoute options.

func (*CreateVPCRouteOptions) SetAction

func (_options *CreateVPCRouteOptions) SetAction(action string) *CreateVPCRouteOptions

SetAction : Allow user to set Action

func (*CreateVPCRouteOptions) SetDestination

func (_options *CreateVPCRouteOptions) SetDestination(destination string) *CreateVPCRouteOptions

SetDestination : Allow user to set Destination

func (*CreateVPCRouteOptions) SetHeaders

func (options *CreateVPCRouteOptions) SetHeaders(param map[string]string) *CreateVPCRouteOptions

SetHeaders : Allow user to set Headers

func (*CreateVPCRouteOptions) SetName

func (_options *CreateVPCRouteOptions) SetName(name string) *CreateVPCRouteOptions

SetName : Allow user to set Name

func (*CreateVPCRouteOptions) SetNextHop

SetNextHop : Allow user to set NextHop

func (*CreateVPCRouteOptions) SetVPCID

func (_options *CreateVPCRouteOptions) SetVPCID(vpcID string) *CreateVPCRouteOptions

SetVPCID : Allow user to set VPCID

func (*CreateVPCRouteOptions) SetZone

SetZone : Allow user to set Zone

type CreateVPCRoutingTableOptions

type CreateVPCRoutingTableOptions struct {
	// The VPC identifier.
	VPCID *string `json:"vpc_id" validate:"required,ne="`

	// The user-defined name for this routing table. Names must be unique within the VPC the routing table resides in. If
	// unspecified, the name will be a hyphenated list of randomly-selected words.
	Name *string `json:"name,omitempty"`

	// If set to `true`, this routing table will be used to route traffic that originates from [Direct
	// Link](https://cloud.ibm.com/docs/dl/) to this VPC. For this to succeed, the VPC must not already have a routing
	// table with this property set to `true`.
	//
	// Incoming traffic will be routed according to the routing table with one exception: routes with an `action` of
	// `deliver` are treated as `drop` unless the `next_hop` is an IP address within the VPC's address prefix ranges.
	// Therefore, if an incoming packet matches a route with a `next_hop` of an internet-bound IP address or a VPN gateway
	// connection, the packet will be dropped.
	RouteDirectLinkIngress *bool `json:"route_direct_link_ingress,omitempty"`

	// If set to `true`, this routing table will be used to route traffic that originates from [Transit
	// Gateway](https://cloud.ibm.com/cloud/transit-gateway/) to this VPC. For this to succeed, the VPC must not already
	// have a routing table with this property set to `true`.
	//
	// Incoming traffic will be routed according to the routing table with one exception: routes with an `action` of
	// `deliver` are treated as `drop` unless the `next_hop` is an IP address within the VPC's address prefix ranges.
	// Therefore, if an incoming packet matches a route with a `next_hop` of an internet-bound IP address or a VPN gateway
	// connection, the packet will be dropped.
	//
	// If [Classic Access](https://cloud.ibm.com/docs/vpc?topic=vpc-setting-up-access-to-classic-infrastructure) is enabled
	// for this VPC, and this property is set to `true`, its incoming traffic will also be routed according to this routing
	// table.
	RouteTransitGatewayIngress *bool `json:"route_transit_gateway_ingress,omitempty"`

	// If set to `true`, this routing table will be used to route traffic that originates from subnets in other zones in
	// this VPC. For this to succeed, the VPC must not already have a routing table with this property set to `true`.
	//
	// Incoming traffic will be routed according to the routing table with one exception: routes with an `action` of
	// `deliver` are treated as `drop` unless the `next_hop` is an IP address within the VPC's address prefix ranges.
	// Therefore, if an incoming packet matches a route with a `next_hop` of an internet-bound IP address or a VPN gateway
	// connection, the packet will be dropped.
	RouteVPCZoneIngress *bool `json:"route_vpc_zone_ingress,omitempty"`

	// The prototype objects for routes to create for this routing table. If unspecified, the routing table will be created
	// with no routes.
	Routes []RoutePrototype `json:"routes,omitempty"`

	// Allows users to set headers on API requests
	Headers map[string]string
}

CreateVPCRoutingTableOptions : The CreateVPCRoutingTable options.

func (*CreateVPCRoutingTableOptions) SetHeaders

SetHeaders : Allow user to set Headers

func (*CreateVPCRoutingTableOptions) SetName

SetName : Allow user to set Name

func (*CreateVPCRoutingTableOptions) SetRouteDirectLinkIngress

func (_options *CreateVPCRoutingTableOptions) SetRouteDirectLinkIngress(routeDirectLinkIngress bool) *CreateVPCRoutingTableOptions

SetRouteDirectLinkIngress : Allow user to set RouteDirectLinkIngress

func (*CreateVPCRoutingTableOptions) SetRouteTransitGatewayIngress

func (_options *CreateVPCRoutingTableOptions) SetRouteTransitGatewayIngress(routeTransitGatewayIngress bool) *CreateVPCRoutingTableOptions

SetRouteTransitGatewayIngress : Allow user to set RouteTransitGatewayIngress

func (*CreateVPCRoutingTableOptions) SetRouteVPCZoneIngress

func (_options *CreateVPCRoutingTableOptions) SetRouteVPCZoneIngress(routeVPCZoneIngress bool) *CreateVPCRoutingTableOptions

SetRouteVPCZoneIngress : Allow user to set RouteVPCZoneIngress

func (*CreateVPCRoutingTableOptions) SetRoutes

SetRoutes : Allow user to set Routes

func (*CreateVPCRoutingTableOptions) SetVPCID

SetVPCID : Allow user to set VPCID

type CreateVPCRoutingTableRouteOptions

type CreateVPCRoutingTableRouteOptions struct {
	// The VPC identifier.
	VPCID *string `json:"vpc_id" validate:"required,ne="`

	// The routing table identifier.
	RoutingTableID *string `json:"routing_table_id" validate:"required,ne="`

	// The destination of the route. At most two routes per `zone` in a table can have the same destination, and only if
	// both routes have an `action` of `deliver` and the
	// `next_hop` is an IP address.
	Destination *string `json:"destination" validate:"required"`

	// The zone to apply the route to. (Traffic from subnets in this zone will be
	// subject to this route.).
	Zone ZoneIdentityIntf `json:"zone" validate:"required"`

	// The action to perform with a packet matching the route:
	// - `delegate`: delegate to the system's built-in routes
	// - `delegate_vpc`: delegate to the system's built-in routes, ignoring Internet-bound
	//   routes
	// - `deliver`: deliver the packet to the specified `next_hop`
	// - `drop`: drop the packet.
	Action *string `json:"action,omitempty"`

	// The user-defined name for this route. If unspecified, the name will be a hyphenated list of randomly-selected words.
	// Names must be unique within the VPC routing table the route resides in.
	Name *string `json:"name,omitempty"`

	// If `action` is `deliver`, the next hop that packets will be delivered to.  For
	// other `action` values, it must be omitted or specified as `0.0.0.0`.
	NextHop RouteNextHopPrototypeIntf `json:"next_hop,omitempty"`

	// Allows users to set headers on API requests
	Headers map[string]string
}

CreateVPCRoutingTableRouteOptions : The CreateVPCRoutingTableRoute options.

func (*CreateVPCRoutingTableRouteOptions) SetAction

SetAction : Allow user to set Action

func (*CreateVPCRoutingTableRouteOptions) SetDestination

func (_options *CreateVPCRoutingTableRouteOptions) SetDestination(destination string) *CreateVPCRoutingTableRouteOptions

SetDestination : Allow user to set Destination

func (*CreateVPCRoutingTableRouteOptions) SetHeaders

SetHeaders : Allow user to set Headers

func (*CreateVPCRoutingTableRouteOptions) SetName

SetName : Allow user to set Name

func (*CreateVPCRoutingTableRouteOptions) SetNextHop

SetNextHop : Allow user to set NextHop

func (*CreateVPCRoutingTableRouteOptions) SetRoutingTableID

func (_options *CreateVPCRoutingTableRouteOptions) SetRoutingTableID(routingTableID string) *CreateVPCRoutingTableRouteOptions

SetRoutingTableID : Allow user to set RoutingTableID

func (*CreateVPCRoutingTableRouteOptions) SetVPCID

SetVPCID : Allow user to set VPCID

func (*CreateVPCRoutingTableRouteOptions) SetZone

SetZone : Allow user to set Zone

type CreateVPNGatewayConnectionOptions

type CreateVPNGatewayConnectionOptions struct {
	// The VPN gateway identifier.
	VPNGatewayID *string `json:"vpn_gateway_id" validate:"required,ne="`

	// The VPN gateway connection prototype object.
	VPNGatewayConnectionPrototype VPNGatewayConnectionPrototypeIntf `json:"VPNGatewayConnectionPrototype" validate:"required"`

	// Allows users to set headers on API requests
	Headers map[string]string
}

CreateVPNGatewayConnectionOptions : The CreateVPNGatewayConnection options.

func (*CreateVPNGatewayConnectionOptions) SetHeaders

SetHeaders : Allow user to set Headers

func (*CreateVPNGatewayConnectionOptions) SetVPNGatewayConnectionPrototype

func (_options *CreateVPNGatewayConnectionOptions) SetVPNGatewayConnectionPrototype(vpnGatewayConnectionPrototype VPNGatewayConnectionPrototypeIntf) *CreateVPNGatewayConnectionOptions

SetVPNGatewayConnectionPrototype : Allow user to set VPNGatewayConnectionPrototype

func (*CreateVPNGatewayConnectionOptions) SetVPNGatewayID

func (_options *CreateVPNGatewayConnectionOptions) SetVPNGatewayID(vpnGatewayID string) *CreateVPNGatewayConnectionOptions

SetVPNGatewayID : Allow user to set VPNGatewayID

type CreateVPNGatewayOptions

type CreateVPNGatewayOptions struct {
	// The VPN gateway prototype object.
	VPNGatewayPrototype VPNGatewayPrototypeIntf `json:"VPNGatewayPrototype" validate:"required"`

	// Allows users to set headers on API requests
	Headers map[string]string
}

CreateVPNGatewayOptions : The CreateVPNGateway options.

func (*CreateVPNGatewayOptions) SetHeaders

func (options *CreateVPNGatewayOptions) SetHeaders(param map[string]string) *CreateVPNGatewayOptions

SetHeaders : Allow user to set Headers

func (*CreateVPNGatewayOptions) SetVPNGatewayPrototype

func (_options *CreateVPNGatewayOptions) SetVPNGatewayPrototype(vpnGatewayPrototype VPNGatewayPrototypeIntf) *CreateVPNGatewayOptions

SetVPNGatewayPrototype : Allow user to set VPNGatewayPrototype

type CreateVolumeOptions

type CreateVolumeOptions struct {
	// The volume prototype object.
	VolumePrototype VolumePrototypeIntf `json:"VolumePrototype" validate:"required"`

	// Allows users to set headers on API requests
	Headers map[string]string
}

CreateVolumeOptions : The CreateVolume options.

func (*CreateVolumeOptions) SetHeaders

func (options *CreateVolumeOptions) SetHeaders(param map[string]string) *CreateVolumeOptions

SetHeaders : Allow user to set Headers

func (*CreateVolumeOptions) SetVolumePrototype

func (_options *CreateVolumeOptions) SetVolumePrototype(volumePrototype VolumePrototypeIntf) *CreateVolumeOptions

SetVolumePrototype : Allow user to set VolumePrototype

type DedicatedHost

type DedicatedHost struct {
	// The amount of memory in gibibytes that is currently available for instances.
	AvailableMemory *int64 `json:"available_memory" validate:"required"`

	// The available VCPU for the dedicated host.
	AvailableVcpu *Vcpu `json:"available_vcpu" validate:"required"`

	// The date and time that the dedicated host was created.
	CreatedAt *strfmt.DateTime `json:"created_at" validate:"required"`

	// The CRN for this dedicated host.
	CRN *string `json:"crn" validate:"required"`

	// Collection of the dedicated host's disks.
	Disks []DedicatedHostDisk `json:"disks" validate:"required"`

	// The dedicated host group this dedicated host is in.
	Group *DedicatedHostGroupReference `json:"group" validate:"required"`

	// The URL for this dedicated host.
	Href *string `json:"href" validate:"required"`

	// The unique identifier for this dedicated host.
	ID *string `json:"id" validate:"required"`

	// If set to true, instances can be placed on this dedicated host.
	InstancePlacementEnabled *bool `json:"instance_placement_enabled" validate:"required"`

	// The instances that are allocated to this dedicated host.
	Instances []InstanceReference `json:"instances" validate:"required"`

	// The lifecycle state of the dedicated host.
	LifecycleState *string `json:"lifecycle_state" validate:"required"`

	// The total amount of memory in gibibytes for this host.
	Memory *int64 `json:"memory" validate:"required"`

	// The unique user-defined name for this dedicated host.
	Name *string `json:"name" validate:"required"`

	// The profile this dedicated host uses.
	Profile *DedicatedHostProfileReference `json:"profile" validate:"required"`

	// Indicates whether this dedicated host is available for instance creation.
	Provisionable *bool `json:"provisionable" validate:"required"`

	// The resource group for this dedicated host.
	ResourceGroup *ResourceGroupReference `json:"resource_group" validate:"required"`

	// The resource type.
	ResourceType *string `json:"resource_type" validate:"required"`

	// The total number of sockets for this host.
	SocketCount *int64 `json:"socket_count" validate:"required"`

	// The administrative state of the dedicated host.
	//
	// The enumerated values for this property are expected to expand in the future. When processing this property, check
	// for and log unknown values. Optionally halt processing and surface the error, or bypass the dedicated host on which
	// the unexpected property value was encountered.
	State *string `json:"state" validate:"required"`

	// The instance profiles usable by instances placed on this dedicated host.
	SupportedInstanceProfiles []InstanceProfileReference `json:"supported_instance_profiles" validate:"required"`

	// The total VCPU of the dedicated host.
	Vcpu *Vcpu `json:"vcpu" validate:"required"`

	// The zone this dedicated host resides in.
	Zone *ZoneReference `json:"zone" validate:"required"`
}

DedicatedHost : DedicatedHost struct

type DedicatedHostCollection

type DedicatedHostCollection struct {
	// Collection of dedicated hosts.
	DedicatedHosts []DedicatedHost `json:"dedicated_hosts" validate:"required"`

	// A link to the first page of resources.
	First *DedicatedHostCollectionFirst `json:"first" validate:"required"`

	// The maximum number of resources that can be returned by the request.
	Limit *int64 `json:"limit" validate:"required"`

	// A link to the next page of resources. This property is present for all pages
	// except the last page.
	Next *DedicatedHostCollectionNext `json:"next,omitempty"`

	// The total number of resources across all pages.
	TotalCount *int64 `json:"total_count" validate:"required"`
}

DedicatedHostCollection : DedicatedHostCollection struct

func (*DedicatedHostCollection) GetNextStart

func (resp *DedicatedHostCollection) GetNextStart() (*string, error)

Retrieve the value to be passed to a request to access the next page of results

type DedicatedHostCollectionFirst

type DedicatedHostCollectionFirst struct {
	// The URL for a page of resources.
	Href *string `json:"href" validate:"required"`
}

DedicatedHostCollectionFirst : A link to the first page of resources.

type DedicatedHostCollectionNext

type DedicatedHostCollectionNext struct {
	// The URL for a page of resources.
	Href *string `json:"href" validate:"required"`
}

DedicatedHostCollectionNext : A link to the next page of resources. This property is present for all pages except the last page.

type DedicatedHostDisk

type DedicatedHostDisk struct {
	// The remaining space left for instance placement in GB (gigabytes).
	Available *int64 `json:"available" validate:"required"`

	// The date and time that the disk was created.
	CreatedAt *strfmt.DateTime `json:"created_at" validate:"required"`

	// The URL for this disk.
	Href *string `json:"href" validate:"required"`

	// The unique identifier for this disk.
	ID *string `json:"id" validate:"required"`

	// Instance disks that are on this dedicated host disk.
	InstanceDisks []InstanceDiskReference `json:"instance_disks" validate:"required"`

	// The disk interface used for attaching the disk
	//
	// The enumerated values for this property are expected to expand in the future. When processing this property, check
	// for and log unknown values. Optionally halt processing and surface the error, or bypass the resource on which the
	// unexpected property value was encountered.
	InterfaceType *string `json:"interface_type" validate:"required"`

	// The lifecycle state of this dedicated host disk.
	LifecycleState *string `json:"lifecycle_state,omitempty"`

	// The user-defined or system-provided name for this disk.
	Name *string `json:"name" validate:"required"`

	// Indicates whether this dedicated host disk is available for instance disk creation.
	Provisionable *bool `json:"provisionable" validate:"required"`

	// The resource type.
	ResourceType *string `json:"resource_type" validate:"required"`

	// The size of the disk in GB (gigabytes).
	Size *int64 `json:"size" validate:"required"`

	// The instance disk interfaces supported for this dedicated host disk.
	SupportedInstanceInterfaceTypes []string `json:"supported_instance_interface_types" validate:"required"`
}

DedicatedHostDisk : DedicatedHostDisk struct

type DedicatedHostDiskCollection

type DedicatedHostDiskCollection struct {
	// Collection of the dedicated host's disks.
	Disks []DedicatedHostDisk `json:"disks" validate:"required"`
}

DedicatedHostDiskCollection : DedicatedHostDiskCollection struct

type DedicatedHostDiskPatch

type DedicatedHostDiskPatch struct {
	// The user-defined name for this disk.
	Name *string `json:"name,omitempty"`
}

DedicatedHostDiskPatch : DedicatedHostDiskPatch struct

func (*DedicatedHostDiskPatch) AsPatch

func (dedicatedHostDiskPatch *DedicatedHostDiskPatch) AsPatch() (_patch map[string]interface{}, err error)

AsPatch returns a generic map representation of the DedicatedHostDiskPatch

type DedicatedHostGroup

type DedicatedHostGroup struct {
	// The dedicated host profile class for hosts in this group.
	Class *string `json:"class" validate:"required"`

	// The date and time that the dedicated host group was created.
	CreatedAt *strfmt.DateTime `json:"created_at" validate:"required"`

	// The CRN for this dedicated host group.
	CRN *string `json:"crn" validate:"required"`

	// The dedicated hosts that are in this dedicated host group.
	DedicatedHosts []DedicatedHostReference `json:"dedicated_hosts" validate:"required"`

	// The dedicated host profile family for hosts in this group.
	Family *string `json:"family" validate:"required"`

	// The URL for this dedicated host group.
	Href *string `json:"href" validate:"required"`

	// The unique identifier for this dedicated host group.
	ID *string `json:"id" validate:"required"`

	// The unique user-defined name for this dedicated host group.
	Name *string `json:"name" validate:"required"`

	// The resource group for this dedicated host group.
	ResourceGroup *ResourceGroupReference `json:"resource_group" validate:"required"`

	// The resource type.
	ResourceType *string `json:"resource_type" validate:"required"`

	// The instance profiles usable by instances placed on this dedicated host group.
	SupportedInstanceProfiles []InstanceProfileReference `json:"supported_instance_profiles" validate:"required"`

	// The zone this dedicated host group resides in.
	Zone *ZoneReference `json:"zone" validate:"required"`
}

DedicatedHostGroup : DedicatedHostGroup struct

type DedicatedHostGroupCollection

type DedicatedHostGroupCollection struct {
	// A link to the first page of resources.
	First *DedicatedHostGroupCollectionFirst `json:"first" validate:"required"`

	// Collection of dedicated host groups.
	Groups []DedicatedHostGroup `json:"groups" validate:"required"`

	// The maximum number of resources that can be returned by the request.
	Limit *int64 `json:"limit" validate:"required"`

	// A link to the next page of resources. This property is present for all pages
	// except the last page.
	Next *DedicatedHostGroupCollectionNext `json:"next,omitempty"`

	// The total number of resources across all pages.
	TotalCount *int64 `json:"total_count" validate:"required"`
}

DedicatedHostGroupCollection : DedicatedHostGroupCollection struct

func (*DedicatedHostGroupCollection) GetNextStart

func (resp *DedicatedHostGroupCollection) GetNextStart() (*string, error)

Retrieve the value to be passed to a request to access the next page of results

type DedicatedHostGroupCollectionFirst

type DedicatedHostGroupCollectionFirst struct {
	// The URL for a page of resources.
	Href *string `json:"href" validate:"required"`
}

DedicatedHostGroupCollectionFirst : A link to the first page of resources.

type DedicatedHostGroupCollectionNext

type DedicatedHostGroupCollectionNext struct {
	// The URL for a page of resources.
	Href *string `json:"href" validate:"required"`
}

DedicatedHostGroupCollectionNext : A link to the next page of resources. This property is present for all pages except the last page.

type DedicatedHostGroupIdentity

type DedicatedHostGroupIdentity struct {
	// The unique identifier for this dedicated host group.
	ID *string `json:"id,omitempty"`

	// The CRN for this dedicated host group.
	CRN *string `json:"crn,omitempty"`

	// The URL for this dedicated host group.
	Href *string `json:"href,omitempty"`
}

DedicatedHostGroupIdentity : Identifies a dedicated host group by a unique property. Models which "extend" this model: - DedicatedHostGroupIdentityByID - DedicatedHostGroupIdentityByCRN - DedicatedHostGroupIdentityByHref

type DedicatedHostGroupIdentityByCRN

type DedicatedHostGroupIdentityByCRN struct {
	// The CRN for this dedicated host group.
	CRN *string `json:"crn" validate:"required"`
}

DedicatedHostGroupIdentityByCRN : DedicatedHostGroupIdentityByCRN struct This model "extends" DedicatedHostGroupIdentity

type DedicatedHostGroupIdentityByHref

type DedicatedHostGroupIdentityByHref struct {
	// The URL for this dedicated host group.
	Href *string `json:"href" validate:"required"`
}

DedicatedHostGroupIdentityByHref : DedicatedHostGroupIdentityByHref struct This model "extends" DedicatedHostGroupIdentity

type DedicatedHostGroupIdentityByID

type DedicatedHostGroupIdentityByID struct {
	// The unique identifier for this dedicated host group.
	ID *string `json:"id" validate:"required"`
}

DedicatedHostGroupIdentityByID : DedicatedHostGroupIdentityByID struct This model "extends" DedicatedHostGroupIdentity

type DedicatedHostGroupIdentityIntf

type DedicatedHostGroupIdentityIntf interface {
	// contains filtered or unexported methods
}

type DedicatedHostGroupPatch

type DedicatedHostGroupPatch struct {
	// The unique user-defined name for this dedicated host group.
	Name *string `json:"name,omitempty"`
}

DedicatedHostGroupPatch : DedicatedHostGroupPatch struct

func (*DedicatedHostGroupPatch) AsPatch

func (dedicatedHostGroupPatch *DedicatedHostGroupPatch) AsPatch() (_patch map[string]interface{}, err error)

AsPatch returns a generic map representation of the DedicatedHostGroupPatch

type DedicatedHostGroupPrototypeDedicatedHostByZoneContext

type DedicatedHostGroupPrototypeDedicatedHostByZoneContext struct {
	// The unique user-defined name for this dedicated host group.
	Name *string `json:"name,omitempty"`

	// The resource group to use. If unspecified, the host's resource group is used.
	ResourceGroup ResourceGroupIdentityIntf `json:"resource_group,omitempty"`
}

DedicatedHostGroupPrototypeDedicatedHostByZoneContext : DedicatedHostGroupPrototypeDedicatedHostByZoneContext struct

type DedicatedHostGroupReference

type DedicatedHostGroupReference struct {
	// The CRN for this dedicated host group.
	CRN *string `json:"crn" validate:"required"`

	// If present, this property indicates the referenced resource has been deleted and provides
	// some supplementary information.
	Deleted *DedicatedHostGroupReferenceDeleted `json:"deleted,omitempty"`

	// The URL for this dedicated host group.
	Href *string `json:"href" validate:"required"`

	// The unique identifier for this dedicated host group.
	ID *string `json:"id" validate:"required"`

	// The unique user-defined name for this dedicated host group.
	Name *string `json:"name" validate:"required"`

	// The resource type.
	ResourceType *string `json:"resource_type" validate:"required"`
}

DedicatedHostGroupReference : DedicatedHostGroupReference struct

type DedicatedHostGroupReferenceDeleted

type DedicatedHostGroupReferenceDeleted struct {
	// Link to documentation about deleted resources.
	MoreInfo *string `json:"more_info" validate:"required"`
}

DedicatedHostGroupReferenceDeleted : If present, this property indicates the referenced resource has been deleted and provides some supplementary information.

type DedicatedHostPatch

type DedicatedHostPatch struct {
	// If set to true, instances can be placed on this dedicated host.
	InstancePlacementEnabled *bool `json:"instance_placement_enabled,omitempty"`

	// The unique user-defined name for this dedicated host.
	Name *string `json:"name,omitempty"`
}

DedicatedHostPatch : DedicatedHostPatch struct

func (*DedicatedHostPatch) AsPatch

func (dedicatedHostPatch *DedicatedHostPatch) AsPatch() (_patch map[string]interface{}, err error)

AsPatch returns a generic map representation of the DedicatedHostPatch

type DedicatedHostProfile

type DedicatedHostProfile struct {
	// The product class this dedicated host profile belongs to.
	Class *string `json:"class" validate:"required"`

	// Collection of the dedicated host profile's disks.
	Disks []DedicatedHostProfileDisk `json:"disks" validate:"required"`

	// The product family this dedicated host profile belongs to
	//
	// The enumerated values for this property are expected to expand in the future. When processing this property, check
	// for and log unknown values. Optionally halt processing and surface the error, or bypass the resource on which the
	// unexpected property value was encountered.
	Family *string `json:"family" validate:"required"`

	// The URL for this dedicated host.
	Href *string `json:"href" validate:"required"`

	Memory DedicatedHostProfileMemoryIntf `json:"memory" validate:"required"`

	// The globally unique name for this dedicated host profile.
	Name *string `json:"name" validate:"required"`

	SocketCount DedicatedHostProfileSocketIntf `json:"socket_count" validate:"required"`

	// The instance profiles usable by instances placed on dedicated hosts with this profile.
	SupportedInstanceProfiles []InstanceProfileReference `json:"supported_instance_profiles" validate:"required"`

	VcpuArchitecture *DedicatedHostProfileVcpuArchitecture `json:"vcpu_architecture" validate:"required"`

	VcpuCount DedicatedHostProfileVcpuIntf `json:"vcpu_count" validate:"required"`
}

DedicatedHostProfile : DedicatedHostProfile struct

type DedicatedHostProfileCollection

type DedicatedHostProfileCollection struct {
	// A link to the first page of resources.
	First *DedicatedHostProfileCollectionFirst `json:"first" validate:"required"`

	// The maximum number of resources that can be returned by the request.
	Limit *int64 `json:"limit" validate:"required"`

	// A link to the next page of resources. This property is present for all pages
	// except the last page.
	Next *DedicatedHostProfileCollectionNext `json:"next,omitempty"`

	// Collection of dedicated host profiles.
	Profiles []DedicatedHostProfile `json:"profiles" validate:"required"`

	// The total number of resources across all pages.
	TotalCount *int64 `json:"total_count" validate:"required"`
}

DedicatedHostProfileCollection : DedicatedHostProfileCollection struct

func (*DedicatedHostProfileCollection) GetNextStart

func (resp *DedicatedHostProfileCollection) GetNextStart() (*string, error)

Retrieve the value to be passed to a request to access the next page of results

type DedicatedHostProfileCollectionFirst

type DedicatedHostProfileCollectionFirst struct {
	// The URL for a page of resources.
	Href *string `json:"href" validate:"required"`
}

DedicatedHostProfileCollectionFirst : A link to the first page of resources.

type DedicatedHostProfileCollectionNext

type DedicatedHostProfileCollectionNext struct {
	// The URL for a page of resources.
	Href *string `json:"href" validate:"required"`
}

DedicatedHostProfileCollectionNext : A link to the next page of resources. This property is present for all pages except the last page.

type DedicatedHostProfileDisk

type DedicatedHostProfileDisk struct {
	InterfaceType *DedicatedHostProfileDiskInterface `json:"interface_type" validate:"required"`

	// The number of disks of this type for a dedicated host with this profile.
	Quantity *DedicatedHostProfileDiskQuantity `json:"quantity" validate:"required"`

	// The size of the disk in GB (gigabytes).
	Size *DedicatedHostProfileDiskSize `json:"size" validate:"required"`

	SupportedInstanceInterfaceTypes *DedicatedHostProfileDiskSupportedInterfaces `json:"supported_instance_interface_types" validate:"required"`
}

DedicatedHostProfileDisk : Disks provided by this profile.

type DedicatedHostProfileDiskInterface

type DedicatedHostProfileDiskInterface struct {
	// The type for this profile field.
	Type *string `json:"type" validate:"required"`

	// The interface of the disk for a dedicated host with this profile
	//
	// The enumerated values for this property are expected to expand in the future. When processing this property, check
	// for and log unknown values. Optionally halt processing and surface the error, or bypass the resource on which the
	// unexpected property value was encountered.
	Value *string `json:"value" validate:"required"`
}

DedicatedHostProfileDiskInterface : DedicatedHostProfileDiskInterface struct

type DedicatedHostProfileDiskQuantity

type DedicatedHostProfileDiskQuantity struct {
	// The type for this profile field.
	Type *string `json:"type" validate:"required"`

	// The value for this profile field.
	Value *int64 `json:"value" validate:"required"`
}

DedicatedHostProfileDiskQuantity : The number of disks of this type for a dedicated host with this profile.

type DedicatedHostProfileDiskSize

type DedicatedHostProfileDiskSize struct {
	// The type for this profile field.
	Type *string `json:"type" validate:"required"`

	// The size of the disk in GB (gigabytes).
	Value *int64 `json:"value" validate:"required"`
}

DedicatedHostProfileDiskSize : The size of the disk in GB (gigabytes).

type DedicatedHostProfileDiskSupportedInterfaces

type DedicatedHostProfileDiskSupportedInterfaces struct {
	// The type for this profile field.
	Type *string `json:"type" validate:"required"`

	// The instance disk interfaces supported for a dedicated host with this profile.
	Value []string `json:"value" validate:"required"`
}

DedicatedHostProfileDiskSupportedInterfaces : DedicatedHostProfileDiskSupportedInterfaces struct

type DedicatedHostProfileIdentity

type DedicatedHostProfileIdentity struct {
	// The globally unique name for this dedicated host profile.
	Name *string `json:"name,omitempty"`

	// The URL for this dedicated host profile.
	Href *string `json:"href,omitempty"`
}

DedicatedHostProfileIdentity : Identifies a dedicated host profile by a unique property. Models which "extend" this model: - DedicatedHostProfileIdentityByName - DedicatedHostProfileIdentityByHref

type DedicatedHostProfileIdentityByHref

type DedicatedHostProfileIdentityByHref struct {
	// The URL for this dedicated host profile.
	Href *string `json:"href" validate:"required"`
}

DedicatedHostProfileIdentityByHref : DedicatedHostProfileIdentityByHref struct This model "extends" DedicatedHostProfileIdentity

type DedicatedHostProfileIdentityByName

type DedicatedHostProfileIdentityByName struct {
	// The globally unique name for this dedicated host profile.
	Name *string `json:"name" validate:"required"`
}

DedicatedHostProfileIdentityByName : DedicatedHostProfileIdentityByName struct This model "extends" DedicatedHostProfileIdentity

type DedicatedHostProfileIdentityIntf

type DedicatedHostProfileIdentityIntf interface {
	// contains filtered or unexported methods
}

type DedicatedHostProfileMemory

type DedicatedHostProfileMemory struct {
	// The type for this profile field.
	Type *string `json:"type,omitempty"`

	// The value for this profile field.
	Value *int64 `json:"value,omitempty"`

	// The default value for this profile field.
	Default *int64 `json:"default,omitempty"`

	// The maximum value for this profile field.
	Max *int64 `json:"max,omitempty"`

	// The minimum value for this profile field.
	Min *int64 `json:"min,omitempty"`

	// The increment step value for this profile field.
	Step *int64 `json:"step,omitempty"`

	// The permitted values for this profile field.
	Values []int64 `json:"values,omitempty"`
}

DedicatedHostProfileMemory : DedicatedHostProfileMemory struct Models which "extend" this model: - DedicatedHostProfileMemoryFixed - DedicatedHostProfileMemoryRange - DedicatedHostProfileMemoryEnum - DedicatedHostProfileMemoryDependent

type DedicatedHostProfileMemoryDependent

type DedicatedHostProfileMemoryDependent struct {
	// The type for this profile field.
	Type *string `json:"type" validate:"required"`
}

DedicatedHostProfileMemoryDependent : The memory value for a dedicated host with this profile depends on its configuration. This model "extends" DedicatedHostProfileMemory

type DedicatedHostProfileMemoryEnum

type DedicatedHostProfileMemoryEnum struct {
	// The default value for this profile field.
	Default *int64 `json:"default" validate:"required"`

	// The type for this profile field.
	Type *string `json:"type" validate:"required"`

	// The permitted values for this profile field.
	Values []int64 `json:"values" validate:"required"`
}

DedicatedHostProfileMemoryEnum : The permitted memory values (in gibibytes) for a dedicated host with this profile. This model "extends" DedicatedHostProfileMemory

type DedicatedHostProfileMemoryFixed

type DedicatedHostProfileMemoryFixed struct {
	// The type for this profile field.
	Type *string `json:"type" validate:"required"`

	// The value for this profile field.
	Value *int64 `json:"value" validate:"required"`
}

DedicatedHostProfileMemoryFixed : The memory (in gibibytes) for a dedicated host with this profile. This model "extends" DedicatedHostProfileMemory

type DedicatedHostProfileMemoryIntf

type DedicatedHostProfileMemoryIntf interface {
	// contains filtered or unexported methods
}

type DedicatedHostProfileMemoryRange

type DedicatedHostProfileMemoryRange struct {
	// The default value for this profile field.
	Default *int64 `json:"default" validate:"required"`

	// The maximum value for this profile field.
	Max *int64 `json:"max" validate:"required"`

	// The minimum value for this profile field.
	Min *int64 `json:"min" validate:"required"`

	// The increment step value for this profile field.
	Step *int64 `json:"step" validate:"required"`

	// The type for this profile field.
	Type *string `json:"type" validate:"required"`
}

DedicatedHostProfileMemoryRange : The permitted memory range (in gibibytes) for a dedicated host with this profile. This model "extends" DedicatedHostProfileMemory

type DedicatedHostProfileReference

type DedicatedHostProfileReference struct {
	// The URL for this dedicated host.
	Href *string `json:"href" validate:"required"`

	// The globally unique name for this dedicated host profile.
	Name *string `json:"name" validate:"required"`
}

DedicatedHostProfileReference : DedicatedHostProfileReference struct

type DedicatedHostProfileSocket

type DedicatedHostProfileSocket struct {
	// The type for this profile field.
	Type *string `json:"type,omitempty"`

	// The value for this profile field.
	Value *int64 `json:"value,omitempty"`

	// The default value for this profile field.
	Default *int64 `json:"default,omitempty"`

	// The maximum value for this profile field.
	Max *int64 `json:"max,omitempty"`

	// The minimum value for this profile field.
	Min *int64 `json:"min,omitempty"`

	// The increment step value for this profile field.
	Step *int64 `json:"step,omitempty"`

	// The permitted values for this profile field.
	Values []int64 `json:"values,omitempty"`
}

DedicatedHostProfileSocket : DedicatedHostProfileSocket struct Models which "extend" this model: - DedicatedHostProfileSocketFixed - DedicatedHostProfileSocketRange - DedicatedHostProfileSocketEnum - DedicatedHostProfileSocketDependent

type DedicatedHostProfileSocketDependent

type DedicatedHostProfileSocketDependent struct {
	// The type for this profile field.
	Type *string `json:"type" validate:"required"`
}

DedicatedHostProfileSocketDependent : The CPU socket count for a dedicated host with this profile depends on its configuration. This model "extends" DedicatedHostProfileSocket

type DedicatedHostProfileSocketEnum

type DedicatedHostProfileSocketEnum struct {
	// The default value for this profile field.
	Default *int64 `json:"default" validate:"required"`

	// The type for this profile field.
	Type *string `json:"type" validate:"required"`

	// The permitted values for this profile field.
	Values []int64 `json:"values" validate:"required"`
}

DedicatedHostProfileSocketEnum : The permitted values for CPU socket count for a dedicated host with this profile. This model "extends" DedicatedHostProfileSocket

type DedicatedHostProfileSocketFixed

type DedicatedHostProfileSocketFixed struct {
	// The type for this profile field.
	Type *string `json:"type" validate:"required"`

	// The value for this profile field.
	Value *int64 `json:"value" validate:"required"`
}

DedicatedHostProfileSocketFixed : The CPU socket count for a dedicated host with this profile. This model "extends" DedicatedHostProfileSocket

type DedicatedHostProfileSocketIntf

type DedicatedHostProfileSocketIntf interface {
	// contains filtered or unexported methods
}

type DedicatedHostProfileSocketRange

type DedicatedHostProfileSocketRange struct {
	// The default value for this profile field.
	Default *int64 `json:"default" validate:"required"`

	// The maximum value for this profile field.
	Max *int64 `json:"max" validate:"required"`

	// The minimum value for this profile field.
	Min *int64 `json:"min" validate:"required"`

	// The increment step value for this profile field.
	Step *int64 `json:"step" validate:"required"`

	// The type for this profile field.
	Type *string `json:"type" validate:"required"`
}

DedicatedHostProfileSocketRange : The permitted range for CPU socket count for a dedicated host with this profile. This model "extends" DedicatedHostProfileSocket

type DedicatedHostProfileVcpu

type DedicatedHostProfileVcpu struct {
	// The type for this profile field.
	Type *string `json:"type,omitempty"`

	// The value for this profile field.
	Value *int64 `json:"value,omitempty"`

	// The default value for this profile field.
	Default *int64 `json:"default,omitempty"`

	// The maximum value for this profile field.
	Max *int64 `json:"max,omitempty"`

	// The minimum value for this profile field.
	Min *int64 `json:"min,omitempty"`

	// The increment step value for this profile field.
	Step *int64 `json:"step,omitempty"`

	// The permitted values for this profile field.
	Values []int64 `json:"values,omitempty"`
}

DedicatedHostProfileVcpu : DedicatedHostProfileVcpu struct Models which "extend" this model: - DedicatedHostProfileVcpuFixed - DedicatedHostProfileVcpuRange - DedicatedHostProfileVcpuEnum - DedicatedHostProfileVcpuDependent

type DedicatedHostProfileVcpuArchitecture

type DedicatedHostProfileVcpuArchitecture struct {
	// The type for this profile field.
	Type *string `json:"type" validate:"required"`

	// The VCPU architecture for a dedicated host with this profile.
	Value *string `json:"value" validate:"required"`
}

DedicatedHostProfileVcpuArchitecture : DedicatedHostProfileVcpuArchitecture struct

type DedicatedHostProfileVcpuDependent

type DedicatedHostProfileVcpuDependent struct {
	// The type for this profile field.
	Type *string `json:"type" validate:"required"`
}

DedicatedHostProfileVcpuDependent : The VCPU count for a dedicated host with this profile depends on its configuration. This model "extends" DedicatedHostProfileVcpu

type DedicatedHostProfileVcpuEnum

type DedicatedHostProfileVcpuEnum struct {
	// The default value for this profile field.
	Default *int64 `json:"default" validate:"required"`

	// The type for this profile field.
	Type *string `json:"type" validate:"required"`

	// The permitted values for this profile field.
	Values []int64 `json:"values" validate:"required"`
}

DedicatedHostProfileVcpuEnum : The permitted values for VCPU count for a dedicated host with this profile. This model "extends" DedicatedHostProfileVcpu

type DedicatedHostProfileVcpuFixed

type DedicatedHostProfileVcpuFixed struct {
	// The type for this profile field.
	Type *string `json:"type" validate:"required"`

	// The value for this profile field.
	Value *int64 `json:"value" validate:"required"`
}

DedicatedHostProfileVcpuFixed : The VCPU count for a dedicated host with this profile. This model "extends" DedicatedHostProfileVcpu

type DedicatedHostProfileVcpuIntf

type DedicatedHostProfileVcpuIntf interface {
	// contains filtered or unexported methods
}

type DedicatedHostProfileVcpuRange

type DedicatedHostProfileVcpuRange struct {
	// The default value for this profile field.
	Default *int64 `json:"default" validate:"required"`

	// The maximum value for this profile field.
	Max *int64 `json:"max" validate:"required"`

	// The minimum value for this profile field.
	Min *int64 `json:"min" validate:"required"`

	// The increment step value for this profile field.
	Step *int64 `json:"step" validate:"required"`

	// The type for this profile field.
	Type *string `json:"type" validate:"required"`
}

DedicatedHostProfileVcpuRange : The permitted range for VCPU count for a dedicated host with this profile. This model "extends" DedicatedHostProfileVcpu

type DedicatedHostPrototype

type DedicatedHostPrototype struct {
	// If set to true, instances can be placed on this dedicated host.
	InstancePlacementEnabled *bool `json:"instance_placement_enabled,omitempty"`

	// The unique user-defined name for this dedicated host. If unspecified, the name will be a hyphenated list of
	// randomly-selected words.
	Name *string `json:"name,omitempty"`

	// The profile to use for this dedicated host.
	Profile DedicatedHostProfileIdentityIntf `json:"profile" validate:"required"`

	// The resource group to use. If unspecified, the account's [default resource
	// group](https://cloud.ibm.com/apidocs/resource-manager#introduction) is used.
	ResourceGroup ResourceGroupIdentityIntf `json:"resource_group,omitempty"`

	// The dedicated host group for this dedicated host.
	Group DedicatedHostGroupIdentityIntf `json:"group,omitempty"`

	// The zone this dedicated host will reside in.
	Zone ZoneIdentityIntf `json:"zone,omitempty"`
}

DedicatedHostPrototype : DedicatedHostPrototype struct Models which "extend" this model: - DedicatedHostPrototypeDedicatedHostByGroup - DedicatedHostPrototypeDedicatedHostByZone

type DedicatedHostPrototypeDedicatedHostByGroup

type DedicatedHostPrototypeDedicatedHostByGroup struct {
	// If set to true, instances can be placed on this dedicated host.
	InstancePlacementEnabled *bool `json:"instance_placement_enabled,omitempty"`

	// The unique user-defined name for this dedicated host. If unspecified, the name will be a hyphenated list of
	// randomly-selected words.
	Name *string `json:"name,omitempty"`

	// The profile to use for this dedicated host.
	Profile DedicatedHostProfileIdentityIntf `json:"profile" validate:"required"`

	ResourceGroup ResourceGroupIdentityIntf `json:"resource_group,omitempty"`

	// The dedicated host group for this dedicated host.
	Group DedicatedHostGroupIdentityIntf `json:"group" validate:"required"`
}

DedicatedHostPrototypeDedicatedHostByGroup : DedicatedHostPrototypeDedicatedHostByGroup struct This model "extends" DedicatedHostPrototype

type DedicatedHostPrototypeDedicatedHostByZone

type DedicatedHostPrototypeDedicatedHostByZone struct {
	// If set to true, instances can be placed on this dedicated host.
	InstancePlacementEnabled *bool `json:"instance_placement_enabled,omitempty"`

	// The unique user-defined name for this dedicated host. If unspecified, the name will be a hyphenated list of
	// randomly-selected words.
	Name *string `json:"name,omitempty"`

	// The profile to use for this dedicated host.
	Profile DedicatedHostProfileIdentityIntf `json:"profile" validate:"required"`

	ResourceGroup ResourceGroupIdentityIntf `json:"resource_group,omitempty"`

	Group *DedicatedHostGroupPrototypeDedicatedHostByZoneContext `json:"group,omitempty"`

	// The zone this dedicated host will reside in.
	Zone ZoneIdentityIntf `json:"zone" validate:"required"`
}

DedicatedHostPrototypeDedicatedHostByZone : DedicatedHostPrototypeDedicatedHostByZone struct This model "extends" DedicatedHostPrototype

type DedicatedHostPrototypeIntf

type DedicatedHostPrototypeIntf interface {
	// contains filtered or unexported methods
}

type DedicatedHostReference

type DedicatedHostReference struct {
	// The CRN for this dedicated host.
	CRN *string `json:"crn" validate:"required"`

	// If present, this property indicates the referenced resource has been deleted and provides
	// some supplementary information.
	Deleted *DedicatedHostReferenceDeleted `json:"deleted,omitempty"`

	// The URL for this dedicated host.
	Href *string `json:"href" validate:"required"`

	// The unique identifier for this dedicated host.
	ID *string `json:"id" validate:"required"`

	// The unique user-defined name for this dedicated host.
	Name *string `json:"name" validate:"required"`

	// The resource type.
	ResourceType *string `json:"resource_type" validate:"required"`
}

DedicatedHostReference : DedicatedHostReference struct

type DedicatedHostReferenceDeleted

type DedicatedHostReferenceDeleted struct {
	// Link to documentation about deleted resources.
	MoreInfo *string `json:"more_info" validate:"required"`
}

DedicatedHostReferenceDeleted : If present, this property indicates the referenced resource has been deleted and provides some supplementary information.

type DefaultNetworkACL

type DefaultNetworkACL struct {
	// The date and time that the network ACL was created.
	CreatedAt *strfmt.DateTime `json:"created_at" validate:"required"`

	// The CRN for this network ACL.
	CRN *string `json:"crn" validate:"required"`

	// The URL for this network ACL.
	Href *string `json:"href" validate:"required"`

	// The unique identifier for this network ACL.
	ID *string `json:"id" validate:"required"`

	// The name of the default network ACL created for a VPC. The name will be a hyphenated list of randomly-selected words
	// at creation, but may be user-specified with a subsequent request.
	Name *string `json:"name" validate:"required"`

	// The resource group for the default network ACL for a VPC. Set to the VPC's
	// resource group at creation.
	ResourceGroup *ResourceGroupReference `json:"resource_group" validate:"required"`

	// The ordered rules for the default network ACL for a VPC. Defaults to two rules which allow all inbound and outbound
	// traffic, respectively. Rules for the default network ACL may be changed, added, or removed.
	Rules []NetworkACLRuleItemIntf `json:"rules" validate:"required"`

	// The subnets to which this network ACL is attached.
	Subnets []SubnetReference `json:"subnets" validate:"required"`

	// The VPC this network ACL is a part of.
	VPC *VPCReference `json:"vpc" validate:"required"`
}

DefaultNetworkACL : DefaultNetworkACL struct

type DefaultRoutingTable

type DefaultRoutingTable struct {
	// The date and time that this routing table was created.
	CreatedAt *strfmt.DateTime `json:"created_at" validate:"required"`

	// The URL for this routing table.
	Href *string `json:"href" validate:"required"`

	// The unique identifier for this routing table.
	ID *string `json:"id" validate:"required"`

	// Indicates whether this is the default routing table for this VPC.
	IsDefault *bool `json:"is_default" validate:"required"`

	// The lifecycle state of the routing table.
	LifecycleState *string `json:"lifecycle_state" validate:"required"`

	// The name of the default routing table created for this VPC. The name will be a hyphenated list of randomly-selected
	// words at creation, but may be user-specified with a subsequent request.
	Name *string `json:"name" validate:"required"`

	// The resource type.
	ResourceType *string `json:"resource_type" validate:"required"`

	// Indicates whether this routing table is used to route traffic that originates from
	// [Direct Link](https://cloud.ibm.com/docs/dl/) to this VPC.
	//
	// Incoming traffic will be routed according to the routing table with one exception: routes with an `action` of
	// `deliver` are treated as `drop` unless the `next_hop` is an IP address within the VPC's address prefix ranges.
	// Therefore, if an incoming packet matches a route with a `next_hop` of an internet-bound IP address or a VPN gateway
	// connection, the packet will be dropped.
	RouteDirectLinkIngress *bool `json:"route_direct_link_ingress" validate:"required"`

	// Indicates whether this routing table is used to route traffic that originates from from [Transit
	// Gateway](https://cloud.ibm.com/cloud/transit-gateway/) to this VPC.
	//
	// Incoming traffic will be routed according to the routing table with one exception: routes with an `action` of
	// `deliver` are treated as `drop` unless the `next_hop` is an IP address within the VPC's address prefix ranges.
	// Therefore, if an incoming packet matches a route with a `next_hop` of an internet-bound IP address or a VPN gateway
	// connection, the packet will be dropped.
	RouteTransitGatewayIngress *bool `json:"route_transit_gateway_ingress" validate:"required"`

	// Indicates whether this routing table is used to route traffic that originates from subnets in other zones in this
	// VPC.
	//
	// Incoming traffic will be routed according to the routing table with one exception: routes with an `action` of
	// `deliver` are treated as `drop` unless the `next_hop` is an IP address within the VPC's address prefix ranges.
	// Therefore, if an incoming packet matches a route with a `next_hop` of an internet-bound IP address or a VPN gateway
	// connection, the packet will be dropped.
	RouteVPCZoneIngress *bool `json:"route_vpc_zone_ingress" validate:"required"`

	// The routes for the default routing table for this VPC. The table is created with no routes, but routes may be added,
	// changed, or removed with a subsequent request.
	Routes []RouteReference `json:"routes" validate:"required"`

	// The subnets to which this routing table is attached.
	Subnets []SubnetReference `json:"subnets" validate:"required"`
}

DefaultRoutingTable : DefaultRoutingTable struct

type DefaultSecurityGroup

type DefaultSecurityGroup struct {
	// The date and time that this security group was created.
	CreatedAt *strfmt.DateTime `json:"created_at" validate:"required"`

	// The security group's CRN.
	CRN *string `json:"crn" validate:"required"`

	// The security group's canonical URL.
	Href *string `json:"href" validate:"required"`

	// The unique identifier for this security group.
	ID *string `json:"id" validate:"required"`

	// The name of the default security group created for a VPC. The name will be a hyphenated list of randomly-selected
	// words at creation, but may be user-specified with a subsequent request.
	Name *string `json:"name" validate:"required"`

	// The resource group for this security group.
	ResourceGroup *ResourceGroupReference `json:"resource_group" validate:"required"`

	// The rules for the default security group for a VPC. Defaults to allowing all outbound traffic, and allowing all
	// inbound traffic from other interfaces in the VPC's default security group. Rules for the default security group may
	// be changed, added or removed.
	Rules []SecurityGroupRuleIntf `json:"rules" validate:"required"`

	// The VPC this security group is a part of.
	VPC *VPCReference `json:"vpc" validate:"required"`
}

DefaultSecurityGroup : DefaultSecurityGroup struct

type DeleteBareMetalServerNetworkInterfaceOptions

type DeleteBareMetalServerNetworkInterfaceOptions struct {
	// The bare metal server identifier.
	BareMetalServerID *string `json:"bare_metal_server_id" validate:"required,ne="`

	// The network interface identifier.
	ID *string `json:"id" validate:"required,ne="`

	// Allows users to set headers on API requests
	Headers map[string]string
}

DeleteBareMetalServerNetworkInterfaceOptions : The DeleteBareMetalServerNetworkInterface options.

func (*DeleteBareMetalServerNetworkInterfaceOptions) SetBareMetalServerID

SetBareMetalServerID : Allow user to set BareMetalServerID

func (*DeleteBareMetalServerNetworkInterfaceOptions) SetHeaders

SetHeaders : Allow user to set Headers

func (*DeleteBareMetalServerNetworkInterfaceOptions) SetID

SetID : Allow user to set ID

type DeleteBareMetalServerOptions

type DeleteBareMetalServerOptions struct {
	// The bare metal server identifier.
	ID *string `json:"id" validate:"required,ne="`

	// Allows users to set headers on API requests
	Headers map[string]string
}

DeleteBareMetalServerOptions : The DeleteBareMetalServer options.

func (*DeleteBareMetalServerOptions) SetHeaders

SetHeaders : Allow user to set Headers

func (*DeleteBareMetalServerOptions) SetID

SetID : Allow user to set ID

type DeleteDedicatedHostGroupOptions

type DeleteDedicatedHostGroupOptions struct {
	// The dedicated host group identifier.
	ID *string `json:"id" validate:"required,ne="`

	// Allows users to set headers on API requests
	Headers map[string]string
}

DeleteDedicatedHostGroupOptions : The DeleteDedicatedHostGroup options.

func (*DeleteDedicatedHostGroupOptions) SetHeaders

SetHeaders : Allow user to set Headers

func (*DeleteDedicatedHostGroupOptions) SetID

SetID : Allow user to set ID

type DeleteDedicatedHostOptions

type DeleteDedicatedHostOptions struct {
	// The dedicated host identifier.
	ID *string `json:"id" validate:"required,ne="`

	// Allows users to set headers on API requests
	Headers map[string]string
}

DeleteDedicatedHostOptions : The DeleteDedicatedHost options.

func (*DeleteDedicatedHostOptions) SetHeaders

func (options *DeleteDedicatedHostOptions) SetHeaders(param map[string]string) *DeleteDedicatedHostOptions

SetHeaders : Allow user to set Headers

func (*DeleteDedicatedHostOptions) SetID

SetID : Allow user to set ID

type DeleteEndpointGatewayOptions

type DeleteEndpointGatewayOptions struct {
	// The endpoint gateway identifier.
	ID *string `json:"id" validate:"required,ne="`

	// Allows users to set headers on API requests
	Headers map[string]string
}

DeleteEndpointGatewayOptions : The DeleteEndpointGateway options.

func (*DeleteEndpointGatewayOptions) SetHeaders

SetHeaders : Allow user to set Headers

func (*DeleteEndpointGatewayOptions) SetID

SetID : Allow user to set ID

type DeleteFloatingIPOptions

type DeleteFloatingIPOptions struct {
	// The floating IP identifier.
	ID *string `json:"id" validate:"required,ne="`

	// Allows users to set headers on API requests
	Headers map[string]string
}

DeleteFloatingIPOptions : The DeleteFloatingIP options.

func (*DeleteFloatingIPOptions) SetHeaders

func (options *DeleteFloatingIPOptions) SetHeaders(param map[string]string) *DeleteFloatingIPOptions

SetHeaders : Allow user to set Headers

func (*DeleteFloatingIPOptions) SetID

SetID : Allow user to set ID

type DeleteFlowLogCollectorOptions

type DeleteFlowLogCollectorOptions struct {
	// The flow log collector identifier.
	ID *string `json:"id" validate:"required,ne="`

	// Allows users to set headers on API requests
	Headers map[string]string
}

DeleteFlowLogCollectorOptions : The DeleteFlowLogCollector options.

func (*DeleteFlowLogCollectorOptions) SetHeaders

SetHeaders : Allow user to set Headers

func (*DeleteFlowLogCollectorOptions) SetID

SetID : Allow user to set ID

type DeleteIkePolicyOptions

type DeleteIkePolicyOptions struct {
	// The IKE policy identifier.
	ID *string `json:"id" validate:"required,ne="`

	// Allows users to set headers on API requests
	Headers map[string]string
}

DeleteIkePolicyOptions : The DeleteIkePolicy options.

func (*DeleteIkePolicyOptions) SetHeaders

func (options *DeleteIkePolicyOptions) SetHeaders(param map[string]string) *DeleteIkePolicyOptions

SetHeaders : Allow user to set Headers

func (*DeleteIkePolicyOptions) SetID

SetID : Allow user to set ID

type DeleteImageOptions

type DeleteImageOptions struct {
	// The image identifier.
	ID *string `json:"id" validate:"required,ne="`

	// Allows users to set headers on API requests
	Headers map[string]string
}

DeleteImageOptions : The DeleteImage options.

func (*DeleteImageOptions) SetHeaders

func (options *DeleteImageOptions) SetHeaders(param map[string]string) *DeleteImageOptions

SetHeaders : Allow user to set Headers

func (*DeleteImageOptions) SetID

func (_options *DeleteImageOptions) SetID(id string) *DeleteImageOptions

SetID : Allow user to set ID

type DeleteInstanceGroupLoadBalancerOptions

type DeleteInstanceGroupLoadBalancerOptions struct {
	// The instance group identifier.
	InstanceGroupID *string `json:"instance_group_id" validate:"required,ne="`

	// Allows users to set headers on API requests
	Headers map[string]string
}

DeleteInstanceGroupLoadBalancerOptions : The DeleteInstanceGroupLoadBalancer options.

func (*DeleteInstanceGroupLoadBalancerOptions) SetHeaders

SetHeaders : Allow user to set Headers

func (*DeleteInstanceGroupLoadBalancerOptions) SetInstanceGroupID

func (_options *DeleteInstanceGroupLoadBalancerOptions) SetInstanceGroupID(instanceGroupID string) *DeleteInstanceGroupLoadBalancerOptions

SetInstanceGroupID : Allow user to set InstanceGroupID

type DeleteInstanceGroupManagerActionOptions

type DeleteInstanceGroupManagerActionOptions struct {
	// The instance group identifier.
	InstanceGroupID *string `json:"instance_group_id" validate:"required,ne="`

	// The instance group manager identifier.
	InstanceGroupManagerID *string `json:"instance_group_manager_id" validate:"required,ne="`

	// The instance group manager action identifier.
	ID *string `json:"id" validate:"required,ne="`

	// Allows users to set headers on API requests
	Headers map[string]string
}

DeleteInstanceGroupManagerActionOptions : The DeleteInstanceGroupManagerAction options.

func (*DeleteInstanceGroupManagerActionOptions) SetHeaders

SetHeaders : Allow user to set Headers

func (*DeleteInstanceGroupManagerActionOptions) SetID

SetID : Allow user to set ID

func (*DeleteInstanceGroupManagerActionOptions) SetInstanceGroupID

func (_options *DeleteInstanceGroupManagerActionOptions) SetInstanceGroupID(instanceGroupID string) *DeleteInstanceGroupManagerActionOptions

SetInstanceGroupID : Allow user to set InstanceGroupID

func (*DeleteInstanceGroupManagerActionOptions) SetInstanceGroupManagerID

func (_options *DeleteInstanceGroupManagerActionOptions) SetInstanceGroupManagerID(instanceGroupManagerID string) *DeleteInstanceGroupManagerActionOptions

SetInstanceGroupManagerID : Allow user to set InstanceGroupManagerID

type DeleteInstanceGroupManagerOptions

type DeleteInstanceGroupManagerOptions struct {
	// The instance group identifier.
	InstanceGroupID *string `json:"instance_group_id" validate:"required,ne="`

	// The instance group manager identifier.
	ID *string `json:"id" validate:"required,ne="`

	// Allows users to set headers on API requests
	Headers map[string]string
}

DeleteInstanceGroupManagerOptions : The DeleteInstanceGroupManager options.

func (*DeleteInstanceGroupManagerOptions) SetHeaders

SetHeaders : Allow user to set Headers

func (*DeleteInstanceGroupManagerOptions) SetID

SetID : Allow user to set ID

func (*DeleteInstanceGroupManagerOptions) SetInstanceGroupID

func (_options *DeleteInstanceGroupManagerOptions) SetInstanceGroupID(instanceGroupID string) *DeleteInstanceGroupManagerOptions

SetInstanceGroupID : Allow user to set InstanceGroupID

type DeleteInstanceGroupManagerPolicyOptions

type DeleteInstanceGroupManagerPolicyOptions struct {
	// The instance group identifier.
	InstanceGroupID *string `json:"instance_group_id" validate:"required,ne="`

	// The instance group manager identifier.
	InstanceGroupManagerID *string `json:"instance_group_manager_id" validate:"required,ne="`

	// The instance group manager policy identifier.
	ID *string `json:"id" validate:"required,ne="`

	// Allows users to set headers on API requests
	Headers map[string]string
}

DeleteInstanceGroupManagerPolicyOptions : The DeleteInstanceGroupManagerPolicy options.

func (*DeleteInstanceGroupManagerPolicyOptions) SetHeaders

SetHeaders : Allow user to set Headers

func (*DeleteInstanceGroupManagerPolicyOptions) SetID

SetID : Allow user to set ID

func (*DeleteInstanceGroupManagerPolicyOptions) SetInstanceGroupID

func (_options *DeleteInstanceGroupManagerPolicyOptions) SetInstanceGroupID(instanceGroupID string) *DeleteInstanceGroupManagerPolicyOptions

SetInstanceGroupID : Allow user to set InstanceGroupID

func (*DeleteInstanceGroupManagerPolicyOptions) SetInstanceGroupManagerID

func (_options *DeleteInstanceGroupManagerPolicyOptions) SetInstanceGroupManagerID(instanceGroupManagerID string) *DeleteInstanceGroupManagerPolicyOptions

SetInstanceGroupManagerID : Allow user to set InstanceGroupManagerID

type DeleteInstanceGroupMembershipOptions

type DeleteInstanceGroupMembershipOptions struct {
	// The instance group identifier.
	InstanceGroupID *string `json:"instance_group_id" validate:"required,ne="`

	// The instance group membership identifier.
	ID *string `json:"id" validate:"required,ne="`

	// Allows users to set headers on API requests
	Headers map[string]string
}

DeleteInstanceGroupMembershipOptions : The DeleteInstanceGroupMembership options.

func (*DeleteInstanceGroupMembershipOptions) SetHeaders

SetHeaders : Allow user to set Headers

func (*DeleteInstanceGroupMembershipOptions) SetID

SetID : Allow user to set ID

func (*DeleteInstanceGroupMembershipOptions) SetInstanceGroupID

func (_options *DeleteInstanceGroupMembershipOptions) SetInstanceGroupID(instanceGroupID string) *DeleteInstanceGroupMembershipOptions

SetInstanceGroupID : Allow user to set InstanceGroupID

type DeleteInstanceGroupMembershipsOptions

type DeleteInstanceGroupMembershipsOptions struct {
	// The instance group identifier.
	InstanceGroupID *string `json:"instance_group_id" validate:"required,ne="`

	// Allows users to set headers on API requests
	Headers map[string]string
}

DeleteInstanceGroupMembershipsOptions : The DeleteInstanceGroupMemberships options.

func (*DeleteInstanceGroupMembershipsOptions) SetHeaders

SetHeaders : Allow user to set Headers

func (*DeleteInstanceGroupMembershipsOptions) SetInstanceGroupID

func (_options *DeleteInstanceGroupMembershipsOptions) SetInstanceGroupID(instanceGroupID string) *DeleteInstanceGroupMembershipsOptions

SetInstanceGroupID : Allow user to set InstanceGroupID

type DeleteInstanceGroupOptions

type DeleteInstanceGroupOptions struct {
	// The instance group identifier.
	ID *string `json:"id" validate:"required,ne="`

	// Allows users to set headers on API requests
	Headers map[string]string
}

DeleteInstanceGroupOptions : The DeleteInstanceGroup options.

func (*DeleteInstanceGroupOptions) SetHeaders

func (options *DeleteInstanceGroupOptions) SetHeaders(param map[string]string) *DeleteInstanceGroupOptions

SetHeaders : Allow user to set Headers

func (*DeleteInstanceGroupOptions) SetID

SetID : Allow user to set ID

type DeleteInstanceNetworkInterfaceOptions

type DeleteInstanceNetworkInterfaceOptions struct {
	// The instance identifier.
	InstanceID *string `json:"instance_id" validate:"required,ne="`

	// The network interface identifier.
	ID *string `json:"id" validate:"required,ne="`

	// Allows users to set headers on API requests
	Headers map[string]string
}

DeleteInstanceNetworkInterfaceOptions : The DeleteInstanceNetworkInterface options.

func (*DeleteInstanceNetworkInterfaceOptions) SetHeaders

SetHeaders : Allow user to set Headers

func (*DeleteInstanceNetworkInterfaceOptions) SetID

SetID : Allow user to set ID

func (*DeleteInstanceNetworkInterfaceOptions) SetInstanceID

SetInstanceID : Allow user to set InstanceID

type DeleteInstanceOptions

type DeleteInstanceOptions struct {
	// The instance identifier.
	ID *string `json:"id" validate:"required,ne="`

	// Allows users to set headers on API requests
	Headers map[string]string
}

DeleteInstanceOptions : The DeleteInstance options.

func (*DeleteInstanceOptions) SetHeaders

func (options *DeleteInstanceOptions) SetHeaders(param map[string]string) *DeleteInstanceOptions

SetHeaders : Allow user to set Headers

func (*DeleteInstanceOptions) SetID

func (_options *DeleteInstanceOptions) SetID(id string) *DeleteInstanceOptions

SetID : Allow user to set ID

type DeleteInstanceTemplateOptions

type DeleteInstanceTemplateOptions struct {
	// The instance template identifier.
	ID *string `json:"id" validate:"required,ne="`

	// Allows users to set headers on API requests
	Headers map[string]string
}

DeleteInstanceTemplateOptions : The DeleteInstanceTemplate options.

func (*DeleteInstanceTemplateOptions) SetHeaders

SetHeaders : Allow user to set Headers

func (*DeleteInstanceTemplateOptions) SetID

SetID : Allow user to set ID

type DeleteInstanceVolumeAttachmentOptions

type DeleteInstanceVolumeAttachmentOptions struct {
	// The instance identifier.
	InstanceID *string `json:"instance_id" validate:"required,ne="`

	// The volume attachment identifier.
	ID *string `json:"id" validate:"required,ne="`

	// Allows users to set headers on API requests
	Headers map[string]string
}

DeleteInstanceVolumeAttachmentOptions : The DeleteInstanceVolumeAttachment options.

func (*DeleteInstanceVolumeAttachmentOptions) SetHeaders

SetHeaders : Allow user to set Headers

func (*DeleteInstanceVolumeAttachmentOptions) SetID

SetID : Allow user to set ID

func (*DeleteInstanceVolumeAttachmentOptions) SetInstanceID

SetInstanceID : Allow user to set InstanceID

type DeleteIpsecPolicyOptions

type DeleteIpsecPolicyOptions struct {
	// The IPsec policy identifier.
	ID *string `json:"id" validate:"required,ne="`

	// Allows users to set headers on API requests
	Headers map[string]string
}

DeleteIpsecPolicyOptions : The DeleteIpsecPolicy options.

func (*DeleteIpsecPolicyOptions) SetHeaders

func (options *DeleteIpsecPolicyOptions) SetHeaders(param map[string]string) *DeleteIpsecPolicyOptions

SetHeaders : Allow user to set Headers

func (*DeleteIpsecPolicyOptions) SetID

SetID : Allow user to set ID

type DeleteKeyOptions

type DeleteKeyOptions struct {
	// The key identifier.
	ID *string `json:"id" validate:"required,ne="`

	// Allows users to set headers on API requests
	Headers map[string]string
}

DeleteKeyOptions : The DeleteKey options.

func (*DeleteKeyOptions) SetHeaders

func (options *DeleteKeyOptions) SetHeaders(param map[string]string) *DeleteKeyOptions

SetHeaders : Allow user to set Headers

func (*DeleteKeyOptions) SetID

func (_options *DeleteKeyOptions) SetID(id string) *DeleteKeyOptions

SetID : Allow user to set ID

type DeleteLoadBalancerListenerOptions

type DeleteLoadBalancerListenerOptions struct {
	// The load balancer identifier.
	LoadBalancerID *string `json:"load_balancer_id" validate:"required,ne="`

	// The listener identifier.
	ID *string `json:"id" validate:"required,ne="`

	// Allows users to set headers on API requests
	Headers map[string]string
}

DeleteLoadBalancerListenerOptions : The DeleteLoadBalancerListener options.

func (*DeleteLoadBalancerListenerOptions) SetHeaders

SetHeaders : Allow user to set Headers

func (*DeleteLoadBalancerListenerOptions) SetID

SetID : Allow user to set ID

func (*DeleteLoadBalancerListenerOptions) SetLoadBalancerID

func (_options *DeleteLoadBalancerListenerOptions) SetLoadBalancerID(loadBalancerID string) *DeleteLoadBalancerListenerOptions

SetLoadBalancerID : Allow user to set LoadBalancerID

type DeleteLoadBalancerListenerPolicyOptions

type DeleteLoadBalancerListenerPolicyOptions struct {
	// The load balancer identifier.
	LoadBalancerID *string `json:"load_balancer_id" validate:"required,ne="`

	// The listener identifier.
	ListenerID *string `json:"listener_id" validate:"required,ne="`

	// The policy identifier.
	ID *string `json:"id" validate:"required,ne="`

	// Allows users to set headers on API requests
	Headers map[string]string
}

DeleteLoadBalancerListenerPolicyOptions : The DeleteLoadBalancerListenerPolicy options.

func (*DeleteLoadBalancerListenerPolicyOptions) SetHeaders

SetHeaders : Allow user to set Headers

func (*DeleteLoadBalancerListenerPolicyOptions) SetID

SetID : Allow user to set ID

func (*DeleteLoadBalancerListenerPolicyOptions) SetListenerID

SetListenerID : Allow user to set ListenerID

func (*DeleteLoadBalancerListenerPolicyOptions) SetLoadBalancerID

func (_options *DeleteLoadBalancerListenerPolicyOptions) SetLoadBalancerID(loadBalancerID string) *DeleteLoadBalancerListenerPolicyOptions

SetLoadBalancerID : Allow user to set LoadBalancerID

type DeleteLoadBalancerListenerPolicyRuleOptions

type DeleteLoadBalancerListenerPolicyRuleOptions struct {
	// The load balancer identifier.
	LoadBalancerID *string `json:"load_balancer_id" validate:"required,ne="`

	// The listener identifier.
	ListenerID *string `json:"listener_id" validate:"required,ne="`

	// The policy identifier.
	PolicyID *string `json:"policy_id" validate:"required,ne="`

	// The rule identifier.
	ID *string `json:"id" validate:"required,ne="`

	// Allows users to set headers on API requests
	Headers map[string]string
}

DeleteLoadBalancerListenerPolicyRuleOptions : The DeleteLoadBalancerListenerPolicyRule options.

func (*DeleteLoadBalancerListenerPolicyRuleOptions) SetHeaders

SetHeaders : Allow user to set Headers

func (*DeleteLoadBalancerListenerPolicyRuleOptions) SetID

SetID : Allow user to set ID

func (*DeleteLoadBalancerListenerPolicyRuleOptions) SetListenerID

SetListenerID : Allow user to set ListenerID

func (*DeleteLoadBalancerListenerPolicyRuleOptions) SetLoadBalancerID

SetLoadBalancerID : Allow user to set LoadBalancerID

func (*DeleteLoadBalancerListenerPolicyRuleOptions) SetPolicyID

SetPolicyID : Allow user to set PolicyID

type DeleteLoadBalancerOptions

type DeleteLoadBalancerOptions struct {
	// The load balancer identifier.
	ID *string `json:"id" validate:"required,ne="`

	// Allows users to set headers on API requests
	Headers map[string]string
}

DeleteLoadBalancerOptions : The DeleteLoadBalancer options.

func (*DeleteLoadBalancerOptions) SetHeaders

func (options *DeleteLoadBalancerOptions) SetHeaders(param map[string]string) *DeleteLoadBalancerOptions

SetHeaders : Allow user to set Headers

func (*DeleteLoadBalancerOptions) SetID

SetID : Allow user to set ID

type DeleteLoadBalancerPoolMemberOptions

type DeleteLoadBalancerPoolMemberOptions struct {
	// The load balancer identifier.
	LoadBalancerID *string `json:"load_balancer_id" validate:"required,ne="`

	// The pool identifier.
	PoolID *string `json:"pool_id" validate:"required,ne="`

	// The member identifier.
	ID *string `json:"id" validate:"required,ne="`

	// Allows users to set headers on API requests
	Headers map[string]string
}

DeleteLoadBalancerPoolMemberOptions : The DeleteLoadBalancerPoolMember options.

func (*DeleteLoadBalancerPoolMemberOptions) SetHeaders

SetHeaders : Allow user to set Headers

func (*DeleteLoadBalancerPoolMemberOptions) SetID

SetID : Allow user to set ID

func (*DeleteLoadBalancerPoolMemberOptions) SetLoadBalancerID

func (_options *DeleteLoadBalancerPoolMemberOptions) SetLoadBalancerID(loadBalancerID string) *DeleteLoadBalancerPoolMemberOptions

SetLoadBalancerID : Allow user to set LoadBalancerID

func (*DeleteLoadBalancerPoolMemberOptions) SetPoolID

SetPoolID : Allow user to set PoolID

type DeleteLoadBalancerPoolOptions

type DeleteLoadBalancerPoolOptions struct {
	// The load balancer identifier.
	LoadBalancerID *string `json:"load_balancer_id" validate:"required,ne="`

	// The pool identifier.
	ID *string `json:"id" validate:"required,ne="`

	// Allows users to set headers on API requests
	Headers map[string]string
}

DeleteLoadBalancerPoolOptions : The DeleteLoadBalancerPool options.

func (*DeleteLoadBalancerPoolOptions) SetHeaders

SetHeaders : Allow user to set Headers

func (*DeleteLoadBalancerPoolOptions) SetID

SetID : Allow user to set ID

func (*DeleteLoadBalancerPoolOptions) SetLoadBalancerID

func (_options *DeleteLoadBalancerPoolOptions) SetLoadBalancerID(loadBalancerID string) *DeleteLoadBalancerPoolOptions

SetLoadBalancerID : Allow user to set LoadBalancerID

type DeleteNetworkACLOptions

type DeleteNetworkACLOptions struct {
	// The network ACL identifier.
	ID *string `json:"id" validate:"required,ne="`

	// Allows users to set headers on API requests
	Headers map[string]string
}

DeleteNetworkACLOptions : The DeleteNetworkACL options.

func (*DeleteNetworkACLOptions) SetHeaders

func (options *DeleteNetworkACLOptions) SetHeaders(param map[string]string) *DeleteNetworkACLOptions

SetHeaders : Allow user to set Headers

func (*DeleteNetworkACLOptions) SetID

SetID : Allow user to set ID

type DeleteNetworkACLRuleOptions

type DeleteNetworkACLRuleOptions struct {
	// The network ACL identifier.
	NetworkACLID *string `json:"network_acl_id" validate:"required,ne="`

	// The rule identifier.
	ID *string `json:"id" validate:"required,ne="`

	// Allows users to set headers on API requests
	Headers map[string]string
}

DeleteNetworkACLRuleOptions : The DeleteNetworkACLRule options.

func (*DeleteNetworkACLRuleOptions) SetHeaders

func (options *DeleteNetworkACLRuleOptions) SetHeaders(param map[string]string) *DeleteNetworkACLRuleOptions

SetHeaders : Allow user to set Headers

func (*DeleteNetworkACLRuleOptions) SetID

SetID : Allow user to set ID

func (*DeleteNetworkACLRuleOptions) SetNetworkACLID

func (_options *DeleteNetworkACLRuleOptions) SetNetworkACLID(networkACLID string) *DeleteNetworkACLRuleOptions

SetNetworkACLID : Allow user to set NetworkACLID

type DeletePlacementGroupOptions

type DeletePlacementGroupOptions struct {
	// The placement group identifier.
	ID *string `json:"id" validate:"required,ne="`

	// Allows users to set headers on API requests
	Headers map[string]string
}

DeletePlacementGroupOptions : The DeletePlacementGroup options.

func (*DeletePlacementGroupOptions) SetHeaders

func (options *DeletePlacementGroupOptions) SetHeaders(param map[string]string) *DeletePlacementGroupOptions

SetHeaders : Allow user to set Headers

func (*DeletePlacementGroupOptions) SetID

SetID : Allow user to set ID

type DeletePublicGatewayOptions

type DeletePublicGatewayOptions struct {
	// The public gateway identifier.
	ID *string `json:"id" validate:"required,ne="`

	// Allows users to set headers on API requests
	Headers map[string]string
}

DeletePublicGatewayOptions : The DeletePublicGateway options.

func (*DeletePublicGatewayOptions) SetHeaders

func (options *DeletePublicGatewayOptions) SetHeaders(param map[string]string) *DeletePublicGatewayOptions

SetHeaders : Allow user to set Headers

func (*DeletePublicGatewayOptions) SetID

SetID : Allow user to set ID

type DeleteSecurityGroupOptions

type DeleteSecurityGroupOptions struct {
	// The security group identifier.
	ID *string `json:"id" validate:"required,ne="`

	// Allows users to set headers on API requests
	Headers map[string]string
}

DeleteSecurityGroupOptions : The DeleteSecurityGroup options.

func (*DeleteSecurityGroupOptions) SetHeaders

func (options *DeleteSecurityGroupOptions) SetHeaders(param map[string]string) *DeleteSecurityGroupOptions

SetHeaders : Allow user to set Headers

func (*DeleteSecurityGroupOptions) SetID

SetID : Allow user to set ID

type DeleteSecurityGroupRuleOptions

type DeleteSecurityGroupRuleOptions struct {
	// The security group identifier.
	SecurityGroupID *string `json:"security_group_id" validate:"required,ne="`

	// The rule identifier.
	ID *string `json:"id" validate:"required,ne="`

	// Allows users to set headers on API requests
	Headers map[string]string
}

DeleteSecurityGroupRuleOptions : The DeleteSecurityGroupRule options.

func (*DeleteSecurityGroupRuleOptions) SetHeaders

SetHeaders : Allow user to set Headers

func (*DeleteSecurityGroupRuleOptions) SetID

SetID : Allow user to set ID

func (*DeleteSecurityGroupRuleOptions) SetSecurityGroupID

func (_options *DeleteSecurityGroupRuleOptions) SetSecurityGroupID(securityGroupID string) *DeleteSecurityGroupRuleOptions

SetSecurityGroupID : Allow user to set SecurityGroupID

type DeleteSecurityGroupTargetBindingOptions

type DeleteSecurityGroupTargetBindingOptions struct {
	// The security group identifier.
	SecurityGroupID *string `json:"security_group_id" validate:"required,ne="`

	// The security group target identifier.
	ID *string `json:"id" validate:"required,ne="`

	// Allows users to set headers on API requests
	Headers map[string]string
}

DeleteSecurityGroupTargetBindingOptions : The DeleteSecurityGroupTargetBinding options.

func (*DeleteSecurityGroupTargetBindingOptions) SetHeaders

SetHeaders : Allow user to set Headers

func (*DeleteSecurityGroupTargetBindingOptions) SetID

SetID : Allow user to set ID

func (*DeleteSecurityGroupTargetBindingOptions) SetSecurityGroupID

func (_options *DeleteSecurityGroupTargetBindingOptions) SetSecurityGroupID(securityGroupID string) *DeleteSecurityGroupTargetBindingOptions

SetSecurityGroupID : Allow user to set SecurityGroupID

type DeleteSnapshotOptions

type DeleteSnapshotOptions struct {
	// The snapshot identifier.
	ID *string `json:"id" validate:"required,ne="`

	// Allows users to set headers on API requests
	Headers map[string]string
}

DeleteSnapshotOptions : The DeleteSnapshot options.

func (*DeleteSnapshotOptions) SetHeaders

func (options *DeleteSnapshotOptions) SetHeaders(param map[string]string) *DeleteSnapshotOptions

SetHeaders : Allow user to set Headers

func (*DeleteSnapshotOptions) SetID

func (_options *DeleteSnapshotOptions) SetID(id string) *DeleteSnapshotOptions

SetID : Allow user to set ID

type DeleteSnapshotsOptions

type DeleteSnapshotsOptions struct {
	// Filters the collection to resources with the source volume with the specified identifier.
	SourceVolumeID *string `json:"source_volume.id" validate:"required"`

	// Allows users to set headers on API requests
	Headers map[string]string
}

DeleteSnapshotsOptions : The DeleteSnapshots options.

func (*DeleteSnapshotsOptions) SetHeaders

func (options *DeleteSnapshotsOptions) SetHeaders(param map[string]string) *DeleteSnapshotsOptions

SetHeaders : Allow user to set Headers

func (*DeleteSnapshotsOptions) SetSourceVolumeID

func (_options *DeleteSnapshotsOptions) SetSourceVolumeID(sourceVolumeID string) *DeleteSnapshotsOptions

SetSourceVolumeID : Allow user to set SourceVolumeID

type DeleteSubnetOptions

type DeleteSubnetOptions struct {
	// The subnet identifier.
	ID *string `json:"id" validate:"required,ne="`

	// Allows users to set headers on API requests
	Headers map[string]string
}

DeleteSubnetOptions : The DeleteSubnet options.

func (*DeleteSubnetOptions) SetHeaders

func (options *DeleteSubnetOptions) SetHeaders(param map[string]string) *DeleteSubnetOptions

SetHeaders : Allow user to set Headers

func (*DeleteSubnetOptions) SetID

func (_options *DeleteSubnetOptions) SetID(id string) *DeleteSubnetOptions

SetID : Allow user to set ID

type DeleteSubnetReservedIPOptions

type DeleteSubnetReservedIPOptions struct {
	// The subnet identifier.
	SubnetID *string `json:"subnet_id" validate:"required,ne="`

	// The reserved IP identifier.
	ID *string `json:"id" validate:"required,ne="`

	// Allows users to set headers on API requests
	Headers map[string]string
}

DeleteSubnetReservedIPOptions : The DeleteSubnetReservedIP options.

func (*DeleteSubnetReservedIPOptions) SetHeaders

SetHeaders : Allow user to set Headers

func (*DeleteSubnetReservedIPOptions) SetID

SetID : Allow user to set ID

func (*DeleteSubnetReservedIPOptions) SetSubnetID

func (_options *DeleteSubnetReservedIPOptions) SetSubnetID(subnetID string) *DeleteSubnetReservedIPOptions

SetSubnetID : Allow user to set SubnetID

type DeleteVPCAddressPrefixOptions

type DeleteVPCAddressPrefixOptions struct {
	// The VPC identifier.
	VPCID *string `json:"vpc_id" validate:"required,ne="`

	// The prefix identifier.
	ID *string `json:"id" validate:"required,ne="`

	// Allows users to set headers on API requests
	Headers map[string]string
}

DeleteVPCAddressPrefixOptions : The DeleteVPCAddressPrefix options.

func (*DeleteVPCAddressPrefixOptions) SetHeaders

SetHeaders : Allow user to set Headers

func (*DeleteVPCAddressPrefixOptions) SetID

SetID : Allow user to set ID

func (*DeleteVPCAddressPrefixOptions) SetVPCID

SetVPCID : Allow user to set VPCID

type DeleteVPCOptions

type DeleteVPCOptions struct {
	// The VPC identifier.
	ID *string `json:"id" validate:"required,ne="`

	// Allows users to set headers on API requests
	Headers map[string]string
}

DeleteVPCOptions : The DeleteVPC options.

func (*DeleteVPCOptions) SetHeaders

func (options *DeleteVPCOptions) SetHeaders(param map[string]string) *DeleteVPCOptions

SetHeaders : Allow user to set Headers

func (*DeleteVPCOptions) SetID

func (_options *DeleteVPCOptions) SetID(id string) *DeleteVPCOptions

SetID : Allow user to set ID

type DeleteVPCRouteOptions

type DeleteVPCRouteOptions struct {
	// The VPC identifier.
	VPCID *string `json:"vpc_id" validate:"required,ne="`

	// The route identifier.
	ID *string `json:"id" validate:"required,ne="`

	// Allows users to set headers on API requests
	Headers map[string]string
}

DeleteVPCRouteOptions : The DeleteVPCRoute options.

func (*DeleteVPCRouteOptions) SetHeaders

func (options *DeleteVPCRouteOptions) SetHeaders(param map[string]string) *DeleteVPCRouteOptions

SetHeaders : Allow user to set Headers

func (*DeleteVPCRouteOptions) SetID

func (_options *DeleteVPCRouteOptions) SetID(id string) *DeleteVPCRouteOptions

SetID : Allow user to set ID

func (*DeleteVPCRouteOptions) SetVPCID

func (_options *DeleteVPCRouteOptions) SetVPCID(vpcID string) *DeleteVPCRouteOptions

SetVPCID : Allow user to set VPCID

type DeleteVPCRoutingTableOptions

type DeleteVPCRoutingTableOptions struct {
	// The VPC identifier.
	VPCID *string `json:"vpc_id" validate:"required,ne="`

	// The routing table identifier.
	ID *string `json:"id" validate:"required,ne="`

	// Allows users to set headers on API requests
	Headers map[string]string
}

DeleteVPCRoutingTableOptions : The DeleteVPCRoutingTable options.

func (*DeleteVPCRoutingTableOptions) SetHeaders

SetHeaders : Allow user to set Headers

func (*DeleteVPCRoutingTableOptions) SetID

SetID : Allow user to set ID

func (*DeleteVPCRoutingTableOptions) SetVPCID

SetVPCID : Allow user to set VPCID

type DeleteVPCRoutingTableRouteOptions

type DeleteVPCRoutingTableRouteOptions struct {
	// The VPC identifier.
	VPCID *string `json:"vpc_id" validate:"required,ne="`

	// The routing table identifier.
	RoutingTableID *string `json:"routing_table_id" validate:"required,ne="`

	// The VPC routing table route identifier.
	ID *string `json:"id" validate:"required,ne="`

	// Allows users to set headers on API requests
	Headers map[string]string
}

DeleteVPCRoutingTableRouteOptions : The DeleteVPCRoutingTableRoute options.

func (*DeleteVPCRoutingTableRouteOptions) SetHeaders

SetHeaders : Allow user to set Headers

func (*DeleteVPCRoutingTableRouteOptions) SetID

SetID : Allow user to set ID

func (*DeleteVPCRoutingTableRouteOptions) SetRoutingTableID

func (_options *DeleteVPCRoutingTableRouteOptions) SetRoutingTableID(routingTableID string) *DeleteVPCRoutingTableRouteOptions

SetRoutingTableID : Allow user to set RoutingTableID

func (*DeleteVPCRoutingTableRouteOptions) SetVPCID

SetVPCID : Allow user to set VPCID

type DeleteVPNGatewayConnectionOptions

type DeleteVPNGatewayConnectionOptions struct {
	// The VPN gateway identifier.
	VPNGatewayID *string `json:"vpn_gateway_id" validate:"required,ne="`

	// The VPN gateway connection identifier.
	ID *string `json:"id" validate:"required,ne="`

	// Allows users to set headers on API requests
	Headers map[string]string
}

DeleteVPNGatewayConnectionOptions : The DeleteVPNGatewayConnection options.

func (*DeleteVPNGatewayConnectionOptions) SetHeaders

SetHeaders : Allow user to set Headers

func (*DeleteVPNGatewayConnectionOptions) SetID

SetID : Allow user to set ID

func (*DeleteVPNGatewayConnectionOptions) SetVPNGatewayID

func (_options *DeleteVPNGatewayConnectionOptions) SetVPNGatewayID(vpnGatewayID string) *DeleteVPNGatewayConnectionOptions

SetVPNGatewayID : Allow user to set VPNGatewayID

type DeleteVPNGatewayOptions

type DeleteVPNGatewayOptions struct {
	// The VPN gateway identifier.
	ID *string `json:"id" validate:"required,ne="`

	// Allows users to set headers on API requests
	Headers map[string]string
}

DeleteVPNGatewayOptions : The DeleteVPNGateway options.

func (*DeleteVPNGatewayOptions) SetHeaders

func (options *DeleteVPNGatewayOptions) SetHeaders(param map[string]string) *DeleteVPNGatewayOptions

SetHeaders : Allow user to set Headers

func (*DeleteVPNGatewayOptions) SetID

SetID : Allow user to set ID

type DeleteVolumeOptions

type DeleteVolumeOptions struct {
	// The volume identifier.
	ID *string `json:"id" validate:"required,ne="`

	// Allows users to set headers on API requests
	Headers map[string]string
}

DeleteVolumeOptions : The DeleteVolume options.

func (*DeleteVolumeOptions) SetHeaders

func (options *DeleteVolumeOptions) SetHeaders(param map[string]string) *DeleteVolumeOptions

SetHeaders : Allow user to set Headers

func (*DeleteVolumeOptions) SetID

func (_options *DeleteVolumeOptions) SetID(id string) *DeleteVolumeOptions

SetID : Allow user to set ID

type EncryptionKeyIdentity

type EncryptionKeyIdentity struct {
	// The CRN of the [Key Protect Root
	// Key](https://cloud.ibm.com/docs/key-protect?topic=key-protect-getting-started-tutorial) or [Hyper Protect Crypto
	// Service Root Key](https://cloud.ibm.com/docs/hs-crypto?topic=hs-crypto-get-started) for this resource.
	CRN *string `json:"crn,omitempty"`
}

EncryptionKeyIdentity : Identifies an encryption key by a unique property. Models which "extend" this model: - EncryptionKeyIdentityByCRN

type EncryptionKeyIdentityByCRN

type EncryptionKeyIdentityByCRN struct {
	// The CRN of the [Key Protect Root
	// Key](https://cloud.ibm.com/docs/key-protect?topic=key-protect-getting-started-tutorial) or [Hyper Protect Crypto
	// Service Root Key](https://cloud.ibm.com/docs/hs-crypto?topic=hs-crypto-get-started) for this resource.
	CRN *string `json:"crn" validate:"required"`
}

EncryptionKeyIdentityByCRN : EncryptionKeyIdentityByCRN struct This model "extends" EncryptionKeyIdentity

type EncryptionKeyIdentityIntf

type EncryptionKeyIdentityIntf interface {
	// contains filtered or unexported methods
}

type EncryptionKeyReference

type EncryptionKeyReference struct {
	// The CRN of the [Key Protect Root
	// Key](https://cloud.ibm.com/docs/key-protect?topic=key-protect-getting-started-tutorial) or [Hyper Protect Crypto
	// Service Root Key](https://cloud.ibm.com/docs/hs-crypto?topic=hs-crypto-get-started) for this resource.
	CRN *string `json:"crn" validate:"required"`
}

EncryptionKeyReference : EncryptionKeyReference struct

type EndpointGateway

type EndpointGateway struct {
	// The date and time that the endpoint gateway was created.
	CreatedAt *strfmt.DateTime `json:"created_at" validate:"required"`

	// The CRN for this endpoint gateway.
	CRN *string `json:"crn" validate:"required"`

	// The health of this resource.
	// - `ok`: No abnormal behavior detected
	// - `degraded`: Experiencing compromised performance, capacity, or connectivity
	// - `faulted`: Completely unreachable, inoperative, or otherwise entirely incapacitated
	// - `inapplicable`: The health state does not apply because of the current lifecycle state. A resource with a
	// lifecycle state of `failed` or `deleting` will have a health state of `inapplicable`. A `pending` resource may also
	// have this state.
	HealthState *string `json:"health_state" validate:"required"`

	// The URL for this endpoint gateway.
	Href *string `json:"href" validate:"required"`

	// The unique identifier for this endpoint gateway.
	ID *string `json:"id" validate:"required"`

	// The reserved IPs bound to this endpoint gateway.
	Ips []ReservedIPReference `json:"ips" validate:"required"`

	// The lifecycle state of the endpoint gateway.
	LifecycleState *string `json:"lifecycle_state" validate:"required"`

	// The unique user-defined name for this endpoint gateway.
	Name *string `json:"name" validate:"required"`

	// The resource group for this endpoint gateway.
	ResourceGroup *ResourceGroupReference `json:"resource_group" validate:"required"`

	// The resource type.
	ResourceType *string `json:"resource_type" validate:"required"`

	// The security groups targeting this endpoint gateway.
	SecurityGroups []SecurityGroupReference `json:"security_groups" validate:"required"`

	// The fully qualified domain name for the target service.
	ServiceEndpoint *string `json:"service_endpoint,omitempty"`

	// The fully qualified domain names for the target service.
	ServiceEndpoints []string `json:"service_endpoints" validate:"required"`

	// The target for this endpoint gateway.
	Target EndpointGatewayTargetIntf `json:"target" validate:"required"`

	// The VPC this endpoint gateway is serving.
	VPC *VPCReference `json:"vpc" validate:"required"`
}

EndpointGateway : EndpointGateway struct

type EndpointGatewayCollection

type EndpointGatewayCollection struct {
	// Collection of endpoint gateways.
	EndpointGateways []EndpointGateway `json:"endpoint_gateways" validate:"required"`

	// A link to the first page of resources.
	First *EndpointGatewayCollectionFirst `json:"first" validate:"required"`

	// The maximum number of resources that can be returned by the request.
	Limit *int64 `json:"limit" validate:"required"`

	// A link to the next page of resources. This property is present for all pages
	// except the last page.
	Next *EndpointGatewayCollectionNext `json:"next,omitempty"`

	// The total number of resources across all pages.
	TotalCount *int64 `json:"total_count" validate:"required"`
}

EndpointGatewayCollection : EndpointGatewayCollection struct

func (*EndpointGatewayCollection) GetNextStart

func (resp *EndpointGatewayCollection) GetNextStart() (*string, error)

Retrieve the value to be passed to a request to access the next page of results

type EndpointGatewayCollectionFirst

type EndpointGatewayCollectionFirst struct {
	// The URL for a page of resources.
	Href *string `json:"href" validate:"required"`
}

EndpointGatewayCollectionFirst : A link to the first page of resources.

type EndpointGatewayCollectionNext

type EndpointGatewayCollectionNext struct {
	// The URL for a page of resources.
	Href *string `json:"href" validate:"required"`
}

EndpointGatewayCollectionNext : A link to the next page of resources. This property is present for all pages except the last page.

type EndpointGatewayPatch

type EndpointGatewayPatch struct {
	// The user-defined name for this endpoint gateway. Names must be unique within the VPC this endpoint gateway is
	// serving.
	Name *string `json:"name,omitempty"`
}

EndpointGatewayPatch : EndpointGatewayPatch struct

func (*EndpointGatewayPatch) AsPatch

func (endpointGatewayPatch *EndpointGatewayPatch) AsPatch() (_patch map[string]interface{}, err error)

AsPatch returns a generic map representation of the EndpointGatewayPatch

type EndpointGatewayReferenceDeleted

type EndpointGatewayReferenceDeleted struct {
	// Link to documentation about deleted resources.
	MoreInfo *string `json:"more_info" validate:"required"`
}

EndpointGatewayReferenceDeleted : If present, this property indicates the referenced resource has been deleted and provides some supplementary information.

type EndpointGatewayReservedIP

type EndpointGatewayReservedIP struct {
	// The unique identifier for this reserved IP.
	ID *string `json:"id,omitempty"`

	// The URL for this reserved IP.
	Href *string `json:"href,omitempty"`

	// The IP address to reserve, which must not already be reserved on the subnet.
	//
	// If unspecified, an available address on the subnet will automatically be selected.
	Address *string `json:"address,omitempty"`

	// Indicates whether this reserved IP member will be automatically deleted when either
	// `target` is deleted, or the reserved IP is unbound.
	AutoDelete *bool `json:"auto_delete,omitempty"`

	// The user-defined name for this reserved IP. If unspecified, the name will be a hyphenated list of randomly-selected
	// words. Names must be unique within the subnet the reserved IP resides in. Names beginning with `ibm-` are reserved
	// for provider-owned resources.
	Name *string `json:"name,omitempty"`

	// The subnet in which to create this reserved IP.
	Subnet SubnetIdentityIntf `json:"subnet,omitempty"`
}

EndpointGatewayReservedIP : A reserved IP to bind to the endpoint gateway. This can be specified using an existing reserved IP, or a prototype object for a new reserved IP. The reserved IP will be bound to the endpoint gateway to function as a virtual private endpoint for the service. Models which "extend" this model: - EndpointGatewayReservedIPReservedIPIdentity - EndpointGatewayReservedIPReservedIPPrototypeTargetContext

type EndpointGatewayReservedIPIntf

type EndpointGatewayReservedIPIntf interface {
	// contains filtered or unexported methods
}

type EndpointGatewayReservedIPReservedIPIdentity

type EndpointGatewayReservedIPReservedIPIdentity struct {
	// The unique identifier for this reserved IP.
	ID *string `json:"id,omitempty"`

	// The URL for this reserved IP.
	Href *string `json:"href,omitempty"`
}

EndpointGatewayReservedIPReservedIPIdentity : Identifies a reserved IP by a unique property. Models which "extend" this model: - EndpointGatewayReservedIPReservedIPIdentityReservedIPIdentityByID - EndpointGatewayReservedIPReservedIPIdentityReservedIPIdentityByHref This model "extends" EndpointGatewayReservedIP

type EndpointGatewayReservedIPReservedIPIdentityIntf

type EndpointGatewayReservedIPReservedIPIdentityIntf interface {
	EndpointGatewayReservedIPIntf
	// contains filtered or unexported methods
}

type EndpointGatewayReservedIPReservedIPIdentityReservedIPIdentityByHref

type EndpointGatewayReservedIPReservedIPIdentityReservedIPIdentityByHref struct {
	// The URL for this reserved IP.
	Href *string `json:"href" validate:"required"`
}

EndpointGatewayReservedIPReservedIPIdentityReservedIPIdentityByHref : EndpointGatewayReservedIPReservedIPIdentityReservedIPIdentityByHref struct This model "extends" EndpointGatewayReservedIPReservedIPIdentity

type EndpointGatewayReservedIPReservedIPIdentityReservedIPIdentityByID

type EndpointGatewayReservedIPReservedIPIdentityReservedIPIdentityByID struct {
	// The unique identifier for this reserved IP.
	ID *string `json:"id" validate:"required"`
}

EndpointGatewayReservedIPReservedIPIdentityReservedIPIdentityByID : EndpointGatewayReservedIPReservedIPIdentityReservedIPIdentityByID struct This model "extends" EndpointGatewayReservedIPReservedIPIdentity

type EndpointGatewayReservedIPReservedIPPrototypeTargetContext

type EndpointGatewayReservedIPReservedIPPrototypeTargetContext struct {
	// The IP address to reserve, which must not already be reserved on the subnet.
	//
	// If unspecified, an available address on the subnet will automatically be selected.
	Address *string `json:"address,omitempty"`

	// Indicates whether this reserved IP member will be automatically deleted when either
	// `target` is deleted, or the reserved IP is unbound.
	AutoDelete *bool `json:"auto_delete,omitempty"`

	// The user-defined name for this reserved IP. If unspecified, the name will be a hyphenated list of randomly-selected
	// words. Names must be unique within the subnet the reserved IP resides in. Names beginning with `ibm-` are reserved
	// for provider-owned resources.
	Name *string `json:"name,omitempty"`

	// The subnet in which to create this reserved IP.
	Subnet SubnetIdentityIntf `json:"subnet" validate:"required"`
}

EndpointGatewayReservedIPReservedIPPrototypeTargetContext : EndpointGatewayReservedIPReservedIPPrototypeTargetContext struct This model "extends" EndpointGatewayReservedIP

type EndpointGatewayTarget

type EndpointGatewayTarget struct {
	// The CRN for this provider cloud service, or the CRN for the user's instance of a provider cloud service.
	CRN *string `json:"crn,omitempty"`

	// The type of target.
	ResourceType *string `json:"resource_type,omitempty"`

	// The name of a provider infrastructure service. Must be:
	// - `ibm-ntp-server`: An NTP (Network Time Protocol) server provided by IBM.
	Name *string `json:"name,omitempty"`
}

EndpointGatewayTarget : The target for this endpoint gateway. Models which "extend" this model: - EndpointGatewayTargetProviderCloudServiceReference - EndpointGatewayTargetProviderInfrastructureServiceReference

type EndpointGatewayTargetIntf

type EndpointGatewayTargetIntf interface {
	// contains filtered or unexported methods
}

type EndpointGatewayTargetPrototype

type EndpointGatewayTargetPrototype struct {
	// The type of target for this endpoint gateway.
	ResourceType *string `json:"resource_type" validate:"required"`

	// The CRN for this provider cloud service, or the CRN for the user's instance of a provider cloud service.
	CRN *string `json:"crn,omitempty"`

	// The name of a provider infrastructure service. Must be:
	// - `ibm-ntp-server`: An NTP (Network Time Protocol) server provided by IBM.
	Name *string `json:"name,omitempty"`
}

EndpointGatewayTargetPrototype : The target for this endpoint gateway. Models which "extend" this model: - EndpointGatewayTargetPrototypeProviderCloudServiceIdentity - EndpointGatewayTargetPrototypeProviderInfrastructureServiceIdentity

type EndpointGatewayTargetPrototypeIntf

type EndpointGatewayTargetPrototypeIntf interface {
	// contains filtered or unexported methods
}

type EndpointGatewayTargetPrototypeProviderCloudServiceIdentity

type EndpointGatewayTargetPrototypeProviderCloudServiceIdentity struct {
	// The type of target for this endpoint gateway.
	ResourceType *string `json:"resource_type" validate:"required"`

	// The CRN for this provider cloud service, or the CRN for the user's instance of a provider cloud service.
	CRN *string `json:"crn,omitempty"`
}

EndpointGatewayTargetPrototypeProviderCloudServiceIdentity : EndpointGatewayTargetPrototypeProviderCloudServiceIdentity struct Models which "extend" this model: - EndpointGatewayTargetPrototypeProviderCloudServiceIdentityProviderCloudServiceIdentityByCRN This model "extends" EndpointGatewayTargetPrototype

type EndpointGatewayTargetPrototypeProviderCloudServiceIdentityIntf

type EndpointGatewayTargetPrototypeProviderCloudServiceIdentityIntf interface {
	EndpointGatewayTargetPrototypeIntf
	// contains filtered or unexported methods
}

type EndpointGatewayTargetPrototypeProviderCloudServiceIdentityProviderCloudServiceIdentityByCRN

type EndpointGatewayTargetPrototypeProviderCloudServiceIdentityProviderCloudServiceIdentityByCRN struct {
	// The type of target for this endpoint gateway.
	ResourceType *string `json:"resource_type" validate:"required"`

	// The CRN for this provider cloud service, or the CRN for the user's instance of a provider cloud service.
	CRN *string `json:"crn" validate:"required"`
}

EndpointGatewayTargetPrototypeProviderCloudServiceIdentityProviderCloudServiceIdentityByCRN : EndpointGatewayTargetPrototypeProviderCloudServiceIdentityProviderCloudServiceIdentityByCRN struct This model "extends" EndpointGatewayTargetPrototypeProviderCloudServiceIdentity

type EndpointGatewayTargetPrototypeProviderInfrastructureServiceIdentity

type EndpointGatewayTargetPrototypeProviderInfrastructureServiceIdentity struct {
	// The type of target for this endpoint gateway.
	ResourceType *string `json:"resource_type" validate:"required"`

	// The name of a provider infrastructure service. Must be:
	// - `ibm-ntp-server`: An NTP (Network Time Protocol) server provided by IBM.
	Name *string `json:"name,omitempty"`
}

EndpointGatewayTargetPrototypeProviderInfrastructureServiceIdentity : EndpointGatewayTargetPrototypeProviderInfrastructureServiceIdentity struct Models which "extend" this model: - EndpointGatewayTargetPrototypeProviderInfrastructureServiceIdentityProviderInfrastructureServiceIdentityByName This model "extends" EndpointGatewayTargetPrototype

type EndpointGatewayTargetPrototypeProviderInfrastructureServiceIdentityIntf

type EndpointGatewayTargetPrototypeProviderInfrastructureServiceIdentityIntf interface {
	EndpointGatewayTargetPrototypeIntf
	// contains filtered or unexported methods
}

type EndpointGatewayTargetPrototypeProviderInfrastructureServiceIdentityProviderInfrastructureServiceIdentityByName

type EndpointGatewayTargetPrototypeProviderInfrastructureServiceIdentityProviderInfrastructureServiceIdentityByName struct {
	// The type of target for this endpoint gateway.
	ResourceType *string `json:"resource_type" validate:"required"`

	// The name of a provider infrastructure service. Must be:
	// - `ibm-ntp-server`: An NTP (Network Time Protocol) server provided by IBM.
	Name *string `json:"name" validate:"required"`
}

EndpointGatewayTargetPrototypeProviderInfrastructureServiceIdentityProviderInfrastructureServiceIdentityByName : The name of this provider infrastructure service. This model "extends" EndpointGatewayTargetPrototypeProviderInfrastructureServiceIdentity

type EndpointGatewayTargetProviderCloudServiceReference

type EndpointGatewayTargetProviderCloudServiceReference struct {
	// The CRN for this provider cloud service, or the CRN for the user's instance of a provider cloud service.
	CRN *string `json:"crn" validate:"required"`

	// The type of target.
	ResourceType *string `json:"resource_type" validate:"required"`
}

EndpointGatewayTargetProviderCloudServiceReference : EndpointGatewayTargetProviderCloudServiceReference struct This model "extends" EndpointGatewayTarget

type EndpointGatewayTargetProviderInfrastructureServiceReference

type EndpointGatewayTargetProviderInfrastructureServiceReference struct {
	// The name of a provider infrastructure service. Must be:
	// - `ibm-ntp-server`: An NTP (Network Time Protocol) server provided by IBM.
	Name *string `json:"name" validate:"required"`

	// The type of target.
	ResourceType *string `json:"resource_type" validate:"required"`
}

EndpointGatewayTargetProviderInfrastructureServiceReference : The name of this provider infrastructure service. This model "extends" EndpointGatewayTarget

type FloatingIP

type FloatingIP struct {
	// The globally unique IP address.
	Address *string `json:"address" validate:"required"`

	// The date and time that the floating IP was created.
	CreatedAt *strfmt.DateTime `json:"created_at" validate:"required"`

	// The CRN for this floating IP.
	CRN *string `json:"crn" validate:"required"`

	// The URL for this floating IP.
	Href *string `json:"href" validate:"required"`

	// The unique identifier for this floating IP.
	ID *string `json:"id" validate:"required"`

	// The unique user-defined name for this floating IP.
	Name *string `json:"name" validate:"required"`

	// The resource group for this floating IP.
	ResourceGroup *ResourceGroupReference `json:"resource_group" validate:"required"`

	// The status of the floating IP.
	Status *string `json:"status" validate:"required"`

	// The target of this floating IP.
	Target FloatingIPTargetIntf `json:"target,omitempty"`

	// The zone this floating IP resides in.
	Zone *ZoneReference `json:"zone" validate:"required"`
}

FloatingIP : FloatingIP struct

type FloatingIPByTargetNetworkInterfaceIdentity

type FloatingIPByTargetNetworkInterfaceIdentity struct {
	// The unique identifier for this network interface.
	ID *string `json:"id,omitempty"`

	// The URL for this network interface.
	Href *string `json:"href,omitempty"`
}

FloatingIPByTargetNetworkInterfaceIdentity : The network interface this floating IP is to be bound to. Models which "extend" this model: - FloatingIPByTargetNetworkInterfaceIdentityNetworkInterfaceIdentityByID - FloatingIPByTargetNetworkInterfaceIdentityNetworkInterfaceIdentityByHref

type FloatingIPByTargetNetworkInterfaceIdentityIntf

type FloatingIPByTargetNetworkInterfaceIdentityIntf interface {
	// contains filtered or unexported methods
}

type FloatingIPByTargetNetworkInterfaceIdentityNetworkInterfaceIdentityByHref

type FloatingIPByTargetNetworkInterfaceIdentityNetworkInterfaceIdentityByHref struct {
	// The URL for this network interface.
	Href *string `json:"href" validate:"required"`
}

FloatingIPByTargetNetworkInterfaceIdentityNetworkInterfaceIdentityByHref : FloatingIPByTargetNetworkInterfaceIdentityNetworkInterfaceIdentityByHref struct This model "extends" FloatingIPByTargetNetworkInterfaceIdentity

type FloatingIPByTargetNetworkInterfaceIdentityNetworkInterfaceIdentityByID

type FloatingIPByTargetNetworkInterfaceIdentityNetworkInterfaceIdentityByID struct {
	// The unique identifier for this network interface.
	ID *string `json:"id" validate:"required"`
}

FloatingIPByTargetNetworkInterfaceIdentityNetworkInterfaceIdentityByID : FloatingIPByTargetNetworkInterfaceIdentityNetworkInterfaceIdentityByID struct This model "extends" FloatingIPByTargetNetworkInterfaceIdentity

type FloatingIPCollection

type FloatingIPCollection struct {
	// A link to the first page of resources.
	First *FloatingIPCollectionFirst `json:"first" validate:"required"`

	// Collection of floating IPs.
	FloatingIps []FloatingIP `json:"floating_ips" validate:"required"`

	// The maximum number of resources that can be returned by the request.
	Limit *int64 `json:"limit" validate:"required"`

	// A link to the next page of resources. This property is present for all pages
	// except the last page.
	Next *FloatingIPCollectionNext `json:"next,omitempty"`

	// The total number of resources across all pages.
	TotalCount *int64 `json:"total_count" validate:"required"`
}

FloatingIPCollection : FloatingIPCollection struct

func (*FloatingIPCollection) GetNextStart

func (resp *FloatingIPCollection) GetNextStart() (*string, error)

Retrieve the value to be passed to a request to access the next page of results

type FloatingIPCollectionFirst

type FloatingIPCollectionFirst struct {
	// The URL for a page of resources.
	Href *string `json:"href" validate:"required"`
}

FloatingIPCollectionFirst : A link to the first page of resources.

type FloatingIPCollectionNext

type FloatingIPCollectionNext struct {
	// The URL for a page of resources.
	Href *string `json:"href" validate:"required"`
}

FloatingIPCollectionNext : A link to the next page of resources. This property is present for all pages except the last page.

type FloatingIPPatch

type FloatingIPPatch struct {
	// The unique user-defined name for this floating IP.
	Name *string `json:"name,omitempty"`

	// The network interface to bind the floating IP to, replacing any existing binding. For
	// this request to succeed, the floating IP must not be required by another resource, such
	// as a public gateway.
	Target FloatingIPTargetPatchIntf `json:"target,omitempty"`
}

FloatingIPPatch : FloatingIPPatch struct

func (*FloatingIPPatch) AsPatch

func (floatingIPPatch *FloatingIPPatch) AsPatch() (_patch map[string]interface{}, err error)

AsPatch returns a generic map representation of the FloatingIPPatch

type FloatingIPPrototype

type FloatingIPPrototype struct {
	// The unique user-defined name for this floating IP. If unspecified, the name will be a hyphenated list of
	// randomly-selected words.
	Name *string `json:"name,omitempty"`

	// The resource group to use. If unspecified, the account's [default resource
	// group](https://cloud.ibm.com/apidocs/resource-manager#introduction) is used.
	ResourceGroup ResourceGroupIdentityIntf `json:"resource_group,omitempty"`

	// The zone this floating IP will reside in.
	Zone ZoneIdentityIntf `json:"zone,omitempty"`

	// The network interface this floating IP is to be bound to.
	Target FloatingIPByTargetNetworkInterfaceIdentityIntf `json:"target,omitempty"`
}

FloatingIPPrototype : FloatingIPPrototype struct Models which "extend" this model: - FloatingIPPrototypeFloatingIPByZone - FloatingIPPrototypeFloatingIPByTarget

type FloatingIPPrototypeFloatingIPByTarget

type FloatingIPPrototypeFloatingIPByTarget struct {
	// The unique user-defined name for this floating IP. If unspecified, the name will be a hyphenated list of
	// randomly-selected words.
	Name *string `json:"name,omitempty"`

	ResourceGroup ResourceGroupIdentityIntf `json:"resource_group,omitempty"`

	// The network interface this floating IP is to be bound to.
	Target FloatingIPByTargetNetworkInterfaceIdentityIntf `json:"target" validate:"required"`
}

FloatingIPPrototypeFloatingIPByTarget : FloatingIPPrototypeFloatingIPByTarget struct This model "extends" FloatingIPPrototype

type FloatingIPPrototypeFloatingIPByZone

type FloatingIPPrototypeFloatingIPByZone struct {
	// The unique user-defined name for this floating IP. If unspecified, the name will be a hyphenated list of
	// randomly-selected words.
	Name *string `json:"name,omitempty"`

	ResourceGroup ResourceGroupIdentityIntf `json:"resource_group,omitempty"`

	// The zone this floating IP will reside in.
	Zone ZoneIdentityIntf `json:"zone" validate:"required"`
}

FloatingIPPrototypeFloatingIPByZone : FloatingIPPrototypeFloatingIPByZone struct This model "extends" FloatingIPPrototype

type FloatingIPPrototypeIntf

type FloatingIPPrototypeIntf interface {
	// contains filtered or unexported methods
}

type FloatingIPReference

type FloatingIPReference struct {
	// The globally unique IP address.
	Address *string `json:"address" validate:"required"`

	// The CRN for this floating IP.
	CRN *string `json:"crn" validate:"required"`

	// If present, this property indicates the referenced resource has been deleted and provides
	// some supplementary information.
	Deleted *FloatingIPReferenceDeleted `json:"deleted,omitempty"`

	// The URL for this floating IP.
	Href *string `json:"href" validate:"required"`

	// The unique identifier for this floating IP.
	ID *string `json:"id" validate:"required"`

	// The unique user-defined name for this floating IP.
	Name *string `json:"name" validate:"required"`
}

FloatingIPReference : FloatingIPReference struct

type FloatingIPReferenceDeleted

type FloatingIPReferenceDeleted struct {
	// Link to documentation about deleted resources.
	MoreInfo *string `json:"more_info" validate:"required"`
}

FloatingIPReferenceDeleted : If present, this property indicates the referenced resource has been deleted and provides some supplementary information.

type FloatingIPTarget

type FloatingIPTarget struct {
	// If present, this property indicates the referenced resource has been deleted and provides
	// some supplementary information.
	Deleted *NetworkInterfaceReferenceDeleted `json:"deleted,omitempty"`

	// The URL for this network interface.
	Href *string `json:"href,omitempty"`

	// The unique identifier for this network interface.
	ID *string `json:"id,omitempty"`

	// The user-defined name for this network interface.
	Name *string `json:"name,omitempty"`

	PrimaryIP *ReservedIPReference `json:"primary_ip,omitempty"`

	// The resource type.
	ResourceType *string `json:"resource_type,omitempty"`

	// The CRN for this public gateway.
	CRN *string `json:"crn,omitempty"`
}

FloatingIPTarget : The target of this floating IP. Models which "extend" this model: - FloatingIPTargetNetworkInterfaceReference - FloatingIPTargetPublicGatewayReference

type FloatingIPTargetIntf

type FloatingIPTargetIntf interface {
	// contains filtered or unexported methods
}

type FloatingIPTargetNetworkInterfaceReference

type FloatingIPTargetNetworkInterfaceReference struct {
	// If present, this property indicates the referenced resource has been deleted and provides
	// some supplementary information.
	Deleted *NetworkInterfaceReferenceDeleted `json:"deleted,omitempty"`

	// The URL for this network interface.
	Href *string `json:"href" validate:"required"`

	// The unique identifier for this network interface.
	ID *string `json:"id" validate:"required"`

	// The user-defined name for this network interface.
	Name *string `json:"name" validate:"required"`

	PrimaryIP *ReservedIPReference `json:"primary_ip" validate:"required"`

	// The resource type.
	ResourceType *string `json:"resource_type" validate:"required"`
}

FloatingIPTargetNetworkInterfaceReference : FloatingIPTargetNetworkInterfaceReference struct This model "extends" FloatingIPTarget

type FloatingIPTargetPatch

type FloatingIPTargetPatch struct {
	// The unique identifier for this network interface.
	ID *string `json:"id,omitempty"`

	// The URL for this network interface.
	Href *string `json:"href,omitempty"`
}

FloatingIPTargetPatch : The network interface to bind the floating IP to, replacing any existing binding. For this request to succeed, the floating IP must not be required by another resource, such as a public gateway. Models which "extend" this model: - FloatingIPTargetPatchNetworkInterfaceIdentityByID - FloatingIPTargetPatchNetworkInterfaceIdentityByHref

type FloatingIPTargetPatchIntf

type FloatingIPTargetPatchIntf interface {
	// contains filtered or unexported methods
}

type FloatingIPTargetPatchNetworkInterfaceIdentityByHref

type FloatingIPTargetPatchNetworkInterfaceIdentityByHref struct {
	// The URL for this network interface.
	Href *string `json:"href" validate:"required"`
}

FloatingIPTargetPatchNetworkInterfaceIdentityByHref : FloatingIPTargetPatchNetworkInterfaceIdentityByHref struct This model "extends" FloatingIPTargetPatch

type FloatingIPTargetPatchNetworkInterfaceIdentityByID

type FloatingIPTargetPatchNetworkInterfaceIdentityByID struct {
	// The unique identifier for this network interface.
	ID *string `json:"id" validate:"required"`
}

FloatingIPTargetPatchNetworkInterfaceIdentityByID : FloatingIPTargetPatchNetworkInterfaceIdentityByID struct This model "extends" FloatingIPTargetPatch

type FloatingIPTargetPublicGatewayReference

type FloatingIPTargetPublicGatewayReference struct {
	// The CRN for this public gateway.
	CRN *string `json:"crn" validate:"required"`

	// If present, this property indicates the referenced resource has been deleted and provides
	// some supplementary information.
	Deleted *PublicGatewayReferenceDeleted `json:"deleted,omitempty"`

	// The URL for this public gateway.
	Href *string `json:"href" validate:"required"`

	// The unique identifier for this public gateway.
	ID *string `json:"id" validate:"required"`

	// The user-defined name for this public gateway.
	Name *string `json:"name" validate:"required"`

	// The resource type.
	ResourceType *string `json:"resource_type" validate:"required"`
}

FloatingIPTargetPublicGatewayReference : FloatingIPTargetPublicGatewayReference struct This model "extends" FloatingIPTarget

type FloatingIPUnpaginatedCollection

type FloatingIPUnpaginatedCollection struct {
	// Collection of floating IPs.
	FloatingIps []FloatingIP `json:"floating_ips" validate:"required"`
}

FloatingIPUnpaginatedCollection : FloatingIPUnpaginatedCollection struct

type FlowLogCollector

type FlowLogCollector struct {
	// Indicates whether this collector is active.
	Active *bool `json:"active" validate:"required"`

	// Indicates whether this flow log collector will be automatically deleted when `target` is deleted. At present, this
	// is always `true`, but may be modifiable in the future.
	AutoDelete *bool `json:"auto_delete" validate:"required"`

	// The date and time that the flow log collector was created.
	CreatedAt *strfmt.DateTime `json:"created_at" validate:"required"`

	// The CRN for this flow log collector.
	CRN *string `json:"crn" validate:"required"`

	// The URL for this flow log collector.
	Href *string `json:"href" validate:"required"`

	// The unique identifier for this flow log collector.
	ID *string `json:"id" validate:"required"`

	// The lifecycle state of the flow log collector.
	LifecycleState *string `json:"lifecycle_state" validate:"required"`

	// The unique user-defined name for this flow log collector.
	Name *string `json:"name" validate:"required"`

	// The resource group for this flow log collector.
	ResourceGroup *ResourceGroupReference `json:"resource_group" validate:"required"`

	// The Cloud Object Storage bucket where the collected flows are logged.
	StorageBucket *LegacyCloudObjectStorageBucketReference `json:"storage_bucket" validate:"required"`

	// The target this collector is collecting flow logs for. If the target is an instance,
	// subnet, or VPC, flow logs will not be collected for any network interfaces within the
	// target that are themselves the target of a more specific flow log collector.
	Target FlowLogCollectorTargetIntf `json:"target" validate:"required"`

	// The VPC this flow log collector is associated with.
	VPC *VPCReference `json:"vpc" validate:"required"`
}

FlowLogCollector : FlowLogCollector struct

type FlowLogCollectorCollection

type FlowLogCollectorCollection struct {
	// A link to the first page of resources.
	First *FlowLogCollectorCollectionFirst `json:"first" validate:"required"`

	// Collection of flow log collectors.
	FlowLogCollectors []FlowLogCollector `json:"flow_log_collectors" validate:"required"`

	// The maximum number of resources that can be returned by the request.
	Limit *int64 `json:"limit" validate:"required"`

	// A link to the next page of resources. This property is present for all pages
	// except the last page.
	Next *FlowLogCollectorCollectionNext `json:"next,omitempty"`

	// The total number of resources across all pages.
	TotalCount *int64 `json:"total_count" validate:"required"`
}

FlowLogCollectorCollection : FlowLogCollectorCollection struct

func (*FlowLogCollectorCollection) GetNextStart

func (resp *FlowLogCollectorCollection) GetNextStart() (*string, error)

Retrieve the value to be passed to a request to access the next page of results

type FlowLogCollectorCollectionFirst

type FlowLogCollectorCollectionFirst struct {
	// The URL for a page of resources.
	Href *string `json:"href" validate:"required"`
}

FlowLogCollectorCollectionFirst : A link to the first page of resources.

type FlowLogCollectorCollectionNext

type FlowLogCollectorCollectionNext struct {
	// The URL for a page of resources.
	Href *string `json:"href" validate:"required"`
}

FlowLogCollectorCollectionNext : A link to the next page of resources. This property is present for all pages except the last page.

type FlowLogCollectorPatch

type FlowLogCollectorPatch struct {
	// Indicates whether this collector is active. Updating to false deactivates the collector and updating to true
	// activates the collector.
	Active *bool `json:"active,omitempty"`

	// The unique user-defined name for this flow log collector.
	Name *string `json:"name,omitempty"`
}

FlowLogCollectorPatch : FlowLogCollectorPatch struct

func (*FlowLogCollectorPatch) AsPatch

func (flowLogCollectorPatch *FlowLogCollectorPatch) AsPatch() (_patch map[string]interface{}, err error)

AsPatch returns a generic map representation of the FlowLogCollectorPatch

type FlowLogCollectorTarget

type FlowLogCollectorTarget struct {
	// If present, this property indicates the referenced resource has been deleted and provides
	// some supplementary information.
	Deleted *NetworkInterfaceReferenceTargetContextDeleted `json:"deleted,omitempty"`

	// The URL for this network interface.
	Href *string `json:"href,omitempty"`

	// The unique identifier for this network interface.
	ID *string `json:"id,omitempty"`

	// The user-defined name for this network interface.
	Name *string `json:"name,omitempty"`

	// The resource type.
	ResourceType *string `json:"resource_type,omitempty"`

	// The CRN for this virtual server instance.
	CRN *string `json:"crn,omitempty"`
}

FlowLogCollectorTarget : The target this collector is collecting flow logs for. If the target is an instance, subnet, or VPC, flow logs will not be collected for any network interfaces within the target that are themselves the target of a more specific flow log collector. Models which "extend" this model: - FlowLogCollectorTargetNetworkInterfaceReferenceTargetContext - FlowLogCollectorTargetInstanceReference - FlowLogCollectorTargetSubnetReference - FlowLogCollectorTargetVPCReference

type FlowLogCollectorTargetInstanceReference

type FlowLogCollectorTargetInstanceReference struct {
	// The CRN for this virtual server instance.
	CRN *string `json:"crn" validate:"required"`

	// If present, this property indicates the referenced resource has been deleted and provides
	// some supplementary information.
	Deleted *InstanceReferenceDeleted `json:"deleted,omitempty"`

	// The URL for this virtual server instance.
	Href *string `json:"href" validate:"required"`

	// The unique identifier for this virtual server instance.
	ID *string `json:"id" validate:"required"`

	// The user-defined name for this virtual server instance (and default system hostname).
	Name *string `json:"name" validate:"required"`
}

FlowLogCollectorTargetInstanceReference : FlowLogCollectorTargetInstanceReference struct This model "extends" FlowLogCollectorTarget

type FlowLogCollectorTargetIntf

type FlowLogCollectorTargetIntf interface {
	// contains filtered or unexported methods
}

type FlowLogCollectorTargetNetworkInterfaceReferenceTargetContext

type FlowLogCollectorTargetNetworkInterfaceReferenceTargetContext struct {
	// If present, this property indicates the referenced resource has been deleted and provides
	// some supplementary information.
	Deleted *NetworkInterfaceReferenceTargetContextDeleted `json:"deleted,omitempty"`

	// The URL for this network interface.
	Href *string `json:"href" validate:"required"`

	// The unique identifier for this network interface.
	ID *string `json:"id" validate:"required"`

	// The user-defined name for this network interface.
	Name *string `json:"name" validate:"required"`

	// The resource type.
	ResourceType *string `json:"resource_type" validate:"required"`
}

FlowLogCollectorTargetNetworkInterfaceReferenceTargetContext : FlowLogCollectorTargetNetworkInterfaceReferenceTargetContext struct This model "extends" FlowLogCollectorTarget

type FlowLogCollectorTargetPrototype

type FlowLogCollectorTargetPrototype struct {
	// The unique identifier for this network interface.
	ID *string `json:"id,omitempty"`

	// The URL for this network interface.
	Href *string `json:"href,omitempty"`

	// The CRN for this virtual server instance.
	CRN *string `json:"crn,omitempty"`
}

FlowLogCollectorTargetPrototype : The target this collector will collect flow logs for. If the target is an instance, subnet, or VPC, flow logs will not be collected for any network interfaces within the target that are themselves the target of a more specific flow log collector. Models which "extend" this model: - FlowLogCollectorTargetPrototypeNetworkInterfaceIdentity - FlowLogCollectorTargetPrototypeInstanceIdentity - FlowLogCollectorTargetPrototypeSubnetIdentity - FlowLogCollectorTargetPrototypeVPCIdentity

type FlowLogCollectorTargetPrototypeInstanceIdentity

type FlowLogCollectorTargetPrototypeInstanceIdentity struct {
	// The unique identifier for this virtual server instance.
	ID *string `json:"id,omitempty"`

	// The CRN for this virtual server instance.
	CRN *string `json:"crn,omitempty"`

	// The URL for this virtual server instance.
	Href *string `json:"href,omitempty"`
}

FlowLogCollectorTargetPrototypeInstanceIdentity : Identifies a virtual server instance by a unique property. Models which "extend" this model: - FlowLogCollectorTargetPrototypeInstanceIdentityInstanceIdentityByID - FlowLogCollectorTargetPrototypeInstanceIdentityInstanceIdentityByCRN - FlowLogCollectorTargetPrototypeInstanceIdentityInstanceIdentityByHref This model "extends" FlowLogCollectorTargetPrototype

type FlowLogCollectorTargetPrototypeInstanceIdentityInstanceIdentityByCRN

type FlowLogCollectorTargetPrototypeInstanceIdentityInstanceIdentityByCRN struct {
	// The CRN for this virtual server instance.
	CRN *string `json:"crn" validate:"required"`
}

FlowLogCollectorTargetPrototypeInstanceIdentityInstanceIdentityByCRN : FlowLogCollectorTargetPrototypeInstanceIdentityInstanceIdentityByCRN struct This model "extends" FlowLogCollectorTargetPrototypeInstanceIdentity

type FlowLogCollectorTargetPrototypeInstanceIdentityInstanceIdentityByHref

type FlowLogCollectorTargetPrototypeInstanceIdentityInstanceIdentityByHref struct {
	// The URL for this virtual server instance.
	Href *string `json:"href" validate:"required"`
}

FlowLogCollectorTargetPrototypeInstanceIdentityInstanceIdentityByHref : FlowLogCollectorTargetPrototypeInstanceIdentityInstanceIdentityByHref struct This model "extends" FlowLogCollectorTargetPrototypeInstanceIdentity

type FlowLogCollectorTargetPrototypeInstanceIdentityInstanceIdentityByID

type FlowLogCollectorTargetPrototypeInstanceIdentityInstanceIdentityByID struct {
	// The unique identifier for this virtual server instance.
	ID *string `json:"id" validate:"required"`
}

FlowLogCollectorTargetPrototypeInstanceIdentityInstanceIdentityByID : FlowLogCollectorTargetPrototypeInstanceIdentityInstanceIdentityByID struct This model "extends" FlowLogCollectorTargetPrototypeInstanceIdentity

type FlowLogCollectorTargetPrototypeInstanceIdentityIntf

type FlowLogCollectorTargetPrototypeInstanceIdentityIntf interface {
	FlowLogCollectorTargetPrototypeIntf
	// contains filtered or unexported methods
}

type FlowLogCollectorTargetPrototypeIntf

type FlowLogCollectorTargetPrototypeIntf interface {
	// contains filtered or unexported methods
}

type FlowLogCollectorTargetPrototypeNetworkInterfaceIdentity

type FlowLogCollectorTargetPrototypeNetworkInterfaceIdentity struct {
	// The unique identifier for this network interface.
	ID *string `json:"id,omitempty"`

	// The URL for this network interface.
	Href *string `json:"href,omitempty"`
}

FlowLogCollectorTargetPrototypeNetworkInterfaceIdentity : Identifies a network interface by a unique property. Models which "extend" this model: - FlowLogCollectorTargetPrototypeNetworkInterfaceIdentityNetworkInterfaceIdentityNetworkInterfaceIdentityByID - FlowLogCollectorTargetPrototypeNetworkInterfaceIdentityNetworkInterfaceIdentityNetworkInterfaceIdentityByHref This model "extends" FlowLogCollectorTargetPrototype

type FlowLogCollectorTargetPrototypeNetworkInterfaceIdentityIntf

type FlowLogCollectorTargetPrototypeNetworkInterfaceIdentityIntf interface {
	FlowLogCollectorTargetPrototypeIntf
	// contains filtered or unexported methods
}

type FlowLogCollectorTargetPrototypeNetworkInterfaceIdentityNetworkInterfaceIdentityNetworkInterfaceIdentityByHref

type FlowLogCollectorTargetPrototypeNetworkInterfaceIdentityNetworkInterfaceIdentityNetworkInterfaceIdentityByHref struct {
	// The URL for this network interface.
	Href *string `json:"href" validate:"required"`
}

FlowLogCollectorTargetPrototypeNetworkInterfaceIdentityNetworkInterfaceIdentityNetworkInterfaceIdentityByHref : FlowLogCollectorTargetPrototypeNetworkInterfaceIdentityNetworkInterfaceIdentityNetworkInterfaceIdentityByHref struct This model "extends" FlowLogCollectorTargetPrototypeNetworkInterfaceIdentity

type FlowLogCollectorTargetPrototypeNetworkInterfaceIdentityNetworkInterfaceIdentityNetworkInterfaceIdentityByID

type FlowLogCollectorTargetPrototypeNetworkInterfaceIdentityNetworkInterfaceIdentityNetworkInterfaceIdentityByID struct {
	// The unique identifier for this network interface.
	ID *string `json:"id" validate:"required"`
}

FlowLogCollectorTargetPrototypeNetworkInterfaceIdentityNetworkInterfaceIdentityNetworkInterfaceIdentityByID : FlowLogCollectorTargetPrototypeNetworkInterfaceIdentityNetworkInterfaceIdentityNetworkInterfaceIdentityByID struct This model "extends" FlowLogCollectorTargetPrototypeNetworkInterfaceIdentity

type FlowLogCollectorTargetPrototypeSubnetIdentity

type FlowLogCollectorTargetPrototypeSubnetIdentity struct {
	// The unique identifier for this subnet.
	ID *string `json:"id,omitempty"`

	// The CRN for this subnet.
	CRN *string `json:"crn,omitempty"`

	// The URL for this subnet.
	Href *string `json:"href,omitempty"`
}

FlowLogCollectorTargetPrototypeSubnetIdentity : Identifies a subnet by a unique property. Models which "extend" this model: - FlowLogCollectorTargetPrototypeSubnetIdentitySubnetIdentityByID - FlowLogCollectorTargetPrototypeSubnetIdentitySubnetIdentityByCRN - FlowLogCollectorTargetPrototypeSubnetIdentitySubnetIdentityByHref This model "extends" FlowLogCollectorTargetPrototype

type FlowLogCollectorTargetPrototypeSubnetIdentityIntf

type FlowLogCollectorTargetPrototypeSubnetIdentityIntf interface {
	FlowLogCollectorTargetPrototypeIntf
	// contains filtered or unexported methods
}

type FlowLogCollectorTargetPrototypeSubnetIdentitySubnetIdentityByCRN

type FlowLogCollectorTargetPrototypeSubnetIdentitySubnetIdentityByCRN struct {
	// The CRN for this subnet.
	CRN *string `json:"crn" validate:"required"`
}

FlowLogCollectorTargetPrototypeSubnetIdentitySubnetIdentityByCRN : FlowLogCollectorTargetPrototypeSubnetIdentitySubnetIdentityByCRN struct This model "extends" FlowLogCollectorTargetPrototypeSubnetIdentity

type FlowLogCollectorTargetPrototypeSubnetIdentitySubnetIdentityByHref

type FlowLogCollectorTargetPrototypeSubnetIdentitySubnetIdentityByHref struct {
	// The URL for this subnet.
	Href *string `json:"href" validate:"required"`
}

FlowLogCollectorTargetPrototypeSubnetIdentitySubnetIdentityByHref : FlowLogCollectorTargetPrototypeSubnetIdentitySubnetIdentityByHref struct This model "extends" FlowLogCollectorTargetPrototypeSubnetIdentity

type FlowLogCollectorTargetPrototypeSubnetIdentitySubnetIdentityByID

type FlowLogCollectorTargetPrototypeSubnetIdentitySubnetIdentityByID struct {
	// The unique identifier for this subnet.
	ID *string `json:"id" validate:"required"`
}

FlowLogCollectorTargetPrototypeSubnetIdentitySubnetIdentityByID : FlowLogCollectorTargetPrototypeSubnetIdentitySubnetIdentityByID struct This model "extends" FlowLogCollectorTargetPrototypeSubnetIdentity

type FlowLogCollectorTargetPrototypeVPCIdentity

type FlowLogCollectorTargetPrototypeVPCIdentity struct {
	// The unique identifier for this VPC.
	ID *string `json:"id,omitempty"`

	// The CRN for this VPC.
	CRN *string `json:"crn,omitempty"`

	// The URL for this VPC.
	Href *string `json:"href,omitempty"`
}

FlowLogCollectorTargetPrototypeVPCIdentity : Identifies a VPC by a unique property. Models which "extend" this model: - FlowLogCollectorTargetPrototypeVPCIdentityVPCIdentityByID - FlowLogCollectorTargetPrototypeVPCIdentityVPCIdentityByCRN - FlowLogCollectorTargetPrototypeVPCIdentityVPCIdentityByHref This model "extends" FlowLogCollectorTargetPrototype

type FlowLogCollectorTargetPrototypeVPCIdentityIntf

type FlowLogCollectorTargetPrototypeVPCIdentityIntf interface {
	FlowLogCollectorTargetPrototypeIntf
	// contains filtered or unexported methods
}

type FlowLogCollectorTargetPrototypeVPCIdentityVPCIdentityByCRN

type FlowLogCollectorTargetPrototypeVPCIdentityVPCIdentityByCRN struct {
	// The CRN for this VPC.
	CRN *string `json:"crn" validate:"required"`
}

FlowLogCollectorTargetPrototypeVPCIdentityVPCIdentityByCRN : FlowLogCollectorTargetPrototypeVPCIdentityVPCIdentityByCRN struct This model "extends" FlowLogCollectorTargetPrototypeVPCIdentity

type FlowLogCollectorTargetPrototypeVPCIdentityVPCIdentityByHref

type FlowLogCollectorTargetPrototypeVPCIdentityVPCIdentityByHref struct {
	// The URL for this VPC.
	Href *string `json:"href" validate:"required"`
}

FlowLogCollectorTargetPrototypeVPCIdentityVPCIdentityByHref : FlowLogCollectorTargetPrototypeVPCIdentityVPCIdentityByHref struct This model "extends" FlowLogCollectorTargetPrototypeVPCIdentity

type FlowLogCollectorTargetPrototypeVPCIdentityVPCIdentityByID

type FlowLogCollectorTargetPrototypeVPCIdentityVPCIdentityByID struct {
	// The unique identifier for this VPC.
	ID *string `json:"id" validate:"required"`
}

FlowLogCollectorTargetPrototypeVPCIdentityVPCIdentityByID : FlowLogCollectorTargetPrototypeVPCIdentityVPCIdentityByID struct This model "extends" FlowLogCollectorTargetPrototypeVPCIdentity

type FlowLogCollectorTargetSubnetReference

type FlowLogCollectorTargetSubnetReference struct {
	// The CRN for this subnet.
	CRN *string `json:"crn" validate:"required"`

	// If present, this property indicates the referenced resource has been deleted and provides
	// some supplementary information.
	Deleted *SubnetReferenceDeleted `json:"deleted,omitempty"`

	// The URL for this subnet.
	Href *string `json:"href" validate:"required"`

	// The unique identifier for this subnet.
	ID *string `json:"id" validate:"required"`

	// The user-defined name for this subnet.
	Name *string `json:"name" validate:"required"`
}

FlowLogCollectorTargetSubnetReference : FlowLogCollectorTargetSubnetReference struct This model "extends" FlowLogCollectorTarget

type FlowLogCollectorTargetVPCReference

type FlowLogCollectorTargetVPCReference struct {
	// The CRN for this VPC.
	CRN *string `json:"crn" validate:"required"`

	// If present, this property indicates the referenced resource has been deleted and provides
	// some supplementary information.
	Deleted *VPCReferenceDeleted `json:"deleted,omitempty"`

	// The URL for this VPC.
	Href *string `json:"href" validate:"required"`

	// The unique identifier for this VPC.
	ID *string `json:"id" validate:"required"`

	// The unique user-defined name for this VPC.
	Name *string `json:"name" validate:"required"`
}

FlowLogCollectorTargetVPCReference : FlowLogCollectorTargetVPCReference struct This model "extends" FlowLogCollectorTarget

type GenericResourceReferenceDeleted

type GenericResourceReferenceDeleted struct {
	// Link to documentation about deleted resources.
	MoreInfo *string `json:"more_info" validate:"required"`
}

GenericResourceReferenceDeleted : If present, this property indicates the referenced resource has been deleted and provides some supplementary information.

type GetBareMetalServerDiskOptions

type GetBareMetalServerDiskOptions struct {
	// The bare metal server identifier.
	BareMetalServerID *string `json:"bare_metal_server_id" validate:"required,ne="`

	// The bare metal server disk identifier.
	ID *string `json:"id" validate:"required,ne="`

	// Allows users to set headers on API requests
	Headers map[string]string
}

GetBareMetalServerDiskOptions : The GetBareMetalServerDisk options.

func (*GetBareMetalServerDiskOptions) SetBareMetalServerID

func (_options *GetBareMetalServerDiskOptions) SetBareMetalServerID(bareMetalServerID string) *GetBareMetalServerDiskOptions

SetBareMetalServerID : Allow user to set BareMetalServerID

func (*GetBareMetalServerDiskOptions) SetHeaders

SetHeaders : Allow user to set Headers

func (*GetBareMetalServerDiskOptions) SetID

SetID : Allow user to set ID

type GetBareMetalServerInitializationOptions

type GetBareMetalServerInitializationOptions struct {
	// The bare metal server identifier.
	ID *string `json:"id" validate:"required,ne="`

	// Allows users to set headers on API requests
	Headers map[string]string
}

GetBareMetalServerInitializationOptions : The GetBareMetalServerInitialization options.

func (*GetBareMetalServerInitializationOptions) SetHeaders

SetHeaders : Allow user to set Headers

func (*GetBareMetalServerInitializationOptions) SetID

SetID : Allow user to set ID

type GetBareMetalServerNetworkInterfaceFloatingIPOptions

type GetBareMetalServerNetworkInterfaceFloatingIPOptions struct {
	// The bare metal server identifier.
	BareMetalServerID *string `json:"bare_metal_server_id" validate:"required,ne="`

	// The network interface identifier.
	NetworkInterfaceID *string `json:"network_interface_id" validate:"required,ne="`

	// The floating IP identifier.
	ID *string `json:"id" validate:"required,ne="`

	// Allows users to set headers on API requests
	Headers map[string]string
}

GetBareMetalServerNetworkInterfaceFloatingIPOptions : The GetBareMetalServerNetworkInterfaceFloatingIP options.

func (*GetBareMetalServerNetworkInterfaceFloatingIPOptions) SetBareMetalServerID

SetBareMetalServerID : Allow user to set BareMetalServerID

func (*GetBareMetalServerNetworkInterfaceFloatingIPOptions) SetHeaders

SetHeaders : Allow user to set Headers

func (*GetBareMetalServerNetworkInterfaceFloatingIPOptions) SetID

SetID : Allow user to set ID

func (*GetBareMetalServerNetworkInterfaceFloatingIPOptions) SetNetworkInterfaceID

SetNetworkInterfaceID : Allow user to set NetworkInterfaceID

type GetBareMetalServerNetworkInterfaceIPOptions

type GetBareMetalServerNetworkInterfaceIPOptions struct {
	// The bare metal server identifier.
	BareMetalServerID *string `json:"bare_metal_server_id" validate:"required,ne="`

	// The network interface identifier.
	NetworkInterfaceID *string `json:"network_interface_id" validate:"required,ne="`

	// The reserved IP identifier.
	ID *string `json:"id" validate:"required,ne="`

	// Allows users to set headers on API requests
	Headers map[string]string
}

GetBareMetalServerNetworkInterfaceIPOptions : The GetBareMetalServerNetworkInterfaceIP options.

func (*GetBareMetalServerNetworkInterfaceIPOptions) SetBareMetalServerID

func (_options *GetBareMetalServerNetworkInterfaceIPOptions) SetBareMetalServerID(bareMetalServerID string) *GetBareMetalServerNetworkInterfaceIPOptions

SetBareMetalServerID : Allow user to set BareMetalServerID

func (*GetBareMetalServerNetworkInterfaceIPOptions) SetHeaders

SetHeaders : Allow user to set Headers

func (*GetBareMetalServerNetworkInterfaceIPOptions) SetID

SetID : Allow user to set ID

func (*GetBareMetalServerNetworkInterfaceIPOptions) SetNetworkInterfaceID

func (_options *GetBareMetalServerNetworkInterfaceIPOptions) SetNetworkInterfaceID(networkInterfaceID string) *GetBareMetalServerNetworkInterfaceIPOptions

SetNetworkInterfaceID : Allow user to set NetworkInterfaceID

type GetBareMetalServerNetworkInterfaceOptions

type GetBareMetalServerNetworkInterfaceOptions struct {
	// The bare metal server identifier.
	BareMetalServerID *string `json:"bare_metal_server_id" validate:"required,ne="`

	// The network interface identifier.
	ID *string `json:"id" validate:"required,ne="`

	// Allows users to set headers on API requests
	Headers map[string]string
}

GetBareMetalServerNetworkInterfaceOptions : The GetBareMetalServerNetworkInterface options.

func (*GetBareMetalServerNetworkInterfaceOptions) SetBareMetalServerID

func (_options *GetBareMetalServerNetworkInterfaceOptions) SetBareMetalServerID(bareMetalServerID string) *GetBareMetalServerNetworkInterfaceOptions

SetBareMetalServerID : Allow user to set BareMetalServerID

func (*GetBareMetalServerNetworkInterfaceOptions) SetHeaders

SetHeaders : Allow user to set Headers

func (*GetBareMetalServerNetworkInterfaceOptions) SetID

SetID : Allow user to set ID

type GetBareMetalServerOptions

type GetBareMetalServerOptions struct {
	// The bare metal server identifier.
	ID *string `json:"id" validate:"required,ne="`

	// Allows users to set headers on API requests
	Headers map[string]string
}

GetBareMetalServerOptions : The GetBareMetalServer options.

func (*GetBareMetalServerOptions) SetHeaders

func (options *GetBareMetalServerOptions) SetHeaders(param map[string]string) *GetBareMetalServerOptions

SetHeaders : Allow user to set Headers

func (*GetBareMetalServerOptions) SetID

SetID : Allow user to set ID

type GetBareMetalServerProfileOptions

type GetBareMetalServerProfileOptions struct {
	// The bare metal server profile name.
	Name *string `json:"name" validate:"required,ne="`

	// Allows users to set headers on API requests
	Headers map[string]string
}

GetBareMetalServerProfileOptions : The GetBareMetalServerProfile options.

func (*GetBareMetalServerProfileOptions) SetHeaders

SetHeaders : Allow user to set Headers

func (*GetBareMetalServerProfileOptions) SetName

SetName : Allow user to set Name

type GetDedicatedHostDiskOptions

type GetDedicatedHostDiskOptions struct {
	// The dedicated host identifier.
	DedicatedHostID *string `json:"dedicated_host_id" validate:"required,ne="`

	// The dedicated host disk identifier.
	ID *string `json:"id" validate:"required,ne="`

	// Allows users to set headers on API requests
	Headers map[string]string
}

GetDedicatedHostDiskOptions : The GetDedicatedHostDisk options.

func (*GetDedicatedHostDiskOptions) SetDedicatedHostID

func (_options *GetDedicatedHostDiskOptions) SetDedicatedHostID(dedicatedHostID string) *GetDedicatedHostDiskOptions

SetDedicatedHostID : Allow user to set DedicatedHostID

func (*GetDedicatedHostDiskOptions) SetHeaders

func (options *GetDedicatedHostDiskOptions) SetHeaders(param map[string]string) *GetDedicatedHostDiskOptions

SetHeaders : Allow user to set Headers

func (*GetDedicatedHostDiskOptions) SetID

SetID : Allow user to set ID

type GetDedicatedHostGroupOptions

type GetDedicatedHostGroupOptions struct {
	// The dedicated host group identifier.
	ID *string `json:"id" validate:"required,ne="`

	// Allows users to set headers on API requests
	Headers map[string]string
}

GetDedicatedHostGroupOptions : The GetDedicatedHostGroup options.

func (*GetDedicatedHostGroupOptions) SetHeaders

SetHeaders : Allow user to set Headers

func (*GetDedicatedHostGroupOptions) SetID

SetID : Allow user to set ID

type GetDedicatedHostOptions

type GetDedicatedHostOptions struct {
	// The dedicated host identifier.
	ID *string `json:"id" validate:"required,ne="`

	// Allows users to set headers on API requests
	Headers map[string]string
}

GetDedicatedHostOptions : The GetDedicatedHost options.

func (*GetDedicatedHostOptions) SetHeaders

func (options *GetDedicatedHostOptions) SetHeaders(param map[string]string) *GetDedicatedHostOptions

SetHeaders : Allow user to set Headers

func (*GetDedicatedHostOptions) SetID

SetID : Allow user to set ID

type GetDedicatedHostProfileOptions

type GetDedicatedHostProfileOptions struct {
	// The dedicated host profile name.
	Name *string `json:"name" validate:"required,ne="`

	// Allows users to set headers on API requests
	Headers map[string]string
}

GetDedicatedHostProfileOptions : The GetDedicatedHostProfile options.

func (*GetDedicatedHostProfileOptions) SetHeaders

SetHeaders : Allow user to set Headers

func (*GetDedicatedHostProfileOptions) SetName

SetName : Allow user to set Name

type GetEndpointGatewayIPOptions

type GetEndpointGatewayIPOptions struct {
	// The endpoint gateway identifier.
	EndpointGatewayID *string `json:"endpoint_gateway_id" validate:"required,ne="`

	// The reserved IP identifier.
	ID *string `json:"id" validate:"required,ne="`

	// Allows users to set headers on API requests
	Headers map[string]string
}

GetEndpointGatewayIPOptions : The GetEndpointGatewayIP options.

func (*GetEndpointGatewayIPOptions) SetEndpointGatewayID

func (_options *GetEndpointGatewayIPOptions) SetEndpointGatewayID(endpointGatewayID string) *GetEndpointGatewayIPOptions

SetEndpointGatewayID : Allow user to set EndpointGatewayID

func (*GetEndpointGatewayIPOptions) SetHeaders

func (options *GetEndpointGatewayIPOptions) SetHeaders(param map[string]string) *GetEndpointGatewayIPOptions

SetHeaders : Allow user to set Headers

func (*GetEndpointGatewayIPOptions) SetID

SetID : Allow user to set ID

type GetEndpointGatewayOptions

type GetEndpointGatewayOptions struct {
	// The endpoint gateway identifier.
	ID *string `json:"id" validate:"required,ne="`

	// Allows users to set headers on API requests
	Headers map[string]string
}

GetEndpointGatewayOptions : The GetEndpointGateway options.

func (*GetEndpointGatewayOptions) SetHeaders

func (options *GetEndpointGatewayOptions) SetHeaders(param map[string]string) *GetEndpointGatewayOptions

SetHeaders : Allow user to set Headers

func (*GetEndpointGatewayOptions) SetID

SetID : Allow user to set ID

type GetFloatingIPOptions

type GetFloatingIPOptions struct {
	// The floating IP identifier.
	ID *string `json:"id" validate:"required,ne="`

	// Allows users to set headers on API requests
	Headers map[string]string
}

GetFloatingIPOptions : The GetFloatingIP options.

func (*GetFloatingIPOptions) SetHeaders

func (options *GetFloatingIPOptions) SetHeaders(param map[string]string) *GetFloatingIPOptions

SetHeaders : Allow user to set Headers

func (*GetFloatingIPOptions) SetID

func (_options *GetFloatingIPOptions) SetID(id string) *GetFloatingIPOptions

SetID : Allow user to set ID

type GetFlowLogCollectorOptions

type GetFlowLogCollectorOptions struct {
	// The flow log collector identifier.
	ID *string `json:"id" validate:"required,ne="`

	// Allows users to set headers on API requests
	Headers map[string]string
}

GetFlowLogCollectorOptions : The GetFlowLogCollector options.

func (*GetFlowLogCollectorOptions) SetHeaders

func (options *GetFlowLogCollectorOptions) SetHeaders(param map[string]string) *GetFlowLogCollectorOptions

SetHeaders : Allow user to set Headers

func (*GetFlowLogCollectorOptions) SetID

SetID : Allow user to set ID

type GetIkePolicyOptions

type GetIkePolicyOptions struct {
	// The IKE policy identifier.
	ID *string `json:"id" validate:"required,ne="`

	// Allows users to set headers on API requests
	Headers map[string]string
}

GetIkePolicyOptions : The GetIkePolicy options.

func (*GetIkePolicyOptions) SetHeaders

func (options *GetIkePolicyOptions) SetHeaders(param map[string]string) *GetIkePolicyOptions

SetHeaders : Allow user to set Headers

func (*GetIkePolicyOptions) SetID

func (_options *GetIkePolicyOptions) SetID(id string) *GetIkePolicyOptions

SetID : Allow user to set ID

type GetImageOptions

type GetImageOptions struct {
	// The image identifier.
	ID *string `json:"id" validate:"required,ne="`

	// Allows users to set headers on API requests
	Headers map[string]string
}

GetImageOptions : The GetImage options.

func (*GetImageOptions) SetHeaders

func (options *GetImageOptions) SetHeaders(param map[string]string) *GetImageOptions

SetHeaders : Allow user to set Headers

func (*GetImageOptions) SetID

func (_options *GetImageOptions) SetID(id string) *GetImageOptions

SetID : Allow user to set ID

type GetInstanceDiskOptions

type GetInstanceDiskOptions struct {
	// The instance identifier.
	InstanceID *string `json:"instance_id" validate:"required,ne="`

	// The instance disk identifier.
	ID *string `json:"id" validate:"required,ne="`

	// Allows users to set headers on API requests
	Headers map[string]string
}

GetInstanceDiskOptions : The GetInstanceDisk options.

func (*GetInstanceDiskOptions) SetHeaders

func (options *GetInstanceDiskOptions) SetHeaders(param map[string]string) *GetInstanceDiskOptions

SetHeaders : Allow user to set Headers

func (*GetInstanceDiskOptions) SetID

SetID : Allow user to set ID

func (*GetInstanceDiskOptions) SetInstanceID

func (_options *GetInstanceDiskOptions) SetInstanceID(instanceID string) *GetInstanceDiskOptions

SetInstanceID : Allow user to set InstanceID

type GetInstanceGroupManagerActionOptions

type GetInstanceGroupManagerActionOptions struct {
	// The instance group identifier.
	InstanceGroupID *string `json:"instance_group_id" validate:"required,ne="`

	// The instance group manager identifier.
	InstanceGroupManagerID *string `json:"instance_group_manager_id" validate:"required,ne="`

	// The instance group manager action identifier.
	ID *string `json:"id" validate:"required,ne="`

	// Allows users to set headers on API requests
	Headers map[string]string
}

GetInstanceGroupManagerActionOptions : The GetInstanceGroupManagerAction options.

func (*GetInstanceGroupManagerActionOptions) SetHeaders

SetHeaders : Allow user to set Headers

func (*GetInstanceGroupManagerActionOptions) SetID

SetID : Allow user to set ID

func (*GetInstanceGroupManagerActionOptions) SetInstanceGroupID

func (_options *GetInstanceGroupManagerActionOptions) SetInstanceGroupID(instanceGroupID string) *GetInstanceGroupManagerActionOptions

SetInstanceGroupID : Allow user to set InstanceGroupID

func (*GetInstanceGroupManagerActionOptions) SetInstanceGroupManagerID

func (_options *GetInstanceGroupManagerActionOptions) SetInstanceGroupManagerID(instanceGroupManagerID string) *GetInstanceGroupManagerActionOptions

SetInstanceGroupManagerID : Allow user to set InstanceGroupManagerID

type GetInstanceGroupManagerOptions

type GetInstanceGroupManagerOptions struct {
	// The instance group identifier.
	InstanceGroupID *string `json:"instance_group_id" validate:"required,ne="`

	// The instance group manager identifier.
	ID *string `json:"id" validate:"required,ne="`

	// Allows users to set headers on API requests
	Headers map[string]string
}

GetInstanceGroupManagerOptions : The GetInstanceGroupManager options.

func (*GetInstanceGroupManagerOptions) SetHeaders

SetHeaders : Allow user to set Headers

func (*GetInstanceGroupManagerOptions) SetID

SetID : Allow user to set ID

func (*GetInstanceGroupManagerOptions) SetInstanceGroupID

func (_options *GetInstanceGroupManagerOptions) SetInstanceGroupID(instanceGroupID string) *GetInstanceGroupManagerOptions

SetInstanceGroupID : Allow user to set InstanceGroupID

type GetInstanceGroupManagerPolicyOptions

type GetInstanceGroupManagerPolicyOptions struct {
	// The instance group identifier.
	InstanceGroupID *string `json:"instance_group_id" validate:"required,ne="`

	// The instance group manager identifier.
	InstanceGroupManagerID *string `json:"instance_group_manager_id" validate:"required,ne="`

	// The instance group manager policy identifier.
	ID *string `json:"id" validate:"required,ne="`

	// Allows users to set headers on API requests
	Headers map[string]string
}

GetInstanceGroupManagerPolicyOptions : The GetInstanceGroupManagerPolicy options.

func (*GetInstanceGroupManagerPolicyOptions) SetHeaders

SetHeaders : Allow user to set Headers

func (*GetInstanceGroupManagerPolicyOptions) SetID

SetID : Allow user to set ID

func (*GetInstanceGroupManagerPolicyOptions) SetInstanceGroupID

func (_options *GetInstanceGroupManagerPolicyOptions) SetInstanceGroupID(instanceGroupID string) *GetInstanceGroupManagerPolicyOptions

SetInstanceGroupID : Allow user to set InstanceGroupID

func (*GetInstanceGroupManagerPolicyOptions) SetInstanceGroupManagerID

func (_options *GetInstanceGroupManagerPolicyOptions) SetInstanceGroupManagerID(instanceGroupManagerID string) *GetInstanceGroupManagerPolicyOptions

SetInstanceGroupManagerID : Allow user to set InstanceGroupManagerID

type GetInstanceGroupMembershipOptions

type GetInstanceGroupMembershipOptions struct {
	// The instance group identifier.
	InstanceGroupID *string `json:"instance_group_id" validate:"required,ne="`

	// The instance group membership identifier.
	ID *string `json:"id" validate:"required,ne="`

	// Allows users to set headers on API requests
	Headers map[string]string
}

GetInstanceGroupMembershipOptions : The GetInstanceGroupMembership options.

func (*GetInstanceGroupMembershipOptions) SetHeaders

SetHeaders : Allow user to set Headers

func (*GetInstanceGroupMembershipOptions) SetID

SetID : Allow user to set ID

func (*GetInstanceGroupMembershipOptions) SetInstanceGroupID

func (_options *GetInstanceGroupMembershipOptions) SetInstanceGroupID(instanceGroupID string) *GetInstanceGroupMembershipOptions

SetInstanceGroupID : Allow user to set InstanceGroupID

type GetInstanceGroupOptions

type GetInstanceGroupOptions struct {
	// The instance group identifier.
	ID *string `json:"id" validate:"required,ne="`

	// Allows users to set headers on API requests
	Headers map[string]string
}

GetInstanceGroupOptions : The GetInstanceGroup options.

func (*GetInstanceGroupOptions) SetHeaders

func (options *GetInstanceGroupOptions) SetHeaders(param map[string]string) *GetInstanceGroupOptions

SetHeaders : Allow user to set Headers

func (*GetInstanceGroupOptions) SetID

SetID : Allow user to set ID

type GetInstanceInitializationOptions

type GetInstanceInitializationOptions struct {
	// The instance identifier.
	ID *string `json:"id" validate:"required,ne="`

	// Allows users to set headers on API requests
	Headers map[string]string
}

GetInstanceInitializationOptions : The GetInstanceInitialization options.

func (*GetInstanceInitializationOptions) SetHeaders

SetHeaders : Allow user to set Headers

func (*GetInstanceInitializationOptions) SetID

SetID : Allow user to set ID

type GetInstanceNetworkInterfaceFloatingIPOptions

type GetInstanceNetworkInterfaceFloatingIPOptions struct {
	// The instance identifier.
	InstanceID *string `json:"instance_id" validate:"required,ne="`

	// The network interface identifier.
	NetworkInterfaceID *string `json:"network_interface_id" validate:"required,ne="`

	// The floating IP identifier.
	ID *string `json:"id" validate:"required,ne="`

	// Allows users to set headers on API requests
	Headers map[string]string
}

GetInstanceNetworkInterfaceFloatingIPOptions : The GetInstanceNetworkInterfaceFloatingIP options.

func (*GetInstanceNetworkInterfaceFloatingIPOptions) SetHeaders

SetHeaders : Allow user to set Headers

func (*GetInstanceNetworkInterfaceFloatingIPOptions) SetID

SetID : Allow user to set ID

func (*GetInstanceNetworkInterfaceFloatingIPOptions) SetInstanceID

SetInstanceID : Allow user to set InstanceID

func (*GetInstanceNetworkInterfaceFloatingIPOptions) SetNetworkInterfaceID

func (_options *GetInstanceNetworkInterfaceFloatingIPOptions) SetNetworkInterfaceID(networkInterfaceID string) *GetInstanceNetworkInterfaceFloatingIPOptions

SetNetworkInterfaceID : Allow user to set NetworkInterfaceID

type GetInstanceNetworkInterfaceIPOptions

type GetInstanceNetworkInterfaceIPOptions struct {
	// The instance identifier.
	InstanceID *string `json:"instance_id" validate:"required,ne="`

	// The network interface identifier.
	NetworkInterfaceID *string `json:"network_interface_id" validate:"required,ne="`

	// The reserved IP identifier.
	ID *string `json:"id" validate:"required,ne="`

	// Allows users to set headers on API requests
	Headers map[string]string
}

GetInstanceNetworkInterfaceIPOptions : The GetInstanceNetworkInterfaceIP options.

func (*GetInstanceNetworkInterfaceIPOptions) SetHeaders

SetHeaders : Allow user to set Headers

func (*GetInstanceNetworkInterfaceIPOptions) SetID

SetID : Allow user to set ID

func (*GetInstanceNetworkInterfaceIPOptions) SetInstanceID

SetInstanceID : Allow user to set InstanceID

func (*GetInstanceNetworkInterfaceIPOptions) SetNetworkInterfaceID

func (_options *GetInstanceNetworkInterfaceIPOptions) SetNetworkInterfaceID(networkInterfaceID string) *GetInstanceNetworkInterfaceIPOptions

SetNetworkInterfaceID : Allow user to set NetworkInterfaceID

type GetInstanceNetworkInterfaceOptions

type GetInstanceNetworkInterfaceOptions struct {
	// The instance identifier.
	InstanceID *string `json:"instance_id" validate:"required,ne="`

	// The network interface identifier.
	ID *string `json:"id" validate:"required,ne="`

	// Allows users to set headers on API requests
	Headers map[string]string
}

GetInstanceNetworkInterfaceOptions : The GetInstanceNetworkInterface options.

func (*GetInstanceNetworkInterfaceOptions) SetHeaders

SetHeaders : Allow user to set Headers

func (*GetInstanceNetworkInterfaceOptions) SetID

SetID : Allow user to set ID

func (*GetInstanceNetworkInterfaceOptions) SetInstanceID

SetInstanceID : Allow user to set InstanceID

type GetInstanceOptions

type GetInstanceOptions struct {
	// The instance identifier.
	ID *string `json:"id" validate:"required,ne="`

	// Allows users to set headers on API requests
	Headers map[string]string
}

GetInstanceOptions : The GetInstance options.

func (*GetInstanceOptions) SetHeaders

func (options *GetInstanceOptions) SetHeaders(param map[string]string) *GetInstanceOptions

SetHeaders : Allow user to set Headers

func (*GetInstanceOptions) SetID

func (_options *GetInstanceOptions) SetID(id string) *GetInstanceOptions

SetID : Allow user to set ID

type GetInstanceProfileOptions

type GetInstanceProfileOptions struct {
	// The instance profile name.
	Name *string `json:"name" validate:"required,ne="`

	// Allows users to set headers on API requests
	Headers map[string]string
}

GetInstanceProfileOptions : The GetInstanceProfile options.

func (*GetInstanceProfileOptions) SetHeaders

func (options *GetInstanceProfileOptions) SetHeaders(param map[string]string) *GetInstanceProfileOptions

SetHeaders : Allow user to set Headers

func (*GetInstanceProfileOptions) SetName

SetName : Allow user to set Name

type GetInstanceTemplateOptions

type GetInstanceTemplateOptions struct {
	// The instance template identifier.
	ID *string `json:"id" validate:"required,ne="`

	// Allows users to set headers on API requests
	Headers map[string]string
}

GetInstanceTemplateOptions : The GetInstanceTemplate options.

func (*GetInstanceTemplateOptions) SetHeaders

func (options *GetInstanceTemplateOptions) SetHeaders(param map[string]string) *GetInstanceTemplateOptions

SetHeaders : Allow user to set Headers

func (*GetInstanceTemplateOptions) SetID

SetID : Allow user to set ID

type GetInstanceVolumeAttachmentOptions

type GetInstanceVolumeAttachmentOptions struct {
	// The instance identifier.
	InstanceID *string `json:"instance_id" validate:"required,ne="`

	// The volume attachment identifier.
	ID *string `json:"id" validate:"required,ne="`

	// Allows users to set headers on API requests
	Headers map[string]string
}

GetInstanceVolumeAttachmentOptions : The GetInstanceVolumeAttachment options.

func (*GetInstanceVolumeAttachmentOptions) SetHeaders

SetHeaders : Allow user to set Headers

func (*GetInstanceVolumeAttachmentOptions) SetID

SetID : Allow user to set ID

func (*GetInstanceVolumeAttachmentOptions) SetInstanceID

SetInstanceID : Allow user to set InstanceID

type GetIpsecPolicyOptions

type GetIpsecPolicyOptions struct {
	// The IPsec policy identifier.
	ID *string `json:"id" validate:"required,ne="`

	// Allows users to set headers on API requests
	Headers map[string]string
}

GetIpsecPolicyOptions : The GetIpsecPolicy options.

func (*GetIpsecPolicyOptions) SetHeaders

func (options *GetIpsecPolicyOptions) SetHeaders(param map[string]string) *GetIpsecPolicyOptions

SetHeaders : Allow user to set Headers

func (*GetIpsecPolicyOptions) SetID

func (_options *GetIpsecPolicyOptions) SetID(id string) *GetIpsecPolicyOptions

SetID : Allow user to set ID

type GetKeyOptions

type GetKeyOptions struct {
	// The key identifier.
	ID *string `json:"id" validate:"required,ne="`

	// Allows users to set headers on API requests
	Headers map[string]string
}

GetKeyOptions : The GetKey options.

func (*GetKeyOptions) SetHeaders

func (options *GetKeyOptions) SetHeaders(param map[string]string) *GetKeyOptions

SetHeaders : Allow user to set Headers

func (*GetKeyOptions) SetID

func (_options *GetKeyOptions) SetID(id string) *GetKeyOptions

SetID : Allow user to set ID

type GetLoadBalancerListenerOptions

type GetLoadBalancerListenerOptions struct {
	// The load balancer identifier.
	LoadBalancerID *string `json:"load_balancer_id" validate:"required,ne="`

	// The listener identifier.
	ID *string `json:"id" validate:"required,ne="`

	// Allows users to set headers on API requests
	Headers map[string]string
}

GetLoadBalancerListenerOptions : The GetLoadBalancerListener options.

func (*GetLoadBalancerListenerOptions) SetHeaders

SetHeaders : Allow user to set Headers

func (*GetLoadBalancerListenerOptions) SetID

SetID : Allow user to set ID

func (*GetLoadBalancerListenerOptions) SetLoadBalancerID

func (_options *GetLoadBalancerListenerOptions) SetLoadBalancerID(loadBalancerID string) *GetLoadBalancerListenerOptions

SetLoadBalancerID : Allow user to set LoadBalancerID

type GetLoadBalancerListenerPolicyOptions

type GetLoadBalancerListenerPolicyOptions struct {
	// The load balancer identifier.
	LoadBalancerID *string `json:"load_balancer_id" validate:"required,ne="`

	// The listener identifier.
	ListenerID *string `json:"listener_id" validate:"required,ne="`

	// The policy identifier.
	ID *string `json:"id" validate:"required,ne="`

	// Allows users to set headers on API requests
	Headers map[string]string
}

GetLoadBalancerListenerPolicyOptions : The GetLoadBalancerListenerPolicy options.

func (*GetLoadBalancerListenerPolicyOptions) SetHeaders

SetHeaders : Allow user to set Headers

func (*GetLoadBalancerListenerPolicyOptions) SetID

SetID : Allow user to set ID

func (*GetLoadBalancerListenerPolicyOptions) SetListenerID

SetListenerID : Allow user to set ListenerID

func (*GetLoadBalancerListenerPolicyOptions) SetLoadBalancerID

func (_options *GetLoadBalancerListenerPolicyOptions) SetLoadBalancerID(loadBalancerID string) *GetLoadBalancerListenerPolicyOptions

SetLoadBalancerID : Allow user to set LoadBalancerID

type GetLoadBalancerListenerPolicyRuleOptions

type GetLoadBalancerListenerPolicyRuleOptions struct {
	// The load balancer identifier.
	LoadBalancerID *string `json:"load_balancer_id" validate:"required,ne="`

	// The listener identifier.
	ListenerID *string `json:"listener_id" validate:"required,ne="`

	// The policy identifier.
	PolicyID *string `json:"policy_id" validate:"required,ne="`

	// The rule identifier.
	ID *string `json:"id" validate:"required,ne="`

	// Allows users to set headers on API requests
	Headers map[string]string
}

GetLoadBalancerListenerPolicyRuleOptions : The GetLoadBalancerListenerPolicyRule options.

func (*GetLoadBalancerListenerPolicyRuleOptions) SetHeaders

SetHeaders : Allow user to set Headers

func (*GetLoadBalancerListenerPolicyRuleOptions) SetID

SetID : Allow user to set ID

func (*GetLoadBalancerListenerPolicyRuleOptions) SetListenerID

SetListenerID : Allow user to set ListenerID

func (*GetLoadBalancerListenerPolicyRuleOptions) SetLoadBalancerID

SetLoadBalancerID : Allow user to set LoadBalancerID

func (*GetLoadBalancerListenerPolicyRuleOptions) SetPolicyID

SetPolicyID : Allow user to set PolicyID

type GetLoadBalancerOptions

type GetLoadBalancerOptions struct {
	// The load balancer identifier.
	ID *string `json:"id" validate:"required,ne="`

	// Allows users to set headers on API requests
	Headers map[string]string
}

GetLoadBalancerOptions : The GetLoadBalancer options.

func (*GetLoadBalancerOptions) SetHeaders

func (options *GetLoadBalancerOptions) SetHeaders(param map[string]string) *GetLoadBalancerOptions

SetHeaders : Allow user to set Headers

func (*GetLoadBalancerOptions) SetID

SetID : Allow user to set ID

type GetLoadBalancerPoolMemberOptions

type GetLoadBalancerPoolMemberOptions struct {
	// The load balancer identifier.
	LoadBalancerID *string `json:"load_balancer_id" validate:"required,ne="`

	// The pool identifier.
	PoolID *string `json:"pool_id" validate:"required,ne="`

	// The member identifier.
	ID *string `json:"id" validate:"required,ne="`

	// Allows users to set headers on API requests
	Headers map[string]string
}

GetLoadBalancerPoolMemberOptions : The GetLoadBalancerPoolMember options.

func (*GetLoadBalancerPoolMemberOptions) SetHeaders

SetHeaders : Allow user to set Headers

func (*GetLoadBalancerPoolMemberOptions) SetID

SetID : Allow user to set ID

func (*GetLoadBalancerPoolMemberOptions) SetLoadBalancerID

func (_options *GetLoadBalancerPoolMemberOptions) SetLoadBalancerID(loadBalancerID string) *GetLoadBalancerPoolMemberOptions

SetLoadBalancerID : Allow user to set LoadBalancerID

func (*GetLoadBalancerPoolMemberOptions) SetPoolID

SetPoolID : Allow user to set PoolID

type GetLoadBalancerPoolOptions

type GetLoadBalancerPoolOptions struct {
	// The load balancer identifier.
	LoadBalancerID *string `json:"load_balancer_id" validate:"required,ne="`

	// The pool identifier.
	ID *string `json:"id" validate:"required,ne="`

	// Allows users to set headers on API requests
	Headers map[string]string
}

GetLoadBalancerPoolOptions : The GetLoadBalancerPool options.

func (*GetLoadBalancerPoolOptions) SetHeaders

func (options *GetLoadBalancerPoolOptions) SetHeaders(param map[string]string) *GetLoadBalancerPoolOptions

SetHeaders : Allow user to set Headers

func (*GetLoadBalancerPoolOptions) SetID

SetID : Allow user to set ID

func (*GetLoadBalancerPoolOptions) SetLoadBalancerID

func (_options *GetLoadBalancerPoolOptions) SetLoadBalancerID(loadBalancerID string) *GetLoadBalancerPoolOptions

SetLoadBalancerID : Allow user to set LoadBalancerID

type GetLoadBalancerProfileOptions

type GetLoadBalancerProfileOptions struct {
	// The load balancer profile name.
	Name *string `json:"name" validate:"required,ne="`

	// Allows users to set headers on API requests
	Headers map[string]string
}

GetLoadBalancerProfileOptions : The GetLoadBalancerProfile options.

func (*GetLoadBalancerProfileOptions) SetHeaders

SetHeaders : Allow user to set Headers

func (*GetLoadBalancerProfileOptions) SetName

SetName : Allow user to set Name

type GetLoadBalancerStatisticsOptions

type GetLoadBalancerStatisticsOptions struct {
	// The load balancer identifier.
	ID *string `json:"id" validate:"required,ne="`

	// Allows users to set headers on API requests
	Headers map[string]string
}

GetLoadBalancerStatisticsOptions : The GetLoadBalancerStatistics options.

func (*GetLoadBalancerStatisticsOptions) SetHeaders

SetHeaders : Allow user to set Headers

func (*GetLoadBalancerStatisticsOptions) SetID

SetID : Allow user to set ID

type GetNetworkACLOptions

type GetNetworkACLOptions struct {
	// The network ACL identifier.
	ID *string `json:"id" validate:"required,ne="`

	// Allows users to set headers on API requests
	Headers map[string]string
}

GetNetworkACLOptions : The GetNetworkACL options.

func (*GetNetworkACLOptions) SetHeaders

func (options *GetNetworkACLOptions) SetHeaders(param map[string]string) *GetNetworkACLOptions

SetHeaders : Allow user to set Headers

func (*GetNetworkACLOptions) SetID

func (_options *GetNetworkACLOptions) SetID(id string) *GetNetworkACLOptions

SetID : Allow user to set ID

type GetNetworkACLRuleOptions

type GetNetworkACLRuleOptions struct {
	// The network ACL identifier.
	NetworkACLID *string `json:"network_acl_id" validate:"required,ne="`

	// The rule identifier.
	ID *string `json:"id" validate:"required,ne="`

	// Allows users to set headers on API requests
	Headers map[string]string
}

GetNetworkACLRuleOptions : The GetNetworkACLRule options.

func (*GetNetworkACLRuleOptions) SetHeaders

func (options *GetNetworkACLRuleOptions) SetHeaders(param map[string]string) *GetNetworkACLRuleOptions

SetHeaders : Allow user to set Headers

func (*GetNetworkACLRuleOptions) SetID

SetID : Allow user to set ID

func (*GetNetworkACLRuleOptions) SetNetworkACLID

func (_options *GetNetworkACLRuleOptions) SetNetworkACLID(networkACLID string) *GetNetworkACLRuleOptions

SetNetworkACLID : Allow user to set NetworkACLID

type GetOperatingSystemOptions

type GetOperatingSystemOptions struct {
	// The operating system name.
	Name *string `json:"name" validate:"required,ne="`

	// Allows users to set headers on API requests
	Headers map[string]string
}

GetOperatingSystemOptions : The GetOperatingSystem options.

func (*GetOperatingSystemOptions) SetHeaders

func (options *GetOperatingSystemOptions) SetHeaders(param map[string]string) *GetOperatingSystemOptions

SetHeaders : Allow user to set Headers

func (*GetOperatingSystemOptions) SetName

SetName : Allow user to set Name

type GetPlacementGroupOptions

type GetPlacementGroupOptions struct {
	// The placement group identifier.
	ID *string `json:"id" validate:"required,ne="`

	// Allows users to set headers on API requests
	Headers map[string]string
}

GetPlacementGroupOptions : The GetPlacementGroup options.

func (*GetPlacementGroupOptions) SetHeaders

func (options *GetPlacementGroupOptions) SetHeaders(param map[string]string) *GetPlacementGroupOptions

SetHeaders : Allow user to set Headers

func (*GetPlacementGroupOptions) SetID

SetID : Allow user to set ID

type GetPublicGatewayOptions

type GetPublicGatewayOptions struct {
	// The public gateway identifier.
	ID *string `json:"id" validate:"required,ne="`

	// Allows users to set headers on API requests
	Headers map[string]string
}

GetPublicGatewayOptions : The GetPublicGateway options.

func (*GetPublicGatewayOptions) SetHeaders

func (options *GetPublicGatewayOptions) SetHeaders(param map[string]string) *GetPublicGatewayOptions

SetHeaders : Allow user to set Headers

func (*GetPublicGatewayOptions) SetID

SetID : Allow user to set ID

type GetRegionOptions

type GetRegionOptions struct {
	// The region name.
	Name *string `json:"name" validate:"required,ne="`

	// Allows users to set headers on API requests
	Headers map[string]string
}

GetRegionOptions : The GetRegion options.

func (*GetRegionOptions) SetHeaders

func (options *GetRegionOptions) SetHeaders(param map[string]string) *GetRegionOptions

SetHeaders : Allow user to set Headers

func (*GetRegionOptions) SetName

func (_options *GetRegionOptions) SetName(name string) *GetRegionOptions

SetName : Allow user to set Name

type GetRegionZoneOptions

type GetRegionZoneOptions struct {
	// The region name.
	RegionName *string `json:"region_name" validate:"required,ne="`

	// The zone name.
	Name *string `json:"name" validate:"required,ne="`

	// Allows users to set headers on API requests
	Headers map[string]string
}

GetRegionZoneOptions : The GetRegionZone options.

func (*GetRegionZoneOptions) SetHeaders

func (options *GetRegionZoneOptions) SetHeaders(param map[string]string) *GetRegionZoneOptions

SetHeaders : Allow user to set Headers

func (*GetRegionZoneOptions) SetName

func (_options *GetRegionZoneOptions) SetName(name string) *GetRegionZoneOptions

SetName : Allow user to set Name

func (*GetRegionZoneOptions) SetRegionName

func (_options *GetRegionZoneOptions) SetRegionName(regionName string) *GetRegionZoneOptions

SetRegionName : Allow user to set RegionName

type GetSecurityGroupOptions

type GetSecurityGroupOptions struct {
	// The security group identifier.
	ID *string `json:"id" validate:"required,ne="`

	// Allows users to set headers on API requests
	Headers map[string]string
}

GetSecurityGroupOptions : The GetSecurityGroup options.

func (*GetSecurityGroupOptions) SetHeaders

func (options *GetSecurityGroupOptions) SetHeaders(param map[string]string) *GetSecurityGroupOptions

SetHeaders : Allow user to set Headers

func (*GetSecurityGroupOptions) SetID

SetID : Allow user to set ID

type GetSecurityGroupRuleOptions

type GetSecurityGroupRuleOptions struct {
	// The security group identifier.
	SecurityGroupID *string `json:"security_group_id" validate:"required,ne="`

	// The rule identifier.
	ID *string `json:"id" validate:"required,ne="`

	// Allows users to set headers on API requests
	Headers map[string]string
}

GetSecurityGroupRuleOptions : The GetSecurityGroupRule options.

func (*GetSecurityGroupRuleOptions) SetHeaders

func (options *GetSecurityGroupRuleOptions) SetHeaders(param map[string]string) *GetSecurityGroupRuleOptions

SetHeaders : Allow user to set Headers

func (*GetSecurityGroupRuleOptions) SetID

SetID : Allow user to set ID

func (*GetSecurityGroupRuleOptions) SetSecurityGroupID

func (_options *GetSecurityGroupRuleOptions) SetSecurityGroupID(securityGroupID string) *GetSecurityGroupRuleOptions

SetSecurityGroupID : Allow user to set SecurityGroupID

type GetSecurityGroupTargetOptions

type GetSecurityGroupTargetOptions struct {
	// The security group identifier.
	SecurityGroupID *string `json:"security_group_id" validate:"required,ne="`

	// The security group target identifier.
	ID *string `json:"id" validate:"required,ne="`

	// Allows users to set headers on API requests
	Headers map[string]string
}

GetSecurityGroupTargetOptions : The GetSecurityGroupTarget options.

func (*GetSecurityGroupTargetOptions) SetHeaders

SetHeaders : Allow user to set Headers

func (*GetSecurityGroupTargetOptions) SetID

SetID : Allow user to set ID

func (*GetSecurityGroupTargetOptions) SetSecurityGroupID

func (_options *GetSecurityGroupTargetOptions) SetSecurityGroupID(securityGroupID string) *GetSecurityGroupTargetOptions

SetSecurityGroupID : Allow user to set SecurityGroupID

type GetSnapshotOptions

type GetSnapshotOptions struct {
	// The snapshot identifier.
	ID *string `json:"id" validate:"required,ne="`

	// Allows users to set headers on API requests
	Headers map[string]string
}

GetSnapshotOptions : The GetSnapshot options.

func (*GetSnapshotOptions) SetHeaders

func (options *GetSnapshotOptions) SetHeaders(param map[string]string) *GetSnapshotOptions

SetHeaders : Allow user to set Headers

func (*GetSnapshotOptions) SetID

func (_options *GetSnapshotOptions) SetID(id string) *GetSnapshotOptions

SetID : Allow user to set ID

type GetSubnetNetworkACLOptions

type GetSubnetNetworkACLOptions struct {
	// The subnet identifier.
	ID *string `json:"id" validate:"required,ne="`

	// Allows users to set headers on API requests
	Headers map[string]string
}

GetSubnetNetworkACLOptions : The GetSubnetNetworkACL options.

func (*GetSubnetNetworkACLOptions) SetHeaders

func (options *GetSubnetNetworkACLOptions) SetHeaders(param map[string]string) *GetSubnetNetworkACLOptions

SetHeaders : Allow user to set Headers

func (*GetSubnetNetworkACLOptions) SetID

SetID : Allow user to set ID

type GetSubnetOptions

type GetSubnetOptions struct {
	// The subnet identifier.
	ID *string `json:"id" validate:"required,ne="`

	// Allows users to set headers on API requests
	Headers map[string]string
}

GetSubnetOptions : The GetSubnet options.

func (*GetSubnetOptions) SetHeaders

func (options *GetSubnetOptions) SetHeaders(param map[string]string) *GetSubnetOptions

SetHeaders : Allow user to set Headers

func (*GetSubnetOptions) SetID

func (_options *GetSubnetOptions) SetID(id string) *GetSubnetOptions

SetID : Allow user to set ID

type GetSubnetPublicGatewayOptions

type GetSubnetPublicGatewayOptions struct {
	// The subnet identifier.
	ID *string `json:"id" validate:"required,ne="`

	// Allows users to set headers on API requests
	Headers map[string]string
}

GetSubnetPublicGatewayOptions : The GetSubnetPublicGateway options.

func (*GetSubnetPublicGatewayOptions) SetHeaders

SetHeaders : Allow user to set Headers

func (*GetSubnetPublicGatewayOptions) SetID

SetID : Allow user to set ID

type GetSubnetReservedIPOptions

type GetSubnetReservedIPOptions struct {
	// The subnet identifier.
	SubnetID *string `json:"subnet_id" validate:"required,ne="`

	// The reserved IP identifier.
	ID *string `json:"id" validate:"required,ne="`

	// Allows users to set headers on API requests
	Headers map[string]string
}

GetSubnetReservedIPOptions : The GetSubnetReservedIP options.

func (*GetSubnetReservedIPOptions) SetHeaders

func (options *GetSubnetReservedIPOptions) SetHeaders(param map[string]string) *GetSubnetReservedIPOptions

SetHeaders : Allow user to set Headers

func (*GetSubnetReservedIPOptions) SetID

SetID : Allow user to set ID

func (*GetSubnetReservedIPOptions) SetSubnetID

func (_options *GetSubnetReservedIPOptions) SetSubnetID(subnetID string) *GetSubnetReservedIPOptions

SetSubnetID : Allow user to set SubnetID

type GetSubnetRoutingTableOptions

type GetSubnetRoutingTableOptions struct {
	// The subnet identifier.
	ID *string `json:"id" validate:"required,ne="`

	// Allows users to set headers on API requests
	Headers map[string]string
}

GetSubnetRoutingTableOptions : The GetSubnetRoutingTable options.

func (*GetSubnetRoutingTableOptions) SetHeaders

SetHeaders : Allow user to set Headers

func (*GetSubnetRoutingTableOptions) SetID

SetID : Allow user to set ID

type GetVPCAddressPrefixOptions

type GetVPCAddressPrefixOptions struct {
	// The VPC identifier.
	VPCID *string `json:"vpc_id" validate:"required,ne="`

	// The prefix identifier.
	ID *string `json:"id" validate:"required,ne="`

	// Allows users to set headers on API requests
	Headers map[string]string
}

GetVPCAddressPrefixOptions : The GetVPCAddressPrefix options.

func (*GetVPCAddressPrefixOptions) SetHeaders

func (options *GetVPCAddressPrefixOptions) SetHeaders(param map[string]string) *GetVPCAddressPrefixOptions

SetHeaders : Allow user to set Headers

func (*GetVPCAddressPrefixOptions) SetID

SetID : Allow user to set ID

func (*GetVPCAddressPrefixOptions) SetVPCID

SetVPCID : Allow user to set VPCID

type GetVPCDefaultNetworkACLOptions

type GetVPCDefaultNetworkACLOptions struct {
	// The VPC identifier.
	ID *string `json:"id" validate:"required,ne="`

	// Allows users to set headers on API requests
	Headers map[string]string
}

GetVPCDefaultNetworkACLOptions : The GetVPCDefaultNetworkACL options.

func (*GetVPCDefaultNetworkACLOptions) SetHeaders

SetHeaders : Allow user to set Headers

func (*GetVPCDefaultNetworkACLOptions) SetID

SetID : Allow user to set ID

type GetVPCDefaultRoutingTableOptions

type GetVPCDefaultRoutingTableOptions struct {
	// The VPC identifier.
	ID *string `json:"id" validate:"required,ne="`

	// Allows users to set headers on API requests
	Headers map[string]string
}

GetVPCDefaultRoutingTableOptions : The GetVPCDefaultRoutingTable options.

func (*GetVPCDefaultRoutingTableOptions) SetHeaders

SetHeaders : Allow user to set Headers

func (*GetVPCDefaultRoutingTableOptions) SetID

SetID : Allow user to set ID

type GetVPCDefaultSecurityGroupOptions

type GetVPCDefaultSecurityGroupOptions struct {
	// The VPC identifier.
	ID *string `json:"id" validate:"required,ne="`

	// Allows users to set headers on API requests
	Headers map[string]string
}

GetVPCDefaultSecurityGroupOptions : The GetVPCDefaultSecurityGroup options.

func (*GetVPCDefaultSecurityGroupOptions) SetHeaders

SetHeaders : Allow user to set Headers

func (*GetVPCDefaultSecurityGroupOptions) SetID

SetID : Allow user to set ID

type GetVPCOptions

type GetVPCOptions struct {
	// The VPC identifier.
	ID *string `json:"id" validate:"required,ne="`

	// Allows users to set headers on API requests
	Headers map[string]string
}

GetVPCOptions : The GetVPC options.

func (*GetVPCOptions) SetHeaders

func (options *GetVPCOptions) SetHeaders(param map[string]string) *GetVPCOptions

SetHeaders : Allow user to set Headers

func (*GetVPCOptions) SetID

func (_options *GetVPCOptions) SetID(id string) *GetVPCOptions

SetID : Allow user to set ID

type GetVPCRouteOptions

type GetVPCRouteOptions struct {
	// The VPC identifier.
	VPCID *string `json:"vpc_id" validate:"required,ne="`

	// The route identifier.
	ID *string `json:"id" validate:"required,ne="`

	// Allows users to set headers on API requests
	Headers map[string]string
}

GetVPCRouteOptions : The GetVPCRoute options.

func (*GetVPCRouteOptions) SetHeaders

func (options *GetVPCRouteOptions) SetHeaders(param map[string]string) *GetVPCRouteOptions

SetHeaders : Allow user to set Headers

func (*GetVPCRouteOptions) SetID

func (_options *GetVPCRouteOptions) SetID(id string) *GetVPCRouteOptions

SetID : Allow user to set ID

func (*GetVPCRouteOptions) SetVPCID

func (_options *GetVPCRouteOptions) SetVPCID(vpcID string) *GetVPCRouteOptions

SetVPCID : Allow user to set VPCID

type GetVPCRoutingTableOptions

type GetVPCRoutingTableOptions struct {
	// The VPC identifier.
	VPCID *string `json:"vpc_id" validate:"required,ne="`

	// The routing table identifier.
	ID *string `json:"id" validate:"required,ne="`

	// Allows users to set headers on API requests
	Headers map[string]string
}

GetVPCRoutingTableOptions : The GetVPCRoutingTable options.

func (*GetVPCRoutingTableOptions) SetHeaders

func (options *GetVPCRoutingTableOptions) SetHeaders(param map[string]string) *GetVPCRoutingTableOptions

SetHeaders : Allow user to set Headers

func (*GetVPCRoutingTableOptions) SetID

SetID : Allow user to set ID

func (*GetVPCRoutingTableOptions) SetVPCID

func (_options *GetVPCRoutingTableOptions) SetVPCID(vpcID string) *GetVPCRoutingTableOptions

SetVPCID : Allow user to set VPCID

type GetVPCRoutingTableRouteOptions

type GetVPCRoutingTableRouteOptions struct {
	// The VPC identifier.
	VPCID *string `json:"vpc_id" validate:"required,ne="`

	// The routing table identifier.
	RoutingTableID *string `json:"routing_table_id" validate:"required,ne="`

	// The VPC routing table route identifier.
	ID *string `json:"id" validate:"required,ne="`

	// Allows users to set headers on API requests
	Headers map[string]string
}

GetVPCRoutingTableRouteOptions : The GetVPCRoutingTableRoute options.

func (*GetVPCRoutingTableRouteOptions) SetHeaders

SetHeaders : Allow user to set Headers

func (*GetVPCRoutingTableRouteOptions) SetID

SetID : Allow user to set ID

func (*GetVPCRoutingTableRouteOptions) SetRoutingTableID

func (_options *GetVPCRoutingTableRouteOptions) SetRoutingTableID(routingTableID string) *GetVPCRoutingTableRouteOptions

SetRoutingTableID : Allow user to set RoutingTableID

func (*GetVPCRoutingTableRouteOptions) SetVPCID

SetVPCID : Allow user to set VPCID

type GetVPNGatewayConnectionOptions

type GetVPNGatewayConnectionOptions struct {
	// The VPN gateway identifier.
	VPNGatewayID *string `json:"vpn_gateway_id" validate:"required,ne="`

	// The VPN gateway connection identifier.
	ID *string `json:"id" validate:"required,ne="`

	// Allows users to set headers on API requests
	Headers map[string]string
}

GetVPNGatewayConnectionOptions : The GetVPNGatewayConnection options.

func (*GetVPNGatewayConnectionOptions) SetHeaders

SetHeaders : Allow user to set Headers

func (*GetVPNGatewayConnectionOptions) SetID

SetID : Allow user to set ID

func (*GetVPNGatewayConnectionOptions) SetVPNGatewayID

func (_options *GetVPNGatewayConnectionOptions) SetVPNGatewayID(vpnGatewayID string) *GetVPNGatewayConnectionOptions

SetVPNGatewayID : Allow user to set VPNGatewayID

type GetVPNGatewayOptions

type GetVPNGatewayOptions struct {
	// The VPN gateway identifier.
	ID *string `json:"id" validate:"required,ne="`

	// Allows users to set headers on API requests
	Headers map[string]string
}

GetVPNGatewayOptions : The GetVPNGateway options.

func (*GetVPNGatewayOptions) SetHeaders

func (options *GetVPNGatewayOptions) SetHeaders(param map[string]string) *GetVPNGatewayOptions

SetHeaders : Allow user to set Headers

func (*GetVPNGatewayOptions) SetID

func (_options *GetVPNGatewayOptions) SetID(id string) *GetVPNGatewayOptions

SetID : Allow user to set ID

type GetVolumeOptions

type GetVolumeOptions struct {
	// The volume identifier.
	ID *string `json:"id" validate:"required,ne="`

	// Allows users to set headers on API requests
	Headers map[string]string
}

GetVolumeOptions : The GetVolume options.

func (*GetVolumeOptions) SetHeaders

func (options *GetVolumeOptions) SetHeaders(param map[string]string) *GetVolumeOptions

SetHeaders : Allow user to set Headers

func (*GetVolumeOptions) SetID

func (_options *GetVolumeOptions) SetID(id string) *GetVolumeOptions

SetID : Allow user to set ID

type GetVolumeProfileOptions

type GetVolumeProfileOptions struct {
	// The volume profile name.
	Name *string `json:"name" validate:"required,ne="`

	// Allows users to set headers on API requests
	Headers map[string]string
}

GetVolumeProfileOptions : The GetVolumeProfile options.

func (*GetVolumeProfileOptions) SetHeaders

func (options *GetVolumeProfileOptions) SetHeaders(param map[string]string) *GetVolumeProfileOptions

SetHeaders : Allow user to set Headers

func (*GetVolumeProfileOptions) SetName

func (_options *GetVolumeProfileOptions) SetName(name string) *GetVolumeProfileOptions

SetName : Allow user to set Name

type IP

type IP struct {
	// The IP address.
	//
	// This property may add support for IPv6 addresses in the future. When processing a value in this property, verify
	// that the address is in an expected format. If it is not, log an error. Optionally halt processing and surface the
	// error, or bypass the resource on which the unexpected IP address format was encountered.
	Address *string `json:"address" validate:"required"`
}

IP : IP struct

type IPsecPolicy

type IPsecPolicy struct {
	// The authentication algorithm.
	AuthenticationAlgorithm *string `json:"authentication_algorithm" validate:"required"`

	// The VPN gateway connections that use this IPsec policy.
	Connections []VPNGatewayConnectionReference `json:"connections" validate:"required"`

	// The date and time that this IPsec policy was created.
	CreatedAt *strfmt.DateTime `json:"created_at" validate:"required"`

	// The encapsulation mode used. Only `tunnel` is supported.
	EncapsulationMode *string `json:"encapsulation_mode" validate:"required"`

	// The encryption algorithm.
	EncryptionAlgorithm *string `json:"encryption_algorithm" validate:"required"`

	// The IPsec policy's canonical URL.
	Href *string `json:"href" validate:"required"`

	// The unique identifier for this IPsec policy.
	ID *string `json:"id" validate:"required"`

	// The key lifetime in seconds.
	KeyLifetime *int64 `json:"key_lifetime" validate:"required"`

	// The user-defined name for this IPsec policy.
	Name *string `json:"name" validate:"required"`

	// Perfect Forward Secrecy.
	Pfs *string `json:"pfs" validate:"required"`

	// The resource group for this IPsec policy.
	ResourceGroup *ResourceGroupReference `json:"resource_group" validate:"required"`

	// The resource type.
	ResourceType *string `json:"resource_type" validate:"required"`

	// The transform protocol used. Only `esp` is supported.
	TransformProtocol *string `json:"transform_protocol" validate:"required"`
}

IPsecPolicy : IPsecPolicy struct

type IPsecPolicyCollection

type IPsecPolicyCollection struct {
	// A link to the first page of resources.
	First *IPsecPolicyCollectionFirst `json:"first" validate:"required"`

	// Collection of IPsec policies.
	IpsecPolicies []IPsecPolicy `json:"ipsec_policies" validate:"required"`

	// The maximum number of resources that can be returned by the request.
	Limit *int64 `json:"limit" validate:"required"`

	// A link to the next page of resources. This property is present for all pages
	// except the last page.
	Next *IPsecPolicyCollectionNext `json:"next,omitempty"`

	// The total number of resources across all pages.
	TotalCount *int64 `json:"total_count" validate:"required"`
}

IPsecPolicyCollection : IPsecPolicyCollection struct

func (*IPsecPolicyCollection) GetNextStart

func (resp *IPsecPolicyCollection) GetNextStart() (*string, error)

Retrieve the value to be passed to a request to access the next page of results

type IPsecPolicyCollectionFirst

type IPsecPolicyCollectionFirst struct {
	// The URL for a page of resources.
	Href *string `json:"href" validate:"required"`
}

IPsecPolicyCollectionFirst : A link to the first page of resources.

type IPsecPolicyCollectionNext

type IPsecPolicyCollectionNext struct {
	// The URL for a page of resources.
	Href *string `json:"href" validate:"required"`
}

IPsecPolicyCollectionNext : A link to the next page of resources. This property is present for all pages except the last page.

type IPsecPolicyPatch

type IPsecPolicyPatch struct {
	// The authentication algorithm.
	AuthenticationAlgorithm *string `json:"authentication_algorithm,omitempty"`

	// The encryption algorithm.
	EncryptionAlgorithm *string `json:"encryption_algorithm,omitempty"`

	// The key lifetime in seconds.
	KeyLifetime *int64 `json:"key_lifetime,omitempty"`

	// The user-defined name for this IPsec policy.
	Name *string `json:"name,omitempty"`

	// Perfect Forward Secrecy.
	Pfs *string `json:"pfs,omitempty"`
}

IPsecPolicyPatch : IPsecPolicyPatch struct

func (*IPsecPolicyPatch) AsPatch

func (iPsecPolicyPatch *IPsecPolicyPatch) AsPatch() (_patch map[string]interface{}, err error)

AsPatch returns a generic map representation of the IPsecPolicyPatch

type IPsecPolicyReference

type IPsecPolicyReference struct {
	// If present, this property indicates the referenced resource has been deleted and provides
	// some supplementary information.
	Deleted *IPsecPolicyReferenceDeleted `json:"deleted,omitempty"`

	// The IPsec policy's canonical URL.
	Href *string `json:"href" validate:"required"`

	// The unique identifier for this IPsec policy.
	ID *string `json:"id" validate:"required"`

	// The user-defined name for this IPsec policy.
	Name *string `json:"name" validate:"required"`

	// The resource type.
	ResourceType *string `json:"resource_type" validate:"required"`
}

IPsecPolicyReference : IPsecPolicyReference struct

type IPsecPolicyReferenceDeleted

type IPsecPolicyReferenceDeleted struct {
	// Link to documentation about deleted resources.
	MoreInfo *string `json:"more_info" validate:"required"`
}

IPsecPolicyReferenceDeleted : If present, this property indicates the referenced resource has been deleted and provides some supplementary information.

type IkePolicy

type IkePolicy struct {
	// The authentication algorithm.
	AuthenticationAlgorithm *string `json:"authentication_algorithm" validate:"required"`

	// The VPN gateway connections that use this IKE policy.
	Connections []VPNGatewayConnectionReference `json:"connections" validate:"required"`

	// The date and time that this IKE policy was created.
	CreatedAt *strfmt.DateTime `json:"created_at" validate:"required"`

	// The Diffie-Hellman group.
	DhGroup *int64 `json:"dh_group" validate:"required"`

	// The encryption algorithm.
	EncryptionAlgorithm *string `json:"encryption_algorithm" validate:"required"`

	// The IKE policy's canonical URL.
	Href *string `json:"href" validate:"required"`

	// The unique identifier for this IKE policy.
	ID *string `json:"id" validate:"required"`

	// The IKE protocol version.
	IkeVersion *int64 `json:"ike_version" validate:"required"`

	// The key lifetime in seconds.
	KeyLifetime *int64 `json:"key_lifetime" validate:"required"`

	// The user-defined name for this IKE policy.
	Name *string `json:"name" validate:"required"`

	// The IKE negotiation mode. Only `main` is supported.
	NegotiationMode *string `json:"negotiation_mode" validate:"required"`

	// The resource group for this IKE policy.
	ResourceGroup *ResourceGroupReference `json:"resource_group" validate:"required"`

	// The resource type.
	ResourceType *string `json:"resource_type" validate:"required"`
}

IkePolicy : IkePolicy struct

type IkePolicyCollection

type IkePolicyCollection struct {
	// A link to the first page of resources.
	First *IkePolicyCollectionFirst `json:"first" validate:"required"`

	// Collection of IKE policies.
	IkePolicies []IkePolicy `json:"ike_policies" validate:"required"`

	// The maximum number of resources that can be returned by the request.
	Limit *int64 `json:"limit" validate:"required"`

	// A link to the next page of resources. This property is present for all pages
	// except the last page.
	Next *IkePolicyCollectionNext `json:"next,omitempty"`

	// The total number of resources across all pages.
	TotalCount *int64 `json:"total_count" validate:"required"`
}

IkePolicyCollection : IkePolicyCollection struct

func (*IkePolicyCollection) GetNextStart

func (resp *IkePolicyCollection) GetNextStart() (*string, error)

Retrieve the value to be passed to a request to access the next page of results

type IkePolicyCollectionFirst

type IkePolicyCollectionFirst struct {
	// The URL for a page of resources.
	Href *string `json:"href" validate:"required"`
}

IkePolicyCollectionFirst : A link to the first page of resources.

type IkePolicyCollectionNext

type IkePolicyCollectionNext struct {
	// The URL for a page of resources.
	Href *string `json:"href" validate:"required"`
}

IkePolicyCollectionNext : A link to the next page of resources. This property is present for all pages except the last page.

type IkePolicyPatch

type IkePolicyPatch struct {
	// The authentication algorithm.
	AuthenticationAlgorithm *string `json:"authentication_algorithm,omitempty"`

	// The Diffie-Hellman group.
	DhGroup *int64 `json:"dh_group,omitempty"`

	// The encryption algorithm.
	EncryptionAlgorithm *string `json:"encryption_algorithm,omitempty"`

	// The IKE protocol version.
	IkeVersion *int64 `json:"ike_version,omitempty"`

	// The key lifetime in seconds.
	KeyLifetime *int64 `json:"key_lifetime,omitempty"`

	// The user-defined name for this IKE policy.
	Name *string `json:"name,omitempty"`
}

IkePolicyPatch : IkePolicyPatch struct

func (*IkePolicyPatch) AsPatch

func (ikePolicyPatch *IkePolicyPatch) AsPatch() (_patch map[string]interface{}, err error)

AsPatch returns a generic map representation of the IkePolicyPatch

type IkePolicyReference

type IkePolicyReference struct {
	// If present, this property indicates the referenced resource has been deleted and provides
	// some supplementary information.
	Deleted *IkePolicyReferenceDeleted `json:"deleted,omitempty"`

	// The IKE policy's canonical URL.
	Href *string `json:"href" validate:"required"`

	// The unique identifier for this IKE policy.
	ID *string `json:"id" validate:"required"`

	// The user-defined name for this IKE policy.
	Name *string `json:"name" validate:"required"`

	// The resource type.
	ResourceType *string `json:"resource_type" validate:"required"`
}

IkePolicyReference : IkePolicyReference struct

type IkePolicyReferenceDeleted

type IkePolicyReferenceDeleted struct {
	// Link to documentation about deleted resources.
	MoreInfo *string `json:"more_info" validate:"required"`
}

IkePolicyReferenceDeleted : If present, this property indicates the referenced resource has been deleted and provides some supplementary information.

type Image

type Image struct {
	// The date and time that the image was created.
	CreatedAt *strfmt.DateTime `json:"created_at" validate:"required"`

	// The CRN for this image.
	CRN *string `json:"crn" validate:"required"`

	// The type of encryption used on the image.
	Encryption *string `json:"encryption" validate:"required"`

	// The key that will be used to encrypt volumes created from this image (unless an
	// alternate `encryption_key` is specified at volume creation).
	//
	// This property will be present for images with an `encryption` type of `user_managed`.
	EncryptionKey *EncryptionKeyReference `json:"encryption_key,omitempty"`

	// Details for the stored image file.
	File *ImageFile `json:"file" validate:"required"`

	// The URL for this image.
	Href *string `json:"href" validate:"required"`

	// The unique identifier for this image.
	ID *string `json:"id" validate:"required"`

	// The minimum size (in gigabytes) of a volume onto which this image may be provisioned.
	//
	// This property may be absent if the image has a `status` of `pending`, `tentative`, or
	// `failed`.
	MinimumProvisionedSize *int64 `json:"minimum_provisioned_size,omitempty"`

	// The user-defined or system-provided name for this image.
	Name *string `json:"name" validate:"required"`

	// The operating system included in this image.
	OperatingSystem *OperatingSystem `json:"operating_system,omitempty"`

	// The resource group for this image.
	ResourceGroup *ResourceGroupReference `json:"resource_group" validate:"required"`

	// The volume used to create this image (this may be
	// [deleted](https://cloud.ibm.com/apidocs/vpc#deleted-resources)).
	// If absent, this image was not created from a volume.
	SourceVolume *VolumeReference `json:"source_volume,omitempty"`

	// The status of this image
	// - available: image can be used (provisionable)
	// - deleting: image is being deleted, and can no longer be used to provision new
	//   resources
	// - deprecated: image can be used, but is slated to become `obsolete` (provisionable)
	// - failed: image is corrupt or did not pass validation
	// - obsolete: image can no longer be used to provision new resources
	// - pending: image is being imported and is not yet `available`
	// - tentative: image import has timed out (contact support)
	// - unusable: image cannot be used (see `status_reasons[]` for possible remediation)
	//
	// The enumerated values for this property are expected to expand in the future. When processing this property, check
	// for and log unknown values. Optionally halt processing and surface the error, or bypass the image on which the
	// unexpected property value was encountered.
	Status *string `json:"status" validate:"required"`

	// The reasons for the current status (if any).
	//
	// The enumerated reason code values for this property will expand in the future. When processing this property, check
	// for and log unknown values. Optionally halt processing and surface the error, or bypass the resource on which the
	// unexpected reason code was encountered.
	StatusReasons []ImageStatusReason `json:"status_reasons" validate:"required"`

	// Whether the image is publicly visible or private to the account.
	Visibility *string `json:"visibility" validate:"required"`
}

Image : Image struct

type ImageCollection

type ImageCollection struct {
	// A link to the first page of resources.
	First *ImageCollectionFirst `json:"first" validate:"required"`

	// Collection of images.
	Images []Image `json:"images" validate:"required"`

	// The maximum number of resources that can be returned by the request.
	Limit *int64 `json:"limit" validate:"required"`

	// A link to the next page of resources. This property is present for all pages
	// except the last page.
	Next *ImageCollectionNext `json:"next,omitempty"`
}

ImageCollection : ImageCollection struct

func (*ImageCollection) GetNextStart

func (resp *ImageCollection) GetNextStart() (*string, error)

Retrieve the value to be passed to a request to access the next page of results

type ImageCollectionFirst

type ImageCollectionFirst struct {
	// The URL for a page of resources.
	Href *string `json:"href" validate:"required"`
}

ImageCollectionFirst : A link to the first page of resources.

type ImageCollectionNext

type ImageCollectionNext struct {
	// The URL for a page of resources.
	Href *string `json:"href" validate:"required"`
}

ImageCollectionNext : A link to the next page of resources. This property is present for all pages except the last page.

type ImageFile

type ImageFile struct {
	// Checksums for this image file.
	//
	// This property may be absent if the associated image has a `status` of `pending` or
	// `failed`.
	Checksums *ImageFileChecksums `json:"checksums,omitempty"`

	// The size of the stored image file rounded up to the next gigabyte.
	//
	// This property may be absent if the associated image has a `status` of `pending` or
	// `failed`.
	Size *int64 `json:"size,omitempty"`
}

ImageFile : ImageFile struct

type ImageFileChecksums

type ImageFileChecksums struct {
	// The SHA256 fingerprint of the image file.
	Sha256 *string `json:"sha256,omitempty"`
}

ImageFileChecksums : ImageFileChecksums struct

type ImageFilePrototype

type ImageFilePrototype struct {
	// The Cloud Object Storage location of the image file.
	Href *string `json:"href" validate:"required"`
}

ImageFilePrototype : ImageFilePrototype struct

type ImageIdentity

type ImageIdentity struct {
	// The unique identifier for this image.
	ID *string `json:"id,omitempty"`

	// The CRN for this image.
	CRN *string `json:"crn,omitempty"`

	// The URL for this image.
	Href *string `json:"href,omitempty"`
}

ImageIdentity : Identifies an image by a unique property. Models which "extend" this model: - ImageIdentityByID - ImageIdentityByCRN - ImageIdentityByHref

type ImageIdentityByCRN

type ImageIdentityByCRN struct {
	// The CRN for this image.
	CRN *string `json:"crn" validate:"required"`
}

ImageIdentityByCRN : ImageIdentityByCRN struct This model "extends" ImageIdentity

type ImageIdentityByHref

type ImageIdentityByHref struct {
	// The URL for this image.
	Href *string `json:"href" validate:"required"`
}

ImageIdentityByHref : ImageIdentityByHref struct This model "extends" ImageIdentity

type ImageIdentityByID

type ImageIdentityByID struct {
	// The unique identifier for this image.
	ID *string `json:"id" validate:"required"`
}

ImageIdentityByID : ImageIdentityByID struct This model "extends" ImageIdentity

type ImageIdentityIntf

type ImageIdentityIntf interface {
	// contains filtered or unexported methods
}

type ImagePatch

type ImagePatch struct {
	// The unique user-defined name for this image. Names starting with `ibm-` are not allowed.
	Name *string `json:"name,omitempty"`
}

ImagePatch : ImagePatch struct

func (*ImagePatch) AsPatch

func (imagePatch *ImagePatch) AsPatch() (_patch map[string]interface{}, err error)

AsPatch returns a generic map representation of the ImagePatch

type ImagePrototype

type ImagePrototype struct {
	// The unique user-defined name for this image. Names starting with `ibm-` are not allowed. If unspecified, the name
	// will be a hyphenated list of randomly-selected words.
	Name *string `json:"name,omitempty"`

	// The resource group to use. If unspecified, the account's [default resource
	// group](https://cloud.ibm.com/apidocs/resource-manager#introduction) is used.
	ResourceGroup ResourceGroupIdentityIntf `json:"resource_group,omitempty"`

	// A base64-encoded, encrypted representation of the key that was used to encrypt the data for this image.
	//
	// That representation is created by wrapping the key's value with the `encryption_key` root key (which must also be
	// specified), using either [Key Protect](https://cloud.ibm.com/docs/key-protect?topic=key-protect-wrap-keys) or the
	// [Hyper Protect Crypto Service](https://cloud.ibm.com/docs/services/hs-crypto?topic=hs-crypto-wrap-keys).
	//
	// If unspecified, the imported image is treated as unencrypted.
	EncryptedDataKey *string `json:"encrypted_data_key,omitempty"`

	// The root key that was used to wrap the data key (which is ultimately represented as
	// `encrypted_data_key`). Additionally, the root key will be used to encrypt volumes
	// created from this image (unless an alternate `encryption_key` is specified at volume
	// creation).
	//
	// If unspecified, the imported image is treated as unencrypted.
	EncryptionKey EncryptionKeyIdentityIntf `json:"encryption_key,omitempty"`

	// The file from which to create the image.
	File *ImageFilePrototype `json:"file,omitempty"`

	// The [supported operating
	// system](https://cloud.ibm.com/apidocs/vpc#list-operating-systems) included in this
	// image.
	OperatingSystem OperatingSystemIdentityIntf `json:"operating_system,omitempty"`

	// The volume from which to create the image. The specified volume must:
	// - Originate from an image, which will be used to populate this image's
	//   operating system information.
	// - Not be `active` or `busy`.
	//
	// During image creation, the specified volume may briefly become `busy`.
	SourceVolume VolumeIdentityIntf `json:"source_volume,omitempty"`
}

ImagePrototype : ImagePrototype struct Models which "extend" this model: - ImagePrototypeImageByFile - ImagePrototypeImageBySourceVolume

type ImagePrototypeImageByFile

type ImagePrototypeImageByFile struct {
	// The unique user-defined name for this image. Names starting with `ibm-` are not allowed. If unspecified, the name
	// will be a hyphenated list of randomly-selected words.
	Name *string `json:"name,omitempty"`

	ResourceGroup ResourceGroupIdentityIntf `json:"resource_group,omitempty"`

	// A base64-encoded, encrypted representation of the key that was used to encrypt the data for this image.
	//
	// That representation is created by wrapping the key's value with the `encryption_key` root key (which must also be
	// specified), using either [Key Protect](https://cloud.ibm.com/docs/key-protect?topic=key-protect-wrap-keys) or the
	// [Hyper Protect Crypto Service](https://cloud.ibm.com/docs/services/hs-crypto?topic=hs-crypto-wrap-keys).
	//
	// If unspecified, the imported image is treated as unencrypted.
	EncryptedDataKey *string `json:"encrypted_data_key,omitempty"`

	// The root key that was used to wrap the data key (which is ultimately represented as
	// `encrypted_data_key`). Additionally, the root key will be used to encrypt volumes
	// created from this image (unless an alternate `encryption_key` is specified at volume
	// creation).
	//
	// If unspecified, the imported image is treated as unencrypted.
	EncryptionKey EncryptionKeyIdentityIntf `json:"encryption_key,omitempty"`

	// The file from which to create the image.
	File *ImageFilePrototype `json:"file" validate:"required"`

	// The [supported operating
	// system](https://cloud.ibm.com/apidocs/vpc#list-operating-systems) included in this
	// image.
	OperatingSystem OperatingSystemIdentityIntf `json:"operating_system" validate:"required"`
}

ImagePrototypeImageByFile : ImagePrototypeImageByFile struct This model "extends" ImagePrototype

type ImagePrototypeImageBySourceVolume

type ImagePrototypeImageBySourceVolume struct {
	// The unique user-defined name for this image. Names starting with `ibm-` are not allowed. If unspecified, the name
	// will be a hyphenated list of randomly-selected words.
	Name *string `json:"name,omitempty"`

	ResourceGroup ResourceGroupIdentityIntf `json:"resource_group,omitempty"`

	// The root key used to wrap the system-generated data encryption key for the image.
	//
	// If unspecified, the root key from `source_volume` will be used.
	EncryptionKey EncryptionKeyIdentityIntf `json:"encryption_key,omitempty"`

	// The volume from which to create the image. The specified volume must:
	// - Originate from an image, which will be used to populate this image's
	//   operating system information.
	// - Not be `active` or `busy`.
	//
	// During image creation, the specified volume may briefly become `busy`.
	SourceVolume VolumeIdentityIntf `json:"source_volume" validate:"required"`
}

ImagePrototypeImageBySourceVolume : ImagePrototypeImageBySourceVolume struct This model "extends" ImagePrototype

type ImagePrototypeIntf

type ImagePrototypeIntf interface {
	// contains filtered or unexported methods
}

type ImageReference

type ImageReference struct {
	// The CRN for this image.
	CRN *string `json:"crn" validate:"required"`

	// If present, this property indicates the referenced resource has been deleted and provides
	// some supplementary information.
	Deleted *ImageReferenceDeleted `json:"deleted,omitempty"`

	// The URL for this image.
	Href *string `json:"href" validate:"required"`

	// The unique identifier for this image.
	ID *string `json:"id" validate:"required"`

	// The user-defined or system-provided name for this image.
	Name *string `json:"name" validate:"required"`
}

ImageReference : ImageReference struct

type ImageReferenceDeleted

type ImageReferenceDeleted struct {
	// Link to documentation about deleted resources.
	MoreInfo *string `json:"more_info" validate:"required"`
}

ImageReferenceDeleted : If present, this property indicates the referenced resource has been deleted and provides some supplementary information.

type ImageStatusReason

type ImageStatusReason struct {
	// A snake case string succinctly identifying the status reason.
	Code *string `json:"code" validate:"required"`

	// An explanation of the status reason.
	Message *string `json:"message" validate:"required"`

	// Link to documentation about this status reason.
	MoreInfo *string `json:"more_info,omitempty"`
}

ImageStatusReason : ImageStatusReason struct

type Instance

type Instance struct {
	// The availability policy for this virtual server instance.
	AvailabilityPolicy *InstanceAvailabilityPolicy `json:"availability_policy" validate:"required"`

	// The total bandwidth (in megabits per second) shared across the virtual server instance's network interfaces and
	// storage volumes.
	Bandwidth *int64 `json:"bandwidth" validate:"required"`

	// Boot volume attachment.
	BootVolumeAttachment *VolumeAttachmentReferenceInstanceContext `json:"boot_volume_attachment" validate:"required"`

	// The date and time that the virtual server instance was created.
	CreatedAt *strfmt.DateTime `json:"created_at" validate:"required"`

	// The CRN for this virtual server instance.
	CRN *string `json:"crn" validate:"required"`

	// If present, the dedicated host this virtual server instance has been placed on.
	DedicatedHost *DedicatedHostReference `json:"dedicated_host,omitempty"`

	// The instance disks for this virtual server instance.
	Disks []InstanceDisk `json:"disks" validate:"required"`

	// The virtual server instance GPU configuration.
	Gpu *InstanceGpu `json:"gpu,omitempty"`

	// The URL for this virtual server instance.
	Href *string `json:"href" validate:"required"`

	// The unique identifier for this virtual server instance.
	ID *string `json:"id" validate:"required"`

	// The image the virtual server instance was provisioned from.
	Image *ImageReference `json:"image,omitempty"`

	// The amount of memory, truncated to whole gibibytes.
	Memory *int64 `json:"memory" validate:"required"`

	// The metadata service configuration.
	MetadataService *InstanceMetadataService `json:"metadata_service" validate:"required"`

	// The user-defined name for this virtual server instance (and default system hostname).
	Name *string `json:"name" validate:"required"`

	// The network interfaces for this virtual server instance, including the primary network interface.
	NetworkInterfaces []NetworkInterfaceInstanceContextReference `json:"network_interfaces" validate:"required"`

	// The placement restrictions for the virtual server instance.
	PlacementTarget InstancePlacementTargetIntf `json:"placement_target,omitempty"`

	// Primary network interface.
	PrimaryNetworkInterface *NetworkInterfaceInstanceContextReference `json:"primary_network_interface" validate:"required"`

	// The profile for this virtual server instance.
	Profile *InstanceProfileReference `json:"profile" validate:"required"`

	// The resource group for this instance.
	ResourceGroup *ResourceGroupReference `json:"resource_group" validate:"required"`

	// Indicates whether the state of the virtual server instance permits a start request.
	Startable *bool `json:"startable" validate:"required"`

	// The status of the virtual server instance.
	Status *string `json:"status" validate:"required"`

	// The reasons for the current status (if any).
	//
	// The enumerated reason code values for this property will expand in the future. When processing this property, check
	// for and log unknown values. Optionally halt processing and surface the error, or bypass the resource on which the
	// unexpected reason code was encountered.
	StatusReasons []InstanceStatusReason `json:"status_reasons" validate:"required"`

	// The amount of bandwidth (in megabits per second) allocated exclusively to instance network interfaces.
	TotalNetworkBandwidth *int64 `json:"total_network_bandwidth" validate:"required"`

	// The amount of bandwidth (in megabits per second) allocated exclusively to instance storage volumes. An increase in
	// this value will result in a corresponding decrease to
	// `total_network_bandwidth`.
	TotalVolumeBandwidth *int64 `json:"total_volume_bandwidth" validate:"required"`

	// The virtual server instance VCPU configuration.
	Vcpu *InstanceVcpu `json:"vcpu" validate:"required"`

	// The volume attachments for this virtual server instance, including the boot volume attachment.
	VolumeAttachments []VolumeAttachmentReferenceInstanceContext `json:"volume_attachments" validate:"required"`

	// The VPC this virtual server instance resides in.
	VPC *VPCReference `json:"vpc" validate:"required"`

	// The zone this virtual server instance resides in.
	Zone *ZoneReference `json:"zone" validate:"required"`
}

Instance : Instance struct

type InstanceAction

type InstanceAction struct {
	// The date and time that the action was completed.
	CompletedAt *strfmt.DateTime `json:"completed_at,omitempty"`

	// The date and time that the action was created.
	CreatedAt *strfmt.DateTime `json:"created_at" validate:"required"`

	// If set to true, the action will be forced immediately, and all queued actions deleted. Ignored for the start action.
	Force *bool `json:"force,omitempty"`

	// The URL for this instance action.
	Href *string `json:"href" validate:"required"`

	// The identifier for this instance action.
	ID *string `json:"id" validate:"required"`

	// The date and time that the action was started.
	StartedAt *strfmt.DateTime `json:"started_at,omitempty"`

	// The current status of this action.
	Status *string `json:"status" validate:"required"`

	// The type of action.
	Type *string `json:"type" validate:"required"`
}

InstanceAction : InstanceAction struct

type InstanceAvailabilityPolicy

type InstanceAvailabilityPolicy struct {
	// The action to perform if the compute host experiences a failure.
	// - `restart`: Automatically restart the virtual server instance after host failure
	// - `stop`: Leave the virtual server instance stopped after host failure
	//
	// The enumerated values for this property are expected to expand in the future. When processing this property, check
	// for and log unknown values. Optionally halt processing and surface the error, or bypass the instance on which the
	// unexpected property value was encountered.
	HostFailure *string `json:"host_failure" validate:"required"`
}

InstanceAvailabilityPolicy : InstanceAvailabilityPolicy struct

type InstanceAvailabilityPolicyPatch

type InstanceAvailabilityPolicyPatch struct {
	// The action to perform if the compute host experiences a failure.
	// - `restart`: Automatically restart the virtual server instance after host failure
	// - `stop`: Leave the virtual server instance stopped after host failure
	//
	// The enumerated values for this property are expected to expand in the future. When processing this property, check
	// for and log unknown values. Optionally halt processing and surface the error, or bypass the instance on which the
	// unexpected property value was encountered.
	HostFailure *string `json:"host_failure,omitempty"`
}

InstanceAvailabilityPolicyPatch : InstanceAvailabilityPolicyPatch struct

type InstanceAvailabilityPrototype

type InstanceAvailabilityPrototype struct {
	// The action to perform if the compute host experiences a failure.
	// - `restart`: Automatically restart the virtual server instance after host failure
	// - `stop`: Leave the virtual server instance stopped after host failure
	//
	// The enumerated values for this property are expected to expand in the future. When processing this property, check
	// for and log unknown values. Optionally halt processing and surface the error, or bypass the instance on which the
	// unexpected property value was encountered.
	HostFailure *string `json:"host_failure,omitempty"`
}

InstanceAvailabilityPrototype : InstanceAvailabilityPrototype struct

type InstanceCollection

type InstanceCollection struct {
	// A link to the first page of resources.
	First *InstanceCollectionFirst `json:"first" validate:"required"`

	// Collection of virtual server instances.
	Instances []Instance `json:"instances" validate:"required"`

	// The maximum number of resources that can be returned by the request.
	Limit *int64 `json:"limit" validate:"required"`

	// A link to the next page of resources. This property is present for all pages
	// except the last page.
	Next *InstanceCollectionNext `json:"next,omitempty"`

	// The total number of resources across all pages.
	TotalCount *int64 `json:"total_count" validate:"required"`
}

InstanceCollection : InstanceCollection struct

func (*InstanceCollection) GetNextStart

func (resp *InstanceCollection) GetNextStart() (*string, error)

Retrieve the value to be passed to a request to access the next page of results

type InstanceCollectionFirst

type InstanceCollectionFirst struct {
	// The URL for a page of resources.
	Href *string `json:"href" validate:"required"`
}

InstanceCollectionFirst : A link to the first page of resources.

type InstanceCollectionNext

type InstanceCollectionNext struct {
	// The URL for a page of resources.
	Href *string `json:"href" validate:"required"`
}

InstanceCollectionNext : A link to the next page of resources. This property is present for all pages except the last page.

type InstanceConsoleAccessToken

type InstanceConsoleAccessToken struct {
	// A URL safe single-use token used to access the console WebSocket.
	AccessToken *string `json:"access_token" validate:"required"`

	// The instance console type for which this token may be used.
	ConsoleType *string `json:"console_type" validate:"required"`

	// The date and time that the access token was created.
	CreatedAt *strfmt.DateTime `json:"created_at" validate:"required"`

	// The date and time that the access token will expire.
	ExpiresAt *strfmt.DateTime `json:"expires_at" validate:"required"`

	// Indicates whether to disconnect an existing serial console session as the serial console cannot be shared.  This has
	// no effect on VNC consoles.
	Force *bool `json:"force" validate:"required"`

	// The URL to access this instance console.
	Href *string `json:"href" validate:"required"`
}

InstanceConsoleAccessToken : The instance console access token information.

type InstanceDefaultTrustedProfilePrototype

type InstanceDefaultTrustedProfilePrototype struct {
	// If set to `true`, the system will create a link to the specified `target` trusted profile during instance creation.
	// Regardless of whether a link is created by the system or manually using the IAM Identity service, it will be
	// automatically deleted when the instance is deleted.
	AutoLink *bool `json:"auto_link,omitempty"`

	// The default IAM trusted profile to use for this virtual server instance.
	Target TrustedProfileIdentityIntf `json:"target" validate:"required"`
}

InstanceDefaultTrustedProfilePrototype : InstanceDefaultTrustedProfilePrototype struct

type InstanceDisk

type InstanceDisk struct {
	// The date and time that the disk was created.
	CreatedAt *strfmt.DateTime `json:"created_at" validate:"required"`

	// The URL for this instance disk.
	Href *string `json:"href" validate:"required"`

	// The unique identifier for this instance disk.
	ID *string `json:"id" validate:"required"`

	// The disk interface used for attaching the disk.
	//
	// The enumerated values for this property are expected to expand in the future. When processing this property, check
	// for and log unknown values. Optionally halt processing and surface the error, or bypass the resource on which the
	// unexpected property value was encountered.
	InterfaceType *string `json:"interface_type" validate:"required"`

	// The user-defined name for this disk.
	Name *string `json:"name" validate:"required"`

	// The resource type.
	ResourceType *string `json:"resource_type" validate:"required"`

	// The size of the disk in GB (gigabytes).
	Size *int64 `json:"size" validate:"required"`
}

InstanceDisk : InstanceDisk struct

type InstanceDiskCollection

type InstanceDiskCollection struct {
	// Collection of the instance's disks.
	Disks []InstanceDisk `json:"disks" validate:"required"`
}

InstanceDiskCollection : InstanceDiskCollection struct

type InstanceDiskPatch

type InstanceDiskPatch struct {
	// The user-defined name for this disk.
	Name *string `json:"name,omitempty"`
}

InstanceDiskPatch : InstanceDiskPatch struct

func (*InstanceDiskPatch) AsPatch

func (instanceDiskPatch *InstanceDiskPatch) AsPatch() (_patch map[string]interface{}, err error)

AsPatch returns a generic map representation of the InstanceDiskPatch

type InstanceDiskReference

type InstanceDiskReference struct {
	// If present, this property indicates the referenced resource has been deleted and provides
	// some supplementary information.
	Deleted *InstanceDiskReferenceDeleted `json:"deleted,omitempty"`

	// The URL for this instance disk.
	Href *string `json:"href" validate:"required"`

	// The unique identifier for this instance disk.
	ID *string `json:"id" validate:"required"`

	// The user-defined name for this disk.
	Name *string `json:"name" validate:"required"`

	// The resource type.
	ResourceType *string `json:"resource_type" validate:"required"`
}

InstanceDiskReference : InstanceDiskReference struct

type InstanceDiskReferenceDeleted

type InstanceDiskReferenceDeleted struct {
	// Link to documentation about deleted resources.
	MoreInfo *string `json:"more_info" validate:"required"`
}

InstanceDiskReferenceDeleted : If present, this property indicates the referenced resource has been deleted and provides some supplementary information.

type InstanceGpu

type InstanceGpu struct {
	// The number of GPUs assigned to the instance.
	Count *int64 `json:"count" validate:"required"`

	// The GPU manufacturer.
	Manufacturer *string `json:"manufacturer" validate:"required"`

	// The overall amount of GPU memory in GiB (gibibytes).
	Memory *int64 `json:"memory" validate:"required"`

	// The GPU model.
	Model *string `json:"model" validate:"required"`
}

InstanceGpu : The virtual server instance GPU configuration.

type InstanceGroup

type InstanceGroup struct {
	// Required if specifying a load balancer pool only. Used by the instance group when scaling up instances to supply the
	// port for the load balancer pool member.
	ApplicationPort *int64 `json:"application_port,omitempty"`

	// The date and time that the instance group was created.
	CreatedAt *strfmt.DateTime `json:"created_at" validate:"required"`

	// The CRN for this instance group.
	CRN *string `json:"crn" validate:"required"`

	// The URL for this instance group.
	Href *string `json:"href" validate:"required"`

	// The unique identifier for this instance group.
	ID *string `json:"id" validate:"required"`

	// The template used to create new instances for this group.
	InstanceTemplate *InstanceTemplateReference `json:"instance_template" validate:"required"`

	// The load balancer pool managed by this group. Instances created
	// by this group will have a new load balancer pool member in that
	// pool created.
	LoadBalancerPool *LoadBalancerPoolReference `json:"load_balancer_pool,omitempty"`

	// The managers for the instance group.
	Managers []InstanceGroupManagerReference `json:"managers" validate:"required"`

	// The number of instances in the instance group.
	MembershipCount *int64 `json:"membership_count" validate:"required"`

	// The user-defined name for this instance group.
	Name *string `json:"name" validate:"required"`

	ResourceGroup *ResourceGroupReference `json:"resource_group" validate:"required"`

	// The status of the instance group
	// - `deleting`: Group is being deleted
	// - `healthy`: Group has `membership_count` instances
	// - `scaling`: Instances in the group are being created or deleted to reach
	//              `membership_count`
	// - `unhealthy`: Group is unable to reach `membership_count` instances.
	Status *string `json:"status" validate:"required"`

	// The subnets to use when creating new instances.
	Subnets []SubnetReference `json:"subnets" validate:"required"`

	// The date and time that the instance group was updated.
	UpdatedAt *strfmt.DateTime `json:"updated_at" validate:"required"`

	// The VPC the instance group resides in.
	VPC *VPCReference `json:"vpc" validate:"required"`
}

InstanceGroup : InstanceGroup struct

type InstanceGroupCollection

type InstanceGroupCollection struct {
	// A link to the first page of resources.
	First *InstanceGroupCollectionFirst `json:"first" validate:"required"`

	// Collection of instance groups.
	InstanceGroups []InstanceGroup `json:"instance_groups" validate:"required"`

	// The maximum number of resources that can be returned by the request.
	Limit *int64 `json:"limit" validate:"required"`

	// A link to the next page of resources. This property is present for all pages
	// except the last page.
	Next *InstanceGroupCollectionNext `json:"next,omitempty"`

	// The total number of resources across all pages.
	TotalCount *int64 `json:"total_count" validate:"required"`
}

InstanceGroupCollection : InstanceGroupCollection struct

func (*InstanceGroupCollection) GetNextStart

func (resp *InstanceGroupCollection) GetNextStart() (*string, error)

Retrieve the value to be passed to a request to access the next page of results

type InstanceGroupCollectionFirst

type InstanceGroupCollectionFirst struct {
	// The URL for a page of resources.
	Href *string `json:"href" validate:"required"`
}

InstanceGroupCollectionFirst : A link to the first page of resources.

type InstanceGroupCollectionNext

type InstanceGroupCollectionNext struct {
	// The URL for a page of resources.
	Href *string `json:"href" validate:"required"`
}

InstanceGroupCollectionNext : A link to the next page of resources. This property is present for all pages except the last page.

type InstanceGroupManager

type InstanceGroupManager struct {
	// The date and time that the instance group manager was created.
	CreatedAt *strfmt.DateTime `json:"created_at" validate:"required"`

	// The URL for this instance group manager.
	Href *string `json:"href" validate:"required"`

	// The unique identifier for this instance group manager.
	ID *string `json:"id" validate:"required"`

	// Indicates whether this manager will control the instance group.
	ManagementEnabled *bool `json:"management_enabled" validate:"required"`

	// The user-defined name for this instance group manager.
	Name *string `json:"name" validate:"required"`

	// The date and time that the instance group manager was updated.
	UpdatedAt *strfmt.DateTime `json:"updated_at" validate:"required"`

	// The time window in seconds to aggregate metrics prior to evaluation.
	AggregationWindow *int64 `json:"aggregation_window,omitempty"`

	// The duration of time in seconds to pause further scale actions after scaling has taken place.
	Cooldown *int64 `json:"cooldown,omitempty"`

	// The type of instance group manager.
	ManagerType *string `json:"manager_type,omitempty"`

	// The maximum number of members in a managed instance group.
	MaxMembershipCount *int64 `json:"max_membership_count,omitempty"`

	// The minimum number of members in a managed instance group.
	MinMembershipCount *int64 `json:"min_membership_count,omitempty"`

	// The policies of the instance group manager.
	Policies []InstanceGroupManagerPolicyReference `json:"policies,omitempty"`

	// The actions of the instance group manager.
	Actions []InstanceGroupManagerActionReference `json:"actions,omitempty"`
}

InstanceGroupManager : InstanceGroupManager struct Models which "extend" this model: - InstanceGroupManagerAutoScale - InstanceGroupManagerScheduled

type InstanceGroupManagerAction

type InstanceGroupManagerAction struct {
	// Indicates whether this scheduled action will be automatically deleted after it has completed and
	// `auto_delete_timeout` hours have passed. At present, this is always
	// `true`, but may be modifiable in the future.
	AutoDelete *bool `json:"auto_delete" validate:"required"`

	// If `auto_delete` is `true`, and this scheduled action has finished, the hours after which it will be automatically
	// deleted. If the value is `0`, the action will be deleted once it has finished. This value may be modifiable in the
	// future.
	AutoDeleteTimeout *int64 `json:"auto_delete_timeout" validate:"required"`

	// The date and time that the instance group manager action was created.
	CreatedAt *strfmt.DateTime `json:"created_at" validate:"required"`

	// The URL for this instance group manager action.
	Href *string `json:"href" validate:"required"`

	// The unique identifier for this instance group manager action.
	ID *string `json:"id" validate:"required"`

	// The user-defined name for this instance group manager action.
	Name *string `json:"name" validate:"required"`

	// The resource type.
	ResourceType *string `json:"resource_type" validate:"required"`

	// The status of the instance group action
	// - `active`: Action is ready to be run
	// - `completed`: Action was completed successfully
	// - `failed`: Action could not be completed successfully
	// - `incompatible`: Action parameters are not compatible with the group or manager
	// - `omitted`: Action was not applied because this action's manager was disabled.
	Status *string `json:"status" validate:"required"`

	// The date and time that the instance group manager action was modified.
	UpdatedAt *strfmt.DateTime `json:"updated_at" validate:"required"`

	// The type of action for the instance group.
	ActionType *string `json:"action_type,omitempty"`

	// The cron specification for a recurring scheduled action. Actions can be applied a maximum of one time within a 5 min
	// period.
	CronSpec *string `json:"cron_spec,omitempty"`

	// The date and time the scheduled action was last applied. If absent, the action has never been applied.
	LastAppliedAt *strfmt.DateTime `json:"last_applied_at,omitempty"`

	// The date and time the scheduled action will next run. If absent, the system is currently calculating the next run
	// time.
	NextRunAt *strfmt.DateTime `json:"next_run_at,omitempty"`

	Group *InstanceGroupManagerScheduledActionGroup `json:"group,omitempty"`

	Manager InstanceGroupManagerScheduledActionManagerIntf `json:"manager,omitempty"`
}

InstanceGroupManagerAction : InstanceGroupManagerAction struct Models which "extend" this model: - InstanceGroupManagerActionScheduledAction

type InstanceGroupManagerActionGroupPatch

type InstanceGroupManagerActionGroupPatch struct {
	// The desired number of instance group members at the scheduled time.
	MembershipCount *int64 `json:"membership_count,omitempty"`
}

InstanceGroupManagerActionGroupPatch : InstanceGroupManagerActionGroupPatch struct

type InstanceGroupManagerActionIntf

type InstanceGroupManagerActionIntf interface {
	// contains filtered or unexported methods
}

type InstanceGroupManagerActionManagerPatch

type InstanceGroupManagerActionManagerPatch struct {
	// The desired maximum number of instance group members at the scheduled time.
	MaxMembershipCount *int64 `json:"max_membership_count,omitempty"`

	// The desired minimum number of instance group members at the scheduled time.
	MinMembershipCount *int64 `json:"min_membership_count,omitempty"`
}

InstanceGroupManagerActionManagerPatch : InstanceGroupManagerActionManagerPatch struct

type InstanceGroupManagerActionPatch

type InstanceGroupManagerActionPatch struct {
	// The cron specification for a recurring scheduled action. Actions can be applied a maximum of one time within a 5 min
	// period.
	CronSpec *string `json:"cron_spec,omitempty"`

	Group *InstanceGroupManagerActionGroupPatch `json:"group,omitempty"`

	Manager *InstanceGroupManagerActionManagerPatch `json:"manager,omitempty"`

	// The user-defined name for this instance group manager action.
	Name *string `json:"name,omitempty"`

	// The date and time the scheduled action will run.
	RunAt *strfmt.DateTime `json:"run_at,omitempty"`
}

InstanceGroupManagerActionPatch : InstanceGroupManagerActionPatch struct

func (*InstanceGroupManagerActionPatch) AsPatch

func (instanceGroupManagerActionPatch *InstanceGroupManagerActionPatch) AsPatch() (_patch map[string]interface{}, err error)

AsPatch returns a generic map representation of the InstanceGroupManagerActionPatch

type InstanceGroupManagerActionPrototype

type InstanceGroupManagerActionPrototype struct {
	// The user-defined name for this instance group manager action. Names must be unique within the instance group
	// manager. If unspecified, the name will be a hyphenated list of randomly-selected words.
	Name *string `json:"name,omitempty"`

	// The date and time the scheduled action will run.
	RunAt *strfmt.DateTime `json:"run_at,omitempty"`

	Group *InstanceGroupManagerScheduledActionGroupPrototype `json:"group,omitempty"`

	Manager InstanceGroupManagerScheduledActionManagerPrototypeIntf `json:"manager,omitempty"`

	// The cron specification for a recurring scheduled action. Actions can be applied a maximum of one time within a 5 min
	// period.
	CronSpec *string `json:"cron_spec,omitempty"`
}

InstanceGroupManagerActionPrototype : InstanceGroupManagerActionPrototype struct Models which "extend" this model: - InstanceGroupManagerActionPrototypeScheduledActionPrototype

type InstanceGroupManagerActionPrototypeIntf

type InstanceGroupManagerActionPrototypeIntf interface {
	// contains filtered or unexported methods
}

type InstanceGroupManagerActionPrototypeScheduledActionPrototype

type InstanceGroupManagerActionPrototypeScheduledActionPrototype struct {
	// The user-defined name for this instance group manager action. Names must be unique within the instance group
	// manager. If unspecified, the name will be a hyphenated list of randomly-selected words.
	Name *string `json:"name,omitempty"`

	// The date and time the scheduled action will run.
	RunAt *strfmt.DateTime `json:"run_at,omitempty"`

	Group *InstanceGroupManagerScheduledActionGroupPrototype `json:"group,omitempty"`

	Manager InstanceGroupManagerScheduledActionManagerPrototypeIntf `json:"manager,omitempty"`

	// The cron specification for a recurring scheduled action. Actions can be applied a maximum of one time within a 5 min
	// period.
	CronSpec *string `json:"cron_spec,omitempty"`
}

InstanceGroupManagerActionPrototypeScheduledActionPrototype : InstanceGroupManagerActionPrototypeScheduledActionPrototype struct Models which "extend" this model: - InstanceGroupManagerActionPrototypeScheduledActionPrototypeByRunAt - InstanceGroupManagerActionPrototypeScheduledActionPrototypeByCronSpec This model "extends" InstanceGroupManagerActionPrototype

type InstanceGroupManagerActionPrototypeScheduledActionPrototypeByCronSpec

type InstanceGroupManagerActionPrototypeScheduledActionPrototypeByCronSpec struct {
	// The user-defined name for this instance group manager action. Names must be unique within the instance group
	// manager. If unspecified, the name will be a hyphenated list of randomly-selected words.
	Name *string `json:"name,omitempty"`

	// The cron specification for a recurring scheduled action. Actions can be applied a maximum of one time within a 5 min
	// period.
	CronSpec *string `json:"cron_spec,omitempty"`

	Group *InstanceGroupManagerScheduledActionGroupPrototype `json:"group,omitempty"`

	Manager InstanceGroupManagerScheduledActionManagerPrototypeIntf `json:"manager,omitempty"`
}

InstanceGroupManagerActionPrototypeScheduledActionPrototypeByCronSpec : InstanceGroupManagerActionPrototypeScheduledActionPrototypeByCronSpec struct Models which "extend" this model: - InstanceGroupManagerActionPrototypeScheduledActionPrototypeByCronSpecByGroup - InstanceGroupManagerActionPrototypeScheduledActionPrototypeByCronSpecByManager This model "extends" InstanceGroupManagerActionPrototypeScheduledActionPrototype

type InstanceGroupManagerActionPrototypeScheduledActionPrototypeByCronSpecByGroup

type InstanceGroupManagerActionPrototypeScheduledActionPrototypeByCronSpecByGroup struct {
	// The user-defined name for this instance group manager action. Names must be unique within the instance group
	// manager. If unspecified, the name will be a hyphenated list of randomly-selected words.
	Name *string `json:"name,omitempty"`

	// The cron specification for a recurring scheduled action. Actions can be applied a maximum of one time within a 5 min
	// period.
	CronSpec *string `json:"cron_spec,omitempty"`

	Group *InstanceGroupManagerScheduledActionGroupPrototype `json:"group" validate:"required"`
}

InstanceGroupManagerActionPrototypeScheduledActionPrototypeByCronSpecByGroup : InstanceGroupManagerActionPrototypeScheduledActionPrototypeByCronSpecByGroup struct This model "extends" InstanceGroupManagerActionPrototypeScheduledActionPrototypeByCronSpec

type InstanceGroupManagerActionPrototypeScheduledActionPrototypeByCronSpecByManager

type InstanceGroupManagerActionPrototypeScheduledActionPrototypeByCronSpecByManager struct {
	// The user-defined name for this instance group manager action. Names must be unique within the instance group
	// manager. If unspecified, the name will be a hyphenated list of randomly-selected words.
	Name *string `json:"name,omitempty"`

	// The cron specification for a recurring scheduled action. Actions can be applied a maximum of one time within a 5 min
	// period.
	CronSpec *string `json:"cron_spec,omitempty"`

	Manager InstanceGroupManagerScheduledActionManagerPrototypeIntf `json:"manager" validate:"required"`
}

InstanceGroupManagerActionPrototypeScheduledActionPrototypeByCronSpecByManager : InstanceGroupManagerActionPrototypeScheduledActionPrototypeByCronSpecByManager struct This model "extends" InstanceGroupManagerActionPrototypeScheduledActionPrototypeByCronSpec

type InstanceGroupManagerActionPrototypeScheduledActionPrototypeByCronSpecIntf

type InstanceGroupManagerActionPrototypeScheduledActionPrototypeByCronSpecIntf interface {
	InstanceGroupManagerActionPrototypeScheduledActionPrototypeIntf
	// contains filtered or unexported methods
}

type InstanceGroupManagerActionPrototypeScheduledActionPrototypeByRunAt

type InstanceGroupManagerActionPrototypeScheduledActionPrototypeByRunAt struct {
	// The user-defined name for this instance group manager action. Names must be unique within the instance group
	// manager. If unspecified, the name will be a hyphenated list of randomly-selected words.
	Name *string `json:"name,omitempty"`

	// The date and time the scheduled action will run.
	RunAt *strfmt.DateTime `json:"run_at,omitempty"`

	Group *InstanceGroupManagerScheduledActionGroupPrototype `json:"group,omitempty"`

	Manager InstanceGroupManagerScheduledActionManagerPrototypeIntf `json:"manager,omitempty"`
}

InstanceGroupManagerActionPrototypeScheduledActionPrototypeByRunAt : InstanceGroupManagerActionPrototypeScheduledActionPrototypeByRunAt struct Models which "extend" this model: - InstanceGroupManagerActionPrototypeScheduledActionPrototypeByRunAtByGroup - InstanceGroupManagerActionPrototypeScheduledActionPrototypeByRunAtByManager This model "extends" InstanceGroupManagerActionPrototypeScheduledActionPrototype

type InstanceGroupManagerActionPrototypeScheduledActionPrototypeByRunAtByGroup

type InstanceGroupManagerActionPrototypeScheduledActionPrototypeByRunAtByGroup struct {
	// The user-defined name for this instance group manager action. Names must be unique within the instance group
	// manager. If unspecified, the name will be a hyphenated list of randomly-selected words.
	Name *string `json:"name,omitempty"`

	// The date and time the scheduled action will run.
	RunAt *strfmt.DateTime `json:"run_at,omitempty"`

	Group *InstanceGroupManagerScheduledActionGroupPrototype `json:"group" validate:"required"`
}

InstanceGroupManagerActionPrototypeScheduledActionPrototypeByRunAtByGroup : InstanceGroupManagerActionPrototypeScheduledActionPrototypeByRunAtByGroup struct This model "extends" InstanceGroupManagerActionPrototypeScheduledActionPrototypeByRunAt

type InstanceGroupManagerActionPrototypeScheduledActionPrototypeByRunAtByManager

type InstanceGroupManagerActionPrototypeScheduledActionPrototypeByRunAtByManager struct {
	// The user-defined name for this instance group manager action. Names must be unique within the instance group
	// manager. If unspecified, the name will be a hyphenated list of randomly-selected words.
	Name *string `json:"name,omitempty"`

	// The date and time the scheduled action will run.
	RunAt *strfmt.DateTime `json:"run_at,omitempty"`

	Manager InstanceGroupManagerScheduledActionManagerPrototypeIntf `json:"manager" validate:"required"`
}

InstanceGroupManagerActionPrototypeScheduledActionPrototypeByRunAtByManager : InstanceGroupManagerActionPrototypeScheduledActionPrototypeByRunAtByManager struct This model "extends" InstanceGroupManagerActionPrototypeScheduledActionPrototypeByRunAt

type InstanceGroupManagerActionPrototypeScheduledActionPrototypeByRunAtIntf

type InstanceGroupManagerActionPrototypeScheduledActionPrototypeByRunAtIntf interface {
	InstanceGroupManagerActionPrototypeScheduledActionPrototypeIntf
	// contains filtered or unexported methods
}

type InstanceGroupManagerActionPrototypeScheduledActionPrototypeIntf

type InstanceGroupManagerActionPrototypeScheduledActionPrototypeIntf interface {
	InstanceGroupManagerActionPrototypeIntf
	// contains filtered or unexported methods
}

type InstanceGroupManagerActionReference

type InstanceGroupManagerActionReference struct {
	// If present, this property indicates the referenced resource has been deleted and provides
	// some supplementary information.
	Deleted *InstanceGroupManagerActionReferenceDeleted `json:"deleted,omitempty"`

	// The URL for this instance group manager action.
	Href *string `json:"href" validate:"required"`

	// The unique identifier for this instance group manager action.
	ID *string `json:"id" validate:"required"`

	// The user-defined name for this instance group manager action.
	Name *string `json:"name" validate:"required"`

	// The resource type.
	ResourceType *string `json:"resource_type" validate:"required"`
}

InstanceGroupManagerActionReference : InstanceGroupManagerActionReference struct

type InstanceGroupManagerActionReferenceDeleted

type InstanceGroupManagerActionReferenceDeleted struct {
	// Link to documentation about deleted resources.
	MoreInfo *string `json:"more_info" validate:"required"`
}

InstanceGroupManagerActionReferenceDeleted : If present, this property indicates the referenced resource has been deleted and provides some supplementary information.

type InstanceGroupManagerActionScheduledAction

type InstanceGroupManagerActionScheduledAction struct {
	// Indicates whether this scheduled action will be automatically deleted after it has completed and
	// `auto_delete_timeout` hours have passed. At present, this is always
	// `true`, but may be modifiable in the future.
	AutoDelete *bool `json:"auto_delete" validate:"required"`

	// If `auto_delete` is `true`, and this scheduled action has finished, the hours after which it will be automatically
	// deleted. If the value is `0`, the action will be deleted once it has finished. This value may be modifiable in the
	// future.
	AutoDeleteTimeout *int64 `json:"auto_delete_timeout" validate:"required"`

	// The date and time that the instance group manager action was created.
	CreatedAt *strfmt.DateTime `json:"created_at" validate:"required"`

	// The URL for this instance group manager action.
	Href *string `json:"href" validate:"required"`

	// The unique identifier for this instance group manager action.
	ID *string `json:"id" validate:"required"`

	// The user-defined name for this instance group manager action.
	Name *string `json:"name" validate:"required"`

	// The resource type.
	ResourceType *string `json:"resource_type" validate:"required"`

	// The status of the instance group action
	// - `active`: Action is ready to be run
	// - `completed`: Action was completed successfully
	// - `failed`: Action could not be completed successfully
	// - `incompatible`: Action parameters are not compatible with the group or manager
	// - `omitted`: Action was not applied because this action's manager was disabled.
	Status *string `json:"status" validate:"required"`

	// The date and time that the instance group manager action was modified.
	UpdatedAt *strfmt.DateTime `json:"updated_at" validate:"required"`

	// The type of action for the instance group.
	ActionType *string `json:"action_type" validate:"required"`

	// The cron specification for a recurring scheduled action. Actions can be applied a maximum of one time within a 5 min
	// period.
	CronSpec *string `json:"cron_spec,omitempty"`

	// The date and time the scheduled action was last applied. If absent, the action has never been applied.
	LastAppliedAt *strfmt.DateTime `json:"last_applied_at,omitempty"`

	// The date and time the scheduled action will next run. If absent, the system is currently calculating the next run
	// time.
	NextRunAt *strfmt.DateTime `json:"next_run_at,omitempty"`

	Group *InstanceGroupManagerScheduledActionGroup `json:"group,omitempty"`

	Manager InstanceGroupManagerScheduledActionManagerIntf `json:"manager,omitempty"`
}

InstanceGroupManagerActionScheduledAction : InstanceGroupManagerActionScheduledAction struct Models which "extend" this model: - InstanceGroupManagerActionScheduledActionGroupTarget - InstanceGroupManagerActionScheduledActionManagerTarget This model "extends" InstanceGroupManagerAction

type InstanceGroupManagerActionScheduledActionGroupTarget

type InstanceGroupManagerActionScheduledActionGroupTarget struct {
	// Indicates whether this scheduled action will be automatically deleted after it has completed and
	// `auto_delete_timeout` hours have passed. At present, this is always
	// `true`, but may be modifiable in the future.
	AutoDelete *bool `json:"auto_delete" validate:"required"`

	// If `auto_delete` is `true`, and this scheduled action has finished, the hours after which it will be automatically
	// deleted. If the value is `0`, the action will be deleted once it has finished. This value may be modifiable in the
	// future.
	AutoDeleteTimeout *int64 `json:"auto_delete_timeout" validate:"required"`

	// The date and time that the instance group manager action was created.
	CreatedAt *strfmt.DateTime `json:"created_at" validate:"required"`

	// The URL for this instance group manager action.
	Href *string `json:"href" validate:"required"`

	// The unique identifier for this instance group manager action.
	ID *string `json:"id" validate:"required"`

	// The user-defined name for this instance group manager action.
	Name *string `json:"name" validate:"required"`

	// The resource type.
	ResourceType *string `json:"resource_type" validate:"required"`

	// The status of the instance group action
	// - `active`: Action is ready to be run
	// - `completed`: Action was completed successfully
	// - `failed`: Action could not be completed successfully
	// - `incompatible`: Action parameters are not compatible with the group or manager
	// - `omitted`: Action was not applied because this action's manager was disabled.
	Status *string `json:"status" validate:"required"`

	// The date and time that the instance group manager action was modified.
	UpdatedAt *strfmt.DateTime `json:"updated_at" validate:"required"`

	// The type of action for the instance group.
	ActionType *string `json:"action_type" validate:"required"`

	// The cron specification for a recurring scheduled action. Actions can be applied a maximum of one time within a 5 min
	// period.
	CronSpec *string `json:"cron_spec,omitempty"`

	// The date and time the scheduled action was last applied. If absent, the action has never been applied.
	LastAppliedAt *strfmt.DateTime `json:"last_applied_at,omitempty"`

	// The date and time the scheduled action will next run. If absent, the system is currently calculating the next run
	// time.
	NextRunAt *strfmt.DateTime `json:"next_run_at,omitempty"`

	Group *InstanceGroupManagerScheduledActionGroup `json:"group" validate:"required"`
}

InstanceGroupManagerActionScheduledActionGroupTarget : InstanceGroupManagerActionScheduledActionGroupTarget struct This model "extends" InstanceGroupManagerActionScheduledAction

type InstanceGroupManagerActionScheduledActionIntf

type InstanceGroupManagerActionScheduledActionIntf interface {
	InstanceGroupManagerActionIntf
	// contains filtered or unexported methods
}

type InstanceGroupManagerActionScheduledActionManagerTarget

type InstanceGroupManagerActionScheduledActionManagerTarget struct {
	// Indicates whether this scheduled action will be automatically deleted after it has completed and
	// `auto_delete_timeout` hours have passed. At present, this is always
	// `true`, but may be modifiable in the future.
	AutoDelete *bool `json:"auto_delete" validate:"required"`

	// If `auto_delete` is `true`, and this scheduled action has finished, the hours after which it will be automatically
	// deleted. If the value is `0`, the action will be deleted once it has finished. This value may be modifiable in the
	// future.
	AutoDeleteTimeout *int64 `json:"auto_delete_timeout" validate:"required"`

	// The date and time that the instance group manager action was created.
	CreatedAt *strfmt.DateTime `json:"created_at" validate:"required"`

	// The URL for this instance group manager action.
	Href *string `json:"href" validate:"required"`

	// The unique identifier for this instance group manager action.
	ID *string `json:"id" validate:"required"`

	// The user-defined name for this instance group manager action.
	Name *string `json:"name" validate:"required"`

	// The resource type.
	ResourceType *string `json:"resource_type" validate:"required"`

	// The status of the instance group action
	// - `active`: Action is ready to be run
	// - `completed`: Action was completed successfully
	// - `failed`: Action could not be completed successfully
	// - `incompatible`: Action parameters are not compatible with the group or manager
	// - `omitted`: Action was not applied because this action's manager was disabled.
	Status *string `json:"status" validate:"required"`

	// The date and time that the instance group manager action was modified.
	UpdatedAt *strfmt.DateTime `json:"updated_at" validate:"required"`

	// The type of action for the instance group.
	ActionType *string `json:"action_type" validate:"required"`

	// The cron specification for a recurring scheduled action. Actions can be applied a maximum of one time within a 5 min
	// period.
	CronSpec *string `json:"cron_spec,omitempty"`

	// The date and time the scheduled action was last applied. If absent, the action has never been applied.
	LastAppliedAt *strfmt.DateTime `json:"last_applied_at,omitempty"`

	// The date and time the scheduled action will next run. If absent, the system is currently calculating the next run
	// time.
	NextRunAt *strfmt.DateTime `json:"next_run_at,omitempty"`

	Manager InstanceGroupManagerScheduledActionManagerIntf `json:"manager" validate:"required"`
}

InstanceGroupManagerActionScheduledActionManagerTarget : InstanceGroupManagerActionScheduledActionManagerTarget struct This model "extends" InstanceGroupManagerActionScheduledAction

type InstanceGroupManagerActionsCollection

type InstanceGroupManagerActionsCollection struct {
	// Collection of instance group manager actions.
	Actions []InstanceGroupManagerActionIntf `json:"actions" validate:"required"`

	// A link to the first page of resources.
	First *InstanceGroupManagerActionsCollectionFirst `json:"first" validate:"required"`

	// The maximum number of resources that can be returned by the request.
	Limit *int64 `json:"limit" validate:"required"`

	// A link to the next page of resources. This property is present for all pages
	// except the last page.
	Next *InstanceGroupManagerActionsCollectionNext `json:"next,omitempty"`

	// The total number of resources across all pages.
	TotalCount *int64 `json:"total_count" validate:"required"`
}

InstanceGroupManagerActionsCollection : InstanceGroupManagerActionsCollection struct

func (*InstanceGroupManagerActionsCollection) GetNextStart

func (resp *InstanceGroupManagerActionsCollection) GetNextStart() (*string, error)

Retrieve the value to be passed to a request to access the next page of results

type InstanceGroupManagerActionsCollectionFirst

type InstanceGroupManagerActionsCollectionFirst struct {
	// The URL for a page of resources.
	Href *string `json:"href" validate:"required"`
}

InstanceGroupManagerActionsCollectionFirst : A link to the first page of resources.

type InstanceGroupManagerActionsCollectionNext

type InstanceGroupManagerActionsCollectionNext struct {
	// The URL for a page of resources.
	Href *string `json:"href" validate:"required"`
}

InstanceGroupManagerActionsCollectionNext : A link to the next page of resources. This property is present for all pages except the last page.

type InstanceGroupManagerAutoScale

type InstanceGroupManagerAutoScale struct {
	// The date and time that the instance group manager was created.
	CreatedAt *strfmt.DateTime `json:"created_at" validate:"required"`

	// The URL for this instance group manager.
	Href *string `json:"href" validate:"required"`

	// The unique identifier for this instance group manager.
	ID *string `json:"id" validate:"required"`

	// Indicates whether this manager will control the instance group.
	ManagementEnabled *bool `json:"management_enabled" validate:"required"`

	// The user-defined name for this instance group manager.
	Name *string `json:"name" validate:"required"`

	// The date and time that the instance group manager was updated.
	UpdatedAt *strfmt.DateTime `json:"updated_at" validate:"required"`

	// The time window in seconds to aggregate metrics prior to evaluation.
	AggregationWindow *int64 `json:"aggregation_window" validate:"required"`

	// The duration of time in seconds to pause further scale actions after scaling has taken place.
	Cooldown *int64 `json:"cooldown" validate:"required"`

	// The type of instance group manager.
	ManagerType *string `json:"manager_type" validate:"required"`

	// The maximum number of members in a managed instance group.
	MaxMembershipCount *int64 `json:"max_membership_count" validate:"required"`

	// The minimum number of members in a managed instance group.
	MinMembershipCount *int64 `json:"min_membership_count" validate:"required"`

	// The policies of the instance group manager.
	Policies []InstanceGroupManagerPolicyReference `json:"policies" validate:"required"`
}

InstanceGroupManagerAutoScale : InstanceGroupManagerAutoScale struct This model "extends" InstanceGroupManager

type InstanceGroupManagerCollection

type InstanceGroupManagerCollection struct {
	// A link to the first page of resources.
	First *InstanceGroupManagerCollectionFirst `json:"first" validate:"required"`

	// The maximum number of resources that can be returned by the request.
	Limit *int64 `json:"limit" validate:"required"`

	// Collection of instance group managers.
	Managers []InstanceGroupManagerIntf `json:"managers" validate:"required"`

	// A link to the next page of resources. This property is present for all pages
	// except the last page.
	Next *InstanceGroupManagerCollectionNext `json:"next,omitempty"`

	// The total number of resources across all pages.
	TotalCount *int64 `json:"total_count" validate:"required"`
}

InstanceGroupManagerCollection : InstanceGroupManagerCollection struct

func (*InstanceGroupManagerCollection) GetNextStart

func (resp *InstanceGroupManagerCollection) GetNextStart() (*string, error)

Retrieve the value to be passed to a request to access the next page of results

type InstanceGroupManagerCollectionFirst

type InstanceGroupManagerCollectionFirst struct {
	// The URL for a page of resources.
	Href *string `json:"href" validate:"required"`
}

InstanceGroupManagerCollectionFirst : A link to the first page of resources.

type InstanceGroupManagerCollectionNext

type InstanceGroupManagerCollectionNext struct {
	// The URL for a page of resources.
	Href *string `json:"href" validate:"required"`
}

InstanceGroupManagerCollectionNext : A link to the next page of resources. This property is present for all pages except the last page.

type InstanceGroupManagerIntf

type InstanceGroupManagerIntf interface {
	// contains filtered or unexported methods
}

type InstanceGroupManagerPatch

type InstanceGroupManagerPatch struct {
	// The time window in seconds to aggregate metrics prior to evaluation.
	AggregationWindow *int64 `json:"aggregation_window,omitempty"`

	// The duration of time in seconds to pause further scale actions after scaling has taken place.
	Cooldown *int64 `json:"cooldown,omitempty"`

	// Indicates whether this manager will control the instance group.
	ManagementEnabled *bool `json:"management_enabled,omitempty"`

	// The maximum number of members in a managed instance group.
	MaxMembershipCount *int64 `json:"max_membership_count,omitempty"`

	// The minimum number of members in a managed instance group.
	MinMembershipCount *int64 `json:"min_membership_count,omitempty"`

	// The user-defined name for this instance group manager.
	Name *string `json:"name,omitempty"`
}

InstanceGroupManagerPatch : InstanceGroupManagerPatch struct

func (*InstanceGroupManagerPatch) AsPatch

func (instanceGroupManagerPatch *InstanceGroupManagerPatch) AsPatch() (_patch map[string]interface{}, err error)

AsPatch returns a generic map representation of the InstanceGroupManagerPatch

type InstanceGroupManagerPolicy

type InstanceGroupManagerPolicy struct {
	// The date and time that the instance group manager policy was created.
	CreatedAt *strfmt.DateTime `json:"created_at" validate:"required"`

	// The URL for this instance group manager policy.
	Href *string `json:"href" validate:"required"`

	// The unique identifier for this instance group manager policy.
	ID *string `json:"id" validate:"required"`

	// The user-defined name for this instance group manager policy.
	Name *string `json:"name" validate:"required"`

	// The date and time that the instance group manager policy was updated.
	UpdatedAt *strfmt.DateTime `json:"updated_at" validate:"required"`

	// The type of metric to be evaluated.
	MetricType *string `json:"metric_type,omitempty"`

	// The metric value to be evaluated.
	MetricValue *int64 `json:"metric_value,omitempty"`

	// The type of policy for the instance group.
	PolicyType *string `json:"policy_type,omitempty"`
}

InstanceGroupManagerPolicy : InstanceGroupManagerPolicy struct Models which "extend" this model: - InstanceGroupManagerPolicyInstanceGroupManagerTargetPolicy

type InstanceGroupManagerPolicyCollection

type InstanceGroupManagerPolicyCollection struct {
	// A link to the first page of resources.
	First *InstanceGroupManagerPolicyCollectionFirst `json:"first" validate:"required"`

	// The maximum number of resources that can be returned by the request.
	Limit *int64 `json:"limit" validate:"required"`

	// A link to the next page of resources. This property is present for all pages
	// except the last page.
	Next *InstanceGroupManagerPolicyCollectionNext `json:"next,omitempty"`

	// Collection of instance group manager policies.
	Policies []InstanceGroupManagerPolicyIntf `json:"policies" validate:"required"`

	// The total number of resources across all pages.
	TotalCount *int64 `json:"total_count" validate:"required"`
}

InstanceGroupManagerPolicyCollection : InstanceGroupManagerPolicyCollection struct

func (*InstanceGroupManagerPolicyCollection) GetNextStart

func (resp *InstanceGroupManagerPolicyCollection) GetNextStart() (*string, error)

Retrieve the value to be passed to a request to access the next page of results

type InstanceGroupManagerPolicyCollectionFirst

type InstanceGroupManagerPolicyCollectionFirst struct {
	// The URL for a page of resources.
	Href *string `json:"href" validate:"required"`
}

InstanceGroupManagerPolicyCollectionFirst : A link to the first page of resources.

type InstanceGroupManagerPolicyCollectionNext

type InstanceGroupManagerPolicyCollectionNext struct {
	// The URL for a page of resources.
	Href *string `json:"href" validate:"required"`
}

InstanceGroupManagerPolicyCollectionNext : A link to the next page of resources. This property is present for all pages except the last page.

type InstanceGroupManagerPolicyInstanceGroupManagerTargetPolicy

type InstanceGroupManagerPolicyInstanceGroupManagerTargetPolicy struct {
	// The date and time that the instance group manager policy was created.
	CreatedAt *strfmt.DateTime `json:"created_at" validate:"required"`

	// The URL for this instance group manager policy.
	Href *string `json:"href" validate:"required"`

	// The unique identifier for this instance group manager policy.
	ID *string `json:"id" validate:"required"`

	// The user-defined name for this instance group manager policy.
	Name *string `json:"name" validate:"required"`

	// The date and time that the instance group manager policy was updated.
	UpdatedAt *strfmt.DateTime `json:"updated_at" validate:"required"`

	// The type of metric to be evaluated.
	MetricType *string `json:"metric_type" validate:"required"`

	// The metric value to be evaluated.
	MetricValue *int64 `json:"metric_value" validate:"required"`

	// The type of policy for the instance group.
	PolicyType *string `json:"policy_type" validate:"required"`
}

InstanceGroupManagerPolicyInstanceGroupManagerTargetPolicy : InstanceGroupManagerPolicyInstanceGroupManagerTargetPolicy struct This model "extends" InstanceGroupManagerPolicy

type InstanceGroupManagerPolicyIntf

type InstanceGroupManagerPolicyIntf interface {
	// contains filtered or unexported methods
}

type InstanceGroupManagerPolicyPatch

type InstanceGroupManagerPolicyPatch struct {
	// The type of metric to be evaluated.
	MetricType *string `json:"metric_type,omitempty"`

	// The metric value to be evaluated.
	MetricValue *int64 `json:"metric_value,omitempty"`

	// The user-defined name for this instance group manager policy.
	Name *string `json:"name,omitempty"`
}

InstanceGroupManagerPolicyPatch : InstanceGroupManagerPolicyPatch struct

func (*InstanceGroupManagerPolicyPatch) AsPatch

func (instanceGroupManagerPolicyPatch *InstanceGroupManagerPolicyPatch) AsPatch() (_patch map[string]interface{}, err error)

AsPatch returns a generic map representation of the InstanceGroupManagerPolicyPatch

type InstanceGroupManagerPolicyPrototype

type InstanceGroupManagerPolicyPrototype struct {
	// The user-defined name for this instance group manager policy. Names must be unique within the instance group
	// manager. If unspecified, the name will be a hyphenated list of randomly-selected words.
	Name *string `json:"name,omitempty"`

	// The type of metric to be evaluated.
	MetricType *string `json:"metric_type,omitempty"`

	// The metric value to be evaluated.
	MetricValue *int64 `json:"metric_value,omitempty"`

	// The type of policy for the instance group.
	PolicyType *string `json:"policy_type,omitempty"`
}

InstanceGroupManagerPolicyPrototype : InstanceGroupManagerPolicyPrototype struct Models which "extend" this model: - InstanceGroupManagerPolicyPrototypeInstanceGroupManagerTargetPolicyPrototype

type InstanceGroupManagerPolicyPrototypeInstanceGroupManagerTargetPolicyPrototype

type InstanceGroupManagerPolicyPrototypeInstanceGroupManagerTargetPolicyPrototype struct {
	// The user-defined name for this instance group manager policy. Names must be unique within the instance group
	// manager. If unspecified, the name will be a hyphenated list of randomly-selected words.
	Name *string `json:"name,omitempty"`

	// The type of metric to be evaluated.
	MetricType *string `json:"metric_type" validate:"required"`

	// The metric value to be evaluated.
	MetricValue *int64 `json:"metric_value" validate:"required"`

	// The type of policy for the instance group.
	PolicyType *string `json:"policy_type" validate:"required"`
}

InstanceGroupManagerPolicyPrototypeInstanceGroupManagerTargetPolicyPrototype : InstanceGroupManagerPolicyPrototypeInstanceGroupManagerTargetPolicyPrototype struct This model "extends" InstanceGroupManagerPolicyPrototype

type InstanceGroupManagerPolicyPrototypeIntf

type InstanceGroupManagerPolicyPrototypeIntf interface {
	// contains filtered or unexported methods
}

type InstanceGroupManagerPolicyReference

type InstanceGroupManagerPolicyReference struct {
	// If present, this property indicates the referenced resource has been deleted and provides
	// some supplementary information.
	Deleted *InstanceGroupManagerPolicyReferenceDeleted `json:"deleted,omitempty"`

	// The URL for this instance group manager policy.
	Href *string `json:"href" validate:"required"`

	// The unique identifier for this instance group manager policy.
	ID *string `json:"id" validate:"required"`

	// The user-defined name for this instance group manager policy.
	Name *string `json:"name" validate:"required"`
}

InstanceGroupManagerPolicyReference : InstanceGroupManagerPolicyReference struct

type InstanceGroupManagerPolicyReferenceDeleted

type InstanceGroupManagerPolicyReferenceDeleted struct {
	// Link to documentation about deleted resources.
	MoreInfo *string `json:"more_info" validate:"required"`
}

InstanceGroupManagerPolicyReferenceDeleted : If present, this property indicates the referenced resource has been deleted and provides some supplementary information.

type InstanceGroupManagerPrototype

type InstanceGroupManagerPrototype struct {
	// Indicates whether this manager will control the instance group.
	ManagementEnabled *bool `json:"management_enabled,omitempty"`

	// The user-defined name for this instance group manager. Names must be unique within the instance group. If
	// unspecified, the name will be a hyphenated list of randomly-selected words.
	Name *string `json:"name,omitempty"`

	// The time window in seconds to aggregate metrics prior to evaluation.
	AggregationWindow *int64 `json:"aggregation_window,omitempty"`

	// The duration of time in seconds to pause further scale actions after scaling has taken place.
	Cooldown *int64 `json:"cooldown,omitempty"`

	// The type of instance group manager.
	ManagerType *string `json:"manager_type,omitempty"`

	// The maximum number of members in a managed instance group.
	MaxMembershipCount *int64 `json:"max_membership_count,omitempty"`

	// The minimum number of members in a managed instance group.
	MinMembershipCount *int64 `json:"min_membership_count,omitempty"`
}

InstanceGroupManagerPrototype : InstanceGroupManagerPrototype struct Models which "extend" this model: - InstanceGroupManagerPrototypeInstanceGroupManagerAutoScalePrototype - InstanceGroupManagerPrototypeInstanceGroupManagerScheduledPrototype

type InstanceGroupManagerPrototypeInstanceGroupManagerAutoScalePrototype

type InstanceGroupManagerPrototypeInstanceGroupManagerAutoScalePrototype struct {
	// Indicates whether this manager will control the instance group.
	ManagementEnabled *bool `json:"management_enabled,omitempty"`

	// The user-defined name for this instance group manager. Names must be unique within the instance group. If
	// unspecified, the name will be a hyphenated list of randomly-selected words.
	Name *string `json:"name,omitempty"`

	// The time window in seconds to aggregate metrics prior to evaluation.
	AggregationWindow *int64 `json:"aggregation_window,omitempty"`

	// The duration of time in seconds to pause further scale actions after scaling has taken place.
	Cooldown *int64 `json:"cooldown,omitempty"`

	// The type of instance group manager.
	ManagerType *string `json:"manager_type" validate:"required"`

	// The maximum number of members in a managed instance group.
	MaxMembershipCount *int64 `json:"max_membership_count" validate:"required"`

	// The minimum number of members in a managed instance group.
	MinMembershipCount *int64 `json:"min_membership_count,omitempty"`
}

InstanceGroupManagerPrototypeInstanceGroupManagerAutoScalePrototype : InstanceGroupManagerPrototypeInstanceGroupManagerAutoScalePrototype struct This model "extends" InstanceGroupManagerPrototype

type InstanceGroupManagerPrototypeInstanceGroupManagerScheduledPrototype

type InstanceGroupManagerPrototypeInstanceGroupManagerScheduledPrototype struct {
	// Indicates whether this manager will control the instance group.
	ManagementEnabled *bool `json:"management_enabled,omitempty"`

	// The user-defined name for this instance group manager. Names must be unique within the instance group. If
	// unspecified, the name will be a hyphenated list of randomly-selected words.
	Name *string `json:"name,omitempty"`

	// The type of instance group manager.
	ManagerType *string `json:"manager_type" validate:"required"`
}

InstanceGroupManagerPrototypeInstanceGroupManagerScheduledPrototype : InstanceGroupManagerPrototypeInstanceGroupManagerScheduledPrototype struct This model "extends" InstanceGroupManagerPrototype

type InstanceGroupManagerPrototypeIntf

type InstanceGroupManagerPrototypeIntf interface {
	// contains filtered or unexported methods
}

type InstanceGroupManagerReference

type InstanceGroupManagerReference struct {
	// If present, this property indicates the referenced resource has been deleted and provides
	// some supplementary information.
	Deleted *InstanceGroupManagerReferenceDeleted `json:"deleted,omitempty"`

	// The URL for this instance group manager.
	Href *string `json:"href" validate:"required"`

	// The unique identifier for this instance group manager.
	ID *string `json:"id" validate:"required"`

	// The user-defined name for this instance group manager.
	Name *string `json:"name" validate:"required"`
}

InstanceGroupManagerReference : InstanceGroupManagerReference struct

type InstanceGroupManagerReferenceDeleted

type InstanceGroupManagerReferenceDeleted struct {
	// Link to documentation about deleted resources.
	MoreInfo *string `json:"more_info" validate:"required"`
}

InstanceGroupManagerReferenceDeleted : If present, this property indicates the referenced resource has been deleted and provides some supplementary information.

type InstanceGroupManagerScheduled

type InstanceGroupManagerScheduled struct {
	// The date and time that the instance group manager was created.
	CreatedAt *strfmt.DateTime `json:"created_at" validate:"required"`

	// The URL for this instance group manager.
	Href *string `json:"href" validate:"required"`

	// The unique identifier for this instance group manager.
	ID *string `json:"id" validate:"required"`

	// Indicates whether this manager will control the instance group.
	ManagementEnabled *bool `json:"management_enabled" validate:"required"`

	// The user-defined name for this instance group manager.
	Name *string `json:"name" validate:"required"`

	// The date and time that the instance group manager was updated.
	UpdatedAt *strfmt.DateTime `json:"updated_at" validate:"required"`

	// The actions of the instance group manager.
	Actions []InstanceGroupManagerActionReference `json:"actions" validate:"required"`

	// The type of instance group manager.
	ManagerType *string `json:"manager_type" validate:"required"`
}

InstanceGroupManagerScheduled : InstanceGroupManagerScheduled struct This model "extends" InstanceGroupManager

type InstanceGroupManagerScheduledActionGroup

type InstanceGroupManagerScheduledActionGroup struct {
	// The desired number of instance group members at the scheduled time.
	MembershipCount *int64 `json:"membership_count" validate:"required"`
}

InstanceGroupManagerScheduledActionGroup : InstanceGroupManagerScheduledActionGroup struct

type InstanceGroupManagerScheduledActionGroupPrototype

type InstanceGroupManagerScheduledActionGroupPrototype struct {
	// The desired number of instance group members at the scheduled time.
	MembershipCount *int64 `json:"membership_count" validate:"required"`
}

InstanceGroupManagerScheduledActionGroupPrototype : InstanceGroupManagerScheduledActionGroupPrototype struct

type InstanceGroupManagerScheduledActionManager

type InstanceGroupManagerScheduledActionManager struct {
	// If present, this property indicates the referenced resource has been deleted and provides
	// some supplementary information.
	Deleted *InstanceGroupManagerReferenceDeleted `json:"deleted,omitempty"`

	// The URL for this instance group manager.
	Href *string `json:"href,omitempty"`

	// The unique identifier for this instance group manager.
	ID *string `json:"id,omitempty"`

	// The user-defined name for this instance group manager.
	Name *string `json:"name,omitempty"`

	// The desired maximum number of instance group members at the scheduled time.
	MaxMembershipCount *int64 `json:"max_membership_count,omitempty"`

	// The desired minimum number of instance group members at the scheduled time.
	MinMembershipCount *int64 `json:"min_membership_count,omitempty"`
}

InstanceGroupManagerScheduledActionManager : InstanceGroupManagerScheduledActionManager struct Models which "extend" this model: - InstanceGroupManagerScheduledActionManagerAutoScale

type InstanceGroupManagerScheduledActionManagerAutoScale

type InstanceGroupManagerScheduledActionManagerAutoScale struct {
	// If present, this property indicates the referenced resource has been deleted and provides
	// some supplementary information.
	Deleted *InstanceGroupManagerReferenceDeleted `json:"deleted,omitempty"`

	// The URL for this instance group manager.
	Href *string `json:"href" validate:"required"`

	// The unique identifier for this instance group manager.
	ID *string `json:"id" validate:"required"`

	// The user-defined name for this instance group manager.
	Name *string `json:"name" validate:"required"`

	// The desired maximum number of instance group members at the scheduled time.
	MaxMembershipCount *int64 `json:"max_membership_count,omitempty"`

	// The desired minimum number of instance group members at the scheduled time.
	MinMembershipCount *int64 `json:"min_membership_count,omitempty"`
}

InstanceGroupManagerScheduledActionManagerAutoScale : InstanceGroupManagerScheduledActionManagerAutoScale struct This model "extends" InstanceGroupManagerScheduledActionManager

type InstanceGroupManagerScheduledActionManagerIntf

type InstanceGroupManagerScheduledActionManagerIntf interface {
	// contains filtered or unexported methods
}

type InstanceGroupManagerScheduledActionManagerPrototype

type InstanceGroupManagerScheduledActionManagerPrototype struct {
	// The desired maximum number of instance group members at the scheduled time.
	MaxMembershipCount *int64 `json:"max_membership_count,omitempty"`

	// The desired minimum number of instance group members at the scheduled time.
	MinMembershipCount *int64 `json:"min_membership_count,omitempty"`

	// The unique identifier for this instance group manager.
	ID *string `json:"id,omitempty"`

	// The URL for this instance group manager.
	Href *string `json:"href,omitempty"`
}

InstanceGroupManagerScheduledActionManagerPrototype : InstanceGroupManagerScheduledActionManagerPrototype struct Models which "extend" this model: - InstanceGroupManagerScheduledActionManagerPrototypeAutoScalePrototype

type InstanceGroupManagerScheduledActionManagerPrototypeAutoScalePrototype

type InstanceGroupManagerScheduledActionManagerPrototypeAutoScalePrototype struct {
	// The desired maximum number of instance group members at the scheduled time.
	MaxMembershipCount *int64 `json:"max_membership_count,omitempty"`

	// The desired minimum number of instance group members at the scheduled time.
	MinMembershipCount *int64 `json:"min_membership_count,omitempty"`

	// The unique identifier for this instance group manager.
	ID *string `json:"id,omitempty"`

	// The URL for this instance group manager.
	Href *string `json:"href,omitempty"`
}

InstanceGroupManagerScheduledActionManagerPrototypeAutoScalePrototype : The auto scale manager to update, and one or more properties to be updated. Either `id` or `href` must be specified, in addition to at least one of `min_membership_count` and `max_membership_count`. Models which "extend" this model: - InstanceGroupManagerScheduledActionManagerPrototypeAutoScalePrototypeByID - InstanceGroupManagerScheduledActionManagerPrototypeAutoScalePrototypeByHref This model "extends" InstanceGroupManagerScheduledActionManagerPrototype

type InstanceGroupManagerScheduledActionManagerPrototypeAutoScalePrototypeByHref

type InstanceGroupManagerScheduledActionManagerPrototypeAutoScalePrototypeByHref struct {
	// The desired maximum number of instance group members at the scheduled time.
	MaxMembershipCount *int64 `json:"max_membership_count,omitempty"`

	// The desired minimum number of instance group members at the scheduled time.
	MinMembershipCount *int64 `json:"min_membership_count,omitempty"`

	// The URL for this instance group manager.
	Href *string `json:"href" validate:"required"`
}

InstanceGroupManagerScheduledActionManagerPrototypeAutoScalePrototypeByHref : InstanceGroupManagerScheduledActionManagerPrototypeAutoScalePrototypeByHref struct This model "extends" InstanceGroupManagerScheduledActionManagerPrototypeAutoScalePrototype

type InstanceGroupManagerScheduledActionManagerPrototypeAutoScalePrototypeByID

type InstanceGroupManagerScheduledActionManagerPrototypeAutoScalePrototypeByID struct {
	// The desired maximum number of instance group members at the scheduled time.
	MaxMembershipCount *int64 `json:"max_membership_count,omitempty"`

	// The desired minimum number of instance group members at the scheduled time.
	MinMembershipCount *int64 `json:"min_membership_count,omitempty"`

	// The unique identifier for this instance group manager.
	ID *string `json:"id" validate:"required"`
}

InstanceGroupManagerScheduledActionManagerPrototypeAutoScalePrototypeByID : InstanceGroupManagerScheduledActionManagerPrototypeAutoScalePrototypeByID struct This model "extends" InstanceGroupManagerScheduledActionManagerPrototypeAutoScalePrototype

type InstanceGroupManagerScheduledActionManagerPrototypeAutoScalePrototypeIntf

type InstanceGroupManagerScheduledActionManagerPrototypeAutoScalePrototypeIntf interface {
	InstanceGroupManagerScheduledActionManagerPrototypeIntf
	// contains filtered or unexported methods
}

type InstanceGroupManagerScheduledActionManagerPrototypeIntf

type InstanceGroupManagerScheduledActionManagerPrototypeIntf interface {
	// contains filtered or unexported methods
}

type InstanceGroupMembership

type InstanceGroupMembership struct {
	// The date and time that the instance group manager policy was created.
	CreatedAt *strfmt.DateTime `json:"created_at" validate:"required"`

	// If set to true, when deleting the membership the instance will also be deleted.
	DeleteInstanceOnMembershipDelete *bool `json:"delete_instance_on_membership_delete" validate:"required"`

	// The URL for this instance group membership.
	Href *string `json:"href" validate:"required"`

	// The unique identifier for this instance group membership.
	ID *string `json:"id" validate:"required"`

	Instance *InstanceReference `json:"instance" validate:"required"`

	InstanceTemplate *InstanceTemplateReference `json:"instance_template" validate:"required"`

	// The user-defined name for this instance group membership. Names must be unique within the instance group.
	Name *string `json:"name" validate:"required"`

	PoolMember *LoadBalancerPoolMemberReference `json:"pool_member,omitempty"`

	// The status of the instance group membership
	// - `deleting`: Membership is deleting dependent resources
	// - `failed`: Membership was unable to maintain dependent resources
	// - `healthy`: Membership is active and serving in the group
	// - `pending`: Membership is waiting for dependent resources
	// - `unhealthy`: Membership has unhealthy dependent resources.
	Status *string `json:"status" validate:"required"`

	// The date and time that the instance group membership was updated.
	UpdatedAt *strfmt.DateTime `json:"updated_at" validate:"required"`
}

InstanceGroupMembership : InstanceGroupMembership struct

type InstanceGroupMembershipCollection

type InstanceGroupMembershipCollection struct {
	// A link to the first page of resources.
	First *InstanceGroupMembershipCollectionFirst `json:"first" validate:"required"`

	// The maximum number of resources that can be returned by the request.
	Limit *int64 `json:"limit" validate:"required"`

	// Collection of instance group memberships.
	Memberships []InstanceGroupMembership `json:"memberships" validate:"required"`

	// A link to the next page of resources. This property is present for all pages
	// except the last page.
	Next *InstanceGroupMembershipCollectionNext `json:"next,omitempty"`

	// The total number of resources across all pages.
	TotalCount *int64 `json:"total_count" validate:"required"`
}

InstanceGroupMembershipCollection : InstanceGroupMembershipCollection struct

func (*InstanceGroupMembershipCollection) GetNextStart

func (resp *InstanceGroupMembershipCollection) GetNextStart() (*string, error)

Retrieve the value to be passed to a request to access the next page of results

type InstanceGroupMembershipCollectionFirst

type InstanceGroupMembershipCollectionFirst struct {
	// The URL for a page of resources.
	Href *string `json:"href" validate:"required"`
}

InstanceGroupMembershipCollectionFirst : A link to the first page of resources.

type InstanceGroupMembershipCollectionNext

type InstanceGroupMembershipCollectionNext struct {
	// The URL for a page of resources.
	Href *string `json:"href" validate:"required"`
}

InstanceGroupMembershipCollectionNext : A link to the next page of resources. This property is present for all pages except the last page.

type InstanceGroupMembershipPatch

type InstanceGroupMembershipPatch struct {
	// The user-defined name for this instance group membership. Names must be unique within the instance group.
	Name *string `json:"name,omitempty"`
}

InstanceGroupMembershipPatch : InstanceGroupMembershipPatch struct

func (*InstanceGroupMembershipPatch) AsPatch

func (instanceGroupMembershipPatch *InstanceGroupMembershipPatch) AsPatch() (_patch map[string]interface{}, err error)

AsPatch returns a generic map representation of the InstanceGroupMembershipPatch

type InstanceGroupPatch

type InstanceGroupPatch struct {
	// Required if specifying a load balancer pool only. Used by the instance group when scaling up instances to supply the
	// port for the load balancer pool member.
	ApplicationPort *int64 `json:"application_port,omitempty"`

	// Instance template to use when creating new instances.
	//
	// Instance groups are not compatible with instance templates that specify `true` for
	// `default_trusted_profile.auto_link`.
	InstanceTemplate InstanceTemplateIdentityIntf `json:"instance_template,omitempty"`

	// The load balancer that the load balancer pool used by this group
	// is in. Required when using a load balancer pool.
	LoadBalancer LoadBalancerIdentityIntf `json:"load_balancer,omitempty"`

	// If specified, the load balancer pool will be managed by this
	// group. Instances created by this group will have a new load
	// balancer pool member in that pool created. Must be used with
	// `application_port`.
	LoadBalancerPool LoadBalancerPoolIdentityIntf `json:"load_balancer_pool,omitempty"`

	// The number of instances in the instance group.
	MembershipCount *int64 `json:"membership_count,omitempty"`

	// The user-defined name for this instance group.
	Name *string `json:"name,omitempty"`

	// The subnets to use when creating new instances.
	Subnets []SubnetIdentityIntf `json:"subnets,omitempty"`
}

InstanceGroupPatch : To add or update load balancer specification for an instance group the `membership_count` must first be set to 0.

func (*InstanceGroupPatch) AsPatch

func (instanceGroupPatch *InstanceGroupPatch) AsPatch() (_patch map[string]interface{}, err error)

AsPatch returns a generic map representation of the InstanceGroupPatch

type InstanceGroupReference

type InstanceGroupReference struct {
	// The CRN for this instance group.
	CRN *string `json:"crn" validate:"required"`

	// If present, this property indicates the referenced resource has been deleted and provides
	// some supplementary information.
	Deleted *InstanceGroupReferenceDeleted `json:"deleted,omitempty"`

	// The URL for this instance group.
	Href *string `json:"href" validate:"required"`

	// The unique identifier for this instance group.
	ID *string `json:"id" validate:"required"`

	// The user-defined name for this instance group.
	Name *string `json:"name" validate:"required"`
}

InstanceGroupReference : InstanceGroupReference struct

type InstanceGroupReferenceDeleted

type InstanceGroupReferenceDeleted struct {
	// Link to documentation about deleted resources.
	MoreInfo *string `json:"more_info" validate:"required"`
}

InstanceGroupReferenceDeleted : If present, this property indicates the referenced resource has been deleted and provides some supplementary information.

type InstanceInitialization

type InstanceInitialization struct {
	// The default trusted profile configuration specified at virtual server instance
	// creation. If absent, no default trusted profile was specified.
	DefaultTrustedProfile *InstanceInitializationDefaultTrustedProfile `json:"default_trusted_profile,omitempty"`

	// The public SSH keys used at instance initialization.
	Keys []KeyReference `json:"keys" validate:"required"`

	Password *InstanceInitializationPassword `json:"password,omitempty"`
}

InstanceInitialization : InstanceInitialization struct

type InstanceInitializationDefaultTrustedProfile

type InstanceInitializationDefaultTrustedProfile struct {
	// If set to `true`, the system created a link to the specified `target` trusted profile during instance creation.
	// Regardless of whether a link was created by the system or manually using the IAM Identity service, it will be
	// automatically deleted when the instance is deleted.
	AutoLink *bool `json:"auto_link" validate:"required"`

	// The default IAM trusted profile to use for this virtual server instance.
	Target *TrustedProfileReference `json:"target" validate:"required"`
}

InstanceInitializationDefaultTrustedProfile : InstanceInitializationDefaultTrustedProfile struct

type InstanceInitializationPassword

type InstanceInitializationPassword struct {
	// The administrator password at initialization, encrypted using `encryption_key`, and returned base64-encoded.
	EncryptedPassword *[]byte `json:"encrypted_password" validate:"required"`

	// The public SSH key used to encrypt the administrator password.
	EncryptionKey *KeyIdentityByFingerprint `json:"encryption_key" validate:"required"`
}

InstanceInitializationPassword : InstanceInitializationPassword struct

type InstanceMetadataService

type InstanceMetadataService struct {
	// Indicates whether the metadata service endpoint is available to the virtual server instance.
	Enabled *bool `json:"enabled" validate:"required"`
}

InstanceMetadataService : InstanceMetadataService struct

type InstanceMetadataServicePatch

type InstanceMetadataServicePatch struct {
	// Indicates whether the metadata service endpoint is available to the virtual server instance.
	Enabled *bool `json:"enabled,omitempty"`
}

InstanceMetadataServicePatch : InstanceMetadataServicePatch struct

type InstanceMetadataServicePrototype

type InstanceMetadataServicePrototype struct {
	// Indicates whether the metadata service endpoint is available to the virtual server instance.
	Enabled *bool `json:"enabled,omitempty"`
}

InstanceMetadataServicePrototype : InstanceMetadataServicePrototype struct

type InstancePatch

type InstancePatch struct {
	// The availability policy for this virtual server instance.
	AvailabilityPolicy *InstanceAvailabilityPolicyPatch `json:"availability_policy,omitempty"`

	// The metadata service configuration.
	MetadataService *InstanceMetadataServicePatch `json:"metadata_service,omitempty"`

	// The user-defined name for this virtual server instance (and default system hostname).
	Name *string `json:"name,omitempty"`

	// The placement restrictions to use for the virtual server instance. For the placement
	// restrictions to be changed, the instance `status` must be `stopping` or `stopped`.
	PlacementTarget InstancePlacementTargetPatchIntf `json:"placement_target,omitempty"`

	// The profile to use for this virtual server instance. For the profile to be changed,
	// the instance `status` must be `stopping` or `stopped`. In addition, the requested
	// profile must:
	// - Have matching instance disk support. Any disks associated with the current profile
	//   will be deleted, and any disks associated with the requested profile will be
	//   created.
	// - Be compatible with any `placement_target` constraints. For example, if the
	//   instance is placed on a dedicated host, the requested profile `family` must be
	//   the same as the dedicated host `family`.
	Profile InstancePatchProfileIntf `json:"profile,omitempty"`

	// The amount of bandwidth (in megabits per second) allocated exclusively to instance storage volumes. An increase in
	// this value will result in a corresponding decrease to
	// `total_network_bandwidth`.
	TotalVolumeBandwidth *int64 `json:"total_volume_bandwidth,omitempty"`
}

InstancePatch : InstancePatch struct

func (*InstancePatch) AsPatch

func (instancePatch *InstancePatch) AsPatch() (_patch map[string]interface{}, err error)

AsPatch returns a generic map representation of the InstancePatch

type InstancePatchProfile

type InstancePatchProfile struct {
	// The globally unique name for this virtual server instance profile.
	Name *string `json:"name,omitempty"`

	// The URL for this virtual server instance profile.
	Href *string `json:"href,omitempty"`
}

InstancePatchProfile : The profile to use for this virtual server instance. For the profile to be changed, the instance `status` must be `stopping` or `stopped`. In addition, the requested profile must:

  • Have matching instance disk support. Any disks associated with the current profile will be deleted, and any disks associated with the requested profile will be created.
  • Be compatible with any `placement_target` constraints. For example, if the instance is placed on a dedicated host, the requested profile `family` must be the same as the dedicated host `family`.

Models which "extend" this model: - InstancePatchProfileInstanceProfileIdentityByName - InstancePatchProfileInstanceProfileIdentityByHref

type InstancePatchProfileInstanceProfileIdentityByHref

type InstancePatchProfileInstanceProfileIdentityByHref struct {
	// The URL for this virtual server instance profile.
	Href *string `json:"href" validate:"required"`
}

InstancePatchProfileInstanceProfileIdentityByHref : InstancePatchProfileInstanceProfileIdentityByHref struct This model "extends" InstancePatchProfile

type InstancePatchProfileInstanceProfileIdentityByName

type InstancePatchProfileInstanceProfileIdentityByName struct {
	// The globally unique name for this virtual server instance profile.
	Name *string `json:"name" validate:"required"`
}

InstancePatchProfileInstanceProfileIdentityByName : InstancePatchProfileInstanceProfileIdentityByName struct This model "extends" InstancePatchProfile

type InstancePatchProfileIntf

type InstancePatchProfileIntf interface {
	// contains filtered or unexported methods
}

type InstancePlacementTarget

type InstancePlacementTarget struct {
	// The CRN for this dedicated host group.
	CRN *string `json:"crn,omitempty"`

	// If present, this property indicates the referenced resource has been deleted and provides
	// some supplementary information.
	Deleted *DedicatedHostGroupReferenceDeleted `json:"deleted,omitempty"`

	// The URL for this dedicated host group.
	Href *string `json:"href,omitempty"`

	// The unique identifier for this dedicated host group.
	ID *string `json:"id,omitempty"`

	// The unique user-defined name for this dedicated host group.
	Name *string `json:"name,omitempty"`

	// The resource type.
	ResourceType *string `json:"resource_type,omitempty"`
}

InstancePlacementTarget : InstancePlacementTarget struct Models which "extend" this model: - InstancePlacementTargetDedicatedHostGroupReference - InstancePlacementTargetDedicatedHostReference - InstancePlacementTargetPlacementGroupReference

type InstancePlacementTargetDedicatedHostGroupReference

type InstancePlacementTargetDedicatedHostGroupReference struct {
	// The CRN for this dedicated host group.
	CRN *string `json:"crn" validate:"required"`

	// If present, this property indicates the referenced resource has been deleted and provides
	// some supplementary information.
	Deleted *DedicatedHostGroupReferenceDeleted `json:"deleted,omitempty"`

	// The URL for this dedicated host group.
	Href *string `json:"href" validate:"required"`

	// The unique identifier for this dedicated host group.
	ID *string `json:"id" validate:"required"`

	// The unique user-defined name for this dedicated host group.
	Name *string `json:"name" validate:"required"`

	// The resource type.
	ResourceType *string `json:"resource_type" validate:"required"`
}

InstancePlacementTargetDedicatedHostGroupReference : InstancePlacementTargetDedicatedHostGroupReference struct This model "extends" InstancePlacementTarget

type InstancePlacementTargetDedicatedHostReference

type InstancePlacementTargetDedicatedHostReference struct {
	// The CRN for this dedicated host.
	CRN *string `json:"crn" validate:"required"`

	// If present, this property indicates the referenced resource has been deleted and provides
	// some supplementary information.
	Deleted *DedicatedHostReferenceDeleted `json:"deleted,omitempty"`

	// The URL for this dedicated host.
	Href *string `json:"href" validate:"required"`

	// The unique identifier for this dedicated host.
	ID *string `json:"id" validate:"required"`

	// The unique user-defined name for this dedicated host.
	Name *string `json:"name" validate:"required"`

	// The resource type.
	ResourceType *string `json:"resource_type" validate:"required"`
}

InstancePlacementTargetDedicatedHostReference : InstancePlacementTargetDedicatedHostReference struct This model "extends" InstancePlacementTarget

type InstancePlacementTargetIntf

type InstancePlacementTargetIntf interface {
	// contains filtered or unexported methods
}

type InstancePlacementTargetPatch

type InstancePlacementTargetPatch struct {
	// The unique identifier for this dedicated host.
	ID *string `json:"id,omitempty"`

	// The CRN for this dedicated host.
	CRN *string `json:"crn,omitempty"`

	// The URL for this dedicated host.
	Href *string `json:"href,omitempty"`
}

InstancePlacementTargetPatch : InstancePlacementTargetPatch struct Models which "extend" this model: - InstancePlacementTargetPatchDedicatedHostIdentity - InstancePlacementTargetPatchDedicatedHostGroupIdentity

type InstancePlacementTargetPatchDedicatedHostGroupIdentity

type InstancePlacementTargetPatchDedicatedHostGroupIdentity struct {
	// The unique identifier for this dedicated host group.
	ID *string `json:"id,omitempty"`

	// The CRN for this dedicated host group.
	CRN *string `json:"crn,omitempty"`

	// The URL for this dedicated host group.
	Href *string `json:"href,omitempty"`
}

InstancePlacementTargetPatchDedicatedHostGroupIdentity : Identifies a dedicated host group by a unique property. Models which "extend" this model: - InstancePlacementTargetPatchDedicatedHostGroupIdentityDedicatedHostGroupIdentityByID - InstancePlacementTargetPatchDedicatedHostGroupIdentityDedicatedHostGroupIdentityByCRN - InstancePlacementTargetPatchDedicatedHostGroupIdentityDedicatedHostGroupIdentityByHref This model "extends" InstancePlacementTargetPatch

type InstancePlacementTargetPatchDedicatedHostGroupIdentityDedicatedHostGroupIdentityByCRN

type InstancePlacementTargetPatchDedicatedHostGroupIdentityDedicatedHostGroupIdentityByCRN struct {
	// The CRN for this dedicated host group.
	CRN *string `json:"crn" validate:"required"`
}

InstancePlacementTargetPatchDedicatedHostGroupIdentityDedicatedHostGroupIdentityByCRN : InstancePlacementTargetPatchDedicatedHostGroupIdentityDedicatedHostGroupIdentityByCRN struct This model "extends" InstancePlacementTargetPatchDedicatedHostGroupIdentity

type InstancePlacementTargetPatchDedicatedHostGroupIdentityDedicatedHostGroupIdentityByHref

type InstancePlacementTargetPatchDedicatedHostGroupIdentityDedicatedHostGroupIdentityByHref struct {
	// The URL for this dedicated host group.
	Href *string `json:"href" validate:"required"`
}

InstancePlacementTargetPatchDedicatedHostGroupIdentityDedicatedHostGroupIdentityByHref : InstancePlacementTargetPatchDedicatedHostGroupIdentityDedicatedHostGroupIdentityByHref struct This model "extends" InstancePlacementTargetPatchDedicatedHostGroupIdentity

type InstancePlacementTargetPatchDedicatedHostGroupIdentityDedicatedHostGroupIdentityByID

type InstancePlacementTargetPatchDedicatedHostGroupIdentityDedicatedHostGroupIdentityByID struct {
	// The unique identifier for this dedicated host group.
	ID *string `json:"id" validate:"required"`
}

InstancePlacementTargetPatchDedicatedHostGroupIdentityDedicatedHostGroupIdentityByID : InstancePlacementTargetPatchDedicatedHostGroupIdentityDedicatedHostGroupIdentityByID struct This model "extends" InstancePlacementTargetPatchDedicatedHostGroupIdentity

type InstancePlacementTargetPatchDedicatedHostGroupIdentityIntf

type InstancePlacementTargetPatchDedicatedHostGroupIdentityIntf interface {
	InstancePlacementTargetPatchIntf
	// contains filtered or unexported methods
}

type InstancePlacementTargetPatchDedicatedHostIdentity

type InstancePlacementTargetPatchDedicatedHostIdentity struct {
	// The unique identifier for this dedicated host.
	ID *string `json:"id,omitempty"`

	// The CRN for this dedicated host.
	CRN *string `json:"crn,omitempty"`

	// The URL for this dedicated host.
	Href *string `json:"href,omitempty"`
}

InstancePlacementTargetPatchDedicatedHostIdentity : Identifies a dedicated host by a unique property. Models which "extend" this model: - InstancePlacementTargetPatchDedicatedHostIdentityDedicatedHostIdentityByID - InstancePlacementTargetPatchDedicatedHostIdentityDedicatedHostIdentityByCRN - InstancePlacementTargetPatchDedicatedHostIdentityDedicatedHostIdentityByHref This model "extends" InstancePlacementTargetPatch

type InstancePlacementTargetPatchDedicatedHostIdentityDedicatedHostIdentityByCRN

type InstancePlacementTargetPatchDedicatedHostIdentityDedicatedHostIdentityByCRN struct {
	// The CRN for this dedicated host.
	CRN *string `json:"crn" validate:"required"`
}

InstancePlacementTargetPatchDedicatedHostIdentityDedicatedHostIdentityByCRN : InstancePlacementTargetPatchDedicatedHostIdentityDedicatedHostIdentityByCRN struct This model "extends" InstancePlacementTargetPatchDedicatedHostIdentity

type InstancePlacementTargetPatchDedicatedHostIdentityDedicatedHostIdentityByHref

type InstancePlacementTargetPatchDedicatedHostIdentityDedicatedHostIdentityByHref struct {
	// The URL for this dedicated host.
	Href *string `json:"href" validate:"required"`
}

InstancePlacementTargetPatchDedicatedHostIdentityDedicatedHostIdentityByHref : InstancePlacementTargetPatchDedicatedHostIdentityDedicatedHostIdentityByHref struct This model "extends" InstancePlacementTargetPatchDedicatedHostIdentity

type InstancePlacementTargetPatchDedicatedHostIdentityDedicatedHostIdentityByID

type InstancePlacementTargetPatchDedicatedHostIdentityDedicatedHostIdentityByID struct {
	// The unique identifier for this dedicated host.
	ID *string `json:"id" validate:"required"`
}

InstancePlacementTargetPatchDedicatedHostIdentityDedicatedHostIdentityByID : InstancePlacementTargetPatchDedicatedHostIdentityDedicatedHostIdentityByID struct This model "extends" InstancePlacementTargetPatchDedicatedHostIdentity

type InstancePlacementTargetPatchDedicatedHostIdentityIntf

type InstancePlacementTargetPatchDedicatedHostIdentityIntf interface {
	InstancePlacementTargetPatchIntf
	// contains filtered or unexported methods
}

type InstancePlacementTargetPatchIntf

type InstancePlacementTargetPatchIntf interface {
	// contains filtered or unexported methods
}

type InstancePlacementTargetPlacementGroupReference

type InstancePlacementTargetPlacementGroupReference struct {
	// The CRN for this placement group.
	CRN *string `json:"crn" validate:"required"`

	// If present, this property indicates the referenced resource has been deleted and provides
	// some supplementary information.
	Deleted *PlacementGroupReferenceDeleted `json:"deleted,omitempty"`

	// The URL for this placement group.
	Href *string `json:"href" validate:"required"`

	// The unique identifier for this placement group.
	ID *string `json:"id" validate:"required"`

	// The user-defined name for this placement group.
	Name *string `json:"name" validate:"required"`

	// The resource type.
	ResourceType *string `json:"resource_type" validate:"required"`
}

InstancePlacementTargetPlacementGroupReference : InstancePlacementTargetPlacementGroupReference struct This model "extends" InstancePlacementTarget

type InstancePlacementTargetPrototype

type InstancePlacementTargetPrototype struct {
	// The unique identifier for this dedicated host.
	ID *string `json:"id,omitempty"`

	// The CRN for this dedicated host.
	CRN *string `json:"crn,omitempty"`

	// The URL for this dedicated host.
	Href *string `json:"href,omitempty"`
}

InstancePlacementTargetPrototype : InstancePlacementTargetPrototype struct Models which "extend" this model: - InstancePlacementTargetPrototypeDedicatedHostIdentity - InstancePlacementTargetPrototypeDedicatedHostGroupIdentity - InstancePlacementTargetPrototypePlacementGroupIdentity

type InstancePlacementTargetPrototypeDedicatedHostGroupIdentity

type InstancePlacementTargetPrototypeDedicatedHostGroupIdentity struct {
	// The unique identifier for this dedicated host group.
	ID *string `json:"id,omitempty"`

	// The CRN for this dedicated host group.
	CRN *string `json:"crn,omitempty"`

	// The URL for this dedicated host group.
	Href *string `json:"href,omitempty"`
}

InstancePlacementTargetPrototypeDedicatedHostGroupIdentity : Identifies a dedicated host group by a unique property. Models which "extend" this model: - InstancePlacementTargetPrototypeDedicatedHostGroupIdentityDedicatedHostGroupIdentityByID - InstancePlacementTargetPrototypeDedicatedHostGroupIdentityDedicatedHostGroupIdentityByCRN - InstancePlacementTargetPrototypeDedicatedHostGroupIdentityDedicatedHostGroupIdentityByHref This model "extends" InstancePlacementTargetPrototype

type InstancePlacementTargetPrototypeDedicatedHostGroupIdentityDedicatedHostGroupIdentityByCRN

type InstancePlacementTargetPrototypeDedicatedHostGroupIdentityDedicatedHostGroupIdentityByCRN struct {
	// The CRN for this dedicated host group.
	CRN *string `json:"crn" validate:"required"`
}

InstancePlacementTargetPrototypeDedicatedHostGroupIdentityDedicatedHostGroupIdentityByCRN : InstancePlacementTargetPrototypeDedicatedHostGroupIdentityDedicatedHostGroupIdentityByCRN struct This model "extends" InstancePlacementTargetPrototypeDedicatedHostGroupIdentity

type InstancePlacementTargetPrototypeDedicatedHostGroupIdentityDedicatedHostGroupIdentityByHref

type InstancePlacementTargetPrototypeDedicatedHostGroupIdentityDedicatedHostGroupIdentityByHref struct {
	// The URL for this dedicated host group.
	Href *string `json:"href" validate:"required"`
}

InstancePlacementTargetPrototypeDedicatedHostGroupIdentityDedicatedHostGroupIdentityByHref : InstancePlacementTargetPrototypeDedicatedHostGroupIdentityDedicatedHostGroupIdentityByHref struct This model "extends" InstancePlacementTargetPrototypeDedicatedHostGroupIdentity

type InstancePlacementTargetPrototypeDedicatedHostGroupIdentityDedicatedHostGroupIdentityByID

type InstancePlacementTargetPrototypeDedicatedHostGroupIdentityDedicatedHostGroupIdentityByID struct {
	// The unique identifier for this dedicated host group.
	ID *string `json:"id" validate:"required"`
}

InstancePlacementTargetPrototypeDedicatedHostGroupIdentityDedicatedHostGroupIdentityByID : InstancePlacementTargetPrototypeDedicatedHostGroupIdentityDedicatedHostGroupIdentityByID struct This model "extends" InstancePlacementTargetPrototypeDedicatedHostGroupIdentity

type InstancePlacementTargetPrototypeDedicatedHostGroupIdentityIntf

type InstancePlacementTargetPrototypeDedicatedHostGroupIdentityIntf interface {
	InstancePlacementTargetPrototypeIntf
	// contains filtered or unexported methods
}

type InstancePlacementTargetPrototypeDedicatedHostIdentity

type InstancePlacementTargetPrototypeDedicatedHostIdentity struct {
	// The unique identifier for this dedicated host.
	ID *string `json:"id,omitempty"`

	// The CRN for this dedicated host.
	CRN *string `json:"crn,omitempty"`

	// The URL for this dedicated host.
	Href *string `json:"href,omitempty"`
}

InstancePlacementTargetPrototypeDedicatedHostIdentity : Identifies a dedicated host by a unique property. Models which "extend" this model: - InstancePlacementTargetPrototypeDedicatedHostIdentityDedicatedHostIdentityByID - InstancePlacementTargetPrototypeDedicatedHostIdentityDedicatedHostIdentityByCRN - InstancePlacementTargetPrototypeDedicatedHostIdentityDedicatedHostIdentityByHref This model "extends" InstancePlacementTargetPrototype

type InstancePlacementTargetPrototypeDedicatedHostIdentityDedicatedHostIdentityByCRN

type InstancePlacementTargetPrototypeDedicatedHostIdentityDedicatedHostIdentityByCRN struct {
	// The CRN for this dedicated host.
	CRN *string `json:"crn" validate:"required"`
}

InstancePlacementTargetPrototypeDedicatedHostIdentityDedicatedHostIdentityByCRN : InstancePlacementTargetPrototypeDedicatedHostIdentityDedicatedHostIdentityByCRN struct This model "extends" InstancePlacementTargetPrototypeDedicatedHostIdentity

type InstancePlacementTargetPrototypeDedicatedHostIdentityDedicatedHostIdentityByHref

type InstancePlacementTargetPrototypeDedicatedHostIdentityDedicatedHostIdentityByHref struct {
	// The URL for this dedicated host.
	Href *string `json:"href" validate:"required"`
}

InstancePlacementTargetPrototypeDedicatedHostIdentityDedicatedHostIdentityByHref : InstancePlacementTargetPrototypeDedicatedHostIdentityDedicatedHostIdentityByHref struct This model "extends" InstancePlacementTargetPrototypeDedicatedHostIdentity

type InstancePlacementTargetPrototypeDedicatedHostIdentityDedicatedHostIdentityByID

type InstancePlacementTargetPrototypeDedicatedHostIdentityDedicatedHostIdentityByID struct {
	// The unique identifier for this dedicated host.
	ID *string `json:"id" validate:"required"`
}

InstancePlacementTargetPrototypeDedicatedHostIdentityDedicatedHostIdentityByID : InstancePlacementTargetPrototypeDedicatedHostIdentityDedicatedHostIdentityByID struct This model "extends" InstancePlacementTargetPrototypeDedicatedHostIdentity

type InstancePlacementTargetPrototypeDedicatedHostIdentityIntf

type InstancePlacementTargetPrototypeDedicatedHostIdentityIntf interface {
	InstancePlacementTargetPrototypeIntf
	// contains filtered or unexported methods
}

type InstancePlacementTargetPrototypeIntf

type InstancePlacementTargetPrototypeIntf interface {
	// contains filtered or unexported methods
}

type InstancePlacementTargetPrototypePlacementGroupIdentity

type InstancePlacementTargetPrototypePlacementGroupIdentity struct {
	// The unique identifier for this placement group.
	ID *string `json:"id,omitempty"`

	// The CRN for this placement group.
	CRN *string `json:"crn,omitempty"`

	// The URL for this placement group.
	Href *string `json:"href,omitempty"`
}

InstancePlacementTargetPrototypePlacementGroupIdentity : Identifies a placement group by a unique property. Models which "extend" this model: - InstancePlacementTargetPrototypePlacementGroupIdentityPlacementGroupIdentityByID - InstancePlacementTargetPrototypePlacementGroupIdentityPlacementGroupIdentityByCRN - InstancePlacementTargetPrototypePlacementGroupIdentityPlacementGroupIdentityByHref This model "extends" InstancePlacementTargetPrototype

type InstancePlacementTargetPrototypePlacementGroupIdentityIntf

type InstancePlacementTargetPrototypePlacementGroupIdentityIntf interface {
	InstancePlacementTargetPrototypeIntf
	// contains filtered or unexported methods
}

type InstancePlacementTargetPrototypePlacementGroupIdentityPlacementGroupIdentityByCRN

type InstancePlacementTargetPrototypePlacementGroupIdentityPlacementGroupIdentityByCRN struct {
	// The CRN for this placement group.
	CRN *string `json:"crn" validate:"required"`
}

InstancePlacementTargetPrototypePlacementGroupIdentityPlacementGroupIdentityByCRN : InstancePlacementTargetPrototypePlacementGroupIdentityPlacementGroupIdentityByCRN struct This model "extends" InstancePlacementTargetPrototypePlacementGroupIdentity

type InstancePlacementTargetPrototypePlacementGroupIdentityPlacementGroupIdentityByHref

type InstancePlacementTargetPrototypePlacementGroupIdentityPlacementGroupIdentityByHref struct {
	// The URL for this placement group.
	Href *string `json:"href" validate:"required"`
}

InstancePlacementTargetPrototypePlacementGroupIdentityPlacementGroupIdentityByHref : InstancePlacementTargetPrototypePlacementGroupIdentityPlacementGroupIdentityByHref struct This model "extends" InstancePlacementTargetPrototypePlacementGroupIdentity

type InstancePlacementTargetPrototypePlacementGroupIdentityPlacementGroupIdentityByID

type InstancePlacementTargetPrototypePlacementGroupIdentityPlacementGroupIdentityByID struct {
	// The unique identifier for this placement group.
	ID *string `json:"id" validate:"required"`
}

InstancePlacementTargetPrototypePlacementGroupIdentityPlacementGroupIdentityByID : InstancePlacementTargetPrototypePlacementGroupIdentityPlacementGroupIdentityByID struct This model "extends" InstancePlacementTargetPrototypePlacementGroupIdentity

type InstanceProfile

type InstanceProfile struct {
	Bandwidth InstanceProfileBandwidthIntf `json:"bandwidth" validate:"required"`

	// Collection of the instance profile's disks.
	Disks []InstanceProfileDisk `json:"disks" validate:"required"`

	// The product family this virtual server instance profile belongs to.
	Family *string `json:"family,omitempty"`

	GpuCount InstanceProfileGpuIntf `json:"gpu_count,omitempty"`

	GpuManufacturer *InstanceProfileGpuManufacturer `json:"gpu_manufacturer,omitempty"`

	GpuMemory InstanceProfileGpuMemoryIntf `json:"gpu_memory,omitempty"`

	GpuModel *InstanceProfileGpuModel `json:"gpu_model,omitempty"`

	// The URL for this virtual server instance profile.
	Href *string `json:"href" validate:"required"`

	Memory InstanceProfileMemoryIntf `json:"memory" validate:"required"`

	// The globally unique name for this virtual server instance profile.
	Name *string `json:"name" validate:"required"`

	OsArchitecture *InstanceProfileOsArchitecture `json:"os_architecture" validate:"required"`

	PortSpeed InstanceProfilePortSpeedIntf `json:"port_speed" validate:"required"`

	TotalVolumeBandwidth InstanceProfileVolumeBandwidthIntf `json:"total_volume_bandwidth" validate:"required"`

	VcpuArchitecture *InstanceProfileVcpuArchitecture `json:"vcpu_architecture" validate:"required"`

	VcpuCount InstanceProfileVcpuIntf `json:"vcpu_count" validate:"required"`
}

InstanceProfile : InstanceProfile struct

type InstanceProfileBandwidth

type InstanceProfileBandwidth struct {
	// The type for this profile field.
	Type *string `json:"type,omitempty"`

	// The value for this profile field.
	Value *int64 `json:"value,omitempty"`

	// The default value for this profile field.
	Default *int64 `json:"default,omitempty"`

	// The maximum value for this profile field.
	Max *int64 `json:"max,omitempty"`

	// The minimum value for this profile field.
	Min *int64 `json:"min,omitempty"`

	// The increment step value for this profile field.
	Step *int64 `json:"step,omitempty"`

	// The permitted values for this profile field.
	Values []int64 `json:"values,omitempty"`
}

InstanceProfileBandwidth : InstanceProfileBandwidth struct Models which "extend" this model: - InstanceProfileBandwidthFixed - InstanceProfileBandwidthRange - InstanceProfileBandwidthEnum - InstanceProfileBandwidthDependent

type InstanceProfileBandwidthDependent

type InstanceProfileBandwidthDependent struct {
	// The type for this profile field.
	Type *string `json:"type" validate:"required"`
}

InstanceProfileBandwidthDependent : The total bandwidth shared across the network interfaces and storage volumes of an instance with this profile depends on its configuration. This model "extends" InstanceProfileBandwidth

type InstanceProfileBandwidthEnum

type InstanceProfileBandwidthEnum struct {
	// The default value for this profile field.
	Default *int64 `json:"default" validate:"required"`

	// The type for this profile field.
	Type *string `json:"type" validate:"required"`

	// The permitted values for this profile field.
	Values []int64 `json:"values" validate:"required"`
}

InstanceProfileBandwidthEnum : The permitted total bandwidth values (in megabits per second) shared across the network interfaces and storage volumes of an instance with this profile. This model "extends" InstanceProfileBandwidth

type InstanceProfileBandwidthFixed

type InstanceProfileBandwidthFixed struct {
	// The type for this profile field.
	Type *string `json:"type" validate:"required"`

	// The value for this profile field.
	Value *int64 `json:"value" validate:"required"`
}

InstanceProfileBandwidthFixed : The total bandwidth (in megabits per second) shared across the network interfaces and storage volumes of an instance with this profile. This model "extends" InstanceProfileBandwidth

type InstanceProfileBandwidthIntf

type InstanceProfileBandwidthIntf interface {
	// contains filtered or unexported methods
}

type InstanceProfileBandwidthRange

type InstanceProfileBandwidthRange struct {
	// The default value for this profile field.
	Default *int64 `json:"default" validate:"required"`

	// The maximum value for this profile field.
	Max *int64 `json:"max" validate:"required"`

	// The minimum value for this profile field.
	Min *int64 `json:"min" validate:"required"`

	// The increment step value for this profile field.
	Step *int64 `json:"step" validate:"required"`

	// The type for this profile field.
	Type *string `json:"type" validate:"required"`
}

InstanceProfileBandwidthRange : The permitted total bandwidth range (in megabits per second) shared across the network interfaces and storage volumes of an instance with this profile. This model "extends" InstanceProfileBandwidth

type InstanceProfileCollection

type InstanceProfileCollection struct {
	// Collection of virtual server instance profiles.
	Profiles []InstanceProfile `json:"profiles" validate:"required"`
}

InstanceProfileCollection : InstanceProfileCollection struct

type InstanceProfileDisk

type InstanceProfileDisk struct {
	Quantity InstanceProfileDiskQuantityIntf `json:"quantity" validate:"required"`

	Size InstanceProfileDiskSizeIntf `json:"size" validate:"required"`

	SupportedInterfaceTypes *InstanceProfileDiskSupportedInterfaces `json:"supported_interface_types" validate:"required"`
}

InstanceProfileDisk : Disks provided by this profile.

type InstanceProfileDiskQuantity

type InstanceProfileDiskQuantity struct {
	// The type for this profile field.
	Type *string `json:"type,omitempty"`

	// The value for this profile field.
	Value *int64 `json:"value,omitempty"`

	// The default value for this profile field.
	Default *int64 `json:"default,omitempty"`

	// The maximum value for this profile field.
	Max *int64 `json:"max,omitempty"`

	// The minimum value for this profile field.
	Min *int64 `json:"min,omitempty"`

	// The increment step value for this profile field.
	Step *int64 `json:"step,omitempty"`

	// The permitted values for this profile field.
	Values []int64 `json:"values,omitempty"`
}

InstanceProfileDiskQuantity : InstanceProfileDiskQuantity struct Models which "extend" this model: - InstanceProfileDiskQuantityFixed - InstanceProfileDiskQuantityRange - InstanceProfileDiskQuantityEnum - InstanceProfileDiskQuantityDependent

type InstanceProfileDiskQuantityDependent

type InstanceProfileDiskQuantityDependent struct {
	// The type for this profile field.
	Type *string `json:"type" validate:"required"`
}

InstanceProfileDiskQuantityDependent : The number of disks of this configuration for an instance with this profile depends on its instance configuration. This model "extends" InstanceProfileDiskQuantity

type InstanceProfileDiskQuantityEnum

type InstanceProfileDiskQuantityEnum struct {
	// The default value for this profile field.
	Default *int64 `json:"default" validate:"required"`

	// The type for this profile field.
	Type *string `json:"type" validate:"required"`

	// The permitted values for this profile field.
	Values []int64 `json:"values" validate:"required"`
}

InstanceProfileDiskQuantityEnum : The permitted the number of disks of this configuration for an instance with this profile. This model "extends" InstanceProfileDiskQuantity

type InstanceProfileDiskQuantityFixed

type InstanceProfileDiskQuantityFixed struct {
	// The type for this profile field.
	Type *string `json:"type" validate:"required"`

	// The value for this profile field.
	Value *int64 `json:"value" validate:"required"`
}

InstanceProfileDiskQuantityFixed : The number of disks of this configuration for an instance with this profile. This model "extends" InstanceProfileDiskQuantity

type InstanceProfileDiskQuantityIntf

type InstanceProfileDiskQuantityIntf interface {
	// contains filtered or unexported methods
}

type InstanceProfileDiskQuantityRange

type InstanceProfileDiskQuantityRange struct {
	// The default value for this profile field.
	Default *int64 `json:"default" validate:"required"`

	// The maximum value for this profile field.
	Max *int64 `json:"max" validate:"required"`

	// The minimum value for this profile field.
	Min *int64 `json:"min" validate:"required"`

	// The increment step value for this profile field.
	Step *int64 `json:"step" validate:"required"`

	// The type for this profile field.
	Type *string `json:"type" validate:"required"`
}

InstanceProfileDiskQuantityRange : The permitted range for the number of disks of this configuration for an instance with this profile. This model "extends" InstanceProfileDiskQuantity

type InstanceProfileDiskSize

type InstanceProfileDiskSize struct {
	// The type for this profile field.
	Type *string `json:"type,omitempty"`

	// The value for this profile field.
	Value *int64 `json:"value,omitempty"`

	// The default value for this profile field.
	Default *int64 `json:"default,omitempty"`

	// The maximum value for this profile field.
	Max *int64 `json:"max,omitempty"`

	// The minimum value for this profile field.
	Min *int64 `json:"min,omitempty"`

	// The increment step value for this profile field.
	Step *int64 `json:"step,omitempty"`

	// The permitted values for this profile field.
	Values []int64 `json:"values,omitempty"`
}

InstanceProfileDiskSize : InstanceProfileDiskSize struct Models which "extend" this model: - InstanceProfileDiskSizeFixed - InstanceProfileDiskSizeRange - InstanceProfileDiskSizeEnum - InstanceProfileDiskSizeDependent

type InstanceProfileDiskSizeDependent

type InstanceProfileDiskSizeDependent struct {
	// The type for this profile field.
	Type *string `json:"type" validate:"required"`
}

InstanceProfileDiskSizeDependent : The disk size in GB (gigabytes) of this configuration for an instance with this profile depends on its instance configuration. This model "extends" InstanceProfileDiskSize

type InstanceProfileDiskSizeEnum

type InstanceProfileDiskSizeEnum struct {
	// The default value for this profile field.
	Default *int64 `json:"default" validate:"required"`

	// The type for this profile field.
	Type *string `json:"type" validate:"required"`

	// The permitted values for this profile field.
	Values []int64 `json:"values" validate:"required"`
}

InstanceProfileDiskSizeEnum : The permitted disk size in GB (gigabytes) of this configuration for an instance with this profile. This model "extends" InstanceProfileDiskSize

type InstanceProfileDiskSizeFixed

type InstanceProfileDiskSizeFixed struct {
	// The type for this profile field.
	Type *string `json:"type" validate:"required"`

	// The value for this profile field.
	Value *int64 `json:"value" validate:"required"`
}

InstanceProfileDiskSizeFixed : The size of the disk in GB (gigabytes). This model "extends" InstanceProfileDiskSize

type InstanceProfileDiskSizeIntf

type InstanceProfileDiskSizeIntf interface {
	// contains filtered or unexported methods
}

type InstanceProfileDiskSizeRange

type InstanceProfileDiskSizeRange struct {
	// The default value for this profile field.
	Default *int64 `json:"default" validate:"required"`

	// The maximum value for this profile field.
	Max *int64 `json:"max" validate:"required"`

	// The minimum value for this profile field.
	Min *int64 `json:"min" validate:"required"`

	// The increment step value for this profile field.
	Step *int64 `json:"step" validate:"required"`

	// The type for this profile field.
	Type *string `json:"type" validate:"required"`
}

InstanceProfileDiskSizeRange : The permitted range for the disk size of this configuration in GB (gigabytes) for an instance with this profile. This model "extends" InstanceProfileDiskSize

type InstanceProfileDiskSupportedInterfaces

type InstanceProfileDiskSupportedInterfaces struct {
	// The disk interface used for attaching the disk.
	//
	// The enumerated values for this property are expected to expand in the future. When processing this property, check
	// for and log unknown values. Optionally halt processing and surface the error, or bypass the resource on which the
	// unexpected property value was encountered.
	Default *string `json:"default" validate:"required"`

	// The type for this profile field.
	Type *string `json:"type" validate:"required"`

	// The supported disk interfaces used for attaching the disk.
	Values []string `json:"values" validate:"required"`
}

InstanceProfileDiskSupportedInterfaces : InstanceProfileDiskSupportedInterfaces struct

type InstanceProfileGpu

type InstanceProfileGpu struct {
	// The type for this profile field.
	Type *string `json:"type,omitempty"`

	// The value for this profile field.
	Value *int64 `json:"value,omitempty"`

	// The default value for this profile field.
	Default *int64 `json:"default,omitempty"`

	// The maximum value for this profile field.
	Max *int64 `json:"max,omitempty"`

	// The minimum value for this profile field.
	Min *int64 `json:"min,omitempty"`

	// The increment step value for this profile field.
	Step *int64 `json:"step,omitempty"`

	// The permitted values for this profile field.
	Values []int64 `json:"values,omitempty"`
}

InstanceProfileGpu : InstanceProfileGpu struct Models which "extend" this model: - InstanceProfileGpuFixed - InstanceProfileGpuRange - InstanceProfileGpuEnum - InstanceProfileGpuDependent

type InstanceProfileGpuDependent

type InstanceProfileGpuDependent struct {
	// The type for this profile field.
	Type *string `json:"type" validate:"required"`
}

InstanceProfileGpuDependent : The GPU count for an instance with this profile depends on its configuration. This model "extends" InstanceProfileGpu

type InstanceProfileGpuEnum

type InstanceProfileGpuEnum struct {
	// The default value for this profile field.
	Default *int64 `json:"default" validate:"required"`

	// The type for this profile field.
	Type *string `json:"type" validate:"required"`

	// The permitted values for this profile field.
	Values []int64 `json:"values" validate:"required"`
}

InstanceProfileGpuEnum : The permitted GPU count values for an instance with this profile. This model "extends" InstanceProfileGpu

type InstanceProfileGpuFixed

type InstanceProfileGpuFixed struct {
	// The type for this profile field.
	Type *string `json:"type" validate:"required"`

	// The value for this profile field.
	Value *int64 `json:"value" validate:"required"`
}

InstanceProfileGpuFixed : The GPU count for an instance with this profile. This model "extends" InstanceProfileGpu

type InstanceProfileGpuIntf

type InstanceProfileGpuIntf interface {
	// contains filtered or unexported methods
}

type InstanceProfileGpuManufacturer

type InstanceProfileGpuManufacturer struct {
	// The type for this profile field.
	Type *string `json:"type" validate:"required"`

	// The possible GPU manufacturer(s) for an instance with this profile.
	Values []string `json:"values" validate:"required"`
}

InstanceProfileGpuManufacturer : InstanceProfileGpuManufacturer struct

type InstanceProfileGpuMemory

type InstanceProfileGpuMemory struct {
	// The type for this profile field.
	Type *string `json:"type,omitempty"`

	// The value for this profile field.
	Value *int64 `json:"value,omitempty"`

	// The default value for this profile field.
	Default *int64 `json:"default,omitempty"`

	// The maximum value for this profile field.
	Max *int64 `json:"max,omitempty"`

	// The minimum value for this profile field.
	Min *int64 `json:"min,omitempty"`

	// The increment step value for this profile field.
	Step *int64 `json:"step,omitempty"`

	// The permitted values for this profile field.
	Values []int64 `json:"values,omitempty"`
}

InstanceProfileGpuMemory : InstanceProfileGpuMemory struct Models which "extend" this model: - InstanceProfileGpuMemoryFixed - InstanceProfileGpuMemoryRange - InstanceProfileGpuMemoryEnum - InstanceProfileGpuMemoryDependent

type InstanceProfileGpuMemoryDependent

type InstanceProfileGpuMemoryDependent struct {
	// The type for this profile field.
	Type *string `json:"type" validate:"required"`
}

InstanceProfileGpuMemoryDependent : The overall GPU memory value for an instance with this profile depends on its configuration. This model "extends" InstanceProfileGpuMemory

type InstanceProfileGpuMemoryEnum

type InstanceProfileGpuMemoryEnum struct {
	// The default value for this profile field.
	Default *int64 `json:"default" validate:"required"`

	// The type for this profile field.
	Type *string `json:"type" validate:"required"`

	// The permitted values for this profile field.
	Values []int64 `json:"values" validate:"required"`
}

InstanceProfileGpuMemoryEnum : The permitted overall GPU memory values in GiB (gibibytes) for an instance with this profile. This model "extends" InstanceProfileGpuMemory

type InstanceProfileGpuMemoryFixed

type InstanceProfileGpuMemoryFixed struct {
	// The type for this profile field.
	Type *string `json:"type" validate:"required"`

	// The value for this profile field.
	Value *int64 `json:"value" validate:"required"`
}

InstanceProfileGpuMemoryFixed : The overall GPU memory in GiB (gibibytes) for an instance with this profile. This model "extends" InstanceProfileGpuMemory

type InstanceProfileGpuMemoryIntf

type InstanceProfileGpuMemoryIntf interface {
	// contains filtered or unexported methods
}

type InstanceProfileGpuMemoryRange

type InstanceProfileGpuMemoryRange struct {
	// The default value for this profile field.
	Default *int64 `json:"default" validate:"required"`

	// The maximum value for this profile field.
	Max *int64 `json:"max" validate:"required"`

	// The minimum value for this profile field.
	Min *int64 `json:"min" validate:"required"`

	// The increment step value for this profile field.
	Step *int64 `json:"step" validate:"required"`

	// The type for this profile field.
	Type *string `json:"type" validate:"required"`
}

InstanceProfileGpuMemoryRange : The permitted overall GPU memory range in GiB (gibibytes) for an instance with this profile. This model "extends" InstanceProfileGpuMemory

type InstanceProfileGpuModel

type InstanceProfileGpuModel struct {
	// The type for this profile field.
	Type *string `json:"type" validate:"required"`

	// The possible GPU model(s) for an instance with this profile.
	Values []string `json:"values" validate:"required"`
}

InstanceProfileGpuModel : InstanceProfileGpuModel struct

type InstanceProfileGpuRange

type InstanceProfileGpuRange struct {
	// The default value for this profile field.
	Default *int64 `json:"default" validate:"required"`

	// The maximum value for this profile field.
	Max *int64 `json:"max" validate:"required"`

	// The minimum value for this profile field.
	Min *int64 `json:"min" validate:"required"`

	// The increment step value for this profile field.
	Step *int64 `json:"step" validate:"required"`

	// The type for this profile field.
	Type *string `json:"type" validate:"required"`
}

InstanceProfileGpuRange : The permitted GPU count range for an instance with this profile. This model "extends" InstanceProfileGpu

type InstanceProfileIdentity

type InstanceProfileIdentity struct {
	// The globally unique name for this virtual server instance profile.
	Name *string `json:"name,omitempty"`

	// The URL for this virtual server instance profile.
	Href *string `json:"href,omitempty"`
}

InstanceProfileIdentity : Identifies an instance profile by a unique property. Models which "extend" this model: - InstanceProfileIdentityByName - InstanceProfileIdentityByHref

type InstanceProfileIdentityByHref

type InstanceProfileIdentityByHref struct {
	// The URL for this virtual server instance profile.
	Href *string `json:"href" validate:"required"`
}

InstanceProfileIdentityByHref : InstanceProfileIdentityByHref struct This model "extends" InstanceProfileIdentity

type InstanceProfileIdentityByName

type InstanceProfileIdentityByName struct {
	// The globally unique name for this virtual server instance profile.
	Name *string `json:"name" validate:"required"`
}

InstanceProfileIdentityByName : InstanceProfileIdentityByName struct This model "extends" InstanceProfileIdentity

type InstanceProfileIdentityIntf

type InstanceProfileIdentityIntf interface {
	// contains filtered or unexported methods
}

type InstanceProfileMemory

type InstanceProfileMemory struct {
	// The type for this profile field.
	Type *string `json:"type,omitempty"`

	// The value for this profile field.
	Value *int64 `json:"value,omitempty"`

	// The default value for this profile field.
	Default *int64 `json:"default,omitempty"`

	// The maximum value for this profile field.
	Max *int64 `json:"max,omitempty"`

	// The minimum value for this profile field.
	Min *int64 `json:"min,omitempty"`

	// The increment step value for this profile field.
	Step *int64 `json:"step,omitempty"`

	// The permitted values for this profile field.
	Values []int64 `json:"values,omitempty"`
}

InstanceProfileMemory : InstanceProfileMemory struct Models which "extend" this model: - InstanceProfileMemoryFixed - InstanceProfileMemoryRange - InstanceProfileMemoryEnum - InstanceProfileMemoryDependent

type InstanceProfileMemoryDependent

type InstanceProfileMemoryDependent struct {
	// The type for this profile field.
	Type *string `json:"type" validate:"required"`
}

InstanceProfileMemoryDependent : The memory value for an instance with this profile depends on its configuration. This model "extends" InstanceProfileMemory

type InstanceProfileMemoryEnum

type InstanceProfileMemoryEnum struct {
	// The default value for this profile field.
	Default *int64 `json:"default" validate:"required"`

	// The type for this profile field.
	Type *string `json:"type" validate:"required"`

	// The permitted values for this profile field.
	Values []int64 `json:"values" validate:"required"`
}

InstanceProfileMemoryEnum : The permitted memory values (in gibibytes) for an instance with this profile. This model "extends" InstanceProfileMemory

type InstanceProfileMemoryFixed

type InstanceProfileMemoryFixed struct {
	// The type for this profile field.
	Type *string `json:"type" validate:"required"`

	// The value for this profile field.
	Value *int64 `json:"value" validate:"required"`
}

InstanceProfileMemoryFixed : The memory (in gibibytes) for an instance with this profile. This model "extends" InstanceProfileMemory

type InstanceProfileMemoryIntf

type InstanceProfileMemoryIntf interface {
	// contains filtered or unexported methods
}

type InstanceProfileMemoryRange

type InstanceProfileMemoryRange struct {
	// The default value for this profile field.
	Default *int64 `json:"default" validate:"required"`

	// The maximum value for this profile field.
	Max *int64 `json:"max" validate:"required"`

	// The minimum value for this profile field.
	Min *int64 `json:"min" validate:"required"`

	// The increment step value for this profile field.
	Step *int64 `json:"step" validate:"required"`

	// The type for this profile field.
	Type *string `json:"type" validate:"required"`
}

InstanceProfileMemoryRange : The permitted memory range (in gibibytes) for an instance with this profile. This model "extends" InstanceProfileMemory

type InstanceProfileOsArchitecture

type InstanceProfileOsArchitecture struct {
	// The default OS architecture for an instance with this profile.
	Default *string `json:"default" validate:"required"`

	// The type for this profile field.
	Type *string `json:"type" validate:"required"`

	// The supported OS architecture(s) for an instance with this profile.
	Values []string `json:"values" validate:"required"`
}

InstanceProfileOsArchitecture : InstanceProfileOsArchitecture struct

type InstanceProfilePortSpeed

type InstanceProfilePortSpeed struct {
	// The type for this profile field.
	Type *string `json:"type,omitempty"`

	// The value for this profile field.
	Value *int64 `json:"value,omitempty"`
}

InstanceProfilePortSpeed : InstanceProfilePortSpeed struct Models which "extend" this model: - InstanceProfilePortSpeedFixed - InstanceProfilePortSpeedDependent

type InstanceProfilePortSpeedDependent

type InstanceProfilePortSpeedDependent struct {
	// The type for this profile field.
	Type *string `json:"type" validate:"required"`
}

InstanceProfilePortSpeedDependent : The port speed of each network interface of an instance with this profile depends on its configuration. This model "extends" InstanceProfilePortSpeed

type InstanceProfilePortSpeedFixed

type InstanceProfilePortSpeedFixed struct {
	// The type for this profile field.
	Type *string `json:"type" validate:"required"`

	// The value for this profile field.
	Value *int64 `json:"value" validate:"required"`
}

InstanceProfilePortSpeedFixed : The maximum speed (in megabits per second) of each network interface of an instance with this profile. This model "extends" InstanceProfilePortSpeed

type InstanceProfilePortSpeedIntf

type InstanceProfilePortSpeedIntf interface {
	// contains filtered or unexported methods
}

type InstanceProfileReference

type InstanceProfileReference struct {
	// The URL for this virtual server instance profile.
	Href *string `json:"href" validate:"required"`

	// The globally unique name for this virtual server instance profile.
	Name *string `json:"name" validate:"required"`
}

InstanceProfileReference : InstanceProfileReference struct

type InstanceProfileVcpu

type InstanceProfileVcpu struct {
	// The type for this profile field.
	Type *string `json:"type,omitempty"`

	// The value for this profile field.
	Value *int64 `json:"value,omitempty"`

	// The default value for this profile field.
	Default *int64 `json:"default,omitempty"`

	// The maximum value for this profile field.
	Max *int64 `json:"max,omitempty"`

	// The minimum value for this profile field.
	Min *int64 `json:"min,omitempty"`

	// The increment step value for this profile field.
	Step *int64 `json:"step,omitempty"`

	// The permitted values for this profile field.
	Values []int64 `json:"values,omitempty"`
}

InstanceProfileVcpu : InstanceProfileVcpu struct Models which "extend" this model: - InstanceProfileVcpuFixed - InstanceProfileVcpuRange - InstanceProfileVcpuEnum - InstanceProfileVcpuDependent

type InstanceProfileVcpuArchitecture

type InstanceProfileVcpuArchitecture struct {
	// The default VCPU architecture for an instance with this profile.
	Default *string `json:"default,omitempty"`

	// The type for this profile field.
	Type *string `json:"type" validate:"required"`

	// The VCPU architecture for an instance with this profile.
	Value *string `json:"value" validate:"required"`
}

InstanceProfileVcpuArchitecture : InstanceProfileVcpuArchitecture struct

type InstanceProfileVcpuDependent

type InstanceProfileVcpuDependent struct {
	// The type for this profile field.
	Type *string `json:"type" validate:"required"`
}

InstanceProfileVcpuDependent : The VCPU count for an instance with this profile depends on its configuration. This model "extends" InstanceProfileVcpu

type InstanceProfileVcpuEnum

type InstanceProfileVcpuEnum struct {
	// The default value for this profile field.
	Default *int64 `json:"default" validate:"required"`

	// The type for this profile field.
	Type *string `json:"type" validate:"required"`

	// The permitted values for this profile field.
	Values []int64 `json:"values" validate:"required"`
}

InstanceProfileVcpuEnum : The permitted values for VCPU count for an instance with this profile. This model "extends" InstanceProfileVcpu

type InstanceProfileVcpuFixed

type InstanceProfileVcpuFixed struct {
	// The type for this profile field.
	Type *string `json:"type" validate:"required"`

	// The value for this profile field.
	Value *int64 `json:"value" validate:"required"`
}

InstanceProfileVcpuFixed : The VCPU count for an instance with this profile. This model "extends" InstanceProfileVcpu

type InstanceProfileVcpuIntf

type InstanceProfileVcpuIntf interface {
	// contains filtered or unexported methods
}

type InstanceProfileVcpuRange

type InstanceProfileVcpuRange struct {
	// The default value for this profile field.
	Default *int64 `json:"default" validate:"required"`

	// The maximum value for this profile field.
	Max *int64 `json:"max" validate:"required"`

	// The minimum value for this profile field.
	Min *int64 `json:"min" validate:"required"`

	// The increment step value for this profile field.
	Step *int64 `json:"step" validate:"required"`

	// The type for this profile field.
	Type *string `json:"type" validate:"required"`
}

InstanceProfileVcpuRange : The permitted range for VCPU count for an instance with this profile. This model "extends" InstanceProfileVcpu

type InstanceProfileVolumeBandwidth

type InstanceProfileVolumeBandwidth struct {
	// The type for this profile field.
	Type *string `json:"type,omitempty"`

	// The value for this profile field.
	Value *int64 `json:"value,omitempty"`

	// The default value for this profile field.
	Default *int64 `json:"default,omitempty"`

	// The maximum value for this profile field.
	Max *int64 `json:"max,omitempty"`

	// The minimum value for this profile field.
	Min *int64 `json:"min,omitempty"`

	// The increment step value for this profile field.
	Step *int64 `json:"step,omitempty"`

	// The permitted values for this profile field.
	Values []int64 `json:"values,omitempty"`
}

InstanceProfileVolumeBandwidth : InstanceProfileVolumeBandwidth struct Models which "extend" this model: - InstanceProfileVolumeBandwidthFixed - InstanceProfileVolumeBandwidthRange - InstanceProfileVolumeBandwidthEnum - InstanceProfileVolumeBandwidthDependent

type InstanceProfileVolumeBandwidthDependent

type InstanceProfileVolumeBandwidthDependent struct {
	// The type for this profile field.
	Type *string `json:"type" validate:"required"`
}

InstanceProfileVolumeBandwidthDependent : The storage bandwidth shared across the storage volumes of an instance with this profile depends on its configuration. This model "extends" InstanceProfileVolumeBandwidth

type InstanceProfileVolumeBandwidthEnum

type InstanceProfileVolumeBandwidthEnum struct {
	// The default value for this profile field.
	Default *int64 `json:"default" validate:"required"`

	// The type for this profile field.
	Type *string `json:"type" validate:"required"`

	// The permitted values for this profile field.
	Values []int64 `json:"values" validate:"required"`
}

InstanceProfileVolumeBandwidthEnum : The permitted storage bandwidth values (in megabits per second) shared across the storage volumes of an instance with this profile. This model "extends" InstanceProfileVolumeBandwidth

type InstanceProfileVolumeBandwidthFixed

type InstanceProfileVolumeBandwidthFixed struct {
	// The type for this profile field.
	Type *string `json:"type" validate:"required"`

	// The value for this profile field.
	Value *int64 `json:"value" validate:"required"`
}

InstanceProfileVolumeBandwidthFixed : The storage bandwidth (in megabits per second) shared across the storage volumes of an instance with this profile. This model "extends" InstanceProfileVolumeBandwidth

type InstanceProfileVolumeBandwidthIntf

type InstanceProfileVolumeBandwidthIntf interface {
	// contains filtered or unexported methods
}

type InstanceProfileVolumeBandwidthRange

type InstanceProfileVolumeBandwidthRange struct {
	// The default value for this profile field.
	Default *int64 `json:"default" validate:"required"`

	// The maximum value for this profile field.
	Max *int64 `json:"max" validate:"required"`

	// The minimum value for this profile field.
	Min *int64 `json:"min" validate:"required"`

	// The increment step value for this profile field.
	Step *int64 `json:"step" validate:"required"`

	// The type for this profile field.
	Type *string `json:"type" validate:"required"`
}

InstanceProfileVolumeBandwidthRange : The permitted storage bandwidth range (in megabits per second) shared across the storage volumes of an instance with this profile. This model "extends" InstanceProfileVolumeBandwidth

type InstancePrototype

type InstancePrototype struct {
	// The availability policy to use for this virtual server instance.
	AvailabilityPolicy *InstanceAvailabilityPrototype `json:"availability_policy,omitempty"`

	// The default trusted profile configuration to use for this virtual server instance
	//
	// This property's value is used when provisioning the virtual server instance, but not
	// subsequently managed. Accordingly, it is reflected as an [instance
	// initialization](https://cloud.ibm.com/apidocs/vpc#get-instance-initialization)
	// property.
	DefaultTrustedProfile *InstanceDefaultTrustedProfilePrototype `json:"default_trusted_profile,omitempty"`

	// The public SSH keys for the administrative user of the virtual server instance. Keys will be made available to the
	// virtual server instance as cloud-init vendor data. For cloud-init enabled images, these keys will also be added as
	// SSH authorized keys for the administrative user.
	//
	// For Windows images, at least one key must be specified, and one will be chosen to encrypt [the administrator
	// password](https://cloud.ibm.com/apidocs/vpc#get-instance-initialization). Keys are optional for other images, but if
	// no keys are specified, the instance will be inaccessible unless the specified image provides another means of
	// access.
	//
	// This property's value is used when provisioning the virtual server instance, but not subsequently managed.
	// Accordingly, it is reflected as an [instance
	// initialization](https://cloud.ibm.com/apidocs/vpc#get-instance-initialization) property.
	Keys []KeyIdentityIntf `json:"keys,omitempty"`

	// Configuration options for the instance metadata service.
	MetadataService *InstanceMetadataServicePrototype `json:"metadata_service,omitempty"`

	// The unique user-defined name for this virtual server instance (and default system hostname). If unspecified, the
	// name will be a hyphenated list of randomly-selected words.
	Name *string `json:"name,omitempty"`

	// The additional network interfaces to create for the virtual server instance.
	NetworkInterfaces []NetworkInterfacePrototype `json:"network_interfaces,omitempty"`

	// The placement restrictions to use for the virtual server instance.
	PlacementTarget InstancePlacementTargetPrototypeIntf `json:"placement_target,omitempty"`

	// The profile to use for this virtual server instance. If unspecified, `bx2-2x8` will
	// be used, but this default value is expected to change in the future.
	Profile InstanceProfileIdentityIntf `json:"profile,omitempty"`

	// The resource group to use. If unspecified, the account's [default resource
	// group](https://cloud.ibm.com/apidocs/resource-manager#introduction) is used.
	ResourceGroup ResourceGroupIdentityIntf `json:"resource_group,omitempty"`

	// The amount of bandwidth (in megabits per second) allocated exclusively to instance storage volumes. An increase in
	// this value will result in a corresponding decrease to
	// `total_network_bandwidth`.
	TotalVolumeBandwidth *int64 `json:"total_volume_bandwidth,omitempty"`

	// User data to be made available when setting up the virtual server instance.
	UserData *string `json:"user_data,omitempty"`

	// The volume attachments for this virtual server instance.
	VolumeAttachments []VolumeAttachmentPrototypeInstanceContext `json:"volume_attachments,omitempty"`

	// The VPC the virtual server instance is to be a part of. If specified, it must match
	// the VPC referenced by the subnets of the instance's network interfaces.
	VPC VPCIdentityIntf `json:"vpc,omitempty"`

	// The boot volume attachment for the virtual server instance.
	BootVolumeAttachment *VolumeAttachmentPrototypeInstanceByImageContext `json:"boot_volume_attachment,omitempty"`

	// The image to use when provisioning the virtual server instance.
	Image ImageIdentityIntf `json:"image,omitempty"`

	// Primary network interface.
	PrimaryNetworkInterface *NetworkInterfacePrototype `json:"primary_network_interface,omitempty"`

	// The zone this virtual server instance will reside in.
	Zone ZoneIdentityIntf `json:"zone,omitempty"`

	// The template to create this virtual server instance from.
	SourceTemplate InstanceTemplateIdentityIntf `json:"source_template,omitempty"`
}

InstancePrototype : InstancePrototype struct Models which "extend" this model: - InstancePrototypeInstanceByImage - InstancePrototypeInstanceBySourceSnapshot - InstancePrototypeInstanceBySourceTemplate

type InstancePrototypeInstanceByImage

type InstancePrototypeInstanceByImage struct {
	// The availability policy to use for this virtual server instance.
	AvailabilityPolicy *InstanceAvailabilityPrototype `json:"availability_policy,omitempty"`

	// The default trusted profile configuration to use for this virtual server instance  This property's value is used
	// when provisioning the virtual server instance, but not subsequently managed. Accordingly, it is reflected as an
	// [instance initialization](https://cloud.ibm.com/apidocs/vpc#get-instance-initialization) property.
	DefaultTrustedProfile *InstanceDefaultTrustedProfilePrototype `json:"default_trusted_profile,omitempty"`

	// The public SSH keys for the administrative user of the virtual server instance. Keys will be made available to the
	// virtual server instance as cloud-init vendor data. For cloud-init enabled images, these keys will also be added as
	// SSH authorized keys for the administrative user.
	//
	// For Windows images, at least one key must be specified, and one will be chosen to encrypt [the administrator
	// password](https://cloud.ibm.com/apidocs/vpc#get-instance-initialization). Keys are optional for other images, but if
	// no keys are specified, the instance will be inaccessible unless the specified image provides another means of
	// access.
	//
	// This property's value is used when provisioning the virtual server instance, but not subsequently managed.
	// Accordingly, it is reflected as an [instance
	// initialization](https://cloud.ibm.com/apidocs/vpc#get-instance-initialization) property.
	Keys []KeyIdentityIntf `json:"keys,omitempty"`

	// Configuration options for the instance metadata service.
	MetadataService *InstanceMetadataServicePrototype `json:"metadata_service,omitempty"`

	// The unique user-defined name for this virtual server instance (and default system hostname). If unspecified, the
	// name will be a hyphenated list of randomly-selected words.
	Name *string `json:"name,omitempty"`

	// The additional network interfaces to create for the virtual server instance.
	NetworkInterfaces []NetworkInterfacePrototype `json:"network_interfaces,omitempty"`

	// The placement restrictions to use for the virtual server instance.
	PlacementTarget InstancePlacementTargetPrototypeIntf `json:"placement_target,omitempty"`

	// The profile to use for this virtual server instance. If unspecified, `bx2-2x8` will be used, but this default value
	// is expected to change in the future.
	Profile InstanceProfileIdentityIntf `json:"profile,omitempty"`

	ResourceGroup ResourceGroupIdentityIntf `json:"resource_group,omitempty"`

	// The amount of bandwidth (in megabits per second) allocated exclusively to instance storage volumes. An increase in
	// this value will result in a corresponding decrease to
	// `total_network_bandwidth`.
	TotalVolumeBandwidth *int64 `json:"total_volume_bandwidth,omitempty"`

	// User data to be made available when setting up the virtual server instance.
	UserData *string `json:"user_data,omitempty"`

	// The volume attachments for this virtual server instance.
	VolumeAttachments []VolumeAttachmentPrototypeInstanceContext `json:"volume_attachments,omitempty"`

	// The VPC the virtual server instance is to be a part of. If specified, it must match the VPC referenced by the
	// subnets of the instance's network interfaces.
	VPC VPCIdentityIntf `json:"vpc,omitempty"`

	// The boot volume attachment for the virtual server instance.
	BootVolumeAttachment *VolumeAttachmentPrototypeInstanceByImageContext `json:"boot_volume_attachment,omitempty"`

	// The image to use when provisioning the virtual server instance.
	Image ImageIdentityIntf `json:"image" validate:"required"`

	// Primary network interface.
	PrimaryNetworkInterface *NetworkInterfacePrototype `json:"primary_network_interface" validate:"required"`

	// The zone this virtual server instance will reside in.
	Zone ZoneIdentityIntf `json:"zone" validate:"required"`
}

InstancePrototypeInstanceByImage : InstancePrototypeInstanceByImage struct This model "extends" InstancePrototype

type InstancePrototypeInstanceBySourceSnapshot

type InstancePrototypeInstanceBySourceSnapshot struct {
	// The availability policy to use for this virtual server instance.
	AvailabilityPolicy *InstanceAvailabilityPrototype `json:"availability_policy,omitempty"`

	// The default trusted profile configuration to use for this virtual server instance  This property's value is used
	// when provisioning the virtual server instance, but not subsequently managed. Accordingly, it is reflected as an
	// [instance initialization](https://cloud.ibm.com/apidocs/vpc#get-instance-initialization) property.
	DefaultTrustedProfile *InstanceDefaultTrustedProfilePrototype `json:"default_trusted_profile,omitempty"`

	// The public SSH keys for the administrative user of the virtual server instance. Keys will be made available to the
	// virtual server instance as cloud-init vendor data. For cloud-init enabled images, these keys will also be added as
	// SSH authorized keys for the administrative user.
	//
	// For Windows images, at least one key must be specified, and one will be chosen to encrypt [the administrator
	// password](https://cloud.ibm.com/apidocs/vpc#get-instance-initialization). Keys are optional for other images, but if
	// no keys are specified, the instance will be inaccessible unless the specified image provides another means of
	// access.
	//
	// This property's value is used when provisioning the virtual server instance, but not subsequently managed.
	// Accordingly, it is reflected as an [instance
	// initialization](https://cloud.ibm.com/apidocs/vpc#get-instance-initialization) property.
	Keys []KeyIdentityIntf `json:"keys,omitempty"`

	// Configuration options for the instance metadata service.
	MetadataService *InstanceMetadataServicePrototype `json:"metadata_service,omitempty"`

	// The unique user-defined name for this virtual server instance (and default system hostname). If unspecified, the
	// name will be a hyphenated list of randomly-selected words.
	Name *string `json:"name,omitempty"`

	// The additional network interfaces to create for the virtual server instance.
	NetworkInterfaces []NetworkInterfacePrototype `json:"network_interfaces,omitempty"`

	// The placement restrictions to use for the virtual server instance.
	PlacementTarget InstancePlacementTargetPrototypeIntf `json:"placement_target,omitempty"`

	// The profile to use for this virtual server instance. If unspecified, `bx2-2x8` will be used, but this default value
	// is expected to change in the future.
	Profile InstanceProfileIdentityIntf `json:"profile,omitempty"`

	ResourceGroup ResourceGroupIdentityIntf `json:"resource_group,omitempty"`

	// The amount of bandwidth (in megabits per second) allocated exclusively to instance storage volumes. An increase in
	// this value will result in a corresponding decrease to
	// `total_network_bandwidth`.
	TotalVolumeBandwidth *int64 `json:"total_volume_bandwidth,omitempty"`

	// User data to be made available when setting up the virtual server instance.
	UserData *string `json:"user_data,omitempty"`

	// The volume attachments for this virtual server instance.
	VolumeAttachments []VolumeAttachmentPrototypeInstanceContext `json:"volume_attachments,omitempty"`

	// The VPC the virtual server instance is to be a part of. If specified, it must match the VPC referenced by the
	// subnets of the instance's network interfaces.
	VPC VPCIdentityIntf `json:"vpc,omitempty"`

	// The boot volume attachment for the virtual server instance.
	BootVolumeAttachment *VolumeAttachmentPrototypeInstanceBySourceSnapshotContext `json:"boot_volume_attachment" validate:"required"`

	// Primary network interface.
	PrimaryNetworkInterface *NetworkInterfacePrototype `json:"primary_network_interface" validate:"required"`

	// The zone this virtual server instance will reside in.
	Zone ZoneIdentityIntf `json:"zone" validate:"required"`
}

InstancePrototypeInstanceBySourceSnapshot : InstancePrototypeInstanceBySourceSnapshot struct This model "extends" InstancePrototype

type InstancePrototypeInstanceBySourceTemplate

type InstancePrototypeInstanceBySourceTemplate struct {
	// The availability policy to use for this virtual server instance.
	AvailabilityPolicy *InstanceAvailabilityPrototype `json:"availability_policy,omitempty"`

	// The default trusted profile configuration to use for this virtual server instance  This property's value is used
	// when provisioning the virtual server instance, but not subsequently managed. Accordingly, it is reflected as an
	// [instance initialization](https://cloud.ibm.com/apidocs/vpc#get-instance-initialization) property.
	DefaultTrustedProfile *InstanceDefaultTrustedProfilePrototype `json:"default_trusted_profile,omitempty"`

	// The public SSH keys for the administrative user of the virtual server instance. Keys will be made available to the
	// virtual server instance as cloud-init vendor data. For cloud-init enabled images, these keys will also be added as
	// SSH authorized keys for the administrative user.
	//
	// For Windows images, at least one key must be specified, and one will be chosen to encrypt [the administrator
	// password](https://cloud.ibm.com/apidocs/vpc#get-instance-initialization). Keys are optional for other images, but if
	// no keys are specified, the instance will be inaccessible unless the specified image provides another means of
	// access.
	//
	// This property's value is used when provisioning the virtual server instance, but not subsequently managed.
	// Accordingly, it is reflected as an [instance
	// initialization](https://cloud.ibm.com/apidocs/vpc#get-instance-initialization) property.
	Keys []KeyIdentityIntf `json:"keys,omitempty"`

	// Configuration options for the instance metadata service.
	MetadataService *InstanceMetadataServicePrototype `json:"metadata_service,omitempty"`

	// The unique user-defined name for this virtual server instance (and default system hostname). If unspecified, the
	// name will be a hyphenated list of randomly-selected words.
	Name *string `json:"name,omitempty"`

	// The additional network interfaces to create for the virtual server instance.
	NetworkInterfaces []NetworkInterfacePrototype `json:"network_interfaces,omitempty"`

	// The placement restrictions to use for the virtual server instance.
	PlacementTarget InstancePlacementTargetPrototypeIntf `json:"placement_target,omitempty"`

	// The profile to use for this virtual server instance. If unspecified, `bx2-2x8` will be used, but this default value
	// is expected to change in the future.
	Profile InstanceProfileIdentityIntf `json:"profile,omitempty"`

	ResourceGroup ResourceGroupIdentityIntf `json:"resource_group,omitempty"`

	// The amount of bandwidth (in megabits per second) allocated exclusively to instance storage volumes. An increase in
	// this value will result in a corresponding decrease to
	// `total_network_bandwidth`.
	TotalVolumeBandwidth *int64 `json:"total_volume_bandwidth,omitempty"`

	// User data to be made available when setting up the virtual server instance.
	UserData *string `json:"user_data,omitempty"`

	// The volume attachments for this virtual server instance.
	VolumeAttachments []VolumeAttachmentPrototypeInstanceContext `json:"volume_attachments,omitempty"`

	// The VPC the virtual server instance is to be a part of. If specified, it must match the VPC referenced by the
	// subnets of the instance's network interfaces.
	VPC VPCIdentityIntf `json:"vpc,omitempty"`

	// The boot volume attachment for the virtual server instance.
	BootVolumeAttachment *VolumeAttachmentPrototypeInstanceByImageContext `json:"boot_volume_attachment,omitempty"`

	// The image to use when provisioning the virtual server instance.
	Image ImageIdentityIntf `json:"image,omitempty"`

	// Primary network interface.
	PrimaryNetworkInterface *NetworkInterfacePrototype `json:"primary_network_interface,omitempty"`

	// The template to create this virtual server instance from.
	SourceTemplate InstanceTemplateIdentityIntf `json:"source_template" validate:"required"`

	// The zone this virtual server instance will reside in.
	Zone ZoneIdentityIntf `json:"zone,omitempty"`
}

InstancePrototypeInstanceBySourceTemplate : InstancePrototypeInstanceBySourceTemplate struct This model "extends" InstancePrototype

type InstancePrototypeIntf

type InstancePrototypeIntf interface {
	// contains filtered or unexported methods
}

type InstanceReference

type InstanceReference struct {
	// The CRN for this virtual server instance.
	CRN *string `json:"crn" validate:"required"`

	// If present, this property indicates the referenced resource has been deleted and provides
	// some supplementary information.
	Deleted *InstanceReferenceDeleted `json:"deleted,omitempty"`

	// The URL for this virtual server instance.
	Href *string `json:"href" validate:"required"`

	// The unique identifier for this virtual server instance.
	ID *string `json:"id" validate:"required"`

	// The user-defined name for this virtual server instance (and default system hostname).
	Name *string `json:"name" validate:"required"`
}

InstanceReference : InstanceReference struct

type InstanceReferenceDeleted

type InstanceReferenceDeleted struct {
	// Link to documentation about deleted resources.
	MoreInfo *string `json:"more_info" validate:"required"`
}

InstanceReferenceDeleted : If present, this property indicates the referenced resource has been deleted and provides some supplementary information.

type InstanceStatusReason

type InstanceStatusReason struct {
	// A snake case string succinctly identifying the status reason.
	Code *string `json:"code" validate:"required"`

	// An explanation of the status reason.
	Message *string `json:"message" validate:"required"`

	// Link to documentation about this status reason.
	MoreInfo *string `json:"more_info,omitempty"`
}

InstanceStatusReason : InstanceStatusReason struct

type InstanceTemplate

type InstanceTemplate struct {
	// The availability policy to use for this virtual server instance.
	AvailabilityPolicy *InstanceAvailabilityPrototype `json:"availability_policy,omitempty"`

	// The date and time that the instance template was created.
	CreatedAt *strfmt.DateTime `json:"created_at" validate:"required"`

	// The CRN for this instance template.
	CRN *string `json:"crn" validate:"required"`

	// The default trusted profile configuration to use for this virtual server instance
	//
	// This property's value is used when provisioning the virtual server instance, but not
	// subsequently managed. Accordingly, it is reflected as an [instance
	// initialization](https://cloud.ibm.com/apidocs/vpc#get-instance-initialization)
	// property.
	DefaultTrustedProfile *InstanceDefaultTrustedProfilePrototype `json:"default_trusted_profile,omitempty"`

	// The URL for this instance template.
	Href *string `json:"href" validate:"required"`

	// The unique identifier for this instance template.
	ID *string `json:"id" validate:"required"`

	// The public SSH keys for the administrative user of the virtual server instance. Keys will be made available to the
	// virtual server instance as cloud-init vendor data. For cloud-init enabled images, these keys will also be added as
	// SSH authorized keys for the administrative user.
	//
	// For Windows images, at least one key must be specified, and one will be chosen to encrypt [the administrator
	// password](https://cloud.ibm.com/apidocs/vpc#get-instance-initialization). Keys are optional for other images, but if
	// no keys are specified, the instance will be inaccessible unless the specified image provides another means of
	// access.
	//
	// This property's value is used when provisioning the virtual server instance, but not subsequently managed.
	// Accordingly, it is reflected as an [instance
	// initialization](https://cloud.ibm.com/apidocs/vpc#get-instance-initialization) property.
	Keys []KeyIdentityIntf `json:"keys,omitempty"`

	// Configuration options for the instance metadata service.
	MetadataService *InstanceMetadataServicePrototype `json:"metadata_service,omitempty"`

	// The unique user-defined name for this instance template.
	Name *string `json:"name" validate:"required"`

	// The additional network interfaces to create for the virtual server instance.
	NetworkInterfaces []NetworkInterfacePrototype `json:"network_interfaces,omitempty"`

	// The placement restrictions to use for the virtual server instance.
	PlacementTarget InstancePlacementTargetPrototypeIntf `json:"placement_target,omitempty"`

	// The profile to use for this virtual server instance. If unspecified, `bx2-2x8` will
	// be used, but this default value is expected to change in the future.
	Profile InstanceProfileIdentityIntf `json:"profile,omitempty"`

	// The resource group for this instance template.
	ResourceGroup *ResourceGroupReference `json:"resource_group" validate:"required"`

	// The amount of bandwidth (in megabits per second) allocated exclusively to instance storage volumes. An increase in
	// this value will result in a corresponding decrease to
	// `total_network_bandwidth`.
	TotalVolumeBandwidth *int64 `json:"total_volume_bandwidth,omitempty"`

	// User data to be made available when setting up the virtual server instance.
	UserData *string `json:"user_data,omitempty"`

	// The volume attachments for this virtual server instance.
	VolumeAttachments []VolumeAttachmentPrototypeInstanceContext `json:"volume_attachments,omitempty"`

	// The VPC the virtual server instance is to be a part of. If specified, it must match
	// the VPC referenced by the subnets of the instance's network interfaces.
	VPC VPCIdentityIntf `json:"vpc,omitempty"`

	// The boot volume attachment for the virtual server instance.
	BootVolumeAttachment *VolumeAttachmentPrototypeInstanceByImageContext `json:"boot_volume_attachment,omitempty"`

	// The image to use when provisioning the virtual server instance.
	Image ImageIdentityIntf `json:"image,omitempty"`

	// Primary network interface.
	PrimaryNetworkInterface *NetworkInterfacePrototype `json:"primary_network_interface,omitempty"`

	// The zone this virtual server instance will reside in.
	Zone ZoneIdentityIntf `json:"zone,omitempty"`
}

InstanceTemplate : InstanceTemplate struct Models which "extend" this model: - InstanceTemplateInstanceByImage

type InstanceTemplateCollection

type InstanceTemplateCollection struct {
	// A link to the first page of resources.
	First *InstanceTemplateCollectionFirst `json:"first" validate:"required"`

	// The maximum number of resources that can be returned by the request.
	Limit *int64 `json:"limit" validate:"required"`

	// A link to the next page of resources. This property is present for all pages
	// except the last page.
	Next *InstanceTemplateCollectionNext `json:"next,omitempty"`

	// Collection of instance templates.
	Templates []InstanceTemplateIntf `json:"templates" validate:"required"`

	// The total number of resources across all pages.
	TotalCount *int64 `json:"total_count" validate:"required"`
}

InstanceTemplateCollection : InstanceTemplateCollection struct

type InstanceTemplateCollectionFirst

type InstanceTemplateCollectionFirst struct {
	// The URL for a page of resources.
	Href *string `json:"href" validate:"required"`
}

InstanceTemplateCollectionFirst : A link to the first page of resources.

type InstanceTemplateCollectionNext

type InstanceTemplateCollectionNext struct {
	// The URL for a page of resources.
	Href *string `json:"href" validate:"required"`
}

InstanceTemplateCollectionNext : A link to the next page of resources. This property is present for all pages except the last page.

type InstanceTemplateIdentity

type InstanceTemplateIdentity struct {
	// The unique identifier for this instance template.
	ID *string `json:"id,omitempty"`

	// The URL for this instance template.
	Href *string `json:"href,omitempty"`

	// The CRN for this instance template.
	CRN *string `json:"crn,omitempty"`
}

InstanceTemplateIdentity : Identifies an instance template by a unique property. Models which "extend" this model: - InstanceTemplateIdentityByID - InstanceTemplateIdentityByHref - InstanceTemplateIdentityByCRN

type InstanceTemplateIdentityByCRN

type InstanceTemplateIdentityByCRN struct {
	// The CRN for this instance template.
	CRN *string `json:"crn" validate:"required"`
}

InstanceTemplateIdentityByCRN : InstanceTemplateIdentityByCRN struct This model "extends" InstanceTemplateIdentity

type InstanceTemplateIdentityByHref

type InstanceTemplateIdentityByHref struct {
	// The URL for this instance template.
	Href *string `json:"href" validate:"required"`
}

InstanceTemplateIdentityByHref : InstanceTemplateIdentityByHref struct This model "extends" InstanceTemplateIdentity

type InstanceTemplateIdentityByID

type InstanceTemplateIdentityByID struct {
	// The unique identifier for this instance template.
	ID *string `json:"id" validate:"required"`
}

InstanceTemplateIdentityByID : InstanceTemplateIdentityByID struct This model "extends" InstanceTemplateIdentity

type InstanceTemplateIdentityIntf

type InstanceTemplateIdentityIntf interface {
	// contains filtered or unexported methods
}

type InstanceTemplateInstanceByImage

type InstanceTemplateInstanceByImage struct {
	// The availability policy to use for this virtual server instance.
	AvailabilityPolicy *InstanceAvailabilityPrototype `json:"availability_policy,omitempty"`

	// The date and time that the instance template was created.
	CreatedAt *strfmt.DateTime `json:"created_at" validate:"required"`

	// The CRN for this instance template.
	CRN *string `json:"crn" validate:"required"`

	// The default trusted profile configuration to use for this virtual server instance  This property's value is used
	// when provisioning the virtual server instance, but not subsequently managed. Accordingly, it is reflected as an
	// [instance initialization](https://cloud.ibm.com/apidocs/vpc#get-instance-initialization) property.
	DefaultTrustedProfile *InstanceDefaultTrustedProfilePrototype `json:"default_trusted_profile,omitempty"`

	// The URL for this instance template.
	Href *string `json:"href" validate:"required"`

	// The unique identifier for this instance template.
	ID *string `json:"id" validate:"required"`

	// The public SSH keys for the administrative user of the virtual server instance. Keys will be made available to the
	// virtual server instance as cloud-init vendor data. For cloud-init enabled images, these keys will also be added as
	// SSH authorized keys for the administrative user.
	//
	// For Windows images, at least one key must be specified, and one will be chosen to encrypt [the administrator
	// password](https://cloud.ibm.com/apidocs/vpc#get-instance-initialization). Keys are optional for other images, but if
	// no keys are specified, the instance will be inaccessible unless the specified image provides another means of
	// access.
	//
	// This property's value is used when provisioning the virtual server instance, but not subsequently managed.
	// Accordingly, it is reflected as an [instance
	// initialization](https://cloud.ibm.com/apidocs/vpc#get-instance-initialization) property.
	Keys []KeyIdentityIntf `json:"keys,omitempty"`

	// Configuration options for the instance metadata service.
	MetadataService *InstanceMetadataServicePrototype `json:"metadata_service,omitempty"`

	// The unique user-defined name for this instance template.
	Name *string `json:"name" validate:"required"`

	// The additional network interfaces to create for the virtual server instance.
	NetworkInterfaces []NetworkInterfacePrototype `json:"network_interfaces,omitempty"`

	// The placement restrictions to use for the virtual server instance.
	PlacementTarget InstancePlacementTargetPrototypeIntf `json:"placement_target,omitempty"`

	// The profile to use for this virtual server instance. If unspecified, `bx2-2x8` will be used, but this default value
	// is expected to change in the future.
	Profile InstanceProfileIdentityIntf `json:"profile,omitempty"`

	// The resource group for this instance template.
	ResourceGroup *ResourceGroupReference `json:"resource_group" validate:"required"`

	// The amount of bandwidth (in megabits per second) allocated exclusively to instance storage volumes. An increase in
	// this value will result in a corresponding decrease to
	// `total_network_bandwidth`.
	TotalVolumeBandwidth *int64 `json:"total_volume_bandwidth,omitempty"`

	// User data to be made available when setting up the virtual server instance.
	UserData *string `json:"user_data,omitempty"`

	// The volume attachments for this virtual server instance.
	VolumeAttachments []VolumeAttachmentPrototypeInstanceContext `json:"volume_attachments,omitempty"`

	// The VPC the virtual server instance is to be a part of. If specified, it must match the VPC referenced by the
	// subnets of the instance's network interfaces.
	VPC VPCIdentityIntf `json:"vpc,omitempty"`

	// The boot volume attachment for the virtual server instance.
	BootVolumeAttachment *VolumeAttachmentPrototypeInstanceByImageContext `json:"boot_volume_attachment,omitempty"`

	// The image to use when provisioning the virtual server instance.
	Image ImageIdentityIntf `json:"image" validate:"required"`

	// Primary network interface.
	PrimaryNetworkInterface *NetworkInterfacePrototype `json:"primary_network_interface" validate:"required"`

	// The zone this virtual server instance will reside in.
	Zone ZoneIdentityIntf `json:"zone" validate:"required"`
}

InstanceTemplateInstanceByImage : InstanceTemplateInstanceByImage struct This model "extends" InstanceTemplate

type InstanceTemplateIntf

type InstanceTemplateIntf interface {
	// contains filtered or unexported methods
}

type InstanceTemplatePatch

type InstanceTemplatePatch struct {
	// The unique user-defined name for this instance template.
	Name *string `json:"name,omitempty"`
}

InstanceTemplatePatch : InstanceTemplatePatch struct

func (*InstanceTemplatePatch) AsPatch

func (instanceTemplatePatch *InstanceTemplatePatch) AsPatch() (_patch map[string]interface{}, err error)

AsPatch returns a generic map representation of the InstanceTemplatePatch

type InstanceTemplatePrototype

type InstanceTemplatePrototype struct {
	// The availability policy to use for this virtual server instance.
	AvailabilityPolicy *InstanceAvailabilityPrototype `json:"availability_policy,omitempty"`

	// The default trusted profile configuration to use for this virtual server instance
	//
	// This property's value is used when provisioning the virtual server instance, but not
	// subsequently managed. Accordingly, it is reflected as an [instance
	// initialization](https://cloud.ibm.com/apidocs/vpc#get-instance-initialization)
	// property.
	DefaultTrustedProfile *InstanceDefaultTrustedProfilePrototype `json:"default_trusted_profile,omitempty"`

	// The public SSH keys for the administrative user of the virtual server instance. Keys will be made available to the
	// virtual server instance as cloud-init vendor data. For cloud-init enabled images, these keys will also be added as
	// SSH authorized keys for the administrative user.
	//
	// For Windows images, at least one key must be specified, and one will be chosen to encrypt [the administrator
	// password](https://cloud.ibm.com/apidocs/vpc#get-instance-initialization). Keys are optional for other images, but if
	// no keys are specified, the instance will be inaccessible unless the specified image provides another means of
	// access.
	//
	// This property's value is used when provisioning the virtual server instance, but not subsequently managed.
	// Accordingly, it is reflected as an [instance
	// initialization](https://cloud.ibm.com/apidocs/vpc#get-instance-initialization) property.
	Keys []KeyIdentityIntf `json:"keys,omitempty"`

	// Configuration options for the instance metadata service.
	MetadataService *InstanceMetadataServicePrototype `json:"metadata_service,omitempty"`

	// The unique user-defined name for this virtual server instance (and default system hostname). If unspecified, the
	// name will be a hyphenated list of randomly-selected words.
	Name *string `json:"name,omitempty"`

	// The additional network interfaces to create for the virtual server instance.
	NetworkInterfaces []NetworkInterfacePrototype `json:"network_interfaces,omitempty"`

	// The placement restrictions to use for the virtual server instance.
	PlacementTarget InstancePlacementTargetPrototypeIntf `json:"placement_target,omitempty"`

	// The profile to use for this virtual server instance. If unspecified, `bx2-2x8` will
	// be used, but this default value is expected to change in the future.
	Profile InstanceProfileIdentityIntf `json:"profile,omitempty"`

	// The resource group to use. If unspecified, the account's [default resource
	// group](https://cloud.ibm.com/apidocs/resource-manager#introduction) is used.
	ResourceGroup ResourceGroupIdentityIntf `json:"resource_group,omitempty"`

	// The amount of bandwidth (in megabits per second) allocated exclusively to instance storage volumes. An increase in
	// this value will result in a corresponding decrease to
	// `total_network_bandwidth`.
	TotalVolumeBandwidth *int64 `json:"total_volume_bandwidth,omitempty"`

	// User data to be made available when setting up the virtual server instance.
	UserData *string `json:"user_data,omitempty"`

	// The volume attachments for this virtual server instance.
	VolumeAttachments []VolumeAttachmentPrototypeInstanceContext `json:"volume_attachments,omitempty"`

	// The VPC the virtual server instance is to be a part of. If specified, it must match
	// the VPC referenced by the subnets of the instance's network interfaces.
	VPC VPCIdentityIntf `json:"vpc,omitempty"`

	// The boot volume attachment for the virtual server instance.
	BootVolumeAttachment *VolumeAttachmentPrototypeInstanceByImageContext `json:"boot_volume_attachment,omitempty"`

	// The image to use when provisioning the virtual server instance.
	Image ImageIdentityIntf `json:"image,omitempty"`

	// Primary network interface.
	PrimaryNetworkInterface *NetworkInterfacePrototype `json:"primary_network_interface,omitempty"`

	// The zone this virtual server instance will reside in.
	Zone ZoneIdentityIntf `json:"zone,omitempty"`

	// The template to create this virtual server instance from.
	SourceTemplate InstanceTemplateIdentityIntf `json:"source_template,omitempty"`
}

InstanceTemplatePrototype : InstanceTemplatePrototype struct Models which "extend" this model: - InstanceTemplatePrototypeInstanceByImage - InstanceTemplatePrototypeInstanceBySourceTemplate

type InstanceTemplatePrototypeInstanceByImage

type InstanceTemplatePrototypeInstanceByImage struct {
	// The availability policy to use for this virtual server instance.
	AvailabilityPolicy *InstanceAvailabilityPrototype `json:"availability_policy,omitempty"`

	// The default trusted profile configuration to use for this virtual server instance  This property's value is used
	// when provisioning the virtual server instance, but not subsequently managed. Accordingly, it is reflected as an
	// [instance initialization](https://cloud.ibm.com/apidocs/vpc#get-instance-initialization) property.
	DefaultTrustedProfile *InstanceDefaultTrustedProfilePrototype `json:"default_trusted_profile,omitempty"`

	// The public SSH keys for the administrative user of the virtual server instance. Keys will be made available to the
	// virtual server instance as cloud-init vendor data. For cloud-init enabled images, these keys will also be added as
	// SSH authorized keys for the administrative user.
	//
	// For Windows images, at least one key must be specified, and one will be chosen to encrypt [the administrator
	// password](https://cloud.ibm.com/apidocs/vpc#get-instance-initialization). Keys are optional for other images, but if
	// no keys are specified, the instance will be inaccessible unless the specified image provides another means of
	// access.
	//
	// This property's value is used when provisioning the virtual server instance, but not subsequently managed.
	// Accordingly, it is reflected as an [instance
	// initialization](https://cloud.ibm.com/apidocs/vpc#get-instance-initialization) property.
	Keys []KeyIdentityIntf `json:"keys,omitempty"`

	// Configuration options for the instance metadata service.
	MetadataService *InstanceMetadataServicePrototype `json:"metadata_service,omitempty"`

	// The unique user-defined name for this virtual server instance (and default system hostname). If unspecified, the
	// name will be a hyphenated list of randomly-selected words.
	Name *string `json:"name,omitempty"`

	// The additional network interfaces to create for the virtual server instance.
	NetworkInterfaces []NetworkInterfacePrototype `json:"network_interfaces,omitempty"`

	// The placement restrictions to use for the virtual server instance.
	PlacementTarget InstancePlacementTargetPrototypeIntf `json:"placement_target,omitempty"`

	// The profile to use for this virtual server instance. If unspecified, `bx2-2x8` will be used, but this default value
	// is expected to change in the future.
	Profile InstanceProfileIdentityIntf `json:"profile,omitempty"`

	ResourceGroup ResourceGroupIdentityIntf `json:"resource_group,omitempty"`

	// The amount of bandwidth (in megabits per second) allocated exclusively to instance storage volumes. An increase in
	// this value will result in a corresponding decrease to
	// `total_network_bandwidth`.
	TotalVolumeBandwidth *int64 `json:"total_volume_bandwidth,omitempty"`

	// User data to be made available when setting up the virtual server instance.
	UserData *string `json:"user_data,omitempty"`

	// The volume attachments for this virtual server instance.
	VolumeAttachments []VolumeAttachmentPrototypeInstanceContext `json:"volume_attachments,omitempty"`

	// The VPC the virtual server instance is to be a part of. If specified, it must match the VPC referenced by the
	// subnets of the instance's network interfaces.
	VPC VPCIdentityIntf `json:"vpc,omitempty"`

	// The boot volume attachment for the virtual server instance.
	BootVolumeAttachment *VolumeAttachmentPrototypeInstanceByImageContext `json:"boot_volume_attachment,omitempty"`

	// The image to use when provisioning the virtual server instance.
	Image ImageIdentityIntf `json:"image" validate:"required"`

	// Primary network interface.
	PrimaryNetworkInterface *NetworkInterfacePrototype `json:"primary_network_interface" validate:"required"`

	// The zone this virtual server instance will reside in.
	Zone ZoneIdentityIntf `json:"zone" validate:"required"`
}

InstanceTemplatePrototypeInstanceByImage : InstanceTemplatePrototypeInstanceByImage struct This model "extends" InstanceTemplatePrototype

type InstanceTemplatePrototypeInstanceBySourceTemplate

type InstanceTemplatePrototypeInstanceBySourceTemplate struct {
	// The availability policy to use for this virtual server instance.
	AvailabilityPolicy *InstanceAvailabilityPrototype `json:"availability_policy,omitempty"`

	// The default trusted profile configuration to use for this virtual server instance  This property's value is used
	// when provisioning the virtual server instance, but not subsequently managed. Accordingly, it is reflected as an
	// [instance initialization](https://cloud.ibm.com/apidocs/vpc#get-instance-initialization) property.
	DefaultTrustedProfile *InstanceDefaultTrustedProfilePrototype `json:"default_trusted_profile,omitempty"`

	// The public SSH keys for the administrative user of the virtual server instance. Keys will be made available to the
	// virtual server instance as cloud-init vendor data. For cloud-init enabled images, these keys will also be added as
	// SSH authorized keys for the administrative user.
	//
	// For Windows images, at least one key must be specified, and one will be chosen to encrypt [the administrator
	// password](https://cloud.ibm.com/apidocs/vpc#get-instance-initialization). Keys are optional for other images, but if
	// no keys are specified, the instance will be inaccessible unless the specified image provides another means of
	// access.
	//
	// This property's value is used when provisioning the virtual server instance, but not subsequently managed.
	// Accordingly, it is reflected as an [instance
	// initialization](https://cloud.ibm.com/apidocs/vpc#get-instance-initialization) property.
	Keys []KeyIdentityIntf `json:"keys,omitempty"`

	// Configuration options for the instance metadata service.
	MetadataService *InstanceMetadataServicePrototype `json:"metadata_service,omitempty"`

	// The unique user-defined name for this virtual server instance (and default system hostname). If unspecified, the
	// name will be a hyphenated list of randomly-selected words.
	Name *string `json:"name,omitempty"`

	// The additional network interfaces to create for the virtual server instance.
	NetworkInterfaces []NetworkInterfacePrototype `json:"network_interfaces,omitempty"`

	// The placement restrictions to use for the virtual server instance.
	PlacementTarget InstancePlacementTargetPrototypeIntf `json:"placement_target,omitempty"`

	// The profile to use for this virtual server instance. If unspecified, `bx2-2x8` will be used, but this default value
	// is expected to change in the future.
	Profile InstanceProfileIdentityIntf `json:"profile,omitempty"`

	ResourceGroup ResourceGroupIdentityIntf `json:"resource_group,omitempty"`

	// The amount of bandwidth (in megabits per second) allocated exclusively to instance storage volumes. An increase in
	// this value will result in a corresponding decrease to
	// `total_network_bandwidth`.
	TotalVolumeBandwidth *int64 `json:"total_volume_bandwidth,omitempty"`

	// User data to be made available when setting up the virtual server instance.
	UserData *string `json:"user_data,omitempty"`

	// The volume attachments for this virtual server instance.
	VolumeAttachments []VolumeAttachmentPrototypeInstanceContext `json:"volume_attachments,omitempty"`

	// The VPC the virtual server instance is to be a part of. If specified, it must match the VPC referenced by the
	// subnets of the instance's network interfaces.
	VPC VPCIdentityIntf `json:"vpc,omitempty"`

	// The boot volume attachment for the virtual server instance.
	BootVolumeAttachment *VolumeAttachmentPrototypeInstanceByImageContext `json:"boot_volume_attachment,omitempty"`

	// The image to use when provisioning the virtual server instance.
	Image ImageIdentityIntf `json:"image,omitempty"`

	// Primary network interface.
	PrimaryNetworkInterface *NetworkInterfacePrototype `json:"primary_network_interface,omitempty"`

	// The template to create this virtual server instance from.
	SourceTemplate InstanceTemplateIdentityIntf `json:"source_template" validate:"required"`

	// The zone this virtual server instance will reside in.
	Zone ZoneIdentityIntf `json:"zone,omitempty"`
}

InstanceTemplatePrototypeInstanceBySourceTemplate : InstanceTemplatePrototypeInstanceBySourceTemplate struct This model "extends" InstanceTemplatePrototype

type InstanceTemplatePrototypeIntf

type InstanceTemplatePrototypeIntf interface {
	// contains filtered or unexported methods
}

type InstanceTemplateReference

type InstanceTemplateReference struct {
	// The CRN for this instance template.
	CRN *string `json:"crn" validate:"required"`

	// If present, this property indicates the referenced resource has been deleted and provides
	// some supplementary information.
	Deleted *InstanceTemplateReferenceDeleted `json:"deleted,omitempty"`

	// The URL for this instance template.
	Href *string `json:"href" validate:"required"`

	// The unique identifier for this instance template.
	ID *string `json:"id" validate:"required"`

	// The unique user-defined name for this instance template.
	Name *string `json:"name" validate:"required"`
}

InstanceTemplateReference : InstanceTemplateReference struct

type InstanceTemplateReferenceDeleted

type InstanceTemplateReferenceDeleted struct {
	// Link to documentation about deleted resources.
	MoreInfo *string `json:"more_info" validate:"required"`
}

InstanceTemplateReferenceDeleted : If present, this property indicates the referenced resource has been deleted and provides some supplementary information.

type InstanceVcpu

type InstanceVcpu struct {
	// The VCPU architecture.
	Architecture *string `json:"architecture" validate:"required"`

	// The number of VCPUs assigned.
	Count *int64 `json:"count" validate:"required"`
}

InstanceVcpu : The virtual server instance VCPU configuration.

type Key

type Key struct {
	// The date and time that the key was created.
	CreatedAt *strfmt.DateTime `json:"created_at" validate:"required"`

	// The CRN for this key.
	CRN *string `json:"crn" validate:"required"`

	// The fingerprint for this key.  The value is returned base64-encoded and prefixed with the hash algorithm (always
	// `SHA256`).
	Fingerprint *string `json:"fingerprint" validate:"required"`

	// The URL for this key.
	Href *string `json:"href" validate:"required"`

	// The unique identifier for this key.
	ID *string `json:"id" validate:"required"`

	// The length of this key (in bits).
	Length *int64 `json:"length" validate:"required"`

	// The unique user-defined name for this key. If unspecified, the name will be a hyphenated list of randomly-selected
	// words.
	Name *string `json:"name" validate:"required"`

	// The public SSH key, consisting of two space-separated fields: the algorithm name, and the base64-encoded key.
	PublicKey *string `json:"public_key" validate:"required"`

	// The resource group for this key.
	ResourceGroup *ResourceGroupReference `json:"resource_group" validate:"required"`

	// The crypto-system used by this key.
	Type *string `json:"type" validate:"required"`
}

Key : Key struct

type KeyCollection

type KeyCollection struct {
	// A link to the first page of resources.
	First *KeyCollectionFirst `json:"first" validate:"required"`

	// Collection of keys.
	Keys []Key `json:"keys" validate:"required"`

	// The maximum number of resources that can be returned by the request.
	Limit *int64 `json:"limit" validate:"required"`

	// A link to the next page of resources. This property is present for all pages
	// except the last page.
	Next *KeyCollectionNext `json:"next,omitempty"`

	// The total number of resources across all pages.
	TotalCount *int64 `json:"total_count" validate:"required"`
}

KeyCollection : KeyCollection struct

func (*KeyCollection) GetNextStart

func (resp *KeyCollection) GetNextStart() (*string, error)

Retrieve the value to be passed to a request to access the next page of results

type KeyCollectionFirst

type KeyCollectionFirst struct {
	// The URL for a page of resources.
	Href *string `json:"href" validate:"required"`
}

KeyCollectionFirst : A link to the first page of resources.

type KeyCollectionNext

type KeyCollectionNext struct {
	// The URL for a page of resources.
	Href *string `json:"href" validate:"required"`
}

KeyCollectionNext : A link to the next page of resources. This property is present for all pages except the last page.

type KeyIdentity

type KeyIdentity struct {
	// The unique identifier for this key.
	ID *string `json:"id,omitempty"`

	// The CRN for this key.
	CRN *string `json:"crn,omitempty"`

	// The URL for this key.
	Href *string `json:"href,omitempty"`

	// The fingerprint for this key.  The value is returned base64-encoded and prefixed with the hash algorithm (always
	// `SHA256`).
	Fingerprint *string `json:"fingerprint,omitempty"`
}

KeyIdentity : Identifies a key by a unique property. Models which "extend" this model: - KeyIdentityByID - KeyIdentityByCRN - KeyIdentityByHref - KeyIdentityByFingerprint

type KeyIdentityByCRN

type KeyIdentityByCRN struct {
	// The CRN for this key.
	CRN *string `json:"crn" validate:"required"`
}

KeyIdentityByCRN : KeyIdentityByCRN struct This model "extends" KeyIdentity

type KeyIdentityByFingerprint

type KeyIdentityByFingerprint struct {
	// The fingerprint for this key.  The value is returned base64-encoded and prefixed with the hash algorithm (always
	// `SHA256`).
	Fingerprint *string `json:"fingerprint" validate:"required"`
}

KeyIdentityByFingerprint : KeyIdentityByFingerprint struct This model "extends" KeyIdentity

type KeyIdentityByHref

type KeyIdentityByHref struct {
	// The URL for this key.
	Href *string `json:"href" validate:"required"`
}

KeyIdentityByHref : KeyIdentityByHref struct This model "extends" KeyIdentity

type KeyIdentityByID

type KeyIdentityByID struct {
	// The unique identifier for this key.
	ID *string `json:"id" validate:"required"`
}

KeyIdentityByID : KeyIdentityByID struct This model "extends" KeyIdentity

type KeyIdentityIntf

type KeyIdentityIntf interface {
	// contains filtered or unexported methods
}

type KeyPatch

type KeyPatch struct {
	// The user-defined name for this key.
	Name *string `json:"name,omitempty"`
}

KeyPatch : KeyPatch struct

func (*KeyPatch) AsPatch

func (keyPatch *KeyPatch) AsPatch() (_patch map[string]interface{}, err error)

AsPatch returns a generic map representation of the KeyPatch

type KeyReference

type KeyReference struct {
	// The CRN for this key.
	CRN *string `json:"crn" validate:"required"`

	// If present, this property indicates the referenced resource has been deleted and provides
	// some supplementary information.
	Deleted *KeyReferenceDeleted `json:"deleted,omitempty"`

	// The fingerprint for this key.  The value is returned base64-encoded and prefixed with the hash algorithm (always
	// `SHA256`).
	Fingerprint *string `json:"fingerprint" validate:"required"`

	// The URL for this key.
	Href *string `json:"href" validate:"required"`

	// The unique identifier for this key.
	ID *string `json:"id" validate:"required"`

	// The user-defined name for this key.
	Name *string `json:"name" validate:"required"`
}

KeyReference : KeyReference struct

type KeyReferenceDeleted

type KeyReferenceDeleted struct {
	// Link to documentation about deleted resources.
	MoreInfo *string `json:"more_info" validate:"required"`
}

KeyReferenceDeleted : If present, this property indicates the referenced resource has been deleted and provides some supplementary information.

type LegacyCloudObjectStorageBucketIdentity

type LegacyCloudObjectStorageBucketIdentity struct {
	// The globally unique name of this Cloud Object Storage bucket.
	Name *string `json:"name,omitempty"`
}

LegacyCloudObjectStorageBucketIdentity : Identifies a Cloud Object Storage bucket by a unique property. Models which "extend" this model: - LegacyCloudObjectStorageBucketIdentityCloudObjectStorageBucketIdentityByName

type LegacyCloudObjectStorageBucketIdentityCloudObjectStorageBucketIdentityByName

type LegacyCloudObjectStorageBucketIdentityCloudObjectStorageBucketIdentityByName struct {
	// The globally unique name of this Cloud Object Storage bucket.
	Name *string `json:"name" validate:"required"`
}

LegacyCloudObjectStorageBucketIdentityCloudObjectStorageBucketIdentityByName : LegacyCloudObjectStorageBucketIdentityCloudObjectStorageBucketIdentityByName struct This model "extends" LegacyCloudObjectStorageBucketIdentity

type LegacyCloudObjectStorageBucketIdentityIntf

type LegacyCloudObjectStorageBucketIdentityIntf interface {
	// contains filtered or unexported methods
}

type LegacyCloudObjectStorageBucketReference

type LegacyCloudObjectStorageBucketReference struct {
	// The globally unique name of this Cloud Object Storage bucket.
	Name *string `json:"name" validate:"required"`
}

LegacyCloudObjectStorageBucketReference : LegacyCloudObjectStorageBucketReference struct

type ListBareMetalServerDisksOptions

type ListBareMetalServerDisksOptions struct {
	// The bare metal server identifier.
	BareMetalServerID *string `json:"bare_metal_server_id" validate:"required,ne="`

	// Allows users to set headers on API requests
	Headers map[string]string
}

ListBareMetalServerDisksOptions : The ListBareMetalServerDisks options.

func (*ListBareMetalServerDisksOptions) SetBareMetalServerID

func (_options *ListBareMetalServerDisksOptions) SetBareMetalServerID(bareMetalServerID string) *ListBareMetalServerDisksOptions

SetBareMetalServerID : Allow user to set BareMetalServerID

func (*ListBareMetalServerDisksOptions) SetHeaders

SetHeaders : Allow user to set Headers

type ListBareMetalServerNetworkInterfaceFloatingIpsOptions

type ListBareMetalServerNetworkInterfaceFloatingIpsOptions struct {
	// The bare metal server identifier.
	BareMetalServerID *string `json:"bare_metal_server_id" validate:"required,ne="`

	// The network interface identifier.
	NetworkInterfaceID *string `json:"network_interface_id" validate:"required,ne="`

	// Allows users to set headers on API requests
	Headers map[string]string
}

ListBareMetalServerNetworkInterfaceFloatingIpsOptions : The ListBareMetalServerNetworkInterfaceFloatingIps options.

func (*ListBareMetalServerNetworkInterfaceFloatingIpsOptions) SetBareMetalServerID

SetBareMetalServerID : Allow user to set BareMetalServerID

func (*ListBareMetalServerNetworkInterfaceFloatingIpsOptions) SetHeaders

SetHeaders : Allow user to set Headers

func (*ListBareMetalServerNetworkInterfaceFloatingIpsOptions) SetNetworkInterfaceID

SetNetworkInterfaceID : Allow user to set NetworkInterfaceID

type ListBareMetalServerNetworkInterfaceIpsOptions

type ListBareMetalServerNetworkInterfaceIpsOptions struct {
	// The bare metal server identifier.
	BareMetalServerID *string `json:"bare_metal_server_id" validate:"required,ne="`

	// The network interface identifier.
	NetworkInterfaceID *string `json:"network_interface_id" validate:"required,ne="`

	// Allows users to set headers on API requests
	Headers map[string]string
}

ListBareMetalServerNetworkInterfaceIpsOptions : The ListBareMetalServerNetworkInterfaceIps options.

func (*ListBareMetalServerNetworkInterfaceIpsOptions) SetBareMetalServerID

SetBareMetalServerID : Allow user to set BareMetalServerID

func (*ListBareMetalServerNetworkInterfaceIpsOptions) SetHeaders

SetHeaders : Allow user to set Headers

func (*ListBareMetalServerNetworkInterfaceIpsOptions) SetNetworkInterfaceID

func (_options *ListBareMetalServerNetworkInterfaceIpsOptions) SetNetworkInterfaceID(networkInterfaceID string) *ListBareMetalServerNetworkInterfaceIpsOptions

SetNetworkInterfaceID : Allow user to set NetworkInterfaceID

type ListBareMetalServerNetworkInterfacesOptions

type ListBareMetalServerNetworkInterfacesOptions struct {
	// The bare metal server identifier.
	BareMetalServerID *string `json:"bare_metal_server_id" validate:"required,ne="`

	// A server-provided token determining what resource to start the page on.
	Start *string `json:"start,omitempty"`

	// The number of resources to return on a page.
	Limit *int64 `json:"limit,omitempty"`

	// Allows users to set headers on API requests
	Headers map[string]string
}

ListBareMetalServerNetworkInterfacesOptions : The ListBareMetalServerNetworkInterfaces options.

func (*ListBareMetalServerNetworkInterfacesOptions) SetBareMetalServerID

func (_options *ListBareMetalServerNetworkInterfacesOptions) SetBareMetalServerID(bareMetalServerID string) *ListBareMetalServerNetworkInterfacesOptions

SetBareMetalServerID : Allow user to set BareMetalServerID

func (*ListBareMetalServerNetworkInterfacesOptions) SetHeaders

SetHeaders : Allow user to set Headers

func (*ListBareMetalServerNetworkInterfacesOptions) SetLimit

SetLimit : Allow user to set Limit

func (*ListBareMetalServerNetworkInterfacesOptions) SetStart

SetStart : Allow user to set Start

type ListBareMetalServerProfilesOptions

type ListBareMetalServerProfilesOptions struct {
	// A server-provided token determining what resource to start the page on.
	Start *string `json:"start,omitempty"`

	// The number of resources to return on a page.
	Limit *int64 `json:"limit,omitempty"`

	// Allows users to set headers on API requests
	Headers map[string]string
}

ListBareMetalServerProfilesOptions : The ListBareMetalServerProfiles options.

func (*ListBareMetalServerProfilesOptions) SetHeaders

SetHeaders : Allow user to set Headers

func (*ListBareMetalServerProfilesOptions) SetLimit

SetLimit : Allow user to set Limit

func (*ListBareMetalServerProfilesOptions) SetStart

SetStart : Allow user to set Start

type ListBareMetalServersOptions

type ListBareMetalServersOptions struct {
	// A server-provided token determining what resource to start the page on.
	Start *string `json:"start,omitempty"`

	// The number of resources to return on a page.
	Limit *int64 `json:"limit,omitempty"`

	// Filters the collection to resources in the resource group with the specified identifier.
	ResourceGroupID *string `json:"resource_group.id,omitempty"`

	// Filters the collection to resources with the exact specified name.
	Name *string `json:"name,omitempty"`

	// Filters the collection to resources in the VPC with the specified identifier.
	VPCID *string `json:"vpc.id,omitempty"`

	// Filters the collection to resources in the VPC with the specified CRN.
	VPCCRN *string `json:"vpc.crn,omitempty"`

	// Filters the collection to resources in the VPC with the exact specified name.
	VPCName *string `json:"vpc.name,omitempty"`

	// Filters the collection to bare metal servers on the subnet with the specified identifier.
	NetworkInterfacesSubnetID *string `json:"network_interfaces.subnet.id,omitempty"`

	// Filters the collection to bare metal servers on the subnet with the specified CRN.
	NetworkInterfacesSubnetCRN *string `json:"network_interfaces.subnet.crn,omitempty"`

	// Filters the collection to bare metal servers on the subnet with the specified name.
	NetworkInterfacesSubnetName *string `json:"network_interfaces.subnet.name,omitempty"`

	// Sorts the returned collection by the specified property name in ascending order. A `-` may be prepended to the name
	// to sort in descending order. For example, the value `-created_at` sorts the collection by the `created_at` property
	// in descending order, and the value `name` sorts it by the `name` property in ascending order.
	Sort *string `json:"sort,omitempty"`

	// Allows users to set headers on API requests
	Headers map[string]string
}

ListBareMetalServersOptions : The ListBareMetalServers options.

func (*ListBareMetalServersOptions) SetHeaders

func (options *ListBareMetalServersOptions) SetHeaders(param map[string]string) *ListBareMetalServersOptions

SetHeaders : Allow user to set Headers

func (*ListBareMetalServersOptions) SetLimit

SetLimit : Allow user to set Limit

func (*ListBareMetalServersOptions) SetName

SetName : Allow user to set Name

func (*ListBareMetalServersOptions) SetNetworkInterfacesSubnetCRN

func (_options *ListBareMetalServersOptions) SetNetworkInterfacesSubnetCRN(networkInterfacesSubnetCRN string) *ListBareMetalServersOptions

SetNetworkInterfacesSubnetCRN : Allow user to set NetworkInterfacesSubnetCRN

func (*ListBareMetalServersOptions) SetNetworkInterfacesSubnetID

func (_options *ListBareMetalServersOptions) SetNetworkInterfacesSubnetID(networkInterfacesSubnetID string) *ListBareMetalServersOptions

SetNetworkInterfacesSubnetID : Allow user to set NetworkInterfacesSubnetID

func (*ListBareMetalServersOptions) SetNetworkInterfacesSubnetName

func (_options *ListBareMetalServersOptions) SetNetworkInterfacesSubnetName(networkInterfacesSubnetName string) *ListBareMetalServersOptions

SetNetworkInterfacesSubnetName : Allow user to set NetworkInterfacesSubnetName

func (*ListBareMetalServersOptions) SetResourceGroupID

func (_options *ListBareMetalServersOptions) SetResourceGroupID(resourceGroupID string) *ListBareMetalServersOptions

SetResourceGroupID : Allow user to set ResourceGroupID

func (*ListBareMetalServersOptions) SetSort

SetSort : Allow user to set Sort

func (*ListBareMetalServersOptions) SetStart

SetStart : Allow user to set Start

func (*ListBareMetalServersOptions) SetVPCCRN

func (_options *ListBareMetalServersOptions) SetVPCCRN(vpcCRN string) *ListBareMetalServersOptions

SetVPCCRN : Allow user to set VPCCRN

func (*ListBareMetalServersOptions) SetVPCID

SetVPCID : Allow user to set VPCID

func (*ListBareMetalServersOptions) SetVPCName

func (_options *ListBareMetalServersOptions) SetVPCName(vpcName string) *ListBareMetalServersOptions

SetVPCName : Allow user to set VPCName

type ListDedicatedHostDisksOptions

type ListDedicatedHostDisksOptions struct {
	// The dedicated host identifier.
	DedicatedHostID *string `json:"dedicated_host_id" validate:"required,ne="`

	// Allows users to set headers on API requests
	Headers map[string]string
}

ListDedicatedHostDisksOptions : The ListDedicatedHostDisks options.

func (*ListDedicatedHostDisksOptions) SetDedicatedHostID

func (_options *ListDedicatedHostDisksOptions) SetDedicatedHostID(dedicatedHostID string) *ListDedicatedHostDisksOptions

SetDedicatedHostID : Allow user to set DedicatedHostID

func (*ListDedicatedHostDisksOptions) SetHeaders

SetHeaders : Allow user to set Headers

type ListDedicatedHostGroupsOptions

type ListDedicatedHostGroupsOptions struct {
	// A server-provided token determining what resource to start the page on.
	Start *string `json:"start,omitempty"`

	// The number of resources to return on a page.
	Limit *int64 `json:"limit,omitempty"`

	// Filters the collection to resources in the resource group with the specified identifier.
	ResourceGroupID *string `json:"resource_group.id,omitempty"`

	// Filters the collection to resources in the zone with the exact specified name.
	ZoneName *string `json:"zone.name,omitempty"`

	// Filters the collection to resources with the exact specified name.
	Name *string `json:"name,omitempty"`

	// Allows users to set headers on API requests
	Headers map[string]string
}

ListDedicatedHostGroupsOptions : The ListDedicatedHostGroups options.

func (*ListDedicatedHostGroupsOptions) SetHeaders

SetHeaders : Allow user to set Headers

func (*ListDedicatedHostGroupsOptions) SetLimit

SetLimit : Allow user to set Limit

func (*ListDedicatedHostGroupsOptions) SetName

SetName : Allow user to set Name

func (*ListDedicatedHostGroupsOptions) SetResourceGroupID

func (_options *ListDedicatedHostGroupsOptions) SetResourceGroupID(resourceGroupID string) *ListDedicatedHostGroupsOptions

SetResourceGroupID : Allow user to set ResourceGroupID

func (*ListDedicatedHostGroupsOptions) SetStart

SetStart : Allow user to set Start

func (*ListDedicatedHostGroupsOptions) SetZoneName

func (_options *ListDedicatedHostGroupsOptions) SetZoneName(zoneName string) *ListDedicatedHostGroupsOptions

SetZoneName : Allow user to set ZoneName

type ListDedicatedHostProfilesOptions

type ListDedicatedHostProfilesOptions struct {
	// A server-provided token determining what resource to start the page on.
	Start *string `json:"start,omitempty"`

	// The number of resources to return on a page.
	Limit *int64 `json:"limit,omitempty"`

	// Allows users to set headers on API requests
	Headers map[string]string
}

ListDedicatedHostProfilesOptions : The ListDedicatedHostProfiles options.

func (*ListDedicatedHostProfilesOptions) SetHeaders

SetHeaders : Allow user to set Headers

func (*ListDedicatedHostProfilesOptions) SetLimit

SetLimit : Allow user to set Limit

func (*ListDedicatedHostProfilesOptions) SetStart

SetStart : Allow user to set Start

type ListDedicatedHostsOptions

type ListDedicatedHostsOptions struct {
	// Filters the collection to dedicated host groups with the specified identifier.
	DedicatedHostGroupID *string `json:"dedicated_host_group.id,omitempty"`

	// A server-provided token determining what resource to start the page on.
	Start *string `json:"start,omitempty"`

	// The number of resources to return on a page.
	Limit *int64 `json:"limit,omitempty"`

	// Filters the collection to resources in the resource group with the specified identifier.
	ResourceGroupID *string `json:"resource_group.id,omitempty"`

	// Filters the collection to resources in the zone with the exact specified name.
	ZoneName *string `json:"zone.name,omitempty"`

	// Filters the collection to resources with the exact specified name.
	Name *string `json:"name,omitempty"`

	// Allows users to set headers on API requests
	Headers map[string]string
}

ListDedicatedHostsOptions : The ListDedicatedHosts options.

func (*ListDedicatedHostsOptions) SetDedicatedHostGroupID

func (_options *ListDedicatedHostsOptions) SetDedicatedHostGroupID(dedicatedHostGroupID string) *ListDedicatedHostsOptions

SetDedicatedHostGroupID : Allow user to set DedicatedHostGroupID

func (*ListDedicatedHostsOptions) SetHeaders

func (options *ListDedicatedHostsOptions) SetHeaders(param map[string]string) *ListDedicatedHostsOptions

SetHeaders : Allow user to set Headers

func (*ListDedicatedHostsOptions) SetLimit

func (_options *ListDedicatedHostsOptions) SetLimit(limit int64) *ListDedicatedHostsOptions

SetLimit : Allow user to set Limit

func (*ListDedicatedHostsOptions) SetName

SetName : Allow user to set Name

func (*ListDedicatedHostsOptions) SetResourceGroupID

func (_options *ListDedicatedHostsOptions) SetResourceGroupID(resourceGroupID string) *ListDedicatedHostsOptions

SetResourceGroupID : Allow user to set ResourceGroupID

func (*ListDedicatedHostsOptions) SetStart

func (_options *ListDedicatedHostsOptions) SetStart(start string) *ListDedicatedHostsOptions

SetStart : Allow user to set Start

func (*ListDedicatedHostsOptions) SetZoneName

func (_options *ListDedicatedHostsOptions) SetZoneName(zoneName string) *ListDedicatedHostsOptions

SetZoneName : Allow user to set ZoneName

type ListEndpointGatewayIpsOptions

type ListEndpointGatewayIpsOptions struct {
	// The endpoint gateway identifier.
	EndpointGatewayID *string `json:"endpoint_gateway_id" validate:"required,ne="`

	// A server-provided token determining what resource to start the page on.
	Start *string `json:"start,omitempty"`

	// The number of resources to return on a page.
	Limit *int64 `json:"limit,omitempty"`

	// Sorts the returned collection by the specified property name in ascending order. A `-` may be prepended to the name
	// to sort in descending order. For example, the value `-created_at` sorts the collection by the `created_at` property
	// in descending order, and the value `name` sorts it by the `name` property in ascending order.
	Sort *string `json:"sort,omitempty"`

	// Allows users to set headers on API requests
	Headers map[string]string
}

ListEndpointGatewayIpsOptions : The ListEndpointGatewayIps options.

func (*ListEndpointGatewayIpsOptions) SetEndpointGatewayID

func (_options *ListEndpointGatewayIpsOptions) SetEndpointGatewayID(endpointGatewayID string) *ListEndpointGatewayIpsOptions

SetEndpointGatewayID : Allow user to set EndpointGatewayID

func (*ListEndpointGatewayIpsOptions) SetHeaders

SetHeaders : Allow user to set Headers

func (*ListEndpointGatewayIpsOptions) SetLimit

SetLimit : Allow user to set Limit

func (*ListEndpointGatewayIpsOptions) SetSort

SetSort : Allow user to set Sort

func (*ListEndpointGatewayIpsOptions) SetStart

SetStart : Allow user to set Start

type ListEndpointGatewaysOptions

type ListEndpointGatewaysOptions struct {
	// Filters the collection to resources with the exact specified name.
	Name *string `json:"name,omitempty"`

	// A server-provided token determining what resource to start the page on.
	Start *string `json:"start,omitempty"`

	// The number of resources to return on a page.
	Limit *int64 `json:"limit,omitempty"`

	// Filters the collection to resources in the resource group with the specified identifier.
	ResourceGroupID *string `json:"resource_group.id,omitempty"`

	// Allows users to set headers on API requests
	Headers map[string]string
}

ListEndpointGatewaysOptions : The ListEndpointGateways options.

func (*ListEndpointGatewaysOptions) SetHeaders

func (options *ListEndpointGatewaysOptions) SetHeaders(param map[string]string) *ListEndpointGatewaysOptions

SetHeaders : Allow user to set Headers

func (*ListEndpointGatewaysOptions) SetLimit

SetLimit : Allow user to set Limit

func (*ListEndpointGatewaysOptions) SetName

SetName : Allow user to set Name

func (*ListEndpointGatewaysOptions) SetResourceGroupID

func (_options *ListEndpointGatewaysOptions) SetResourceGroupID(resourceGroupID string) *ListEndpointGatewaysOptions

SetResourceGroupID : Allow user to set ResourceGroupID

func (*ListEndpointGatewaysOptions) SetStart

SetStart : Allow user to set Start

type ListFloatingIpsOptions

type ListFloatingIpsOptions struct {
	// A server-provided token determining what resource to start the page on.
	Start *string `json:"start,omitempty"`

	// The number of resources to return on a page.
	Limit *int64 `json:"limit,omitempty"`

	// Filters the collection to resources in the resource group with the specified identifier.
	ResourceGroupID *string `json:"resource_group.id,omitempty"`

	// Allows users to set headers on API requests
	Headers map[string]string
}

ListFloatingIpsOptions : The ListFloatingIps options.

func (*ListFloatingIpsOptions) SetHeaders

func (options *ListFloatingIpsOptions) SetHeaders(param map[string]string) *ListFloatingIpsOptions

SetHeaders : Allow user to set Headers

func (*ListFloatingIpsOptions) SetLimit

func (_options *ListFloatingIpsOptions) SetLimit(limit int64) *ListFloatingIpsOptions

SetLimit : Allow user to set Limit

func (*ListFloatingIpsOptions) SetResourceGroupID

func (_options *ListFloatingIpsOptions) SetResourceGroupID(resourceGroupID string) *ListFloatingIpsOptions

SetResourceGroupID : Allow user to set ResourceGroupID

func (*ListFloatingIpsOptions) SetStart

func (_options *ListFloatingIpsOptions) SetStart(start string) *ListFloatingIpsOptions

SetStart : Allow user to set Start

type ListFlowLogCollectorsOptions

type ListFlowLogCollectorsOptions struct {
	// A server-provided token determining what resource to start the page on.
	Start *string `json:"start,omitempty"`

	// The number of resources to return on a page.
	Limit *int64 `json:"limit,omitempty"`

	// Filters the collection to resources in the resource group with the specified identifier.
	ResourceGroupID *string `json:"resource_group.id,omitempty"`

	// Filters the collection to resources with the exact specified name.
	Name *string `json:"name,omitempty"`

	// Filters the collection to resources in the VPC with the specified identifier.
	VPCID *string `json:"vpc.id,omitempty"`

	// Filters the collection to resources in the VPC with the specified CRN.
	VPCCRN *string `json:"vpc.crn,omitempty"`

	// Filters the collection to resources in the VPC with the exact specified name.
	VPCName *string `json:"vpc.name,omitempty"`

	// Filters the collection to flow log collectors that target the specified resource.
	TargetID *string `json:"target.id,omitempty"`

	// Filters the collection to flow log collectors that target the specified resource type.
	TargetResourceType *string `json:"target.resource_type,omitempty"`

	// Allows users to set headers on API requests
	Headers map[string]string
}

ListFlowLogCollectorsOptions : The ListFlowLogCollectors options.

func (*ListFlowLogCollectorsOptions) SetHeaders

SetHeaders : Allow user to set Headers

func (*ListFlowLogCollectorsOptions) SetLimit

SetLimit : Allow user to set Limit

func (*ListFlowLogCollectorsOptions) SetName

SetName : Allow user to set Name

func (*ListFlowLogCollectorsOptions) SetResourceGroupID

func (_options *ListFlowLogCollectorsOptions) SetResourceGroupID(resourceGroupID string) *ListFlowLogCollectorsOptions

SetResourceGroupID : Allow user to set ResourceGroupID

func (*ListFlowLogCollectorsOptions) SetStart

SetStart : Allow user to set Start

func (*ListFlowLogCollectorsOptions) SetTargetID

func (_options *ListFlowLogCollectorsOptions) SetTargetID(targetID string) *ListFlowLogCollectorsOptions

SetTargetID : Allow user to set TargetID

func (*ListFlowLogCollectorsOptions) SetTargetResourceType

func (_options *ListFlowLogCollectorsOptions) SetTargetResourceType(targetResourceType string) *ListFlowLogCollectorsOptions

SetTargetResourceType : Allow user to set TargetResourceType

func (*ListFlowLogCollectorsOptions) SetVPCCRN

SetVPCCRN : Allow user to set VPCCRN

func (*ListFlowLogCollectorsOptions) SetVPCID

SetVPCID : Allow user to set VPCID

func (*ListFlowLogCollectorsOptions) SetVPCName

func (_options *ListFlowLogCollectorsOptions) SetVPCName(vpcName string) *ListFlowLogCollectorsOptions

SetVPCName : Allow user to set VPCName

type ListIkePoliciesOptions

type ListIkePoliciesOptions struct {
	// A server-provided token determining what resource to start the page on.
	Start *string `json:"start,omitempty"`

	// The number of resources to return on a page.
	Limit *int64 `json:"limit,omitempty"`

	// Allows users to set headers on API requests
	Headers map[string]string
}

ListIkePoliciesOptions : The ListIkePolicies options.

func (*ListIkePoliciesOptions) SetHeaders

func (options *ListIkePoliciesOptions) SetHeaders(param map[string]string) *ListIkePoliciesOptions

SetHeaders : Allow user to set Headers

func (*ListIkePoliciesOptions) SetLimit

func (_options *ListIkePoliciesOptions) SetLimit(limit int64) *ListIkePoliciesOptions

SetLimit : Allow user to set Limit

func (*ListIkePoliciesOptions) SetStart

func (_options *ListIkePoliciesOptions) SetStart(start string) *ListIkePoliciesOptions

SetStart : Allow user to set Start

type ListIkePolicyConnectionsOptions

type ListIkePolicyConnectionsOptions struct {
	// The IKE policy identifier.
	ID *string `json:"id" validate:"required,ne="`

	// Allows users to set headers on API requests
	Headers map[string]string
}

ListIkePolicyConnectionsOptions : The ListIkePolicyConnections options.

func (*ListIkePolicyConnectionsOptions) SetHeaders

SetHeaders : Allow user to set Headers

func (*ListIkePolicyConnectionsOptions) SetID

SetID : Allow user to set ID

type ListImagesOptions

type ListImagesOptions struct {
	// A server-provided token determining what resource to start the page on.
	Start *string `json:"start,omitempty"`

	// The number of resources to return on a page.
	Limit *int64 `json:"limit,omitempty"`

	// Filters the collection to resources in the resource group with the specified identifier.
	ResourceGroupID *string `json:"resource_group.id,omitempty"`

	// Filters the collection to resources with the exact specified name.
	Name *string `json:"name,omitempty"`

	// Filters the collection to images with the specified `visibility`.
	Visibility *string `json:"visibility,omitempty"`

	// Allows users to set headers on API requests
	Headers map[string]string
}

ListImagesOptions : The ListImages options.

func (*ListImagesOptions) SetHeaders

func (options *ListImagesOptions) SetHeaders(param map[string]string) *ListImagesOptions

SetHeaders : Allow user to set Headers

func (*ListImagesOptions) SetLimit

func (_options *ListImagesOptions) SetLimit(limit int64) *ListImagesOptions

SetLimit : Allow user to set Limit

func (*ListImagesOptions) SetName

func (_options *ListImagesOptions) SetName(name string) *ListImagesOptions

SetName : Allow user to set Name

func (*ListImagesOptions) SetResourceGroupID

func (_options *ListImagesOptions) SetResourceGroupID(resourceGroupID string) *ListImagesOptions

SetResourceGroupID : Allow user to set ResourceGroupID

func (*ListImagesOptions) SetStart

func (_options *ListImagesOptions) SetStart(start string) *ListImagesOptions

SetStart : Allow user to set Start

func (*ListImagesOptions) SetVisibility

func (_options *ListImagesOptions) SetVisibility(visibility string) *ListImagesOptions

SetVisibility : Allow user to set Visibility

type ListInstanceDisksOptions

type ListInstanceDisksOptions struct {
	// The instance identifier.
	InstanceID *string `json:"instance_id" validate:"required,ne="`

	// Allows users to set headers on API requests
	Headers map[string]string
}

ListInstanceDisksOptions : The ListInstanceDisks options.

func (*ListInstanceDisksOptions) SetHeaders

func (options *ListInstanceDisksOptions) SetHeaders(param map[string]string) *ListInstanceDisksOptions

SetHeaders : Allow user to set Headers

func (*ListInstanceDisksOptions) SetInstanceID

func (_options *ListInstanceDisksOptions) SetInstanceID(instanceID string) *ListInstanceDisksOptions

SetInstanceID : Allow user to set InstanceID

type ListInstanceGroupManagerActionsOptions

type ListInstanceGroupManagerActionsOptions struct {
	// The instance group identifier.
	InstanceGroupID *string `json:"instance_group_id" validate:"required,ne="`

	// The instance group manager identifier.
	InstanceGroupManagerID *string `json:"instance_group_manager_id" validate:"required,ne="`

	// A server-provided token determining what resource to start the page on.
	Start *string `json:"start,omitempty"`

	// The number of resources to return on a page.
	Limit *int64 `json:"limit,omitempty"`

	// Allows users to set headers on API requests
	Headers map[string]string
}

ListInstanceGroupManagerActionsOptions : The ListInstanceGroupManagerActions options.

func (*ListInstanceGroupManagerActionsOptions) SetHeaders

SetHeaders : Allow user to set Headers

func (*ListInstanceGroupManagerActionsOptions) SetInstanceGroupID

func (_options *ListInstanceGroupManagerActionsOptions) SetInstanceGroupID(instanceGroupID string) *ListInstanceGroupManagerActionsOptions

SetInstanceGroupID : Allow user to set InstanceGroupID

func (*ListInstanceGroupManagerActionsOptions) SetInstanceGroupManagerID

func (_options *ListInstanceGroupManagerActionsOptions) SetInstanceGroupManagerID(instanceGroupManagerID string) *ListInstanceGroupManagerActionsOptions

SetInstanceGroupManagerID : Allow user to set InstanceGroupManagerID

func (*ListInstanceGroupManagerActionsOptions) SetLimit

SetLimit : Allow user to set Limit

func (*ListInstanceGroupManagerActionsOptions) SetStart

SetStart : Allow user to set Start

type ListInstanceGroupManagerPoliciesOptions

type ListInstanceGroupManagerPoliciesOptions struct {
	// The instance group identifier.
	InstanceGroupID *string `json:"instance_group_id" validate:"required,ne="`

	// The instance group manager identifier.
	InstanceGroupManagerID *string `json:"instance_group_manager_id" validate:"required,ne="`

	// A server-provided token determining what resource to start the page on.
	Start *string `json:"start,omitempty"`

	// The number of resources to return on a page.
	Limit *int64 `json:"limit,omitempty"`

	// Allows users to set headers on API requests
	Headers map[string]string
}

ListInstanceGroupManagerPoliciesOptions : The ListInstanceGroupManagerPolicies options.

func (*ListInstanceGroupManagerPoliciesOptions) SetHeaders

SetHeaders : Allow user to set Headers

func (*ListInstanceGroupManagerPoliciesOptions) SetInstanceGroupID

func (_options *ListInstanceGroupManagerPoliciesOptions) SetInstanceGroupID(instanceGroupID string) *ListInstanceGroupManagerPoliciesOptions

SetInstanceGroupID : Allow user to set InstanceGroupID

func (*ListInstanceGroupManagerPoliciesOptions) SetInstanceGroupManagerID

func (_options *ListInstanceGroupManagerPoliciesOptions) SetInstanceGroupManagerID(instanceGroupManagerID string) *ListInstanceGroupManagerPoliciesOptions

SetInstanceGroupManagerID : Allow user to set InstanceGroupManagerID

func (*ListInstanceGroupManagerPoliciesOptions) SetLimit

SetLimit : Allow user to set Limit

func (*ListInstanceGroupManagerPoliciesOptions) SetStart

SetStart : Allow user to set Start

type ListInstanceGroupManagersOptions

type ListInstanceGroupManagersOptions struct {
	// The instance group identifier.
	InstanceGroupID *string `json:"instance_group_id" validate:"required,ne="`

	// A server-provided token determining what resource to start the page on.
	Start *string `json:"start,omitempty"`

	// The number of resources to return on a page.
	Limit *int64 `json:"limit,omitempty"`

	// Allows users to set headers on API requests
	Headers map[string]string
}

ListInstanceGroupManagersOptions : The ListInstanceGroupManagers options.

func (*ListInstanceGroupManagersOptions) SetHeaders

SetHeaders : Allow user to set Headers

func (*ListInstanceGroupManagersOptions) SetInstanceGroupID

func (_options *ListInstanceGroupManagersOptions) SetInstanceGroupID(instanceGroupID string) *ListInstanceGroupManagersOptions

SetInstanceGroupID : Allow user to set InstanceGroupID

func (*ListInstanceGroupManagersOptions) SetLimit

SetLimit : Allow user to set Limit

func (*ListInstanceGroupManagersOptions) SetStart

SetStart : Allow user to set Start

type ListInstanceGroupMembershipsOptions

type ListInstanceGroupMembershipsOptions struct {
	// The instance group identifier.
	InstanceGroupID *string `json:"instance_group_id" validate:"required,ne="`

	// A server-provided token determining what resource to start the page on.
	Start *string `json:"start,omitempty"`

	// The number of resources to return on a page.
	Limit *int64 `json:"limit,omitempty"`

	// Allows users to set headers on API requests
	Headers map[string]string
}

ListInstanceGroupMembershipsOptions : The ListInstanceGroupMemberships options.

func (*ListInstanceGroupMembershipsOptions) SetHeaders

SetHeaders : Allow user to set Headers

func (*ListInstanceGroupMembershipsOptions) SetInstanceGroupID

func (_options *ListInstanceGroupMembershipsOptions) SetInstanceGroupID(instanceGroupID string) *ListInstanceGroupMembershipsOptions

SetInstanceGroupID : Allow user to set InstanceGroupID

func (*ListInstanceGroupMembershipsOptions) SetLimit

SetLimit : Allow user to set Limit

func (*ListInstanceGroupMembershipsOptions) SetStart

SetStart : Allow user to set Start

type ListInstanceGroupsOptions

type ListInstanceGroupsOptions struct {
	// A server-provided token determining what resource to start the page on.
	Start *string `json:"start,omitempty"`

	// The number of resources to return on a page.
	Limit *int64 `json:"limit,omitempty"`

	// Allows users to set headers on API requests
	Headers map[string]string
}

ListInstanceGroupsOptions : The ListInstanceGroups options.

func (*ListInstanceGroupsOptions) SetHeaders

func (options *ListInstanceGroupsOptions) SetHeaders(param map[string]string) *ListInstanceGroupsOptions

SetHeaders : Allow user to set Headers

func (*ListInstanceGroupsOptions) SetLimit

func (_options *ListInstanceGroupsOptions) SetLimit(limit int64) *ListInstanceGroupsOptions

SetLimit : Allow user to set Limit

func (*ListInstanceGroupsOptions) SetStart

func (_options *ListInstanceGroupsOptions) SetStart(start string) *ListInstanceGroupsOptions

SetStart : Allow user to set Start

type ListInstanceNetworkInterfaceFloatingIpsOptions

type ListInstanceNetworkInterfaceFloatingIpsOptions struct {
	// The instance identifier.
	InstanceID *string `json:"instance_id" validate:"required,ne="`

	// The network interface identifier.
	NetworkInterfaceID *string `json:"network_interface_id" validate:"required,ne="`

	// Allows users to set headers on API requests
	Headers map[string]string
}

ListInstanceNetworkInterfaceFloatingIpsOptions : The ListInstanceNetworkInterfaceFloatingIps options.

func (*ListInstanceNetworkInterfaceFloatingIpsOptions) SetHeaders

SetHeaders : Allow user to set Headers

func (*ListInstanceNetworkInterfaceFloatingIpsOptions) SetInstanceID

SetInstanceID : Allow user to set InstanceID

func (*ListInstanceNetworkInterfaceFloatingIpsOptions) SetNetworkInterfaceID

SetNetworkInterfaceID : Allow user to set NetworkInterfaceID

type ListInstanceNetworkInterfaceIpsOptions

type ListInstanceNetworkInterfaceIpsOptions struct {
	// The instance identifier.
	InstanceID *string `json:"instance_id" validate:"required,ne="`

	// The network interface identifier.
	NetworkInterfaceID *string `json:"network_interface_id" validate:"required,ne="`

	// A server-provided token determining what resource to start the page on.
	Start *string `json:"start,omitempty"`

	// The number of resources to return on a page.
	Limit *int64 `json:"limit,omitempty"`

	// Allows users to set headers on API requests
	Headers map[string]string
}

ListInstanceNetworkInterfaceIpsOptions : The ListInstanceNetworkInterfaceIps options.

func (*ListInstanceNetworkInterfaceIpsOptions) SetHeaders

SetHeaders : Allow user to set Headers

func (*ListInstanceNetworkInterfaceIpsOptions) SetInstanceID

SetInstanceID : Allow user to set InstanceID

func (*ListInstanceNetworkInterfaceIpsOptions) SetLimit

SetLimit : Allow user to set Limit

func (*ListInstanceNetworkInterfaceIpsOptions) SetNetworkInterfaceID

func (_options *ListInstanceNetworkInterfaceIpsOptions) SetNetworkInterfaceID(networkInterfaceID string) *ListInstanceNetworkInterfaceIpsOptions

SetNetworkInterfaceID : Allow user to set NetworkInterfaceID

func (*ListInstanceNetworkInterfaceIpsOptions) SetStart

SetStart : Allow user to set Start

type ListInstanceNetworkInterfacesOptions

type ListInstanceNetworkInterfacesOptions struct {
	// The instance identifier.
	InstanceID *string `json:"instance_id" validate:"required,ne="`

	// Allows users to set headers on API requests
	Headers map[string]string
}

ListInstanceNetworkInterfacesOptions : The ListInstanceNetworkInterfaces options.

func (*ListInstanceNetworkInterfacesOptions) SetHeaders

SetHeaders : Allow user to set Headers

func (*ListInstanceNetworkInterfacesOptions) SetInstanceID

SetInstanceID : Allow user to set InstanceID

type ListInstanceProfilesOptions

type ListInstanceProfilesOptions struct {

	// Allows users to set headers on API requests
	Headers map[string]string
}

ListInstanceProfilesOptions : The ListInstanceProfiles options.

func (*ListInstanceProfilesOptions) SetHeaders

func (options *ListInstanceProfilesOptions) SetHeaders(param map[string]string) *ListInstanceProfilesOptions

SetHeaders : Allow user to set Headers

type ListInstanceTemplatesOptions

type ListInstanceTemplatesOptions struct {

	// Allows users to set headers on API requests
	Headers map[string]string
}

ListInstanceTemplatesOptions : The ListInstanceTemplates options.

func (*ListInstanceTemplatesOptions) SetHeaders

SetHeaders : Allow user to set Headers

type ListInstanceVolumeAttachmentsOptions

type ListInstanceVolumeAttachmentsOptions struct {
	// The instance identifier.
	InstanceID *string `json:"instance_id" validate:"required,ne="`

	// Allows users to set headers on API requests
	Headers map[string]string
}

ListInstanceVolumeAttachmentsOptions : The ListInstanceVolumeAttachments options.

func (*ListInstanceVolumeAttachmentsOptions) SetHeaders

SetHeaders : Allow user to set Headers

func (*ListInstanceVolumeAttachmentsOptions) SetInstanceID

SetInstanceID : Allow user to set InstanceID

type ListInstancesOptions

type ListInstancesOptions struct {
	// A server-provided token determining what resource to start the page on.
	Start *string `json:"start,omitempty"`

	// The number of resources to return on a page.
	Limit *int64 `json:"limit,omitempty"`

	// Filters the collection to resources in the resource group with the specified identifier.
	ResourceGroupID *string `json:"resource_group.id,omitempty"`

	// Filters the collection to resources with the exact specified name.
	Name *string `json:"name,omitempty"`

	// Filters the collection to resources in the VPC with the specified identifier.
	VPCID *string `json:"vpc.id,omitempty"`

	// Filters the collection to resources in the VPC with the specified CRN.
	VPCCRN *string `json:"vpc.crn,omitempty"`

	// Filters the collection to resources in the VPC with the exact specified name.
	VPCName *string `json:"vpc.name,omitempty"`

	// Filters the collection to instances on the dedicated host with the specified identifier.
	DedicatedHostID *string `json:"dedicated_host.id,omitempty"`

	// Filters the collection to instances on the dedicated host with the specified CRN.
	DedicatedHostCRN *string `json:"dedicated_host.crn,omitempty"`

	// Filters the collection to instances on the dedicated host with the specified name.
	DedicatedHostName *string `json:"dedicated_host.name,omitempty"`

	// Filters the collection to instances in the placement group with the specified identifier.
	PlacementGroupID *string `json:"placement_group.id,omitempty"`

	// Filters the collection to instances in the placement group with the specified CRN.
	PlacementGroupCRN *string `json:"placement_group.crn,omitempty"`

	// Filters the collection to instances in the placement group with the specified name.
	PlacementGroupName *string `json:"placement_group.name,omitempty"`

	// Allows users to set headers on API requests
	Headers map[string]string
}

ListInstancesOptions : The ListInstances options.

func (*ListInstancesOptions) SetDedicatedHostCRN

func (_options *ListInstancesOptions) SetDedicatedHostCRN(dedicatedHostCRN string) *ListInstancesOptions

SetDedicatedHostCRN : Allow user to set DedicatedHostCRN

func (*ListInstancesOptions) SetDedicatedHostID

func (_options *ListInstancesOptions) SetDedicatedHostID(dedicatedHostID string) *ListInstancesOptions

SetDedicatedHostID : Allow user to set DedicatedHostID

func (*ListInstancesOptions) SetDedicatedHostName

func (_options *ListInstancesOptions) SetDedicatedHostName(dedicatedHostName string) *ListInstancesOptions

SetDedicatedHostName : Allow user to set DedicatedHostName

func (*ListInstancesOptions) SetHeaders

func (options *ListInstancesOptions) SetHeaders(param map[string]string) *ListInstancesOptions

SetHeaders : Allow user to set Headers

func (*ListInstancesOptions) SetLimit

func (_options *ListInstancesOptions) SetLimit(limit int64) *ListInstancesOptions

SetLimit : Allow user to set Limit

func (*ListInstancesOptions) SetName

func (_options *ListInstancesOptions) SetName(name string) *ListInstancesOptions

SetName : Allow user to set Name

func (*ListInstancesOptions) SetPlacementGroupCRN

func (_options *ListInstancesOptions) SetPlacementGroupCRN(placementGroupCRN string) *ListInstancesOptions

SetPlacementGroupCRN : Allow user to set PlacementGroupCRN

func (*ListInstancesOptions) SetPlacementGroupID

func (_options *ListInstancesOptions) SetPlacementGroupID(placementGroupID string) *ListInstancesOptions

SetPlacementGroupID : Allow user to set PlacementGroupID

func (*ListInstancesOptions) SetPlacementGroupName

func (_options *ListInstancesOptions) SetPlacementGroupName(placementGroupName string) *ListInstancesOptions

SetPlacementGroupName : Allow user to set PlacementGroupName

func (*ListInstancesOptions) SetResourceGroupID

func (_options *ListInstancesOptions) SetResourceGroupID(resourceGroupID string) *ListInstancesOptions

SetResourceGroupID : Allow user to set ResourceGroupID

func (*ListInstancesOptions) SetStart

func (_options *ListInstancesOptions) SetStart(start string) *ListInstancesOptions

SetStart : Allow user to set Start

func (*ListInstancesOptions) SetVPCCRN

func (_options *ListInstancesOptions) SetVPCCRN(vpcCRN string) *ListInstancesOptions

SetVPCCRN : Allow user to set VPCCRN

func (*ListInstancesOptions) SetVPCID

func (_options *ListInstancesOptions) SetVPCID(vpcID string) *ListInstancesOptions

SetVPCID : Allow user to set VPCID

func (*ListInstancesOptions) SetVPCName

func (_options *ListInstancesOptions) SetVPCName(vpcName string) *ListInstancesOptions

SetVPCName : Allow user to set VPCName

type ListIpsecPoliciesOptions

type ListIpsecPoliciesOptions struct {
	// A server-provided token determining what resource to start the page on.
	Start *string `json:"start,omitempty"`

	// The number of resources to return on a page.
	Limit *int64 `json:"limit,omitempty"`

	// Allows users to set headers on API requests
	Headers map[string]string
}

ListIpsecPoliciesOptions : The ListIpsecPolicies options.

func (*ListIpsecPoliciesOptions) SetHeaders

func (options *ListIpsecPoliciesOptions) SetHeaders(param map[string]string) *ListIpsecPoliciesOptions

SetHeaders : Allow user to set Headers

func (*ListIpsecPoliciesOptions) SetLimit

func (_options *ListIpsecPoliciesOptions) SetLimit(limit int64) *ListIpsecPoliciesOptions

SetLimit : Allow user to set Limit

func (*ListIpsecPoliciesOptions) SetStart

func (_options *ListIpsecPoliciesOptions) SetStart(start string) *ListIpsecPoliciesOptions

SetStart : Allow user to set Start

type ListIpsecPolicyConnectionsOptions

type ListIpsecPolicyConnectionsOptions struct {
	// The IPsec policy identifier.
	ID *string `json:"id" validate:"required,ne="`

	// Allows users to set headers on API requests
	Headers map[string]string
}

ListIpsecPolicyConnectionsOptions : The ListIpsecPolicyConnections options.

func (*ListIpsecPolicyConnectionsOptions) SetHeaders

SetHeaders : Allow user to set Headers

func (*ListIpsecPolicyConnectionsOptions) SetID

SetID : Allow user to set ID

type ListKeysOptions

type ListKeysOptions struct {
	// A server-provided token determining what resource to start the page on.
	Start *string `json:"start,omitempty"`

	// The number of resources to return on a page.
	Limit *int64 `json:"limit,omitempty"`

	// Allows users to set headers on API requests
	Headers map[string]string
}

ListKeysOptions : The ListKeys options.

func (*ListKeysOptions) SetHeaders

func (options *ListKeysOptions) SetHeaders(param map[string]string) *ListKeysOptions

SetHeaders : Allow user to set Headers

func (*ListKeysOptions) SetLimit

func (_options *ListKeysOptions) SetLimit(limit int64) *ListKeysOptions

SetLimit : Allow user to set Limit

func (*ListKeysOptions) SetStart

func (_options *ListKeysOptions) SetStart(start string) *ListKeysOptions

SetStart : Allow user to set Start

type ListLoadBalancerListenerPoliciesOptions

type ListLoadBalancerListenerPoliciesOptions struct {
	// The load balancer identifier.
	LoadBalancerID *string `json:"load_balancer_id" validate:"required,ne="`

	// The listener identifier.
	ListenerID *string `json:"listener_id" validate:"required,ne="`

	// Allows users to set headers on API requests
	Headers map[string]string
}

ListLoadBalancerListenerPoliciesOptions : The ListLoadBalancerListenerPolicies options.

func (*ListLoadBalancerListenerPoliciesOptions) SetHeaders

SetHeaders : Allow user to set Headers

func (*ListLoadBalancerListenerPoliciesOptions) SetListenerID

SetListenerID : Allow user to set ListenerID

func (*ListLoadBalancerListenerPoliciesOptions) SetLoadBalancerID

func (_options *ListLoadBalancerListenerPoliciesOptions) SetLoadBalancerID(loadBalancerID string) *ListLoadBalancerListenerPoliciesOptions

SetLoadBalancerID : Allow user to set LoadBalancerID

type ListLoadBalancerListenerPolicyRulesOptions

type ListLoadBalancerListenerPolicyRulesOptions struct {
	// The load balancer identifier.
	LoadBalancerID *string `json:"load_balancer_id" validate:"required,ne="`

	// The listener identifier.
	ListenerID *string `json:"listener_id" validate:"required,ne="`

	// The policy identifier.
	PolicyID *string `json:"policy_id" validate:"required,ne="`

	// Allows users to set headers on API requests
	Headers map[string]string
}

ListLoadBalancerListenerPolicyRulesOptions : The ListLoadBalancerListenerPolicyRules options.

func (*ListLoadBalancerListenerPolicyRulesOptions) SetHeaders

SetHeaders : Allow user to set Headers

func (*ListLoadBalancerListenerPolicyRulesOptions) SetListenerID

SetListenerID : Allow user to set ListenerID

func (*ListLoadBalancerListenerPolicyRulesOptions) SetLoadBalancerID

SetLoadBalancerID : Allow user to set LoadBalancerID

func (*ListLoadBalancerListenerPolicyRulesOptions) SetPolicyID

SetPolicyID : Allow user to set PolicyID

type ListLoadBalancerListenersOptions

type ListLoadBalancerListenersOptions struct {
	// The load balancer identifier.
	LoadBalancerID *string `json:"load_balancer_id" validate:"required,ne="`

	// Allows users to set headers on API requests
	Headers map[string]string
}

ListLoadBalancerListenersOptions : The ListLoadBalancerListeners options.

func (*ListLoadBalancerListenersOptions) SetHeaders

SetHeaders : Allow user to set Headers

func (*ListLoadBalancerListenersOptions) SetLoadBalancerID

func (_options *ListLoadBalancerListenersOptions) SetLoadBalancerID(loadBalancerID string) *ListLoadBalancerListenersOptions

SetLoadBalancerID : Allow user to set LoadBalancerID

type ListLoadBalancerPoolMembersOptions

type ListLoadBalancerPoolMembersOptions struct {
	// The load balancer identifier.
	LoadBalancerID *string `json:"load_balancer_id" validate:"required,ne="`

	// The pool identifier.
	PoolID *string `json:"pool_id" validate:"required,ne="`

	// Allows users to set headers on API requests
	Headers map[string]string
}

ListLoadBalancerPoolMembersOptions : The ListLoadBalancerPoolMembers options.

func (*ListLoadBalancerPoolMembersOptions) SetHeaders

SetHeaders : Allow user to set Headers

func (*ListLoadBalancerPoolMembersOptions) SetLoadBalancerID

func (_options *ListLoadBalancerPoolMembersOptions) SetLoadBalancerID(loadBalancerID string) *ListLoadBalancerPoolMembersOptions

SetLoadBalancerID : Allow user to set LoadBalancerID

func (*ListLoadBalancerPoolMembersOptions) SetPoolID

SetPoolID : Allow user to set PoolID

type ListLoadBalancerPoolsOptions

type ListLoadBalancerPoolsOptions struct {
	// The load balancer identifier.
	LoadBalancerID *string `json:"load_balancer_id" validate:"required,ne="`

	// Allows users to set headers on API requests
	Headers map[string]string
}

ListLoadBalancerPoolsOptions : The ListLoadBalancerPools options.

func (*ListLoadBalancerPoolsOptions) SetHeaders

SetHeaders : Allow user to set Headers

func (*ListLoadBalancerPoolsOptions) SetLoadBalancerID

func (_options *ListLoadBalancerPoolsOptions) SetLoadBalancerID(loadBalancerID string) *ListLoadBalancerPoolsOptions

SetLoadBalancerID : Allow user to set LoadBalancerID

type ListLoadBalancerProfilesOptions

type ListLoadBalancerProfilesOptions struct {
	// A server-provided token determining what resource to start the page on.
	Start *string `json:"start,omitempty"`

	// The number of resources to return on a page.
	Limit *int64 `json:"limit,omitempty"`

	// Allows users to set headers on API requests
	Headers map[string]string
}

ListLoadBalancerProfilesOptions : The ListLoadBalancerProfiles options.

func (*ListLoadBalancerProfilesOptions) SetHeaders

SetHeaders : Allow user to set Headers

func (*ListLoadBalancerProfilesOptions) SetLimit

SetLimit : Allow user to set Limit

func (*ListLoadBalancerProfilesOptions) SetStart

SetStart : Allow user to set Start

type ListLoadBalancersOptions

type ListLoadBalancersOptions struct {
	// A server-provided token determining what resource to start the page on.
	Start *string `json:"start,omitempty"`

	// The number of resources to return on a page.
	Limit *int64 `json:"limit,omitempty"`

	// Allows users to set headers on API requests
	Headers map[string]string
}

ListLoadBalancersOptions : The ListLoadBalancers options.

func (*ListLoadBalancersOptions) SetHeaders

func (options *ListLoadBalancersOptions) SetHeaders(param map[string]string) *ListLoadBalancersOptions

SetHeaders : Allow user to set Headers

func (*ListLoadBalancersOptions) SetLimit

func (_options *ListLoadBalancersOptions) SetLimit(limit int64) *ListLoadBalancersOptions

SetLimit : Allow user to set Limit

func (*ListLoadBalancersOptions) SetStart

func (_options *ListLoadBalancersOptions) SetStart(start string) *ListLoadBalancersOptions

SetStart : Allow user to set Start

type ListNetworkACLRulesOptions

type ListNetworkACLRulesOptions struct {
	// The network ACL identifier.
	NetworkACLID *string `json:"network_acl_id" validate:"required,ne="`

	// A server-provided token determining what resource to start the page on.
	Start *string `json:"start,omitempty"`

	// The number of resources to return on a page.
	Limit *int64 `json:"limit,omitempty"`

	// Filters the collection to rules with the specified direction.
	Direction *string `json:"direction,omitempty"`

	// Allows users to set headers on API requests
	Headers map[string]string
}

ListNetworkACLRulesOptions : The ListNetworkACLRules options.

func (*ListNetworkACLRulesOptions) SetDirection

func (_options *ListNetworkACLRulesOptions) SetDirection(direction string) *ListNetworkACLRulesOptions

SetDirection : Allow user to set Direction

func (*ListNetworkACLRulesOptions) SetHeaders

func (options *ListNetworkACLRulesOptions) SetHeaders(param map[string]string) *ListNetworkACLRulesOptions

SetHeaders : Allow user to set Headers

func (*ListNetworkACLRulesOptions) SetLimit

func (_options *ListNetworkACLRulesOptions) SetLimit(limit int64) *ListNetworkACLRulesOptions

SetLimit : Allow user to set Limit

func (*ListNetworkACLRulesOptions) SetNetworkACLID

func (_options *ListNetworkACLRulesOptions) SetNetworkACLID(networkACLID string) *ListNetworkACLRulesOptions

SetNetworkACLID : Allow user to set NetworkACLID

func (*ListNetworkACLRulesOptions) SetStart

SetStart : Allow user to set Start

type ListNetworkAclsOptions

type ListNetworkAclsOptions struct {
	// A server-provided token determining what resource to start the page on.
	Start *string `json:"start,omitempty"`

	// The number of resources to return on a page.
	Limit *int64 `json:"limit,omitempty"`

	// Filters the collection to resources in the resource group with the specified identifier.
	ResourceGroupID *string `json:"resource_group.id,omitempty"`

	// Allows users to set headers on API requests
	Headers map[string]string
}

ListNetworkAclsOptions : The ListNetworkAcls options.

func (*ListNetworkAclsOptions) SetHeaders

func (options *ListNetworkAclsOptions) SetHeaders(param map[string]string) *ListNetworkAclsOptions

SetHeaders : Allow user to set Headers

func (*ListNetworkAclsOptions) SetLimit

func (_options *ListNetworkAclsOptions) SetLimit(limit int64) *ListNetworkAclsOptions

SetLimit : Allow user to set Limit

func (*ListNetworkAclsOptions) SetResourceGroupID

func (_options *ListNetworkAclsOptions) SetResourceGroupID(resourceGroupID string) *ListNetworkAclsOptions

SetResourceGroupID : Allow user to set ResourceGroupID

func (*ListNetworkAclsOptions) SetStart

func (_options *ListNetworkAclsOptions) SetStart(start string) *ListNetworkAclsOptions

SetStart : Allow user to set Start

type ListOperatingSystemsOptions

type ListOperatingSystemsOptions struct {
	// A server-provided token determining what resource to start the page on.
	Start *string `json:"start,omitempty"`

	// The number of resources to return on a page.
	Limit *int64 `json:"limit,omitempty"`

	// Allows users to set headers on API requests
	Headers map[string]string
}

ListOperatingSystemsOptions : The ListOperatingSystems options.

func (*ListOperatingSystemsOptions) SetHeaders

func (options *ListOperatingSystemsOptions) SetHeaders(param map[string]string) *ListOperatingSystemsOptions

SetHeaders : Allow user to set Headers

func (*ListOperatingSystemsOptions) SetLimit

SetLimit : Allow user to set Limit

func (*ListOperatingSystemsOptions) SetStart

SetStart : Allow user to set Start

type ListPlacementGroupsOptions

type ListPlacementGroupsOptions struct {
	// A server-provided token determining what resource to start the page on.
	Start *string `json:"start,omitempty"`

	// The number of resources to return on a page.
	Limit *int64 `json:"limit,omitempty"`

	// Allows users to set headers on API requests
	Headers map[string]string
}

ListPlacementGroupsOptions : The ListPlacementGroups options.

func (*ListPlacementGroupsOptions) SetHeaders

func (options *ListPlacementGroupsOptions) SetHeaders(param map[string]string) *ListPlacementGroupsOptions

SetHeaders : Allow user to set Headers

func (*ListPlacementGroupsOptions) SetLimit

func (_options *ListPlacementGroupsOptions) SetLimit(limit int64) *ListPlacementGroupsOptions

SetLimit : Allow user to set Limit

func (*ListPlacementGroupsOptions) SetStart

SetStart : Allow user to set Start

type ListPublicGatewaysOptions

type ListPublicGatewaysOptions struct {
	// A server-provided token determining what resource to start the page on.
	Start *string `json:"start,omitempty"`

	// The number of resources to return on a page.
	Limit *int64 `json:"limit,omitempty"`

	// Filters the collection to resources in the resource group with the specified identifier.
	ResourceGroupID *string `json:"resource_group.id,omitempty"`

	// Allows users to set headers on API requests
	Headers map[string]string
}

ListPublicGatewaysOptions : The ListPublicGateways options.

func (*ListPublicGatewaysOptions) SetHeaders

func (options *ListPublicGatewaysOptions) SetHeaders(param map[string]string) *ListPublicGatewaysOptions

SetHeaders : Allow user to set Headers

func (*ListPublicGatewaysOptions) SetLimit

func (_options *ListPublicGatewaysOptions) SetLimit(limit int64) *ListPublicGatewaysOptions

SetLimit : Allow user to set Limit

func (*ListPublicGatewaysOptions) SetResourceGroupID

func (_options *ListPublicGatewaysOptions) SetResourceGroupID(resourceGroupID string) *ListPublicGatewaysOptions

SetResourceGroupID : Allow user to set ResourceGroupID

func (*ListPublicGatewaysOptions) SetStart

func (_options *ListPublicGatewaysOptions) SetStart(start string) *ListPublicGatewaysOptions

SetStart : Allow user to set Start

type ListRegionZonesOptions

type ListRegionZonesOptions struct {
	// The region name.
	RegionName *string `json:"region_name" validate:"required,ne="`

	// Allows users to set headers on API requests
	Headers map[string]string
}

ListRegionZonesOptions : The ListRegionZones options.

func (*ListRegionZonesOptions) SetHeaders

func (options *ListRegionZonesOptions) SetHeaders(param map[string]string) *ListRegionZonesOptions

SetHeaders : Allow user to set Headers

func (*ListRegionZonesOptions) SetRegionName

func (_options *ListRegionZonesOptions) SetRegionName(regionName string) *ListRegionZonesOptions

SetRegionName : Allow user to set RegionName

type ListRegionsOptions

type ListRegionsOptions struct {

	// Allows users to set headers on API requests
	Headers map[string]string
}

ListRegionsOptions : The ListRegions options.

func (*ListRegionsOptions) SetHeaders

func (options *ListRegionsOptions) SetHeaders(param map[string]string) *ListRegionsOptions

SetHeaders : Allow user to set Headers

type ListSecurityGroupRulesOptions

type ListSecurityGroupRulesOptions struct {
	// The security group identifier.
	SecurityGroupID *string `json:"security_group_id" validate:"required,ne="`

	// Allows users to set headers on API requests
	Headers map[string]string
}

ListSecurityGroupRulesOptions : The ListSecurityGroupRules options.

func (*ListSecurityGroupRulesOptions) SetHeaders

SetHeaders : Allow user to set Headers

func (*ListSecurityGroupRulesOptions) SetSecurityGroupID

func (_options *ListSecurityGroupRulesOptions) SetSecurityGroupID(securityGroupID string) *ListSecurityGroupRulesOptions

SetSecurityGroupID : Allow user to set SecurityGroupID

type ListSecurityGroupTargetsOptions

type ListSecurityGroupTargetsOptions struct {
	// The security group identifier.
	SecurityGroupID *string `json:"security_group_id" validate:"required,ne="`

	// A server-provided token determining what resource to start the page on.
	Start *string `json:"start,omitempty"`

	// The number of resources to return on a page.
	Limit *int64 `json:"limit,omitempty"`

	// Allows users to set headers on API requests
	Headers map[string]string
}

ListSecurityGroupTargetsOptions : The ListSecurityGroupTargets options.

func (*ListSecurityGroupTargetsOptions) SetHeaders

SetHeaders : Allow user to set Headers

func (*ListSecurityGroupTargetsOptions) SetLimit

SetLimit : Allow user to set Limit

func (*ListSecurityGroupTargetsOptions) SetSecurityGroupID

func (_options *ListSecurityGroupTargetsOptions) SetSecurityGroupID(securityGroupID string) *ListSecurityGroupTargetsOptions

SetSecurityGroupID : Allow user to set SecurityGroupID

func (*ListSecurityGroupTargetsOptions) SetStart

SetStart : Allow user to set Start

type ListSecurityGroupsOptions

type ListSecurityGroupsOptions struct {
	// A server-provided token determining what resource to start the page on.
	Start *string `json:"start,omitempty"`

	// The number of resources to return on a page.
	Limit *int64 `json:"limit,omitempty"`

	// Filters the collection to resources in the resource group with the specified identifier.
	ResourceGroupID *string `json:"resource_group.id,omitempty"`

	// Filters the collection to resources in the VPC with the specified identifier.
	VPCID *string `json:"vpc.id,omitempty"`

	// Filters the collection to resources in the VPC with the specified CRN.
	VPCCRN *string `json:"vpc.crn,omitempty"`

	// Filters the collection to resources in the VPC with the exact specified name.
	VPCName *string `json:"vpc.name,omitempty"`

	// Allows users to set headers on API requests
	Headers map[string]string
}

ListSecurityGroupsOptions : The ListSecurityGroups options.

func (*ListSecurityGroupsOptions) SetHeaders

func (options *ListSecurityGroupsOptions) SetHeaders(param map[string]string) *ListSecurityGroupsOptions

SetHeaders : Allow user to set Headers

func (*ListSecurityGroupsOptions) SetLimit

func (_options *ListSecurityGroupsOptions) SetLimit(limit int64) *ListSecurityGroupsOptions

SetLimit : Allow user to set Limit

func (*ListSecurityGroupsOptions) SetResourceGroupID

func (_options *ListSecurityGroupsOptions) SetResourceGroupID(resourceGroupID string) *ListSecurityGroupsOptions

SetResourceGroupID : Allow user to set ResourceGroupID

func (*ListSecurityGroupsOptions) SetStart

func (_options *ListSecurityGroupsOptions) SetStart(start string) *ListSecurityGroupsOptions

SetStart : Allow user to set Start

func (*ListSecurityGroupsOptions) SetVPCCRN

func (_options *ListSecurityGroupsOptions) SetVPCCRN(vpcCRN string) *ListSecurityGroupsOptions

SetVPCCRN : Allow user to set VPCCRN

func (*ListSecurityGroupsOptions) SetVPCID

func (_options *ListSecurityGroupsOptions) SetVPCID(vpcID string) *ListSecurityGroupsOptions

SetVPCID : Allow user to set VPCID

func (*ListSecurityGroupsOptions) SetVPCName

func (_options *ListSecurityGroupsOptions) SetVPCName(vpcName string) *ListSecurityGroupsOptions

SetVPCName : Allow user to set VPCName

type ListSnapshotsOptions

type ListSnapshotsOptions struct {
	// A server-provided token determining what resource to start the page on.
	Start *string `json:"start,omitempty"`

	// The number of resources to return on a page.
	Limit *int64 `json:"limit,omitempty"`

	// Filters the collection to resources in the resource group with the specified identifier.
	ResourceGroupID *string `json:"resource_group.id,omitempty"`

	// Filters the collection to resources with the exact specified name.
	Name *string `json:"name,omitempty"`

	// Filters the collection to resources with the source volume with the specified identifier.
	SourceVolumeID *string `json:"source_volume.id,omitempty"`

	// Filters the collection to resources with the source volume with the specified CRN.
	SourceVolumeCRN *string `json:"source_volume.crn,omitempty"`

	// Filters the collection to resources with the source image with the specified identifier.
	//
	// This parameter also supports the values `null` and `not:null` which filter the collection to resources which have no
	// source image or any existent source image, respectively.
	SourceImageID *string `json:"source_image.id,omitempty"`

	// Filters the collection to resources with the source volume with the specified CRN.
	//
	// This parameter also supports the values `null` and `not:null` which filter the collection to resources which have no
	// source image or any existent source image, respectively.
	SourceImageCRN *string `json:"source_image.crn,omitempty"`

	// Sorts the returned collection by the specified property name in ascending order. A `-` may be prepended to the name
	// to sort in descending order. For example, the value `-created_at` sorts the collection by the `created_at` property
	// in descending order, and the value `name` sorts it by the `name` property in ascending order.
	Sort *string `json:"sort,omitempty"`

	// Allows users to set headers on API requests
	Headers map[string]string
}

ListSnapshotsOptions : The ListSnapshots options.

func (*ListSnapshotsOptions) SetHeaders

func (options *ListSnapshotsOptions) SetHeaders(param map[string]string) *ListSnapshotsOptions

SetHeaders : Allow user to set Headers

func (*ListSnapshotsOptions) SetLimit

func (_options *ListSnapshotsOptions) SetLimit(limit int64) *ListSnapshotsOptions

SetLimit : Allow user to set Limit

func (*ListSnapshotsOptions) SetName

func (_options *ListSnapshotsOptions) SetName(name string) *ListSnapshotsOptions

SetName : Allow user to set Name

func (*ListSnapshotsOptions) SetResourceGroupID

func (_options *ListSnapshotsOptions) SetResourceGroupID(resourceGroupID string) *ListSnapshotsOptions

SetResourceGroupID : Allow user to set ResourceGroupID

func (*ListSnapshotsOptions) SetSort

func (_options *ListSnapshotsOptions) SetSort(sort string) *ListSnapshotsOptions

SetSort : Allow user to set Sort

func (*ListSnapshotsOptions) SetSourceImageCRN

func (_options *ListSnapshotsOptions) SetSourceImageCRN(sourceImageCRN string) *ListSnapshotsOptions

SetSourceImageCRN : Allow user to set SourceImageCRN

func (*ListSnapshotsOptions) SetSourceImageID

func (_options *ListSnapshotsOptions) SetSourceImageID(sourceImageID string) *ListSnapshotsOptions

SetSourceImageID : Allow user to set SourceImageID

func (*ListSnapshotsOptions) SetSourceVolumeCRN

func (_options *ListSnapshotsOptions) SetSourceVolumeCRN(sourceVolumeCRN string) *ListSnapshotsOptions

SetSourceVolumeCRN : Allow user to set SourceVolumeCRN

func (*ListSnapshotsOptions) SetSourceVolumeID

func (_options *ListSnapshotsOptions) SetSourceVolumeID(sourceVolumeID string) *ListSnapshotsOptions

SetSourceVolumeID : Allow user to set SourceVolumeID

func (*ListSnapshotsOptions) SetStart

func (_options *ListSnapshotsOptions) SetStart(start string) *ListSnapshotsOptions

SetStart : Allow user to set Start

type ListSubnetReservedIpsOptions

type ListSubnetReservedIpsOptions struct {
	// The subnet identifier.
	SubnetID *string `json:"subnet_id" validate:"required,ne="`

	// A server-provided token determining what resource to start the page on.
	Start *string `json:"start,omitempty"`

	// The number of resources to return on a page.
	Limit *int64 `json:"limit,omitempty"`

	// Sorts the returned collection by the specified property name in ascending order. A `-` may be prepended to the name
	// to sort in descending order. For example, the value `-created_at` sorts the collection by the `created_at` property
	// in descending order, and the value `name` sorts it by the `name` property in ascending order.
	Sort *string `json:"sort,omitempty"`

	// Allows users to set headers on API requests
	Headers map[string]string
}

ListSubnetReservedIpsOptions : The ListSubnetReservedIps options.

func (*ListSubnetReservedIpsOptions) SetHeaders

SetHeaders : Allow user to set Headers

func (*ListSubnetReservedIpsOptions) SetLimit

SetLimit : Allow user to set Limit

func (*ListSubnetReservedIpsOptions) SetSort

SetSort : Allow user to set Sort

func (*ListSubnetReservedIpsOptions) SetStart

SetStart : Allow user to set Start

func (*ListSubnetReservedIpsOptions) SetSubnetID

func (_options *ListSubnetReservedIpsOptions) SetSubnetID(subnetID string) *ListSubnetReservedIpsOptions

SetSubnetID : Allow user to set SubnetID

type ListSubnetsOptions

type ListSubnetsOptions struct {
	// A server-provided token determining what resource to start the page on.
	Start *string `json:"start,omitempty"`

	// The number of resources to return on a page.
	Limit *int64 `json:"limit,omitempty"`

	// Filters the collection to resources in the resource group with the specified identifier.
	ResourceGroupID *string `json:"resource_group.id,omitempty"`

	// Filters the collection to subnets attached to the routing table with the specified identifier.
	RoutingTableID *string `json:"routing_table.id,omitempty"`

	// Filters the collection to subnets attached to the routing table with the specified name.
	RoutingTableName *string `json:"routing_table.name,omitempty"`

	// Allows users to set headers on API requests
	Headers map[string]string
}

ListSubnetsOptions : The ListSubnets options.

func (*ListSubnetsOptions) SetHeaders

func (options *ListSubnetsOptions) SetHeaders(param map[string]string) *ListSubnetsOptions

SetHeaders : Allow user to set Headers

func (*ListSubnetsOptions) SetLimit

func (_options *ListSubnetsOptions) SetLimit(limit int64) *ListSubnetsOptions

SetLimit : Allow user to set Limit

func (*ListSubnetsOptions) SetResourceGroupID

func (_options *ListSubnetsOptions) SetResourceGroupID(resourceGroupID string) *ListSubnetsOptions

SetResourceGroupID : Allow user to set ResourceGroupID

func (*ListSubnetsOptions) SetRoutingTableID

func (_options *ListSubnetsOptions) SetRoutingTableID(routingTableID string) *ListSubnetsOptions

SetRoutingTableID : Allow user to set RoutingTableID

func (*ListSubnetsOptions) SetRoutingTableName

func (_options *ListSubnetsOptions) SetRoutingTableName(routingTableName string) *ListSubnetsOptions

SetRoutingTableName : Allow user to set RoutingTableName

func (*ListSubnetsOptions) SetStart

func (_options *ListSubnetsOptions) SetStart(start string) *ListSubnetsOptions

SetStart : Allow user to set Start

type ListVPCAddressPrefixesOptions

type ListVPCAddressPrefixesOptions struct {
	// The VPC identifier.
	VPCID *string `json:"vpc_id" validate:"required,ne="`

	// A server-provided token determining what resource to start the page on.
	Start *string `json:"start,omitempty"`

	// The number of resources to return on a page.
	Limit *int64 `json:"limit,omitempty"`

	// Allows users to set headers on API requests
	Headers map[string]string
}

ListVPCAddressPrefixesOptions : The ListVPCAddressPrefixes options.

func (*ListVPCAddressPrefixesOptions) SetHeaders

SetHeaders : Allow user to set Headers

func (*ListVPCAddressPrefixesOptions) SetLimit

SetLimit : Allow user to set Limit

func (*ListVPCAddressPrefixesOptions) SetStart

SetStart : Allow user to set Start

func (*ListVPCAddressPrefixesOptions) SetVPCID

SetVPCID : Allow user to set VPCID

type ListVPCRoutesOptions

type ListVPCRoutesOptions struct {
	// The VPC identifier.
	VPCID *string `json:"vpc_id" validate:"required,ne="`

	// Filters the collection to resources in the zone with the exact specified name.
	ZoneName *string `json:"zone.name,omitempty"`

	// A server-provided token determining what resource to start the page on.
	Start *string `json:"start,omitempty"`

	// The number of resources to return on a page.
	Limit *int64 `json:"limit,omitempty"`

	// Allows users to set headers on API requests
	Headers map[string]string
}

ListVPCRoutesOptions : The ListVPCRoutes options.

func (*ListVPCRoutesOptions) SetHeaders

func (options *ListVPCRoutesOptions) SetHeaders(param map[string]string) *ListVPCRoutesOptions

SetHeaders : Allow user to set Headers

func (*ListVPCRoutesOptions) SetLimit

func (_options *ListVPCRoutesOptions) SetLimit(limit int64) *ListVPCRoutesOptions

SetLimit : Allow user to set Limit

func (*ListVPCRoutesOptions) SetStart

func (_options *ListVPCRoutesOptions) SetStart(start string) *ListVPCRoutesOptions

SetStart : Allow user to set Start

func (*ListVPCRoutesOptions) SetVPCID

func (_options *ListVPCRoutesOptions) SetVPCID(vpcID string) *ListVPCRoutesOptions

SetVPCID : Allow user to set VPCID

func (*ListVPCRoutesOptions) SetZoneName

func (_options *ListVPCRoutesOptions) SetZoneName(zoneName string) *ListVPCRoutesOptions

SetZoneName : Allow user to set ZoneName

type ListVPCRoutingTableRoutesOptions

type ListVPCRoutingTableRoutesOptions struct {
	// The VPC identifier.
	VPCID *string `json:"vpc_id" validate:"required,ne="`

	// The routing table identifier.
	RoutingTableID *string `json:"routing_table_id" validate:"required,ne="`

	// A server-provided token determining what resource to start the page on.
	Start *string `json:"start,omitempty"`

	// The number of resources to return on a page.
	Limit *int64 `json:"limit,omitempty"`

	// Allows users to set headers on API requests
	Headers map[string]string
}

ListVPCRoutingTableRoutesOptions : The ListVPCRoutingTableRoutes options.

func (*ListVPCRoutingTableRoutesOptions) SetHeaders

SetHeaders : Allow user to set Headers

func (*ListVPCRoutingTableRoutesOptions) SetLimit

SetLimit : Allow user to set Limit

func (*ListVPCRoutingTableRoutesOptions) SetRoutingTableID

func (_options *ListVPCRoutingTableRoutesOptions) SetRoutingTableID(routingTableID string) *ListVPCRoutingTableRoutesOptions

SetRoutingTableID : Allow user to set RoutingTableID

func (*ListVPCRoutingTableRoutesOptions) SetStart

SetStart : Allow user to set Start

func (*ListVPCRoutingTableRoutesOptions) SetVPCID

SetVPCID : Allow user to set VPCID

type ListVPCRoutingTablesOptions

type ListVPCRoutingTablesOptions struct {
	// The VPC identifier.
	VPCID *string `json:"vpc_id" validate:"required,ne="`

	// A server-provided token determining what resource to start the page on.
	Start *string `json:"start,omitempty"`

	// The number of resources to return on a page.
	Limit *int64 `json:"limit,omitempty"`

	// Filters the collection to routing tables with the specified `is_default` value.
	IsDefault *bool `json:"is_default,omitempty"`

	// Allows users to set headers on API requests
	Headers map[string]string
}

ListVPCRoutingTablesOptions : The ListVPCRoutingTables options.

func (*ListVPCRoutingTablesOptions) SetHeaders

func (options *ListVPCRoutingTablesOptions) SetHeaders(param map[string]string) *ListVPCRoutingTablesOptions

SetHeaders : Allow user to set Headers

func (*ListVPCRoutingTablesOptions) SetIsDefault

func (_options *ListVPCRoutingTablesOptions) SetIsDefault(isDefault bool) *ListVPCRoutingTablesOptions

SetIsDefault : Allow user to set IsDefault

func (*ListVPCRoutingTablesOptions) SetLimit

SetLimit : Allow user to set Limit

func (*ListVPCRoutingTablesOptions) SetStart

SetStart : Allow user to set Start

func (*ListVPCRoutingTablesOptions) SetVPCID

SetVPCID : Allow user to set VPCID

type ListVPNGatewayConnectionLocalCIDRsOptions

type ListVPNGatewayConnectionLocalCIDRsOptions struct {
	// The VPN gateway identifier.
	VPNGatewayID *string `json:"vpn_gateway_id" validate:"required,ne="`

	// The VPN gateway connection identifier.
	ID *string `json:"id" validate:"required,ne="`

	// Allows users to set headers on API requests
	Headers map[string]string
}

ListVPNGatewayConnectionLocalCIDRsOptions : The ListVPNGatewayConnectionLocalCIDRs options.

func (*ListVPNGatewayConnectionLocalCIDRsOptions) SetHeaders

SetHeaders : Allow user to set Headers

func (*ListVPNGatewayConnectionLocalCIDRsOptions) SetID

SetID : Allow user to set ID

func (*ListVPNGatewayConnectionLocalCIDRsOptions) SetVPNGatewayID

SetVPNGatewayID : Allow user to set VPNGatewayID

type ListVPNGatewayConnectionPeerCIDRsOptions

type ListVPNGatewayConnectionPeerCIDRsOptions struct {
	// The VPN gateway identifier.
	VPNGatewayID *string `json:"vpn_gateway_id" validate:"required,ne="`

	// The VPN gateway connection identifier.
	ID *string `json:"id" validate:"required,ne="`

	// Allows users to set headers on API requests
	Headers map[string]string
}

ListVPNGatewayConnectionPeerCIDRsOptions : The ListVPNGatewayConnectionPeerCIDRs options.

func (*ListVPNGatewayConnectionPeerCIDRsOptions) SetHeaders

SetHeaders : Allow user to set Headers

func (*ListVPNGatewayConnectionPeerCIDRsOptions) SetID

SetID : Allow user to set ID

func (*ListVPNGatewayConnectionPeerCIDRsOptions) SetVPNGatewayID

SetVPNGatewayID : Allow user to set VPNGatewayID

type ListVPNGatewayConnectionsOptions

type ListVPNGatewayConnectionsOptions struct {
	// The VPN gateway identifier.
	VPNGatewayID *string `json:"vpn_gateway_id" validate:"required,ne="`

	// Filters the collection to VPN gateway connections with the specified status.
	Status *string `json:"status,omitempty"`

	// Allows users to set headers on API requests
	Headers map[string]string
}

ListVPNGatewayConnectionsOptions : The ListVPNGatewayConnections options.

func (*ListVPNGatewayConnectionsOptions) SetHeaders

SetHeaders : Allow user to set Headers

func (*ListVPNGatewayConnectionsOptions) SetStatus

SetStatus : Allow user to set Status

func (*ListVPNGatewayConnectionsOptions) SetVPNGatewayID

func (_options *ListVPNGatewayConnectionsOptions) SetVPNGatewayID(vpnGatewayID string) *ListVPNGatewayConnectionsOptions

SetVPNGatewayID : Allow user to set VPNGatewayID

type ListVPNGatewaysOptions

type ListVPNGatewaysOptions struct {
	// A server-provided token determining what resource to start the page on.
	Start *string `json:"start,omitempty"`

	// The number of resources to return on a page.
	Limit *int64 `json:"limit,omitempty"`

	// Filters the collection to resources in the resource group with the specified identifier.
	ResourceGroupID *string `json:"resource_group.id,omitempty"`

	// Filters the collection to VPN gateways with the specified mode.
	Mode *string `json:"mode,omitempty"`

	// Allows users to set headers on API requests
	Headers map[string]string
}

ListVPNGatewaysOptions : The ListVPNGateways options.

func (*ListVPNGatewaysOptions) SetHeaders

func (options *ListVPNGatewaysOptions) SetHeaders(param map[string]string) *ListVPNGatewaysOptions

SetHeaders : Allow user to set Headers

func (*ListVPNGatewaysOptions) SetLimit

func (_options *ListVPNGatewaysOptions) SetLimit(limit int64) *ListVPNGatewaysOptions

SetLimit : Allow user to set Limit

func (*ListVPNGatewaysOptions) SetMode

func (_options *ListVPNGatewaysOptions) SetMode(mode string) *ListVPNGatewaysOptions

SetMode : Allow user to set Mode

func (*ListVPNGatewaysOptions) SetResourceGroupID

func (_options *ListVPNGatewaysOptions) SetResourceGroupID(resourceGroupID string) *ListVPNGatewaysOptions

SetResourceGroupID : Allow user to set ResourceGroupID

func (*ListVPNGatewaysOptions) SetStart

func (_options *ListVPNGatewaysOptions) SetStart(start string) *ListVPNGatewaysOptions

SetStart : Allow user to set Start

type ListVolumeProfilesOptions

type ListVolumeProfilesOptions struct {
	// A server-provided token determining what resource to start the page on.
	Start *string `json:"start,omitempty"`

	// The number of resources to return on a page.
	Limit *int64 `json:"limit,omitempty"`

	// Allows users to set headers on API requests
	Headers map[string]string
}

ListVolumeProfilesOptions : The ListVolumeProfiles options.

func (*ListVolumeProfilesOptions) SetHeaders

func (options *ListVolumeProfilesOptions) SetHeaders(param map[string]string) *ListVolumeProfilesOptions

SetHeaders : Allow user to set Headers

func (*ListVolumeProfilesOptions) SetLimit

func (_options *ListVolumeProfilesOptions) SetLimit(limit int64) *ListVolumeProfilesOptions

SetLimit : Allow user to set Limit

func (*ListVolumeProfilesOptions) SetStart

func (_options *ListVolumeProfilesOptions) SetStart(start string) *ListVolumeProfilesOptions

SetStart : Allow user to set Start

type ListVolumesOptions

type ListVolumesOptions struct {
	// A server-provided token determining what resource to start the page on.
	Start *string `json:"start,omitempty"`

	// The number of resources to return on a page.
	Limit *int64 `json:"limit,omitempty"`

	// Filters the collection to resources with the exact specified name.
	Name *string `json:"name,omitempty"`

	// Filters the collection to resources in the zone with the exact specified name.
	ZoneName *string `json:"zone.name,omitempty"`

	// Allows users to set headers on API requests
	Headers map[string]string
}

ListVolumesOptions : The ListVolumes options.

func (*ListVolumesOptions) SetHeaders

func (options *ListVolumesOptions) SetHeaders(param map[string]string) *ListVolumesOptions

SetHeaders : Allow user to set Headers

func (*ListVolumesOptions) SetLimit

func (_options *ListVolumesOptions) SetLimit(limit int64) *ListVolumesOptions

SetLimit : Allow user to set Limit

func (*ListVolumesOptions) SetName

func (_options *ListVolumesOptions) SetName(name string) *ListVolumesOptions

SetName : Allow user to set Name

func (*ListVolumesOptions) SetStart

func (_options *ListVolumesOptions) SetStart(start string) *ListVolumesOptions

SetStart : Allow user to set Start

func (*ListVolumesOptions) SetZoneName

func (_options *ListVolumesOptions) SetZoneName(zoneName string) *ListVolumesOptions

SetZoneName : Allow user to set ZoneName

type ListVpcsOptions

type ListVpcsOptions struct {
	// A server-provided token determining what resource to start the page on.
	Start *string `json:"start,omitempty"`

	// The number of resources to return on a page.
	Limit *int64 `json:"limit,omitempty"`

	// Filters the collection to resources in the resource group with the specified identifier.
	ResourceGroupID *string `json:"resource_group.id,omitempty"`

	// Filters the collection to VPCs with the specified `classic_access` value.
	ClassicAccess *bool `json:"classic_access,omitempty"`

	// Allows users to set headers on API requests
	Headers map[string]string
}

ListVpcsOptions : The ListVpcs options.

func (*ListVpcsOptions) SetClassicAccess

func (_options *ListVpcsOptions) SetClassicAccess(classicAccess bool) *ListVpcsOptions

SetClassicAccess : Allow user to set ClassicAccess

func (*ListVpcsOptions) SetHeaders

func (options *ListVpcsOptions) SetHeaders(param map[string]string) *ListVpcsOptions

SetHeaders : Allow user to set Headers

func (*ListVpcsOptions) SetLimit

func (_options *ListVpcsOptions) SetLimit(limit int64) *ListVpcsOptions

SetLimit : Allow user to set Limit

func (*ListVpcsOptions) SetResourceGroupID

func (_options *ListVpcsOptions) SetResourceGroupID(resourceGroupID string) *ListVpcsOptions

SetResourceGroupID : Allow user to set ResourceGroupID

func (*ListVpcsOptions) SetStart

func (_options *ListVpcsOptions) SetStart(start string) *ListVpcsOptions

SetStart : Allow user to set Start

type LoadBalancer

type LoadBalancer struct {
	// The date and time that this load balancer was created.
	CreatedAt *strfmt.DateTime `json:"created_at" validate:"required"`

	// The load balancer's CRN.
	CRN *string `json:"crn" validate:"required"`

	// Fully qualified domain name assigned to this load balancer.
	Hostname *string `json:"hostname" validate:"required"`

	// The load balancer's canonical URL.
	Href *string `json:"href" validate:"required"`

	// The unique identifier for this load balancer.
	ID *string `json:"id" validate:"required"`

	// The type of this load balancer, public or private.
	IsPublic *bool `json:"is_public" validate:"required"`

	// The listeners of this load balancer.
	Listeners []LoadBalancerListenerReference `json:"listeners" validate:"required"`

	// The logging configuration for this load balancer.
	Logging *LoadBalancerLogging `json:"logging" validate:"required"`

	// The unique user-defined name for this load balancer.
	Name *string `json:"name" validate:"required"`

	// The operating status of this load balancer.
	OperatingStatus *string `json:"operating_status" validate:"required"`

	// The pools of this load balancer.
	Pools []LoadBalancerPoolReference `json:"pools" validate:"required"`

	// The private IP addresses assigned to this load balancer.
	PrivateIps []LoadBalancerPrivateIpsItem `json:"private_ips" validate:"required"`

	// The profile to use for this load balancer.
	Profile *LoadBalancerProfileReference `json:"profile" validate:"required"`

	// The provisioning status of this load balancer.
	ProvisioningStatus *string `json:"provisioning_status" validate:"required"`

	// The public IP addresses assigned to this load balancer.
	//
	// Applicable only for public load balancers.
	PublicIps []IP `json:"public_ips" validate:"required"`

	// The resource group for this load balancer.
	ResourceGroup *ResourceGroupReference `json:"resource_group" validate:"required"`

	// The resource type.
	ResourceType *string `json:"resource_type" validate:"required"`

	// Indicates whether route mode is enabled for this load balancer.
	//
	// At present, public load balancers are not supported with route mode enabled.
	RouteMode *bool `json:"route_mode" validate:"required"`

	// The security groups targeting this load balancer.
	//
	// Applicable only for load balancers that support security groups.
	SecurityGroups []SecurityGroupReference `json:"security_groups" validate:"required"`

	// Indicates whether this load balancer supports security groups.
	SecurityGroupsSupported *bool `json:"security_groups_supported" validate:"required"`

	// The subnets this load balancer is part of.
	Subnets []SubnetReference `json:"subnets" validate:"required"`

	// Indicates whether this load balancer supports UDP.
	UDPSupported *bool `json:"udp_supported" validate:"required"`
}

LoadBalancer : LoadBalancer struct

type LoadBalancerCollection

type LoadBalancerCollection struct {
	// A link to the first page of resources.
	First *LoadBalancerCollectionFirst `json:"first" validate:"required"`

	// The maximum number of resources that can be returned by the request.
	Limit *int64 `json:"limit" validate:"required"`

	// Collection of load balancers.
	LoadBalancers []LoadBalancer `json:"load_balancers" validate:"required"`

	// A link to the next page of resources. This property is present for all pages
	// except the last page.
	Next *LoadBalancerCollectionNext `json:"next,omitempty"`

	// The total number of resources across all pages.
	TotalCount *int64 `json:"total_count" validate:"required"`
}

LoadBalancerCollection : LoadBalancerCollection struct

func (*LoadBalancerCollection) GetNextStart

func (resp *LoadBalancerCollection) GetNextStart() (*string, error)

Retrieve the value to be passed to a request to access the next page of results

type LoadBalancerCollectionFirst

type LoadBalancerCollectionFirst struct {
	// The URL for a page of resources.
	Href *string `json:"href" validate:"required"`
}

LoadBalancerCollectionFirst : A link to the first page of resources.

type LoadBalancerCollectionNext

type LoadBalancerCollectionNext struct {
	// The URL for a page of resources.
	Href *string `json:"href" validate:"required"`
}

LoadBalancerCollectionNext : A link to the next page of resources. This property is present for all pages except the last page.

type LoadBalancerIdentity

type LoadBalancerIdentity struct {
	// The unique identifier for this load balancer.
	ID *string `json:"id,omitempty"`

	// The load balancer's CRN.
	CRN *string `json:"crn,omitempty"`

	// The load balancer's canonical URL.
	Href *string `json:"href,omitempty"`
}

LoadBalancerIdentity : Identifies a load balancer by a unique property. Models which "extend" this model: - LoadBalancerIdentityByID - LoadBalancerIdentityByCRN - LoadBalancerIdentityByHref

type LoadBalancerIdentityByCRN

type LoadBalancerIdentityByCRN struct {
	// The load balancer's CRN.
	CRN *string `json:"crn" validate:"required"`
}

LoadBalancerIdentityByCRN : LoadBalancerIdentityByCRN struct This model "extends" LoadBalancerIdentity

type LoadBalancerIdentityByHref

type LoadBalancerIdentityByHref struct {
	// The load balancer's canonical URL.
	Href *string `json:"href" validate:"required"`
}

LoadBalancerIdentityByHref : LoadBalancerIdentityByHref struct This model "extends" LoadBalancerIdentity

type LoadBalancerIdentityByID

type LoadBalancerIdentityByID struct {
	// The unique identifier for this load balancer.
	ID *string `json:"id" validate:"required"`
}

LoadBalancerIdentityByID : LoadBalancerIdentityByID struct This model "extends" LoadBalancerIdentity

type LoadBalancerIdentityIntf

type LoadBalancerIdentityIntf interface {
	// contains filtered or unexported methods
}

type LoadBalancerListener

type LoadBalancerListener struct {
	// If set to `true`, this listener will accept and forward PROXY protocol information. Supported by load balancers in
	// the `application` family (otherwise always `false`). Additional restrictions:
	// - If this listener has `https_redirect` specified, its `accept_proxy_protocol` value must
	//   match the `accept_proxy_protocol` value of the `https_redirect` listener.
	// - If this listener is the target of another listener's `https_redirect`, its
	//   `accept_proxy_protocol` value must match that listener's `accept_proxy_protocol` value.
	AcceptProxyProtocol *bool `json:"accept_proxy_protocol" validate:"required"`

	// The certificate instance used for SSL termination. It is applicable only to `https`
	// protocol.
	CertificateInstance *CertificateInstanceReference `json:"certificate_instance,omitempty"`

	// The connection limit of the listener.
	ConnectionLimit *int64 `json:"connection_limit,omitempty"`

	// The date and time that this listener was created.
	CreatedAt *strfmt.DateTime `json:"created_at" validate:"required"`

	// The default pool for this listener. If absent, this listener has no default pool.
	DefaultPool *LoadBalancerPoolReference `json:"default_pool,omitempty"`

	// The listener's canonical URL.
	Href *string `json:"href" validate:"required"`

	// If specified, the target listener that requests are redirected to.
	HTTPSRedirect *LoadBalancerListenerHTTPSRedirect `json:"https_redirect,omitempty"`

	// The unique identifier for this load balancer listener.
	ID *string `json:"id" validate:"required"`

	// The policies for this listener.
	Policies []LoadBalancerListenerPolicyReference `json:"policies,omitempty"`

	// The listener port number, or the inclusive lower bound of the port range.
	Port *int64 `json:"port" validate:"required"`

	// The inclusive upper bound of the range of ports used by this listener.
	//
	// At present, only load balancers in the `network` family support more than one port per listener.
	PortMax *int64 `json:"port_max" validate:"required"`

	// The inclusive lower bound of the range of ports used by this listener.
	//
	// At present, only load balancers in the `network` family support more than one port per listener.
	PortMin *int64 `json:"port_min" validate:"required"`

	// The listener protocol. Load balancers in the `network` family support `tcp` and
	// `udp` (if `udp_supported` is `true`). Load balancers in the `application` family support `tcp`, `http`, and `https`.
	// Each listener in the load balancer must have a unique `port` and `protocol` combination.
	//
	// The enumerated values for this property are expected to expand in the future. When processing this property, check
	// for and log unknown values. Optionally halt processing and surface the error, or bypass the listener on which the
	// unexpected property value was encountered.
	Protocol *string `json:"protocol" validate:"required"`

	// The provisioning status of this listener.
	ProvisioningStatus *string `json:"provisioning_status" validate:"required"`
}

LoadBalancerListener : LoadBalancerListener struct

type LoadBalancerListenerCollection

type LoadBalancerListenerCollection struct {
	// Collection of listeners.
	Listeners []LoadBalancerListener `json:"listeners" validate:"required"`
}

LoadBalancerListenerCollection : LoadBalancerListenerCollection struct

type LoadBalancerListenerHTTPSRedirect

type LoadBalancerListenerHTTPSRedirect struct {
	// The HTTP status code for this redirect.
	HTTPStatusCode *int64 `json:"http_status_code" validate:"required"`

	Listener *LoadBalancerListenerReference `json:"listener" validate:"required"`

	// The redirect relative target URI.
	URI *string `json:"uri,omitempty"`
}

LoadBalancerListenerHTTPSRedirect : LoadBalancerListenerHTTPSRedirect struct

type LoadBalancerListenerHTTPSRedirectPatch

type LoadBalancerListenerHTTPSRedirectPatch struct {
	// The HTTP status code for this redirect.
	HTTPStatusCode *int64 `json:"http_status_code,omitempty"`

	// Identifies a load balancer listener by a unique property.
	Listener LoadBalancerListenerIdentityIntf `json:"listener,omitempty"`

	// The redirect relative target URI.
	URI *string `json:"uri,omitempty"`
}

LoadBalancerListenerHTTPSRedirectPatch : LoadBalancerListenerHTTPSRedirectPatch struct

type LoadBalancerListenerHTTPSRedirectPrototype

type LoadBalancerListenerHTTPSRedirectPrototype struct {
	// The HTTP status code for this redirect.
	HTTPStatusCode *int64 `json:"http_status_code" validate:"required"`

	// Identifies a load balancer listener by a unique property.
	Listener LoadBalancerListenerIdentityIntf `json:"listener" validate:"required"`

	// The redirect relative target URI.
	URI *string `json:"uri,omitempty"`
}

LoadBalancerListenerHTTPSRedirectPrototype : LoadBalancerListenerHTTPSRedirectPrototype struct

type LoadBalancerListenerIdentity

type LoadBalancerListenerIdentity struct {
	// The unique identifier for this load balancer listener.
	ID *string `json:"id,omitempty"`

	// The listener's canonical URL.
	Href *string `json:"href,omitempty"`
}

LoadBalancerListenerIdentity : Identifies a load balancer listener by a unique property. Models which "extend" this model: - LoadBalancerListenerIdentityByID - LoadBalancerListenerIdentityByHref

type LoadBalancerListenerIdentityByHref

type LoadBalancerListenerIdentityByHref struct {
	// The listener's canonical URL.
	Href *string `json:"href" validate:"required"`
}

LoadBalancerListenerIdentityByHref : LoadBalancerListenerIdentityByHref struct This model "extends" LoadBalancerListenerIdentity

type LoadBalancerListenerIdentityByID

type LoadBalancerListenerIdentityByID struct {
	// The unique identifier for this load balancer listener.
	ID *string `json:"id" validate:"required"`
}

LoadBalancerListenerIdentityByID : LoadBalancerListenerIdentityByID struct This model "extends" LoadBalancerListenerIdentity

type LoadBalancerListenerIdentityIntf

type LoadBalancerListenerIdentityIntf interface {
	// contains filtered or unexported methods
}

type LoadBalancerListenerPatch

type LoadBalancerListenerPatch struct {
	// If set to `true`, this listener will accept and forward PROXY protocol information. Supported by load balancers in
	// the `application` family (otherwise always `false`). Additional restrictions:
	// - If this listener has `https_redirect` specified, its `accept_proxy_protocol` value must
	//   match the `accept_proxy_protocol` value of the `https_redirect` listener.
	// - If this listener is the target of another listener's `https_redirect`, its
	//   `accept_proxy_protocol` value must match that listener's `accept_proxy_protocol` value.
	AcceptProxyProtocol *bool `json:"accept_proxy_protocol,omitempty"`

	// The certificate instance used for SSL termination. It is applicable only to `https`
	// protocol.
	CertificateInstance CertificateInstanceIdentityIntf `json:"certificate_instance,omitempty"`

	// The connection limit of the listener.
	ConnectionLimit *int64 `json:"connection_limit,omitempty"`

	// The default pool for this listener. The specified pool must:
	//
	// - Belong to this load balancer
	// - Have the same `protocol` as this listener, or have a compatible protocol.
	//   At present, the compatible protocols are `http` and `https`.
	// - Not already be the `default_pool` for another listener
	//
	// Specify `null` to remove an existing default pool.
	DefaultPool LoadBalancerPoolIdentityIntf `json:"default_pool,omitempty"`

	// The target listener that requests will be redirected to. This listener must have a
	// `protocol` of `http`, and the target listener must have a `protocol` of `https`.
	//
	// Specify `null` to remove any existing https redirect.
	HTTPSRedirect *LoadBalancerListenerHTTPSRedirectPatch `json:"https_redirect,omitempty"`

	// The listener port number, or the inclusive lower bound of the port range. Each listener in the load balancer must
	// have a unique `port` and `protocol` combination.
	//
	// Not supported for load balancers operating with route mode enabled.
	Port *int64 `json:"port,omitempty"`

	// The inclusive upper bound of the range of ports used by this listener. Must not be less than `port_min`.
	//
	// At present, only load balancers operating with route mode enabled, and public load balancers in the `network` family
	// support different values for `port_min` and
	// `port_max`. When route mode is enabled, the value `65535` must be specified.
	//
	// The specified port range must not overlap with port ranges used by other listeners for this load balancer using the
	// same protocol.
	PortMax *int64 `json:"port_max,omitempty"`

	// The inclusive lower bound of the range of ports used by this listener. Must not be greater than `port_max`.
	//
	// At present, only load balancers operating with route mode enabled, and public load balancers in the `network` family
	// support different values for `port_min` and
	// `port_max`. When route mode is enabled, the value `1` must be specified.
	//
	// The specified port range must not overlap with port ranges used by other listeners for this load balancer using the
	// same protocol.
	PortMin *int64 `json:"port_min,omitempty"`

	// The listener protocol. Each listener in the load balancer must have a unique `port` and `protocol` combination.
	// Additional restrictions:
	// - If this load balancer is in the `network` family, the protocol must be `tcp`
	//   or `udp` (if `udp_supported` is `true`) , and it cannot be changed while
	//   `default_pool` is set.
	// - If `https_redirect` is set, the protocol must be `http`.
	// - If this listener is a listener's `https_redirect` target, the protocol must be
	//   `https`.
	Protocol *string `json:"protocol,omitempty"`
}

LoadBalancerListenerPatch : LoadBalancerListenerPatch struct

func (*LoadBalancerListenerPatch) AsPatch

func (loadBalancerListenerPatch *LoadBalancerListenerPatch) AsPatch() (_patch map[string]interface{}, err error)

AsPatch returns a generic map representation of the LoadBalancerListenerPatch

type LoadBalancerListenerPolicy

type LoadBalancerListenerPolicy struct {
	// The policy action.
	//
	// The enumerated values for this property are expected to expand in the future. When processing this property, check
	// for and log unknown values. Optionally halt processing and surface the error, or bypass the policy on which the
	// unexpected property value was encountered.
	Action *string `json:"action" validate:"required"`

	// The date and time that this policy was created.
	CreatedAt *strfmt.DateTime `json:"created_at" validate:"required"`

	// The listener policy's canonical URL.
	Href *string `json:"href" validate:"required"`

	// The policy's unique identifier.
	ID *string `json:"id" validate:"required"`

	// The user-defined name for this policy.
	Name *string `json:"name" validate:"required"`

	// Priority of the policy. Lower value indicates higher priority.
	Priority *int64 `json:"priority" validate:"required"`

	// The provisioning status of this policy.
	ProvisioningStatus *string `json:"provisioning_status" validate:"required"`

	// The rules for this policy.
	Rules []LoadBalancerListenerPolicyRuleReference `json:"rules" validate:"required"`

	// - If `action` is `forward`, the response is a `LoadBalancerPoolReference`
	// - If `action` is `redirect`, the response is a `LoadBalancerListenerPolicyRedirectURL`
	// - If `action` is `https_redirect`, the response is a `LoadBalancerListenerHTTPSRedirect`.
	Target LoadBalancerListenerPolicyTargetIntf `json:"target,omitempty"`
}

LoadBalancerListenerPolicy : LoadBalancerListenerPolicy struct

type LoadBalancerListenerPolicyCollection

type LoadBalancerListenerPolicyCollection struct {
	// Collection of policies.
	Policies []LoadBalancerListenerPolicy `json:"policies" validate:"required"`
}

LoadBalancerListenerPolicyCollection : LoadBalancerListenerPolicyCollection struct

type LoadBalancerListenerPolicyPatch

type LoadBalancerListenerPolicyPatch struct {
	// The user-defined name for this policy. Names must be unique within the load balancer listener the policy resides in.
	Name *string `json:"name,omitempty"`

	// Priority of the policy. Lower value indicates higher priority.
	Priority *int64 `json:"priority,omitempty"`

	// - If `action` is `forward`, specify a `LoadBalancerPoolIdentity`.
	// - If `action` is `redirect`, specify a `LoadBalancerListenerPolicyRedirectURLPatch`.
	// - If `action` is `https_redirect`, specify a
	//   `LoadBalancerListenerPolicyHTTPSRedirectPatch`.
	Target LoadBalancerListenerPolicyTargetPatchIntf `json:"target,omitempty"`
}

LoadBalancerListenerPolicyPatch : LoadBalancerListenerPolicyPatch struct

func (*LoadBalancerListenerPolicyPatch) AsPatch

func (loadBalancerListenerPolicyPatch *LoadBalancerListenerPolicyPatch) AsPatch() (_patch map[string]interface{}, err error)

AsPatch returns a generic map representation of the LoadBalancerListenerPolicyPatch

type LoadBalancerListenerPolicyPrototype

type LoadBalancerListenerPolicyPrototype struct {
	// The policy action.
	//
	// The enumerated values for this property are expected to expand in the future. When processing this property, check
	// for and log unknown values. Optionally halt processing and surface the error, or bypass the policy on which the
	// unexpected property value was encountered.
	Action *string `json:"action" validate:"required"`

	// The user-defined name for this policy. Names must be unique within the load balancer listener the policy resides in.
	Name *string `json:"name,omitempty"`

	// Priority of the policy. Lower value indicates higher priority.
	Priority *int64 `json:"priority" validate:"required"`

	// The rule prototype objects for this policy.
	Rules []LoadBalancerListenerPolicyRulePrototype `json:"rules,omitempty"`

	// - If `action` is `forward`, specify a `LoadBalancerPoolIdentity`.
	// - If `action` is `redirect`, specify a `LoadBalancerListenerPolicyRedirectURLPrototype`.
	// - If `action` is `https_redirect`, specify a
	//   `LoadBalancerListenerPolicyHTTPSRedirectPrototype`.
	Target LoadBalancerListenerPolicyTargetPrototypeIntf `json:"target,omitempty"`
}

LoadBalancerListenerPolicyPrototype : LoadBalancerListenerPolicyPrototype struct

type LoadBalancerListenerPolicyReference

type LoadBalancerListenerPolicyReference struct {
	// If present, this property indicates the referenced resource has been deleted and provides
	// some supplementary information.
	Deleted *LoadBalancerListenerPolicyReferenceDeleted `json:"deleted,omitempty"`

	// The listener policy's canonical URL.
	Href *string `json:"href" validate:"required"`

	// The policy's unique identifier.
	ID *string `json:"id" validate:"required"`
}

LoadBalancerListenerPolicyReference : LoadBalancerListenerPolicyReference struct

type LoadBalancerListenerPolicyReferenceDeleted

type LoadBalancerListenerPolicyReferenceDeleted struct {
	// Link to documentation about deleted resources.
	MoreInfo *string `json:"more_info" validate:"required"`
}

LoadBalancerListenerPolicyReferenceDeleted : If present, this property indicates the referenced resource has been deleted and provides some supplementary information.

type LoadBalancerListenerPolicyRule

type LoadBalancerListenerPolicyRule struct {
	// The condition of the rule.
	Condition *string `json:"condition" validate:"required"`

	// The date and time that this rule was created.
	CreatedAt *strfmt.DateTime `json:"created_at" validate:"required"`

	// The field. This is applicable to `header`, `query`, and `body` rule types.
	//
	// If the rule type is `header`, this property is required.
	//
	// If the rule type is `query`, this is optional. If specified and the rule condition is not
	// `matches_regex`, the value must be percent-encoded.
	//
	// If the rule type is `body`, this is optional.
	Field *string `json:"field,omitempty"`

	// The rule's canonical URL.
	Href *string `json:"href" validate:"required"`

	// The rule's unique identifier.
	ID *string `json:"id" validate:"required"`

	// The provisioning status of this rule.
	ProvisioningStatus *string `json:"provisioning_status" validate:"required"`

	// The type of the rule.
	//
	// Body rules are applied to form-encoded request bodies using the `UTF-8` character set.
	Type *string `json:"type" validate:"required"`

	// Value to be matched for rule condition.
	//
	// If the rule type is `query` and the rule condition is not `matches_regex`, the value must be percent-encoded.
	Value *string `json:"value" validate:"required"`
}

LoadBalancerListenerPolicyRule : LoadBalancerListenerPolicyRule struct

type LoadBalancerListenerPolicyRuleCollection

type LoadBalancerListenerPolicyRuleCollection struct {
	// Collection of rules.
	Rules []LoadBalancerListenerPolicyRule `json:"rules" validate:"required"`
}

LoadBalancerListenerPolicyRuleCollection : LoadBalancerListenerPolicyRuleCollection struct

type LoadBalancerListenerPolicyRulePatch

type LoadBalancerListenerPolicyRulePatch struct {
	// The condition of the rule.
	Condition *string `json:"condition,omitempty"`

	// The field. This is applicable to `header`, `query`, and `body` rule types.
	//
	// If the rule type is `header`, this property is required.
	//
	// If the rule type is `query`, this is optional. If specified and the rule condition is not
	// `matches_regex`, the value must be percent-encoded.
	//
	// If the rule type is `body`, this is optional.
	Field *string `json:"field,omitempty"`

	// The type of the rule.
	//
	// Body rules are applied to form-encoded request bodies using the `UTF-8` character set.
	Type *string `json:"type,omitempty"`

	// Value to be matched for rule condition.
	//
	// If the rule type is `query` and the rule condition is not `matches_regex`, the value must be percent-encoded.
	Value *string `json:"value,omitempty"`
}

LoadBalancerListenerPolicyRulePatch : LoadBalancerListenerPolicyRulePatch struct

func (*LoadBalancerListenerPolicyRulePatch) AsPatch

func (loadBalancerListenerPolicyRulePatch *LoadBalancerListenerPolicyRulePatch) AsPatch() (_patch map[string]interface{}, err error)

AsPatch returns a generic map representation of the LoadBalancerListenerPolicyRulePatch

type LoadBalancerListenerPolicyRulePrototype

type LoadBalancerListenerPolicyRulePrototype struct {
	// The condition of the rule.
	Condition *string `json:"condition" validate:"required"`

	// The field. This is applicable to `header`, `query`, and `body` rule types.
	//
	// If the rule type is `header`, this property is required.
	//
	// If the rule type is `query`, this is optional. If specified and the rule condition is not
	// `matches_regex`, the value must be percent-encoded.
	//
	// If the rule type is `body`, this is optional.
	Field *string `json:"field,omitempty"`

	// The type of the rule.
	//
	// Body rules are applied to form-encoded request bodies using the `UTF-8` character set.
	Type *string `json:"type" validate:"required"`

	// Value to be matched for rule condition.
	//
	// If the rule type is `query` and the rule condition is not `matches_regex`, the value must be percent-encoded.
	Value *string `json:"value" validate:"required"`
}

LoadBalancerListenerPolicyRulePrototype : LoadBalancerListenerPolicyRulePrototype struct

type LoadBalancerListenerPolicyRuleReference

type LoadBalancerListenerPolicyRuleReference struct {
	// If present, this property indicates the referenced resource has been deleted and provides
	// some supplementary information.
	Deleted *LoadBalancerListenerPolicyRuleReferenceDeleted `json:"deleted,omitempty"`

	// The rule's canonical URL.
	Href *string `json:"href" validate:"required"`

	// The rule's unique identifier.
	ID *string `json:"id" validate:"required"`
}

LoadBalancerListenerPolicyRuleReference : LoadBalancerListenerPolicyRuleReference struct

type LoadBalancerListenerPolicyRuleReferenceDeleted

type LoadBalancerListenerPolicyRuleReferenceDeleted struct {
	// Link to documentation about deleted resources.
	MoreInfo *string `json:"more_info" validate:"required"`
}

LoadBalancerListenerPolicyRuleReferenceDeleted : If present, this property indicates the referenced resource has been deleted and provides some supplementary information.

type LoadBalancerListenerPolicyTarget

type LoadBalancerListenerPolicyTarget struct {
	// If present, this property indicates the referenced resource has been deleted and provides
	// some supplementary information.
	Deleted *LoadBalancerPoolReferenceDeleted `json:"deleted,omitempty"`

	// The pool's canonical URL.
	Href *string `json:"href,omitempty"`

	// The unique identifier for this load balancer pool.
	ID *string `json:"id,omitempty"`

	// The user-defined name for this load balancer pool.
	Name *string `json:"name,omitempty"`

	// The HTTP status code for this redirect.
	HTTPStatusCode *int64 `json:"http_status_code,omitempty"`

	// The redirect target URL.
	URL *string `json:"url,omitempty"`

	Listener *LoadBalancerListenerReference `json:"listener,omitempty"`

	// The redirect relative target URI.
	URI *string `json:"uri,omitempty"`
}

LoadBalancerListenerPolicyTarget : - If `action` is `forward`, the response is a `LoadBalancerPoolReference` - If `action` is `redirect`, the response is a `LoadBalancerListenerPolicyRedirectURL` - If `action` is `https_redirect`, the response is a `LoadBalancerListenerHTTPSRedirect`. Models which "extend" this model: - LoadBalancerListenerPolicyTargetLoadBalancerPoolReference - LoadBalancerListenerPolicyTargetLoadBalancerListenerPolicyRedirectURL - LoadBalancerListenerPolicyTargetLoadBalancerListenerHTTPSRedirect

type LoadBalancerListenerPolicyTargetIntf

type LoadBalancerListenerPolicyTargetIntf interface {
	// contains filtered or unexported methods
}

type LoadBalancerListenerPolicyTargetLoadBalancerListenerHTTPSRedirect

type LoadBalancerListenerPolicyTargetLoadBalancerListenerHTTPSRedirect struct {
	// The HTTP status code for this redirect.
	HTTPStatusCode *int64 `json:"http_status_code" validate:"required"`

	Listener *LoadBalancerListenerReference `json:"listener" validate:"required"`

	// The redirect relative target URI.
	URI *string `json:"uri,omitempty"`
}

LoadBalancerListenerPolicyTargetLoadBalancerListenerHTTPSRedirect : LoadBalancerListenerPolicyTargetLoadBalancerListenerHTTPSRedirect struct This model "extends" LoadBalancerListenerPolicyTarget

type LoadBalancerListenerPolicyTargetLoadBalancerListenerPolicyRedirectURL

type LoadBalancerListenerPolicyTargetLoadBalancerListenerPolicyRedirectURL struct {
	// The HTTP status code for this redirect.
	HTTPStatusCode *int64 `json:"http_status_code" validate:"required"`

	// The redirect target URL.
	URL *string `json:"url" validate:"required"`
}

LoadBalancerListenerPolicyTargetLoadBalancerListenerPolicyRedirectURL : LoadBalancerListenerPolicyTargetLoadBalancerListenerPolicyRedirectURL struct This model "extends" LoadBalancerListenerPolicyTarget

type LoadBalancerListenerPolicyTargetLoadBalancerPoolReference

type LoadBalancerListenerPolicyTargetLoadBalancerPoolReference struct {
	// If present, this property indicates the referenced resource has been deleted and provides
	// some supplementary information.
	Deleted *LoadBalancerPoolReferenceDeleted `json:"deleted,omitempty"`

	// The pool's canonical URL.
	Href *string `json:"href" validate:"required"`

	// The unique identifier for this load balancer pool.
	ID *string `json:"id" validate:"required"`

	// The user-defined name for this load balancer pool.
	Name *string `json:"name" validate:"required"`
}

LoadBalancerListenerPolicyTargetLoadBalancerPoolReference : LoadBalancerListenerPolicyTargetLoadBalancerPoolReference struct This model "extends" LoadBalancerListenerPolicyTarget

type LoadBalancerListenerPolicyTargetPatch

type LoadBalancerListenerPolicyTargetPatch struct {
	// The unique identifier for this load balancer pool.
	ID *string `json:"id,omitempty"`

	// The pool's canonical URL.
	Href *string `json:"href,omitempty"`

	// The HTTP status code for this redirect.
	HTTPStatusCode *int64 `json:"http_status_code,omitempty"`

	// The redirect target URL.
	URL *string `json:"url,omitempty"`

	// Identifies a load balancer listener by a unique property.
	Listener LoadBalancerListenerIdentityIntf `json:"listener,omitempty"`

	// The redirect relative target URI.
	URI *string `json:"uri,omitempty"`
}

LoadBalancerListenerPolicyTargetPatch : - If `action` is `forward`, specify a `LoadBalancerPoolIdentity`.

  • If `action` is `redirect`, specify a `LoadBalancerListenerPolicyRedirectURLPatch`.
  • If `action` is `https_redirect`, specify a `LoadBalancerListenerPolicyHTTPSRedirectPatch`.

Models which "extend" this model: - LoadBalancerListenerPolicyTargetPatchLoadBalancerPoolIdentity - LoadBalancerListenerPolicyTargetPatchLoadBalancerListenerPolicyRedirectURLPatch - LoadBalancerListenerPolicyTargetPatchLoadBalancerListenerHTTPSRedirectPatch

type LoadBalancerListenerPolicyTargetPatchIntf

type LoadBalancerListenerPolicyTargetPatchIntf interface {
	// contains filtered or unexported methods
}

type LoadBalancerListenerPolicyTargetPatchLoadBalancerListenerHTTPSRedirectPatch

type LoadBalancerListenerPolicyTargetPatchLoadBalancerListenerHTTPSRedirectPatch struct {
	// The HTTP status code for this redirect.
	HTTPStatusCode *int64 `json:"http_status_code,omitempty"`

	// Identifies a load balancer listener by a unique property.
	Listener LoadBalancerListenerIdentityIntf `json:"listener,omitempty"`

	// The redirect relative target URI.
	URI *string `json:"uri,omitempty"`
}

LoadBalancerListenerPolicyTargetPatchLoadBalancerListenerHTTPSRedirectPatch : LoadBalancerListenerPolicyTargetPatchLoadBalancerListenerHTTPSRedirectPatch struct This model "extends" LoadBalancerListenerPolicyTargetPatch

type LoadBalancerListenerPolicyTargetPatchLoadBalancerListenerPolicyRedirectURLPatch

type LoadBalancerListenerPolicyTargetPatchLoadBalancerListenerPolicyRedirectURLPatch struct {
	// The HTTP status code for this redirect.
	HTTPStatusCode *int64 `json:"http_status_code,omitempty"`

	// The redirect target URL.
	URL *string `json:"url,omitempty"`
}

LoadBalancerListenerPolicyTargetPatchLoadBalancerListenerPolicyRedirectURLPatch : LoadBalancerListenerPolicyTargetPatchLoadBalancerListenerPolicyRedirectURLPatch struct This model "extends" LoadBalancerListenerPolicyTargetPatch

type LoadBalancerListenerPolicyTargetPatchLoadBalancerPoolIdentity

type LoadBalancerListenerPolicyTargetPatchLoadBalancerPoolIdentity struct {
	// The unique identifier for this load balancer pool.
	ID *string `json:"id,omitempty"`

	// The pool's canonical URL.
	Href *string `json:"href,omitempty"`
}

LoadBalancerListenerPolicyTargetPatchLoadBalancerPoolIdentity : Identifies a load balancer pool by a unique property. Models which "extend" this model: - LoadBalancerListenerPolicyTargetPatchLoadBalancerPoolIdentityLoadBalancerPoolIdentityByID - LoadBalancerListenerPolicyTargetPatchLoadBalancerPoolIdentityLoadBalancerPoolIdentityByHref This model "extends" LoadBalancerListenerPolicyTargetPatch

type LoadBalancerListenerPolicyTargetPatchLoadBalancerPoolIdentityIntf

type LoadBalancerListenerPolicyTargetPatchLoadBalancerPoolIdentityIntf interface {
	LoadBalancerListenerPolicyTargetPatchIntf
	// contains filtered or unexported methods
}

type LoadBalancerListenerPolicyTargetPatchLoadBalancerPoolIdentityLoadBalancerPoolIdentityByHref

type LoadBalancerListenerPolicyTargetPatchLoadBalancerPoolIdentityLoadBalancerPoolIdentityByHref struct {
	// The pool's canonical URL.
	Href *string `json:"href" validate:"required"`
}

LoadBalancerListenerPolicyTargetPatchLoadBalancerPoolIdentityLoadBalancerPoolIdentityByHref : LoadBalancerListenerPolicyTargetPatchLoadBalancerPoolIdentityLoadBalancerPoolIdentityByHref struct This model "extends" LoadBalancerListenerPolicyTargetPatchLoadBalancerPoolIdentity

type LoadBalancerListenerPolicyTargetPatchLoadBalancerPoolIdentityLoadBalancerPoolIdentityByID

type LoadBalancerListenerPolicyTargetPatchLoadBalancerPoolIdentityLoadBalancerPoolIdentityByID struct {
	// The unique identifier for this load balancer pool.
	ID *string `json:"id" validate:"required"`
}

LoadBalancerListenerPolicyTargetPatchLoadBalancerPoolIdentityLoadBalancerPoolIdentityByID : LoadBalancerListenerPolicyTargetPatchLoadBalancerPoolIdentityLoadBalancerPoolIdentityByID struct This model "extends" LoadBalancerListenerPolicyTargetPatchLoadBalancerPoolIdentity

type LoadBalancerListenerPolicyTargetPrototype

type LoadBalancerListenerPolicyTargetPrototype struct {
	// The unique identifier for this load balancer pool.
	ID *string `json:"id,omitempty"`

	// The pool's canonical URL.
	Href *string `json:"href,omitempty"`

	// The HTTP status code for this redirect.
	HTTPStatusCode *int64 `json:"http_status_code,omitempty"`

	// The redirect target URL.
	URL *string `json:"url,omitempty"`

	// Identifies a load balancer listener by a unique property.
	Listener LoadBalancerListenerIdentityIntf `json:"listener,omitempty"`

	// The redirect relative target URI.
	URI *string `json:"uri,omitempty"`
}

LoadBalancerListenerPolicyTargetPrototype : - If `action` is `forward`, specify a `LoadBalancerPoolIdentity`.

  • If `action` is `redirect`, specify a `LoadBalancerListenerPolicyRedirectURLPrototype`.
  • If `action` is `https_redirect`, specify a `LoadBalancerListenerPolicyHTTPSRedirectPrototype`.

Models which "extend" this model: - LoadBalancerListenerPolicyTargetPrototypeLoadBalancerPoolIdentity - LoadBalancerListenerPolicyTargetPrototypeLoadBalancerListenerPolicyRedirectURLPrototype - LoadBalancerListenerPolicyTargetPrototypeLoadBalancerListenerHTTPSRedirectPrototype

type LoadBalancerListenerPolicyTargetPrototypeIntf

type LoadBalancerListenerPolicyTargetPrototypeIntf interface {
	// contains filtered or unexported methods
}

type LoadBalancerListenerPolicyTargetPrototypeLoadBalancerListenerHTTPSRedirectPrototype

type LoadBalancerListenerPolicyTargetPrototypeLoadBalancerListenerHTTPSRedirectPrototype struct {
	// The HTTP status code for this redirect.
	HTTPStatusCode *int64 `json:"http_status_code" validate:"required"`

	// Identifies a load balancer listener by a unique property.
	Listener LoadBalancerListenerIdentityIntf `json:"listener" validate:"required"`

	// The redirect relative target URI.
	URI *string `json:"uri,omitempty"`
}

LoadBalancerListenerPolicyTargetPrototypeLoadBalancerListenerHTTPSRedirectPrototype : LoadBalancerListenerPolicyTargetPrototypeLoadBalancerListenerHTTPSRedirectPrototype struct This model "extends" LoadBalancerListenerPolicyTargetPrototype

type LoadBalancerListenerPolicyTargetPrototypeLoadBalancerListenerPolicyRedirectURLPrototype

type LoadBalancerListenerPolicyTargetPrototypeLoadBalancerListenerPolicyRedirectURLPrototype struct {
	// The HTTP status code for this redirect.
	HTTPStatusCode *int64 `json:"http_status_code" validate:"required"`

	// The redirect target URL.
	URL *string `json:"url" validate:"required"`
}

LoadBalancerListenerPolicyTargetPrototypeLoadBalancerListenerPolicyRedirectURLPrototype : LoadBalancerListenerPolicyTargetPrototypeLoadBalancerListenerPolicyRedirectURLPrototype struct This model "extends" LoadBalancerListenerPolicyTargetPrototype

type LoadBalancerListenerPolicyTargetPrototypeLoadBalancerPoolIdentity

type LoadBalancerListenerPolicyTargetPrototypeLoadBalancerPoolIdentity struct {
	// The unique identifier for this load balancer pool.
	ID *string `json:"id,omitempty"`

	// The pool's canonical URL.
	Href *string `json:"href,omitempty"`
}

LoadBalancerListenerPolicyTargetPrototypeLoadBalancerPoolIdentity : Identifies a load balancer pool by a unique property. Models which "extend" this model: - LoadBalancerListenerPolicyTargetPrototypeLoadBalancerPoolIdentityLoadBalancerPoolIdentityByID - LoadBalancerListenerPolicyTargetPrototypeLoadBalancerPoolIdentityLoadBalancerPoolIdentityByHref This model "extends" LoadBalancerListenerPolicyTargetPrototype

type LoadBalancerListenerPolicyTargetPrototypeLoadBalancerPoolIdentityIntf

type LoadBalancerListenerPolicyTargetPrototypeLoadBalancerPoolIdentityIntf interface {
	LoadBalancerListenerPolicyTargetPrototypeIntf
	// contains filtered or unexported methods
}

type LoadBalancerListenerPolicyTargetPrototypeLoadBalancerPoolIdentityLoadBalancerPoolIdentityByHref

type LoadBalancerListenerPolicyTargetPrototypeLoadBalancerPoolIdentityLoadBalancerPoolIdentityByHref struct {
	// The pool's canonical URL.
	Href *string `json:"href" validate:"required"`
}

LoadBalancerListenerPolicyTargetPrototypeLoadBalancerPoolIdentityLoadBalancerPoolIdentityByHref : LoadBalancerListenerPolicyTargetPrototypeLoadBalancerPoolIdentityLoadBalancerPoolIdentityByHref struct This model "extends" LoadBalancerListenerPolicyTargetPrototypeLoadBalancerPoolIdentity

type LoadBalancerListenerPolicyTargetPrototypeLoadBalancerPoolIdentityLoadBalancerPoolIdentityByID

type LoadBalancerListenerPolicyTargetPrototypeLoadBalancerPoolIdentityLoadBalancerPoolIdentityByID struct {
	// The unique identifier for this load balancer pool.
	ID *string `json:"id" validate:"required"`
}

LoadBalancerListenerPolicyTargetPrototypeLoadBalancerPoolIdentityLoadBalancerPoolIdentityByID : LoadBalancerListenerPolicyTargetPrototypeLoadBalancerPoolIdentityLoadBalancerPoolIdentityByID struct This model "extends" LoadBalancerListenerPolicyTargetPrototypeLoadBalancerPoolIdentity

type LoadBalancerListenerPrototypeLoadBalancerContext

type LoadBalancerListenerPrototypeLoadBalancerContext struct {
	// If set to `true`, this listener will accept and forward PROXY protocol information. Supported by load balancers in
	// the `application` family (otherwise always `false`). Additional restrictions:
	// - If this listener has `https_redirect` specified, its `accept_proxy_protocol` value must
	//   match the `accept_proxy_protocol` value of the `https_redirect` listener.
	// - If this listener is the target of another listener's `https_redirect`, its
	//   `accept_proxy_protocol` value must match that listener's `accept_proxy_protocol` value.
	AcceptProxyProtocol *bool `json:"accept_proxy_protocol,omitempty"`

	// The connection limit of the listener.
	ConnectionLimit *int64 `json:"connection_limit,omitempty"`

	// The default pool for this listener. If specified, the pool's protocol must match the
	// listener's protocol, or the protocols must be compatible. At present, the compatible
	// protocols are `http` and `https`.
	//
	// If unspecified, this listener will be created with no default pool, but one may be
	// subsequently set.
	DefaultPool *LoadBalancerPoolIdentityByName `json:"default_pool,omitempty"`

	// The listener port number, or the inclusive lower bound of the port range. Each listener in the load balancer must
	// have a unique `port` and `protocol` combination.
	//
	// Not supported for load balancers operating with route mode enabled.
	Port *int64 `json:"port,omitempty"`

	// The inclusive upper bound of the range of ports used by this listener. Must not be less than `port_min`.
	//
	// At present, only load balancers operating with route mode enabled, and public load balancers in the `network` family
	// support different values for `port_min` and
	// `port_max`. When route mode is enabled, the value `65535` must be specified.
	//
	// The specified port range must not overlap with port ranges used by other listeners for this load balancer using the
	// same protocol.
	PortMax *int64 `json:"port_max,omitempty"`

	// The inclusive lower bound of the range of ports used by this listener. Must not be greater than `port_max`.
	//
	// At present, only load balancers operating with route mode enabled, and public load balancers in the `network` family
	// support different values for `port_min` and
	// `port_max`. When route mode is enabled, the value `1` must be specified.
	//
	// The specified port range must not overlap with port ranges used by other listeners for this load balancer using the
	// same protocol.
	PortMin *int64 `json:"port_min,omitempty"`

	// The listener protocol. Load balancers in the `network` family support `tcp` and
	// `udp` (if `udp_supported` is `true`). Load balancers in the `application` family support `tcp`, `http`, and `https`.
	// Each listener in the load balancer must have a unique `port` and `protocol` combination.
	//
	// The enumerated values for this property are expected to expand in the future. When processing this property, check
	// for and log unknown values. Optionally halt processing and surface the error, or bypass the listener on which the
	// unexpected property value was encountered.
	Protocol *string `json:"protocol" validate:"required"`
}

LoadBalancerListenerPrototypeLoadBalancerContext : LoadBalancerListenerPrototypeLoadBalancerContext struct

type LoadBalancerListenerReference

type LoadBalancerListenerReference struct {
	// If present, this property indicates the referenced resource has been deleted and provides
	// some supplementary information.
	Deleted *LoadBalancerListenerReferenceDeleted `json:"deleted,omitempty"`

	// The listener's canonical URL.
	Href *string `json:"href" validate:"required"`

	// The unique identifier for this load balancer listener.
	ID *string `json:"id" validate:"required"`
}

LoadBalancerListenerReference : LoadBalancerListenerReference struct

type LoadBalancerListenerReferenceDeleted

type LoadBalancerListenerReferenceDeleted struct {
	// Link to documentation about deleted resources.
	MoreInfo *string `json:"more_info" validate:"required"`
}

LoadBalancerListenerReferenceDeleted : If present, this property indicates the referenced resource has been deleted and provides some supplementary information.

type LoadBalancerLogging

type LoadBalancerLogging struct {
	// The datapath logging configuration for this load balancer.
	Datapath *LoadBalancerLoggingDatapath `json:"datapath,omitempty"`
}

LoadBalancerLogging : The logging configuration for this load balancer.

type LoadBalancerLoggingDatapath

type LoadBalancerLoggingDatapath struct {
	// Indicates whether datapath logging is active for this load balancer.
	Active *bool `json:"active" validate:"required"`
}

LoadBalancerLoggingDatapath : The datapath logging configuration for this load balancer.

type LoadBalancerPatch

type LoadBalancerPatch struct {
	// The logging configuration to use for this load balancer.
	//
	// To activate logging, the load balancer profile must support the specified logging type.
	Logging *LoadBalancerLogging `json:"logging,omitempty"`

	// The unique user-defined name for this load balancer.
	Name *string `json:"name,omitempty"`
}

LoadBalancerPatch : LoadBalancerPatch struct

func (*LoadBalancerPatch) AsPatch

func (loadBalancerPatch *LoadBalancerPatch) AsPatch() (_patch map[string]interface{}, err error)

AsPatch returns a generic map representation of the LoadBalancerPatch

type LoadBalancerPool

type LoadBalancerPool struct {
	// The load balancing algorithm.
	Algorithm *string `json:"algorithm" validate:"required"`

	// The date and time that this pool was created.
	CreatedAt *strfmt.DateTime `json:"created_at" validate:"required"`

	// The health monitor of this pool.
	HealthMonitor *LoadBalancerPoolHealthMonitor `json:"health_monitor" validate:"required"`

	// The pool's canonical URL.
	Href *string `json:"href" validate:"required"`

	// The unique identifier for this load balancer pool.
	ID *string `json:"id" validate:"required"`

	// The instance group that is managing this pool.
	InstanceGroup *InstanceGroupReference `json:"instance_group,omitempty"`

	// The backend server members of the pool.
	Members []LoadBalancerPoolMemberReference `json:"members,omitempty"`

	// The user-defined name for this load balancer pool.
	Name *string `json:"name" validate:"required"`

	// The protocol used for this load balancer pool.
	//
	// The enumerated values for this property are expected to expand in the future. When processing this property, check
	// for and log unknown values. Optionally halt processing and surface the error, or bypass the pool on which the
	// unexpected property value was encountered.
	Protocol *string `json:"protocol" validate:"required"`

	// The provisioning status of this pool.
	ProvisioningStatus *string `json:"provisioning_status" validate:"required"`

	// The PROXY protocol setting for this pool:
	// - `v1`: Enabled with version 1 (human-readable header format)
	// - `v2`: Enabled with version 2 (binary header format)
	// - `disabled`: Disabled
	//
	// Supported by load balancers in the `application` family (otherwise always `disabled`).
	ProxyProtocol *string `json:"proxy_protocol" validate:"required"`

	// The session persistence of this pool.
	//
	// The enumerated values for this property are expected to expand in the future. When
	// processing this property, check for and log unknown values. Optionally halt
	// processing and surface the error, or bypass the pool on which the unexpected
	// property value was encountered.
	SessionPersistence *LoadBalancerPoolSessionPersistence `json:"session_persistence,omitempty"`
}

LoadBalancerPool : LoadBalancerPool struct

type LoadBalancerPoolCollection

type LoadBalancerPoolCollection struct {
	// Collection of pools.
	Pools []LoadBalancerPool `json:"pools" validate:"required"`
}

LoadBalancerPoolCollection : LoadBalancerPoolCollection struct

type LoadBalancerPoolHealthMonitor

type LoadBalancerPoolHealthMonitor struct {
	// The health check interval in seconds. Interval must be greater than timeout value.
	Delay *int64 `json:"delay" validate:"required"`

	// The health check max retries.
	MaxRetries *int64 `json:"max_retries" validate:"required"`

	// The health check port number. If specified, this overrides the ports specified in the server member resources.
	Port *int64 `json:"port,omitempty"`

	// The health check timeout in seconds.
	Timeout *int64 `json:"timeout" validate:"required"`

	// The protocol type of this load balancer pool health monitor.
	//
	// The enumerated values for this property are expected to expand in the future. When processing this property, check
	// for and log unknown values. Optionally halt processing and surface the error, or bypass the health monitor on which
	// the unexpected property value was encountered.
	Type *string `json:"type" validate:"required"`

	// The health check URL path. Applicable only if the health monitor `type` is `http` or
	// `https`. This value must be in the format of an [origin-form request
	// target](https://tools.ietf.org/html/rfc7230#section-5.3.1).
	URLPath *string `json:"url_path,omitempty"`
}

LoadBalancerPoolHealthMonitor : LoadBalancerPoolHealthMonitor struct

type LoadBalancerPoolHealthMonitorPatch

type LoadBalancerPoolHealthMonitorPatch struct {
	// The health check interval in seconds. Interval must be greater than timeout value.
	Delay *int64 `json:"delay" validate:"required"`

	// The health check max retries.
	MaxRetries *int64 `json:"max_retries" validate:"required"`

	// The health check port number. If specified, this overrides the ports specified in the server member resources.
	// Specify `null` to remove an existing port value.
	Port *int64 `json:"port,omitempty"`

	// The health check timeout in seconds.
	Timeout *int64 `json:"timeout" validate:"required"`

	// The protocol type of this load balancer pool health monitor.
	Type *string `json:"type" validate:"required"`

	// The health check URL path. Applicable only if the health monitor `type` is `http` or
	// `https`. This value must be in the format of an [origin-form request
	// target](https://tools.ietf.org/html/rfc7230#section-5.3.1).
	URLPath *string `json:"url_path,omitempty"`
}

LoadBalancerPoolHealthMonitorPatch : LoadBalancerPoolHealthMonitorPatch struct

type LoadBalancerPoolHealthMonitorPrototype

type LoadBalancerPoolHealthMonitorPrototype struct {
	// The health check interval in seconds. Interval must be greater than timeout value.
	Delay *int64 `json:"delay" validate:"required"`

	// The health check max retries.
	MaxRetries *int64 `json:"max_retries" validate:"required"`

	// The health check port number. If specified, this overrides the ports specified in the server member resources.
	Port *int64 `json:"port,omitempty"`

	// The health check timeout in seconds.
	Timeout *int64 `json:"timeout" validate:"required"`

	// The protocol type of this load balancer pool health monitor.
	Type *string `json:"type" validate:"required"`

	// The health check URL path. Applicable only if the health monitor `type` is `http` or
	// `https`. This value must be in the format of an [origin-form request
	// target](https://tools.ietf.org/html/rfc7230#section-5.3.1).
	URLPath *string `json:"url_path,omitempty"`
}

LoadBalancerPoolHealthMonitorPrototype : LoadBalancerPoolHealthMonitorPrototype struct

type LoadBalancerPoolIdentity

type LoadBalancerPoolIdentity struct {
	// The unique identifier for this load balancer pool.
	ID *string `json:"id,omitempty"`

	// The pool's canonical URL.
	Href *string `json:"href,omitempty"`
}

LoadBalancerPoolIdentity : Identifies a load balancer pool by a unique property. Models which "extend" this model: - LoadBalancerPoolIdentityByID - LoadBalancerPoolIdentityByHref

type LoadBalancerPoolIdentityByHref

type LoadBalancerPoolIdentityByHref struct {
	// The pool's canonical URL.
	Href *string `json:"href" validate:"required"`
}

LoadBalancerPoolIdentityByHref : LoadBalancerPoolIdentityByHref struct This model "extends" LoadBalancerPoolIdentity

type LoadBalancerPoolIdentityByID

type LoadBalancerPoolIdentityByID struct {
	// The unique identifier for this load balancer pool.
	ID *string `json:"id" validate:"required"`
}

LoadBalancerPoolIdentityByID : LoadBalancerPoolIdentityByID struct This model "extends" LoadBalancerPoolIdentity

type LoadBalancerPoolIdentityByName

type LoadBalancerPoolIdentityByName struct {
	// The user-defined name for this load balancer pool.
	Name *string `json:"name" validate:"required"`
}

LoadBalancerPoolIdentityByName : LoadBalancerPoolIdentityByName struct

type LoadBalancerPoolIdentityIntf

type LoadBalancerPoolIdentityIntf interface {
	// contains filtered or unexported methods
}

type LoadBalancerPoolMember

type LoadBalancerPoolMember struct {
	// The date and time that this member was created.
	CreatedAt *strfmt.DateTime `json:"created_at" validate:"required"`

	// Health of the server member in the pool.
	Health *string `json:"health" validate:"required"`

	// The member's canonical URL.
	Href *string `json:"href" validate:"required"`

	// The unique identifier for this load balancer pool member.
	ID *string `json:"id" validate:"required"`

	// The port the member will receive load balancer traffic on. Applies only to load balancer traffic received on a
	// listener with a single port. (If the traffic is received on a listener with a port range, the member will receive
	// the traffic on the same port the listener received it on.)
	//
	// This port will also be used for health checks unless the `port` property of
	// `health_monitor` property is specified.
	Port *int64 `json:"port" validate:"required"`

	// The provisioning status of this member.
	ProvisioningStatus *string `json:"provisioning_status" validate:"required"`

	// The pool member target. Load balancers in the `network` family support virtual server
	// instances. Load balancers in the `application` family support IP addresses.
	Target LoadBalancerPoolMemberTargetIntf `json:"target" validate:"required"`

	// Weight of the server member. Applicable only if the pool algorithm is
	// `weighted_round_robin`.
	Weight *int64 `json:"weight,omitempty"`
}

LoadBalancerPoolMember : LoadBalancerPoolMember struct

type LoadBalancerPoolMemberCollection

type LoadBalancerPoolMemberCollection struct {
	// Collection of members.
	Members []LoadBalancerPoolMember `json:"members" validate:"required"`
}

LoadBalancerPoolMemberCollection : LoadBalancerPoolMemberCollection struct

type LoadBalancerPoolMemberPatch

type LoadBalancerPoolMemberPatch struct {
	// The port the member will receive load balancer traffic on. Applies only to load balancer traffic received on a
	// listener with a single port. (If the traffic is received on a listener with a port range, the member will receive
	// the traffic on the same port the listener received it on.)
	//
	// This port will also be used for health checks unless the `port` property of
	// `health_monitor` property is specified.
	//
	// The port must be unique across all members for all pools associated with this pool's listener.
	Port *int64 `json:"port,omitempty"`

	// The pool member target. Load balancers in the `network` family support virtual server
	// instances. Load balancers in the `application` family support IP addresses.
	Target LoadBalancerPoolMemberTargetPrototypeIntf `json:"target,omitempty"`

	// Weight of the server member. Applicable only if the pool algorithm is
	// `weighted_round_robin`.
	Weight *int64 `json:"weight,omitempty"`
}

LoadBalancerPoolMemberPatch : LoadBalancerPoolMemberPatch struct

func (*LoadBalancerPoolMemberPatch) AsPatch

func (loadBalancerPoolMemberPatch *LoadBalancerPoolMemberPatch) AsPatch() (_patch map[string]interface{}, err error)

AsPatch returns a generic map representation of the LoadBalancerPoolMemberPatch

type LoadBalancerPoolMemberPrototype

type LoadBalancerPoolMemberPrototype struct {
	// The port the member will receive load balancer traffic on. Applies only to load balancer traffic received on a
	// listener with a single port. (If the traffic is received on a listener with a port range, the member will receive
	// the traffic on the same port the listener received it on.)
	//
	// This port will also be used for health checks unless the `port` property of
	// `health_monitor` property is specified.
	//
	// The port must be unique across all members for all pools associated with this pool's listener.
	Port *int64 `json:"port" validate:"required"`

	// The pool member target. Load balancers in the `network` family support virtual server
	// instances. Load balancers in the `application` family support IP addresses.
	Target LoadBalancerPoolMemberTargetPrototypeIntf `json:"target" validate:"required"`

	// Weight of the server member. Applicable only if the pool algorithm is
	// `weighted_round_robin`.
	Weight *int64 `json:"weight,omitempty"`
}

LoadBalancerPoolMemberPrototype : LoadBalancerPoolMemberPrototype struct

type LoadBalancerPoolMemberReference

type LoadBalancerPoolMemberReference struct {
	// If present, this property indicates the referenced resource has been deleted and provides
	// some supplementary information.
	Deleted *LoadBalancerPoolMemberReferenceDeleted `json:"deleted,omitempty"`

	// The member's canonical URL.
	Href *string `json:"href" validate:"required"`

	// The unique identifier for this load balancer pool member.
	ID *string `json:"id" validate:"required"`
}

LoadBalancerPoolMemberReference : LoadBalancerPoolMemberReference struct

type LoadBalancerPoolMemberReferenceDeleted

type LoadBalancerPoolMemberReferenceDeleted struct {
	// Link to documentation about deleted resources.
	MoreInfo *string `json:"more_info" validate:"required"`
}

LoadBalancerPoolMemberReferenceDeleted : If present, this property indicates the referenced resource has been deleted and provides some supplementary information.

type LoadBalancerPoolMemberTarget

type LoadBalancerPoolMemberTarget struct {
	// The CRN for this virtual server instance.
	CRN *string `json:"crn,omitempty"`

	// If present, this property indicates the referenced resource has been deleted and provides
	// some supplementary information.
	Deleted *InstanceReferenceDeleted `json:"deleted,omitempty"`

	// The URL for this virtual server instance.
	Href *string `json:"href,omitempty"`

	// The unique identifier for this virtual server instance.
	ID *string `json:"id,omitempty"`

	// The user-defined name for this virtual server instance (and default system hostname).
	Name *string `json:"name,omitempty"`

	// The IP address.
	//
	// This property may add support for IPv6 addresses in the future. When processing a value in this property, verify
	// that the address is in an expected format. If it is not, log an error. Optionally halt processing and surface the
	// error, or bypass the resource on which the unexpected IP address format was encountered.
	Address *string `json:"address,omitempty"`
}

LoadBalancerPoolMemberTarget : The pool member target. Load balancers in the `network` family support virtual server instances. Load balancers in the `application` family support IP addresses. Models which "extend" this model: - LoadBalancerPoolMemberTargetInstanceReference - LoadBalancerPoolMemberTargetIP

type LoadBalancerPoolMemberTargetIP

type LoadBalancerPoolMemberTargetIP struct {
	// The IP address.
	//
	// This property may add support for IPv6 addresses in the future. When processing a value in this property, verify
	// that the address is in an expected format. If it is not, log an error. Optionally halt processing and surface the
	// error, or bypass the resource on which the unexpected IP address format was encountered.
	Address *string `json:"address" validate:"required"`
}

LoadBalancerPoolMemberTargetIP : LoadBalancerPoolMemberTargetIP struct This model "extends" LoadBalancerPoolMemberTarget

type LoadBalancerPoolMemberTargetInstanceReference

type LoadBalancerPoolMemberTargetInstanceReference struct {
	// The CRN for this virtual server instance.
	CRN *string `json:"crn" validate:"required"`

	// If present, this property indicates the referenced resource has been deleted and provides
	// some supplementary information.
	Deleted *InstanceReferenceDeleted `json:"deleted,omitempty"`

	// The URL for this virtual server instance.
	Href *string `json:"href" validate:"required"`

	// The unique identifier for this virtual server instance.
	ID *string `json:"id" validate:"required"`

	// The user-defined name for this virtual server instance (and default system hostname).
	Name *string `json:"name" validate:"required"`
}

LoadBalancerPoolMemberTargetInstanceReference : LoadBalancerPoolMemberTargetInstanceReference struct This model "extends" LoadBalancerPoolMemberTarget

type LoadBalancerPoolMemberTargetIntf

type LoadBalancerPoolMemberTargetIntf interface {
	// contains filtered or unexported methods
}

type LoadBalancerPoolMemberTargetPrototype

type LoadBalancerPoolMemberTargetPrototype struct {
	// The unique identifier for this virtual server instance.
	ID *string `json:"id,omitempty"`

	// The CRN for this virtual server instance.
	CRN *string `json:"crn,omitempty"`

	// The URL for this virtual server instance.
	Href *string `json:"href,omitempty"`

	// The IP address.
	//
	// This property may add support for IPv6 addresses in the future. When processing a value in this property, verify
	// that the address is in an expected format. If it is not, log an error. Optionally halt processing and surface the
	// error, or bypass the resource on which the unexpected IP address format was encountered.
	Address *string `json:"address,omitempty"`
}

LoadBalancerPoolMemberTargetPrototype : The pool member target. Load balancers in the `network` family support virtual server instances. Load balancers in the `application` family support IP addresses. Models which "extend" this model: - LoadBalancerPoolMemberTargetPrototypeInstanceIdentity - LoadBalancerPoolMemberTargetPrototypeIP

type LoadBalancerPoolMemberTargetPrototypeIP

type LoadBalancerPoolMemberTargetPrototypeIP struct {
	// The IP address.
	//
	// This property may add support for IPv6 addresses in the future. When processing a value in this property, verify
	// that the address is in an expected format. If it is not, log an error. Optionally halt processing and surface the
	// error, or bypass the resource on which the unexpected IP address format was encountered.
	Address *string `json:"address" validate:"required"`
}

LoadBalancerPoolMemberTargetPrototypeIP : LoadBalancerPoolMemberTargetPrototypeIP struct This model "extends" LoadBalancerPoolMemberTargetPrototype

type LoadBalancerPoolMemberTargetPrototypeInstanceIdentity

type LoadBalancerPoolMemberTargetPrototypeInstanceIdentity struct {
	// The unique identifier for this virtual server instance.
	ID *string `json:"id,omitempty"`

	// The CRN for this virtual server instance.
	CRN *string `json:"crn,omitempty"`

	// The URL for this virtual server instance.
	Href *string `json:"href,omitempty"`
}

LoadBalancerPoolMemberTargetPrototypeInstanceIdentity : Identifies a virtual server instance by a unique property. Models which "extend" this model: - LoadBalancerPoolMemberTargetPrototypeInstanceIdentityInstanceIdentityByID - LoadBalancerPoolMemberTargetPrototypeInstanceIdentityInstanceIdentityByCRN - LoadBalancerPoolMemberTargetPrototypeInstanceIdentityInstanceIdentityByHref This model "extends" LoadBalancerPoolMemberTargetPrototype

type LoadBalancerPoolMemberTargetPrototypeInstanceIdentityInstanceIdentityByCRN

type LoadBalancerPoolMemberTargetPrototypeInstanceIdentityInstanceIdentityByCRN struct {
	// The CRN for this virtual server instance.
	CRN *string `json:"crn" validate:"required"`
}

LoadBalancerPoolMemberTargetPrototypeInstanceIdentityInstanceIdentityByCRN : LoadBalancerPoolMemberTargetPrototypeInstanceIdentityInstanceIdentityByCRN struct This model "extends" LoadBalancerPoolMemberTargetPrototypeInstanceIdentity

type LoadBalancerPoolMemberTargetPrototypeInstanceIdentityInstanceIdentityByHref

type LoadBalancerPoolMemberTargetPrototypeInstanceIdentityInstanceIdentityByHref struct {
	// The URL for this virtual server instance.
	Href *string `json:"href" validate:"required"`
}

LoadBalancerPoolMemberTargetPrototypeInstanceIdentityInstanceIdentityByHref : LoadBalancerPoolMemberTargetPrototypeInstanceIdentityInstanceIdentityByHref struct This model "extends" LoadBalancerPoolMemberTargetPrototypeInstanceIdentity

type LoadBalancerPoolMemberTargetPrototypeInstanceIdentityInstanceIdentityByID

type LoadBalancerPoolMemberTargetPrototypeInstanceIdentityInstanceIdentityByID struct {
	// The unique identifier for this virtual server instance.
	ID *string `json:"id" validate:"required"`
}

LoadBalancerPoolMemberTargetPrototypeInstanceIdentityInstanceIdentityByID : LoadBalancerPoolMemberTargetPrototypeInstanceIdentityInstanceIdentityByID struct This model "extends" LoadBalancerPoolMemberTargetPrototypeInstanceIdentity

type LoadBalancerPoolMemberTargetPrototypeInstanceIdentityIntf

type LoadBalancerPoolMemberTargetPrototypeInstanceIdentityIntf interface {
	LoadBalancerPoolMemberTargetPrototypeIntf
	// contains filtered or unexported methods
}

type LoadBalancerPoolMemberTargetPrototypeIntf

type LoadBalancerPoolMemberTargetPrototypeIntf interface {
	// contains filtered or unexported methods
}

type LoadBalancerPoolPatch

type LoadBalancerPoolPatch struct {
	// The load balancing algorithm.
	Algorithm *string `json:"algorithm,omitempty"`

	// The health monitor of this pool.
	HealthMonitor *LoadBalancerPoolHealthMonitorPatch `json:"health_monitor,omitempty"`

	// The user-defined name for this load balancer pool.
	Name *string `json:"name,omitempty"`

	// The protocol to use for this load balancer pool. Load balancers in the `network` family support `tcp` and `udp` (if
	// `udp_supported` is `true`). Load balancers in the `application` family support `tcp`, `http` and `https`.
	//
	// If this pool is associated with a load balancer listener, the specified protocol must be compatible with the
	// listener's protocol. At present, the compatible protocols are `http` and `https`.
	Protocol *string `json:"protocol,omitempty"`

	// The PROXY protocol setting for this pool:
	// - `v1`: Enabled with version 1 (human-readable header format)
	// - `v2`: Enabled with version 2 (binary header format)
	// - `disabled`: Disabled
	//
	// Supported by load balancers in the `application` family (otherwise always `disabled`).
	ProxyProtocol *string `json:"proxy_protocol,omitempty"`

	// The session persistence of this pool.
	SessionPersistence *LoadBalancerPoolSessionPersistencePatch `json:"session_persistence,omitempty"`
}

LoadBalancerPoolPatch : LoadBalancerPoolPatch struct

func (*LoadBalancerPoolPatch) AsPatch

func (loadBalancerPoolPatch *LoadBalancerPoolPatch) AsPatch() (_patch map[string]interface{}, err error)

AsPatch returns a generic map representation of the LoadBalancerPoolPatch

type LoadBalancerPoolPrototype

type LoadBalancerPoolPrototype struct {
	// The load balancing algorithm.
	Algorithm *string `json:"algorithm" validate:"required"`

	// The health monitor of this pool.
	HealthMonitor *LoadBalancerPoolHealthMonitorPrototype `json:"health_monitor" validate:"required"`

	// The members for this load balancer pool. For load balancers in the `network` family, the same `port` and `target`
	// tuple cannot be shared by a pool member of any other load balancer in the same VPC.
	Members []LoadBalancerPoolMemberPrototype `json:"members,omitempty"`

	// The user-defined name for this load balancer pool. If unspecified, the name will be a hyphenated list of
	// randomly-selected words.
	Name *string `json:"name,omitempty"`

	// The protocol used for this load balancer pool. Load balancers in the `network` family support `tcp` and `udp` (if
	// `udp_supported` is `true`). Load balancers in the
	// `application` family support `tcp`, `http`, and `https`.
	Protocol *string `json:"protocol" validate:"required"`

	// The PROXY protocol setting for this pool:
	// - `v1`: Enabled with version 1 (human-readable header format)
	// - `v2`: Enabled with version 2 (binary header format)
	// - `disabled`: Disabled
	//
	// Supported by load balancers in the `application` family (otherwise always `disabled`).
	ProxyProtocol *string `json:"proxy_protocol,omitempty"`

	// The session persistence of this pool.
	SessionPersistence *LoadBalancerPoolSessionPersistencePrototype `json:"session_persistence,omitempty"`
}

LoadBalancerPoolPrototype : LoadBalancerPoolPrototype struct

type LoadBalancerPoolReference

type LoadBalancerPoolReference struct {
	// If present, this property indicates the referenced resource has been deleted and provides
	// some supplementary information.
	Deleted *LoadBalancerPoolReferenceDeleted `json:"deleted,omitempty"`

	// The pool's canonical URL.
	Href *string `json:"href" validate:"required"`

	// The unique identifier for this load balancer pool.
	ID *string `json:"id" validate:"required"`

	// The user-defined name for this load balancer pool.
	Name *string `json:"name" validate:"required"`
}

LoadBalancerPoolReference : LoadBalancerPoolReference struct

type LoadBalancerPoolReferenceDeleted

type LoadBalancerPoolReferenceDeleted struct {
	// Link to documentation about deleted resources.
	MoreInfo *string `json:"more_info" validate:"required"`
}

LoadBalancerPoolReferenceDeleted : If present, this property indicates the referenced resource has been deleted and provides some supplementary information.

type LoadBalancerPoolSessionPersistence

type LoadBalancerPoolSessionPersistence struct {
	// The session persistence cookie name. Applicable only for type `app_cookie`. Names starting with `IBM` are not
	// allowed.
	CookieName *string `json:"cookie_name,omitempty"`

	// The session persistence type. The `http_cookie` and `app_cookie` types are applicable only to the `http` and `https`
	// protocols.
	Type *string `json:"type" validate:"required"`
}

LoadBalancerPoolSessionPersistence : LoadBalancerPoolSessionPersistence struct

type LoadBalancerPoolSessionPersistencePatch

type LoadBalancerPoolSessionPersistencePatch struct {
	// The session persistence cookie name. Applicable only for type `app_cookie`. Names starting with `IBM` are not
	// allowed.
	CookieName *string `json:"cookie_name,omitempty"`

	// The session persistence type. The `http_cookie` and `app_cookie` types are applicable only to the `http` and `https`
	// protocols.
	Type *string `json:"type,omitempty"`
}

LoadBalancerPoolSessionPersistencePatch : The session persistence configuration. Specify `null` to remove any existing session persistence configuration.

type LoadBalancerPoolSessionPersistencePrototype

type LoadBalancerPoolSessionPersistencePrototype struct {
	// The session persistence cookie name. Applicable only for type `app_cookie`. Names starting with `IBM` are not
	// allowed.
	CookieName *string `json:"cookie_name,omitempty"`

	// The session persistence type. The `http_cookie` and `app_cookie` types are applicable only to the `http` and `https`
	// protocols.
	Type *string `json:"type" validate:"required"`
}

LoadBalancerPoolSessionPersistencePrototype : LoadBalancerPoolSessionPersistencePrototype struct

type LoadBalancerPrivateIpsItem

type LoadBalancerPrivateIpsItem struct {
	// The IP address.
	//
	// If the address has not yet been selected, the value will be `0.0.0.0`.
	//
	// This property may add support for IPv6 addresses in the future. When processing a value in this property, verify
	// that the address is in an expected format. If it is not, log an error. Optionally halt processing and surface the
	// error, or bypass the resource on which the unexpected IP address format was encountered.
	Address *string `json:"address" validate:"required"`

	// If present, this property indicates the referenced resource has been deleted and provides
	// some supplementary information.
	Deleted *ReservedIPReferenceDeleted `json:"deleted,omitempty"`

	// The URL for this reserved IP.
	Href *string `json:"href" validate:"required"`

	// The unique identifier for this reserved IP.
	ID *string `json:"id" validate:"required"`

	// The user-defined or system-provided name for this reserved IP.
	Name *string `json:"name" validate:"required"`

	// The resource type.
	ResourceType *string `json:"resource_type" validate:"required"`
}

LoadBalancerPrivateIpsItem : LoadBalancerPrivateIpsItem struct

type LoadBalancerProfile

type LoadBalancerProfile struct {
	// The product family this load balancer profile belongs to.
	Family *string `json:"family" validate:"required"`

	// The URL for this load balancer profile.
	Href *string `json:"href" validate:"required"`

	// Indicates which logging type(s) are supported for a load balancer with this profile.
	LoggingSupported *LoadBalancerProfileLoggingSupported `json:"logging_supported" validate:"required"`

	// The globally unique name for this load balancer profile.
	Name *string `json:"name" validate:"required"`

	RouteModeSupported LoadBalancerProfileRouteModeSupportedIntf `json:"route_mode_supported" validate:"required"`

	SecurityGroupsSupported LoadBalancerProfileSecurityGroupsSupportedIntf `json:"security_groups_supported" validate:"required"`

	UDPSupported LoadBalancerProfileUDPSupportedIntf `json:"udp_supported" validate:"required"`
}

LoadBalancerProfile : LoadBalancerProfile struct

type LoadBalancerProfileCollection

type LoadBalancerProfileCollection struct {
	// A link to the first page of resources.
	First *LoadBalancerProfileCollectionFirst `json:"first" validate:"required"`

	// The maximum number of resources that can be returned by the request.
	Limit *int64 `json:"limit" validate:"required"`

	// A link to the next page of resources. This property is present for all pages
	// except the last page.
	Next *LoadBalancerProfileCollectionNext `json:"next,omitempty"`

	// Collection of load balancer profiles.
	Profiles []LoadBalancerProfile `json:"profiles" validate:"required"`

	// The total number of resources across all pages.
	TotalCount *int64 `json:"total_count" validate:"required"`
}

LoadBalancerProfileCollection : LoadBalancerProfileCollection struct

func (*LoadBalancerProfileCollection) GetNextStart

func (resp *LoadBalancerProfileCollection) GetNextStart() (*string, error)

Retrieve the value to be passed to a request to access the next page of results

type LoadBalancerProfileCollectionFirst

type LoadBalancerProfileCollectionFirst struct {
	// The URL for a page of resources.
	Href *string `json:"href" validate:"required"`
}

LoadBalancerProfileCollectionFirst : A link to the first page of resources.

type LoadBalancerProfileCollectionNext

type LoadBalancerProfileCollectionNext struct {
	// The URL for a page of resources.
	Href *string `json:"href" validate:"required"`
}

LoadBalancerProfileCollectionNext : A link to the next page of resources. This property is present for all pages except the last page.

type LoadBalancerProfileIdentity

type LoadBalancerProfileIdentity struct {
	// The globally unique name for this load balancer profile.
	Name *string `json:"name,omitempty"`

	// The URL for this load balancer profile.
	Href *string `json:"href,omitempty"`
}

LoadBalancerProfileIdentity : Identifies a load balancer profile by a unique property. Models which "extend" this model: - LoadBalancerProfileIdentityByName - LoadBalancerProfileIdentityByHref

type LoadBalancerProfileIdentityByHref

type LoadBalancerProfileIdentityByHref struct {
	// The URL for this load balancer profile.
	Href *string `json:"href" validate:"required"`
}

LoadBalancerProfileIdentityByHref : LoadBalancerProfileIdentityByHref struct This model "extends" LoadBalancerProfileIdentity

type LoadBalancerProfileIdentityByName

type LoadBalancerProfileIdentityByName struct {
	// The globally unique name for this load balancer profile.
	Name *string `json:"name" validate:"required"`
}

LoadBalancerProfileIdentityByName : LoadBalancerProfileIdentityByName struct This model "extends" LoadBalancerProfileIdentity

type LoadBalancerProfileIdentityIntf

type LoadBalancerProfileIdentityIntf interface {
	// contains filtered or unexported methods
}

type LoadBalancerProfileLoggingSupported

type LoadBalancerProfileLoggingSupported struct {
	// The type for this profile field.
	Type *string `json:"type" validate:"required"`

	// The supported logging type(s) for a load balancer with this profile.
	Value []string `json:"value" validate:"required"`
}

LoadBalancerProfileLoggingSupported : Indicates which logging type(s) are supported for a load balancer with this profile.

type LoadBalancerProfileReference

type LoadBalancerProfileReference struct {
	// The product family this load balancer profile belongs to.
	Family *string `json:"family" validate:"required"`

	// The URL for this load balancer profile.
	Href *string `json:"href" validate:"required"`

	// The globally unique name for this load balancer profile.
	Name *string `json:"name" validate:"required"`
}

LoadBalancerProfileReference : LoadBalancerProfileReference struct

type LoadBalancerProfileRouteModeSupported

type LoadBalancerProfileRouteModeSupported struct {
	// The type for this profile field.
	Type *string `json:"type,omitempty"`

	// The value for this profile field.
	Value *bool `json:"value,omitempty"`
}

LoadBalancerProfileRouteModeSupported : LoadBalancerProfileRouteModeSupported struct Models which "extend" this model: - LoadBalancerProfileRouteModeSupportedFixed - LoadBalancerProfileRouteModeSupportedDependent

type LoadBalancerProfileRouteModeSupportedDependent

type LoadBalancerProfileRouteModeSupportedDependent struct {
	// The type for this profile field.
	Type *string `json:"type" validate:"required"`
}

LoadBalancerProfileRouteModeSupportedDependent : The route mode support for a load balancer with this profile depends on its configuration. This model "extends" LoadBalancerProfileRouteModeSupported

type LoadBalancerProfileRouteModeSupportedFixed

type LoadBalancerProfileRouteModeSupportedFixed struct {
	// The type for this profile field.
	Type *string `json:"type" validate:"required"`

	// The value for this profile field.
	Value *bool `json:"value" validate:"required"`
}

LoadBalancerProfileRouteModeSupportedFixed : The route mode support for a load balancer with this profile. This model "extends" LoadBalancerProfileRouteModeSupported

type LoadBalancerProfileRouteModeSupportedIntf

type LoadBalancerProfileRouteModeSupportedIntf interface {
	// contains filtered or unexported methods
}

type LoadBalancerProfileSecurityGroupsSupported

type LoadBalancerProfileSecurityGroupsSupported struct {
	// The type for this profile field.
	Type *string `json:"type,omitempty"`

	// The value for this profile field.
	Value *bool `json:"value,omitempty"`
}

LoadBalancerProfileSecurityGroupsSupported : LoadBalancerProfileSecurityGroupsSupported struct Models which "extend" this model: - LoadBalancerProfileSecurityGroupsSupportedFixed - LoadBalancerProfileSecurityGroupsSupportedDependent

type LoadBalancerProfileSecurityGroupsSupportedDependent

type LoadBalancerProfileSecurityGroupsSupportedDependent struct {
	// The type for this profile field.
	Type *string `json:"type" validate:"required"`
}

LoadBalancerProfileSecurityGroupsSupportedDependent : The security group support for a load balancer with this profile depends on its configuration. This model "extends" LoadBalancerProfileSecurityGroupsSupported

type LoadBalancerProfileSecurityGroupsSupportedFixed

type LoadBalancerProfileSecurityGroupsSupportedFixed struct {
	// The type for this profile field.
	Type *string `json:"type" validate:"required"`

	// The value for this profile field.
	Value *bool `json:"value" validate:"required"`
}

LoadBalancerProfileSecurityGroupsSupportedFixed : The security group support for a load balancer with this profile. This model "extends" LoadBalancerProfileSecurityGroupsSupported

type LoadBalancerProfileSecurityGroupsSupportedIntf

type LoadBalancerProfileSecurityGroupsSupportedIntf interface {
	// contains filtered or unexported methods
}

type LoadBalancerProfileUDPSupported

type LoadBalancerProfileUDPSupported struct {
	// The type for this profile field.
	Type *string `json:"type,omitempty"`

	// The value for this profile field.
	Value *bool `json:"value,omitempty"`
}

LoadBalancerProfileUDPSupported : LoadBalancerProfileUDPSupported struct Models which "extend" this model: - LoadBalancerProfileUDPSupportedFixed - LoadBalancerProfileUDPSupportedDependent

type LoadBalancerProfileUDPSupportedDependent

type LoadBalancerProfileUDPSupportedDependent struct {
	// The type for this profile field.
	Type *string `json:"type" validate:"required"`
}

LoadBalancerProfileUDPSupportedDependent : The UDP support for a load balancer with this profile depends on its configuration. This model "extends" LoadBalancerProfileUDPSupported

type LoadBalancerProfileUDPSupportedFixed

type LoadBalancerProfileUDPSupportedFixed struct {
	// The type for this profile field.
	Type *string `json:"type" validate:"required"`

	// The value for this profile field.
	Value *bool `json:"value" validate:"required"`
}

LoadBalancerProfileUDPSupportedFixed : The UDP support for a load balancer with this profile. This model "extends" LoadBalancerProfileUDPSupported

type LoadBalancerProfileUDPSupportedIntf

type LoadBalancerProfileUDPSupportedIntf interface {
	// contains filtered or unexported methods
}

type LoadBalancerReferenceDeleted

type LoadBalancerReferenceDeleted struct {
	// Link to documentation about deleted resources.
	MoreInfo *string `json:"more_info" validate:"required"`
}

LoadBalancerReferenceDeleted : If present, this property indicates the referenced resource has been deleted and provides some supplementary information.

type LoadBalancerStatistics

type LoadBalancerStatistics struct {
	// Number of active connections of this load balancer.
	ActiveConnections *int64 `json:"active_connections" validate:"required"`

	// Current connection rate (connections per second) of this load balancer.
	ConnectionRate *float32 `json:"connection_rate" validate:"required"`

	// Total number of data processed (bytes) of this load balancer within current calendar month.
	DataProcessedThisMonth *int64 `json:"data_processed_this_month" validate:"required"`

	// Current throughput (Mbps) of this load balancer.
	Throughput *float32 `json:"throughput" validate:"required"`
}

LoadBalancerStatistics : LoadBalancerStatistics struct

type NetworkACL

type NetworkACL struct {
	// The date and time that the network ACL was created.
	CreatedAt *strfmt.DateTime `json:"created_at" validate:"required"`

	// The CRN for this network ACL.
	CRN *string `json:"crn" validate:"required"`

	// The URL for this network ACL.
	Href *string `json:"href" validate:"required"`

	// The unique identifier for this network ACL.
	ID *string `json:"id" validate:"required"`

	// The user-defined name for this network ACL.
	Name *string `json:"name" validate:"required"`

	// The resource group for this network ACL.
	ResourceGroup *ResourceGroupReference `json:"resource_group" validate:"required"`

	// The ordered rules for this network ACL. If no rules exist, all traffic will be denied.
	Rules []NetworkACLRuleItemIntf `json:"rules" validate:"required"`

	// The subnets to which this network ACL is attached.
	Subnets []SubnetReference `json:"subnets" validate:"required"`

	// The VPC this network ACL is a part of.
	VPC *VPCReference `json:"vpc" validate:"required"`
}

NetworkACL : NetworkACL struct

type NetworkACLCollection

type NetworkACLCollection struct {
	// A link to the first page of resources.
	First *NetworkACLCollectionFirst `json:"first" validate:"required"`

	// The maximum number of resources that can be returned by the request.
	Limit *int64 `json:"limit" validate:"required"`

	// Collection of network ACLs.
	NetworkAcls []NetworkACL `json:"network_acls" validate:"required"`

	// A link to the next page of resources. This property is present for all pages
	// except the last page.
	Next *NetworkACLCollectionNext `json:"next,omitempty"`

	// The total number of resources across all pages.
	TotalCount *int64 `json:"total_count" validate:"required"`
}

NetworkACLCollection : NetworkACLCollection struct

func (*NetworkACLCollection) GetNextStart

func (resp *NetworkACLCollection) GetNextStart() (*string, error)

Retrieve the value to be passed to a request to access the next page of results

type NetworkACLCollectionFirst

type NetworkACLCollectionFirst struct {
	// The URL for a page of resources.
	Href *string `json:"href" validate:"required"`
}

NetworkACLCollectionFirst : A link to the first page of resources.

type NetworkACLCollectionNext

type NetworkACLCollectionNext struct {
	// The URL for a page of resources.
	Href *string `json:"href" validate:"required"`
}

NetworkACLCollectionNext : A link to the next page of resources. This property is present for all pages except the last page.

type NetworkACLIdentity

type NetworkACLIdentity struct {
	// The unique identifier for this network ACL.
	ID *string `json:"id,omitempty"`

	// The CRN for this network ACL.
	CRN *string `json:"crn,omitempty"`

	// The URL for this network ACL.
	Href *string `json:"href,omitempty"`
}

NetworkACLIdentity : Identifies a network ACL by a unique property. Models which "extend" this model: - NetworkACLIdentityByID - NetworkACLIdentityByCRN - NetworkACLIdentityByHref

type NetworkACLIdentityByCRN

type NetworkACLIdentityByCRN struct {
	// The CRN for this network ACL.
	CRN *string `json:"crn" validate:"required"`
}

NetworkACLIdentityByCRN : NetworkACLIdentityByCRN struct This model "extends" NetworkACLIdentity

type NetworkACLIdentityByHref

type NetworkACLIdentityByHref struct {
	// The URL for this network ACL.
	Href *string `json:"href" validate:"required"`
}

NetworkACLIdentityByHref : NetworkACLIdentityByHref struct This model "extends" NetworkACLIdentity

type NetworkACLIdentityByID

type NetworkACLIdentityByID struct {
	// The unique identifier for this network ACL.
	ID *string `json:"id" validate:"required"`
}

NetworkACLIdentityByID : NetworkACLIdentityByID struct This model "extends" NetworkACLIdentity

type NetworkACLIdentityIntf

type NetworkACLIdentityIntf interface {
	// contains filtered or unexported methods
}

type NetworkACLPatch

type NetworkACLPatch struct {
	// The user-defined name for this network ACL. Names must be unique within the VPC the network ACL resides in.
	Name *string `json:"name,omitempty"`
}

NetworkACLPatch : NetworkACLPatch struct

func (*NetworkACLPatch) AsPatch

func (networkACLPatch *NetworkACLPatch) AsPatch() (_patch map[string]interface{}, err error)

AsPatch returns a generic map representation of the NetworkACLPatch

type NetworkACLPrototype

type NetworkACLPrototype struct {
	// The user-defined name for this network ACL. Names must be unique within the VPC the network ACL resides in. If
	// unspecified, the name will be a hyphenated list of randomly-selected words.
	Name *string `json:"name,omitempty"`

	// The resource group to use. If unspecified, the account's [default resource
	// group](https://cloud.ibm.com/apidocs/resource-manager#introduction) is used.
	ResourceGroup ResourceGroupIdentityIntf `json:"resource_group,omitempty"`

	// The VPC this network ACL is to be a part of.
	VPC VPCIdentityIntf `json:"vpc" validate:"required"`

	// The prototype objects for rules to create along with this network ACL. If unspecified, no rules will be created,
	// resulting in all traffic being denied.
	Rules []NetworkACLRulePrototypeNetworkACLContextIntf `json:"rules,omitempty"`

	// Network ACL to copy rules from.
	SourceNetworkACL NetworkACLIdentityIntf `json:"source_network_acl,omitempty"`
}

NetworkACLPrototype : NetworkACLPrototype struct Models which "extend" this model: - NetworkACLPrototypeNetworkACLByRules - NetworkACLPrototypeNetworkACLBySourceNetworkACL

type NetworkACLPrototypeIntf

type NetworkACLPrototypeIntf interface {
	// contains filtered or unexported methods
}

type NetworkACLPrototypeNetworkACLByRules

type NetworkACLPrototypeNetworkACLByRules struct {
	// The user-defined name for this network ACL. Names must be unique within the VPC the network ACL resides in. If
	// unspecified, the name will be a hyphenated list of randomly-selected words.
	Name *string `json:"name,omitempty"`

	ResourceGroup ResourceGroupIdentityIntf `json:"resource_group,omitempty"`

	// The VPC this network ACL is to be a part of.
	VPC VPCIdentityIntf `json:"vpc" validate:"required"`

	// The prototype objects for rules to create along with this network ACL. If unspecified, no rules will be created,
	// resulting in all traffic being denied.
	Rules []NetworkACLRulePrototypeNetworkACLContextIntf `json:"rules,omitempty"`
}

NetworkACLPrototypeNetworkACLByRules : NetworkACLPrototypeNetworkACLByRules struct This model "extends" NetworkACLPrototype

type NetworkACLPrototypeNetworkACLBySourceNetworkACL

type NetworkACLPrototypeNetworkACLBySourceNetworkACL struct {
	// The user-defined name for this network ACL. Names must be unique within the VPC the network ACL resides in. If
	// unspecified, the name will be a hyphenated list of randomly-selected words.
	Name *string `json:"name,omitempty"`

	ResourceGroup ResourceGroupIdentityIntf `json:"resource_group,omitempty"`

	// The VPC this network ACL is to be a part of.
	VPC VPCIdentityIntf `json:"vpc" validate:"required"`

	// Network ACL to copy rules from.
	SourceNetworkACL NetworkACLIdentityIntf `json:"source_network_acl" validate:"required"`
}

NetworkACLPrototypeNetworkACLBySourceNetworkACL : NetworkACLPrototypeNetworkACLBySourceNetworkACL struct This model "extends" NetworkACLPrototype

type NetworkACLReference

type NetworkACLReference struct {
	// The CRN for this network ACL.
	CRN *string `json:"crn" validate:"required"`

	// If present, this property indicates the referenced resource has been deleted and provides
	// some supplementary information.
	Deleted *NetworkACLReferenceDeleted `json:"deleted,omitempty"`

	// The URL for this network ACL.
	Href *string `json:"href" validate:"required"`

	// The unique identifier for this network ACL.
	ID *string `json:"id" validate:"required"`

	// The user-defined name for this network ACL.
	Name *string `json:"name" validate:"required"`
}

NetworkACLReference : NetworkACLReference struct

type NetworkACLReferenceDeleted

type NetworkACLReferenceDeleted struct {
	// Link to documentation about deleted resources.
	MoreInfo *string `json:"more_info" validate:"required"`
}

NetworkACLReferenceDeleted : If present, this property indicates the referenced resource has been deleted and provides some supplementary information.

type NetworkACLRule

type NetworkACLRule struct {
	// Whether to allow or deny matching traffic.
	Action *string `json:"action" validate:"required"`

	// The rule that this rule is immediately before. If absent, this is the last rule.
	Before *NetworkACLRuleReference `json:"before,omitempty"`

	// The date and time that the rule was created.
	CreatedAt *strfmt.DateTime `json:"created_at" validate:"required"`

	// The destination CIDR block. The CIDR block `0.0.0.0/0` applies to all addresses.
	Destination *string `json:"destination" validate:"required"`

	// Whether the traffic to be matched is `inbound` or `outbound`.
	Direction *string `json:"direction" validate:"required"`

	// The URL for this network ACL rule.
	Href *string `json:"href" validate:"required"`

	// The unique identifier for this network ACL rule.
	ID *string `json:"id" validate:"required"`

	// The IP version for this rule.
	IPVersion *string `json:"ip_version" validate:"required"`

	// The user-defined name for this rule. Names must be unique within the network ACL the rule resides in. If
	// unspecified, the name will be a hyphenated list of randomly-selected words.
	Name *string `json:"name" validate:"required"`

	// The protocol to enforce.
	Protocol *string `json:"protocol" validate:"required"`

	// The source CIDR block. The CIDR block `0.0.0.0/0` applies to all addresses.
	Source *string `json:"source" validate:"required"`

	// The inclusive upper bound of TCP/UDP destination port range.
	DestinationPortMax *int64 `json:"destination_port_max,omitempty"`

	// The inclusive lower bound of TCP/UDP destination port range.
	DestinationPortMin *int64 `json:"destination_port_min,omitempty"`

	// The inclusive upper bound of TCP/UDP source port range.
	SourcePortMax *int64 `json:"source_port_max,omitempty"`

	// The inclusive lower bound of TCP/UDP source port range.
	SourcePortMin *int64 `json:"source_port_min,omitempty"`

	// The ICMP traffic code to allow. If unspecified, all codes are allowed. This can only be specified if type is also
	// specified.
	Code *int64 `json:"code,omitempty"`

	// The ICMP traffic type to allow. If unspecified, all types are allowed by this rule.
	Type *int64 `json:"type,omitempty"`
}

NetworkACLRule : NetworkACLRule struct Models which "extend" this model: - NetworkACLRuleNetworkACLRuleProtocolTcpudp - NetworkACLRuleNetworkACLRuleProtocolIcmp - NetworkACLRuleNetworkACLRuleProtocolAll

type NetworkACLRuleBeforePatch

type NetworkACLRuleBeforePatch struct {
	// The unique identifier for this network ACL rule.
	ID *string `json:"id,omitempty"`

	// The URL for this network ACL rule.
	Href *string `json:"href,omitempty"`
}

NetworkACLRuleBeforePatch : The rule to move this rule immediately before. Specify `null` to move this rule after all existing rules. Models which "extend" this model: - NetworkACLRuleBeforePatchNetworkACLRuleIdentityByID - NetworkACLRuleBeforePatchNetworkACLRuleIdentityByHref

type NetworkACLRuleBeforePatchIntf

type NetworkACLRuleBeforePatchIntf interface {
	// contains filtered or unexported methods
}

type NetworkACLRuleBeforePatchNetworkACLRuleIdentityByHref

type NetworkACLRuleBeforePatchNetworkACLRuleIdentityByHref struct {
	// The URL for this network ACL rule.
	Href *string `json:"href" validate:"required"`
}

NetworkACLRuleBeforePatchNetworkACLRuleIdentityByHref : NetworkACLRuleBeforePatchNetworkACLRuleIdentityByHref struct This model "extends" NetworkACLRuleBeforePatch

type NetworkACLRuleBeforePatchNetworkACLRuleIdentityByID

type NetworkACLRuleBeforePatchNetworkACLRuleIdentityByID struct {
	// The unique identifier for this network ACL rule.
	ID *string `json:"id" validate:"required"`
}

NetworkACLRuleBeforePatchNetworkACLRuleIdentityByID : NetworkACLRuleBeforePatchNetworkACLRuleIdentityByID struct This model "extends" NetworkACLRuleBeforePatch

type NetworkACLRuleBeforePrototype

type NetworkACLRuleBeforePrototype struct {
	// The unique identifier for this network ACL rule.
	ID *string `json:"id,omitempty"`

	// The URL for this network ACL rule.
	Href *string `json:"href,omitempty"`
}

NetworkACLRuleBeforePrototype : The rule to insert this rule immediately before. If omitted, this rule will be inserted after all existing rules. Models which "extend" this model: - NetworkACLRuleBeforePrototypeNetworkACLRuleIdentityByID - NetworkACLRuleBeforePrototypeNetworkACLRuleIdentityByHref

type NetworkACLRuleBeforePrototypeIntf

type NetworkACLRuleBeforePrototypeIntf interface {
	// contains filtered or unexported methods
}

type NetworkACLRuleBeforePrototypeNetworkACLRuleIdentityByHref

type NetworkACLRuleBeforePrototypeNetworkACLRuleIdentityByHref struct {
	// The URL for this network ACL rule.
	Href *string `json:"href" validate:"required"`
}

NetworkACLRuleBeforePrototypeNetworkACLRuleIdentityByHref : NetworkACLRuleBeforePrototypeNetworkACLRuleIdentityByHref struct This model "extends" NetworkACLRuleBeforePrototype

type NetworkACLRuleBeforePrototypeNetworkACLRuleIdentityByID

type NetworkACLRuleBeforePrototypeNetworkACLRuleIdentityByID struct {
	// The unique identifier for this network ACL rule.
	ID *string `json:"id" validate:"required"`
}

NetworkACLRuleBeforePrototypeNetworkACLRuleIdentityByID : NetworkACLRuleBeforePrototypeNetworkACLRuleIdentityByID struct This model "extends" NetworkACLRuleBeforePrototype

type NetworkACLRuleCollection

type NetworkACLRuleCollection struct {
	// A link to the first page of resources.
	First *NetworkACLRuleCollectionFirst `json:"first" validate:"required"`

	// The maximum number of resources that can be returned by the request.
	Limit *int64 `json:"limit" validate:"required"`

	// A link to the next page of resources. This property is present for all pages
	// except the last page.
	Next *NetworkACLRuleCollectionNext `json:"next,omitempty"`

	// Ordered collection of network ACL rules.
	Rules []NetworkACLRuleItemIntf `json:"rules" validate:"required"`

	// The total number of resources across all pages.
	TotalCount *int64 `json:"total_count" validate:"required"`
}

NetworkACLRuleCollection : NetworkACLRuleCollection struct

func (*NetworkACLRuleCollection) GetNextStart

func (resp *NetworkACLRuleCollection) GetNextStart() (*string, error)

Retrieve the value to be passed to a request to access the next page of results

type NetworkACLRuleCollectionFirst

type NetworkACLRuleCollectionFirst struct {
	// The URL for a page of resources.
	Href *string `json:"href" validate:"required"`
}

NetworkACLRuleCollectionFirst : A link to the first page of resources.

type NetworkACLRuleCollectionNext

type NetworkACLRuleCollectionNext struct {
	// The URL for a page of resources.
	Href *string `json:"href" validate:"required"`
}

NetworkACLRuleCollectionNext : A link to the next page of resources. This property is present for all pages except the last page.

type NetworkACLRuleIntf

type NetworkACLRuleIntf interface {
	// contains filtered or unexported methods
}

type NetworkACLRuleItem

type NetworkACLRuleItem struct {
	// Whether to allow or deny matching traffic.
	Action *string `json:"action" validate:"required"`

	// The rule that this rule is immediately before. In a rule collection, this always
	// refers to the next item in the collection. If absent, this is the last rule.
	Before *NetworkACLRuleReference `json:"before,omitempty"`

	// The date and time that the rule was created.
	CreatedAt *strfmt.DateTime `json:"created_at" validate:"required"`

	// The destination CIDR block. The CIDR block `0.0.0.0/0` applies to all addresses.
	Destination *string `json:"destination" validate:"required"`

	// Whether the traffic to be matched is `inbound` or `outbound`.
	Direction *string `json:"direction" validate:"required"`

	// The URL for this network ACL rule.
	Href *string `json:"href" validate:"required"`

	// The unique identifier for this network ACL rule.
	ID *string `json:"id" validate:"required"`

	// The IP version for this rule.
	IPVersion *string `json:"ip_version" validate:"required"`

	// The user-defined name for this rule. Names must be unique within the network ACL the rule resides in. If
	// unspecified, the name will be a hyphenated list of randomly-selected words.
	Name *string `json:"name" validate:"required"`

	// The protocol to enforce.
	Protocol *string `json:"protocol" validate:"required"`

	// The source CIDR block. The CIDR block `0.0.0.0/0` applies to all addresses.
	Source *string `json:"source" validate:"required"`

	// The inclusive upper bound of TCP/UDP destination port range.
	DestinationPortMax *int64 `json:"destination_port_max,omitempty"`

	// The inclusive lower bound of TCP/UDP destination port range.
	DestinationPortMin *int64 `json:"destination_port_min,omitempty"`

	// The inclusive upper bound of TCP/UDP source port range.
	SourcePortMax *int64 `json:"source_port_max,omitempty"`

	// The inclusive lower bound of TCP/UDP source port range.
	SourcePortMin *int64 `json:"source_port_min,omitempty"`

	// The ICMP traffic code to allow. If unspecified, all codes are allowed. This can only be specified if type is also
	// specified.
	Code *int64 `json:"code,omitempty"`

	// The ICMP traffic type to allow. If unspecified, all types are allowed by this rule.
	Type *int64 `json:"type,omitempty"`
}

NetworkACLRuleItem : NetworkACLRuleItem struct Models which "extend" this model: - NetworkACLRuleItemNetworkACLRuleProtocolTcpudp - NetworkACLRuleItemNetworkACLRuleProtocolIcmp - NetworkACLRuleItemNetworkACLRuleProtocolAll

type NetworkACLRuleItemIntf

type NetworkACLRuleItemIntf interface {
	// contains filtered or unexported methods
}

type NetworkACLRuleItemNetworkACLRuleProtocolAll

type NetworkACLRuleItemNetworkACLRuleProtocolAll struct {
	// Whether to allow or deny matching traffic.
	Action *string `json:"action" validate:"required"`

	// The rule that this rule is immediately before. In a rule collection, this always refers to the next item in the
	// collection. If absent, this is the last rule.
	Before *NetworkACLRuleReference `json:"before,omitempty"`

	// The date and time that the rule was created.
	CreatedAt *strfmt.DateTime `json:"created_at" validate:"required"`

	// The destination CIDR block. The CIDR block `0.0.0.0/0` applies to all addresses.
	Destination *string `json:"destination" validate:"required"`

	// Whether the traffic to be matched is `inbound` or `outbound`.
	Direction *string `json:"direction" validate:"required"`

	// The URL for this network ACL rule.
	Href *string `json:"href" validate:"required"`

	// The unique identifier for this network ACL rule.
	ID *string `json:"id" validate:"required"`

	// The IP version for this rule.
	IPVersion *string `json:"ip_version" validate:"required"`

	// The user-defined name for this rule. Names must be unique within the network ACL the rule resides in. If
	// unspecified, the name will be a hyphenated list of randomly-selected words.
	Name *string `json:"name" validate:"required"`

	// The source CIDR block. The CIDR block `0.0.0.0/0` applies to all addresses.
	Source *string `json:"source" validate:"required"`

	// The protocol to enforce.
	Protocol *string `json:"protocol" validate:"required"`
}

NetworkACLRuleItemNetworkACLRuleProtocolAll : NetworkACLRuleItemNetworkACLRuleProtocolAll struct This model "extends" NetworkACLRuleItem

type NetworkACLRuleItemNetworkACLRuleProtocolIcmp

type NetworkACLRuleItemNetworkACLRuleProtocolIcmp struct {
	// Whether to allow or deny matching traffic.
	Action *string `json:"action" validate:"required"`

	// The rule that this rule is immediately before. In a rule collection, this always refers to the next item in the
	// collection. If absent, this is the last rule.
	Before *NetworkACLRuleReference `json:"before,omitempty"`

	// The date and time that the rule was created.
	CreatedAt *strfmt.DateTime `json:"created_at" validate:"required"`

	// The destination CIDR block. The CIDR block `0.0.0.0/0` applies to all addresses.
	Destination *string `json:"destination" validate:"required"`

	// Whether the traffic to be matched is `inbound` or `outbound`.
	Direction *string `json:"direction" validate:"required"`

	// The URL for this network ACL rule.
	Href *string `json:"href" validate:"required"`

	// The unique identifier for this network ACL rule.
	ID *string `json:"id" validate:"required"`

	// The IP version for this rule.
	IPVersion *string `json:"ip_version" validate:"required"`

	// The user-defined name for this rule. Names must be unique within the network ACL the rule resides in. If
	// unspecified, the name will be a hyphenated list of randomly-selected words.
	Name *string `json:"name" validate:"required"`

	// The source CIDR block. The CIDR block `0.0.0.0/0` applies to all addresses.
	Source *string `json:"source" validate:"required"`

	// The ICMP traffic code to allow. If unspecified, all codes are allowed. This can only be specified if type is also
	// specified.
	Code *int64 `json:"code,omitempty"`

	// The protocol to enforce.
	Protocol *string `json:"protocol" validate:"required"`

	// The ICMP traffic type to allow. If unspecified, all types are allowed by this rule.
	Type *int64 `json:"type,omitempty"`
}

NetworkACLRuleItemNetworkACLRuleProtocolIcmp : NetworkACLRuleItemNetworkACLRuleProtocolIcmp struct This model "extends" NetworkACLRuleItem

type NetworkACLRuleItemNetworkACLRuleProtocolTcpudp

type NetworkACLRuleItemNetworkACLRuleProtocolTcpudp struct {
	// Whether to allow or deny matching traffic.
	Action *string `json:"action" validate:"required"`

	// The rule that this rule is immediately before. In a rule collection, this always refers to the next item in the
	// collection. If absent, this is the last rule.
	Before *NetworkACLRuleReference `json:"before,omitempty"`

	// The date and time that the rule was created.
	CreatedAt *strfmt.DateTime `json:"created_at" validate:"required"`

	// The destination CIDR block. The CIDR block `0.0.0.0/0` applies to all addresses.
	Destination *string `json:"destination" validate:"required"`

	// Whether the traffic to be matched is `inbound` or `outbound`.
	Direction *string `json:"direction" validate:"required"`

	// The URL for this network ACL rule.
	Href *string `json:"href" validate:"required"`

	// The unique identifier for this network ACL rule.
	ID *string `json:"id" validate:"required"`

	// The IP version for this rule.
	IPVersion *string `json:"ip_version" validate:"required"`

	// The user-defined name for this rule. Names must be unique within the network ACL the rule resides in. If
	// unspecified, the name will be a hyphenated list of randomly-selected words.
	Name *string `json:"name" validate:"required"`

	// The source CIDR block. The CIDR block `0.0.0.0/0` applies to all addresses.
	Source *string `json:"source" validate:"required"`

	// The inclusive upper bound of TCP/UDP destination port range.
	DestinationPortMax *int64 `json:"destination_port_max,omitempty"`

	// The inclusive lower bound of TCP/UDP destination port range.
	DestinationPortMin *int64 `json:"destination_port_min,omitempty"`

	// The protocol to enforce.
	Protocol *string `json:"protocol" validate:"required"`

	// The inclusive upper bound of TCP/UDP source port range.
	SourcePortMax *int64 `json:"source_port_max,omitempty"`

	// The inclusive lower bound of TCP/UDP source port range.
	SourcePortMin *int64 `json:"source_port_min,omitempty"`
}

NetworkACLRuleItemNetworkACLRuleProtocolTcpudp : NetworkACLRuleItemNetworkACLRuleProtocolTcpudp struct This model "extends" NetworkACLRuleItem

type NetworkACLRuleNetworkACLRuleProtocolAll

type NetworkACLRuleNetworkACLRuleProtocolAll struct {
	// Whether to allow or deny matching traffic.
	Action *string `json:"action" validate:"required"`

	// The rule that this rule is immediately before. If absent, this is the last rule.
	Before *NetworkACLRuleReference `json:"before,omitempty"`

	// The date and time that the rule was created.
	CreatedAt *strfmt.DateTime `json:"created_at" validate:"required"`

	// The destination CIDR block. The CIDR block `0.0.0.0/0` applies to all addresses.
	Destination *string `json:"destination" validate:"required"`

	// Whether the traffic to be matched is `inbound` or `outbound`.
	Direction *string `json:"direction" validate:"required"`

	// The URL for this network ACL rule.
	Href *string `json:"href" validate:"required"`

	// The unique identifier for this network ACL rule.
	ID *string `json:"id" validate:"required"`

	// The IP version for this rule.
	IPVersion *string `json:"ip_version" validate:"required"`

	// The user-defined name for this rule. Names must be unique within the network ACL the rule resides in. If
	// unspecified, the name will be a hyphenated list of randomly-selected words.
	Name *string `json:"name" validate:"required"`

	// The source CIDR block. The CIDR block `0.0.0.0/0` applies to all addresses.
	Source *string `json:"source" validate:"required"`

	// The protocol to enforce.
	Protocol *string `json:"protocol" validate:"required"`
}

NetworkACLRuleNetworkACLRuleProtocolAll : NetworkACLRuleNetworkACLRuleProtocolAll struct This model "extends" NetworkACLRule

type NetworkACLRuleNetworkACLRuleProtocolIcmp

type NetworkACLRuleNetworkACLRuleProtocolIcmp struct {
	// Whether to allow or deny matching traffic.
	Action *string `json:"action" validate:"required"`

	// The rule that this rule is immediately before. If absent, this is the last rule.
	Before *NetworkACLRuleReference `json:"before,omitempty"`

	// The date and time that the rule was created.
	CreatedAt *strfmt.DateTime `json:"created_at" validate:"required"`

	// The destination CIDR block. The CIDR block `0.0.0.0/0` applies to all addresses.
	Destination *string `json:"destination" validate:"required"`

	// Whether the traffic to be matched is `inbound` or `outbound`.
	Direction *string `json:"direction" validate:"required"`

	// The URL for this network ACL rule.
	Href *string `json:"href" validate:"required"`

	// The unique identifier for this network ACL rule.
	ID *string `json:"id" validate:"required"`

	// The IP version for this rule.
	IPVersion *string `json:"ip_version" validate:"required"`

	// The user-defined name for this rule. Names must be unique within the network ACL the rule resides in. If
	// unspecified, the name will be a hyphenated list of randomly-selected words.
	Name *string `json:"name" validate:"required"`

	// The source CIDR block. The CIDR block `0.0.0.0/0` applies to all addresses.
	Source *string `json:"source" validate:"required"`

	// The ICMP traffic code to allow. If unspecified, all codes are allowed. This can only be specified if type is also
	// specified.
	Code *int64 `json:"code,omitempty"`

	// The protocol to enforce.
	Protocol *string `json:"protocol" validate:"required"`

	// The ICMP traffic type to allow. If unspecified, all types are allowed by this rule.
	Type *int64 `json:"type,omitempty"`
}

NetworkACLRuleNetworkACLRuleProtocolIcmp : NetworkACLRuleNetworkACLRuleProtocolIcmp struct This model "extends" NetworkACLRule

type NetworkACLRuleNetworkACLRuleProtocolTcpudp

type NetworkACLRuleNetworkACLRuleProtocolTcpudp struct {
	// Whether to allow or deny matching traffic.
	Action *string `json:"action" validate:"required"`

	// The rule that this rule is immediately before. If absent, this is the last rule.
	Before *NetworkACLRuleReference `json:"before,omitempty"`

	// The date and time that the rule was created.
	CreatedAt *strfmt.DateTime `json:"created_at" validate:"required"`

	// The destination CIDR block. The CIDR block `0.0.0.0/0` applies to all addresses.
	Destination *string `json:"destination" validate:"required"`

	// Whether the traffic to be matched is `inbound` or `outbound`.
	Direction *string `json:"direction" validate:"required"`

	// The URL for this network ACL rule.
	Href *string `json:"href" validate:"required"`

	// The unique identifier for this network ACL rule.
	ID *string `json:"id" validate:"required"`

	// The IP version for this rule.
	IPVersion *string `json:"ip_version" validate:"required"`

	// The user-defined name for this rule. Names must be unique within the network ACL the rule resides in. If
	// unspecified, the name will be a hyphenated list of randomly-selected words.
	Name *string `json:"name" validate:"required"`

	// The source CIDR block. The CIDR block `0.0.0.0/0` applies to all addresses.
	Source *string `json:"source" validate:"required"`

	// The inclusive upper bound of TCP/UDP destination port range.
	DestinationPortMax *int64 `json:"destination_port_max,omitempty"`

	// The inclusive lower bound of TCP/UDP destination port range.
	DestinationPortMin *int64 `json:"destination_port_min,omitempty"`

	// The protocol to enforce.
	Protocol *string `json:"protocol" validate:"required"`

	// The inclusive upper bound of TCP/UDP source port range.
	SourcePortMax *int64 `json:"source_port_max,omitempty"`

	// The inclusive lower bound of TCP/UDP source port range.
	SourcePortMin *int64 `json:"source_port_min,omitempty"`
}

NetworkACLRuleNetworkACLRuleProtocolTcpudp : NetworkACLRuleNetworkACLRuleProtocolTcpudp struct This model "extends" NetworkACLRule

type NetworkACLRulePatch

type NetworkACLRulePatch struct {
	// Whether to allow or deny matching traffic.
	Action *string `json:"action,omitempty"`

	// The rule to move this rule immediately before. Specify `null` to move this rule after
	// all existing rules.
	Before NetworkACLRuleBeforePatchIntf `json:"before,omitempty"`

	// The ICMP traffic code to allow.
	Code *int64 `json:"code,omitempty"`

	// The destination IP address or CIDR block. The CIDR block `0.0.0.0/0` applies to all addresses.
	Destination *string `json:"destination,omitempty"`

	// The inclusive upper bound of TCP/UDP destination port range.
	DestinationPortMax *int64 `json:"destination_port_max,omitempty"`

	// The inclusive lower bound of TCP/UDP destination port range.
	DestinationPortMin *int64 `json:"destination_port_min,omitempty"`

	// Whether the traffic to be matched is `inbound` or `outbound`.
	Direction *string `json:"direction,omitempty"`

	// The user-defined name for this rule. Names must be unique within the network ACL the rule resides in.
	Name *string `json:"name,omitempty"`

	// The source IP address or CIDR block.  The CIDR block `0.0.0.0/0` applies to all addresses.
	Source *string `json:"source,omitempty"`

	// The inclusive upper bound of TCP/UDP source port range.
	SourcePortMax *int64 `json:"source_port_max,omitempty"`

	// The inclusive lower bound of TCP/UDP source port range.
	SourcePortMin *int64 `json:"source_port_min,omitempty"`

	// The ICMP traffic type to allow.
	Type *int64 `json:"type,omitempty"`
}

NetworkACLRulePatch : NetworkACLRulePatch struct

func (*NetworkACLRulePatch) AsPatch

func (networkACLRulePatch *NetworkACLRulePatch) AsPatch() (_patch map[string]interface{}, err error)

AsPatch returns a generic map representation of the NetworkACLRulePatch

type NetworkACLRulePrototype

type NetworkACLRulePrototype struct {
	// Whether to allow or deny matching traffic.
	Action *string `json:"action" validate:"required"`

	// The rule to insert this rule immediately before. If omitted, this rule will be
	// inserted after all existing rules.
	Before NetworkACLRuleBeforePrototypeIntf `json:"before,omitempty"`

	// The destination IP address or CIDR block. The CIDR block `0.0.0.0/0` applies to all addresses.
	Destination *string `json:"destination" validate:"required"`

	// Whether the traffic to be matched is `inbound` or `outbound`.
	Direction *string `json:"direction" validate:"required"`

	// The user-defined name for this rule. Names must be unique within the network ACL the rule resides in. If
	// unspecified, the name will be a hyphenated list of randomly-selected words.
	Name *string `json:"name,omitempty"`

	// The protocol to enforce.
	Protocol *string `json:"protocol" validate:"required"`

	// The source IP address or CIDR block.  The CIDR block `0.0.0.0/0` applies to all addresses.
	Source *string `json:"source" validate:"required"`

	// The inclusive upper bound of TCP/UDP destination port range.
	DestinationPortMax *int64 `json:"destination_port_max,omitempty"`

	// The inclusive lower bound of TCP/UDP destination port range.
	DestinationPortMin *int64 `json:"destination_port_min,omitempty"`

	// The inclusive upper bound of TCP/UDP source port range.
	SourcePortMax *int64 `json:"source_port_max,omitempty"`

	// The inclusive lower bound of TCP/UDP source port range.
	SourcePortMin *int64 `json:"source_port_min,omitempty"`

	// The ICMP traffic code to allow. If unspecified, all codes are allowed. This can only be specified if type is also
	// specified.
	Code *int64 `json:"code,omitempty"`

	// The ICMP traffic type to allow. If unspecified, all types are allowed by this rule.
	Type *int64 `json:"type,omitempty"`
}

NetworkACLRulePrototype : NetworkACLRulePrototype struct Models which "extend" this model: - NetworkACLRulePrototypeNetworkACLRuleProtocolTcpudp - NetworkACLRulePrototypeNetworkACLRuleProtocolIcmp - NetworkACLRulePrototypeNetworkACLRuleProtocolAll

type NetworkACLRulePrototypeIntf

type NetworkACLRulePrototypeIntf interface {
	// contains filtered or unexported methods
}

type NetworkACLRulePrototypeNetworkACLContext

type NetworkACLRulePrototypeNetworkACLContext struct {
	// Whether to allow or deny matching traffic.
	Action *string `json:"action" validate:"required"`

	// The destination IP address or CIDR block. The CIDR block `0.0.0.0/0` applies to all addresses.
	Destination *string `json:"destination" validate:"required"`

	// Whether the traffic to be matched is `inbound` or `outbound`.
	Direction *string `json:"direction" validate:"required"`

	// The user-defined name for this rule. Names must be unique within the network ACL the rule resides in. If
	// unspecified, the name will be a hyphenated list of randomly-selected words.
	Name *string `json:"name,omitempty"`

	// The protocol to enforce.
	Protocol *string `json:"protocol" validate:"required"`

	// The source IP address or CIDR block.  The CIDR block `0.0.0.0/0` applies to all addresses.
	Source *string `json:"source" validate:"required"`

	// The inclusive upper bound of TCP/UDP destination port range.
	DestinationPortMax *int64 `json:"destination_port_max,omitempty"`

	// The inclusive lower bound of TCP/UDP destination port range.
	DestinationPortMin *int64 `json:"destination_port_min,omitempty"`

	// The inclusive upper bound of TCP/UDP source port range.
	SourcePortMax *int64 `json:"source_port_max,omitempty"`

	// The inclusive lower bound of TCP/UDP source port range.
	SourcePortMin *int64 `json:"source_port_min,omitempty"`

	// The ICMP traffic code to allow. If unspecified, all codes are allowed. This can only be specified if type is also
	// specified.
	Code *int64 `json:"code,omitempty"`

	// The ICMP traffic type to allow. If unspecified, all types are allowed by this rule.
	Type *int64 `json:"type,omitempty"`
}

NetworkACLRulePrototypeNetworkACLContext : NetworkACLRulePrototypeNetworkACLContext struct Models which "extend" this model: - NetworkACLRulePrototypeNetworkACLContextNetworkACLRuleProtocolTcpudp - NetworkACLRulePrototypeNetworkACLContextNetworkACLRuleProtocolIcmp - NetworkACLRulePrototypeNetworkACLContextNetworkACLRuleProtocolAll

type NetworkACLRulePrototypeNetworkACLContextIntf

type NetworkACLRulePrototypeNetworkACLContextIntf interface {
	// contains filtered or unexported methods
}

type NetworkACLRulePrototypeNetworkACLContextNetworkACLRuleProtocolAll

type NetworkACLRulePrototypeNetworkACLContextNetworkACLRuleProtocolAll struct {
	// Whether to allow or deny matching traffic.
	Action *string `json:"action" validate:"required"`

	// The destination IP address or CIDR block. The CIDR block `0.0.0.0/0` applies to all addresses.
	Destination *string `json:"destination" validate:"required"`

	// Whether the traffic to be matched is `inbound` or `outbound`.
	Direction *string `json:"direction" validate:"required"`

	// The user-defined name for this rule. Names must be unique within the network ACL the rule resides in. If
	// unspecified, the name will be a hyphenated list of randomly-selected words.
	Name *string `json:"name,omitempty"`

	// The source IP address or CIDR block.  The CIDR block `0.0.0.0/0` applies to all addresses.
	Source *string `json:"source" validate:"required"`

	// The protocol to enforce.
	Protocol *string `json:"protocol" validate:"required"`
}

NetworkACLRulePrototypeNetworkACLContextNetworkACLRuleProtocolAll : NetworkACLRulePrototypeNetworkACLContextNetworkACLRuleProtocolAll struct This model "extends" NetworkACLRulePrototypeNetworkACLContext

type NetworkACLRulePrototypeNetworkACLContextNetworkACLRuleProtocolIcmp

type NetworkACLRulePrototypeNetworkACLContextNetworkACLRuleProtocolIcmp struct {
	// Whether to allow or deny matching traffic.
	Action *string `json:"action" validate:"required"`

	// The destination IP address or CIDR block. The CIDR block `0.0.0.0/0` applies to all addresses.
	Destination *string `json:"destination" validate:"required"`

	// Whether the traffic to be matched is `inbound` or `outbound`.
	Direction *string `json:"direction" validate:"required"`

	// The user-defined name for this rule. Names must be unique within the network ACL the rule resides in. If
	// unspecified, the name will be a hyphenated list of randomly-selected words.
	Name *string `json:"name,omitempty"`

	// The source IP address or CIDR block.  The CIDR block `0.0.0.0/0` applies to all addresses.
	Source *string `json:"source" validate:"required"`

	// The ICMP traffic code to allow. If unspecified, all codes are allowed. This can only be specified if type is also
	// specified.
	Code *int64 `json:"code,omitempty"`

	// The protocol to enforce.
	Protocol *string `json:"protocol" validate:"required"`

	// The ICMP traffic type to allow. If unspecified, all types are allowed by this rule.
	Type *int64 `json:"type,omitempty"`
}

NetworkACLRulePrototypeNetworkACLContextNetworkACLRuleProtocolIcmp : NetworkACLRulePrototypeNetworkACLContextNetworkACLRuleProtocolIcmp struct This model "extends" NetworkACLRulePrototypeNetworkACLContext

type NetworkACLRulePrototypeNetworkACLContextNetworkACLRuleProtocolTcpudp

type NetworkACLRulePrototypeNetworkACLContextNetworkACLRuleProtocolTcpudp struct {
	// Whether to allow or deny matching traffic.
	Action *string `json:"action" validate:"required"`

	// The destination IP address or CIDR block. The CIDR block `0.0.0.0/0` applies to all addresses.
	Destination *string `json:"destination" validate:"required"`

	// Whether the traffic to be matched is `inbound` or `outbound`.
	Direction *string `json:"direction" validate:"required"`

	// The user-defined name for this rule. Names must be unique within the network ACL the rule resides in. If
	// unspecified, the name will be a hyphenated list of randomly-selected words.
	Name *string `json:"name,omitempty"`

	// The source IP address or CIDR block.  The CIDR block `0.0.0.0/0` applies to all addresses.
	Source *string `json:"source" validate:"required"`

	// The inclusive upper bound of TCP/UDP destination port range.
	DestinationPortMax *int64 `json:"destination_port_max,omitempty"`

	// The inclusive lower bound of TCP/UDP destination port range.
	DestinationPortMin *int64 `json:"destination_port_min,omitempty"`

	// The protocol to enforce.
	Protocol *string `json:"protocol" validate:"required"`

	// The inclusive upper bound of TCP/UDP source port range.
	SourcePortMax *int64 `json:"source_port_max,omitempty"`

	// The inclusive lower bound of TCP/UDP source port range.
	SourcePortMin *int64 `json:"source_port_min,omitempty"`
}

NetworkACLRulePrototypeNetworkACLContextNetworkACLRuleProtocolTcpudp : NetworkACLRulePrototypeNetworkACLContextNetworkACLRuleProtocolTcpudp struct This model "extends" NetworkACLRulePrototypeNetworkACLContext

type NetworkACLRulePrototypeNetworkACLRuleProtocolAll

type NetworkACLRulePrototypeNetworkACLRuleProtocolAll struct {
	// Whether to allow or deny matching traffic.
	Action *string `json:"action" validate:"required"`

	Before NetworkACLRuleBeforePrototypeIntf `json:"before,omitempty"`

	// The destination IP address or CIDR block. The CIDR block `0.0.0.0/0` applies to all addresses.
	Destination *string `json:"destination" validate:"required"`

	// Whether the traffic to be matched is `inbound` or `outbound`.
	Direction *string `json:"direction" validate:"required"`

	// The user-defined name for this rule. Names must be unique within the network ACL the rule resides in. If
	// unspecified, the name will be a hyphenated list of randomly-selected words.
	Name *string `json:"name,omitempty"`

	// The source IP address or CIDR block.  The CIDR block `0.0.0.0/0` applies to all addresses.
	Source *string `json:"source" validate:"required"`

	// The protocol to enforce.
	Protocol *string `json:"protocol" validate:"required"`
}

NetworkACLRulePrototypeNetworkACLRuleProtocolAll : NetworkACLRulePrototypeNetworkACLRuleProtocolAll struct This model "extends" NetworkACLRulePrototype

type NetworkACLRulePrototypeNetworkACLRuleProtocolIcmp

type NetworkACLRulePrototypeNetworkACLRuleProtocolIcmp struct {
	// Whether to allow or deny matching traffic.
	Action *string `json:"action" validate:"required"`

	Before NetworkACLRuleBeforePrototypeIntf `json:"before,omitempty"`

	// The destination IP address or CIDR block. The CIDR block `0.0.0.0/0` applies to all addresses.
	Destination *string `json:"destination" validate:"required"`

	// Whether the traffic to be matched is `inbound` or `outbound`.
	Direction *string `json:"direction" validate:"required"`

	// The user-defined name for this rule. Names must be unique within the network ACL the rule resides in. If
	// unspecified, the name will be a hyphenated list of randomly-selected words.
	Name *string `json:"name,omitempty"`

	// The source IP address or CIDR block.  The CIDR block `0.0.0.0/0` applies to all addresses.
	Source *string `json:"source" validate:"required"`

	// The ICMP traffic code to allow. If unspecified, all codes are allowed. This can only be specified if type is also
	// specified.
	Code *int64 `json:"code,omitempty"`

	// The protocol to enforce.
	Protocol *string `json:"protocol" validate:"required"`

	// The ICMP traffic type to allow. If unspecified, all types are allowed by this rule.
	Type *int64 `json:"type,omitempty"`
}

NetworkACLRulePrototypeNetworkACLRuleProtocolIcmp : NetworkACLRulePrototypeNetworkACLRuleProtocolIcmp struct This model "extends" NetworkACLRulePrototype

type NetworkACLRulePrototypeNetworkACLRuleProtocolTcpudp

type NetworkACLRulePrototypeNetworkACLRuleProtocolTcpudp struct {
	// Whether to allow or deny matching traffic.
	Action *string `json:"action" validate:"required"`

	Before NetworkACLRuleBeforePrototypeIntf `json:"before,omitempty"`

	// The destination IP address or CIDR block. The CIDR block `0.0.0.0/0` applies to all addresses.
	Destination *string `json:"destination" validate:"required"`

	// Whether the traffic to be matched is `inbound` or `outbound`.
	Direction *string `json:"direction" validate:"required"`

	// The user-defined name for this rule. Names must be unique within the network ACL the rule resides in. If
	// unspecified, the name will be a hyphenated list of randomly-selected words.
	Name *string `json:"name,omitempty"`

	// The source IP address or CIDR block.  The CIDR block `0.0.0.0/0` applies to all addresses.
	Source *string `json:"source" validate:"required"`

	// The inclusive upper bound of TCP/UDP destination port range.
	DestinationPortMax *int64 `json:"destination_port_max,omitempty"`

	// The inclusive lower bound of TCP/UDP destination port range.
	DestinationPortMin *int64 `json:"destination_port_min,omitempty"`

	// The protocol to enforce.
	Protocol *string `json:"protocol" validate:"required"`

	// The inclusive upper bound of TCP/UDP source port range.
	SourcePortMax *int64 `json:"source_port_max,omitempty"`

	// The inclusive lower bound of TCP/UDP source port range.
	SourcePortMin *int64 `json:"source_port_min,omitempty"`
}

NetworkACLRulePrototypeNetworkACLRuleProtocolTcpudp : NetworkACLRulePrototypeNetworkACLRuleProtocolTcpudp struct This model "extends" NetworkACLRulePrototype

type NetworkACLRuleReference

type NetworkACLRuleReference struct {
	// If present, this property indicates the referenced resource has been deleted and provides
	// some supplementary information.
	Deleted *NetworkACLRuleReferenceDeleted `json:"deleted,omitempty"`

	// The URL for this network ACL rule.
	Href *string `json:"href" validate:"required"`

	// The unique identifier for this network ACL rule.
	ID *string `json:"id" validate:"required"`

	// The user-defined name for this network ACL rule.
	Name *string `json:"name" validate:"required"`
}

NetworkACLRuleReference : NetworkACLRuleReference struct

type NetworkACLRuleReferenceDeleted

type NetworkACLRuleReferenceDeleted struct {
	// Link to documentation about deleted resources.
	MoreInfo *string `json:"more_info" validate:"required"`
}

NetworkACLRuleReferenceDeleted : If present, this property indicates the referenced resource has been deleted and provides some supplementary information.

type NetworkInterface

type NetworkInterface struct {
	// Indicates whether source IP spoofing is allowed on this interface. If false, source IP spoofing is prevented on this
	// interface. If true, source IP spoofing is allowed on this interface.
	AllowIPSpoofing *bool `json:"allow_ip_spoofing" validate:"required"`

	// The date and time that the network interface was created.
	CreatedAt *strfmt.DateTime `json:"created_at" validate:"required"`

	// The floating IPs associated with this network interface.
	FloatingIps []FloatingIPReference `json:"floating_ips,omitempty"`

	// The URL for this network interface.
	Href *string `json:"href" validate:"required"`

	// The unique identifier for this network interface.
	ID *string `json:"id" validate:"required"`

	// The user-defined name for this network interface.
	Name *string `json:"name" validate:"required"`

	// The network interface port speed in Mbps.
	PortSpeed *int64 `json:"port_speed" validate:"required"`

	PrimaryIP *ReservedIPReference `json:"primary_ip" validate:"required"`

	// The resource type.
	ResourceType *string `json:"resource_type" validate:"required"`

	// The security groups targeting this network interface.
	SecurityGroups []SecurityGroupReference `json:"security_groups" validate:"required"`

	// The status of the network interface.
	Status *string `json:"status" validate:"required"`

	// The associated subnet.
	Subnet *SubnetReference `json:"subnet" validate:"required"`

	// The type of this network interface as it relates to an instance.
	Type *string `json:"type" validate:"required"`
}

NetworkInterface : NetworkInterface struct

type NetworkInterfaceBareMetalServerContextReference

type NetworkInterfaceBareMetalServerContextReference struct {
	// If present, this property indicates the referenced resource has been deleted and provides
	// some supplementary information.
	Deleted *NetworkInterfaceBareMetalServerContextReferenceDeleted `json:"deleted,omitempty"`

	// The URL for this network interface.
	Href *string `json:"href" validate:"required"`

	// The unique identifier for this network interface.
	ID *string `json:"id" validate:"required"`

	// The user-defined name for this network interface.
	Name *string `json:"name" validate:"required"`

	PrimaryIP *ReservedIPReference `json:"primary_ip" validate:"required"`

	// The resource type.
	ResourceType *string `json:"resource_type" validate:"required"`

	// The associated subnet.
	Subnet *SubnetReference `json:"subnet" validate:"required"`
}

NetworkInterfaceBareMetalServerContextReference : NetworkInterfaceBareMetalServerContextReference struct

type NetworkInterfaceBareMetalServerContextReferenceDeleted

type NetworkInterfaceBareMetalServerContextReferenceDeleted struct {
	// Link to documentation about deleted resources.
	MoreInfo *string `json:"more_info" validate:"required"`
}

NetworkInterfaceBareMetalServerContextReferenceDeleted : If present, this property indicates the referenced resource has been deleted and provides some supplementary information.

type NetworkInterfaceIPPrototype

type NetworkInterfaceIPPrototype struct {
	// The unique identifier for this reserved IP.
	ID *string `json:"id,omitempty"`

	// The URL for this reserved IP.
	Href *string `json:"href,omitempty"`

	// The IP address to reserve, which must not already be reserved on the subnet.
	//
	// If unspecified, an available address on the subnet will automatically be selected.
	Address *string `json:"address,omitempty"`

	// Indicates whether this reserved IP member will be automatically deleted when either
	// `target` is deleted, or the reserved IP is unbound.
	AutoDelete *bool `json:"auto_delete,omitempty"`

	// The user-defined name for this reserved IP. If unspecified, the name will be a hyphenated list of randomly-selected
	// words. Names must be unique within the subnet the reserved IP resides in. Names beginning with `ibm-` are reserved
	// for provider-owned resources.
	Name *string `json:"name,omitempty"`
}

NetworkInterfaceIPPrototype : NetworkInterfaceIPPrototype struct Models which "extend" this model: - NetworkInterfaceIPPrototypeReservedIPIdentity - NetworkInterfaceIPPrototypeReservedIPPrototypeNetworkInterfaceContext

type NetworkInterfaceIPPrototypeIntf

type NetworkInterfaceIPPrototypeIntf interface {
	// contains filtered or unexported methods
}

type NetworkInterfaceIPPrototypeReservedIPIdentity

type NetworkInterfaceIPPrototypeReservedIPIdentity struct {
	// The unique identifier for this reserved IP.
	ID *string `json:"id,omitempty"`

	// The URL for this reserved IP.
	Href *string `json:"href,omitempty"`
}

NetworkInterfaceIPPrototypeReservedIPIdentity : Identifies a reserved IP by a unique property. Models which "extend" this model: - NetworkInterfaceIPPrototypeReservedIPIdentityReservedIPIdentityByID - NetworkInterfaceIPPrototypeReservedIPIdentityReservedIPIdentityByHref This model "extends" NetworkInterfaceIPPrototype

type NetworkInterfaceIPPrototypeReservedIPIdentityIntf

type NetworkInterfaceIPPrototypeReservedIPIdentityIntf interface {
	NetworkInterfaceIPPrototypeIntf
	// contains filtered or unexported methods
}

type NetworkInterfaceIPPrototypeReservedIPIdentityReservedIPIdentityByHref

type NetworkInterfaceIPPrototypeReservedIPIdentityReservedIPIdentityByHref struct {
	// The URL for this reserved IP.
	Href *string `json:"href" validate:"required"`
}

NetworkInterfaceIPPrototypeReservedIPIdentityReservedIPIdentityByHref : NetworkInterfaceIPPrototypeReservedIPIdentityReservedIPIdentityByHref struct This model "extends" NetworkInterfaceIPPrototypeReservedIPIdentity

type NetworkInterfaceIPPrototypeReservedIPIdentityReservedIPIdentityByID

type NetworkInterfaceIPPrototypeReservedIPIdentityReservedIPIdentityByID struct {
	// The unique identifier for this reserved IP.
	ID *string `json:"id" validate:"required"`
}

NetworkInterfaceIPPrototypeReservedIPIdentityReservedIPIdentityByID : NetworkInterfaceIPPrototypeReservedIPIdentityReservedIPIdentityByID struct This model "extends" NetworkInterfaceIPPrototypeReservedIPIdentity

type NetworkInterfaceIPPrototypeReservedIPPrototypeNetworkInterfaceContext

type NetworkInterfaceIPPrototypeReservedIPPrototypeNetworkInterfaceContext struct {
	// The IP address to reserve, which must not already be reserved on the subnet.
	//
	// If unspecified, an available address on the subnet will automatically be selected.
	Address *string `json:"address,omitempty"`

	// Indicates whether this reserved IP member will be automatically deleted when either
	// `target` is deleted, or the reserved IP is unbound.
	AutoDelete *bool `json:"auto_delete,omitempty"`

	// The user-defined name for this reserved IP. If unspecified, the name will be a hyphenated list of randomly-selected
	// words. Names must be unique within the subnet the reserved IP resides in. Names beginning with `ibm-` are reserved
	// for provider-owned resources.
	Name *string `json:"name,omitempty"`
}

NetworkInterfaceIPPrototypeReservedIPPrototypeNetworkInterfaceContext : NetworkInterfaceIPPrototypeReservedIPPrototypeNetworkInterfaceContext struct This model "extends" NetworkInterfaceIPPrototype

type NetworkInterfaceInstanceContextReference

type NetworkInterfaceInstanceContextReference struct {
	// If present, this property indicates the referenced resource has been deleted and provides
	// some supplementary information.
	Deleted *NetworkInterfaceInstanceContextReferenceDeleted `json:"deleted,omitempty"`

	// The URL for this network interface.
	Href *string `json:"href" validate:"required"`

	// The unique identifier for this network interface.
	ID *string `json:"id" validate:"required"`

	// The user-defined name for this network interface.
	Name *string `json:"name" validate:"required"`

	PrimaryIP *ReservedIPReference `json:"primary_ip" validate:"required"`

	// The resource type.
	ResourceType *string `json:"resource_type" validate:"required"`

	// The associated subnet.
	Subnet *SubnetReference `json:"subnet" validate:"required"`
}

NetworkInterfaceInstanceContextReference : NetworkInterfaceInstanceContextReference struct

type NetworkInterfaceInstanceContextReferenceDeleted

type NetworkInterfaceInstanceContextReferenceDeleted struct {
	// Link to documentation about deleted resources.
	MoreInfo *string `json:"more_info" validate:"required"`
}

NetworkInterfaceInstanceContextReferenceDeleted : If present, this property indicates the referenced resource has been deleted and provides some supplementary information.

type NetworkInterfacePatch

type NetworkInterfacePatch struct {
	// Indicates whether source IP spoofing is allowed on this interface. If false, source IP spoofing is prevented on this
	// interface. If true, source IP spoofing is allowed on this interface.
	AllowIPSpoofing *bool `json:"allow_ip_spoofing,omitempty"`

	// The user-defined name for network interface. Names must be unique within the instance the network interface resides
	// in.
	Name *string `json:"name,omitempty"`
}

NetworkInterfacePatch : NetworkInterfacePatch struct

func (*NetworkInterfacePatch) AsPatch

func (networkInterfacePatch *NetworkInterfacePatch) AsPatch() (_patch map[string]interface{}, err error)

AsPatch returns a generic map representation of the NetworkInterfacePatch

type NetworkInterfacePrototype

type NetworkInterfacePrototype struct {
	// Indicates whether source IP spoofing is allowed on this interface. If false, source IP spoofing is prevented on this
	// interface. If true, source IP spoofing is allowed on this interface.
	AllowIPSpoofing *bool `json:"allow_ip_spoofing,omitempty"`

	// The user-defined name for network interface. Names must be unique within the instance the network interface resides
	// in. If unspecified, the name will be a hyphenated list of randomly-selected words.
	Name *string `json:"name,omitempty"`

	// The primary IP address to bind to the network interface. This can be specified using
	// an existing reserved IP, or a prototype object for a new reserved IP.
	//
	// If an existing reserved IP or a prototype object with an address is specified, it must
	// be available on the network interface's subnet. Otherwise, an available address on the
	// subnet will be automatically selected and reserved.
	PrimaryIP NetworkInterfaceIPPrototypeIntf `json:"primary_ip,omitempty"`

	// The security groups to use for this network interface. If unspecified, the VPC's default security group is used.
	SecurityGroups []SecurityGroupIdentityIntf `json:"security_groups,omitempty"`

	// The associated subnet.
	Subnet SubnetIdentityIntf `json:"subnet" validate:"required"`
}

NetworkInterfacePrototype : NetworkInterfacePrototype struct

type NetworkInterfaceReferenceDeleted

type NetworkInterfaceReferenceDeleted struct {
	// Link to documentation about deleted resources.
	MoreInfo *string `json:"more_info" validate:"required"`
}

NetworkInterfaceReferenceDeleted : If present, this property indicates the referenced resource has been deleted and provides some supplementary information.

type NetworkInterfaceReferenceTargetContextDeleted

type NetworkInterfaceReferenceTargetContextDeleted struct {
	// Link to documentation about deleted resources.
	MoreInfo *string `json:"more_info" validate:"required"`
}

NetworkInterfaceReferenceTargetContextDeleted : If present, this property indicates the referenced resource has been deleted and provides some supplementary information.

type NetworkInterfaceUnpaginatedCollection

type NetworkInterfaceUnpaginatedCollection struct {
	// Collection of network interfaces.
	NetworkInterfaces []NetworkInterface `json:"network_interfaces" validate:"required"`
}

NetworkInterfaceUnpaginatedCollection : NetworkInterfaceUnpaginatedCollection struct

type OperatingSystem

type OperatingSystem struct {
	// The operating system architecture.
	Architecture *string `json:"architecture" validate:"required"`

	// Images with this operating system can only be used on dedicated hosts or dedicated host groups.
	DedicatedHostOnly *bool `json:"dedicated_host_only" validate:"required"`

	// A unique, display-friendly name for the operating system.
	DisplayName *string `json:"display_name" validate:"required"`

	// The name of the software family this operating system belongs to.
	Family *string `json:"family" validate:"required"`

	// The URL for this operating system.
	Href *string `json:"href" validate:"required"`

	// The globally unique name for this operating system.
	Name *string `json:"name" validate:"required"`

	// The vendor of the operating system.
	Vendor *string `json:"vendor" validate:"required"`

	// The major release version of this operating system.
	Version *string `json:"version" validate:"required"`
}

OperatingSystem : OperatingSystem struct

type OperatingSystemCollection

type OperatingSystemCollection struct {
	// A link to the first page of resources.
	First *OperatingSystemCollectionFirst `json:"first" validate:"required"`

	// The maximum number of resources that can be returned by the request.
	Limit *int64 `json:"limit" validate:"required"`

	// A link to the next page of resources. This property is present for all pages
	// except the last page.
	Next *OperatingSystemCollectionNext `json:"next,omitempty"`

	// Collection of operating systems.
	OperatingSystems []OperatingSystem `json:"operating_systems" validate:"required"`
}

OperatingSystemCollection : OperatingSystemCollection struct

func (*OperatingSystemCollection) GetNextStart

func (resp *OperatingSystemCollection) GetNextStart() (*string, error)

Retrieve the value to be passed to a request to access the next page of results

type OperatingSystemCollectionFirst

type OperatingSystemCollectionFirst struct {
	// The URL for a page of resources.
	Href *string `json:"href" validate:"required"`
}

OperatingSystemCollectionFirst : A link to the first page of resources.

type OperatingSystemCollectionNext

type OperatingSystemCollectionNext struct {
	// The URL for a page of resources.
	Href *string `json:"href" validate:"required"`
}

OperatingSystemCollectionNext : A link to the next page of resources. This property is present for all pages except the last page.

type OperatingSystemIdentity

type OperatingSystemIdentity struct {
	// The globally unique name for this operating system.
	Name *string `json:"name,omitempty"`

	// The URL for this operating system.
	Href *string `json:"href,omitempty"`
}

OperatingSystemIdentity : Identifies an operating system by a unique property. Models which "extend" this model: - OperatingSystemIdentityByName - OperatingSystemIdentityByHref

type OperatingSystemIdentityByHref

type OperatingSystemIdentityByHref struct {
	// The URL for this operating system.
	Href *string `json:"href" validate:"required"`
}

OperatingSystemIdentityByHref : OperatingSystemIdentityByHref struct This model "extends" OperatingSystemIdentity

type OperatingSystemIdentityByName

type OperatingSystemIdentityByName struct {
	// The globally unique name for this operating system.
	Name *string `json:"name" validate:"required"`
}

OperatingSystemIdentityByName : OperatingSystemIdentityByName struct This model "extends" OperatingSystemIdentity

type OperatingSystemIdentityIntf

type OperatingSystemIdentityIntf interface {
	// contains filtered or unexported methods
}

type OperatingSystemReference

type OperatingSystemReference struct {
	// The URL for this operating system.
	Href *string `json:"href" validate:"required"`

	// The globally unique name for this operating system.
	Name *string `json:"name" validate:"required"`
}

OperatingSystemReference : OperatingSystemReference struct

type PlacementGroup

type PlacementGroup struct {
	// The date and time that the placement group was created.
	CreatedAt *strfmt.DateTime `json:"created_at" validate:"required"`

	// The CRN for this placement group.
	CRN *string `json:"crn" validate:"required"`

	// The URL for this placement group.
	Href *string `json:"href" validate:"required"`

	// The unique identifier for this placement group.
	ID *string `json:"id" validate:"required"`

	// The lifecycle state of the placement group.
	LifecycleState *string `json:"lifecycle_state" validate:"required"`

	// The user-defined name for this placement group.
	Name *string `json:"name" validate:"required"`

	// The resource group for this placement group.
	ResourceGroup *ResourceGroupReference `json:"resource_group" validate:"required"`

	// The resource type.
	ResourceType *string `json:"resource_type" validate:"required"`

	// The strategy for this placement group
	// - `host_spread`: place on different compute hosts
	// - `power_spread`: place on compute hosts that use different power sources
	//
	// The enumerated values for this property may expand in the future. When processing this property, check for and log
	// unknown values. Optionally halt processing and surface the error, or bypass the placement group on which the
	// unexpected strategy was encountered.
	Strategy *string `json:"strategy" validate:"required"`
}

PlacementGroup : PlacementGroup struct

type PlacementGroupCollection

type PlacementGroupCollection struct {
	// A link to the first page of resources.
	First *PlacementGroupCollectionFirst `json:"first" validate:"required"`

	// The maximum number of resources that can be returned by the request.
	Limit *int64 `json:"limit" validate:"required"`

	// A link to the next page of resources. This property is present for all pages
	// except the last page.
	Next *PlacementGroupCollectionNext `json:"next,omitempty"`

	// Collection of placement groups.
	PlacementGroups []PlacementGroup `json:"placement_groups" validate:"required"`

	// The total number of resources across all pages.
	TotalCount *int64 `json:"total_count" validate:"required"`
}

PlacementGroupCollection : PlacementGroupCollection struct

func (*PlacementGroupCollection) GetNextStart

func (resp *PlacementGroupCollection) GetNextStart() (*string, error)

Retrieve the value to be passed to a request to access the next page of results

type PlacementGroupCollectionFirst

type PlacementGroupCollectionFirst struct {
	// The URL for a page of resources.
	Href *string `json:"href" validate:"required"`
}

PlacementGroupCollectionFirst : A link to the first page of resources.

type PlacementGroupCollectionNext

type PlacementGroupCollectionNext struct {
	// The URL for a page of resources.
	Href *string `json:"href" validate:"required"`
}

PlacementGroupCollectionNext : A link to the next page of resources. This property is present for all pages except the last page.

type PlacementGroupPatch

type PlacementGroupPatch struct {
	// The user-defined name for this placement group.
	Name *string `json:"name,omitempty"`
}

PlacementGroupPatch : PlacementGroupPatch struct

func (*PlacementGroupPatch) AsPatch

func (placementGroupPatch *PlacementGroupPatch) AsPatch() (_patch map[string]interface{}, err error)

AsPatch returns a generic map representation of the PlacementGroupPatch

type PlacementGroupReferenceDeleted

type PlacementGroupReferenceDeleted struct {
	// Link to documentation about deleted resources.
	MoreInfo *string `json:"more_info" validate:"required"`
}

PlacementGroupReferenceDeleted : If present, this property indicates the referenced resource has been deleted and provides some supplementary information.

type PublicGateway

type PublicGateway struct {
	// The date and time that the public gateway was created.
	CreatedAt *strfmt.DateTime `json:"created_at" validate:"required"`

	// The CRN for this public gateway.
	CRN *string `json:"crn" validate:"required"`

	// The floating IP bound to this public gateway.
	FloatingIP *PublicGatewayFloatingIP `json:"floating_ip" validate:"required"`

	// The URL for this public gateway.
	Href *string `json:"href" validate:"required"`

	// The unique identifier for this public gateway.
	ID *string `json:"id" validate:"required"`

	// The user-defined name for this public gateway.
	Name *string `json:"name" validate:"required"`

	// The resource group for this public gateway.
	ResourceGroup *ResourceGroupReference `json:"resource_group" validate:"required"`

	// The resource type.
	ResourceType *string `json:"resource_type" validate:"required"`

	// The status of the volume.
	Status *string `json:"status" validate:"required"`

	// The VPC this public gateway serves.
	VPC *VPCReference `json:"vpc" validate:"required"`

	// The zone this public gateway resides in.
	Zone *ZoneReference `json:"zone" validate:"required"`
}

PublicGateway : PublicGateway struct

type PublicGatewayCollection

type PublicGatewayCollection struct {
	// A link to the first page of resources.
	First *PublicGatewayCollectionFirst `json:"first" validate:"required"`

	// The maximum number of resources that can be returned by the request.
	Limit *int64 `json:"limit" validate:"required"`

	// A link to the next page of resources. This property is present for all pages
	// except the last page.
	Next *PublicGatewayCollectionNext `json:"next,omitempty"`

	// Collection of public gateways.
	PublicGateways []PublicGateway `json:"public_gateways" validate:"required"`

	// The total number of resources across all pages.
	TotalCount *int64 `json:"total_count" validate:"required"`
}

PublicGatewayCollection : PublicGatewayCollection struct

func (*PublicGatewayCollection) GetNextStart

func (resp *PublicGatewayCollection) GetNextStart() (*string, error)

Retrieve the value to be passed to a request to access the next page of results

type PublicGatewayCollectionFirst

type PublicGatewayCollectionFirst struct {
	// The URL for a page of resources.
	Href *string `json:"href" validate:"required"`
}

PublicGatewayCollectionFirst : A link to the first page of resources.

type PublicGatewayCollectionNext

type PublicGatewayCollectionNext struct {
	// The URL for a page of resources.
	Href *string `json:"href" validate:"required"`
}

PublicGatewayCollectionNext : A link to the next page of resources. This property is present for all pages except the last page.

type PublicGatewayFloatingIP

type PublicGatewayFloatingIP struct {
	// The globally unique IP address.
	Address *string `json:"address" validate:"required"`

	// The CRN for this floating IP.
	CRN *string `json:"crn" validate:"required"`

	// If present, this property indicates the referenced resource has been deleted and provides
	// some supplementary information.
	Deleted *FloatingIPReferenceDeleted `json:"deleted,omitempty"`

	// The URL for this floating IP.
	Href *string `json:"href" validate:"required"`

	// The unique identifier for this floating IP.
	ID *string `json:"id" validate:"required"`

	// The unique user-defined name for this floating IP.
	Name *string `json:"name" validate:"required"`
}

PublicGatewayFloatingIP : The floating IP bound to this public gateway.

type PublicGatewayFloatingIPPrototype

type PublicGatewayFloatingIPPrototype struct {
	// The unique identifier for this floating IP.
	ID *string `json:"id,omitempty"`

	// The CRN for this floating IP.
	CRN *string `json:"crn,omitempty"`

	// The URL for this floating IP.
	Href *string `json:"href,omitempty"`

	// The globally unique IP address.
	Address *string `json:"address,omitempty"`

	// The unique user-defined name for this floating IP. If unspecified, the name will be a hyphenated list of
	// randomly-selected words.
	Name *string `json:"name,omitempty"`

	// The resource group to use. If unspecified, the account's [default resource
	// group](https://cloud.ibm.com/apidocs/resource-manager#introduction) is used.
	ResourceGroup ResourceGroupIdentityIntf `json:"resource_group,omitempty"`
}

PublicGatewayFloatingIPPrototype : PublicGatewayFloatingIPPrototype struct Models which "extend" this model: - PublicGatewayFloatingIPPrototypeFloatingIPIdentity - PublicGatewayFloatingIPPrototypeFloatingIPPrototypeTargetContext

type PublicGatewayFloatingIPPrototypeFloatingIPIdentity

type PublicGatewayFloatingIPPrototypeFloatingIPIdentity struct {
	// The unique identifier for this floating IP.
	ID *string `json:"id,omitempty"`

	// The CRN for this floating IP.
	CRN *string `json:"crn,omitempty"`

	// The URL for this floating IP.
	Href *string `json:"href,omitempty"`

	// The globally unique IP address.
	Address *string `json:"address,omitempty"`
}

PublicGatewayFloatingIPPrototypeFloatingIPIdentity : Identifies a floating IP by a unique property. Models which "extend" this model: - PublicGatewayFloatingIPPrototypeFloatingIPIdentityFloatingIPIdentityByID - PublicGatewayFloatingIPPrototypeFloatingIPIdentityFloatingIPIdentityByCRN - PublicGatewayFloatingIPPrototypeFloatingIPIdentityFloatingIPIdentityByHref - PublicGatewayFloatingIPPrototypeFloatingIPIdentityFloatingIPIdentityByAddress This model "extends" PublicGatewayFloatingIPPrototype

type PublicGatewayFloatingIPPrototypeFloatingIPIdentityFloatingIPIdentityByAddress

type PublicGatewayFloatingIPPrototypeFloatingIPIdentityFloatingIPIdentityByAddress struct {
	// The globally unique IP address.
	Address *string `json:"address" validate:"required"`
}

PublicGatewayFloatingIPPrototypeFloatingIPIdentityFloatingIPIdentityByAddress : PublicGatewayFloatingIPPrototypeFloatingIPIdentityFloatingIPIdentityByAddress struct This model "extends" PublicGatewayFloatingIPPrototypeFloatingIPIdentity

type PublicGatewayFloatingIPPrototypeFloatingIPIdentityFloatingIPIdentityByCRN

type PublicGatewayFloatingIPPrototypeFloatingIPIdentityFloatingIPIdentityByCRN struct {
	// The CRN for this floating IP.
	CRN *string `json:"crn" validate:"required"`
}

PublicGatewayFloatingIPPrototypeFloatingIPIdentityFloatingIPIdentityByCRN : PublicGatewayFloatingIPPrototypeFloatingIPIdentityFloatingIPIdentityByCRN struct This model "extends" PublicGatewayFloatingIPPrototypeFloatingIPIdentity

type PublicGatewayFloatingIPPrototypeFloatingIPIdentityFloatingIPIdentityByHref

type PublicGatewayFloatingIPPrototypeFloatingIPIdentityFloatingIPIdentityByHref struct {
	// The URL for this floating IP.
	Href *string `json:"href" validate:"required"`
}

PublicGatewayFloatingIPPrototypeFloatingIPIdentityFloatingIPIdentityByHref : PublicGatewayFloatingIPPrototypeFloatingIPIdentityFloatingIPIdentityByHref struct This model "extends" PublicGatewayFloatingIPPrototypeFloatingIPIdentity

type PublicGatewayFloatingIPPrototypeFloatingIPIdentityFloatingIPIdentityByID

type PublicGatewayFloatingIPPrototypeFloatingIPIdentityFloatingIPIdentityByID struct {
	// The unique identifier for this floating IP.
	ID *string `json:"id" validate:"required"`
}

PublicGatewayFloatingIPPrototypeFloatingIPIdentityFloatingIPIdentityByID : PublicGatewayFloatingIPPrototypeFloatingIPIdentityFloatingIPIdentityByID struct This model "extends" PublicGatewayFloatingIPPrototypeFloatingIPIdentity

type PublicGatewayFloatingIPPrototypeFloatingIPIdentityIntf

type PublicGatewayFloatingIPPrototypeFloatingIPIdentityIntf interface {
	PublicGatewayFloatingIPPrototypeIntf
	// contains filtered or unexported methods
}

type PublicGatewayFloatingIPPrototypeFloatingIPPrototypeTargetContext

type PublicGatewayFloatingIPPrototypeFloatingIPPrototypeTargetContext struct {
	// The unique user-defined name for this floating IP. If unspecified, the name will be a hyphenated list of
	// randomly-selected words.
	Name *string `json:"name,omitempty"`

	// The resource group to use. If unspecified, the account's [default resource
	// group](https://cloud.ibm.com/apidocs/resource-manager#introduction) is used.
	ResourceGroup ResourceGroupIdentityIntf `json:"resource_group,omitempty"`
}

PublicGatewayFloatingIPPrototypeFloatingIPPrototypeTargetContext : PublicGatewayFloatingIPPrototypeFloatingIPPrototypeTargetContext struct This model "extends" PublicGatewayFloatingIPPrototype

type PublicGatewayFloatingIPPrototypeIntf

type PublicGatewayFloatingIPPrototypeIntf interface {
	// contains filtered or unexported methods
}

type PublicGatewayIdentity

type PublicGatewayIdentity struct {
	// The unique identifier for this public gateway.
	ID *string `json:"id,omitempty"`

	// The CRN for this public gateway.
	CRN *string `json:"crn,omitempty"`

	// The URL for this public gateway.
	Href *string `json:"href,omitempty"`
}

PublicGatewayIdentity : Identifies a public gateway by a unique property. Models which "extend" this model: - PublicGatewayIdentityPublicGatewayIdentityByID - PublicGatewayIdentityPublicGatewayIdentityByCRN - PublicGatewayIdentityPublicGatewayIdentityByHref

type PublicGatewayIdentityIntf

type PublicGatewayIdentityIntf interface {
	// contains filtered or unexported methods
}

type PublicGatewayIdentityPublicGatewayIdentityByCRN

type PublicGatewayIdentityPublicGatewayIdentityByCRN struct {
	// The CRN for this public gateway.
	CRN *string `json:"crn" validate:"required"`
}

PublicGatewayIdentityPublicGatewayIdentityByCRN : PublicGatewayIdentityPublicGatewayIdentityByCRN struct This model "extends" PublicGatewayIdentity

type PublicGatewayIdentityPublicGatewayIdentityByHref

type PublicGatewayIdentityPublicGatewayIdentityByHref struct {
	// The URL for this public gateway.
	Href *string `json:"href" validate:"required"`
}

PublicGatewayIdentityPublicGatewayIdentityByHref : PublicGatewayIdentityPublicGatewayIdentityByHref struct This model "extends" PublicGatewayIdentity

type PublicGatewayIdentityPublicGatewayIdentityByID

type PublicGatewayIdentityPublicGatewayIdentityByID struct {
	// The unique identifier for this public gateway.
	ID *string `json:"id" validate:"required"`
}

PublicGatewayIdentityPublicGatewayIdentityByID : PublicGatewayIdentityPublicGatewayIdentityByID struct This model "extends" PublicGatewayIdentity

type PublicGatewayPatch

type PublicGatewayPatch struct {
	// The user-defined name for this public gateway. Names must be unique within the VPC the public gateway resides in.
	Name *string `json:"name,omitempty"`
}

PublicGatewayPatch : PublicGatewayPatch struct

func (*PublicGatewayPatch) AsPatch

func (publicGatewayPatch *PublicGatewayPatch) AsPatch() (_patch map[string]interface{}, err error)

AsPatch returns a generic map representation of the PublicGatewayPatch

type PublicGatewayReference

type PublicGatewayReference struct {
	// The CRN for this public gateway.
	CRN *string `json:"crn" validate:"required"`

	// If present, this property indicates the referenced resource has been deleted and provides
	// some supplementary information.
	Deleted *PublicGatewayReferenceDeleted `json:"deleted,omitempty"`

	// The URL for this public gateway.
	Href *string `json:"href" validate:"required"`

	// The unique identifier for this public gateway.
	ID *string `json:"id" validate:"required"`

	// The user-defined name for this public gateway.
	Name *string `json:"name" validate:"required"`

	// The resource type.
	ResourceType *string `json:"resource_type" validate:"required"`
}

PublicGatewayReference : PublicGatewayReference struct

type PublicGatewayReferenceDeleted

type PublicGatewayReferenceDeleted struct {
	// Link to documentation about deleted resources.
	MoreInfo *string `json:"more_info" validate:"required"`
}

PublicGatewayReferenceDeleted : If present, this property indicates the referenced resource has been deleted and provides some supplementary information.

type Region

type Region struct {
	// The API endpoint for this region.
	Endpoint *string `json:"endpoint" validate:"required"`

	// The URL for this region.
	Href *string `json:"href" validate:"required"`

	// The globally unique name for this region.
	Name *string `json:"name" validate:"required"`

	// The availability status of this region.
	Status *string `json:"status" validate:"required"`
}

Region : Region struct

type RegionCollection

type RegionCollection struct {
	// Collection of regions.
	Regions []Region `json:"regions" validate:"required"`
}

RegionCollection : RegionCollection struct

type RegionReference

type RegionReference struct {
	// The URL for this region.
	Href *string `json:"href" validate:"required"`

	// The globally unique name for this region.
	Name *string `json:"name" validate:"required"`
}

RegionReference : RegionReference struct

type RemoveBareMetalServerNetworkInterfaceFloatingIPOptions

type RemoveBareMetalServerNetworkInterfaceFloatingIPOptions struct {
	// The bare metal server identifier.
	BareMetalServerID *string `json:"bare_metal_server_id" validate:"required,ne="`

	// The network interface identifier.
	NetworkInterfaceID *string `json:"network_interface_id" validate:"required,ne="`

	// The floating IP identifier.
	ID *string `json:"id" validate:"required,ne="`

	// Allows users to set headers on API requests
	Headers map[string]string
}

RemoveBareMetalServerNetworkInterfaceFloatingIPOptions : The RemoveBareMetalServerNetworkInterfaceFloatingIP options.

func (*RemoveBareMetalServerNetworkInterfaceFloatingIPOptions) SetBareMetalServerID

SetBareMetalServerID : Allow user to set BareMetalServerID

func (*RemoveBareMetalServerNetworkInterfaceFloatingIPOptions) SetHeaders

SetHeaders : Allow user to set Headers

func (*RemoveBareMetalServerNetworkInterfaceFloatingIPOptions) SetID

SetID : Allow user to set ID

func (*RemoveBareMetalServerNetworkInterfaceFloatingIPOptions) SetNetworkInterfaceID

SetNetworkInterfaceID : Allow user to set NetworkInterfaceID

type RemoveEndpointGatewayIPOptions

type RemoveEndpointGatewayIPOptions struct {
	// The endpoint gateway identifier.
	EndpointGatewayID *string `json:"endpoint_gateway_id" validate:"required,ne="`

	// The reserved IP identifier.
	ID *string `json:"id" validate:"required,ne="`

	// Allows users to set headers on API requests
	Headers map[string]string
}

RemoveEndpointGatewayIPOptions : The RemoveEndpointGatewayIP options.

func (*RemoveEndpointGatewayIPOptions) SetEndpointGatewayID

func (_options *RemoveEndpointGatewayIPOptions) SetEndpointGatewayID(endpointGatewayID string) *RemoveEndpointGatewayIPOptions

SetEndpointGatewayID : Allow user to set EndpointGatewayID

func (*RemoveEndpointGatewayIPOptions) SetHeaders

SetHeaders : Allow user to set Headers

func (*RemoveEndpointGatewayIPOptions) SetID

SetID : Allow user to set ID

type RemoveInstanceNetworkInterfaceFloatingIPOptions

type RemoveInstanceNetworkInterfaceFloatingIPOptions struct {
	// The instance identifier.
	InstanceID *string `json:"instance_id" validate:"required,ne="`

	// The network interface identifier.
	NetworkInterfaceID *string `json:"network_interface_id" validate:"required,ne="`

	// The floating IP identifier.
	ID *string `json:"id" validate:"required,ne="`

	// Allows users to set headers on API requests
	Headers map[string]string
}

RemoveInstanceNetworkInterfaceFloatingIPOptions : The RemoveInstanceNetworkInterfaceFloatingIP options.

func (*RemoveInstanceNetworkInterfaceFloatingIPOptions) SetHeaders

SetHeaders : Allow user to set Headers

func (*RemoveInstanceNetworkInterfaceFloatingIPOptions) SetID

SetID : Allow user to set ID

func (*RemoveInstanceNetworkInterfaceFloatingIPOptions) SetInstanceID

SetInstanceID : Allow user to set InstanceID

func (*RemoveInstanceNetworkInterfaceFloatingIPOptions) SetNetworkInterfaceID

SetNetworkInterfaceID : Allow user to set NetworkInterfaceID

type RemoveVPNGatewayConnectionLocalCIDROptions

type RemoveVPNGatewayConnectionLocalCIDROptions struct {
	// The VPN gateway identifier.
	VPNGatewayID *string `json:"vpn_gateway_id" validate:"required,ne="`

	// The VPN gateway connection identifier.
	ID *string `json:"id" validate:"required,ne="`

	// The address prefix part of the CIDR.
	CIDRPrefix *string `json:"cidr_prefix" validate:"required,ne="`

	// The prefix length part of the CIDR.
	PrefixLength *string `json:"prefix_length" validate:"required,ne="`

	// Allows users to set headers on API requests
	Headers map[string]string
}

RemoveVPNGatewayConnectionLocalCIDROptions : The RemoveVPNGatewayConnectionLocalCIDR options.

func (*RemoveVPNGatewayConnectionLocalCIDROptions) SetCIDRPrefix

SetCIDRPrefix : Allow user to set CIDRPrefix

func (*RemoveVPNGatewayConnectionLocalCIDROptions) SetHeaders

SetHeaders : Allow user to set Headers

func (*RemoveVPNGatewayConnectionLocalCIDROptions) SetID

SetID : Allow user to set ID

func (*RemoveVPNGatewayConnectionLocalCIDROptions) SetPrefixLength

SetPrefixLength : Allow user to set PrefixLength

func (*RemoveVPNGatewayConnectionLocalCIDROptions) SetVPNGatewayID

SetVPNGatewayID : Allow user to set VPNGatewayID

type RemoveVPNGatewayConnectionPeerCIDROptions

type RemoveVPNGatewayConnectionPeerCIDROptions struct {
	// The VPN gateway identifier.
	VPNGatewayID *string `json:"vpn_gateway_id" validate:"required,ne="`

	// The VPN gateway connection identifier.
	ID *string `json:"id" validate:"required,ne="`

	// The address prefix part of the CIDR.
	CIDRPrefix *string `json:"cidr_prefix" validate:"required,ne="`

	// The prefix length part of the CIDR.
	PrefixLength *string `json:"prefix_length" validate:"required,ne="`

	// Allows users to set headers on API requests
	Headers map[string]string
}

RemoveVPNGatewayConnectionPeerCIDROptions : The RemoveVPNGatewayConnectionPeerCIDR options.

func (*RemoveVPNGatewayConnectionPeerCIDROptions) SetCIDRPrefix

SetCIDRPrefix : Allow user to set CIDRPrefix

func (*RemoveVPNGatewayConnectionPeerCIDROptions) SetHeaders

SetHeaders : Allow user to set Headers

func (*RemoveVPNGatewayConnectionPeerCIDROptions) SetID

SetID : Allow user to set ID

func (*RemoveVPNGatewayConnectionPeerCIDROptions) SetPrefixLength

SetPrefixLength : Allow user to set PrefixLength

func (*RemoveVPNGatewayConnectionPeerCIDROptions) SetVPNGatewayID

SetVPNGatewayID : Allow user to set VPNGatewayID

type ReplaceLoadBalancerPoolMembersOptions

type ReplaceLoadBalancerPoolMembersOptions struct {
	// The load balancer identifier.
	LoadBalancerID *string `json:"load_balancer_id" validate:"required,ne="`

	// The pool identifier.
	PoolID *string `json:"pool_id" validate:"required,ne="`

	// The member prototype objects for this pool.
	Members []LoadBalancerPoolMemberPrototype `json:"members" validate:"required"`

	// Allows users to set headers on API requests
	Headers map[string]string
}

ReplaceLoadBalancerPoolMembersOptions : The ReplaceLoadBalancerPoolMembers options.

func (*ReplaceLoadBalancerPoolMembersOptions) SetHeaders

SetHeaders : Allow user to set Headers

func (*ReplaceLoadBalancerPoolMembersOptions) SetLoadBalancerID

func (_options *ReplaceLoadBalancerPoolMembersOptions) SetLoadBalancerID(loadBalancerID string) *ReplaceLoadBalancerPoolMembersOptions

SetLoadBalancerID : Allow user to set LoadBalancerID

func (*ReplaceLoadBalancerPoolMembersOptions) SetMembers

SetMembers : Allow user to set Members

func (*ReplaceLoadBalancerPoolMembersOptions) SetPoolID

SetPoolID : Allow user to set PoolID

type ReplaceSubnetNetworkACLOptions

type ReplaceSubnetNetworkACLOptions struct {
	// The subnet identifier.
	ID *string `json:"id" validate:"required,ne="`

	// The network ACL identity.
	NetworkACLIdentity NetworkACLIdentityIntf `json:"NetworkACLIdentity" validate:"required"`

	// Allows users to set headers on API requests
	Headers map[string]string
}

ReplaceSubnetNetworkACLOptions : The ReplaceSubnetNetworkACL options.

func (*ReplaceSubnetNetworkACLOptions) SetHeaders

SetHeaders : Allow user to set Headers

func (*ReplaceSubnetNetworkACLOptions) SetID

SetID : Allow user to set ID

func (*ReplaceSubnetNetworkACLOptions) SetNetworkACLIdentity

func (_options *ReplaceSubnetNetworkACLOptions) SetNetworkACLIdentity(networkACLIdentity NetworkACLIdentityIntf) *ReplaceSubnetNetworkACLOptions

SetNetworkACLIdentity : Allow user to set NetworkACLIdentity

type ReplaceSubnetRoutingTableOptions

type ReplaceSubnetRoutingTableOptions struct {
	// The subnet identifier.
	ID *string `json:"id" validate:"required,ne="`

	// The routing table identity.
	RoutingTableIdentity RoutingTableIdentityIntf `json:"RoutingTableIdentity" validate:"required"`

	// Allows users to set headers on API requests
	Headers map[string]string
}

ReplaceSubnetRoutingTableOptions : The ReplaceSubnetRoutingTable options.

func (*ReplaceSubnetRoutingTableOptions) SetHeaders

SetHeaders : Allow user to set Headers

func (*ReplaceSubnetRoutingTableOptions) SetID

SetID : Allow user to set ID

func (*ReplaceSubnetRoutingTableOptions) SetRoutingTableIdentity

func (_options *ReplaceSubnetRoutingTableOptions) SetRoutingTableIdentity(routingTableIdentity RoutingTableIdentityIntf) *ReplaceSubnetRoutingTableOptions

SetRoutingTableIdentity : Allow user to set RoutingTableIdentity

type ReservedIP

type ReservedIP struct {
	// The IP address.
	//
	// If the address has not yet been selected, the value will be `0.0.0.0`.
	//
	// This property may add support for IPv6 addresses in the future. When processing a value in this property, verify
	// that the address is in an expected format. If it is not, log an error. Optionally halt processing and surface the
	// error, or bypass the resource on which the unexpected IP address format was encountered.
	Address *string `json:"address" validate:"required"`

	// Indicates whether this reserved IP member will be automatically deleted when either
	// `target` is deleted, or the reserved IP is unbound.
	AutoDelete *bool `json:"auto_delete" validate:"required"`

	// The date and time that the reserved IP was created.
	CreatedAt *strfmt.DateTime `json:"created_at" validate:"required"`

	// The URL for this reserved IP.
	Href *string `json:"href" validate:"required"`

	// The unique identifier for this reserved IP.
	ID *string `json:"id" validate:"required"`

	// The lifecycle state of the reserved IP.
	LifecycleState *string `json:"lifecycle_state" validate:"required"`

	// The user-defined or system-provided name for this reserved IP.
	Name *string `json:"name" validate:"required"`

	// The owner of the reserved IP.
	Owner *string `json:"owner" validate:"required"`

	// The resource type.
	ResourceType *string `json:"resource_type" validate:"required"`

	// The target of this reserved IP.
	//
	// If absent, this reserved IP is provider-owned or unbound.
	Target ReservedIPTargetIntf `json:"target,omitempty"`
}

ReservedIP : ReservedIP struct

type ReservedIPCollection

type ReservedIPCollection struct {
	// A link to the first page of resources.
	First *ReservedIPCollectionFirst `json:"first" validate:"required"`

	// The maximum number of resources that can be returned by the request.
	Limit *int64 `json:"limit" validate:"required"`

	// A link to the next page of resources. This property is present for all pages
	// except the last page.
	Next *ReservedIPCollectionNext `json:"next,omitempty"`

	// Collection of reserved IPs in this subnet.
	ReservedIps []ReservedIP `json:"reserved_ips" validate:"required"`

	// The total number of resources across all pages.
	TotalCount *int64 `json:"total_count" validate:"required"`
}

ReservedIPCollection : ReservedIPCollection struct

func (*ReservedIPCollection) GetNextStart

func (resp *ReservedIPCollection) GetNextStart() (*string, error)

Retrieve the value to be passed to a request to access the next page of results

type ReservedIPCollectionEndpointGatewayContext

type ReservedIPCollectionEndpointGatewayContext struct {
	// A link to the first page of resources.
	First *ReservedIPCollectionEndpointGatewayContextFirst `json:"first" validate:"required"`

	// Collection of reserved IPs bound to an endpoint gateway.
	Ips []ReservedIP `json:"ips" validate:"required"`

	// The maximum number of resources that can be returned by the request.
	Limit *int64 `json:"limit" validate:"required"`

	// A link to the next page of resources. This property is present for all pages
	// except the last page.
	Next *ReservedIPCollectionEndpointGatewayContextNext `json:"next,omitempty"`

	// The total number of resources across all pages.
	TotalCount *int64 `json:"total_count" validate:"required"`
}

ReservedIPCollectionEndpointGatewayContext : ReservedIPCollectionEndpointGatewayContext struct

func (*ReservedIPCollectionEndpointGatewayContext) GetNextStart

func (resp *ReservedIPCollectionEndpointGatewayContext) GetNextStart() (*string, error)

Retrieve the value to be passed to a request to access the next page of results

type ReservedIPCollectionEndpointGatewayContextFirst

type ReservedIPCollectionEndpointGatewayContextFirst struct {
	// The URL for a page of resources.
	Href *string `json:"href" validate:"required"`
}

ReservedIPCollectionEndpointGatewayContextFirst : A link to the first page of resources.

type ReservedIPCollectionEndpointGatewayContextNext

type ReservedIPCollectionEndpointGatewayContextNext struct {
	// The URL for a page of resources.
	Href *string `json:"href" validate:"required"`
}

ReservedIPCollectionEndpointGatewayContextNext : A link to the next page of resources. This property is present for all pages except the last page.

type ReservedIPCollectionFirst

type ReservedIPCollectionFirst struct {
	// The URL for a page of resources.
	Href *string `json:"href" validate:"required"`
}

ReservedIPCollectionFirst : A link to the first page of resources.

type ReservedIPCollectionNetworkInterfaceContext

type ReservedIPCollectionNetworkInterfaceContext struct {
	// A link to the first page of resources.
	First *ReservedIPCollectionNetworkInterfaceContextFirst `json:"first" validate:"required"`

	// Collection of reserved IPs bound to a network interface.
	Ips []ReservedIP `json:"ips" validate:"required"`

	// The maximum number of resources that can be returned by the request.
	Limit *int64 `json:"limit" validate:"required"`

	// A link to the next page of resources. This property is present for all pages
	// except the last page.
	Next *ReservedIPCollectionNetworkInterfaceContextNext `json:"next,omitempty"`

	// The total number of resources across all pages.
	TotalCount *int64 `json:"total_count" validate:"required"`
}

ReservedIPCollectionNetworkInterfaceContext : ReservedIPCollectionNetworkInterfaceContext struct

func (*ReservedIPCollectionNetworkInterfaceContext) GetNextStart

func (resp *ReservedIPCollectionNetworkInterfaceContext) GetNextStart() (*string, error)

Retrieve the value to be passed to a request to access the next page of results

type ReservedIPCollectionNetworkInterfaceContextFirst

type ReservedIPCollectionNetworkInterfaceContextFirst struct {
	// The URL for a page of resources.
	Href *string `json:"href" validate:"required"`
}

ReservedIPCollectionNetworkInterfaceContextFirst : A link to the first page of resources.

type ReservedIPCollectionNetworkInterfaceContextNext

type ReservedIPCollectionNetworkInterfaceContextNext struct {
	// The URL for a page of resources.
	Href *string `json:"href" validate:"required"`
}

ReservedIPCollectionNetworkInterfaceContextNext : A link to the next page of resources. This property is present for all pages except the last page.

type ReservedIPCollectionNext

type ReservedIPCollectionNext struct {
	// The URL for a page of resources.
	Href *string `json:"href" validate:"required"`
}

ReservedIPCollectionNext : A link to the next page of resources. This property is present for all pages except the last page.

type ReservedIPPatch

type ReservedIPPatch struct {
	// Indicates whether this reserved IP member will be automatically deleted when either
	// `target` is deleted, or the reserved IP is unbound. Must be `false` if the reserved IP is unbound.
	AutoDelete *bool `json:"auto_delete,omitempty"`

	// The user-defined name for this reserved IP. Names must be unique within the subnet the reserved IP resides in. Names
	// beginning with `ibm-` are reserved for provider-owned resources.
	Name *string `json:"name,omitempty"`
}

ReservedIPPatch : ReservedIPPatch struct

func (*ReservedIPPatch) AsPatch

func (reservedIPPatch *ReservedIPPatch) AsPatch() (_patch map[string]interface{}, err error)

AsPatch returns a generic map representation of the ReservedIPPatch

type ReservedIPReference

type ReservedIPReference struct {
	// The IP address.
	//
	// If the address has not yet been selected, the value will be `0.0.0.0`.
	//
	// This property may add support for IPv6 addresses in the future. When processing a value in this property, verify
	// that the address is in an expected format. If it is not, log an error. Optionally halt processing and surface the
	// error, or bypass the resource on which the unexpected IP address format was encountered.
	Address *string `json:"address" validate:"required"`

	// If present, this property indicates the referenced resource has been deleted and provides
	// some supplementary information.
	Deleted *ReservedIPReferenceDeleted `json:"deleted,omitempty"`

	// The URL for this reserved IP.
	Href *string `json:"href" validate:"required"`

	// The unique identifier for this reserved IP.
	ID *string `json:"id" validate:"required"`

	// The user-defined or system-provided name for this reserved IP.
	Name *string `json:"name" validate:"required"`

	// The resource type.
	ResourceType *string `json:"resource_type" validate:"required"`
}

ReservedIPReference : ReservedIPReference struct

type ReservedIPReferenceDeleted

type ReservedIPReferenceDeleted struct {
	// Link to documentation about deleted resources.
	MoreInfo *string `json:"more_info" validate:"required"`
}

ReservedIPReferenceDeleted : If present, this property indicates the referenced resource has been deleted and provides some supplementary information.

type ReservedIPTarget

type ReservedIPTarget struct {
	// The CRN for this endpoint gateway.
	CRN *string `json:"crn,omitempty"`

	// If present, this property indicates the referenced resource has been deleted and provides
	// some supplementary information.
	Deleted *EndpointGatewayReferenceDeleted `json:"deleted,omitempty"`

	// The URL for this endpoint gateway.
	Href *string `json:"href,omitempty"`

	// The unique identifier for this endpoint gateway.
	ID *string `json:"id,omitempty"`

	// The unique user-defined name for this endpoint gateway.
	Name *string `json:"name,omitempty"`

	// The resource type.
	ResourceType *string `json:"resource_type,omitempty"`
}

ReservedIPTarget : The target of this reserved IP.

If absent, this reserved IP is provider-owned or unbound. Models which "extend" this model: - ReservedIPTargetEndpointGatewayReference - ReservedIPTargetNetworkInterfaceReferenceTargetContext - ReservedIPTargetLoadBalancerReference - ReservedIPTargetVPNGatewayReference - ReservedIPTargetGenericResourceReference

type ReservedIPTargetEndpointGatewayReference

type ReservedIPTargetEndpointGatewayReference struct {
	// The CRN for this endpoint gateway.
	CRN *string `json:"crn" validate:"required"`

	// If present, this property indicates the referenced resource has been deleted and provides
	// some supplementary information.
	Deleted *EndpointGatewayReferenceDeleted `json:"deleted,omitempty"`

	// The URL for this endpoint gateway.
	Href *string `json:"href" validate:"required"`

	// The unique identifier for this endpoint gateway.
	ID *string `json:"id" validate:"required"`

	// The unique user-defined name for this endpoint gateway.
	Name *string `json:"name" validate:"required"`

	// The resource type.
	ResourceType *string `json:"resource_type" validate:"required"`
}

ReservedIPTargetEndpointGatewayReference : ReservedIPTargetEndpointGatewayReference struct This model "extends" ReservedIPTarget

type ReservedIPTargetGenericResourceReference

type ReservedIPTargetGenericResourceReference struct {
	// The CRN for the resource.
	CRN *string `json:"crn" validate:"required"`

	// If present, this property indicates the referenced resource has been deleted and provides
	// some supplementary information.
	Deleted *GenericResourceReferenceDeleted `json:"deleted,omitempty"`

	// The resource type.
	ResourceType *string `json:"resource_type" validate:"required"`
}

ReservedIPTargetGenericResourceReference : Identifying information for a resource that is not native to the VPC API. This model "extends" ReservedIPTarget

type ReservedIPTargetIntf

type ReservedIPTargetIntf interface {
	// contains filtered or unexported methods
}

type ReservedIPTargetLoadBalancerReference

type ReservedIPTargetLoadBalancerReference struct {
	// The load balancer's CRN.
	CRN *string `json:"crn" validate:"required"`

	// If present, this property indicates the referenced resource has been deleted and provides
	// some supplementary information.
	Deleted *LoadBalancerReferenceDeleted `json:"deleted,omitempty"`

	// The load balancer's canonical URL.
	Href *string `json:"href" validate:"required"`

	// The unique identifier for this load balancer.
	ID *string `json:"id" validate:"required"`

	// The unique user-defined name for this load balancer.
	Name *string `json:"name" validate:"required"`

	// The resource type.
	ResourceType *string `json:"resource_type" validate:"required"`
}

ReservedIPTargetLoadBalancerReference : ReservedIPTargetLoadBalancerReference struct This model "extends" ReservedIPTarget

type ReservedIPTargetNetworkInterfaceReferenceTargetContext

type ReservedIPTargetNetworkInterfaceReferenceTargetContext struct {
	// If present, this property indicates the referenced resource has been deleted and provides
	// some supplementary information.
	Deleted *NetworkInterfaceReferenceTargetContextDeleted `json:"deleted,omitempty"`

	// The URL for this network interface.
	Href *string `json:"href" validate:"required"`

	// The unique identifier for this network interface.
	ID *string `json:"id" validate:"required"`

	// The user-defined name for this network interface.
	Name *string `json:"name" validate:"required"`

	// The resource type.
	ResourceType *string `json:"resource_type" validate:"required"`
}

ReservedIPTargetNetworkInterfaceReferenceTargetContext : ReservedIPTargetNetworkInterfaceReferenceTargetContext struct This model "extends" ReservedIPTarget

type ReservedIPTargetPrototype

type ReservedIPTargetPrototype struct {
	// The unique identifier for this endpoint gateway.
	ID *string `json:"id,omitempty"`

	// The CRN for this endpoint gateway.
	CRN *string `json:"crn,omitempty"`

	// The URL for this endpoint gateway.
	Href *string `json:"href,omitempty"`
}

ReservedIPTargetPrototype : The target this reserved IP is to be bound to. The target must be an endpoint gateway not already bound to a reserved IP in the subnet's zone. Models which "extend" this model: - ReservedIPTargetPrototypeEndpointGatewayIdentity

type ReservedIPTargetPrototypeEndpointGatewayIdentity

type ReservedIPTargetPrototypeEndpointGatewayIdentity struct {
	// The unique identifier for this endpoint gateway.
	ID *string `json:"id,omitempty"`

	// The CRN for this endpoint gateway.
	CRN *string `json:"crn,omitempty"`

	// The URL for this endpoint gateway.
	Href *string `json:"href,omitempty"`
}

ReservedIPTargetPrototypeEndpointGatewayIdentity : ReservedIPTargetPrototypeEndpointGatewayIdentity struct Models which "extend" this model: - ReservedIPTargetPrototypeEndpointGatewayIdentityEndpointGatewayIdentityByID - ReservedIPTargetPrototypeEndpointGatewayIdentityEndpointGatewayIdentityByCRN - ReservedIPTargetPrototypeEndpointGatewayIdentityEndpointGatewayIdentityByHref This model "extends" ReservedIPTargetPrototype

type ReservedIPTargetPrototypeEndpointGatewayIdentityEndpointGatewayIdentityByCRN

type ReservedIPTargetPrototypeEndpointGatewayIdentityEndpointGatewayIdentityByCRN struct {
	// The CRN for this endpoint gateway.
	CRN *string `json:"crn" validate:"required"`
}

ReservedIPTargetPrototypeEndpointGatewayIdentityEndpointGatewayIdentityByCRN : ReservedIPTargetPrototypeEndpointGatewayIdentityEndpointGatewayIdentityByCRN struct This model "extends" ReservedIPTargetPrototypeEndpointGatewayIdentity

type ReservedIPTargetPrototypeEndpointGatewayIdentityEndpointGatewayIdentityByHref

type ReservedIPTargetPrototypeEndpointGatewayIdentityEndpointGatewayIdentityByHref struct {
	// The URL for this endpoint gateway.
	Href *string `json:"href" validate:"required"`
}

ReservedIPTargetPrototypeEndpointGatewayIdentityEndpointGatewayIdentityByHref : ReservedIPTargetPrototypeEndpointGatewayIdentityEndpointGatewayIdentityByHref struct This model "extends" ReservedIPTargetPrototypeEndpointGatewayIdentity

type ReservedIPTargetPrototypeEndpointGatewayIdentityEndpointGatewayIdentityByID

type ReservedIPTargetPrototypeEndpointGatewayIdentityEndpointGatewayIdentityByID struct {
	// The unique identifier for this endpoint gateway.
	ID *string `json:"id" validate:"required"`
}

ReservedIPTargetPrototypeEndpointGatewayIdentityEndpointGatewayIdentityByID : ReservedIPTargetPrototypeEndpointGatewayIdentityEndpointGatewayIdentityByID struct This model "extends" ReservedIPTargetPrototypeEndpointGatewayIdentity

type ReservedIPTargetPrototypeEndpointGatewayIdentityIntf

type ReservedIPTargetPrototypeEndpointGatewayIdentityIntf interface {
	ReservedIPTargetPrototypeIntf
	// contains filtered or unexported methods
}

type ReservedIPTargetPrototypeIntf

type ReservedIPTargetPrototypeIntf interface {
	// contains filtered or unexported methods
}

type ReservedIPTargetVPNGatewayReference

type ReservedIPTargetVPNGatewayReference struct {
	// The VPN gateway's CRN.
	CRN *string `json:"crn" validate:"required"`

	// If present, this property indicates the referenced resource has been deleted and provides
	// some supplementary information.
	Deleted *VPNGatewayReferenceDeleted `json:"deleted,omitempty"`

	// The VPN gateway's canonical URL.
	Href *string `json:"href" validate:"required"`

	// The unique identifier for this VPN gateway.
	ID *string `json:"id" validate:"required"`

	// The user-defined name for this VPN gateway.
	Name *string `json:"name" validate:"required"`

	// The resource type.
	ResourceType *string `json:"resource_type" validate:"required"`
}

ReservedIPTargetVPNGatewayReference : ReservedIPTargetVPNGatewayReference struct This model "extends" ReservedIPTarget

type ResourceGroupIdentity

type ResourceGroupIdentity struct {
	// The unique identifier for this resource group.
	ID *string `json:"id,omitempty"`
}

ResourceGroupIdentity : The resource group to use. If unspecified, the account's [default resource group](https://cloud.ibm.com/apidocs/resource-manager#introduction) is used. Models which "extend" this model: - ResourceGroupIdentityByID

type ResourceGroupIdentityByID

type ResourceGroupIdentityByID struct {
	// The unique identifier for this resource group.
	ID *string `json:"id" validate:"required"`
}

ResourceGroupIdentityByID : ResourceGroupIdentityByID struct This model "extends" ResourceGroupIdentity

type ResourceGroupIdentityIntf

type ResourceGroupIdentityIntf interface {
	// contains filtered or unexported methods
}

type ResourceGroupReference

type ResourceGroupReference struct {
	// The URL for this resource group.
	Href *string `json:"href" validate:"required"`

	// The unique identifier for this resource group.
	ID *string `json:"id" validate:"required"`

	// The user-defined name for this resource group.
	Name *string `json:"name" validate:"required"`
}

ResourceGroupReference : ResourceGroupReference struct

type RestartBareMetalServerOptions

type RestartBareMetalServerOptions struct {
	// The bare metal server identifier.
	ID *string `json:"id" validate:"required,ne="`

	// Allows users to set headers on API requests
	Headers map[string]string
}

RestartBareMetalServerOptions : The RestartBareMetalServer options.

func (*RestartBareMetalServerOptions) SetHeaders

SetHeaders : Allow user to set Headers

func (*RestartBareMetalServerOptions) SetID

SetID : Allow user to set ID

type Route

type Route struct {
	// The action to perform with a packet matching the route:
	// - `delegate`: delegate to the system's built-in routes
	// - `delegate_vpc`: delegate to the system's built-in routes, ignoring Internet-bound
	//   routes
	// - `deliver`: deliver the packet to the specified `next_hop`
	// - `drop`: drop the packet.
	Action *string `json:"action" validate:"required"`

	// The date and time that the route was created.
	CreatedAt *strfmt.DateTime `json:"created_at" validate:"required"`

	// The destination of the route.
	Destination *string `json:"destination" validate:"required"`

	// The URL for this route.
	Href *string `json:"href" validate:"required"`

	// The unique identifier for this route.
	ID *string `json:"id" validate:"required"`

	// The lifecycle state of the route.
	LifecycleState *string `json:"lifecycle_state" validate:"required"`

	// The user-defined name for this route.
	Name *string `json:"name" validate:"required"`

	// If `action` is `deliver`, the next hop that packets will be delivered to.  For
	// other `action` values, its `address` will be `0.0.0.0`.
	NextHop RouteNextHopIntf `json:"next_hop" validate:"required"`

	// The zone the route applies to. (Traffic from subnets in this zone will be
	// subject to this route.).
	Zone *ZoneReference `json:"zone" validate:"required"`
}

Route : Route struct

type RouteCollection

type RouteCollection struct {
	// A link to the first page of resources.
	First *RouteCollectionFirst `json:"first" validate:"required"`

	// The maximum number of resources that can be returned by the request.
	Limit *int64 `json:"limit" validate:"required"`

	// A link to the next page of resources. This property is present for all pages
	// except the last page.
	Next *RouteCollectionNext `json:"next,omitempty"`

	// Collection of routes.
	Routes []Route `json:"routes" validate:"required"`

	// The total number of resources across all pages.
	TotalCount *int64 `json:"total_count" validate:"required"`
}

RouteCollection : RouteCollection struct

func (*RouteCollection) GetNextStart

func (resp *RouteCollection) GetNextStart() (*string, error)

Retrieve the value to be passed to a request to access the next page of results

type RouteCollectionFirst

type RouteCollectionFirst struct {
	// The URL for a page of resources.
	Href *string `json:"href" validate:"required"`
}

RouteCollectionFirst : A link to the first page of resources.

type RouteCollectionNext

type RouteCollectionNext struct {
	// The URL for a page of resources.
	Href *string `json:"href" validate:"required"`
}

RouteCollectionNext : A link to the next page of resources. This property is present for all pages except the last page.

type RouteNextHop

type RouteNextHop struct {
	// The IP address.
	//
	// This property may add support for IPv6 addresses in the future. When processing a value in this property, verify
	// that the address is in an expected format. If it is not, log an error. Optionally halt processing and surface the
	// error, or bypass the resource on which the unexpected IP address format was encountered.
	Address *string `json:"address,omitempty"`

	// If present, this property indicates the referenced resource has been deleted and provides
	// some supplementary information.
	Deleted *VPNGatewayConnectionReferenceDeleted `json:"deleted,omitempty"`

	// The VPN connection's canonical URL.
	Href *string `json:"href,omitempty"`

	// The unique identifier for this VPN gateway connection.
	ID *string `json:"id,omitempty"`

	// The user-defined name for this VPN connection.
	Name *string `json:"name,omitempty"`

	// The resource type.
	ResourceType *string `json:"resource_type,omitempty"`
}

RouteNextHop : RouteNextHop struct Models which "extend" this model: - RouteNextHopIP - RouteNextHopVPNGatewayConnectionReference

type RouteNextHopIP

type RouteNextHopIP struct {
	// The IP address.
	//
	// This property may add support for IPv6 addresses in the future. When processing a value in this property, verify
	// that the address is in an expected format. If it is not, log an error. Optionally halt processing and surface the
	// error, or bypass the resource on which the unexpected IP address format was encountered.
	Address *string `json:"address" validate:"required"`
}

RouteNextHopIP : RouteNextHopIP struct This model "extends" RouteNextHop

type RouteNextHopIntf

type RouteNextHopIntf interface {
	// contains filtered or unexported methods
}

type RouteNextHopPrototype

type RouteNextHopPrototype struct {
	// The IP address.
	//
	// This property may add support for IPv6 addresses in the future. When processing a value in this property, verify
	// that the address is in an expected format. If it is not, log an error. Optionally halt processing and surface the
	// error, or bypass the resource on which the unexpected IP address format was encountered.
	Address *string `json:"address,omitempty"`

	// The unique identifier for this VPN gateway connection.
	ID *string `json:"id,omitempty"`

	// The VPN connection's canonical URL.
	Href *string `json:"href,omitempty"`
}

RouteNextHopPrototype : The next hop packets will be routed to. Models which "extend" this model: - RouteNextHopPrototypeRouteNextHopIP - RouteNextHopPrototypeVPNGatewayConnectionIdentity

type RouteNextHopPrototypeIntf

type RouteNextHopPrototypeIntf interface {
	// contains filtered or unexported methods
}

type RouteNextHopPrototypeRouteNextHopIP

type RouteNextHopPrototypeRouteNextHopIP struct {
	// The IP address.
	//
	// This property may add support for IPv6 addresses in the future. When processing a value in this property, verify
	// that the address is in an expected format. If it is not, log an error. Optionally halt processing and surface the
	// error, or bypass the resource on which the unexpected IP address format was encountered.
	Address *string `json:"address" validate:"required"`
}

RouteNextHopPrototypeRouteNextHopIP : The IP address of the next hop to which to route packets. This model "extends" RouteNextHopPrototype

type RouteNextHopPrototypeVPNGatewayConnectionIdentity

type RouteNextHopPrototypeVPNGatewayConnectionIdentity struct {
	// The unique identifier for this VPN gateway connection.
	ID *string `json:"id,omitempty"`

	// The VPN connection's canonical URL.
	Href *string `json:"href,omitempty"`
}

RouteNextHopPrototypeVPNGatewayConnectionIdentity : Identifies a VPN gateway connection by a unique property. Models which "extend" this model: - RouteNextHopPrototypeVPNGatewayConnectionIdentityVPNGatewayConnectionIdentityByID - RouteNextHopPrototypeVPNGatewayConnectionIdentityVPNGatewayConnectionIdentityByHref This model "extends" RouteNextHopPrototype

type RouteNextHopPrototypeVPNGatewayConnectionIdentityIntf

type RouteNextHopPrototypeVPNGatewayConnectionIdentityIntf interface {
	RouteNextHopPrototypeIntf
	// contains filtered or unexported methods
}

type RouteNextHopPrototypeVPNGatewayConnectionIdentityVPNGatewayConnectionIdentityByHref

type RouteNextHopPrototypeVPNGatewayConnectionIdentityVPNGatewayConnectionIdentityByHref struct {
	// The VPN connection's canonical URL.
	Href *string `json:"href" validate:"required"`
}

RouteNextHopPrototypeVPNGatewayConnectionIdentityVPNGatewayConnectionIdentityByHref : RouteNextHopPrototypeVPNGatewayConnectionIdentityVPNGatewayConnectionIdentityByHref struct This model "extends" RouteNextHopPrototypeVPNGatewayConnectionIdentity

type RouteNextHopPrototypeVPNGatewayConnectionIdentityVPNGatewayConnectionIdentityByID

type RouteNextHopPrototypeVPNGatewayConnectionIdentityVPNGatewayConnectionIdentityByID struct {
	// The unique identifier for this VPN gateway connection.
	ID *string `json:"id" validate:"required"`
}

RouteNextHopPrototypeVPNGatewayConnectionIdentityVPNGatewayConnectionIdentityByID : RouteNextHopPrototypeVPNGatewayConnectionIdentityVPNGatewayConnectionIdentityByID struct This model "extends" RouteNextHopPrototypeVPNGatewayConnectionIdentity

type RouteNextHopVPNGatewayConnectionReference

type RouteNextHopVPNGatewayConnectionReference struct {
	// If present, this property indicates the referenced resource has been deleted and provides
	// some supplementary information.
	Deleted *VPNGatewayConnectionReferenceDeleted `json:"deleted,omitempty"`

	// The VPN connection's canonical URL.
	Href *string `json:"href" validate:"required"`

	// The unique identifier for this VPN gateway connection.
	ID *string `json:"id" validate:"required"`

	// The user-defined name for this VPN connection.
	Name *string `json:"name" validate:"required"`

	// The resource type.
	ResourceType *string `json:"resource_type" validate:"required"`
}

RouteNextHopVPNGatewayConnectionReference : RouteNextHopVPNGatewayConnectionReference struct This model "extends" RouteNextHop

type RoutePatch

type RoutePatch struct {
	// The user-defined name for this route. Names must be unique within the VPC routing table the route resides in.
	Name *string `json:"name,omitempty"`
}

RoutePatch : RoutePatch struct

func (*RoutePatch) AsPatch

func (routePatch *RoutePatch) AsPatch() (_patch map[string]interface{}, err error)

AsPatch returns a generic map representation of the RoutePatch

type RoutePrototype

type RoutePrototype struct {
	// The action to perform with a packet matching the route:
	// - `delegate`: delegate to the system's built-in routes
	// - `delegate_vpc`: delegate to the system's built-in routes, ignoring Internet-bound
	//   routes
	// - `deliver`: deliver the packet to the specified `next_hop`
	// - `drop`: drop the packet.
	Action *string `json:"action,omitempty"`

	// The destination of the route. At most two routes per `zone` in a table can have the same destination, and only if
	// both routes have an `action` of `deliver` and the
	// `next_hop` is an IP address.
	Destination *string `json:"destination" validate:"required"`

	// The user-defined name for this route. If unspecified, the name will be a hyphenated list of randomly-selected words.
	// Names must be unique within the VPC routing table the route resides in.
	Name *string `json:"name,omitempty"`

	// If `action` is `deliver`, the next hop that packets will be delivered to.  For
	// other `action` values, it must be omitted or specified as `0.0.0.0`.
	NextHop RouteNextHopPrototypeIntf `json:"next_hop,omitempty"`

	// The zone to apply the route to. (Traffic from subnets in this zone will be
	// subject to this route.).
	Zone ZoneIdentityIntf `json:"zone" validate:"required"`
}

RoutePrototype : RoutePrototype struct

type RouteReference

type RouteReference struct {
	// If present, this property indicates the referenced resource has been deleted and provides
	// some supplementary information.
	Deleted *RouteReferenceDeleted `json:"deleted,omitempty"`

	// The URL for this route.
	Href *string `json:"href" validate:"required"`

	// The unique identifier for this route.
	ID *string `json:"id" validate:"required"`

	// The user-defined name for this route.
	Name *string `json:"name" validate:"required"`
}

RouteReference : RouteReference struct

type RouteReferenceDeleted

type RouteReferenceDeleted struct {
	// Link to documentation about deleted resources.
	MoreInfo *string `json:"more_info" validate:"required"`
}

RouteReferenceDeleted : If present, this property indicates the referenced resource has been deleted and provides some supplementary information.

type RoutingTable

type RoutingTable struct {
	// The date and time that this routing table was created.
	CreatedAt *strfmt.DateTime `json:"created_at" validate:"required"`

	// The URL for this routing table.
	Href *string `json:"href" validate:"required"`

	// The unique identifier for this routing table.
	ID *string `json:"id" validate:"required"`

	// Indicates whether this is the default routing table for this VPC.
	IsDefault *bool `json:"is_default" validate:"required"`

	// The lifecycle state of the routing table.
	LifecycleState *string `json:"lifecycle_state" validate:"required"`

	// The user-defined name for this routing table.
	Name *string `json:"name" validate:"required"`

	// The resource type.
	ResourceType *string `json:"resource_type" validate:"required"`

	// Indicates whether this routing table is used to route traffic that originates from
	// [Direct Link](https://cloud.ibm.com/docs/dl/) to this VPC.
	//
	// Incoming traffic will be routed according to the routing table with one exception: routes with an `action` of
	// `deliver` are treated as `drop` unless the `next_hop` is an IP address within the VPC's address prefix ranges.
	// Therefore, if an incoming packet matches a route with a `next_hop` of an internet-bound IP address or a VPN gateway
	// connection, the packet will be dropped.
	RouteDirectLinkIngress *bool `json:"route_direct_link_ingress" validate:"required"`

	// Indicates whether this routing table is used to route traffic that originates from from [Transit
	// Gateway](https://cloud.ibm.com/cloud/transit-gateway/) to this VPC.
	//
	// Incoming traffic will be routed according to the routing table with one exception: routes with an `action` of
	// `deliver` are treated as `drop` unless the `next_hop` is an IP address within the VPC's address prefix ranges.
	// Therefore, if an incoming packet matches a route with a `next_hop` of an internet-bound IP address or a VPN gateway
	// connection, the packet will be dropped.
	RouteTransitGatewayIngress *bool `json:"route_transit_gateway_ingress" validate:"required"`

	// Indicates whether this routing table is used to route traffic that originates from subnets in other zones in this
	// VPC.
	//
	// Incoming traffic will be routed according to the routing table with one exception: routes with an `action` of
	// `deliver` are treated as `drop` unless the `next_hop` is an IP address within the VPC's address prefix ranges.
	// Therefore, if an incoming packet matches a route with a `next_hop` of an internet-bound IP address or a VPN gateway
	// connection, the packet will be dropped.
	RouteVPCZoneIngress *bool `json:"route_vpc_zone_ingress" validate:"required"`

	// The routes for this routing table.
	Routes []RouteReference `json:"routes" validate:"required"`

	// The subnets to which this routing table is attached.
	Subnets []SubnetReference `json:"subnets" validate:"required"`
}

RoutingTable : RoutingTable struct

type RoutingTableCollection

type RoutingTableCollection struct {
	// A link to the first page of resources.
	First *RoutingTableCollectionFirst `json:"first" validate:"required"`

	// The maximum number of resources that can be returned by the request.
	Limit *int64 `json:"limit" validate:"required"`

	// A link to the next page of resources. This property is present for all pages
	// except the last page.
	Next *RoutingTableCollectionNext `json:"next,omitempty"`

	// Collection of routing tables.
	RoutingTables []RoutingTable `json:"routing_tables" validate:"required"`

	// The total number of resources across all pages.
	TotalCount *int64 `json:"total_count" validate:"required"`
}

RoutingTableCollection : RoutingTableCollection struct

func (*RoutingTableCollection) GetNextStart

func (resp *RoutingTableCollection) GetNextStart() (*string, error)

Retrieve the value to be passed to a request to access the next page of results

type RoutingTableCollectionFirst

type RoutingTableCollectionFirst struct {
	// The URL for a page of resources.
	Href *string `json:"href" validate:"required"`
}

RoutingTableCollectionFirst : A link to the first page of resources.

type RoutingTableCollectionNext

type RoutingTableCollectionNext struct {
	// The URL for a page of resources.
	Href *string `json:"href" validate:"required"`
}

RoutingTableCollectionNext : A link to the next page of resources. This property is present for all pages except the last page.

type RoutingTableIdentity

type RoutingTableIdentity struct {
	// The unique identifier for this routing table.
	ID *string `json:"id,omitempty"`

	// The URL for this routing table.
	Href *string `json:"href,omitempty"`
}

RoutingTableIdentity : Identifies a routing table by a unique property. Models which "extend" this model: - RoutingTableIdentityByID - RoutingTableIdentityByHref

type RoutingTableIdentityByHref

type RoutingTableIdentityByHref struct {
	// The URL for this routing table.
	Href *string `json:"href" validate:"required"`
}

RoutingTableIdentityByHref : RoutingTableIdentityByHref struct This model "extends" RoutingTableIdentity

type RoutingTableIdentityByID

type RoutingTableIdentityByID struct {
	// The unique identifier for this routing table.
	ID *string `json:"id" validate:"required"`
}

RoutingTableIdentityByID : RoutingTableIdentityByID struct This model "extends" RoutingTableIdentity

type RoutingTableIdentityIntf

type RoutingTableIdentityIntf interface {
	// contains filtered or unexported methods
}

type RoutingTablePatch

type RoutingTablePatch struct {
	// The user-defined name for this routing table. Names must be unique within the VPC the routing table resides in.
	Name *string `json:"name,omitempty"`

	// Indicates whether this routing table is used to route traffic that originates from
	// [Direct Link](https://cloud.ibm.com/docs/dl/) to this VPC. Updating to `true` selects this routing table, provided
	// no other routing table in the VPC already has this property set to `true`, and no subnets are attached to this
	// routing table. Updating to `false` deselects this routing table.
	//
	// Incoming traffic will be routed according to the routing table with one exception: routes with an `action` of
	// `deliver` are treated as `drop` unless the `next_hop` is an IP address within the VPC's address prefix ranges.
	// Therefore, if an incoming packet matches a route with a `next_hop` of an internet-bound IP address or a VPN gateway
	// connection, the packet will be dropped.
	RouteDirectLinkIngress *bool `json:"route_direct_link_ingress,omitempty"`

	// Indicates whether this routing table is used to route traffic that originates from
	// [Transit Gateway](https://cloud.ibm.com/cloud/transit-gateway/) to this VPC. Updating to
	// `true` selects this routing table, provided no other routing table in the VPC already has this property set to
	// `true`, and no subnets are attached to this routing table. Updating to `false` deselects this routing table.
	//
	// Incoming traffic will be routed according to the routing table with one exception: routes with an `action` of
	// `deliver` are treated as `drop` unless the `next_hop` is an IP address within the VPC's address prefix ranges.
	// Therefore, if an incoming packet matches a route with a `next_hop` of an internet-bound IP address or a VPN gateway
	// connection, the packet will be dropped.
	//
	// If [Classic Access](https://cloud.ibm.com/docs/vpc?topic=vpc-setting-up-access-to-classic-infrastructure) is enabled
	// for this VPC, and this property is set to `true`, its incoming traffic will also be routed according to this routing
	// table.
	RouteTransitGatewayIngress *bool `json:"route_transit_gateway_ingress,omitempty"`

	// Indicates whether this routing table is used to route traffic that originates from subnets in other zones in this
	// VPC. Updating to `true` selects this routing table, provided no other routing table in the VPC already has this
	// property set to `true`, and no subnets are attached to this routing table. Updating to `false` deselects this
	// routing table.
	//
	// Incoming traffic will be routed according to the routing table with one exception: routes with an `action` of
	// `deliver` are treated as `drop` unless the `next_hop` is an IP address within the VPC's address prefix ranges.
	// Therefore, if an incoming packet matches a route with a `next_hop` of an internet-bound IP address or a VPN gateway
	// connection, the packet will be dropped.
	RouteVPCZoneIngress *bool `json:"route_vpc_zone_ingress,omitempty"`
}

RoutingTablePatch : RoutingTablePatch struct

func (*RoutingTablePatch) AsPatch

func (routingTablePatch *RoutingTablePatch) AsPatch() (_patch map[string]interface{}, err error)

AsPatch returns a generic map representation of the RoutingTablePatch

type RoutingTableReference

type RoutingTableReference struct {
	// If present, this property indicates the referenced resource has been deleted and provides
	// some supplementary information.
	Deleted *RoutingTableReferenceDeleted `json:"deleted,omitempty"`

	// The URL for this routing table.
	Href *string `json:"href" validate:"required"`

	// The unique identifier for this routing table.
	ID *string `json:"id" validate:"required"`

	// The user-defined name for this routing table.
	Name *string `json:"name" validate:"required"`

	// The resource type.
	ResourceType *string `json:"resource_type" validate:"required"`
}

RoutingTableReference : RoutingTableReference struct

type RoutingTableReferenceDeleted

type RoutingTableReferenceDeleted struct {
	// Link to documentation about deleted resources.
	MoreInfo *string `json:"more_info" validate:"required"`
}

RoutingTableReferenceDeleted : If present, this property indicates the referenced resource has been deleted and provides some supplementary information.

type SecurityGroup

type SecurityGroup struct {
	// The date and time that this security group was created.
	CreatedAt *strfmt.DateTime `json:"created_at" validate:"required"`

	// The security group's CRN.
	CRN *string `json:"crn" validate:"required"`

	// The security group's canonical URL.
	Href *string `json:"href" validate:"required"`

	// The unique identifier for this security group.
	ID *string `json:"id" validate:"required"`

	// The user-defined name for this security group. Names must be unique within the VPC the security group resides in.
	Name *string `json:"name" validate:"required"`

	// The resource group for this security group.
	ResourceGroup *ResourceGroupReference `json:"resource_group" validate:"required"`

	// The rules for this security group. If no rules exist, all traffic will be denied.
	Rules []SecurityGroupRuleIntf `json:"rules" validate:"required"`

	// The targets for this security group.
	Targets []SecurityGroupTargetReferenceIntf `json:"targets" validate:"required"`

	// The VPC this security group is a part of.
	VPC *VPCReference `json:"vpc" validate:"required"`
}

SecurityGroup : SecurityGroup struct

type SecurityGroupCollection

type SecurityGroupCollection struct {
	// A link to the first page of resources.
	First *SecurityGroupCollectionFirst `json:"first" validate:"required"`

	// The maximum number of resources that can be returned by the request.
	Limit *int64 `json:"limit" validate:"required"`

	// A link to the next page of resources. This property is present for all pages
	// except the last page.
	Next *SecurityGroupCollectionNext `json:"next,omitempty"`

	// Collection of security groups.
	SecurityGroups []SecurityGroup `json:"security_groups" validate:"required"`

	// The total number of resources across all pages.
	TotalCount *int64 `json:"total_count" validate:"required"`
}

SecurityGroupCollection : SecurityGroupCollection struct

func (*SecurityGroupCollection) GetNextStart

func (resp *SecurityGroupCollection) GetNextStart() (*string, error)

Retrieve the value to be passed to a request to access the next page of results

type SecurityGroupCollectionFirst

type SecurityGroupCollectionFirst struct {
	// The URL for a page of resources.
	Href *string `json:"href" validate:"required"`
}

SecurityGroupCollectionFirst : A link to the first page of resources.

type SecurityGroupCollectionNext

type SecurityGroupCollectionNext struct {
	// The URL for a page of resources.
	Href *string `json:"href" validate:"required"`
}

SecurityGroupCollectionNext : A link to the next page of resources. This property is present for all pages except the last page.

type SecurityGroupIdentity

type SecurityGroupIdentity struct {
	// The unique identifier for this security group.
	ID *string `json:"id,omitempty"`

	// The security group's CRN.
	CRN *string `json:"crn,omitempty"`

	// The security group's canonical URL.
	Href *string `json:"href,omitempty"`
}

SecurityGroupIdentity : Identifies a security group by a unique property. Models which "extend" this model: - SecurityGroupIdentityByID - SecurityGroupIdentityByCRN - SecurityGroupIdentityByHref

type SecurityGroupIdentityByCRN

type SecurityGroupIdentityByCRN struct {
	// The security group's CRN.
	CRN *string `json:"crn" validate:"required"`
}

SecurityGroupIdentityByCRN : SecurityGroupIdentityByCRN struct This model "extends" SecurityGroupIdentity

type SecurityGroupIdentityByHref

type SecurityGroupIdentityByHref struct {
	// The security group's canonical URL.
	Href *string `json:"href" validate:"required"`
}

SecurityGroupIdentityByHref : SecurityGroupIdentityByHref struct This model "extends" SecurityGroupIdentity

type SecurityGroupIdentityByID

type SecurityGroupIdentityByID struct {
	// The unique identifier for this security group.
	ID *string `json:"id" validate:"required"`
}

SecurityGroupIdentityByID : SecurityGroupIdentityByID struct This model "extends" SecurityGroupIdentity

type SecurityGroupIdentityIntf

type SecurityGroupIdentityIntf interface {
	// contains filtered or unexported methods
}

type SecurityGroupPatch

type SecurityGroupPatch struct {
	// The user-defined name for this security group. Names must be unique within the VPC the security group resides in.
	Name *string `json:"name,omitempty"`
}

SecurityGroupPatch : SecurityGroupPatch struct

func (*SecurityGroupPatch) AsPatch

func (securityGroupPatch *SecurityGroupPatch) AsPatch() (_patch map[string]interface{}, err error)

AsPatch returns a generic map representation of the SecurityGroupPatch

type SecurityGroupReference

type SecurityGroupReference struct {
	// The security group's CRN.
	CRN *string `json:"crn" validate:"required"`

	// If present, this property indicates the referenced resource has been deleted and provides
	// some supplementary information.
	Deleted *SecurityGroupReferenceDeleted `json:"deleted,omitempty"`

	// The security group's canonical URL.
	Href *string `json:"href" validate:"required"`

	// The unique identifier for this security group.
	ID *string `json:"id" validate:"required"`

	// The user-defined name for this security group. Names must be unique within the VPC the security group resides in.
	Name *string `json:"name" validate:"required"`
}

SecurityGroupReference : SecurityGroupReference struct

type SecurityGroupReferenceDeleted

type SecurityGroupReferenceDeleted struct {
	// Link to documentation about deleted resources.
	MoreInfo *string `json:"more_info" validate:"required"`
}

SecurityGroupReferenceDeleted : If present, this property indicates the referenced resource has been deleted and provides some supplementary information.

type SecurityGroupRule

type SecurityGroupRule struct {
	// The direction of traffic to enforce, either `inbound` or `outbound`.
	Direction *string `json:"direction" validate:"required"`

	// The URL for this security group rule.
	Href *string `json:"href" validate:"required"`

	// The unique identifier for this security group rule.
	ID *string `json:"id" validate:"required"`

	// The IP version to enforce. The format of `remote.address` or `remote.cidr_block` must match this property, if they
	// are used. Alternatively, if `remote` references a security group, then this rule only applies to IP addresses
	// (network interfaces) in that group matching this IP version.
	IPVersion *string `json:"ip_version" validate:"required"`

	// The protocol to enforce.
	Protocol *string `json:"protocol" validate:"required"`

	// The IP addresses or security groups from which this rule allows traffic (or to which,
	// for outbound rules). Can be specified as an IP address, a CIDR block, or a security
	// group. A CIDR block of `0.0.0.0/0` allows traffic from any source (or to any source,
	// for outbound rules).
	Remote SecurityGroupRuleRemoteIntf `json:"remote" validate:"required"`

	// The ICMP traffic code to allow.
	Code *int64 `json:"code,omitempty"`

	// The ICMP traffic type to allow.
	Type *int64 `json:"type,omitempty"`

	// The inclusive upper bound of TCP/UDP port range.
	PortMax *int64 `json:"port_max,omitempty"`

	// The inclusive lower bound of TCP/UDP port range.
	PortMin *int64 `json:"port_min,omitempty"`
}

SecurityGroupRule : SecurityGroupRule struct Models which "extend" this model: - SecurityGroupRuleSecurityGroupRuleProtocolAll - SecurityGroupRuleSecurityGroupRuleProtocolIcmp - SecurityGroupRuleSecurityGroupRuleProtocolTcpudp

type SecurityGroupRuleCollection

type SecurityGroupRuleCollection struct {
	// Array of rules.
	Rules []SecurityGroupRuleIntf `json:"rules" validate:"required"`
}

SecurityGroupRuleCollection : Collection of rules in a security group.

type SecurityGroupRuleIntf

type SecurityGroupRuleIntf interface {
	// contains filtered or unexported methods
}

type SecurityGroupRulePatch

type SecurityGroupRulePatch struct {
	// The ICMP traffic code to allow. Specify `null` to remove an existing ICMP traffic code value.
	Code *int64 `json:"code,omitempty"`

	// The direction of traffic to enforce, either `inbound` or `outbound`.
	Direction *string `json:"direction,omitempty"`

	// The IP version to enforce. The format of `remote.address` or `remote.cidr_block` must match this property, if they
	// are used. Alternatively, if `remote` references a security group, then this rule only applies to IP addresses
	// (network interfaces) in that group matching this IP version.
	IPVersion *string `json:"ip_version,omitempty"`

	// The inclusive upper bound of the protocol port range. Specify `null` to clear an existing upper bound. If a lower
	// bound has been set, the upper bound must also be set, and must not be smaller.
	PortMax *int64 `json:"port_max,omitempty"`

	// The inclusive lower bound of the protocol port range. Specify `null` to clear an existing lower bound. If an upper
	// bound has been set, the lower bound must also be set, and must not be larger.
	PortMin *int64 `json:"port_min,omitempty"`

	// The IP addresses or security groups from which this rule will allow traffic (or to
	// which, for outbound rules). Can be specified as an IP address, a CIDR block, or a
	// security group. A CIDR block of `0.0.0.0/0` will allow traffic from any source (or to
	// any source, for outbound rules).
	Remote SecurityGroupRuleRemotePatchIntf `json:"remote,omitempty"`

	// The ICMP traffic type to allow. Specify `null` to remove an existing ICMP traffic type value.
	Type *int64 `json:"type,omitempty"`
}

SecurityGroupRulePatch : SecurityGroupRulePatch struct

func (*SecurityGroupRulePatch) AsPatch

func (securityGroupRulePatch *SecurityGroupRulePatch) AsPatch() (_patch map[string]interface{}, err error)

AsPatch returns a generic map representation of the SecurityGroupRulePatch

type SecurityGroupRulePrototype

type SecurityGroupRulePrototype struct {
	// The direction of traffic to enforce, either `inbound` or `outbound`.
	Direction *string `json:"direction" validate:"required"`

	// The IP version to enforce. The format of `remote.address` or `remote.cidr_block` must match this property, if they
	// are used. Alternatively, if `remote` references a security group, then this rule only applies to IP addresses
	// (network interfaces) in that group matching this IP version.
	IPVersion *string `json:"ip_version,omitempty"`

	// The protocol to enforce.
	Protocol *string `json:"protocol" validate:"required"`

	// The IP addresses or security groups from which this rule will allow traffic (or to
	// which, for outbound rules). Can be specified as an IP address, a CIDR block, or a
	// security group. If omitted, a CIDR block of `0.0.0.0/0` will be used to allow traffic
	// from any source (or to any source, for outbound rules).
	Remote SecurityGroupRuleRemotePrototypeIntf `json:"remote,omitempty"`

	// The ICMP traffic code to allow.
	Code *int64 `json:"code,omitempty"`

	// The ICMP traffic type to allow.
	Type *int64 `json:"type,omitempty"`

	// The inclusive upper bound of TCP/UDP port range.
	PortMax *int64 `json:"port_max,omitempty"`

	// The inclusive lower bound of TCP/UDP port range.
	PortMin *int64 `json:"port_min,omitempty"`
}

SecurityGroupRulePrototype : SecurityGroupRulePrototype struct Models which "extend" this model: - SecurityGroupRulePrototypeSecurityGroupRuleProtocolAll - SecurityGroupRulePrototypeSecurityGroupRuleProtocolIcmp - SecurityGroupRulePrototypeSecurityGroupRuleProtocolTcpudp

type SecurityGroupRulePrototypeIntf

type SecurityGroupRulePrototypeIntf interface {
	// contains filtered or unexported methods
}

type SecurityGroupRulePrototypeSecurityGroupRuleProtocolAll

type SecurityGroupRulePrototypeSecurityGroupRuleProtocolAll struct {
	// The direction of traffic to enforce, either `inbound` or `outbound`.
	Direction *string `json:"direction" validate:"required"`

	// The IP version to enforce. The format of `remote.address` or `remote.cidr_block` must match this property, if they
	// are used. Alternatively, if `remote` references a security group, then this rule only applies to IP addresses
	// (network interfaces) in that group matching this IP version.
	IPVersion *string `json:"ip_version,omitempty"`

	// The protocol to enforce.
	Protocol *string `json:"protocol" validate:"required"`

	// The IP addresses or security groups from which this rule will allow traffic (or to
	// which, for outbound rules). Can be specified as an IP address, a CIDR block, or a
	// security group. If omitted, a CIDR block of `0.0.0.0/0` will be used to allow traffic
	// from any source (or to any source, for outbound rules).
	Remote SecurityGroupRuleRemotePrototypeIntf `json:"remote,omitempty"`
}

SecurityGroupRulePrototypeSecurityGroupRuleProtocolAll : When `protocol` is `all`, then it's invalid to specify `port_min`, `port_max`, `type` or `code`. This model "extends" SecurityGroupRulePrototype

type SecurityGroupRulePrototypeSecurityGroupRuleProtocolIcmp

type SecurityGroupRulePrototypeSecurityGroupRuleProtocolIcmp struct {
	// The ICMP traffic code to allow.
	Code *int64 `json:"code,omitempty"`

	// The direction of traffic to enforce, either `inbound` or `outbound`.
	Direction *string `json:"direction" validate:"required"`

	// The IP version to enforce. The format of `remote.address` or `remote.cidr_block` must match this property, if they
	// are used. Alternatively, if `remote` references a security group, then this rule only applies to IP addresses
	// (network interfaces) in that group matching this IP version.
	IPVersion *string `json:"ip_version,omitempty"`

	// The protocol to enforce.
	Protocol *string `json:"protocol" validate:"required"`

	// The IP addresses or security groups from which this rule will allow traffic (or to
	// which, for outbound rules). Can be specified as an IP address, a CIDR block, or a
	// security group. If omitted, a CIDR block of `0.0.0.0/0` will be used to allow traffic
	// from any source (or to any source, for outbound rules).
	Remote SecurityGroupRuleRemotePrototypeIntf `json:"remote,omitempty"`

	// The ICMP traffic type to allow.
	Type *int64 `json:"type,omitempty"`
}

SecurityGroupRulePrototypeSecurityGroupRuleProtocolIcmp : When `protocol` is `icmp`, the `type` property may optionally be specified. If specified, then ICMP traffic is allowed only for the specified ICMP type. Further, if `type` is specified, the `code` property may optionally be specified to allow traffic only for the specified ICMP code. This model "extends" SecurityGroupRulePrototype

type SecurityGroupRulePrototypeSecurityGroupRuleProtocolTcpudp

type SecurityGroupRulePrototypeSecurityGroupRuleProtocolTcpudp struct {
	// The direction of traffic to enforce, either `inbound` or `outbound`.
	Direction *string `json:"direction" validate:"required"`

	// The IP version to enforce. The format of `remote.address` or `remote.cidr_block` must match this property, if they
	// are used. Alternatively, if `remote` references a security group, then this rule only applies to IP addresses
	// (network interfaces) in that group matching this IP version.
	IPVersion *string `json:"ip_version,omitempty"`

	// The inclusive upper bound of TCP/UDP port range.
	PortMax *int64 `json:"port_max,omitempty"`

	// The inclusive lower bound of TCP/UDP port range.
	PortMin *int64 `json:"port_min,omitempty"`

	// The protocol to enforce.
	Protocol *string `json:"protocol" validate:"required"`

	// The IP addresses or security groups from which this rule will allow traffic (or to
	// which, for outbound rules). Can be specified as an IP address, a CIDR block, or a
	// security group. If omitted, a CIDR block of `0.0.0.0/0` will be used to allow traffic
	// from any source (or to any source, for outbound rules).
	Remote SecurityGroupRuleRemotePrototypeIntf `json:"remote,omitempty"`
}

SecurityGroupRulePrototypeSecurityGroupRuleProtocolTcpudp : If `protocol` is either `tcp` or `udp`, then the rule may also contain `port_min` and `port_max`. Either both must be set, or neither. When neither is set then traffic is allowed on all ports. For a single port, set both to the same value. This model "extends" SecurityGroupRulePrototype

type SecurityGroupRuleRemote

type SecurityGroupRuleRemote struct {
	// The IP address.
	//
	// This property may add support for IPv6 addresses in the future. When processing a value in this property, verify
	// that the address is in an expected format. If it is not, log an error. Optionally halt processing and surface the
	// error, or bypass the resource on which the unexpected IP address format was encountered.
	Address *string `json:"address,omitempty"`

	// The CIDR block. This property may add support for IPv6 CIDR blocks in the future. When processing a value in this
	// property, verify that the CIDR block is in an expected format. If it is not, log an error. Optionally halt
	// processing and surface the error, or bypass the resource on which the unexpected CIDR block format was encountered.
	CIDRBlock *string `json:"cidr_block,omitempty"`

	// The security group's CRN.
	CRN *string `json:"crn,omitempty"`

	// If present, this property indicates the referenced resource has been deleted and provides
	// some supplementary information.
	Deleted *SecurityGroupReferenceDeleted `json:"deleted,omitempty"`

	// The security group's canonical URL.
	Href *string `json:"href,omitempty"`

	// The unique identifier for this security group.
	ID *string `json:"id,omitempty"`

	// The user-defined name for this security group. Names must be unique within the VPC the security group resides in.
	Name *string `json:"name,omitempty"`
}

SecurityGroupRuleRemote : The IP addresses or security groups from which this rule allows traffic (or to which, for outbound rules). Can be specified as an IP address, a CIDR block, or a security group. A CIDR block of `0.0.0.0/0` allows traffic from any source (or to any source, for outbound rules). Models which "extend" this model: - SecurityGroupRuleRemoteIP - SecurityGroupRuleRemoteCIDR - SecurityGroupRuleRemoteSecurityGroupReference

type SecurityGroupRuleRemoteCIDR

type SecurityGroupRuleRemoteCIDR struct {
	// The CIDR block. This property may add support for IPv6 CIDR blocks in the future. When processing a value in this
	// property, verify that the CIDR block is in an expected format. If it is not, log an error. Optionally halt
	// processing and surface the error, or bypass the resource on which the unexpected CIDR block format was encountered.
	CIDRBlock *string `json:"cidr_block" validate:"required"`
}

SecurityGroupRuleRemoteCIDR : SecurityGroupRuleRemoteCIDR struct This model "extends" SecurityGroupRuleRemote

type SecurityGroupRuleRemoteIP

type SecurityGroupRuleRemoteIP struct {
	// The IP address.
	//
	// This property may add support for IPv6 addresses in the future. When processing a value in this property, verify
	// that the address is in an expected format. If it is not, log an error. Optionally halt processing and surface the
	// error, or bypass the resource on which the unexpected IP address format was encountered.
	Address *string `json:"address" validate:"required"`
}

SecurityGroupRuleRemoteIP : SecurityGroupRuleRemoteIP struct This model "extends" SecurityGroupRuleRemote

type SecurityGroupRuleRemoteIntf

type SecurityGroupRuleRemoteIntf interface {
	// contains filtered or unexported methods
}

type SecurityGroupRuleRemotePatch

type SecurityGroupRuleRemotePatch struct {
	// The IP address.
	//
	// This property may add support for IPv6 addresses in the future. When processing a value in this property, verify
	// that the address is in an expected format. If it is not, log an error. Optionally halt processing and surface the
	// error, or bypass the resource on which the unexpected IP address format was encountered.
	Address *string `json:"address,omitempty"`

	// The CIDR block. This property may add support for IPv6 CIDR blocks in the future. When processing a value in this
	// property, verify that the CIDR block is in an expected format. If it is not, log an error. Optionally halt
	// processing and surface the error, or bypass the resource on which the unexpected CIDR block format was encountered.
	CIDRBlock *string `json:"cidr_block,omitempty"`

	// The unique identifier for this security group.
	ID *string `json:"id,omitempty"`

	// The security group's CRN.
	CRN *string `json:"crn,omitempty"`

	// The security group's canonical URL.
	Href *string `json:"href,omitempty"`
}

SecurityGroupRuleRemotePatch : The IP addresses or security groups from which this rule will allow traffic (or to which, for outbound rules). Can be specified as an IP address, a CIDR block, or a security group. A CIDR block of `0.0.0.0/0` will allow traffic from any source (or to any source, for outbound rules). Models which "extend" this model: - SecurityGroupRuleRemotePatchIP - SecurityGroupRuleRemotePatchCIDR - SecurityGroupRuleRemotePatchSecurityGroupIdentity

type SecurityGroupRuleRemotePatchCIDR

type SecurityGroupRuleRemotePatchCIDR struct {
	// The CIDR block. This property may add support for IPv6 CIDR blocks in the future. When processing a value in this
	// property, verify that the CIDR block is in an expected format. If it is not, log an error. Optionally halt
	// processing and surface the error, or bypass the resource on which the unexpected CIDR block format was encountered.
	CIDRBlock *string `json:"cidr_block" validate:"required"`
}

SecurityGroupRuleRemotePatchCIDR : SecurityGroupRuleRemotePatchCIDR struct This model "extends" SecurityGroupRuleRemotePatch

type SecurityGroupRuleRemotePatchIP

type SecurityGroupRuleRemotePatchIP struct {
	// The IP address.
	//
	// This property may add support for IPv6 addresses in the future. When processing a value in this property, verify
	// that the address is in an expected format. If it is not, log an error. Optionally halt processing and surface the
	// error, or bypass the resource on which the unexpected IP address format was encountered.
	Address *string `json:"address" validate:"required"`
}

SecurityGroupRuleRemotePatchIP : SecurityGroupRuleRemotePatchIP struct This model "extends" SecurityGroupRuleRemotePatch

type SecurityGroupRuleRemotePatchIntf

type SecurityGroupRuleRemotePatchIntf interface {
	// contains filtered or unexported methods
}

type SecurityGroupRuleRemotePatchSecurityGroupIdentity

type SecurityGroupRuleRemotePatchSecurityGroupIdentity struct {
	// The unique identifier for this security group.
	ID *string `json:"id,omitempty"`

	// The security group's CRN.
	CRN *string `json:"crn,omitempty"`

	// The security group's canonical URL.
	Href *string `json:"href,omitempty"`
}

SecurityGroupRuleRemotePatchSecurityGroupIdentity : Identifies a security group by a unique property. Models which "extend" this model: - SecurityGroupRuleRemotePatchSecurityGroupIdentitySecurityGroupIdentityByID - SecurityGroupRuleRemotePatchSecurityGroupIdentitySecurityGroupIdentityByCRN - SecurityGroupRuleRemotePatchSecurityGroupIdentitySecurityGroupIdentityByHref This model "extends" SecurityGroupRuleRemotePatch

type SecurityGroupRuleRemotePatchSecurityGroupIdentityIntf

type SecurityGroupRuleRemotePatchSecurityGroupIdentityIntf interface {
	SecurityGroupRuleRemotePatchIntf
	// contains filtered or unexported methods
}

type SecurityGroupRuleRemotePatchSecurityGroupIdentitySecurityGroupIdentityByCRN

type SecurityGroupRuleRemotePatchSecurityGroupIdentitySecurityGroupIdentityByCRN struct {
	// The security group's CRN.
	CRN *string `json:"crn" validate:"required"`
}

SecurityGroupRuleRemotePatchSecurityGroupIdentitySecurityGroupIdentityByCRN : SecurityGroupRuleRemotePatchSecurityGroupIdentitySecurityGroupIdentityByCRN struct This model "extends" SecurityGroupRuleRemotePatchSecurityGroupIdentity

type SecurityGroupRuleRemotePatchSecurityGroupIdentitySecurityGroupIdentityByHref

type SecurityGroupRuleRemotePatchSecurityGroupIdentitySecurityGroupIdentityByHref struct {
	// The security group's canonical URL.
	Href *string `json:"href" validate:"required"`
}

SecurityGroupRuleRemotePatchSecurityGroupIdentitySecurityGroupIdentityByHref : SecurityGroupRuleRemotePatchSecurityGroupIdentitySecurityGroupIdentityByHref struct This model "extends" SecurityGroupRuleRemotePatchSecurityGroupIdentity

type SecurityGroupRuleRemotePatchSecurityGroupIdentitySecurityGroupIdentityByID

type SecurityGroupRuleRemotePatchSecurityGroupIdentitySecurityGroupIdentityByID struct {
	// The unique identifier for this security group.
	ID *string `json:"id" validate:"required"`
}

SecurityGroupRuleRemotePatchSecurityGroupIdentitySecurityGroupIdentityByID : SecurityGroupRuleRemotePatchSecurityGroupIdentitySecurityGroupIdentityByID struct This model "extends" SecurityGroupRuleRemotePatchSecurityGroupIdentity

type SecurityGroupRuleRemotePrototype

type SecurityGroupRuleRemotePrototype struct {
	// The IP address.
	//
	// This property may add support for IPv6 addresses in the future. When processing a value in this property, verify
	// that the address is in an expected format. If it is not, log an error. Optionally halt processing and surface the
	// error, or bypass the resource on which the unexpected IP address format was encountered.
	Address *string `json:"address,omitempty"`

	// The CIDR block. This property may add support for IPv6 CIDR blocks in the future. When processing a value in this
	// property, verify that the CIDR block is in an expected format. If it is not, log an error. Optionally halt
	// processing and surface the error, or bypass the resource on which the unexpected CIDR block format was encountered.
	CIDRBlock *string `json:"cidr_block,omitempty"`

	// The unique identifier for this security group.
	ID *string `json:"id,omitempty"`

	// The security group's CRN.
	CRN *string `json:"crn,omitempty"`

	// The security group's canonical URL.
	Href *string `json:"href,omitempty"`
}

SecurityGroupRuleRemotePrototype : The IP addresses or security groups from which this rule will allow traffic (or to which, for outbound rules). Can be specified as an IP address, a CIDR block, or a security group. If omitted, a CIDR block of `0.0.0.0/0` will be used to allow traffic from any source (or to any source, for outbound rules). Models which "extend" this model: - SecurityGroupRuleRemotePrototypeIP - SecurityGroupRuleRemotePrototypeCIDR - SecurityGroupRuleRemotePrototypeSecurityGroupIdentity

type SecurityGroupRuleRemotePrototypeCIDR

type SecurityGroupRuleRemotePrototypeCIDR struct {
	// The CIDR block. This property may add support for IPv6 CIDR blocks in the future. When processing a value in this
	// property, verify that the CIDR block is in an expected format. If it is not, log an error. Optionally halt
	// processing and surface the error, or bypass the resource on which the unexpected CIDR block format was encountered.
	CIDRBlock *string `json:"cidr_block" validate:"required"`
}

SecurityGroupRuleRemotePrototypeCIDR : SecurityGroupRuleRemotePrototypeCIDR struct This model "extends" SecurityGroupRuleRemotePrototype

type SecurityGroupRuleRemotePrototypeIP

type SecurityGroupRuleRemotePrototypeIP struct {
	// The IP address.
	//
	// This property may add support for IPv6 addresses in the future. When processing a value in this property, verify
	// that the address is in an expected format. If it is not, log an error. Optionally halt processing and surface the
	// error, or bypass the resource on which the unexpected IP address format was encountered.
	Address *string `json:"address" validate:"required"`
}

SecurityGroupRuleRemotePrototypeIP : SecurityGroupRuleRemotePrototypeIP struct This model "extends" SecurityGroupRuleRemotePrototype

type SecurityGroupRuleRemotePrototypeIntf

type SecurityGroupRuleRemotePrototypeIntf interface {
	// contains filtered or unexported methods
}

type SecurityGroupRuleRemotePrototypeSecurityGroupIdentity

type SecurityGroupRuleRemotePrototypeSecurityGroupIdentity struct {
	// The unique identifier for this security group.
	ID *string `json:"id,omitempty"`

	// The security group's CRN.
	CRN *string `json:"crn,omitempty"`

	// The security group's canonical URL.
	Href *string `json:"href,omitempty"`
}

SecurityGroupRuleRemotePrototypeSecurityGroupIdentity : Identifies a security group by a unique property. Models which "extend" this model: - SecurityGroupRuleRemotePrototypeSecurityGroupIdentitySecurityGroupIdentityByID - SecurityGroupRuleRemotePrototypeSecurityGroupIdentitySecurityGroupIdentityByCRN - SecurityGroupRuleRemotePrototypeSecurityGroupIdentitySecurityGroupIdentityByHref This model "extends" SecurityGroupRuleRemotePrototype

type SecurityGroupRuleRemotePrototypeSecurityGroupIdentityIntf

type SecurityGroupRuleRemotePrototypeSecurityGroupIdentityIntf interface {
	SecurityGroupRuleRemotePrototypeIntf
	// contains filtered or unexported methods
}

type SecurityGroupRuleRemotePrototypeSecurityGroupIdentitySecurityGroupIdentityByCRN

type SecurityGroupRuleRemotePrototypeSecurityGroupIdentitySecurityGroupIdentityByCRN struct {
	// The security group's CRN.
	CRN *string `json:"crn" validate:"required"`
}

SecurityGroupRuleRemotePrototypeSecurityGroupIdentitySecurityGroupIdentityByCRN : SecurityGroupRuleRemotePrototypeSecurityGroupIdentitySecurityGroupIdentityByCRN struct This model "extends" SecurityGroupRuleRemotePrototypeSecurityGroupIdentity

type SecurityGroupRuleRemotePrototypeSecurityGroupIdentitySecurityGroupIdentityByHref

type SecurityGroupRuleRemotePrototypeSecurityGroupIdentitySecurityGroupIdentityByHref struct {
	// The security group's canonical URL.
	Href *string `json:"href" validate:"required"`
}

SecurityGroupRuleRemotePrototypeSecurityGroupIdentitySecurityGroupIdentityByHref : SecurityGroupRuleRemotePrototypeSecurityGroupIdentitySecurityGroupIdentityByHref struct This model "extends" SecurityGroupRuleRemotePrototypeSecurityGroupIdentity

type SecurityGroupRuleRemotePrototypeSecurityGroupIdentitySecurityGroupIdentityByID

type SecurityGroupRuleRemotePrototypeSecurityGroupIdentitySecurityGroupIdentityByID struct {
	// The unique identifier for this security group.
	ID *string `json:"id" validate:"required"`
}

SecurityGroupRuleRemotePrototypeSecurityGroupIdentitySecurityGroupIdentityByID : SecurityGroupRuleRemotePrototypeSecurityGroupIdentitySecurityGroupIdentityByID struct This model "extends" SecurityGroupRuleRemotePrototypeSecurityGroupIdentity

type SecurityGroupRuleRemoteSecurityGroupReference

type SecurityGroupRuleRemoteSecurityGroupReference struct {
	// The security group's CRN.
	CRN *string `json:"crn" validate:"required"`

	// If present, this property indicates the referenced resource has been deleted and provides
	// some supplementary information.
	Deleted *SecurityGroupReferenceDeleted `json:"deleted,omitempty"`

	// The security group's canonical URL.
	Href *string `json:"href" validate:"required"`

	// The unique identifier for this security group.
	ID *string `json:"id" validate:"required"`

	// The user-defined name for this security group. Names must be unique within the VPC the security group resides in.
	Name *string `json:"name" validate:"required"`
}

SecurityGroupRuleRemoteSecurityGroupReference : SecurityGroupRuleRemoteSecurityGroupReference struct This model "extends" SecurityGroupRuleRemote

type SecurityGroupRuleSecurityGroupRuleProtocolAll

type SecurityGroupRuleSecurityGroupRuleProtocolAll struct {
	// The direction of traffic to enforce, either `inbound` or `outbound`.
	Direction *string `json:"direction" validate:"required"`

	// The URL for this security group rule.
	Href *string `json:"href" validate:"required"`

	// The unique identifier for this security group rule.
	ID *string `json:"id" validate:"required"`

	// The IP version to enforce. The format of `remote.address` or `remote.cidr_block` must match this property, if they
	// are used. Alternatively, if `remote` references a security group, then this rule only applies to IP addresses
	// (network interfaces) in that group matching this IP version.
	IPVersion *string `json:"ip_version" validate:"required"`

	Remote SecurityGroupRuleRemoteIntf `json:"remote" validate:"required"`

	// The protocol to enforce.
	Protocol *string `json:"protocol" validate:"required"`
}

SecurityGroupRuleSecurityGroupRuleProtocolAll : When `protocol` is `all`, then it's invalid to specify `port_min`, `port_max`, `type` or `code`. This model "extends" SecurityGroupRule

type SecurityGroupRuleSecurityGroupRuleProtocolIcmp

type SecurityGroupRuleSecurityGroupRuleProtocolIcmp struct {
	// The direction of traffic to enforce, either `inbound` or `outbound`.
	Direction *string `json:"direction" validate:"required"`

	// The URL for this security group rule.
	Href *string `json:"href" validate:"required"`

	// The unique identifier for this security group rule.
	ID *string `json:"id" validate:"required"`

	// The IP version to enforce. The format of `remote.address` or `remote.cidr_block` must match this property, if they
	// are used. Alternatively, if `remote` references a security group, then this rule only applies to IP addresses
	// (network interfaces) in that group matching this IP version.
	IPVersion *string `json:"ip_version" validate:"required"`

	Remote SecurityGroupRuleRemoteIntf `json:"remote" validate:"required"`

	// The ICMP traffic code to allow.
	Code *int64 `json:"code,omitempty"`

	// The protocol to enforce.
	Protocol *string `json:"protocol" validate:"required"`

	// The ICMP traffic type to allow.
	Type *int64 `json:"type,omitempty"`
}

SecurityGroupRuleSecurityGroupRuleProtocolIcmp : When `protocol` is `icmp`, the `type` property may optionally be specified. If specified, then ICMP traffic is allowed only for the specified ICMP type. Further, if `type` is specified, the `code` property may optionally be specified to allow traffic only for the specified ICMP code. This model "extends" SecurityGroupRule

type SecurityGroupRuleSecurityGroupRuleProtocolTcpudp

type SecurityGroupRuleSecurityGroupRuleProtocolTcpudp struct {
	// The direction of traffic to enforce, either `inbound` or `outbound`.
	Direction *string `json:"direction" validate:"required"`

	// The URL for this security group rule.
	Href *string `json:"href" validate:"required"`

	// The unique identifier for this security group rule.
	ID *string `json:"id" validate:"required"`

	// The IP version to enforce. The format of `remote.address` or `remote.cidr_block` must match this property, if they
	// are used. Alternatively, if `remote` references a security group, then this rule only applies to IP addresses
	// (network interfaces) in that group matching this IP version.
	IPVersion *string `json:"ip_version" validate:"required"`

	Remote SecurityGroupRuleRemoteIntf `json:"remote" validate:"required"`

	// The inclusive upper bound of TCP/UDP port range.
	PortMax *int64 `json:"port_max,omitempty"`

	// The inclusive lower bound of TCP/UDP port range.
	PortMin *int64 `json:"port_min,omitempty"`

	// The protocol to enforce.
	Protocol *string `json:"protocol" validate:"required"`
}

SecurityGroupRuleSecurityGroupRuleProtocolTcpudp : If `protocol` is either `tcp` or `udp`, then the rule may also contain `port_min` and `port_max`. Either both must be set, or neither. When neither is set then traffic is allowed on all ports. For a single port, set both to the same value. This model "extends" SecurityGroupRule

type SecurityGroupTargetCollection

type SecurityGroupTargetCollection struct {
	// A link to the first page of resources.
	First *SecurityGroupTargetCollectionFirst `json:"first" validate:"required"`

	// The maximum number of resources that can be returned by the request.
	Limit *int64 `json:"limit" validate:"required"`

	// A link to the next page of resources. This property is present for all pages
	// except the last page.
	Next *SecurityGroupTargetCollectionNext `json:"next,omitempty"`

	// Collection of targets for this security group.
	Targets []SecurityGroupTargetReferenceIntf `json:"targets" validate:"required"`

	// The total number of resources across all pages.
	TotalCount *int64 `json:"total_count" validate:"required"`
}

SecurityGroupTargetCollection : SecurityGroupTargetCollection struct

func (*SecurityGroupTargetCollection) GetNextStart

func (resp *SecurityGroupTargetCollection) GetNextStart() (*string, error)

Retrieve the value to be passed to a request to access the next page of results

type SecurityGroupTargetCollectionFirst

type SecurityGroupTargetCollectionFirst struct {
	// The URL for a page of resources.
	Href *string `json:"href" validate:"required"`
}

SecurityGroupTargetCollectionFirst : A link to the first page of resources.

type SecurityGroupTargetCollectionNext

type SecurityGroupTargetCollectionNext struct {
	// The URL for a page of resources.
	Href *string `json:"href" validate:"required"`
}

SecurityGroupTargetCollectionNext : A link to the next page of resources. This property is present for all pages except the last page.

type SecurityGroupTargetReference

type SecurityGroupTargetReference struct {
	// If present, this property indicates the referenced resource has been deleted and provides
	// some supplementary information.
	Deleted *NetworkInterfaceReferenceTargetContextDeleted `json:"deleted,omitempty"`

	// The URL for this network interface.
	Href *string `json:"href,omitempty"`

	// The unique identifier for this network interface.
	ID *string `json:"id,omitempty"`

	// The user-defined name for this network interface.
	Name *string `json:"name,omitempty"`

	// The resource type.
	ResourceType *string `json:"resource_type,omitempty"`

	// The load balancer's CRN.
	CRN *string `json:"crn,omitempty"`
}

SecurityGroupTargetReference : The resource types that can be security group targets are expected to expand in the future. When iterating over security group targets, do not assume that every target resource will be from a known set of resource types. Optionally halt processing and surface an error, or bypass resources of unrecognized types. Models which "extend" this model: - SecurityGroupTargetReferenceNetworkInterfaceReferenceTargetContext - SecurityGroupTargetReferenceLoadBalancerReference - SecurityGroupTargetReferenceEndpointGatewayReference

type SecurityGroupTargetReferenceEndpointGatewayReference

type SecurityGroupTargetReferenceEndpointGatewayReference struct {
	// The CRN for this endpoint gateway.
	CRN *string `json:"crn" validate:"required"`

	// If present, this property indicates the referenced resource has been deleted and provides
	// some supplementary information.
	Deleted *EndpointGatewayReferenceDeleted `json:"deleted,omitempty"`

	// The URL for this endpoint gateway.
	Href *string `json:"href" validate:"required"`

	// The unique identifier for this endpoint gateway.
	ID *string `json:"id" validate:"required"`

	// The unique user-defined name for this endpoint gateway.
	Name *string `json:"name" validate:"required"`

	// The resource type.
	ResourceType *string `json:"resource_type" validate:"required"`
}

SecurityGroupTargetReferenceEndpointGatewayReference : SecurityGroupTargetReferenceEndpointGatewayReference struct This model "extends" SecurityGroupTargetReference

type SecurityGroupTargetReferenceIntf

type SecurityGroupTargetReferenceIntf interface {
	// contains filtered or unexported methods
}

type SecurityGroupTargetReferenceLoadBalancerReference

type SecurityGroupTargetReferenceLoadBalancerReference struct {
	// The load balancer's CRN.
	CRN *string `json:"crn" validate:"required"`

	// If present, this property indicates the referenced resource has been deleted and provides
	// some supplementary information.
	Deleted *LoadBalancerReferenceDeleted `json:"deleted,omitempty"`

	// The load balancer's canonical URL.
	Href *string `json:"href" validate:"required"`

	// The unique identifier for this load balancer.
	ID *string `json:"id" validate:"required"`

	// The unique user-defined name for this load balancer.
	Name *string `json:"name" validate:"required"`

	// The resource type.
	ResourceType *string `json:"resource_type" validate:"required"`
}

SecurityGroupTargetReferenceLoadBalancerReference : SecurityGroupTargetReferenceLoadBalancerReference struct This model "extends" SecurityGroupTargetReference

type SecurityGroupTargetReferenceNetworkInterfaceReferenceTargetContext

type SecurityGroupTargetReferenceNetworkInterfaceReferenceTargetContext struct {
	// If present, this property indicates the referenced resource has been deleted and provides
	// some supplementary information.
	Deleted *NetworkInterfaceReferenceTargetContextDeleted `json:"deleted,omitempty"`

	// The URL for this network interface.
	Href *string `json:"href" validate:"required"`

	// The unique identifier for this network interface.
	ID *string `json:"id" validate:"required"`

	// The user-defined name for this network interface.
	Name *string `json:"name" validate:"required"`

	// The resource type.
	ResourceType *string `json:"resource_type" validate:"required"`
}

SecurityGroupTargetReferenceNetworkInterfaceReferenceTargetContext : SecurityGroupTargetReferenceNetworkInterfaceReferenceTargetContext struct This model "extends" SecurityGroupTargetReference

type SetSubnetPublicGatewayOptions

type SetSubnetPublicGatewayOptions struct {
	// The subnet identifier.
	ID *string `json:"id" validate:"required,ne="`

	// The public gateway identity.
	PublicGatewayIdentity PublicGatewayIdentityIntf `json:"PublicGatewayIdentity" validate:"required"`

	// Allows users to set headers on API requests
	Headers map[string]string
}

SetSubnetPublicGatewayOptions : The SetSubnetPublicGateway options.

func (*SetSubnetPublicGatewayOptions) SetHeaders

SetHeaders : Allow user to set Headers

func (*SetSubnetPublicGatewayOptions) SetID

SetID : Allow user to set ID

func (*SetSubnetPublicGatewayOptions) SetPublicGatewayIdentity

func (_options *SetSubnetPublicGatewayOptions) SetPublicGatewayIdentity(publicGatewayIdentity PublicGatewayIdentityIntf) *SetSubnetPublicGatewayOptions

SetPublicGatewayIdentity : Allow user to set PublicGatewayIdentity

type Snapshot

type Snapshot struct {
	// Indicates if a boot volume attachment can be created with a volume created from this snapshot.
	Bootable *bool `json:"bootable" validate:"required"`

	// The date and time the data capture for this snapshot was completed.
	//
	// If absent, this snapshot's data has not yet been captured. Additionally, this property may be absent for snapshots
	// created before 1 January 2022.
	CapturedAt *strfmt.DateTime `json:"captured_at,omitempty"`

	// The date and time that this snapshot was created.
	CreatedAt *strfmt.DateTime `json:"created_at" validate:"required"`

	// The CRN for this snapshot.
	CRN *string `json:"crn" validate:"required"`

	// Indicates whether this snapshot can be deleted. This value will always be `true`.
	Deletable *bool `json:"deletable" validate:"required"`

	// The type of encryption used on the source volume.
	Encryption *string `json:"encryption" validate:"required"`

	// The root key used to wrap the data encryption key for the source volume.
	//
	// This property will be present for volumes with an `encryption` type of
	// `user_managed`.
	EncryptionKey *EncryptionKeyReference `json:"encryption_key,omitempty"`

	// The URL for this snapshot.
	Href *string `json:"href" validate:"required"`

	// The unique identifier for this snapshot.
	ID *string `json:"id" validate:"required"`

	// The lifecycle state of this snapshot.
	LifecycleState *string `json:"lifecycle_state" validate:"required"`

	// The minimum capacity of a volume created from this snapshot. When a snapshot is created, this will be set to the
	// capacity of the `source_volume`.
	MinimumCapacity *int64 `json:"minimum_capacity" validate:"required"`

	// The user-defined name for this snapshot.
	Name *string `json:"name" validate:"required"`

	// The operating system included in this image.
	OperatingSystem *OperatingSystem `json:"operating_system,omitempty"`

	// The resource group for this snapshot.
	ResourceGroup *ResourceGroupReference `json:"resource_group" validate:"required"`

	// The resource type.
	ResourceType *string `json:"resource_type" validate:"required"`

	// The size of this snapshot rounded up to the next gigabyte.
	Size *int64 `json:"size" validate:"required"`

	// If present, the image from which the data on this volume was most directly
	// provisioned.
	SourceImage *ImageReference `json:"source_image,omitempty"`

	// The source volume this snapshot was created from (may be
	// [deleted](https://cloud.ibm.com/apidocs/vpc#deleted-resources)).
	SourceVolume *VolumeReference `json:"source_volume" validate:"required"`
}

Snapshot : Snapshot struct

type SnapshotCollection

type SnapshotCollection struct {
	// A link to the first page of resources.
	First *SnapshotCollectionFirst `json:"first" validate:"required"`

	// The maximum number of resources that can be returned by the request.
	Limit *int64 `json:"limit" validate:"required"`

	// A link to the next page of resources. This property is present for all pages
	// except the last page.
	Next *SnapshotCollectionNext `json:"next,omitempty"`

	// Collection of snapshots.
	Snapshots []Snapshot `json:"snapshots" validate:"required"`

	// The total number of resources across all pages.
	TotalCount *int64 `json:"total_count" validate:"required"`
}

SnapshotCollection : SnapshotCollection struct

func (*SnapshotCollection) GetNextStart

func (resp *SnapshotCollection) GetNextStart() (*string, error)

Retrieve the value to be passed to a request to access the next page of results

type SnapshotCollectionFirst

type SnapshotCollectionFirst struct {
	// The URL for a page of resources.
	Href *string `json:"href" validate:"required"`
}

SnapshotCollectionFirst : A link to the first page of resources.

type SnapshotCollectionNext

type SnapshotCollectionNext struct {
	// The URL for a page of resources.
	Href *string `json:"href" validate:"required"`
}

SnapshotCollectionNext : A link to the next page of resources. This property is present for all pages except the last page.

type SnapshotIdentity

type SnapshotIdentity struct {
	// The unique identifier for this snapshot.
	ID *string `json:"id,omitempty"`

	// The CRN for this snapshot.
	CRN *string `json:"crn,omitempty"`

	// The URL for this snapshot.
	Href *string `json:"href,omitempty"`
}

SnapshotIdentity : Identifies a snapshot by a unique property. Models which "extend" this model: - SnapshotIdentityByID - SnapshotIdentityByCRN - SnapshotIdentityByHref

type SnapshotIdentityByCRN

type SnapshotIdentityByCRN struct {
	// The CRN for this snapshot.
	CRN *string `json:"crn" validate:"required"`
}

SnapshotIdentityByCRN : SnapshotIdentityByCRN struct This model "extends" SnapshotIdentity

type SnapshotIdentityByHref

type SnapshotIdentityByHref struct {
	// The URL for this snapshot.
	Href *string `json:"href" validate:"required"`
}

SnapshotIdentityByHref : SnapshotIdentityByHref struct This model "extends" SnapshotIdentity

type SnapshotIdentityByID

type SnapshotIdentityByID struct {
	// The unique identifier for this snapshot.
	ID *string `json:"id" validate:"required"`
}

SnapshotIdentityByID : SnapshotIdentityByID struct This model "extends" SnapshotIdentity

type SnapshotIdentityIntf

type SnapshotIdentityIntf interface {
	// contains filtered or unexported methods
}

type SnapshotPatch

type SnapshotPatch struct {
	// The user-defined name for this snapshot.
	Name *string `json:"name,omitempty"`
}

SnapshotPatch : SnapshotPatch struct

func (*SnapshotPatch) AsPatch

func (snapshotPatch *SnapshotPatch) AsPatch() (_patch map[string]interface{}, err error)

AsPatch returns a generic map representation of the SnapshotPatch

type SnapshotReference

type SnapshotReference struct {
	// The CRN for this snapshot.
	CRN *string `json:"crn" validate:"required"`

	// If present, this property indicates the referenced resource has been deleted and provides
	// some supplementary information.
	Deleted *SnapshotReferenceDeleted `json:"deleted,omitempty"`

	// The URL for this snapshot.
	Href *string `json:"href" validate:"required"`

	// The unique identifier for this snapshot.
	ID *string `json:"id" validate:"required"`

	// The user-defined name for this snapshot.
	Name *string `json:"name" validate:"required"`

	// The resource type.
	ResourceType *string `json:"resource_type" validate:"required"`
}

SnapshotReference : SnapshotReference struct

type SnapshotReferenceDeleted

type SnapshotReferenceDeleted struct {
	// Link to documentation about deleted resources.
	MoreInfo *string `json:"more_info" validate:"required"`
}

SnapshotReferenceDeleted : If present, this property indicates the referenced resource has been deleted and provides some supplementary information.

type StartBareMetalServerOptions

type StartBareMetalServerOptions struct {
	// The bare metal server identifier.
	ID *string `json:"id" validate:"required,ne="`

	// Allows users to set headers on API requests
	Headers map[string]string
}

StartBareMetalServerOptions : The StartBareMetalServer options.

func (*StartBareMetalServerOptions) SetHeaders

func (options *StartBareMetalServerOptions) SetHeaders(param map[string]string) *StartBareMetalServerOptions

SetHeaders : Allow user to set Headers

func (*StartBareMetalServerOptions) SetID

SetID : Allow user to set ID

type StopBareMetalServerOptions

type StopBareMetalServerOptions struct {
	// The bare metal server identifier.
	ID *string `json:"id" validate:"required,ne="`

	// The type of stop operation:
	// - `soft`: signal running operating system to quiesce and shutdown cleanly
	// - `hard`: immediately stop the server.
	Type *string `json:"type" validate:"required"`

	// Allows users to set headers on API requests
	Headers map[string]string
}

StopBareMetalServerOptions : The StopBareMetalServer options.

func (*StopBareMetalServerOptions) SetHeaders

func (options *StopBareMetalServerOptions) SetHeaders(param map[string]string) *StopBareMetalServerOptions

SetHeaders : Allow user to set Headers

func (*StopBareMetalServerOptions) SetID

SetID : Allow user to set ID

func (*StopBareMetalServerOptions) SetType

func (_options *StopBareMetalServerOptions) SetType(typeVar string) *StopBareMetalServerOptions

SetType : Allow user to set Type

type Subnet

type Subnet struct {
	// The number of IPv4 addresses in this subnet that are not in-use, and have not been reserved by the user or the
	// provider.
	AvailableIpv4AddressCount *int64 `json:"available_ipv4_address_count" validate:"required"`

	// The date and time that the subnet was created.
	CreatedAt *strfmt.DateTime `json:"created_at" validate:"required"`

	// The CRN for this subnet.
	CRN *string `json:"crn" validate:"required"`

	// The URL for this subnet.
	Href *string `json:"href" validate:"required"`

	// The unique identifier for this subnet.
	ID *string `json:"id" validate:"required"`

	// The IP version(s) supported by this subnet.
	IPVersion *string `json:"ip_version" validate:"required"`

	// The IPv4 range of the subnet, expressed in CIDR format.
	Ipv4CIDRBlock *string `json:"ipv4_cidr_block" validate:"required"`

	// The user-defined name for this subnet.
	Name *string `json:"name" validate:"required"`

	// The network ACL for this subnet.
	NetworkACL *NetworkACLReference `json:"network_acl" validate:"required"`

	// The public gateway to use for internet-bound traffic for this subnet.
	PublicGateway *PublicGatewayReference `json:"public_gateway,omitempty"`

	// The resource group for this subnet.
	ResourceGroup *ResourceGroupReference `json:"resource_group" validate:"required"`

	// The routing table for this subnet.
	RoutingTable *RoutingTableReference `json:"routing_table" validate:"required"`

	// The status of the subnet.
	Status *string `json:"status" validate:"required"`

	// The total number of IPv4 addresses in this subnet.
	//
	// Note: This is calculated as 2<sup>(32 − prefix length)</sup>. For example, the prefix length `/24` gives:<br>
	// 2<sup>(32 − 24)</sup> = 2<sup>8</sup> = 256 addresses.
	TotalIpv4AddressCount *int64 `json:"total_ipv4_address_count" validate:"required"`

	// The VPC this subnet is a part of.
	VPC *VPCReference `json:"vpc" validate:"required"`

	// The zone this subnet resides in.
	Zone *ZoneReference `json:"zone" validate:"required"`
}

Subnet : Subnet struct

type SubnetCollection

type SubnetCollection struct {
	// A link to the first page of resources.
	First *SubnetCollectionFirst `json:"first" validate:"required"`

	// The maximum number of resources that can be returned by the request.
	Limit *int64 `json:"limit" validate:"required"`

	// A link to the next page of resources. This property is present for all pages
	// except the last page.
	Next *SubnetCollectionNext `json:"next,omitempty"`

	// Collection of subnets.
	Subnets []Subnet `json:"subnets" validate:"required"`

	// The total number of resources across all pages.
	TotalCount *int64 `json:"total_count" validate:"required"`
}

SubnetCollection : SubnetCollection struct

func (*SubnetCollection) GetNextStart

func (resp *SubnetCollection) GetNextStart() (*string, error)

Retrieve the value to be passed to a request to access the next page of results

type SubnetCollectionFirst

type SubnetCollectionFirst struct {
	// The URL for a page of resources.
	Href *string `json:"href" validate:"required"`
}

SubnetCollectionFirst : A link to the first page of resources.

type SubnetCollectionNext

type SubnetCollectionNext struct {
	// The URL for a page of resources.
	Href *string `json:"href" validate:"required"`
}

SubnetCollectionNext : A link to the next page of resources. This property is present for all pages except the last page.

type SubnetIdentity

type SubnetIdentity struct {
	// The unique identifier for this subnet.
	ID *string `json:"id,omitempty"`

	// The CRN for this subnet.
	CRN *string `json:"crn,omitempty"`

	// The URL for this subnet.
	Href *string `json:"href,omitempty"`
}

SubnetIdentity : Identifies a subnet by a unique property. Models which "extend" this model: - SubnetIdentityByID - SubnetIdentityByCRN - SubnetIdentityByHref

type SubnetIdentityByCRN

type SubnetIdentityByCRN struct {
	// The CRN for this subnet.
	CRN *string `json:"crn" validate:"required"`
}

SubnetIdentityByCRN : SubnetIdentityByCRN struct This model "extends" SubnetIdentity

type SubnetIdentityByHref

type SubnetIdentityByHref struct {
	// The URL for this subnet.
	Href *string `json:"href" validate:"required"`
}

SubnetIdentityByHref : SubnetIdentityByHref struct This model "extends" SubnetIdentity

type SubnetIdentityByID

type SubnetIdentityByID struct {
	// The unique identifier for this subnet.
	ID *string `json:"id" validate:"required"`
}

SubnetIdentityByID : SubnetIdentityByID struct This model "extends" SubnetIdentity

type SubnetIdentityIntf

type SubnetIdentityIntf interface {
	// contains filtered or unexported methods
}

type SubnetPatch

type SubnetPatch struct {
	// The user-defined name for this subnet. Names must be unique within the VPC the subnet resides in.
	Name *string `json:"name,omitempty"`

	// The network ACL to use for this subnet.
	NetworkACL NetworkACLIdentityIntf `json:"network_acl,omitempty"`

	// The public gateway to use for internet-bound traffic for this subnet.
	PublicGateway SubnetPublicGatewayPatchIntf `json:"public_gateway,omitempty"`

	// The routing table to use for this subnet.  The routing table properties
	// `route_direct_link_ingress`, `route_transit_gateway_ingress`, and
	// `route_vpc_zone_ingress` must be `false`.
	RoutingTable RoutingTableIdentityIntf `json:"routing_table,omitempty"`
}

SubnetPatch : SubnetPatch struct

func (*SubnetPatch) AsPatch

func (subnetPatch *SubnetPatch) AsPatch() (_patch map[string]interface{}, err error)

AsPatch returns a generic map representation of the SubnetPatch

type SubnetPrototype

type SubnetPrototype struct {
	// The IP version(s) to support for this subnet.
	IPVersion *string `json:"ip_version,omitempty"`

	// The user-defined name for this subnet. Names must be unique within the VPC the subnet resides in. If unspecified,
	// the name will be a hyphenated list of randomly-selected words.
	Name *string `json:"name,omitempty"`

	// The network ACL to use for this subnet.
	NetworkACL NetworkACLIdentityIntf `json:"network_acl,omitempty"`

	// The public gateway to use for internet-bound traffic for this subnet. If
	// unspecified, the subnet will not be attached to a public gateway.
	PublicGateway PublicGatewayIdentityIntf `json:"public_gateway,omitempty"`

	// The resource group to use. If unspecified, the account's [default resource
	// group](https://cloud.ibm.com/apidocs/resource-manager#introduction) is used.
	ResourceGroup ResourceGroupIdentityIntf `json:"resource_group,omitempty"`

	// The routing table to use for this subnet. If unspecified, the default routing table
	// for the VPC is used. The routing table properties `route_direct_link_ingress`,
	// `route_transit_gateway_ingress`, and `route_vpc_zone_ingress` must be `false`.
	RoutingTable RoutingTableIdentityIntf `json:"routing_table,omitempty"`

	// The VPC the subnet is to be a part of.
	VPC VPCIdentityIntf `json:"vpc" validate:"required"`

	// The total number of IPv4 addresses required. Must be a power of 2. The VPC must have a default address prefix in the
	// specified zone, and that prefix must have a free CIDR range with at least this number of addresses.
	TotalIpv4AddressCount *int64 `json:"total_ipv4_address_count,omitempty"`

	// The zone this subnet will reside in.
	Zone ZoneIdentityIntf `json:"zone,omitempty"`

	// The IPv4 range of the subnet, expressed in CIDR format. The prefix length of the subnet's CIDR must be between `/9`
	// (8,388,608 addresses) and `/29` (8 addresses). The IPv4 range of the subnet's CIDR must fall within an existing
	// address prefix in the VPC and must not overlap with any existing subnet. The subnet will be created in the zone of
	// the address prefix that contains the IPv4 CIDR. If zone is specified, it must match the zone of the address prefix
	// that contains the subnet's IPv4 CIDR.
	Ipv4CIDRBlock *string `json:"ipv4_cidr_block,omitempty"`
}

SubnetPrototype : SubnetPrototype struct Models which "extend" this model: - SubnetPrototypeSubnetByTotalCount - SubnetPrototypeSubnetByCIDR

type SubnetPrototypeIntf

type SubnetPrototypeIntf interface {
	// contains filtered or unexported methods
}

type SubnetPrototypeSubnetByCIDR

type SubnetPrototypeSubnetByCIDR struct {
	// The IP version(s) to support for this subnet.
	IPVersion *string `json:"ip_version,omitempty"`

	// The user-defined name for this subnet. Names must be unique within the VPC the subnet resides in. If unspecified,
	// the name will be a hyphenated list of randomly-selected words.
	Name *string `json:"name,omitempty"`

	// The network ACL to use for this subnet. If unspecified, the default network ACL for the VPC is used.
	NetworkACL NetworkACLIdentityIntf `json:"network_acl,omitempty"`

	// The public gateway to use for internet-bound traffic for this subnet. If unspecified, the subnet will not be
	// attached to a public gateway.
	PublicGateway PublicGatewayIdentityIntf `json:"public_gateway,omitempty"`

	ResourceGroup ResourceGroupIdentityIntf `json:"resource_group,omitempty"`

	// The routing table to use for this subnet. If unspecified, the default routing table for the VPC is used. The routing
	// table properties `route_direct_link_ingress`,
	// `route_transit_gateway_ingress`, and `route_vpc_zone_ingress` must be `false`.
	RoutingTable RoutingTableIdentityIntf `json:"routing_table,omitempty"`

	// The VPC the subnet is to be a part of.
	VPC VPCIdentityIntf `json:"vpc" validate:"required"`

	// The IPv4 range of the subnet, expressed in CIDR format. The prefix length of the subnet's CIDR must be between `/9`
	// (8,388,608 addresses) and `/29` (8 addresses). The IPv4 range of the subnet's CIDR must fall within an existing
	// address prefix in the VPC and must not overlap with any existing subnet. The subnet will be created in the zone of
	// the address prefix that contains the IPv4 CIDR. If zone is specified, it must match the zone of the address prefix
	// that contains the subnet's IPv4 CIDR.
	Ipv4CIDRBlock *string `json:"ipv4_cidr_block" validate:"required"`

	// The zone this subnet will reside in.
	Zone ZoneIdentityIntf `json:"zone,omitempty"`
}

SubnetPrototypeSubnetByCIDR : SubnetPrototypeSubnetByCIDR struct This model "extends" SubnetPrototype

type SubnetPrototypeSubnetByTotalCount

type SubnetPrototypeSubnetByTotalCount struct {
	// The IP version(s) to support for this subnet.
	IPVersion *string `json:"ip_version,omitempty"`

	// The user-defined name for this subnet. Names must be unique within the VPC the subnet resides in. If unspecified,
	// the name will be a hyphenated list of randomly-selected words.
	Name *string `json:"name,omitempty"`

	// The network ACL to use for this subnet. If unspecified, the default network ACL for the VPC is used.
	NetworkACL NetworkACLIdentityIntf `json:"network_acl,omitempty"`

	// The public gateway to use for internet-bound traffic for this subnet. If unspecified, the subnet will not be
	// attached to a public gateway.
	PublicGateway PublicGatewayIdentityIntf `json:"public_gateway,omitempty"`

	ResourceGroup ResourceGroupIdentityIntf `json:"resource_group,omitempty"`

	// The routing table to use for this subnet. If unspecified, the default routing table for the VPC is used. The routing
	// table properties `route_direct_link_ingress`,
	// `route_transit_gateway_ingress`, and `route_vpc_zone_ingress` must be `false`.
	RoutingTable RoutingTableIdentityIntf `json:"routing_table,omitempty"`

	// The VPC the subnet is to be a part of.
	VPC VPCIdentityIntf `json:"vpc" validate:"required"`

	// The total number of IPv4 addresses required. Must be a power of 2. The VPC must have a default address prefix in the
	// specified zone, and that prefix must have a free CIDR range with at least this number of addresses.
	TotalIpv4AddressCount *int64 `json:"total_ipv4_address_count" validate:"required"`

	// The zone this subnet will reside in.
	Zone ZoneIdentityIntf `json:"zone" validate:"required"`
}

SubnetPrototypeSubnetByTotalCount : SubnetPrototypeSubnetByTotalCount struct This model "extends" SubnetPrototype

type SubnetPublicGatewayPatch

type SubnetPublicGatewayPatch struct {
	// The unique identifier for this public gateway.
	ID *string `json:"id,omitempty"`

	// The CRN for this public gateway.
	CRN *string `json:"crn,omitempty"`

	// The URL for this public gateway.
	Href *string `json:"href,omitempty"`
}

SubnetPublicGatewayPatch : The public gateway to use for internet-bound traffic for this subnet. Models which "extend" this model: - SubnetPublicGatewayPatchPublicGatewayIdentityByID - SubnetPublicGatewayPatchPublicGatewayIdentityByCRN - SubnetPublicGatewayPatchPublicGatewayIdentityByHref

type SubnetPublicGatewayPatchIntf

type SubnetPublicGatewayPatchIntf interface {
	// contains filtered or unexported methods
}

type SubnetPublicGatewayPatchPublicGatewayIdentityByCRN

type SubnetPublicGatewayPatchPublicGatewayIdentityByCRN struct {
	// The CRN for this public gateway.
	CRN *string `json:"crn" validate:"required"`
}

SubnetPublicGatewayPatchPublicGatewayIdentityByCRN : SubnetPublicGatewayPatchPublicGatewayIdentityByCRN struct This model "extends" SubnetPublicGatewayPatch

type SubnetPublicGatewayPatchPublicGatewayIdentityByHref

type SubnetPublicGatewayPatchPublicGatewayIdentityByHref struct {
	// The URL for this public gateway.
	Href *string `json:"href" validate:"required"`
}

SubnetPublicGatewayPatchPublicGatewayIdentityByHref : SubnetPublicGatewayPatchPublicGatewayIdentityByHref struct This model "extends" SubnetPublicGatewayPatch

type SubnetPublicGatewayPatchPublicGatewayIdentityByID

type SubnetPublicGatewayPatchPublicGatewayIdentityByID struct {
	// The unique identifier for this public gateway.
	ID *string `json:"id" validate:"required"`
}

SubnetPublicGatewayPatchPublicGatewayIdentityByID : SubnetPublicGatewayPatchPublicGatewayIdentityByID struct This model "extends" SubnetPublicGatewayPatch

type SubnetReference

type SubnetReference struct {
	// The CRN for this subnet.
	CRN *string `json:"crn" validate:"required"`

	// If present, this property indicates the referenced resource has been deleted and provides
	// some supplementary information.
	Deleted *SubnetReferenceDeleted `json:"deleted,omitempty"`

	// The URL for this subnet.
	Href *string `json:"href" validate:"required"`

	// The unique identifier for this subnet.
	ID *string `json:"id" validate:"required"`

	// The user-defined name for this subnet.
	Name *string `json:"name" validate:"required"`
}

SubnetReference : SubnetReference struct

type SubnetReferenceDeleted

type SubnetReferenceDeleted struct {
	// Link to documentation about deleted resources.
	MoreInfo *string `json:"more_info" validate:"required"`
}

SubnetReferenceDeleted : If present, this property indicates the referenced resource has been deleted and provides some supplementary information.

type TrustedProfileIdentity

type TrustedProfileIdentity struct {
	// The unique identifier for this trusted profile.
	ID *string `json:"id,omitempty"`

	// The CRN for this trusted profile.
	CRN *string `json:"crn,omitempty"`
}

TrustedProfileIdentity : Identifies a trusted profile by a unique property. Models which "extend" this model: - TrustedProfileIdentityTrustedProfileByID - TrustedProfileIdentityTrustedProfileByCRN

type TrustedProfileIdentityIntf

type TrustedProfileIdentityIntf interface {
	// contains filtered or unexported methods
}

type TrustedProfileIdentityTrustedProfileByCRN

type TrustedProfileIdentityTrustedProfileByCRN struct {
	// The CRN for this trusted profile.
	CRN *string `json:"crn" validate:"required"`
}

TrustedProfileIdentityTrustedProfileByCRN : TrustedProfileIdentityTrustedProfileByCRN struct This model "extends" TrustedProfileIdentity

type TrustedProfileIdentityTrustedProfileByID

type TrustedProfileIdentityTrustedProfileByID struct {
	// The unique identifier for this trusted profile.
	ID *string `json:"id" validate:"required"`
}

TrustedProfileIdentityTrustedProfileByID : TrustedProfileIdentityTrustedProfileByID struct This model "extends" TrustedProfileIdentity

type TrustedProfileReference

type TrustedProfileReference struct {
	// The CRN for this trusted profile.
	CRN *string `json:"crn" validate:"required"`

	// The unique identifier for this trusted profile.
	ID *string `json:"id" validate:"required"`

	// The resource type.
	ResourceType *string `json:"resource_type" validate:"required"`
}

TrustedProfileReference : TrustedProfileReference struct

type UnsetSubnetPublicGatewayOptions

type UnsetSubnetPublicGatewayOptions struct {
	// The subnet identifier.
	ID *string `json:"id" validate:"required,ne="`

	// Allows users to set headers on API requests
	Headers map[string]string
}

UnsetSubnetPublicGatewayOptions : The UnsetSubnetPublicGateway options.

func (*UnsetSubnetPublicGatewayOptions) SetHeaders

SetHeaders : Allow user to set Headers

func (*UnsetSubnetPublicGatewayOptions) SetID

SetID : Allow user to set ID

type UpdateBareMetalServerDiskOptions

type UpdateBareMetalServerDiskOptions struct {
	// The bare metal server identifier.
	BareMetalServerID *string `json:"bare_metal_server_id" validate:"required,ne="`

	// The bare metal server disk identifier.
	ID *string `json:"id" validate:"required,ne="`

	// The bare metal server disk patch.
	BareMetalServerDiskPatch map[string]interface{} `json:"BareMetalServerDisk_patch" validate:"required"`

	// Allows users to set headers on API requests
	Headers map[string]string
}

UpdateBareMetalServerDiskOptions : The UpdateBareMetalServerDisk options.

func (*UpdateBareMetalServerDiskOptions) SetBareMetalServerDiskPatch

func (_options *UpdateBareMetalServerDiskOptions) SetBareMetalServerDiskPatch(bareMetalServerDiskPatch map[string]interface{}) *UpdateBareMetalServerDiskOptions

SetBareMetalServerDiskPatch : Allow user to set BareMetalServerDiskPatch

func (*UpdateBareMetalServerDiskOptions) SetBareMetalServerID

func (_options *UpdateBareMetalServerDiskOptions) SetBareMetalServerID(bareMetalServerID string) *UpdateBareMetalServerDiskOptions

SetBareMetalServerID : Allow user to set BareMetalServerID

func (*UpdateBareMetalServerDiskOptions) SetHeaders

SetHeaders : Allow user to set Headers

func (*UpdateBareMetalServerDiskOptions) SetID

SetID : Allow user to set ID

type UpdateBareMetalServerNetworkInterfaceOptions

type UpdateBareMetalServerNetworkInterfaceOptions struct {
	// The bare metal server identifier.
	BareMetalServerID *string `json:"bare_metal_server_id" validate:"required,ne="`

	// The network interface identifier.
	ID *string `json:"id" validate:"required,ne="`

	// The network interface patch.
	BareMetalServerNetworkInterfacePatch map[string]interface{} `json:"BareMetalServerNetworkInterface_patch" validate:"required"`

	// Allows users to set headers on API requests
	Headers map[string]string
}

UpdateBareMetalServerNetworkInterfaceOptions : The UpdateBareMetalServerNetworkInterface options.

func (*UpdateBareMetalServerNetworkInterfaceOptions) SetBareMetalServerID

SetBareMetalServerID : Allow user to set BareMetalServerID

func (*UpdateBareMetalServerNetworkInterfaceOptions) SetBareMetalServerNetworkInterfacePatch

func (_options *UpdateBareMetalServerNetworkInterfaceOptions) SetBareMetalServerNetworkInterfacePatch(bareMetalServerNetworkInterfacePatch map[string]interface{}) *UpdateBareMetalServerNetworkInterfaceOptions

SetBareMetalServerNetworkInterfacePatch : Allow user to set BareMetalServerNetworkInterfacePatch

func (*UpdateBareMetalServerNetworkInterfaceOptions) SetHeaders

SetHeaders : Allow user to set Headers

func (*UpdateBareMetalServerNetworkInterfaceOptions) SetID

SetID : Allow user to set ID

type UpdateBareMetalServerOptions

type UpdateBareMetalServerOptions struct {
	// The bare metal server identifier.
	ID *string `json:"id" validate:"required,ne="`

	// The bare metal server patch.
	BareMetalServerPatch map[string]interface{} `json:"BareMetalServer_patch" validate:"required"`

	// Allows users to set headers on API requests
	Headers map[string]string
}

UpdateBareMetalServerOptions : The UpdateBareMetalServer options.

func (*UpdateBareMetalServerOptions) SetBareMetalServerPatch

func (_options *UpdateBareMetalServerOptions) SetBareMetalServerPatch(bareMetalServerPatch map[string]interface{}) *UpdateBareMetalServerOptions

SetBareMetalServerPatch : Allow user to set BareMetalServerPatch

func (*UpdateBareMetalServerOptions) SetHeaders

SetHeaders : Allow user to set Headers

func (*UpdateBareMetalServerOptions) SetID

SetID : Allow user to set ID

type UpdateDedicatedHostDiskOptions

type UpdateDedicatedHostDiskOptions struct {
	// The dedicated host identifier.
	DedicatedHostID *string `json:"dedicated_host_id" validate:"required,ne="`

	// The dedicated host disk identifier.
	ID *string `json:"id" validate:"required,ne="`

	// The dedicated host disk patch.
	DedicatedHostDiskPatch map[string]interface{} `json:"DedicatedHostDisk_patch" validate:"required"`

	// Allows users to set headers on API requests
	Headers map[string]string
}

UpdateDedicatedHostDiskOptions : The UpdateDedicatedHostDisk options.

func (*UpdateDedicatedHostDiskOptions) SetDedicatedHostDiskPatch

func (_options *UpdateDedicatedHostDiskOptions) SetDedicatedHostDiskPatch(dedicatedHostDiskPatch map[string]interface{}) *UpdateDedicatedHostDiskOptions

SetDedicatedHostDiskPatch : Allow user to set DedicatedHostDiskPatch

func (*UpdateDedicatedHostDiskOptions) SetDedicatedHostID

func (_options *UpdateDedicatedHostDiskOptions) SetDedicatedHostID(dedicatedHostID string) *UpdateDedicatedHostDiskOptions

SetDedicatedHostID : Allow user to set DedicatedHostID

func (*UpdateDedicatedHostDiskOptions) SetHeaders

SetHeaders : Allow user to set Headers

func (*UpdateDedicatedHostDiskOptions) SetID

SetID : Allow user to set ID

type UpdateDedicatedHostGroupOptions

type UpdateDedicatedHostGroupOptions struct {
	// The dedicated host group identifier.
	ID *string `json:"id" validate:"required,ne="`

	// The dedicated host group patch.
	DedicatedHostGroupPatch map[string]interface{} `json:"DedicatedHostGroup_patch" validate:"required"`

	// Allows users to set headers on API requests
	Headers map[string]string
}

UpdateDedicatedHostGroupOptions : The UpdateDedicatedHostGroup options.

func (*UpdateDedicatedHostGroupOptions) SetDedicatedHostGroupPatch

func (_options *UpdateDedicatedHostGroupOptions) SetDedicatedHostGroupPatch(dedicatedHostGroupPatch map[string]interface{}) *UpdateDedicatedHostGroupOptions

SetDedicatedHostGroupPatch : Allow user to set DedicatedHostGroupPatch

func (*UpdateDedicatedHostGroupOptions) SetHeaders

SetHeaders : Allow user to set Headers

func (*UpdateDedicatedHostGroupOptions) SetID

SetID : Allow user to set ID

type UpdateDedicatedHostOptions

type UpdateDedicatedHostOptions struct {
	// The dedicated host identifier.
	ID *string `json:"id" validate:"required,ne="`

	// The dedicated host patch.
	DedicatedHostPatch map[string]interface{} `json:"DedicatedHost_patch" validate:"required"`

	// Allows users to set headers on API requests
	Headers map[string]string
}

UpdateDedicatedHostOptions : The UpdateDedicatedHost options.

func (*UpdateDedicatedHostOptions) SetDedicatedHostPatch

func (_options *UpdateDedicatedHostOptions) SetDedicatedHostPatch(dedicatedHostPatch map[string]interface{}) *UpdateDedicatedHostOptions

SetDedicatedHostPatch : Allow user to set DedicatedHostPatch

func (*UpdateDedicatedHostOptions) SetHeaders

func (options *UpdateDedicatedHostOptions) SetHeaders(param map[string]string) *UpdateDedicatedHostOptions

SetHeaders : Allow user to set Headers

func (*UpdateDedicatedHostOptions) SetID

SetID : Allow user to set ID

type UpdateEndpointGatewayOptions

type UpdateEndpointGatewayOptions struct {
	// The endpoint gateway identifier.
	ID *string `json:"id" validate:"required,ne="`

	// The endpoint gateway patch.
	EndpointGatewayPatch map[string]interface{} `json:"EndpointGateway_patch" validate:"required"`

	// Allows users to set headers on API requests
	Headers map[string]string
}

UpdateEndpointGatewayOptions : The UpdateEndpointGateway options.

func (*UpdateEndpointGatewayOptions) SetEndpointGatewayPatch

func (_options *UpdateEndpointGatewayOptions) SetEndpointGatewayPatch(endpointGatewayPatch map[string]interface{}) *UpdateEndpointGatewayOptions

SetEndpointGatewayPatch : Allow user to set EndpointGatewayPatch

func (*UpdateEndpointGatewayOptions) SetHeaders

SetHeaders : Allow user to set Headers

func (*UpdateEndpointGatewayOptions) SetID

SetID : Allow user to set ID

type UpdateFloatingIPOptions

type UpdateFloatingIPOptions struct {
	// The floating IP identifier.
	ID *string `json:"id" validate:"required,ne="`

	// The floating IP patch.
	FloatingIPPatch map[string]interface{} `json:"FloatingIP_patch" validate:"required"`

	// Allows users to set headers on API requests
	Headers map[string]string
}

UpdateFloatingIPOptions : The UpdateFloatingIP options.

func (*UpdateFloatingIPOptions) SetFloatingIPPatch

func (_options *UpdateFloatingIPOptions) SetFloatingIPPatch(floatingIPPatch map[string]interface{}) *UpdateFloatingIPOptions

SetFloatingIPPatch : Allow user to set FloatingIPPatch

func (*UpdateFloatingIPOptions) SetHeaders

func (options *UpdateFloatingIPOptions) SetHeaders(param map[string]string) *UpdateFloatingIPOptions

SetHeaders : Allow user to set Headers

func (*UpdateFloatingIPOptions) SetID

SetID : Allow user to set ID

type UpdateFlowLogCollectorOptions

type UpdateFlowLogCollectorOptions struct {
	// The flow log collector identifier.
	ID *string `json:"id" validate:"required,ne="`

	// The flow log collector patch.
	FlowLogCollectorPatch map[string]interface{} `json:"FlowLogCollector_patch" validate:"required"`

	// Allows users to set headers on API requests
	Headers map[string]string
}

UpdateFlowLogCollectorOptions : The UpdateFlowLogCollector options.

func (*UpdateFlowLogCollectorOptions) SetFlowLogCollectorPatch

func (_options *UpdateFlowLogCollectorOptions) SetFlowLogCollectorPatch(flowLogCollectorPatch map[string]interface{}) *UpdateFlowLogCollectorOptions

SetFlowLogCollectorPatch : Allow user to set FlowLogCollectorPatch

func (*UpdateFlowLogCollectorOptions) SetHeaders

SetHeaders : Allow user to set Headers

func (*UpdateFlowLogCollectorOptions) SetID

SetID : Allow user to set ID

type UpdateIkePolicyOptions

type UpdateIkePolicyOptions struct {
	// The IKE policy identifier.
	ID *string `json:"id" validate:"required,ne="`

	// The IKE policy patch.
	IkePolicyPatch map[string]interface{} `json:"IKEPolicy_patch" validate:"required"`

	// Allows users to set headers on API requests
	Headers map[string]string
}

UpdateIkePolicyOptions : The UpdateIkePolicy options.

func (*UpdateIkePolicyOptions) SetHeaders

func (options *UpdateIkePolicyOptions) SetHeaders(param map[string]string) *UpdateIkePolicyOptions

SetHeaders : Allow user to set Headers

func (*UpdateIkePolicyOptions) SetID

SetID : Allow user to set ID

func (*UpdateIkePolicyOptions) SetIkePolicyPatch

func (_options *UpdateIkePolicyOptions) SetIkePolicyPatch(ikePolicyPatch map[string]interface{}) *UpdateIkePolicyOptions

SetIkePolicyPatch : Allow user to set IkePolicyPatch

type UpdateImageOptions

type UpdateImageOptions struct {
	// The image identifier.
	ID *string `json:"id" validate:"required,ne="`

	// The image patch.
	ImagePatch map[string]interface{} `json:"Image_patch" validate:"required"`

	// Allows users to set headers on API requests
	Headers map[string]string
}

UpdateImageOptions : The UpdateImage options.

func (*UpdateImageOptions) SetHeaders

func (options *UpdateImageOptions) SetHeaders(param map[string]string) *UpdateImageOptions

SetHeaders : Allow user to set Headers

func (*UpdateImageOptions) SetID

func (_options *UpdateImageOptions) SetID(id string) *UpdateImageOptions

SetID : Allow user to set ID

func (*UpdateImageOptions) SetImagePatch

func (_options *UpdateImageOptions) SetImagePatch(imagePatch map[string]interface{}) *UpdateImageOptions

SetImagePatch : Allow user to set ImagePatch

type UpdateInstanceDiskOptions

type UpdateInstanceDiskOptions struct {
	// The instance identifier.
	InstanceID *string `json:"instance_id" validate:"required,ne="`

	// The instance disk identifier.
	ID *string `json:"id" validate:"required,ne="`

	// The instance disk patch.
	InstanceDiskPatch map[string]interface{} `json:"InstanceDisk_patch" validate:"required"`

	// Allows users to set headers on API requests
	Headers map[string]string
}

UpdateInstanceDiskOptions : The UpdateInstanceDisk options.

func (*UpdateInstanceDiskOptions) SetHeaders

func (options *UpdateInstanceDiskOptions) SetHeaders(param map[string]string) *UpdateInstanceDiskOptions

SetHeaders : Allow user to set Headers

func (*UpdateInstanceDiskOptions) SetID

SetID : Allow user to set ID

func (*UpdateInstanceDiskOptions) SetInstanceDiskPatch

func (_options *UpdateInstanceDiskOptions) SetInstanceDiskPatch(instanceDiskPatch map[string]interface{}) *UpdateInstanceDiskOptions

SetInstanceDiskPatch : Allow user to set InstanceDiskPatch

func (*UpdateInstanceDiskOptions) SetInstanceID

func (_options *UpdateInstanceDiskOptions) SetInstanceID(instanceID string) *UpdateInstanceDiskOptions

SetInstanceID : Allow user to set InstanceID

type UpdateInstanceGroupManagerActionOptions

type UpdateInstanceGroupManagerActionOptions struct {
	// The instance group identifier.
	InstanceGroupID *string `json:"instance_group_id" validate:"required,ne="`

	// The instance group manager identifier.
	InstanceGroupManagerID *string `json:"instance_group_manager_id" validate:"required,ne="`

	// The instance group manager action identifier.
	ID *string `json:"id" validate:"required,ne="`

	// The instance group manager action patch.
	InstanceGroupManagerActionPatch map[string]interface{} `json:"InstanceGroupManagerAction_patch" validate:"required"`

	// Allows users to set headers on API requests
	Headers map[string]string
}

UpdateInstanceGroupManagerActionOptions : The UpdateInstanceGroupManagerAction options.

func (*UpdateInstanceGroupManagerActionOptions) SetHeaders

SetHeaders : Allow user to set Headers

func (*UpdateInstanceGroupManagerActionOptions) SetID

SetID : Allow user to set ID

func (*UpdateInstanceGroupManagerActionOptions) SetInstanceGroupID

func (_options *UpdateInstanceGroupManagerActionOptions) SetInstanceGroupID(instanceGroupID string) *UpdateInstanceGroupManagerActionOptions

SetInstanceGroupID : Allow user to set InstanceGroupID

func (*UpdateInstanceGroupManagerActionOptions) SetInstanceGroupManagerActionPatch

func (_options *UpdateInstanceGroupManagerActionOptions) SetInstanceGroupManagerActionPatch(instanceGroupManagerActionPatch map[string]interface{}) *UpdateInstanceGroupManagerActionOptions

SetInstanceGroupManagerActionPatch : Allow user to set InstanceGroupManagerActionPatch

func (*UpdateInstanceGroupManagerActionOptions) SetInstanceGroupManagerID

func (_options *UpdateInstanceGroupManagerActionOptions) SetInstanceGroupManagerID(instanceGroupManagerID string) *UpdateInstanceGroupManagerActionOptions

SetInstanceGroupManagerID : Allow user to set InstanceGroupManagerID

type UpdateInstanceGroupManagerOptions

type UpdateInstanceGroupManagerOptions struct {
	// The instance group identifier.
	InstanceGroupID *string `json:"instance_group_id" validate:"required,ne="`

	// The instance group manager identifier.
	ID *string `json:"id" validate:"required,ne="`

	// The instance group manager patch.
	InstanceGroupManagerPatch map[string]interface{} `json:"InstanceGroupManager_patch" validate:"required"`

	// Allows users to set headers on API requests
	Headers map[string]string
}

UpdateInstanceGroupManagerOptions : The UpdateInstanceGroupManager options.

func (*UpdateInstanceGroupManagerOptions) SetHeaders

SetHeaders : Allow user to set Headers

func (*UpdateInstanceGroupManagerOptions) SetID

SetID : Allow user to set ID

func (*UpdateInstanceGroupManagerOptions) SetInstanceGroupID

func (_options *UpdateInstanceGroupManagerOptions) SetInstanceGroupID(instanceGroupID string) *UpdateInstanceGroupManagerOptions

SetInstanceGroupID : Allow user to set InstanceGroupID

func (*UpdateInstanceGroupManagerOptions) SetInstanceGroupManagerPatch

func (_options *UpdateInstanceGroupManagerOptions) SetInstanceGroupManagerPatch(instanceGroupManagerPatch map[string]interface{}) *UpdateInstanceGroupManagerOptions

SetInstanceGroupManagerPatch : Allow user to set InstanceGroupManagerPatch

type UpdateInstanceGroupManagerPolicyOptions

type UpdateInstanceGroupManagerPolicyOptions struct {
	// The instance group identifier.
	InstanceGroupID *string `json:"instance_group_id" validate:"required,ne="`

	// The instance group manager identifier.
	InstanceGroupManagerID *string `json:"instance_group_manager_id" validate:"required,ne="`

	// The instance group manager policy identifier.
	ID *string `json:"id" validate:"required,ne="`

	// The instance group manager policy patch.
	InstanceGroupManagerPolicyPatch map[string]interface{} `json:"InstanceGroupManagerPolicy_patch" validate:"required"`

	// Allows users to set headers on API requests
	Headers map[string]string
}

UpdateInstanceGroupManagerPolicyOptions : The UpdateInstanceGroupManagerPolicy options.

func (*UpdateInstanceGroupManagerPolicyOptions) SetHeaders

SetHeaders : Allow user to set Headers

func (*UpdateInstanceGroupManagerPolicyOptions) SetID

SetID : Allow user to set ID

func (*UpdateInstanceGroupManagerPolicyOptions) SetInstanceGroupID

func (_options *UpdateInstanceGroupManagerPolicyOptions) SetInstanceGroupID(instanceGroupID string) *UpdateInstanceGroupManagerPolicyOptions

SetInstanceGroupID : Allow user to set InstanceGroupID

func (*UpdateInstanceGroupManagerPolicyOptions) SetInstanceGroupManagerID

func (_options *UpdateInstanceGroupManagerPolicyOptions) SetInstanceGroupManagerID(instanceGroupManagerID string) *UpdateInstanceGroupManagerPolicyOptions

SetInstanceGroupManagerID : Allow user to set InstanceGroupManagerID

func (*UpdateInstanceGroupManagerPolicyOptions) SetInstanceGroupManagerPolicyPatch

func (_options *UpdateInstanceGroupManagerPolicyOptions) SetInstanceGroupManagerPolicyPatch(instanceGroupManagerPolicyPatch map[string]interface{}) *UpdateInstanceGroupManagerPolicyOptions

SetInstanceGroupManagerPolicyPatch : Allow user to set InstanceGroupManagerPolicyPatch

type UpdateInstanceGroupMembershipOptions

type UpdateInstanceGroupMembershipOptions struct {
	// The instance group identifier.
	InstanceGroupID *string `json:"instance_group_id" validate:"required,ne="`

	// The instance group membership identifier.
	ID *string `json:"id" validate:"required,ne="`

	// The instance group membership patch.
	InstanceGroupMembershipPatch map[string]interface{} `json:"InstanceGroupMembership_patch" validate:"required"`

	// Allows users to set headers on API requests
	Headers map[string]string
}

UpdateInstanceGroupMembershipOptions : The UpdateInstanceGroupMembership options.

func (*UpdateInstanceGroupMembershipOptions) SetHeaders

SetHeaders : Allow user to set Headers

func (*UpdateInstanceGroupMembershipOptions) SetID

SetID : Allow user to set ID

func (*UpdateInstanceGroupMembershipOptions) SetInstanceGroupID

func (_options *UpdateInstanceGroupMembershipOptions) SetInstanceGroupID(instanceGroupID string) *UpdateInstanceGroupMembershipOptions

SetInstanceGroupID : Allow user to set InstanceGroupID

func (*UpdateInstanceGroupMembershipOptions) SetInstanceGroupMembershipPatch

func (_options *UpdateInstanceGroupMembershipOptions) SetInstanceGroupMembershipPatch(instanceGroupMembershipPatch map[string]interface{}) *UpdateInstanceGroupMembershipOptions

SetInstanceGroupMembershipPatch : Allow user to set InstanceGroupMembershipPatch

type UpdateInstanceGroupOptions

type UpdateInstanceGroupOptions struct {
	// The instance group identifier.
	ID *string `json:"id" validate:"required,ne="`

	// The instance group patch.
	InstanceGroupPatch map[string]interface{} `json:"InstanceGroup_patch" validate:"required"`

	// Allows users to set headers on API requests
	Headers map[string]string
}

UpdateInstanceGroupOptions : The UpdateInstanceGroup options.

func (*UpdateInstanceGroupOptions) SetHeaders

func (options *UpdateInstanceGroupOptions) SetHeaders(param map[string]string) *UpdateInstanceGroupOptions

SetHeaders : Allow user to set Headers

func (*UpdateInstanceGroupOptions) SetID

SetID : Allow user to set ID

func (*UpdateInstanceGroupOptions) SetInstanceGroupPatch

func (_options *UpdateInstanceGroupOptions) SetInstanceGroupPatch(instanceGroupPatch map[string]interface{}) *UpdateInstanceGroupOptions

SetInstanceGroupPatch : Allow user to set InstanceGroupPatch

type UpdateInstanceNetworkInterfaceOptions

type UpdateInstanceNetworkInterfaceOptions struct {
	// The instance identifier.
	InstanceID *string `json:"instance_id" validate:"required,ne="`

	// The network interface identifier.
	ID *string `json:"id" validate:"required,ne="`

	// The network interface patch.
	NetworkInterfacePatch map[string]interface{} `json:"NetworkInterface_patch" validate:"required"`

	// Allows users to set headers on API requests
	Headers map[string]string
}

UpdateInstanceNetworkInterfaceOptions : The UpdateInstanceNetworkInterface options.

func (*UpdateInstanceNetworkInterfaceOptions) SetHeaders

SetHeaders : Allow user to set Headers

func (*UpdateInstanceNetworkInterfaceOptions) SetID

SetID : Allow user to set ID

func (*UpdateInstanceNetworkInterfaceOptions) SetInstanceID

SetInstanceID : Allow user to set InstanceID

func (*UpdateInstanceNetworkInterfaceOptions) SetNetworkInterfacePatch

func (_options *UpdateInstanceNetworkInterfaceOptions) SetNetworkInterfacePatch(networkInterfacePatch map[string]interface{}) *UpdateInstanceNetworkInterfaceOptions

SetNetworkInterfacePatch : Allow user to set NetworkInterfacePatch

type UpdateInstanceOptions

type UpdateInstanceOptions struct {
	// The instance identifier.
	ID *string `json:"id" validate:"required,ne="`

	// The instance patch.
	InstancePatch map[string]interface{} `json:"Instance_patch" validate:"required"`

	// Allows users to set headers on API requests
	Headers map[string]string
}

UpdateInstanceOptions : The UpdateInstance options.

func (*UpdateInstanceOptions) SetHeaders

func (options *UpdateInstanceOptions) SetHeaders(param map[string]string) *UpdateInstanceOptions

SetHeaders : Allow user to set Headers

func (*UpdateInstanceOptions) SetID

func (_options *UpdateInstanceOptions) SetID(id string) *UpdateInstanceOptions

SetID : Allow user to set ID

func (*UpdateInstanceOptions) SetInstancePatch

func (_options *UpdateInstanceOptions) SetInstancePatch(instancePatch map[string]interface{}) *UpdateInstanceOptions

SetInstancePatch : Allow user to set InstancePatch

type UpdateInstanceTemplateOptions

type UpdateInstanceTemplateOptions struct {
	// The instance template identifier.
	ID *string `json:"id" validate:"required,ne="`

	// The instance template patch.
	InstanceTemplatePatch map[string]interface{} `json:"InstanceTemplate_patch" validate:"required"`

	// Allows users to set headers on API requests
	Headers map[string]string
}

UpdateInstanceTemplateOptions : The UpdateInstanceTemplate options.

func (*UpdateInstanceTemplateOptions) SetHeaders

SetHeaders : Allow user to set Headers

func (*UpdateInstanceTemplateOptions) SetID

SetID : Allow user to set ID

func (*UpdateInstanceTemplateOptions) SetInstanceTemplatePatch

func (_options *UpdateInstanceTemplateOptions) SetInstanceTemplatePatch(instanceTemplatePatch map[string]interface{}) *UpdateInstanceTemplateOptions

SetInstanceTemplatePatch : Allow user to set InstanceTemplatePatch

type UpdateInstanceVolumeAttachmentOptions

type UpdateInstanceVolumeAttachmentOptions struct {
	// The instance identifier.
	InstanceID *string `json:"instance_id" validate:"required,ne="`

	// The volume attachment identifier.
	ID *string `json:"id" validate:"required,ne="`

	// The volume attachment patch.
	VolumeAttachmentPatch map[string]interface{} `json:"VolumeAttachment_patch" validate:"required"`

	// Allows users to set headers on API requests
	Headers map[string]string
}

UpdateInstanceVolumeAttachmentOptions : The UpdateInstanceVolumeAttachment options.

func (*UpdateInstanceVolumeAttachmentOptions) SetHeaders

SetHeaders : Allow user to set Headers

func (*UpdateInstanceVolumeAttachmentOptions) SetID

SetID : Allow user to set ID

func (*UpdateInstanceVolumeAttachmentOptions) SetInstanceID

SetInstanceID : Allow user to set InstanceID

func (*UpdateInstanceVolumeAttachmentOptions) SetVolumeAttachmentPatch

func (_options *UpdateInstanceVolumeAttachmentOptions) SetVolumeAttachmentPatch(volumeAttachmentPatch map[string]interface{}) *UpdateInstanceVolumeAttachmentOptions

SetVolumeAttachmentPatch : Allow user to set VolumeAttachmentPatch

type UpdateIpsecPolicyOptions

type UpdateIpsecPolicyOptions struct {
	// The IPsec policy identifier.
	ID *string `json:"id" validate:"required,ne="`

	// The IPsec policy patch.
	IPsecPolicyPatch map[string]interface{} `json:"IPsecPolicy_patch" validate:"required"`

	// Allows users to set headers on API requests
	Headers map[string]string
}

UpdateIpsecPolicyOptions : The UpdateIpsecPolicy options.

func (*UpdateIpsecPolicyOptions) SetHeaders

func (options *UpdateIpsecPolicyOptions) SetHeaders(param map[string]string) *UpdateIpsecPolicyOptions

SetHeaders : Allow user to set Headers

func (*UpdateIpsecPolicyOptions) SetID

SetID : Allow user to set ID

func (*UpdateIpsecPolicyOptions) SetIPsecPolicyPatch

func (_options *UpdateIpsecPolicyOptions) SetIPsecPolicyPatch(iPsecPolicyPatch map[string]interface{}) *UpdateIpsecPolicyOptions

SetIPsecPolicyPatch : Allow user to set IPsecPolicyPatch

type UpdateKeyOptions

type UpdateKeyOptions struct {
	// The key identifier.
	ID *string `json:"id" validate:"required,ne="`

	// The key patch.
	KeyPatch map[string]interface{} `json:"Key_patch" validate:"required"`

	// Allows users to set headers on API requests
	Headers map[string]string
}

UpdateKeyOptions : The UpdateKey options.

func (*UpdateKeyOptions) SetHeaders

func (options *UpdateKeyOptions) SetHeaders(param map[string]string) *UpdateKeyOptions

SetHeaders : Allow user to set Headers

func (*UpdateKeyOptions) SetID

func (_options *UpdateKeyOptions) SetID(id string) *UpdateKeyOptions

SetID : Allow user to set ID

func (*UpdateKeyOptions) SetKeyPatch

func (_options *UpdateKeyOptions) SetKeyPatch(keyPatch map[string]interface{}) *UpdateKeyOptions

SetKeyPatch : Allow user to set KeyPatch

type UpdateLoadBalancerListenerOptions

type UpdateLoadBalancerListenerOptions struct {
	// The load balancer identifier.
	LoadBalancerID *string `json:"load_balancer_id" validate:"required,ne="`

	// The listener identifier.
	ID *string `json:"id" validate:"required,ne="`

	// The load balancer listener patch.
	LoadBalancerListenerPatch map[string]interface{} `json:"LoadBalancerListener_patch" validate:"required"`

	// Allows users to set headers on API requests
	Headers map[string]string
}

UpdateLoadBalancerListenerOptions : The UpdateLoadBalancerListener options.

func (*UpdateLoadBalancerListenerOptions) SetHeaders

SetHeaders : Allow user to set Headers

func (*UpdateLoadBalancerListenerOptions) SetID

SetID : Allow user to set ID

func (*UpdateLoadBalancerListenerOptions) SetLoadBalancerID

func (_options *UpdateLoadBalancerListenerOptions) SetLoadBalancerID(loadBalancerID string) *UpdateLoadBalancerListenerOptions

SetLoadBalancerID : Allow user to set LoadBalancerID

func (*UpdateLoadBalancerListenerOptions) SetLoadBalancerListenerPatch

func (_options *UpdateLoadBalancerListenerOptions) SetLoadBalancerListenerPatch(loadBalancerListenerPatch map[string]interface{}) *UpdateLoadBalancerListenerOptions

SetLoadBalancerListenerPatch : Allow user to set LoadBalancerListenerPatch

type UpdateLoadBalancerListenerPolicyOptions

type UpdateLoadBalancerListenerPolicyOptions struct {
	// The load balancer identifier.
	LoadBalancerID *string `json:"load_balancer_id" validate:"required,ne="`

	// The listener identifier.
	ListenerID *string `json:"listener_id" validate:"required,ne="`

	// The policy identifier.
	ID *string `json:"id" validate:"required,ne="`

	// The listener policy patch.
	LoadBalancerListenerPolicyPatch map[string]interface{} `json:"LoadBalancerListenerPolicy_patch" validate:"required"`

	// Allows users to set headers on API requests
	Headers map[string]string
}

UpdateLoadBalancerListenerPolicyOptions : The UpdateLoadBalancerListenerPolicy options.

func (*UpdateLoadBalancerListenerPolicyOptions) SetHeaders

SetHeaders : Allow user to set Headers

func (*UpdateLoadBalancerListenerPolicyOptions) SetID

SetID : Allow user to set ID

func (*UpdateLoadBalancerListenerPolicyOptions) SetListenerID

SetListenerID : Allow user to set ListenerID

func (*UpdateLoadBalancerListenerPolicyOptions) SetLoadBalancerID

func (_options *UpdateLoadBalancerListenerPolicyOptions) SetLoadBalancerID(loadBalancerID string) *UpdateLoadBalancerListenerPolicyOptions

SetLoadBalancerID : Allow user to set LoadBalancerID

func (*UpdateLoadBalancerListenerPolicyOptions) SetLoadBalancerListenerPolicyPatch

func (_options *UpdateLoadBalancerListenerPolicyOptions) SetLoadBalancerListenerPolicyPatch(loadBalancerListenerPolicyPatch map[string]interface{}) *UpdateLoadBalancerListenerPolicyOptions

SetLoadBalancerListenerPolicyPatch : Allow user to set LoadBalancerListenerPolicyPatch

type UpdateLoadBalancerListenerPolicyRuleOptions

type UpdateLoadBalancerListenerPolicyRuleOptions struct {
	// The load balancer identifier.
	LoadBalancerID *string `json:"load_balancer_id" validate:"required,ne="`

	// The listener identifier.
	ListenerID *string `json:"listener_id" validate:"required,ne="`

	// The policy identifier.
	PolicyID *string `json:"policy_id" validate:"required,ne="`

	// The rule identifier.
	ID *string `json:"id" validate:"required,ne="`

	// The listener policy rule patch.
	LoadBalancerListenerPolicyRulePatch map[string]interface{} `json:"LoadBalancerListenerPolicyRule_patch" validate:"required"`

	// Allows users to set headers on API requests
	Headers map[string]string
}

UpdateLoadBalancerListenerPolicyRuleOptions : The UpdateLoadBalancerListenerPolicyRule options.

func (*UpdateLoadBalancerListenerPolicyRuleOptions) SetHeaders

SetHeaders : Allow user to set Headers

func (*UpdateLoadBalancerListenerPolicyRuleOptions) SetID

SetID : Allow user to set ID

func (*UpdateLoadBalancerListenerPolicyRuleOptions) SetListenerID

SetListenerID : Allow user to set ListenerID

func (*UpdateLoadBalancerListenerPolicyRuleOptions) SetLoadBalancerID

SetLoadBalancerID : Allow user to set LoadBalancerID

func (*UpdateLoadBalancerListenerPolicyRuleOptions) SetLoadBalancerListenerPolicyRulePatch

func (_options *UpdateLoadBalancerListenerPolicyRuleOptions) SetLoadBalancerListenerPolicyRulePatch(loadBalancerListenerPolicyRulePatch map[string]interface{}) *UpdateLoadBalancerListenerPolicyRuleOptions

SetLoadBalancerListenerPolicyRulePatch : Allow user to set LoadBalancerListenerPolicyRulePatch

func (*UpdateLoadBalancerListenerPolicyRuleOptions) SetPolicyID

SetPolicyID : Allow user to set PolicyID

type UpdateLoadBalancerOptions

type UpdateLoadBalancerOptions struct {
	// The load balancer identifier.
	ID *string `json:"id" validate:"required,ne="`

	// The load balancer patch.
	LoadBalancerPatch map[string]interface{} `json:"LoadBalancer_patch" validate:"required"`

	// Allows users to set headers on API requests
	Headers map[string]string
}

UpdateLoadBalancerOptions : The UpdateLoadBalancer options.

func (*UpdateLoadBalancerOptions) SetHeaders

func (options *UpdateLoadBalancerOptions) SetHeaders(param map[string]string) *UpdateLoadBalancerOptions

SetHeaders : Allow user to set Headers

func (*UpdateLoadBalancerOptions) SetID

SetID : Allow user to set ID

func (*UpdateLoadBalancerOptions) SetLoadBalancerPatch

func (_options *UpdateLoadBalancerOptions) SetLoadBalancerPatch(loadBalancerPatch map[string]interface{}) *UpdateLoadBalancerOptions

SetLoadBalancerPatch : Allow user to set LoadBalancerPatch

type UpdateLoadBalancerPoolMemberOptions

type UpdateLoadBalancerPoolMemberOptions struct {
	// The load balancer identifier.
	LoadBalancerID *string `json:"load_balancer_id" validate:"required,ne="`

	// The pool identifier.
	PoolID *string `json:"pool_id" validate:"required,ne="`

	// The member identifier.
	ID *string `json:"id" validate:"required,ne="`

	// The load balancer pool member patch.
	LoadBalancerPoolMemberPatch map[string]interface{} `json:"LoadBalancerPoolMember_patch" validate:"required"`

	// Allows users to set headers on API requests
	Headers map[string]string
}

UpdateLoadBalancerPoolMemberOptions : The UpdateLoadBalancerPoolMember options.

func (*UpdateLoadBalancerPoolMemberOptions) SetHeaders

SetHeaders : Allow user to set Headers

func (*UpdateLoadBalancerPoolMemberOptions) SetID

SetID : Allow user to set ID

func (*UpdateLoadBalancerPoolMemberOptions) SetLoadBalancerID

func (_options *UpdateLoadBalancerPoolMemberOptions) SetLoadBalancerID(loadBalancerID string) *UpdateLoadBalancerPoolMemberOptions

SetLoadBalancerID : Allow user to set LoadBalancerID

func (*UpdateLoadBalancerPoolMemberOptions) SetLoadBalancerPoolMemberPatch

func (_options *UpdateLoadBalancerPoolMemberOptions) SetLoadBalancerPoolMemberPatch(loadBalancerPoolMemberPatch map[string]interface{}) *UpdateLoadBalancerPoolMemberOptions

SetLoadBalancerPoolMemberPatch : Allow user to set LoadBalancerPoolMemberPatch

func (*UpdateLoadBalancerPoolMemberOptions) SetPoolID

SetPoolID : Allow user to set PoolID

type UpdateLoadBalancerPoolOptions

type UpdateLoadBalancerPoolOptions struct {
	// The load balancer identifier.
	LoadBalancerID *string `json:"load_balancer_id" validate:"required,ne="`

	// The pool identifier.
	ID *string `json:"id" validate:"required,ne="`

	// The load balancer pool patch.
	LoadBalancerPoolPatch map[string]interface{} `json:"LoadBalancerPool_patch" validate:"required"`

	// Allows users to set headers on API requests
	Headers map[string]string
}

UpdateLoadBalancerPoolOptions : The UpdateLoadBalancerPool options.

func (*UpdateLoadBalancerPoolOptions) SetHeaders

SetHeaders : Allow user to set Headers

func (*UpdateLoadBalancerPoolOptions) SetID

SetID : Allow user to set ID

func (*UpdateLoadBalancerPoolOptions) SetLoadBalancerID

func (_options *UpdateLoadBalancerPoolOptions) SetLoadBalancerID(loadBalancerID string) *UpdateLoadBalancerPoolOptions

SetLoadBalancerID : Allow user to set LoadBalancerID

func (*UpdateLoadBalancerPoolOptions) SetLoadBalancerPoolPatch

func (_options *UpdateLoadBalancerPoolOptions) SetLoadBalancerPoolPatch(loadBalancerPoolPatch map[string]interface{}) *UpdateLoadBalancerPoolOptions

SetLoadBalancerPoolPatch : Allow user to set LoadBalancerPoolPatch

type UpdateNetworkACLOptions

type UpdateNetworkACLOptions struct {
	// The network ACL identifier.
	ID *string `json:"id" validate:"required,ne="`

	// The network ACL patch.
	NetworkACLPatch map[string]interface{} `json:"NetworkACL_patch" validate:"required"`

	// Allows users to set headers on API requests
	Headers map[string]string
}

UpdateNetworkACLOptions : The UpdateNetworkACL options.

func (*UpdateNetworkACLOptions) SetHeaders

func (options *UpdateNetworkACLOptions) SetHeaders(param map[string]string) *UpdateNetworkACLOptions

SetHeaders : Allow user to set Headers

func (*UpdateNetworkACLOptions) SetID

SetID : Allow user to set ID

func (*UpdateNetworkACLOptions) SetNetworkACLPatch

func (_options *UpdateNetworkACLOptions) SetNetworkACLPatch(networkACLPatch map[string]interface{}) *UpdateNetworkACLOptions

SetNetworkACLPatch : Allow user to set NetworkACLPatch

type UpdateNetworkACLRuleOptions

type UpdateNetworkACLRuleOptions struct {
	// The network ACL identifier.
	NetworkACLID *string `json:"network_acl_id" validate:"required,ne="`

	// The rule identifier.
	ID *string `json:"id" validate:"required,ne="`

	// The network ACL rule patch.
	NetworkACLRulePatch map[string]interface{} `json:"NetworkACLRule_patch" validate:"required"`

	// Allows users to set headers on API requests
	Headers map[string]string
}

UpdateNetworkACLRuleOptions : The UpdateNetworkACLRule options.

func (*UpdateNetworkACLRuleOptions) SetHeaders

func (options *UpdateNetworkACLRuleOptions) SetHeaders(param map[string]string) *UpdateNetworkACLRuleOptions

SetHeaders : Allow user to set Headers

func (*UpdateNetworkACLRuleOptions) SetID

SetID : Allow user to set ID

func (*UpdateNetworkACLRuleOptions) SetNetworkACLID

func (_options *UpdateNetworkACLRuleOptions) SetNetworkACLID(networkACLID string) *UpdateNetworkACLRuleOptions

SetNetworkACLID : Allow user to set NetworkACLID

func (*UpdateNetworkACLRuleOptions) SetNetworkACLRulePatch

func (_options *UpdateNetworkACLRuleOptions) SetNetworkACLRulePatch(networkACLRulePatch map[string]interface{}) *UpdateNetworkACLRuleOptions

SetNetworkACLRulePatch : Allow user to set NetworkACLRulePatch

type UpdatePlacementGroupOptions

type UpdatePlacementGroupOptions struct {
	// The placement group identifier.
	ID *string `json:"id" validate:"required,ne="`

	// The placement group patch.
	PlacementGroupPatch map[string]interface{} `json:"PlacementGroup_patch" validate:"required"`

	// Allows users to set headers on API requests
	Headers map[string]string
}

UpdatePlacementGroupOptions : The UpdatePlacementGroup options.

func (*UpdatePlacementGroupOptions) SetHeaders

func (options *UpdatePlacementGroupOptions) SetHeaders(param map[string]string) *UpdatePlacementGroupOptions

SetHeaders : Allow user to set Headers

func (*UpdatePlacementGroupOptions) SetID

SetID : Allow user to set ID

func (*UpdatePlacementGroupOptions) SetPlacementGroupPatch

func (_options *UpdatePlacementGroupOptions) SetPlacementGroupPatch(placementGroupPatch map[string]interface{}) *UpdatePlacementGroupOptions

SetPlacementGroupPatch : Allow user to set PlacementGroupPatch

type UpdatePublicGatewayOptions

type UpdatePublicGatewayOptions struct {
	// The public gateway identifier.
	ID *string `json:"id" validate:"required,ne="`

	// The public gateway patch.
	PublicGatewayPatch map[string]interface{} `json:"PublicGateway_patch" validate:"required"`

	// Allows users to set headers on API requests
	Headers map[string]string
}

UpdatePublicGatewayOptions : The UpdatePublicGateway options.

func (*UpdatePublicGatewayOptions) SetHeaders

func (options *UpdatePublicGatewayOptions) SetHeaders(param map[string]string) *UpdatePublicGatewayOptions

SetHeaders : Allow user to set Headers

func (*UpdatePublicGatewayOptions) SetID

SetID : Allow user to set ID

func (*UpdatePublicGatewayOptions) SetPublicGatewayPatch

func (_options *UpdatePublicGatewayOptions) SetPublicGatewayPatch(publicGatewayPatch map[string]interface{}) *UpdatePublicGatewayOptions

SetPublicGatewayPatch : Allow user to set PublicGatewayPatch

type UpdateSecurityGroupOptions

type UpdateSecurityGroupOptions struct {
	// The security group identifier.
	ID *string `json:"id" validate:"required,ne="`

	// The security group patch.
	SecurityGroupPatch map[string]interface{} `json:"SecurityGroup_patch" validate:"required"`

	// Allows users to set headers on API requests
	Headers map[string]string
}

UpdateSecurityGroupOptions : The UpdateSecurityGroup options.

func (*UpdateSecurityGroupOptions) SetHeaders

func (options *UpdateSecurityGroupOptions) SetHeaders(param map[string]string) *UpdateSecurityGroupOptions

SetHeaders : Allow user to set Headers

func (*UpdateSecurityGroupOptions) SetID

SetID : Allow user to set ID

func (*UpdateSecurityGroupOptions) SetSecurityGroupPatch

func (_options *UpdateSecurityGroupOptions) SetSecurityGroupPatch(securityGroupPatch map[string]interface{}) *UpdateSecurityGroupOptions

SetSecurityGroupPatch : Allow user to set SecurityGroupPatch

type UpdateSecurityGroupRuleOptions

type UpdateSecurityGroupRuleOptions struct {
	// The security group identifier.
	SecurityGroupID *string `json:"security_group_id" validate:"required,ne="`

	// The rule identifier.
	ID *string `json:"id" validate:"required,ne="`

	// The security group rule patch.
	SecurityGroupRulePatch map[string]interface{} `json:"SecurityGroupRule_patch" validate:"required"`

	// Allows users to set headers on API requests
	Headers map[string]string
}

UpdateSecurityGroupRuleOptions : The UpdateSecurityGroupRule options.

func (*UpdateSecurityGroupRuleOptions) SetHeaders

SetHeaders : Allow user to set Headers

func (*UpdateSecurityGroupRuleOptions) SetID

SetID : Allow user to set ID

func (*UpdateSecurityGroupRuleOptions) SetSecurityGroupID

func (_options *UpdateSecurityGroupRuleOptions) SetSecurityGroupID(securityGroupID string) *UpdateSecurityGroupRuleOptions

SetSecurityGroupID : Allow user to set SecurityGroupID

func (*UpdateSecurityGroupRuleOptions) SetSecurityGroupRulePatch

func (_options *UpdateSecurityGroupRuleOptions) SetSecurityGroupRulePatch(securityGroupRulePatch map[string]interface{}) *UpdateSecurityGroupRuleOptions

SetSecurityGroupRulePatch : Allow user to set SecurityGroupRulePatch

type UpdateSnapshotOptions

type UpdateSnapshotOptions struct {
	// The snapshot identifier.
	ID *string `json:"id" validate:"required,ne="`

	// The snapshot patch.
	SnapshotPatch map[string]interface{} `json:"Snapshot_patch" validate:"required"`

	// Allows users to set headers on API requests
	Headers map[string]string
}

UpdateSnapshotOptions : The UpdateSnapshot options.

func (*UpdateSnapshotOptions) SetHeaders

func (options *UpdateSnapshotOptions) SetHeaders(param map[string]string) *UpdateSnapshotOptions

SetHeaders : Allow user to set Headers

func (*UpdateSnapshotOptions) SetID

func (_options *UpdateSnapshotOptions) SetID(id string) *UpdateSnapshotOptions

SetID : Allow user to set ID

func (*UpdateSnapshotOptions) SetSnapshotPatch

func (_options *UpdateSnapshotOptions) SetSnapshotPatch(snapshotPatch map[string]interface{}) *UpdateSnapshotOptions

SetSnapshotPatch : Allow user to set SnapshotPatch

type UpdateSubnetOptions

type UpdateSubnetOptions struct {
	// The subnet identifier.
	ID *string `json:"id" validate:"required,ne="`

	// The subnet patch.
	SubnetPatch map[string]interface{} `json:"Subnet_patch" validate:"required"`

	// Allows users to set headers on API requests
	Headers map[string]string
}

UpdateSubnetOptions : The UpdateSubnet options.

func (*UpdateSubnetOptions) SetHeaders

func (options *UpdateSubnetOptions) SetHeaders(param map[string]string) *UpdateSubnetOptions

SetHeaders : Allow user to set Headers

func (*UpdateSubnetOptions) SetID

func (_options *UpdateSubnetOptions) SetID(id string) *UpdateSubnetOptions

SetID : Allow user to set ID

func (*UpdateSubnetOptions) SetSubnetPatch

func (_options *UpdateSubnetOptions) SetSubnetPatch(subnetPatch map[string]interface{}) *UpdateSubnetOptions

SetSubnetPatch : Allow user to set SubnetPatch

type UpdateSubnetReservedIPOptions

type UpdateSubnetReservedIPOptions struct {
	// The subnet identifier.
	SubnetID *string `json:"subnet_id" validate:"required,ne="`

	// The reserved IP identifier.
	ID *string `json:"id" validate:"required,ne="`

	// The reserved IP patch.
	ReservedIPPatch map[string]interface{} `json:"ReservedIP_patch" validate:"required"`

	// Allows users to set headers on API requests
	Headers map[string]string
}

UpdateSubnetReservedIPOptions : The UpdateSubnetReservedIP options.

func (*UpdateSubnetReservedIPOptions) SetHeaders

SetHeaders : Allow user to set Headers

func (*UpdateSubnetReservedIPOptions) SetID

SetID : Allow user to set ID

func (*UpdateSubnetReservedIPOptions) SetReservedIPPatch

func (_options *UpdateSubnetReservedIPOptions) SetReservedIPPatch(reservedIPPatch map[string]interface{}) *UpdateSubnetReservedIPOptions

SetReservedIPPatch : Allow user to set ReservedIPPatch

func (*UpdateSubnetReservedIPOptions) SetSubnetID

func (_options *UpdateSubnetReservedIPOptions) SetSubnetID(subnetID string) *UpdateSubnetReservedIPOptions

SetSubnetID : Allow user to set SubnetID

type UpdateVPCAddressPrefixOptions

type UpdateVPCAddressPrefixOptions struct {
	// The VPC identifier.
	VPCID *string `json:"vpc_id" validate:"required,ne="`

	// The prefix identifier.
	ID *string `json:"id" validate:"required,ne="`

	// The prefix patch.
	AddressPrefixPatch map[string]interface{} `json:"AddressPrefix_patch" validate:"required"`

	// Allows users to set headers on API requests
	Headers map[string]string
}

UpdateVPCAddressPrefixOptions : The UpdateVPCAddressPrefix options.

func (*UpdateVPCAddressPrefixOptions) SetAddressPrefixPatch

func (_options *UpdateVPCAddressPrefixOptions) SetAddressPrefixPatch(addressPrefixPatch map[string]interface{}) *UpdateVPCAddressPrefixOptions

SetAddressPrefixPatch : Allow user to set AddressPrefixPatch

func (*UpdateVPCAddressPrefixOptions) SetHeaders

SetHeaders : Allow user to set Headers

func (*UpdateVPCAddressPrefixOptions) SetID

SetID : Allow user to set ID

func (*UpdateVPCAddressPrefixOptions) SetVPCID

SetVPCID : Allow user to set VPCID

type UpdateVPCOptions

type UpdateVPCOptions struct {
	// The VPC identifier.
	ID *string `json:"id" validate:"required,ne="`

	// The VPC patch.
	VPCPatch map[string]interface{} `json:"VPC_patch" validate:"required"`

	// Allows users to set headers on API requests
	Headers map[string]string
}

UpdateVPCOptions : The UpdateVPC options.

func (*UpdateVPCOptions) SetHeaders

func (options *UpdateVPCOptions) SetHeaders(param map[string]string) *UpdateVPCOptions

SetHeaders : Allow user to set Headers

func (*UpdateVPCOptions) SetID

func (_options *UpdateVPCOptions) SetID(id string) *UpdateVPCOptions

SetID : Allow user to set ID

func (*UpdateVPCOptions) SetVPCPatch

func (_options *UpdateVPCOptions) SetVPCPatch(vpcPatch map[string]interface{}) *UpdateVPCOptions

SetVPCPatch : Allow user to set VPCPatch

type UpdateVPCRouteOptions

type UpdateVPCRouteOptions struct {
	// The VPC identifier.
	VPCID *string `json:"vpc_id" validate:"required,ne="`

	// The route identifier.
	ID *string `json:"id" validate:"required,ne="`

	// The route patch.
	RoutePatch map[string]interface{} `json:"Route_patch" validate:"required"`

	// Allows users to set headers on API requests
	Headers map[string]string
}

UpdateVPCRouteOptions : The UpdateVPCRoute options.

func (*UpdateVPCRouteOptions) SetHeaders

func (options *UpdateVPCRouteOptions) SetHeaders(param map[string]string) *UpdateVPCRouteOptions

SetHeaders : Allow user to set Headers

func (*UpdateVPCRouteOptions) SetID

func (_options *UpdateVPCRouteOptions) SetID(id string) *UpdateVPCRouteOptions

SetID : Allow user to set ID

func (*UpdateVPCRouteOptions) SetRoutePatch

func (_options *UpdateVPCRouteOptions) SetRoutePatch(routePatch map[string]interface{}) *UpdateVPCRouteOptions

SetRoutePatch : Allow user to set RoutePatch

func (*UpdateVPCRouteOptions) SetVPCID

func (_options *UpdateVPCRouteOptions) SetVPCID(vpcID string) *UpdateVPCRouteOptions

SetVPCID : Allow user to set VPCID

type UpdateVPCRoutingTableOptions

type UpdateVPCRoutingTableOptions struct {
	// The VPC identifier.
	VPCID *string `json:"vpc_id" validate:"required,ne="`

	// The routing table identifier.
	ID *string `json:"id" validate:"required,ne="`

	// The routing table patch.
	RoutingTablePatch map[string]interface{} `json:"RoutingTable_patch" validate:"required"`

	// Allows users to set headers on API requests
	Headers map[string]string
}

UpdateVPCRoutingTableOptions : The UpdateVPCRoutingTable options.

func (*UpdateVPCRoutingTableOptions) SetHeaders

SetHeaders : Allow user to set Headers

func (*UpdateVPCRoutingTableOptions) SetID

SetID : Allow user to set ID

func (*UpdateVPCRoutingTableOptions) SetRoutingTablePatch

func (_options *UpdateVPCRoutingTableOptions) SetRoutingTablePatch(routingTablePatch map[string]interface{}) *UpdateVPCRoutingTableOptions

SetRoutingTablePatch : Allow user to set RoutingTablePatch

func (*UpdateVPCRoutingTableOptions) SetVPCID

SetVPCID : Allow user to set VPCID

type UpdateVPCRoutingTableRouteOptions

type UpdateVPCRoutingTableRouteOptions struct {
	// The VPC identifier.
	VPCID *string `json:"vpc_id" validate:"required,ne="`

	// The routing table identifier.
	RoutingTableID *string `json:"routing_table_id" validate:"required,ne="`

	// The VPC routing table route identifier.
	ID *string `json:"id" validate:"required,ne="`

	// The VPC route patch.
	RoutePatch map[string]interface{} `json:"Route_patch" validate:"required"`

	// Allows users to set headers on API requests
	Headers map[string]string
}

UpdateVPCRoutingTableRouteOptions : The UpdateVPCRoutingTableRoute options.

func (*UpdateVPCRoutingTableRouteOptions) SetHeaders

SetHeaders : Allow user to set Headers

func (*UpdateVPCRoutingTableRouteOptions) SetID

SetID : Allow user to set ID

func (*UpdateVPCRoutingTableRouteOptions) SetRoutePatch

func (_options *UpdateVPCRoutingTableRouteOptions) SetRoutePatch(routePatch map[string]interface{}) *UpdateVPCRoutingTableRouteOptions

SetRoutePatch : Allow user to set RoutePatch

func (*UpdateVPCRoutingTableRouteOptions) SetRoutingTableID

func (_options *UpdateVPCRoutingTableRouteOptions) SetRoutingTableID(routingTableID string) *UpdateVPCRoutingTableRouteOptions

SetRoutingTableID : Allow user to set RoutingTableID

func (*UpdateVPCRoutingTableRouteOptions) SetVPCID

SetVPCID : Allow user to set VPCID

type UpdateVPNGatewayConnectionOptions

type UpdateVPNGatewayConnectionOptions struct {
	// The VPN gateway identifier.
	VPNGatewayID *string `json:"vpn_gateway_id" validate:"required,ne="`

	// The VPN gateway connection identifier.
	ID *string `json:"id" validate:"required,ne="`

	// The VPN gateway connection patch.
	VPNGatewayConnectionPatch map[string]interface{} `json:"VPNGatewayConnection_patch" validate:"required"`

	// Allows users to set headers on API requests
	Headers map[string]string
}

UpdateVPNGatewayConnectionOptions : The UpdateVPNGatewayConnection options.

func (*UpdateVPNGatewayConnectionOptions) SetHeaders

SetHeaders : Allow user to set Headers

func (*UpdateVPNGatewayConnectionOptions) SetID

SetID : Allow user to set ID

func (*UpdateVPNGatewayConnectionOptions) SetVPNGatewayConnectionPatch

func (_options *UpdateVPNGatewayConnectionOptions) SetVPNGatewayConnectionPatch(vpnGatewayConnectionPatch map[string]interface{}) *UpdateVPNGatewayConnectionOptions

SetVPNGatewayConnectionPatch : Allow user to set VPNGatewayConnectionPatch

func (*UpdateVPNGatewayConnectionOptions) SetVPNGatewayID

func (_options *UpdateVPNGatewayConnectionOptions) SetVPNGatewayID(vpnGatewayID string) *UpdateVPNGatewayConnectionOptions

SetVPNGatewayID : Allow user to set VPNGatewayID

type UpdateVPNGatewayOptions

type UpdateVPNGatewayOptions struct {
	// The VPN gateway identifier.
	ID *string `json:"id" validate:"required,ne="`

	// The VPN gateway patch.
	VPNGatewayPatch map[string]interface{} `json:"VPNGateway_patch" validate:"required"`

	// Allows users to set headers on API requests
	Headers map[string]string
}

UpdateVPNGatewayOptions : The UpdateVPNGateway options.

func (*UpdateVPNGatewayOptions) SetHeaders

func (options *UpdateVPNGatewayOptions) SetHeaders(param map[string]string) *UpdateVPNGatewayOptions

SetHeaders : Allow user to set Headers

func (*UpdateVPNGatewayOptions) SetID

SetID : Allow user to set ID

func (*UpdateVPNGatewayOptions) SetVPNGatewayPatch

func (_options *UpdateVPNGatewayOptions) SetVPNGatewayPatch(vpnGatewayPatch map[string]interface{}) *UpdateVPNGatewayOptions

SetVPNGatewayPatch : Allow user to set VPNGatewayPatch

type UpdateVolumeOptions

type UpdateVolumeOptions struct {
	// The volume identifier.
	ID *string `json:"id" validate:"required,ne="`

	// The volume patch.
	VolumePatch map[string]interface{} `json:"Volume_patch" validate:"required"`

	// Allows users to set headers on API requests
	Headers map[string]string
}

UpdateVolumeOptions : The UpdateVolume options.

func (*UpdateVolumeOptions) SetHeaders

func (options *UpdateVolumeOptions) SetHeaders(param map[string]string) *UpdateVolumeOptions

SetHeaders : Allow user to set Headers

func (*UpdateVolumeOptions) SetID

func (_options *UpdateVolumeOptions) SetID(id string) *UpdateVolumeOptions

SetID : Allow user to set ID

func (*UpdateVolumeOptions) SetVolumePatch

func (_options *UpdateVolumeOptions) SetVolumePatch(volumePatch map[string]interface{}) *UpdateVolumeOptions

SetVolumePatch : Allow user to set VolumePatch

type VPC

type VPC struct {
	// Indicates whether this VPC is connected to Classic Infrastructure. If true, this VPC's resources have private
	// network connectivity to the account's Classic Infrastructure resources. Only one VPC, per region, may be connected
	// in this way. This value is set at creation and subsequently immutable.
	ClassicAccess *bool `json:"classic_access" validate:"required"`

	// The date and time that the VPC was created.
	CreatedAt *strfmt.DateTime `json:"created_at" validate:"required"`

	// The CRN for this VPC.
	CRN *string `json:"crn" validate:"required"`

	// The CSE ([Cloud Service Endpoint](https://cloud.ibm.com/docs/resources?topic=resources-service-endpoints)) source IP
	// addresses for the VPC. The VPC will have one CSE source IP address per zone.
	CseSourceIps []VpccseSourceIP `json:"cse_source_ips,omitempty"`

	// The default network ACL to use for subnets created in this VPC.
	DefaultNetworkACL *NetworkACLReference `json:"default_network_acl" validate:"required"`

	// The default routing table to use for subnets created in this VPC.
	DefaultRoutingTable *RoutingTableReference `json:"default_routing_table" validate:"required"`

	// The default security group to use for network interfaces created in this VPC.
	DefaultSecurityGroup *SecurityGroupReference `json:"default_security_group" validate:"required"`

	// The URL for this VPC.
	Href *string `json:"href" validate:"required"`

	// The unique identifier for this VPC.
	ID *string `json:"id" validate:"required"`

	// The unique user-defined name for this VPC.
	Name *string `json:"name" validate:"required"`

	// The resource group for this VPC.
	ResourceGroup *ResourceGroupReference `json:"resource_group" validate:"required"`

	// The status of this VPC.
	Status *string `json:"status" validate:"required"`
}

VPC : VPC struct

type VPCCollection

type VPCCollection struct {
	// A link to the first page of resources.
	First *VPCCollectionFirst `json:"first" validate:"required"`

	// The maximum number of resources that can be returned by the request.
	Limit *int64 `json:"limit" validate:"required"`

	// A link to the next page of resources. This property is present for all pages
	// except the last page.
	Next *VPCCollectionNext `json:"next,omitempty"`

	// The total number of resources across all pages.
	TotalCount *int64 `json:"total_count" validate:"required"`

	// Collection of VPCs.
	Vpcs []VPC `json:"vpcs" validate:"required"`
}

VPCCollection : VPCCollection struct

func (*VPCCollection) GetNextStart

func (resp *VPCCollection) GetNextStart() (*string, error)

Retrieve the value to be passed to a request to access the next page of results

type VPCCollectionFirst

type VPCCollectionFirst struct {
	// The URL for a page of resources.
	Href *string `json:"href" validate:"required"`
}

VPCCollectionFirst : A link to the first page of resources.

type VPCCollectionNext

type VPCCollectionNext struct {
	// The URL for a page of resources.
	Href *string `json:"href" validate:"required"`
}

VPCCollectionNext : A link to the next page of resources. This property is present for all pages except the last page.

type VPCIdentity

type VPCIdentity struct {
	// The unique identifier for this VPC.
	ID *string `json:"id,omitempty"`

	// The CRN for this VPC.
	CRN *string `json:"crn,omitempty"`

	// The URL for this VPC.
	Href *string `json:"href,omitempty"`
}

VPCIdentity : Identifies a VPC by a unique property. Models which "extend" this model: - VPCIdentityByID - VPCIdentityByCRN - VPCIdentityByHref

type VPCIdentityByCRN

type VPCIdentityByCRN struct {
	// The CRN for this VPC.
	CRN *string `json:"crn" validate:"required"`
}

VPCIdentityByCRN : VPCIdentityByCRN struct This model "extends" VPCIdentity

type VPCIdentityByHref

type VPCIdentityByHref struct {
	// The URL for this VPC.
	Href *string `json:"href" validate:"required"`
}

VPCIdentityByHref : VPCIdentityByHref struct This model "extends" VPCIdentity

type VPCIdentityByID

type VPCIdentityByID struct {
	// The unique identifier for this VPC.
	ID *string `json:"id" validate:"required"`
}

VPCIdentityByID : VPCIdentityByID struct This model "extends" VPCIdentity

type VPCIdentityIntf

type VPCIdentityIntf interface {
	// contains filtered or unexported methods
}

type VPCPatch

type VPCPatch struct {
	// The unique user-defined name for this VPC.
	Name *string `json:"name,omitempty"`
}

VPCPatch : VPCPatch struct

func (*VPCPatch) AsPatch

func (vpcPatch *VPCPatch) AsPatch() (_patch map[string]interface{}, err error)

AsPatch returns a generic map representation of the VPCPatch

type VPCReference

type VPCReference struct {
	// The CRN for this VPC.
	CRN *string `json:"crn" validate:"required"`

	// If present, this property indicates the referenced resource has been deleted and provides
	// some supplementary information.
	Deleted *VPCReferenceDeleted `json:"deleted,omitempty"`

	// The URL for this VPC.
	Href *string `json:"href" validate:"required"`

	// The unique identifier for this VPC.
	ID *string `json:"id" validate:"required"`

	// The unique user-defined name for this VPC.
	Name *string `json:"name" validate:"required"`
}

VPCReference : VPCReference struct

type VPCReferenceDeleted

type VPCReferenceDeleted struct {
	// Link to documentation about deleted resources.
	MoreInfo *string `json:"more_info" validate:"required"`
}

VPCReferenceDeleted : If present, this property indicates the referenced resource has been deleted and provides some supplementary information.

type VPNGateway

type VPNGateway struct {
	// Connections for this VPN gateway.
	Connections []VPNGatewayConnectionReference `json:"connections" validate:"required"`

	// The date and time that this VPN gateway was created.
	CreatedAt *strfmt.DateTime `json:"created_at" validate:"required"`

	// The VPN gateway's CRN.
	CRN *string `json:"crn" validate:"required"`

	// The VPN gateway's canonical URL.
	Href *string `json:"href" validate:"required"`

	// The unique identifier for this VPN gateway.
	ID *string `json:"id" validate:"required"`

	// Collection of VPN gateway members.
	Members []VPNGatewayMember `json:"members" validate:"required"`

	// The user-defined name for this VPN gateway.
	Name *string `json:"name" validate:"required"`

	// The resource group for this VPN gateway.
	ResourceGroup *ResourceGroupReference `json:"resource_group" validate:"required"`

	// The resource type.
	ResourceType *string `json:"resource_type" validate:"required"`

	// The status of the VPN gateway.
	Status *string `json:"status" validate:"required"`

	Subnet *SubnetReference `json:"subnet" validate:"required"`

	// Route mode VPN gateway.
	Mode *string `json:"mode,omitempty"`
}

VPNGateway : VPNGateway struct Models which "extend" this model: - VPNGatewayRouteMode - VPNGatewayPolicyMode

type VPNGatewayCollection

type VPNGatewayCollection struct {
	// A link to the first page of resources.
	First *VPNGatewayCollectionFirst `json:"first" validate:"required"`

	// The maximum number of resources that can be returned by the request.
	Limit *int64 `json:"limit" validate:"required"`

	// A link to the next page of resources. This property is present for all pages
	// except the last page.
	Next *VPNGatewayCollectionNext `json:"next,omitempty"`

	// The total number of resources across all pages.
	TotalCount *int64 `json:"total_count" validate:"required"`

	// Collection of VPN gateways.
	VPNGateways []VPNGatewayIntf `json:"vpn_gateways" validate:"required"`
}

VPNGatewayCollection : VPNGatewayCollection struct

func (*VPNGatewayCollection) GetNextStart

func (resp *VPNGatewayCollection) GetNextStart() (*string, error)

Retrieve the value to be passed to a request to access the next page of results

type VPNGatewayCollectionFirst

type VPNGatewayCollectionFirst struct {
	// The URL for a page of resources.
	Href *string `json:"href" validate:"required"`
}

VPNGatewayCollectionFirst : A link to the first page of resources.

type VPNGatewayCollectionNext

type VPNGatewayCollectionNext struct {
	// The URL for a page of resources.
	Href *string `json:"href" validate:"required"`
}

VPNGatewayCollectionNext : A link to the next page of resources. This property is present for all pages except the last page.

type VPNGatewayConnection

type VPNGatewayConnection struct {
	// If set to false, the VPN gateway connection is shut down.
	AdminStateUp *bool `json:"admin_state_up" validate:"required"`

	// The authentication mode. Only `psk` is currently supported.
	AuthenticationMode *string `json:"authentication_mode" validate:"required"`

	// The date and time that this VPN gateway connection was created.
	CreatedAt *strfmt.DateTime `json:"created_at" validate:"required"`

	// The Dead Peer Detection settings.
	DeadPeerDetection *VPNGatewayConnectionDpd `json:"dead_peer_detection" validate:"required"`

	// The VPN connection's canonical URL.
	Href *string `json:"href" validate:"required"`

	// The unique identifier for this VPN gateway connection.
	ID *string `json:"id" validate:"required"`

	// The IKE policy. If absent, [auto-negotiation is
	// used](https://cloud.ibm.com/docs/vpc?topic=vpc-using-vpn&interface=ui#ike-auto-negotiation-phase-1).
	IkePolicy *IkePolicyReference `json:"ike_policy,omitempty"`

	// The IPsec policy. If absent, [auto-negotiation is
	// used](https://cloud.ibm.com/docs/vpc?topic=vpc-using-vpn&interface=ui#ipsec-auto-negotiation-phase-2).
	IpsecPolicy *IPsecPolicyReference `json:"ipsec_policy,omitempty"`

	// The mode of the VPN gateway.
	Mode *string `json:"mode" validate:"required"`

	// The user-defined name for this VPN gateway connection.
	Name *string `json:"name" validate:"required"`

	// The IP address of the peer VPN gateway.
	PeerAddress *string `json:"peer_address" validate:"required"`

	// The preshared key.
	Psk *string `json:"psk" validate:"required"`

	// The resource type.
	ResourceType *string `json:"resource_type" validate:"required"`

	// The status of a VPN gateway connection.
	Status *string `json:"status" validate:"required"`

	// Routing protocols are disabled for this VPN gateway connection.
	RoutingProtocol *string `json:"routing_protocol,omitempty"`

	// The VPN tunnel configuration for this VPN gateway connection (in static route mode).
	Tunnels []VPNGatewayConnectionStaticRouteModeTunnel `json:"tunnels,omitempty"`

	// The local CIDRs for this resource.
	LocalCIDRs []string `json:"local_cidrs,omitempty"`

	// The peer CIDRs for this resource.
	PeerCIDRs []string `json:"peer_cidrs,omitempty"`
}

VPNGatewayConnection : VPNGatewayConnection struct Models which "extend" this model: - VPNGatewayConnectionStaticRouteMode - VPNGatewayConnectionPolicyMode

type VPNGatewayConnectionCollection

type VPNGatewayConnectionCollection struct {
	// Array of VPN gateway connections.
	Connections []VPNGatewayConnectionIntf `json:"connections" validate:"required"`
}

VPNGatewayConnectionCollection : Collection of VPN gateway connections in a VPN gateway.

type VPNGatewayConnectionDpd

type VPNGatewayConnectionDpd struct {
	// Dead Peer Detection actions.
	Action *string `json:"action" validate:"required"`

	// Dead Peer Detection interval in seconds.
	Interval *int64 `json:"interval" validate:"required"`

	// Dead Peer Detection timeout in seconds. Must be at least the interval.
	Timeout *int64 `json:"timeout" validate:"required"`
}

VPNGatewayConnectionDpd : The Dead Peer Detection settings.

type VPNGatewayConnectionDpdPatch

type VPNGatewayConnectionDpdPatch struct {
	// Dead Peer Detection actions.
	Action *string `json:"action,omitempty"`

	// Dead Peer Detection interval in seconds.
	Interval *int64 `json:"interval,omitempty"`

	// Dead Peer Detection timeout in seconds. Must be at least the interval.
	Timeout *int64 `json:"timeout,omitempty"`
}

VPNGatewayConnectionDpdPatch : The Dead Peer Detection settings.

type VPNGatewayConnectionDpdPrototype

type VPNGatewayConnectionDpdPrototype struct {
	// Dead Peer Detection actions.
	Action *string `json:"action,omitempty"`

	// Dead Peer Detection interval in seconds.
	Interval *int64 `json:"interval,omitempty"`

	// Dead Peer Detection timeout in seconds. Must be at least the interval.
	Timeout *int64 `json:"timeout,omitempty"`
}

VPNGatewayConnectionDpdPrototype : The Dead Peer Detection settings.

type VPNGatewayConnectionIPsecPolicyPatch

type VPNGatewayConnectionIPsecPolicyPatch struct {
	// The unique identifier for this IPsec policy.
	ID *string `json:"id,omitempty"`

	// The IPsec policy's canonical URL.
	Href *string `json:"href,omitempty"`
}

VPNGatewayConnectionIPsecPolicyPatch : The IPsec policy to use. Specify `null` to remove any existing policy, [resulting in auto-negotiation](https://cloud.ibm.com/docs/vpc?topic=vpc-using-vpn&interface=ui#ipsec-auto-negotiation-phase-2). Models which "extend" this model: - VPNGatewayConnectionIPsecPolicyPatchIPsecPolicyIdentityByID - VPNGatewayConnectionIPsecPolicyPatchIPsecPolicyIdentityByHref

type VPNGatewayConnectionIPsecPolicyPatchIPsecPolicyIdentityByHref

type VPNGatewayConnectionIPsecPolicyPatchIPsecPolicyIdentityByHref struct {
	// The IPsec policy's canonical URL.
	Href *string `json:"href" validate:"required"`
}

VPNGatewayConnectionIPsecPolicyPatchIPsecPolicyIdentityByHref : VPNGatewayConnectionIPsecPolicyPatchIPsecPolicyIdentityByHref struct This model "extends" VPNGatewayConnectionIPsecPolicyPatch

type VPNGatewayConnectionIPsecPolicyPatchIPsecPolicyIdentityByID

type VPNGatewayConnectionIPsecPolicyPatchIPsecPolicyIdentityByID struct {
	// The unique identifier for this IPsec policy.
	ID *string `json:"id" validate:"required"`
}

VPNGatewayConnectionIPsecPolicyPatchIPsecPolicyIdentityByID : VPNGatewayConnectionIPsecPolicyPatchIPsecPolicyIdentityByID struct This model "extends" VPNGatewayConnectionIPsecPolicyPatch

type VPNGatewayConnectionIPsecPolicyPatchIntf

type VPNGatewayConnectionIPsecPolicyPatchIntf interface {
	// contains filtered or unexported methods
}

type VPNGatewayConnectionIPsecPolicyPrototype

type VPNGatewayConnectionIPsecPolicyPrototype struct {
	// The unique identifier for this IPsec policy.
	ID *string `json:"id,omitempty"`

	// The IPsec policy's canonical URL.
	Href *string `json:"href,omitempty"`
}

VPNGatewayConnectionIPsecPolicyPrototype : The IPsec policy to use. If unspecified, [auto-negotiation will be used](https://cloud.ibm.com/docs/vpc?topic=vpc-using-vpn&interface=ui#ipsec-auto-negotiation-phase-2). Models which "extend" this model: - VPNGatewayConnectionIPsecPolicyPrototypeIPsecPolicyIdentityByID - VPNGatewayConnectionIPsecPolicyPrototypeIPsecPolicyIdentityByHref

type VPNGatewayConnectionIPsecPolicyPrototypeIPsecPolicyIdentityByHref

type VPNGatewayConnectionIPsecPolicyPrototypeIPsecPolicyIdentityByHref struct {
	// The IPsec policy's canonical URL.
	Href *string `json:"href" validate:"required"`
}

VPNGatewayConnectionIPsecPolicyPrototypeIPsecPolicyIdentityByHref : VPNGatewayConnectionIPsecPolicyPrototypeIPsecPolicyIdentityByHref struct This model "extends" VPNGatewayConnectionIPsecPolicyPrototype

type VPNGatewayConnectionIPsecPolicyPrototypeIPsecPolicyIdentityByID

type VPNGatewayConnectionIPsecPolicyPrototypeIPsecPolicyIdentityByID struct {
	// The unique identifier for this IPsec policy.
	ID *string `json:"id" validate:"required"`
}

VPNGatewayConnectionIPsecPolicyPrototypeIPsecPolicyIdentityByID : VPNGatewayConnectionIPsecPolicyPrototypeIPsecPolicyIdentityByID struct This model "extends" VPNGatewayConnectionIPsecPolicyPrototype

type VPNGatewayConnectionIPsecPolicyPrototypeIntf

type VPNGatewayConnectionIPsecPolicyPrototypeIntf interface {
	// contains filtered or unexported methods
}

type VPNGatewayConnectionIkePolicyPatch

type VPNGatewayConnectionIkePolicyPatch struct {
	// The unique identifier for this IKE policy.
	ID *string `json:"id,omitempty"`

	// The IKE policy's canonical URL.
	Href *string `json:"href,omitempty"`
}

VPNGatewayConnectionIkePolicyPatch : The IKE policy to use. Specify `null` to remove any existing policy, [resulting in auto-negotiation](https://cloud.ibm.com/docs/vpc?topic=vpc-using-vpn&interface=ui#ike-auto-negotiation-phase-1). Models which "extend" this model: - VPNGatewayConnectionIkePolicyPatchIkePolicyIdentityByID - VPNGatewayConnectionIkePolicyPatchIkePolicyIdentityByHref

type VPNGatewayConnectionIkePolicyPatchIkePolicyIdentityByHref

type VPNGatewayConnectionIkePolicyPatchIkePolicyIdentityByHref struct {
	// The IKE policy's canonical URL.
	Href *string `json:"href" validate:"required"`
}

VPNGatewayConnectionIkePolicyPatchIkePolicyIdentityByHref : VPNGatewayConnectionIkePolicyPatchIkePolicyIdentityByHref struct This model "extends" VPNGatewayConnectionIkePolicyPatch

type VPNGatewayConnectionIkePolicyPatchIkePolicyIdentityByID

type VPNGatewayConnectionIkePolicyPatchIkePolicyIdentityByID struct {
	// The unique identifier for this IKE policy.
	ID *string `json:"id" validate:"required"`
}

VPNGatewayConnectionIkePolicyPatchIkePolicyIdentityByID : VPNGatewayConnectionIkePolicyPatchIkePolicyIdentityByID struct This model "extends" VPNGatewayConnectionIkePolicyPatch

type VPNGatewayConnectionIkePolicyPatchIntf

type VPNGatewayConnectionIkePolicyPatchIntf interface {
	// contains filtered or unexported methods
}

type VPNGatewayConnectionIkePolicyPrototype

type VPNGatewayConnectionIkePolicyPrototype struct {
	// The unique identifier for this IKE policy.
	ID *string `json:"id,omitempty"`

	// The IKE policy's canonical URL.
	Href *string `json:"href,omitempty"`
}

VPNGatewayConnectionIkePolicyPrototype : The IKE policy to use. If unspecified, [auto-negotiation will be used](https://cloud.ibm.com/docs/vpc?topic=vpc-using-vpn&interface=ui#ike-auto-negotiation-phase-1). Models which "extend" this model: - VPNGatewayConnectionIkePolicyPrototypeIkePolicyIdentityByID - VPNGatewayConnectionIkePolicyPrototypeIkePolicyIdentityByHref

type VPNGatewayConnectionIkePolicyPrototypeIkePolicyIdentityByHref

type VPNGatewayConnectionIkePolicyPrototypeIkePolicyIdentityByHref struct {
	// The IKE policy's canonical URL.
	Href *string `json:"href" validate:"required"`
}

VPNGatewayConnectionIkePolicyPrototypeIkePolicyIdentityByHref : VPNGatewayConnectionIkePolicyPrototypeIkePolicyIdentityByHref struct This model "extends" VPNGatewayConnectionIkePolicyPrototype

type VPNGatewayConnectionIkePolicyPrototypeIkePolicyIdentityByID

type VPNGatewayConnectionIkePolicyPrototypeIkePolicyIdentityByID struct {
	// The unique identifier for this IKE policy.
	ID *string `json:"id" validate:"required"`
}

VPNGatewayConnectionIkePolicyPrototypeIkePolicyIdentityByID : VPNGatewayConnectionIkePolicyPrototypeIkePolicyIdentityByID struct This model "extends" VPNGatewayConnectionIkePolicyPrototype

type VPNGatewayConnectionIkePolicyPrototypeIntf

type VPNGatewayConnectionIkePolicyPrototypeIntf interface {
	// contains filtered or unexported methods
}

type VPNGatewayConnectionIntf

type VPNGatewayConnectionIntf interface {
	// contains filtered or unexported methods
}

type VPNGatewayConnectionLocalCIDRs

type VPNGatewayConnectionLocalCIDRs struct {
	// The local CIDRs for this resource.
	LocalCIDRs []string `json:"local_cidrs,omitempty"`
}

VPNGatewayConnectionLocalCIDRs : VPNGatewayConnectionLocalCIDRs struct

type VPNGatewayConnectionPatch

type VPNGatewayConnectionPatch struct {
	// If set to false, the VPN gateway connection is shut down.
	AdminStateUp *bool `json:"admin_state_up,omitempty"`

	// The Dead Peer Detection settings.
	DeadPeerDetection *VPNGatewayConnectionDpdPatch `json:"dead_peer_detection,omitempty"`

	// The IKE policy to use. Specify `null` to remove any existing policy, [resulting in
	// auto-negotiation](https://cloud.ibm.com/docs/vpc?topic=vpc-using-vpn&interface=ui#ike-auto-negotiation-phase-1).
	IkePolicy VPNGatewayConnectionIkePolicyPatchIntf `json:"ike_policy,omitempty"`

	// The IPsec policy to use. Specify `null` to remove any existing policy, [resulting in
	// auto-negotiation](https://cloud.ibm.com/docs/vpc?topic=vpc-using-vpn&interface=ui#ipsec-auto-negotiation-phase-2).
	IpsecPolicy VPNGatewayConnectionIPsecPolicyPatchIntf `json:"ipsec_policy,omitempty"`

	// The user-defined name for this VPN gateway connection.
	Name *string `json:"name,omitempty"`

	// The IP address of the peer VPN gateway.
	PeerAddress *string `json:"peer_address,omitempty"`

	// The preshared key.
	Psk *string `json:"psk,omitempty"`

	// Routing protocols are disabled for this VPN gateway connection.
	RoutingProtocol *string `json:"routing_protocol,omitempty"`
}

VPNGatewayConnectionPatch : VPNGatewayConnectionPatch struct Models which "extend" this model: - VPNGatewayConnectionPatchVPNGatewayConnectionStaticRouteModePatch

func (*VPNGatewayConnectionPatch) AsPatch

func (vpnGatewayConnectionPatch *VPNGatewayConnectionPatch) AsPatch() (_patch map[string]interface{}, err error)

AsPatch returns a generic map representation of the VPNGatewayConnectionPatch

type VPNGatewayConnectionPatchIntf

type VPNGatewayConnectionPatchIntf interface {
	// contains filtered or unexported methods
}

type VPNGatewayConnectionPatchVPNGatewayConnectionStaticRouteModePatch

type VPNGatewayConnectionPatchVPNGatewayConnectionStaticRouteModePatch struct {
	// If set to false, the VPN gateway connection is shut down.
	AdminStateUp *bool `json:"admin_state_up,omitempty"`

	DeadPeerDetection *VPNGatewayConnectionDpdPatch `json:"dead_peer_detection,omitempty"`

	IkePolicy VPNGatewayConnectionIkePolicyPatchIntf `json:"ike_policy,omitempty"`

	IpsecPolicy VPNGatewayConnectionIPsecPolicyPatchIntf `json:"ipsec_policy,omitempty"`

	// The user-defined name for this VPN gateway connection.
	Name *string `json:"name,omitempty"`

	// The IP address of the peer VPN gateway.
	PeerAddress *string `json:"peer_address,omitempty"`

	// The preshared key.
	Psk *string `json:"psk,omitempty"`

	// Routing protocols are disabled for this VPN gateway connection.
	RoutingProtocol *string `json:"routing_protocol,omitempty"`
}

VPNGatewayConnectionPatchVPNGatewayConnectionStaticRouteModePatch : VPNGatewayConnectionPatchVPNGatewayConnectionStaticRouteModePatch struct This model "extends" VPNGatewayConnectionPatch

func (*VPNGatewayConnectionPatchVPNGatewayConnectionStaticRouteModePatch) AsPatch

func (vpnGatewayConnectionPatchVPNGatewayConnectionStaticRouteModePatch *VPNGatewayConnectionPatchVPNGatewayConnectionStaticRouteModePatch) AsPatch() (_patch map[string]interface{}, err error)

AsPatch returns a generic map representation of the VPNGatewayConnectionPatchVPNGatewayConnectionStaticRouteModePatch

type VPNGatewayConnectionPeerCIDRs

type VPNGatewayConnectionPeerCIDRs struct {
	// The peer CIDRs for this resource.
	PeerCIDRs []string `json:"peer_cidrs,omitempty"`
}

VPNGatewayConnectionPeerCIDRs : VPNGatewayConnectionPeerCIDRs struct

type VPNGatewayConnectionPolicyMode

type VPNGatewayConnectionPolicyMode struct {
	// If set to false, the VPN gateway connection is shut down.
	AdminStateUp *bool `json:"admin_state_up" validate:"required"`

	// The authentication mode. Only `psk` is currently supported.
	AuthenticationMode *string `json:"authentication_mode" validate:"required"`

	// The date and time that this VPN gateway connection was created.
	CreatedAt *strfmt.DateTime `json:"created_at" validate:"required"`

	DeadPeerDetection *VPNGatewayConnectionDpd `json:"dead_peer_detection" validate:"required"`

	// The VPN connection's canonical URL.
	Href *string `json:"href" validate:"required"`

	// The unique identifier for this VPN gateway connection.
	ID *string `json:"id" validate:"required"`

	// The IKE policy. If absent, [auto-negotiation is
	// used](https://cloud.ibm.com/docs/vpc?topic=vpc-using-vpn&interface=ui#ike-auto-negotiation-phase-1).
	IkePolicy *IkePolicyReference `json:"ike_policy,omitempty"`

	// The IPsec policy. If absent, [auto-negotiation is
	// used](https://cloud.ibm.com/docs/vpc?topic=vpc-using-vpn&interface=ui#ipsec-auto-negotiation-phase-2).
	IpsecPolicy *IPsecPolicyReference `json:"ipsec_policy,omitempty"`

	// The mode of the VPN gateway.
	Mode *string `json:"mode" validate:"required"`

	// The user-defined name for this VPN gateway connection.
	Name *string `json:"name" validate:"required"`

	// The IP address of the peer VPN gateway.
	PeerAddress *string `json:"peer_address" validate:"required"`

	// The preshared key.
	Psk *string `json:"psk" validate:"required"`

	// The resource type.
	ResourceType *string `json:"resource_type" validate:"required"`

	// The status of a VPN gateway connection.
	Status *string `json:"status" validate:"required"`

	// The local CIDRs for this resource.
	LocalCIDRs []string `json:"local_cidrs" validate:"required"`

	// The peer CIDRs for this resource.
	PeerCIDRs []string `json:"peer_cidrs" validate:"required"`
}

VPNGatewayConnectionPolicyMode : VPNGatewayConnectionPolicyMode struct This model "extends" VPNGatewayConnection

type VPNGatewayConnectionPrototype

type VPNGatewayConnectionPrototype struct {
	// If set to false, the VPN gateway connection is shut down.
	AdminStateUp *bool `json:"admin_state_up,omitempty"`

	// The Dead Peer Detection settings.
	DeadPeerDetection *VPNGatewayConnectionDpdPrototype `json:"dead_peer_detection,omitempty"`

	// The IKE policy to use. If unspecified, [auto-negotiation will be
	// used](https://cloud.ibm.com/docs/vpc?topic=vpc-using-vpn&interface=ui#ike-auto-negotiation-phase-1).
	IkePolicy VPNGatewayConnectionIkePolicyPrototypeIntf `json:"ike_policy,omitempty"`

	// The IPsec policy to use. If unspecified, [auto-negotiation will be
	// used](https://cloud.ibm.com/docs/vpc?topic=vpc-using-vpn&interface=ui#ipsec-auto-negotiation-phase-2).
	IpsecPolicy VPNGatewayConnectionIPsecPolicyPrototypeIntf `json:"ipsec_policy,omitempty"`

	// The user-defined name for this VPN gateway connection.
	Name *string `json:"name,omitempty"`

	// The IP address of the peer VPN gateway.
	PeerAddress *string `json:"peer_address" validate:"required"`

	// The preshared key.
	Psk *string `json:"psk" validate:"required"`

	// Routing protocols are disabled for this VPN gateway connection.
	RoutingProtocol *string `json:"routing_protocol,omitempty"`

	// The local CIDRs for this resource.
	LocalCIDRs []string `json:"local_cidrs,omitempty"`

	// The peer CIDRs for this resource.
	PeerCIDRs []string `json:"peer_cidrs,omitempty"`
}

VPNGatewayConnectionPrototype : VPNGatewayConnectionPrototype struct Models which "extend" this model: - VPNGatewayConnectionPrototypeVPNGatewayConnectionStaticRouteModePrototype - VPNGatewayConnectionPrototypeVPNGatewayConnectionPolicyModePrototype

type VPNGatewayConnectionPrototypeIntf

type VPNGatewayConnectionPrototypeIntf interface {
	// contains filtered or unexported methods
}

type VPNGatewayConnectionPrototypeVPNGatewayConnectionPolicyModePrototype

type VPNGatewayConnectionPrototypeVPNGatewayConnectionPolicyModePrototype struct {
	// If set to false, the VPN gateway connection is shut down.
	AdminStateUp *bool `json:"admin_state_up,omitempty"`

	DeadPeerDetection *VPNGatewayConnectionDpdPrototype `json:"dead_peer_detection,omitempty"`

	IkePolicy VPNGatewayConnectionIkePolicyPrototypeIntf `json:"ike_policy,omitempty"`

	IpsecPolicy VPNGatewayConnectionIPsecPolicyPrototypeIntf `json:"ipsec_policy,omitempty"`

	// The user-defined name for this VPN gateway connection.
	Name *string `json:"name,omitempty"`

	// The IP address of the peer VPN gateway.
	PeerAddress *string `json:"peer_address" validate:"required"`

	// The preshared key.
	Psk *string `json:"psk" validate:"required"`

	// The local CIDRs for this resource.
	LocalCIDRs []string `json:"local_cidrs" validate:"required"`

	// The peer CIDRs for this resource.
	PeerCIDRs []string `json:"peer_cidrs" validate:"required"`
}

VPNGatewayConnectionPrototypeVPNGatewayConnectionPolicyModePrototype : VPNGatewayConnectionPrototypeVPNGatewayConnectionPolicyModePrototype struct This model "extends" VPNGatewayConnectionPrototype

type VPNGatewayConnectionPrototypeVPNGatewayConnectionStaticRouteModePrototype

type VPNGatewayConnectionPrototypeVPNGatewayConnectionStaticRouteModePrototype struct {
	// If set to false, the VPN gateway connection is shut down.
	AdminStateUp *bool `json:"admin_state_up,omitempty"`

	DeadPeerDetection *VPNGatewayConnectionDpdPrototype `json:"dead_peer_detection,omitempty"`

	IkePolicy VPNGatewayConnectionIkePolicyPrototypeIntf `json:"ike_policy,omitempty"`

	IpsecPolicy VPNGatewayConnectionIPsecPolicyPrototypeIntf `json:"ipsec_policy,omitempty"`

	// The user-defined name for this VPN gateway connection.
	Name *string `json:"name,omitempty"`

	// The IP address of the peer VPN gateway.
	PeerAddress *string `json:"peer_address" validate:"required"`

	// The preshared key.
	Psk *string `json:"psk" validate:"required"`

	// Routing protocols are disabled for this VPN gateway connection.
	RoutingProtocol *string `json:"routing_protocol,omitempty"`
}

VPNGatewayConnectionPrototypeVPNGatewayConnectionStaticRouteModePrototype : VPNGatewayConnectionPrototypeVPNGatewayConnectionStaticRouteModePrototype struct This model "extends" VPNGatewayConnectionPrototype

type VPNGatewayConnectionReference

type VPNGatewayConnectionReference struct {
	// If present, this property indicates the referenced resource has been deleted and provides
	// some supplementary information.
	Deleted *VPNGatewayConnectionReferenceDeleted `json:"deleted,omitempty"`

	// The VPN connection's canonical URL.
	Href *string `json:"href" validate:"required"`

	// The unique identifier for this VPN gateway connection.
	ID *string `json:"id" validate:"required"`

	// The user-defined name for this VPN connection.
	Name *string `json:"name" validate:"required"`

	// The resource type.
	ResourceType *string `json:"resource_type" validate:"required"`
}

VPNGatewayConnectionReference : VPNGatewayConnectionReference struct

type VPNGatewayConnectionReferenceDeleted

type VPNGatewayConnectionReferenceDeleted struct {
	// Link to documentation about deleted resources.
	MoreInfo *string `json:"more_info" validate:"required"`
}

VPNGatewayConnectionReferenceDeleted : If present, this property indicates the referenced resource has been deleted and provides some supplementary information.

type VPNGatewayConnectionStaticRouteMode

type VPNGatewayConnectionStaticRouteMode struct {
	// If set to false, the VPN gateway connection is shut down.
	AdminStateUp *bool `json:"admin_state_up" validate:"required"`

	// The authentication mode. Only `psk` is currently supported.
	AuthenticationMode *string `json:"authentication_mode" validate:"required"`

	// The date and time that this VPN gateway connection was created.
	CreatedAt *strfmt.DateTime `json:"created_at" validate:"required"`

	DeadPeerDetection *VPNGatewayConnectionDpd `json:"dead_peer_detection" validate:"required"`

	// The VPN connection's canonical URL.
	Href *string `json:"href" validate:"required"`

	// The unique identifier for this VPN gateway connection.
	ID *string `json:"id" validate:"required"`

	// The IKE policy. If absent, [auto-negotiation is
	// used](https://cloud.ibm.com/docs/vpc?topic=vpc-using-vpn&interface=ui#ike-auto-negotiation-phase-1).
	IkePolicy *IkePolicyReference `json:"ike_policy,omitempty"`

	// The IPsec policy. If absent, [auto-negotiation is
	// used](https://cloud.ibm.com/docs/vpc?topic=vpc-using-vpn&interface=ui#ipsec-auto-negotiation-phase-2).
	IpsecPolicy *IPsecPolicyReference `json:"ipsec_policy,omitempty"`

	// The mode of the VPN gateway.
	Mode *string `json:"mode" validate:"required"`

	// The user-defined name for this VPN gateway connection.
	Name *string `json:"name" validate:"required"`

	// The IP address of the peer VPN gateway.
	PeerAddress *string `json:"peer_address" validate:"required"`

	// The preshared key.
	Psk *string `json:"psk" validate:"required"`

	// The resource type.
	ResourceType *string `json:"resource_type" validate:"required"`

	// The status of a VPN gateway connection.
	Status *string `json:"status" validate:"required"`

	// Routing protocols are disabled for this VPN gateway connection.
	RoutingProtocol *string `json:"routing_protocol" validate:"required"`

	// The VPN tunnel configuration for this VPN gateway connection (in static route mode).
	Tunnels []VPNGatewayConnectionStaticRouteModeTunnel `json:"tunnels" validate:"required"`
}

VPNGatewayConnectionStaticRouteMode : VPNGatewayConnectionStaticRouteMode struct This model "extends" VPNGatewayConnection

type VPNGatewayConnectionStaticRouteModeTunnel

type VPNGatewayConnectionStaticRouteModeTunnel struct {
	// The IP address of the VPN gateway member in which the tunnel resides.
	PublicIP *IP `json:"public_ip" validate:"required"`

	// The status of the VPN Tunnel.
	Status *string `json:"status" validate:"required"`
}

VPNGatewayConnectionStaticRouteModeTunnel : VPNGatewayConnectionStaticRouteModeTunnel struct

type VPNGatewayIntf

type VPNGatewayIntf interface {
	// contains filtered or unexported methods
}

type VPNGatewayMember

type VPNGatewayMember struct {
	// The private IP address assigned to the VPN gateway member.
	//
	// This property will be present only when the VPN gateway status is `available`.
	PrivateIP *IP `json:"private_ip,omitempty"`

	// The public IP address assigned to the VPN gateway member.
	PublicIP *IP `json:"public_ip" validate:"required"`

	// The high availability role assigned to the VPN gateway member.
	Role *string `json:"role" validate:"required"`

	// The status of the VPN gateway member.
	Status *string `json:"status" validate:"required"`
}

VPNGatewayMember : VPNGatewayMember struct

type VPNGatewayPatch

type VPNGatewayPatch struct {
	// The user-defined name for this VPN gateway.
	Name *string `json:"name,omitempty"`
}

VPNGatewayPatch : VPNGatewayPatch struct

func (*VPNGatewayPatch) AsPatch

func (vpnGatewayPatch *VPNGatewayPatch) AsPatch() (_patch map[string]interface{}, err error)

AsPatch returns a generic map representation of the VPNGatewayPatch

type VPNGatewayPolicyMode

type VPNGatewayPolicyMode struct {
	// Connections for this VPN gateway.
	Connections []VPNGatewayConnectionReference `json:"connections" validate:"required"`

	// The date and time that this VPN gateway was created.
	CreatedAt *strfmt.DateTime `json:"created_at" validate:"required"`

	// The VPN gateway's CRN.
	CRN *string `json:"crn" validate:"required"`

	// The VPN gateway's canonical URL.
	Href *string `json:"href" validate:"required"`

	// The unique identifier for this VPN gateway.
	ID *string `json:"id" validate:"required"`

	// Collection of VPN gateway members.
	Members []VPNGatewayMember `json:"members" validate:"required"`

	// The user-defined name for this VPN gateway.
	Name *string `json:"name" validate:"required"`

	// The resource group for this VPN gateway.
	ResourceGroup *ResourceGroupReference `json:"resource_group" validate:"required"`

	// The resource type.
	ResourceType *string `json:"resource_type" validate:"required"`

	// The status of the VPN gateway.
	Status *string `json:"status" validate:"required"`

	Subnet *SubnetReference `json:"subnet" validate:"required"`

	// Policy mode VPN gateway.
	Mode *string `json:"mode" validate:"required"`
}

VPNGatewayPolicyMode : VPNGatewayPolicyMode struct This model "extends" VPNGateway

type VPNGatewayPrototype

type VPNGatewayPrototype struct {
	// The user-defined name for this VPN gateway.
	Name *string `json:"name,omitempty"`

	// The resource group to use. If unspecified, the account's [default resource
	// group](https://cloud.ibm.com/apidocs/resource-manager#introduction) is used.
	ResourceGroup ResourceGroupIdentityIntf `json:"resource_group,omitempty"`

	// Identifies a subnet by a unique property.
	Subnet SubnetIdentityIntf `json:"subnet" validate:"required"`

	// Route mode VPN gateway.
	Mode *string `json:"mode,omitempty"`
}

VPNGatewayPrototype : VPNGatewayPrototype struct Models which "extend" this model: - VPNGatewayPrototypeVPNGatewayRouteModePrototype - VPNGatewayPrototypeVPNGatewayPolicyModePrototype

type VPNGatewayPrototypeIntf

type VPNGatewayPrototypeIntf interface {
	// contains filtered or unexported methods
}

type VPNGatewayPrototypeVPNGatewayPolicyModePrototype

type VPNGatewayPrototypeVPNGatewayPolicyModePrototype struct {
	// The user-defined name for this VPN gateway.
	Name *string `json:"name,omitempty"`

	ResourceGroup ResourceGroupIdentityIntf `json:"resource_group,omitempty"`

	Subnet SubnetIdentityIntf `json:"subnet" validate:"required"`

	// Policy mode VPN gateway.
	Mode *string `json:"mode,omitempty"`
}

VPNGatewayPrototypeVPNGatewayPolicyModePrototype : VPNGatewayPrototypeVPNGatewayPolicyModePrototype struct This model "extends" VPNGatewayPrototype

type VPNGatewayPrototypeVPNGatewayRouteModePrototype

type VPNGatewayPrototypeVPNGatewayRouteModePrototype struct {
	// The user-defined name for this VPN gateway.
	Name *string `json:"name,omitempty"`

	ResourceGroup ResourceGroupIdentityIntf `json:"resource_group,omitempty"`

	Subnet SubnetIdentityIntf `json:"subnet" validate:"required"`

	// Route mode VPN gateway.
	Mode *string `json:"mode,omitempty"`
}

VPNGatewayPrototypeVPNGatewayRouteModePrototype : VPNGatewayPrototypeVPNGatewayRouteModePrototype struct This model "extends" VPNGatewayPrototype

type VPNGatewayReferenceDeleted

type VPNGatewayReferenceDeleted struct {
	// Link to documentation about deleted resources.
	MoreInfo *string `json:"more_info" validate:"required"`
}

VPNGatewayReferenceDeleted : If present, this property indicates the referenced resource has been deleted and provides some supplementary information.

type VPNGatewayRouteMode

type VPNGatewayRouteMode struct {
	// Connections for this VPN gateway.
	Connections []VPNGatewayConnectionReference `json:"connections" validate:"required"`

	// The date and time that this VPN gateway was created.
	CreatedAt *strfmt.DateTime `json:"created_at" validate:"required"`

	// The VPN gateway's CRN.
	CRN *string `json:"crn" validate:"required"`

	// The VPN gateway's canonical URL.
	Href *string `json:"href" validate:"required"`

	// The unique identifier for this VPN gateway.
	ID *string `json:"id" validate:"required"`

	// Collection of VPN gateway members.
	Members []VPNGatewayMember `json:"members" validate:"required"`

	// The user-defined name for this VPN gateway.
	Name *string `json:"name" validate:"required"`

	// The resource group for this VPN gateway.
	ResourceGroup *ResourceGroupReference `json:"resource_group" validate:"required"`

	// The resource type.
	ResourceType *string `json:"resource_type" validate:"required"`

	// The status of the VPN gateway.
	Status *string `json:"status" validate:"required"`

	Subnet *SubnetReference `json:"subnet" validate:"required"`

	// Route mode VPN gateway.
	Mode *string `json:"mode" validate:"required"`
}

VPNGatewayRouteMode : VPNGatewayRouteMode struct This model "extends" VPNGateway

type Vcpu

type Vcpu struct {
	// The VCPU architecture.
	Architecture *string `json:"architecture" validate:"required"`

	// The number of VCPUs assigned.
	Count *int64 `json:"count" validate:"required"`
}

Vcpu : The VCPU configuration.

type Volume

type Volume struct {
	// Indicates whether a running virtual server instance has an attachment to this volume.
	Active *bool `json:"active" validate:"required"`

	// The maximum bandwidth (in megabits per second) for the volume.
	Bandwidth *int64 `json:"bandwidth" validate:"required"`

	// Indicates whether this volume is performing an operation that must be serialized. This must be `false` to perform an
	// operation that is specified to require serialization.
	Busy *bool `json:"busy" validate:"required"`

	// The capacity to use for the volume (in gigabytes). The specified minimum and maximum capacity values for creating or
	// updating volumes may expand in the future.
	Capacity *int64 `json:"capacity" validate:"required"`

	// The date and time that the volume was created.
	CreatedAt *strfmt.DateTime `json:"created_at" validate:"required"`

	// The CRN for this volume.
	CRN *string `json:"crn" validate:"required"`

	// The type of encryption used on the volume.
	Encryption *string `json:"encryption" validate:"required"`

	// The root key used to wrap the data encryption key for the volume.
	//
	// This property will be present for volumes with an `encryption` type of
	// `user_managed`.
	EncryptionKey *EncryptionKeyReference `json:"encryption_key,omitempty"`

	// The URL for this volume.
	Href *string `json:"href" validate:"required"`

	// The unique identifier for this volume.
	ID *string `json:"id" validate:"required"`

	// The maximum I/O operations per second (IOPS) to use for the volume. Applicable only to volumes using a profile
	// `family` of `custom`.
	Iops *int64 `json:"iops" validate:"required"`

	// The unique user-defined name for this volume.
	Name *string `json:"name" validate:"required"`

	// The operating system associated with this volume. If absent, this volume was not
	// created from an image, or the image did not include an operating system.
	OperatingSystem *OperatingSystemReference `json:"operating_system,omitempty"`

	// The profile this volume uses.
	Profile *VolumeProfileReference `json:"profile" validate:"required"`

	// The resource group for this volume.
	ResourceGroup *ResourceGroupReference `json:"resource_group" validate:"required"`

	// The image from which this volume was created (this may be
	// [deleted](https://cloud.ibm.com/apidocs/vpc#deleted-resources)).
	// If absent, this volume was not created from an image.
	SourceImage *ImageReference `json:"source_image,omitempty"`

	// The snapshot from which this volume was cloned.
	SourceSnapshot *SnapshotReference `json:"source_snapshot,omitempty"`

	// The status of the volume.
	//
	// The enumerated values for this property will expand in the future. When processing this property, check for and log
	// unknown values. Optionally halt processing and surface the error, or bypass the volume on which the unexpected
	// property value was encountered.
	Status *string `json:"status" validate:"required"`

	// The reasons for the current status (if any).
	//
	// The enumerated reason code values for this property will expand in the future. When processing this property, check
	// for and log unknown values. Optionally halt processing and surface the error, or bypass the resource on which the
	// unexpected reason code was encountered.
	StatusReasons []VolumeStatusReason `json:"status_reasons" validate:"required"`

	// The volume attachments for this volume.
	VolumeAttachments []VolumeAttachmentReferenceVolumeContext `json:"volume_attachments" validate:"required"`

	// The zone this volume resides in.
	Zone *ZoneReference `json:"zone" validate:"required"`
}

Volume : Volume struct

type VolumeAttachment

type VolumeAttachment struct {
	// The maximum bandwidth (in megabits per second) for the volume when attached to this instance. This may be lower than
	// the volume bandwidth depending on the configuration of the instance.
	Bandwidth *int64 `json:"bandwidth" validate:"required"`

	// The date and time that the volume was attached.
	CreatedAt *strfmt.DateTime `json:"created_at" validate:"required"`

	// If set to true, when deleting the instance the volume will also be deleted.
	DeleteVolumeOnInstanceDelete *bool `json:"delete_volume_on_instance_delete" validate:"required"`

	// Information about how the volume is exposed to the instance operating system.
	//
	// This property may be absent if the volume attachment's `status` is not `attached`.
	Device *VolumeAttachmentDevice `json:"device,omitempty"`

	// The URL for this volume attachment.
	Href *string `json:"href" validate:"required"`

	// The unique identifier for this volume attachment.
	ID *string `json:"id" validate:"required"`

	// The user-defined name for this volume attachment.
	Name *string `json:"name" validate:"required"`

	// The status of this volume attachment.
	Status *string `json:"status" validate:"required"`

	// The type of volume attachment.
	Type *string `json:"type" validate:"required"`

	// The attached volume.
	Volume *VolumeReference `json:"volume" validate:"required"`
}

VolumeAttachment : VolumeAttachment struct

type VolumeAttachmentCollection

type VolumeAttachmentCollection struct {
	// Collection of volume attachments.
	VolumeAttachments []VolumeAttachment `json:"volume_attachments" validate:"required"`
}

VolumeAttachmentCollection : VolumeAttachmentCollection struct

type VolumeAttachmentDevice

type VolumeAttachmentDevice struct {
	// A unique identifier for the device which is exposed to the instance operating system.
	ID *string `json:"id,omitempty"`
}

VolumeAttachmentDevice : VolumeAttachmentDevice struct

type VolumeAttachmentPatch

type VolumeAttachmentPatch struct {
	// If set to true, when deleting the instance the volume will also be deleted.
	DeleteVolumeOnInstanceDelete *bool `json:"delete_volume_on_instance_delete,omitempty"`

	// The user-defined name for this volume attachment. Names must be unique within the instance the volume attachment
	// resides in.
	Name *string `json:"name,omitempty"`
}

VolumeAttachmentPatch : VolumeAttachmentPatch struct

func (*VolumeAttachmentPatch) AsPatch

func (volumeAttachmentPatch *VolumeAttachmentPatch) AsPatch() (_patch map[string]interface{}, err error)

AsPatch returns a generic map representation of the VolumeAttachmentPatch

type VolumeAttachmentPrototypeInstanceByImageContext

type VolumeAttachmentPrototypeInstanceByImageContext struct {
	// If set to true, when deleting the instance the volume will also be deleted.
	DeleteVolumeOnInstanceDelete *bool `json:"delete_volume_on_instance_delete,omitempty"`

	// The user-defined name for this volume attachment. Names must be unique within the instance the volume attachment
	// resides in.
	Name *string `json:"name,omitempty"`

	// A prototype object for a new volume.
	Volume *VolumePrototypeInstanceByImageContext `json:"volume" validate:"required"`
}

VolumeAttachmentPrototypeInstanceByImageContext : VolumeAttachmentPrototypeInstanceByImageContext struct

type VolumeAttachmentPrototypeInstanceBySourceSnapshotContext

type VolumeAttachmentPrototypeInstanceBySourceSnapshotContext struct {
	// If set to true, when deleting the instance the volume will also be deleted.
	DeleteVolumeOnInstanceDelete *bool `json:"delete_volume_on_instance_delete,omitempty"`

	// The user-defined name for this volume attachment. Names must be unique within the instance the volume attachment
	// resides in.
	Name *string `json:"name,omitempty"`

	// A prototype object for a new volume from a snapshot.
	Volume *VolumePrototypeInstanceBySourceSnapshotContext `json:"volume" validate:"required"`
}

VolumeAttachmentPrototypeInstanceBySourceSnapshotContext : VolumeAttachmentPrototypeInstanceBySourceSnapshotContext struct

type VolumeAttachmentPrototypeInstanceContext

type VolumeAttachmentPrototypeInstanceContext struct {
	// If set to true, when deleting the instance the volume will also be deleted.
	DeleteVolumeOnInstanceDelete *bool `json:"delete_volume_on_instance_delete,omitempty"`

	// The user-defined name for this volume attachment. Names must be unique within the instance the volume attachment
	// resides in.
	Name *string `json:"name,omitempty"`

	// An existing volume to attach to the instance, or a prototype object for a new volume.
	Volume VolumeAttachmentVolumePrototypeInstanceContextIntf `json:"volume" validate:"required"`
}

VolumeAttachmentPrototypeInstanceContext : VolumeAttachmentPrototypeInstanceContext struct

type VolumeAttachmentPrototypeVolume

type VolumeAttachmentPrototypeVolume struct {
	// The unique identifier for this volume.
	ID *string `json:"id,omitempty"`

	// The CRN for this volume.
	CRN *string `json:"crn,omitempty"`

	// The URL for this volume.
	Href *string `json:"href,omitempty"`

	// The maximum I/O operations per second (IOPS) to use for the volume. Applicable only to volumes using a profile
	// `family` of `custom`.
	Iops *int64 `json:"iops,omitempty"`

	// The unique user-defined name for this volume.
	Name *string `json:"name,omitempty"`

	// The profile to use for this volume.
	Profile VolumeProfileIdentityIntf `json:"profile,omitempty"`

	// The capacity to use for the volume (in gigabytes). The specified minimum and maximum capacity values for creating or
	// updating volumes may expand in the future.
	Capacity *int64 `json:"capacity,omitempty"`

	// The root key to use to wrap the data encryption key for the volume.
	//
	// If unspecified, the `encryption` type for the volume will be `provider_managed`.
	EncryptionKey EncryptionKeyIdentityIntf `json:"encryption_key,omitempty"`

	// The snapshot from which to clone the volume.
	SourceSnapshot SnapshotIdentityIntf `json:"source_snapshot,omitempty"`
}

VolumeAttachmentPrototypeVolume : An existing volume to attach to the instance, or a prototype object for a new volume. Models which "extend" this model: - VolumeAttachmentPrototypeVolumeVolumeIdentity - VolumeAttachmentPrototypeVolumeVolumePrototypeInstanceContext

type VolumeAttachmentPrototypeVolumeIntf

type VolumeAttachmentPrototypeVolumeIntf interface {
	// contains filtered or unexported methods
}

type VolumeAttachmentPrototypeVolumeVolumeIdentity

type VolumeAttachmentPrototypeVolumeVolumeIdentity struct {
	// The unique identifier for this volume.
	ID *string `json:"id,omitempty"`

	// The CRN for this volume.
	CRN *string `json:"crn,omitempty"`

	// The URL for this volume.
	Href *string `json:"href,omitempty"`
}

VolumeAttachmentPrototypeVolumeVolumeIdentity : Identifies a volume by a unique property. Models which "extend" this model: - VolumeAttachmentPrototypeVolumeVolumeIdentityVolumeIdentityByID - VolumeAttachmentPrototypeVolumeVolumeIdentityVolumeIdentityByCRN - VolumeAttachmentPrototypeVolumeVolumeIdentityVolumeIdentityByHref This model "extends" VolumeAttachmentPrototypeVolume

type VolumeAttachmentPrototypeVolumeVolumeIdentityIntf

type VolumeAttachmentPrototypeVolumeVolumeIdentityIntf interface {
	VolumeAttachmentPrototypeVolumeIntf
	// contains filtered or unexported methods
}

type VolumeAttachmentPrototypeVolumeVolumeIdentityVolumeIdentityByCRN

type VolumeAttachmentPrototypeVolumeVolumeIdentityVolumeIdentityByCRN struct {
	// The CRN for this volume.
	CRN *string `json:"crn" validate:"required"`
}

VolumeAttachmentPrototypeVolumeVolumeIdentityVolumeIdentityByCRN : VolumeAttachmentPrototypeVolumeVolumeIdentityVolumeIdentityByCRN struct This model "extends" VolumeAttachmentPrototypeVolumeVolumeIdentity

type VolumeAttachmentPrototypeVolumeVolumeIdentityVolumeIdentityByHref

type VolumeAttachmentPrototypeVolumeVolumeIdentityVolumeIdentityByHref struct {
	// The URL for this volume.
	Href *string `json:"href" validate:"required"`
}

VolumeAttachmentPrototypeVolumeVolumeIdentityVolumeIdentityByHref : VolumeAttachmentPrototypeVolumeVolumeIdentityVolumeIdentityByHref struct This model "extends" VolumeAttachmentPrototypeVolumeVolumeIdentity

type VolumeAttachmentPrototypeVolumeVolumeIdentityVolumeIdentityByID

type VolumeAttachmentPrototypeVolumeVolumeIdentityVolumeIdentityByID struct {
	// The unique identifier for this volume.
	ID *string `json:"id" validate:"required"`
}

VolumeAttachmentPrototypeVolumeVolumeIdentityVolumeIdentityByID : VolumeAttachmentPrototypeVolumeVolumeIdentityVolumeIdentityByID struct This model "extends" VolumeAttachmentPrototypeVolumeVolumeIdentity

type VolumeAttachmentPrototypeVolumeVolumePrototypeInstanceContext

type VolumeAttachmentPrototypeVolumeVolumePrototypeInstanceContext struct {
	// The maximum I/O operations per second (IOPS) to use for the volume. Applicable only to volumes using a profile
	// `family` of `custom`.
	Iops *int64 `json:"iops,omitempty"`

	// The unique user-defined name for this volume.
	Name *string `json:"name,omitempty"`

	// The profile to use for this volume.
	Profile VolumeProfileIdentityIntf `json:"profile" validate:"required"`

	// The capacity to use for the volume (in gigabytes). The specified minimum and maximum capacity values for creating or
	// updating volumes may expand in the future.
	Capacity *int64 `json:"capacity,omitempty"`

	// The root key to use to wrap the data encryption key for the volume.
	//
	// If unspecified, the `encryption` type for the volume will be `provider_managed`.
	EncryptionKey EncryptionKeyIdentityIntf `json:"encryption_key,omitempty"`

	// The snapshot from which to clone the volume.
	SourceSnapshot SnapshotIdentityIntf `json:"source_snapshot,omitempty"`
}

VolumeAttachmentPrototypeVolumeVolumePrototypeInstanceContext : VolumeAttachmentPrototypeVolumeVolumePrototypeInstanceContext struct Models which "extend" this model: - VolumeAttachmentPrototypeVolumeVolumePrototypeInstanceContextVolumePrototypeInstanceContextVolumeByCapacity - VolumeAttachmentPrototypeVolumeVolumePrototypeInstanceContextVolumePrototypeInstanceContextVolumeBySourceSnapshot This model "extends" VolumeAttachmentPrototypeVolume

type VolumeAttachmentPrototypeVolumeVolumePrototypeInstanceContextIntf

type VolumeAttachmentPrototypeVolumeVolumePrototypeInstanceContextIntf interface {
	VolumeAttachmentPrototypeVolumeIntf
	// contains filtered or unexported methods
}

type VolumeAttachmentPrototypeVolumeVolumePrototypeInstanceContextVolumePrototypeInstanceContextVolumeByCapacity

type VolumeAttachmentPrototypeVolumeVolumePrototypeInstanceContextVolumePrototypeInstanceContextVolumeByCapacity struct {
	// The maximum I/O operations per second (IOPS) to use for the volume. Applicable only to volumes using a profile
	// `family` of `custom`.
	Iops *int64 `json:"iops,omitempty"`

	// The unique user-defined name for this volume.
	Name *string `json:"name,omitempty"`

	// The profile to use for this volume.
	Profile VolumeProfileIdentityIntf `json:"profile" validate:"required"`

	// The capacity to use for the volume (in gigabytes). The specified minimum and maximum capacity values for creating or
	// updating volumes may expand in the future.
	Capacity *int64 `json:"capacity" validate:"required"`

	// The root key to use to wrap the data encryption key for the volume.
	//
	// If unspecified, the `encryption` type for the volume will be `provider_managed`.
	EncryptionKey EncryptionKeyIdentityIntf `json:"encryption_key,omitempty"`
}

VolumeAttachmentPrototypeVolumeVolumePrototypeInstanceContextVolumePrototypeInstanceContextVolumeByCapacity : VolumeAttachmentPrototypeVolumeVolumePrototypeInstanceContextVolumePrototypeInstanceContextVolumeByCapacity struct This model "extends" VolumeAttachmentPrototypeVolumeVolumePrototypeInstanceContext

type VolumeAttachmentPrototypeVolumeVolumePrototypeInstanceContextVolumePrototypeInstanceContextVolumeBySourceSnapshot

type VolumeAttachmentPrototypeVolumeVolumePrototypeInstanceContextVolumePrototypeInstanceContextVolumeBySourceSnapshot struct {
	// The maximum I/O operations per second (IOPS) to use for the volume. Applicable only to volumes using a profile
	// `family` of `custom`.
	Iops *int64 `json:"iops,omitempty"`

	// The unique user-defined name for this volume.
	Name *string `json:"name,omitempty"`

	// The profile to use for this volume.
	Profile VolumeProfileIdentityIntf `json:"profile" validate:"required"`

	// The capacity to use for the volume (in gigabytes). Must be at least the snapshot's
	// `minimum_capacity`. The maximum value may increase in the future.
	//
	// If unspecified, the capacity will be the source snapshot's `minimum_capacity`.
	Capacity *int64 `json:"capacity,omitempty"`

	// The root key to use to wrap the data encryption key for the volume.
	//
	// If unspecified, the snapshot's `encryption_key` will be used.
	EncryptionKey EncryptionKeyIdentityIntf `json:"encryption_key,omitempty"`

	// The snapshot from which to clone the volume.
	SourceSnapshot SnapshotIdentityIntf `json:"source_snapshot" validate:"required"`
}

VolumeAttachmentPrototypeVolumeVolumePrototypeInstanceContextVolumePrototypeInstanceContextVolumeBySourceSnapshot : VolumeAttachmentPrototypeVolumeVolumePrototypeInstanceContextVolumePrototypeInstanceContextVolumeBySourceSnapshot struct This model "extends" VolumeAttachmentPrototypeVolumeVolumePrototypeInstanceContext

type VolumeAttachmentReferenceInstanceContext

type VolumeAttachmentReferenceInstanceContext struct {
	// If present, this property indicates the referenced resource has been deleted and provides
	// some supplementary information.
	Deleted *VolumeAttachmentReferenceInstanceContextDeleted `json:"deleted,omitempty"`

	// Information about how the volume is exposed to the instance operating system.
	//
	// This property may be absent if the volume attachment's `status` is not `attached`.
	Device *VolumeAttachmentDevice `json:"device,omitempty"`

	// The URL for this volume attachment.
	Href *string `json:"href" validate:"required"`

	// The unique identifier for this volume attachment.
	ID *string `json:"id" validate:"required"`

	// The user-defined name for this volume attachment.
	Name *string `json:"name" validate:"required"`

	// The attached volume.
	Volume *VolumeReference `json:"volume" validate:"required"`
}

VolumeAttachmentReferenceInstanceContext : VolumeAttachmentReferenceInstanceContext struct

type VolumeAttachmentReferenceInstanceContextDeleted

type VolumeAttachmentReferenceInstanceContextDeleted struct {
	// Link to documentation about deleted resources.
	MoreInfo *string `json:"more_info" validate:"required"`
}

VolumeAttachmentReferenceInstanceContextDeleted : If present, this property indicates the referenced resource has been deleted and provides some supplementary information.

type VolumeAttachmentReferenceVolumeContext

type VolumeAttachmentReferenceVolumeContext struct {
	// If set to true, when deleting the instance the volume will also be deleted.
	DeleteVolumeOnInstanceDelete *bool `json:"delete_volume_on_instance_delete" validate:"required"`

	// If present, this property indicates the referenced resource has been deleted and provides
	// some supplementary information.
	Deleted *VolumeAttachmentReferenceVolumeContextDeleted `json:"deleted,omitempty"`

	// Information about how the volume is exposed to the instance operating system.
	//
	// This property may be absent if the volume attachment's `status` is not `attached`.
	Device *VolumeAttachmentDevice `json:"device,omitempty"`

	// The URL for this volume attachment.
	Href *string `json:"href" validate:"required"`

	// The unique identifier for this volume attachment.
	ID *string `json:"id" validate:"required"`

	// The attached instance.
	Instance *InstanceReference `json:"instance" validate:"required"`

	// The user-defined name for this volume attachment.
	Name *string `json:"name" validate:"required"`

	// The type of volume attachment.
	Type *string `json:"type" validate:"required"`
}

VolumeAttachmentReferenceVolumeContext : VolumeAttachmentReferenceVolumeContext struct

type VolumeAttachmentReferenceVolumeContextDeleted

type VolumeAttachmentReferenceVolumeContextDeleted struct {
	// Link to documentation about deleted resources.
	MoreInfo *string `json:"more_info" validate:"required"`
}

VolumeAttachmentReferenceVolumeContextDeleted : If present, this property indicates the referenced resource has been deleted and provides some supplementary information.

type VolumeAttachmentVolumePrototypeInstanceContext

type VolumeAttachmentVolumePrototypeInstanceContext struct {
	// The unique identifier for this volume.
	ID *string `json:"id,omitempty"`

	// The CRN for this volume.
	CRN *string `json:"crn,omitempty"`

	// The URL for this volume.
	Href *string `json:"href,omitempty"`

	// The maximum I/O operations per second (IOPS) to use for the volume. Applicable only to volumes using a profile
	// `family` of `custom`.
	Iops *int64 `json:"iops,omitempty"`

	// The unique user-defined name for this volume.
	Name *string `json:"name,omitempty"`

	// The profile to use for this volume.
	Profile VolumeProfileIdentityIntf `json:"profile,omitempty"`

	// The capacity to use for the volume (in gigabytes). The specified minimum and maximum capacity values for creating or
	// updating volumes may expand in the future.
	Capacity *int64 `json:"capacity,omitempty"`

	// The root key to use to wrap the data encryption key for the volume.
	//
	// If unspecified, the `encryption` type for the volume will be `provider_managed`.
	EncryptionKey EncryptionKeyIdentityIntf `json:"encryption_key,omitempty"`

	// The snapshot from which to clone the volume.
	SourceSnapshot SnapshotIdentityIntf `json:"source_snapshot,omitempty"`
}

VolumeAttachmentVolumePrototypeInstanceContext : An existing volume to attach to the instance, or a prototype object for a new volume. Models which "extend" this model: - VolumeAttachmentVolumePrototypeInstanceContextVolumeIdentity - VolumeAttachmentVolumePrototypeInstanceContextVolumePrototypeInstanceContext

type VolumeAttachmentVolumePrototypeInstanceContextIntf

type VolumeAttachmentVolumePrototypeInstanceContextIntf interface {
	// contains filtered or unexported methods
}

type VolumeAttachmentVolumePrototypeInstanceContextVolumeIdentity

type VolumeAttachmentVolumePrototypeInstanceContextVolumeIdentity struct {
	// The unique identifier for this volume.
	ID *string `json:"id,omitempty"`

	// The CRN for this volume.
	CRN *string `json:"crn,omitempty"`

	// The URL for this volume.
	Href *string `json:"href,omitempty"`
}

VolumeAttachmentVolumePrototypeInstanceContextVolumeIdentity : Identifies a volume by a unique property. Models which "extend" this model: - VolumeAttachmentVolumePrototypeInstanceContextVolumeIdentityVolumeIdentityByID - VolumeAttachmentVolumePrototypeInstanceContextVolumeIdentityVolumeIdentityByCRN - VolumeAttachmentVolumePrototypeInstanceContextVolumeIdentityVolumeIdentityByHref This model "extends" VolumeAttachmentVolumePrototypeInstanceContext

type VolumeAttachmentVolumePrototypeInstanceContextVolumeIdentityIntf

type VolumeAttachmentVolumePrototypeInstanceContextVolumeIdentityIntf interface {
	VolumeAttachmentVolumePrototypeInstanceContextIntf
	// contains filtered or unexported methods
}

type VolumeAttachmentVolumePrototypeInstanceContextVolumeIdentityVolumeIdentityByCRN

type VolumeAttachmentVolumePrototypeInstanceContextVolumeIdentityVolumeIdentityByCRN struct {
	// The CRN for this volume.
	CRN *string `json:"crn" validate:"required"`
}

VolumeAttachmentVolumePrototypeInstanceContextVolumeIdentityVolumeIdentityByCRN : VolumeAttachmentVolumePrototypeInstanceContextVolumeIdentityVolumeIdentityByCRN struct This model "extends" VolumeAttachmentVolumePrototypeInstanceContextVolumeIdentity

type VolumeAttachmentVolumePrototypeInstanceContextVolumeIdentityVolumeIdentityByHref

type VolumeAttachmentVolumePrototypeInstanceContextVolumeIdentityVolumeIdentityByHref struct {
	// The URL for this volume.
	Href *string `json:"href" validate:"required"`
}

VolumeAttachmentVolumePrototypeInstanceContextVolumeIdentityVolumeIdentityByHref : VolumeAttachmentVolumePrototypeInstanceContextVolumeIdentityVolumeIdentityByHref struct This model "extends" VolumeAttachmentVolumePrototypeInstanceContextVolumeIdentity

type VolumeAttachmentVolumePrototypeInstanceContextVolumeIdentityVolumeIdentityByID

type VolumeAttachmentVolumePrototypeInstanceContextVolumeIdentityVolumeIdentityByID struct {
	// The unique identifier for this volume.
	ID *string `json:"id" validate:"required"`
}

VolumeAttachmentVolumePrototypeInstanceContextVolumeIdentityVolumeIdentityByID : VolumeAttachmentVolumePrototypeInstanceContextVolumeIdentityVolumeIdentityByID struct This model "extends" VolumeAttachmentVolumePrototypeInstanceContextVolumeIdentity

type VolumeAttachmentVolumePrototypeInstanceContextVolumePrototypeInstanceContext

type VolumeAttachmentVolumePrototypeInstanceContextVolumePrototypeInstanceContext struct {
	// The maximum I/O operations per second (IOPS) to use for the volume. Applicable only to volumes using a profile
	// `family` of `custom`.
	Iops *int64 `json:"iops,omitempty"`

	// The unique user-defined name for this volume.
	Name *string `json:"name,omitempty"`

	// The profile to use for this volume.
	Profile VolumeProfileIdentityIntf `json:"profile" validate:"required"`

	// The capacity to use for the volume (in gigabytes). The specified minimum and maximum capacity values for creating or
	// updating volumes may expand in the future.
	Capacity *int64 `json:"capacity,omitempty"`

	// The root key to use to wrap the data encryption key for the volume.
	//
	// If unspecified, the `encryption` type for the volume will be `provider_managed`.
	EncryptionKey EncryptionKeyIdentityIntf `json:"encryption_key,omitempty"`

	// The snapshot from which to clone the volume.
	SourceSnapshot SnapshotIdentityIntf `json:"source_snapshot,omitempty"`
}

VolumeAttachmentVolumePrototypeInstanceContextVolumePrototypeInstanceContext : VolumeAttachmentVolumePrototypeInstanceContextVolumePrototypeInstanceContext struct Models which "extend" this model: - VolumeAttachmentVolumePrototypeInstanceContextVolumePrototypeInstanceContextVolumePrototypeInstanceContextVolumeByCapacity - VolumeAttachmentVolumePrototypeInstanceContextVolumePrototypeInstanceContextVolumePrototypeInstanceContextVolumeBySourceSnapshot This model "extends" VolumeAttachmentVolumePrototypeInstanceContext

type VolumeAttachmentVolumePrototypeInstanceContextVolumePrototypeInstanceContextIntf

type VolumeAttachmentVolumePrototypeInstanceContextVolumePrototypeInstanceContextIntf interface {
	VolumeAttachmentVolumePrototypeInstanceContextIntf
	// contains filtered or unexported methods
}

type VolumeAttachmentVolumePrototypeInstanceContextVolumePrototypeInstanceContextVolumePrototypeInstanceContextVolumeByCapacity

type VolumeAttachmentVolumePrototypeInstanceContextVolumePrototypeInstanceContextVolumePrototypeInstanceContextVolumeByCapacity struct {
	// The maximum I/O operations per second (IOPS) to use for the volume. Applicable only to volumes using a profile
	// `family` of `custom`.
	Iops *int64 `json:"iops,omitempty"`

	// The unique user-defined name for this volume.
	Name *string `json:"name,omitempty"`

	// The profile to use for this volume.
	Profile VolumeProfileIdentityIntf `json:"profile" validate:"required"`

	// The capacity to use for the volume (in gigabytes). The specified minimum and maximum capacity values for creating or
	// updating volumes may expand in the future.
	Capacity *int64 `json:"capacity" validate:"required"`

	// The root key to use to wrap the data encryption key for the volume.
	//
	// If unspecified, the `encryption` type for the volume will be `provider_managed`.
	EncryptionKey EncryptionKeyIdentityIntf `json:"encryption_key,omitempty"`
}

VolumeAttachmentVolumePrototypeInstanceContextVolumePrototypeInstanceContextVolumePrototypeInstanceContextVolumeByCapacity : VolumeAttachmentVolumePrototypeInstanceContextVolumePrototypeInstanceContextVolumePrototypeInstanceContextVolumeByCapacity struct This model "extends" VolumeAttachmentVolumePrototypeInstanceContextVolumePrototypeInstanceContext

type VolumeAttachmentVolumePrototypeInstanceContextVolumePrototypeInstanceContextVolumePrototypeInstanceContextVolumeBySourceSnapshot

type VolumeAttachmentVolumePrototypeInstanceContextVolumePrototypeInstanceContextVolumePrototypeInstanceContextVolumeBySourceSnapshot struct {
	// The maximum I/O operations per second (IOPS) to use for the volume. Applicable only to volumes using a profile
	// `family` of `custom`.
	Iops *int64 `json:"iops,omitempty"`

	// The unique user-defined name for this volume.
	Name *string `json:"name,omitempty"`

	// The profile to use for this volume.
	Profile VolumeProfileIdentityIntf `json:"profile" validate:"required"`

	// The capacity to use for the volume (in gigabytes). Must be at least the snapshot's
	// `minimum_capacity`. The maximum value may increase in the future.
	//
	// If unspecified, the capacity will be the source snapshot's `minimum_capacity`.
	Capacity *int64 `json:"capacity,omitempty"`

	// The root key to use to wrap the data encryption key for the volume.
	//
	// If unspecified, the snapshot's `encryption_key` will be used.
	EncryptionKey EncryptionKeyIdentityIntf `json:"encryption_key,omitempty"`

	// The snapshot from which to clone the volume.
	SourceSnapshot SnapshotIdentityIntf `json:"source_snapshot" validate:"required"`
}

VolumeAttachmentVolumePrototypeInstanceContextVolumePrototypeInstanceContextVolumePrototypeInstanceContextVolumeBySourceSnapshot : VolumeAttachmentVolumePrototypeInstanceContextVolumePrototypeInstanceContextVolumePrototypeInstanceContextVolumeBySourceSnapshot struct This model "extends" VolumeAttachmentVolumePrototypeInstanceContextVolumePrototypeInstanceContext

type VolumeCollection

type VolumeCollection struct {
	// A link to the first page of resources.
	First *VolumeCollectionFirst `json:"first" validate:"required"`

	// The maximum number of resources that can be returned by the request.
	Limit *int64 `json:"limit" validate:"required"`

	// A link to the next page of resources. This property is present for all pages
	// except the last page.
	Next *VolumeCollectionNext `json:"next,omitempty"`

	// Collection of volumes.
	Volumes []Volume `json:"volumes" validate:"required"`
}

VolumeCollection : VolumeCollection struct

func (*VolumeCollection) GetNextStart

func (resp *VolumeCollection) GetNextStart() (*string, error)

Retrieve the value to be passed to a request to access the next page of results

type VolumeCollectionFirst

type VolumeCollectionFirst struct {
	// The URL for a page of resources.
	Href *string `json:"href" validate:"required"`
}

VolumeCollectionFirst : A link to the first page of resources.

type VolumeCollectionNext

type VolumeCollectionNext struct {
	// The URL for a page of resources.
	Href *string `json:"href" validate:"required"`
}

VolumeCollectionNext : A link to the next page of resources. This property is present for all pages except the last page.

type VolumeIdentity

type VolumeIdentity struct {
	// The unique identifier for this volume.
	ID *string `json:"id,omitempty"`

	// The CRN for this volume.
	CRN *string `json:"crn,omitempty"`

	// The URL for this volume.
	Href *string `json:"href,omitempty"`
}

VolumeIdentity : Identifies a volume by a unique property. Models which "extend" this model: - VolumeIdentityByID - VolumeIdentityByCRN - VolumeIdentityByHref

type VolumeIdentityByCRN

type VolumeIdentityByCRN struct {
	// The CRN for this volume.
	CRN *string `json:"crn" validate:"required"`
}

VolumeIdentityByCRN : VolumeIdentityByCRN struct This model "extends" VolumeIdentity

type VolumeIdentityByHref

type VolumeIdentityByHref struct {
	// The URL for this volume.
	Href *string `json:"href" validate:"required"`
}

VolumeIdentityByHref : VolumeIdentityByHref struct This model "extends" VolumeIdentity

type VolumeIdentityByID

type VolumeIdentityByID struct {
	// The unique identifier for this volume.
	ID *string `json:"id" validate:"required"`
}

VolumeIdentityByID : VolumeIdentityByID struct This model "extends" VolumeIdentity

type VolumeIdentityIntf

type VolumeIdentityIntf interface {
	// contains filtered or unexported methods
}

type VolumePatch

type VolumePatch struct {
	// The capacity to use for the volume (in gigabytes). The volume must be attached to a running virtual server instance,
	// and the specified value must not be less than the current capacity. Additionally, if the volume is attached as a
	// boot volume, the maximum value is 250 gigabytes.
	//
	// The minimum and maximum capacity limits for creating or updating volumes may expand in the future.
	Capacity *int64 `json:"capacity,omitempty"`

	// The maximum I/O operations per second (IOPS) to use for the volume. Applicable only to volumes using a profile
	// `family` of `custom`. The volume must be attached as a data volume to a running virtual server instance.
	Iops *int64 `json:"iops,omitempty"`

	// The unique user-defined name for this volume.
	Name *string `json:"name,omitempty"`

	// The profile to use for this volume. The requested profile must be in the same
	// `family` as the current profile. The volume must be attached as a data volume to a
	// running virtual server instance, and must have a `capacity` within the range
	// supported by the specified profile.
	Profile VolumeProfileIdentityIntf `json:"profile,omitempty"`
}

VolumePatch : VolumePatch struct

func (*VolumePatch) AsPatch

func (volumePatch *VolumePatch) AsPatch() (_patch map[string]interface{}, err error)

AsPatch returns a generic map representation of the VolumePatch

type VolumeProfile

type VolumeProfile struct {
	// The product family this volume profile belongs to.
	//
	// The enumerated values for this property will expand in the future. When processing this property, check for and log
	// unknown values. Optionally halt processing and surface the error, or bypass the volume profile on which the
	// unexpected property value was encountered.
	Family *string `json:"family" validate:"required"`

	// The URL for this volume profile.
	Href *string `json:"href" validate:"required"`

	// The globally unique name for this volume profile.
	Name *string `json:"name" validate:"required"`
}

VolumeProfile : VolumeProfile struct

type VolumeProfileCollection

type VolumeProfileCollection struct {
	// A link to the first page of resources.
	First *VolumeProfileCollectionFirst `json:"first" validate:"required"`

	// The maximum number of resources that can be returned by the request.
	Limit *int64 `json:"limit" validate:"required"`

	// A link to the next page of resources. This property is present for all pages
	// except the last page.
	Next *VolumeProfileCollectionNext `json:"next,omitempty"`

	// Collection of volume profiles.
	Profiles []VolumeProfile `json:"profiles" validate:"required"`

	// The total number of resources across all pages.
	TotalCount *int64 `json:"total_count" validate:"required"`
}

VolumeProfileCollection : VolumeProfileCollection struct

func (*VolumeProfileCollection) GetNextStart

func (resp *VolumeProfileCollection) GetNextStart() (*string, error)

Retrieve the value to be passed to a request to access the next page of results

type VolumeProfileCollectionFirst

type VolumeProfileCollectionFirst struct {
	// The URL for a page of resources.
	Href *string `json:"href" validate:"required"`
}

VolumeProfileCollectionFirst : A link to the first page of resources.

type VolumeProfileCollectionNext

type VolumeProfileCollectionNext struct {
	// The URL for a page of resources.
	Href *string `json:"href" validate:"required"`
}

VolumeProfileCollectionNext : A link to the next page of resources. This property is present for all pages except the last page.

type VolumeProfileIdentity

type VolumeProfileIdentity struct {
	// The globally unique name for this volume profile.
	Name *string `json:"name,omitempty"`

	// The URL for this volume profile.
	Href *string `json:"href,omitempty"`
}

VolumeProfileIdentity : Identifies a volume profile by a unique property. Models which "extend" this model: - VolumeProfileIdentityByName - VolumeProfileIdentityByHref

type VolumeProfileIdentityByHref

type VolumeProfileIdentityByHref struct {
	// The URL for this volume profile.
	Href *string `json:"href" validate:"required"`
}

VolumeProfileIdentityByHref : VolumeProfileIdentityByHref struct This model "extends" VolumeProfileIdentity

type VolumeProfileIdentityByName

type VolumeProfileIdentityByName struct {
	// The globally unique name for this volume profile.
	Name *string `json:"name" validate:"required"`
}

VolumeProfileIdentityByName : VolumeProfileIdentityByName struct This model "extends" VolumeProfileIdentity

type VolumeProfileIdentityIntf

type VolumeProfileIdentityIntf interface {
	// contains filtered or unexported methods
}

type VolumeProfileReference

type VolumeProfileReference struct {
	// The URL for this volume profile.
	Href *string `json:"href" validate:"required"`

	// The globally unique name for this volume profile.
	Name *string `json:"name" validate:"required"`
}

VolumeProfileReference : VolumeProfileReference struct

type VolumePrototype

type VolumePrototype struct {
	// The maximum I/O operations per second (IOPS) to use for the volume. Applicable only to volumes using a profile
	// `family` of `custom`.
	Iops *int64 `json:"iops,omitempty"`

	// The unique user-defined name for this volume.
	Name *string `json:"name,omitempty"`

	// The profile to use for this volume.
	Profile VolumeProfileIdentityIntf `json:"profile" validate:"required"`

	// The resource group to use. If unspecified, the account's [default resource
	// group](https://cloud.ibm.com/apidocs/resource-manager#introduction) is used.
	ResourceGroup ResourceGroupIdentityIntf `json:"resource_group,omitempty"`

	// The zone this volume will reside in.
	Zone ZoneIdentityIntf `json:"zone" validate:"required"`

	// The capacity to use for the volume (in gigabytes). The specified minimum and maximum capacity values for creating or
	// updating volumes may expand in the future.
	Capacity *int64 `json:"capacity,omitempty"`

	// The root key to use to wrap the data encryption key for the volume.
	//
	// If unspecified, the `encryption` type for the volume will be `provider_managed`.
	EncryptionKey EncryptionKeyIdentityIntf `json:"encryption_key,omitempty"`
}

VolumePrototype : VolumePrototype struct Models which "extend" this model: - VolumePrototypeVolumeByCapacity

type VolumePrototypeInstanceByImageContext

type VolumePrototypeInstanceByImageContext struct {
	// The capacity to use for the volume (in gigabytes). Must be at least the image's
	// `minimum_provisioned_size`. The maximum value may increase in the future.
	//
	// If unspecified, the capacity will be the image's `minimum_provisioned_size`.
	Capacity *int64 `json:"capacity,omitempty"`

	// The root key to use to wrap the data encryption key for the volume.
	//
	// If unspecified, and the image is encrypted, the image's `encryption_key` will be
	// used. Otherwise, the `encryption` type for the volume will be `provider_managed`.
	EncryptionKey EncryptionKeyIdentityIntf `json:"encryption_key,omitempty"`

	// The maximum I/O operations per second (IOPS) to use for the volume. Applicable only to volumes using a profile
	// `family` of `custom`.
	Iops *int64 `json:"iops,omitempty"`

	// The unique user-defined name for this volume.
	Name *string `json:"name,omitempty"`

	// The profile to use for this volume.
	Profile VolumeProfileIdentityIntf `json:"profile" validate:"required"`
}

VolumePrototypeInstanceByImageContext : VolumePrototypeInstanceByImageContext struct

type VolumePrototypeInstanceBySourceSnapshotContext

type VolumePrototypeInstanceBySourceSnapshotContext struct {
	// The capacity to use for the volume (in gigabytes). Must be at least the snapshot's
	// `minimum_capacity`. The maximum value may increase in the future.
	//
	// If unspecified, the capacity will be the source snapshot's `minimum_capacity`.
	Capacity *int64 `json:"capacity,omitempty"`

	// The root key to use to wrap the data encryption key for the volume.
	//
	// If unspecified, the snapshot's `encryption_key` will be used.
	EncryptionKey EncryptionKeyIdentityIntf `json:"encryption_key,omitempty"`

	// The maximum I/O operations per second (IOPS) to use for the volume. Applicable only to volumes using a profile
	// `family` of `custom`.
	Iops *int64 `json:"iops,omitempty"`

	// The unique user-defined name for this volume.
	Name *string `json:"name,omitempty"`

	// The profile to use for this volume.
	Profile VolumeProfileIdentityIntf `json:"profile" validate:"required"`

	// The snapshot from which to clone the volume.
	SourceSnapshot SnapshotIdentityIntf `json:"source_snapshot" validate:"required"`
}

VolumePrototypeInstanceBySourceSnapshotContext : VolumePrototypeInstanceBySourceSnapshotContext struct

type VolumePrototypeIntf

type VolumePrototypeIntf interface {
	// contains filtered or unexported methods
}

type VolumePrototypeVolumeByCapacity

type VolumePrototypeVolumeByCapacity struct {
	// The maximum I/O operations per second (IOPS) to use for the volume. Applicable only to volumes using a profile
	// `family` of `custom`.
	Iops *int64 `json:"iops,omitempty"`

	// The unique user-defined name for this volume.
	Name *string `json:"name,omitempty"`

	// The profile to use for this volume.
	Profile VolumeProfileIdentityIntf `json:"profile" validate:"required"`

	ResourceGroup ResourceGroupIdentityIntf `json:"resource_group,omitempty"`

	// The zone this volume will reside in.
	Zone ZoneIdentityIntf `json:"zone" validate:"required"`

	// The capacity to use for the volume (in gigabytes). The specified minimum and maximum capacity values for creating or
	// updating volumes may expand in the future.
	Capacity *int64 `json:"capacity" validate:"required"`

	// The root key to use to wrap the data encryption key for the volume.
	//
	// If unspecified, the `encryption` type for the volume will be `provider_managed`.
	EncryptionKey EncryptionKeyIdentityIntf `json:"encryption_key,omitempty"`
}

VolumePrototypeVolumeByCapacity : VolumePrototypeVolumeByCapacity struct This model "extends" VolumePrototype

type VolumeReference

type VolumeReference struct {
	// The CRN for this volume.
	CRN *string `json:"crn" validate:"required"`

	// If present, this property indicates the referenced resource has been deleted and provides
	// some supplementary information.
	Deleted *VolumeReferenceDeleted `json:"deleted,omitempty"`

	// The URL for this volume.
	Href *string `json:"href" validate:"required"`

	// The unique identifier for this volume.
	ID *string `json:"id" validate:"required"`

	// The unique user-defined name for this volume.
	Name *string `json:"name" validate:"required"`
}

VolumeReference : VolumeReference struct

type VolumeReferenceDeleted

type VolumeReferenceDeleted struct {
	// Link to documentation about deleted resources.
	MoreInfo *string `json:"more_info" validate:"required"`
}

VolumeReferenceDeleted : If present, this property indicates the referenced resource has been deleted and provides some supplementary information.

type VolumeStatusReason

type VolumeStatusReason struct {
	// A snake case string succinctly identifying the status reason.
	Code *string `json:"code" validate:"required"`

	// An explanation of the status reason.
	Message *string `json:"message" validate:"required"`

	// Link to documentation about this status reason.
	MoreInfo *string `json:"more_info,omitempty"`
}

VolumeStatusReason : VolumeStatusReason struct

type VpcV1

type VpcV1 struct {
	Service *core.BaseService

	// The API version, in format `YYYY-MM-DD`. For the API behavior documented here, specify any date between `2022-04-18`
	// and today's date (UTC).
	Version *string
	// contains filtered or unexported fields
}

VpcV1 : The IBM Cloud Virtual Private Cloud (VPC) API can be used to programmatically provision and manage virtual server instances, along with subnets, volumes, load balancers, and more.

API Version: 2022-04-18

func NewVpcV1

func NewVpcV1(options *VpcV1Options) (service *VpcV1, err error)

NewVpcV1 : constructs an instance of VpcV1 with passed in options.

func NewVpcV1UsingExternalConfig

func NewVpcV1UsingExternalConfig(options *VpcV1Options) (vpc *VpcV1, err error)

NewVpcV1UsingExternalConfig : constructs an instance of VpcV1 with passed in options and external configuration.

func (*VpcV1) AddBareMetalServerNetworkInterfaceFloatingIP

func (vpc *VpcV1) AddBareMetalServerNetworkInterfaceFloatingIP(addBareMetalServerNetworkInterfaceFloatingIPOptions *AddBareMetalServerNetworkInterfaceFloatingIPOptions) (result *FloatingIP, response *core.DetailedResponse, err error)

AddBareMetalServerNetworkInterfaceFloatingIP : Associate a floating IP with a network interface This request associates the specified floating IP with the specified network interface. If `enable_infrastructure_nat` is `false`, this adds the IP to any existing associations. If `enable_infrastructure_nat` is `true`, this replaces any existing association. For this request to succeed, the existing floating IP must not be required by another resource, such as a public gateway. A request body is not required, and if provided, is ignored.

func (*VpcV1) AddBareMetalServerNetworkInterfaceFloatingIPWithContext

func (vpc *VpcV1) AddBareMetalServerNetworkInterfaceFloatingIPWithContext(ctx context.Context, addBareMetalServerNetworkInterfaceFloatingIPOptions *AddBareMetalServerNetworkInterfaceFloatingIPOptions) (result *FloatingIP, response *core.DetailedResponse, err error)

AddBareMetalServerNetworkInterfaceFloatingIPWithContext is an alternate form of the AddBareMetalServerNetworkInterfaceFloatingIP method which supports a Context parameter

func (*VpcV1) AddEndpointGatewayIP

func (vpc *VpcV1) AddEndpointGatewayIP(addEndpointGatewayIPOptions *AddEndpointGatewayIPOptions) (result *ReservedIP, response *core.DetailedResponse, err error)

AddEndpointGatewayIP : Bind a reserved IP to an endpoint gateway This request binds the specified reserved IP to the specified endpoint gateway. The reserved IP:

- must currently be unbound - must not be in the same zone as any other reserved IP bound to the endpoint gateway.

func (*VpcV1) AddEndpointGatewayIPWithContext

func (vpc *VpcV1) AddEndpointGatewayIPWithContext(ctx context.Context, addEndpointGatewayIPOptions *AddEndpointGatewayIPOptions) (result *ReservedIP, response *core.DetailedResponse, err error)

AddEndpointGatewayIPWithContext is an alternate form of the AddEndpointGatewayIP method which supports a Context parameter

func (*VpcV1) AddInstanceNetworkInterfaceFloatingIP

func (vpc *VpcV1) AddInstanceNetworkInterfaceFloatingIP(addInstanceNetworkInterfaceFloatingIPOptions *AddInstanceNetworkInterfaceFloatingIPOptions) (result *FloatingIP, response *core.DetailedResponse, err error)

AddInstanceNetworkInterfaceFloatingIP : Associate a floating IP with a network interface This request associates the specified floating IP with the specified network interface, replacing any existing association. For this request to succeed, the existing floating IP must not be required by another resource, such as a public gateway. A request body is not required, and if provided, is ignored.

func (*VpcV1) AddInstanceNetworkInterfaceFloatingIPWithContext

func (vpc *VpcV1) AddInstanceNetworkInterfaceFloatingIPWithContext(ctx context.Context, addInstanceNetworkInterfaceFloatingIPOptions *AddInstanceNetworkInterfaceFloatingIPOptions) (result *FloatingIP, response *core.DetailedResponse, err error)

AddInstanceNetworkInterfaceFloatingIPWithContext is an alternate form of the AddInstanceNetworkInterfaceFloatingIP method which supports a Context parameter

func (*VpcV1) AddVPNGatewayConnectionLocalCIDR

func (vpc *VpcV1) AddVPNGatewayConnectionLocalCIDR(addVPNGatewayConnectionLocalCIDROptions *AddVPNGatewayConnectionLocalCIDROptions) (response *core.DetailedResponse, err error)

AddVPNGatewayConnectionLocalCIDR : Set a local CIDR on a VPN gateway connection This request adds the specified CIDR to the specified VPN gateway connection. A request body is not required, and if provided, is ignored. This request succeeds if the CIDR already exists on the specified VPN gateway connection.

func (*VpcV1) AddVPNGatewayConnectionLocalCIDRWithContext

func (vpc *VpcV1) AddVPNGatewayConnectionLocalCIDRWithContext(ctx context.Context, addVPNGatewayConnectionLocalCIDROptions *AddVPNGatewayConnectionLocalCIDROptions) (response *core.DetailedResponse, err error)

AddVPNGatewayConnectionLocalCIDRWithContext is an alternate form of the AddVPNGatewayConnectionLocalCIDR method which supports a Context parameter

func (*VpcV1) AddVPNGatewayConnectionPeerCIDR

func (vpc *VpcV1) AddVPNGatewayConnectionPeerCIDR(addVPNGatewayConnectionPeerCIDROptions *AddVPNGatewayConnectionPeerCIDROptions) (response *core.DetailedResponse, err error)

AddVPNGatewayConnectionPeerCIDR : Set a peer CIDR on a VPN gateway connection This request adds the specified CIDR to the specified VPN gateway connection. A request body is not required, and if provided, is ignored. This request succeeds if the CIDR already exists on the specified VPN gateway connection.

func (*VpcV1) AddVPNGatewayConnectionPeerCIDRWithContext

func (vpc *VpcV1) AddVPNGatewayConnectionPeerCIDRWithContext(ctx context.Context, addVPNGatewayConnectionPeerCIDROptions *AddVPNGatewayConnectionPeerCIDROptions) (response *core.DetailedResponse, err error)

AddVPNGatewayConnectionPeerCIDRWithContext is an alternate form of the AddVPNGatewayConnectionPeerCIDR method which supports a Context parameter

func (*VpcV1) CheckVPNGatewayConnectionLocalCIDR

func (vpc *VpcV1) CheckVPNGatewayConnectionLocalCIDR(checkVPNGatewayConnectionLocalCIDROptions *CheckVPNGatewayConnectionLocalCIDROptions) (response *core.DetailedResponse, err error)

CheckVPNGatewayConnectionLocalCIDR : Check if the specified local CIDR exists on a VPN gateway connection This request succeeds if a CIDR exists on the specified VPN gateway connection and fails otherwise.

func (*VpcV1) CheckVPNGatewayConnectionLocalCIDRWithContext

func (vpc *VpcV1) CheckVPNGatewayConnectionLocalCIDRWithContext(ctx context.Context, checkVPNGatewayConnectionLocalCIDROptions *CheckVPNGatewayConnectionLocalCIDROptions) (response *core.DetailedResponse, err error)

CheckVPNGatewayConnectionLocalCIDRWithContext is an alternate form of the CheckVPNGatewayConnectionLocalCIDR method which supports a Context parameter

func (*VpcV1) CheckVPNGatewayConnectionPeerCIDR

func (vpc *VpcV1) CheckVPNGatewayConnectionPeerCIDR(checkVPNGatewayConnectionPeerCIDROptions *CheckVPNGatewayConnectionPeerCIDROptions) (response *core.DetailedResponse, err error)

CheckVPNGatewayConnectionPeerCIDR : Check if the specified peer CIDR exists on a VPN gateway connection This request succeeds if a CIDR exists on the specified VPN gateway connection and fails otherwise.

func (*VpcV1) CheckVPNGatewayConnectionPeerCIDRWithContext

func (vpc *VpcV1) CheckVPNGatewayConnectionPeerCIDRWithContext(ctx context.Context, checkVPNGatewayConnectionPeerCIDROptions *CheckVPNGatewayConnectionPeerCIDROptions) (response *core.DetailedResponse, err error)

CheckVPNGatewayConnectionPeerCIDRWithContext is an alternate form of the CheckVPNGatewayConnectionPeerCIDR method which supports a Context parameter

func (*VpcV1) Clone

func (vpc *VpcV1) Clone() *VpcV1

Clone makes a copy of "vpc" suitable for processing requests.

func (*VpcV1) CreateBareMetalServer

func (vpc *VpcV1) CreateBareMetalServer(createBareMetalServerOptions *CreateBareMetalServerOptions) (result *BareMetalServer, response *core.DetailedResponse, err error)

CreateBareMetalServer : Create a bare metal server This request provisions a new bare metal server from a prototype object. The prototype object is structured in the same way as a retrieved bare metal server, and contains the information necessary to provision the new bare metal server. The bare metal server is automatically started.

func (*VpcV1) CreateBareMetalServerConsoleAccessToken

func (vpc *VpcV1) CreateBareMetalServerConsoleAccessToken(createBareMetalServerConsoleAccessTokenOptions *CreateBareMetalServerConsoleAccessTokenOptions) (result *BareMetalServerConsoleAccessToken, response *core.DetailedResponse, err error)

CreateBareMetalServerConsoleAccessToken : Create a console access token for a bare metal server This request creates a new single-use console access token for a bare metal server. All console configuration is provided at token create time, and the token is subsequently used in the `access_token` query parameter for the WebSocket request. The access token is only valid for a short period of time, and a maximum of one token is valid for a given bare metal server at a time.

func (*VpcV1) CreateBareMetalServerConsoleAccessTokenWithContext

func (vpc *VpcV1) CreateBareMetalServerConsoleAccessTokenWithContext(ctx context.Context, createBareMetalServerConsoleAccessTokenOptions *CreateBareMetalServerConsoleAccessTokenOptions) (result *BareMetalServerConsoleAccessToken, response *core.DetailedResponse, err error)

CreateBareMetalServerConsoleAccessTokenWithContext is an alternate form of the CreateBareMetalServerConsoleAccessToken method which supports a Context parameter

func (*VpcV1) CreateBareMetalServerNetworkInterface

func (vpc *VpcV1) CreateBareMetalServerNetworkInterface(createBareMetalServerNetworkInterfaceOptions *CreateBareMetalServerNetworkInterfaceOptions) (result BareMetalServerNetworkInterfaceIntf, response *core.DetailedResponse, err error)

CreateBareMetalServerNetworkInterface : Create a network interface on a bare metal server This request creates a new network interface from a network interface prototype object. The prototype object is structured in the same way as a retrieved network interface, and contains the information necessary to create the new network interface. Any subnet in the bare metal server's VPC may be specified, even if it is already attached to another network interface. Addresses on the network interface must be within the specified subnet's CIDR blocks.

func (*VpcV1) CreateBareMetalServerNetworkInterfaceWithContext

func (vpc *VpcV1) CreateBareMetalServerNetworkInterfaceWithContext(ctx context.Context, createBareMetalServerNetworkInterfaceOptions *CreateBareMetalServerNetworkInterfaceOptions) (result BareMetalServerNetworkInterfaceIntf, response *core.DetailedResponse, err error)

CreateBareMetalServerNetworkInterfaceWithContext is an alternate form of the CreateBareMetalServerNetworkInterface method which supports a Context parameter

func (*VpcV1) CreateBareMetalServerWithContext

func (vpc *VpcV1) CreateBareMetalServerWithContext(ctx context.Context, createBareMetalServerOptions *CreateBareMetalServerOptions) (result *BareMetalServer, response *core.DetailedResponse, err error)

CreateBareMetalServerWithContext is an alternate form of the CreateBareMetalServer method which supports a Context parameter

func (*VpcV1) CreateDedicatedHost

func (vpc *VpcV1) CreateDedicatedHost(createDedicatedHostOptions *CreateDedicatedHostOptions) (result *DedicatedHost, response *core.DetailedResponse, err error)

CreateDedicatedHost : Create a dedicated host This request creates a new dedicated host.

func (*VpcV1) CreateDedicatedHostGroup

func (vpc *VpcV1) CreateDedicatedHostGroup(createDedicatedHostGroupOptions *CreateDedicatedHostGroupOptions) (result *DedicatedHostGroup, response *core.DetailedResponse, err error)

CreateDedicatedHostGroup : Create a dedicated host group This request creates a new dedicated host group.

func (*VpcV1) CreateDedicatedHostGroupWithContext

func (vpc *VpcV1) CreateDedicatedHostGroupWithContext(ctx context.Context, createDedicatedHostGroupOptions *CreateDedicatedHostGroupOptions) (result *DedicatedHostGroup, response *core.DetailedResponse, err error)

CreateDedicatedHostGroupWithContext is an alternate form of the CreateDedicatedHostGroup method which supports a Context parameter

func (*VpcV1) CreateDedicatedHostWithContext

func (vpc *VpcV1) CreateDedicatedHostWithContext(ctx context.Context, createDedicatedHostOptions *CreateDedicatedHostOptions) (result *DedicatedHost, response *core.DetailedResponse, err error)

CreateDedicatedHostWithContext is an alternate form of the CreateDedicatedHost method which supports a Context parameter

func (*VpcV1) CreateEndpointGateway

func (vpc *VpcV1) CreateEndpointGateway(createEndpointGatewayOptions *CreateEndpointGatewayOptions) (result *EndpointGateway, response *core.DetailedResponse, err error)

CreateEndpointGateway : Create an endpoint gateway This request creates a new endpoint gateway. An endpoint gateway maps one or more reserved IPs in a VPC to a target outside the VPC.

func (*VpcV1) CreateEndpointGatewayWithContext

func (vpc *VpcV1) CreateEndpointGatewayWithContext(ctx context.Context, createEndpointGatewayOptions *CreateEndpointGatewayOptions) (result *EndpointGateway, response *core.DetailedResponse, err error)

CreateEndpointGatewayWithContext is an alternate form of the CreateEndpointGateway method which supports a Context parameter

func (*VpcV1) CreateFloatingIP

func (vpc *VpcV1) CreateFloatingIP(createFloatingIPOptions *CreateFloatingIPOptions) (result *FloatingIP, response *core.DetailedResponse, err error)

CreateFloatingIP : Reserve a floating IP This request reserves a new floating IP.

func (*VpcV1) CreateFloatingIPWithContext

func (vpc *VpcV1) CreateFloatingIPWithContext(ctx context.Context, createFloatingIPOptions *CreateFloatingIPOptions) (result *FloatingIP, response *core.DetailedResponse, err error)

CreateFloatingIPWithContext is an alternate form of the CreateFloatingIP method which supports a Context parameter

func (*VpcV1) CreateFlowLogCollector

func (vpc *VpcV1) CreateFlowLogCollector(createFlowLogCollectorOptions *CreateFlowLogCollectorOptions) (result *FlowLogCollector, response *core.DetailedResponse, err error)

CreateFlowLogCollector : Create a flow log collector This request creates and starts a new flow log collector from a flow log collector prototype object. The prototype object is structured in the same way as a retrieved flow log collector, and contains the information necessary to create and start the new flow log collector.

func (*VpcV1) CreateFlowLogCollectorWithContext

func (vpc *VpcV1) CreateFlowLogCollectorWithContext(ctx context.Context, createFlowLogCollectorOptions *CreateFlowLogCollectorOptions) (result *FlowLogCollector, response *core.DetailedResponse, err error)

CreateFlowLogCollectorWithContext is an alternate form of the CreateFlowLogCollector method which supports a Context parameter

func (*VpcV1) CreateIkePolicy

func (vpc *VpcV1) CreateIkePolicy(createIkePolicyOptions *CreateIkePolicyOptions) (result *IkePolicy, response *core.DetailedResponse, err error)

CreateIkePolicy : Create an IKE policy This request creates a new IKE policy.

func (*VpcV1) CreateIkePolicyWithContext

func (vpc *VpcV1) CreateIkePolicyWithContext(ctx context.Context, createIkePolicyOptions *CreateIkePolicyOptions) (result *IkePolicy, response *core.DetailedResponse, err error)

CreateIkePolicyWithContext is an alternate form of the CreateIkePolicy method which supports a Context parameter

func (*VpcV1) CreateImage

func (vpc *VpcV1) CreateImage(createImageOptions *CreateImageOptions) (result *Image, response *core.DetailedResponse, err error)

CreateImage : Create an image This request creates a new image from an image prototype object. The prototype object is structured in the same way as a retrieved image, and contains the information necessary to create the new image. If an image is being imported, a URL to the image file on object storage must be specified. If an image is being created from an existing volume, that volume must be specified.

func (*VpcV1) CreateImageWithContext

func (vpc *VpcV1) CreateImageWithContext(ctx context.Context, createImageOptions *CreateImageOptions) (result *Image, response *core.DetailedResponse, err error)

CreateImageWithContext is an alternate form of the CreateImage method which supports a Context parameter

func (*VpcV1) CreateInstance

func (vpc *VpcV1) CreateInstance(createInstanceOptions *CreateInstanceOptions) (result *Instance, response *core.DetailedResponse, err error)

CreateInstance : Create an instance This request provisions a new instance from an instance prototype object. The prototype object is structured in the same way as a retrieved instance, and contains the information necessary to provision the new instance. The instance is automatically started.

func (*VpcV1) CreateInstanceAction

func (vpc *VpcV1) CreateInstanceAction(createInstanceActionOptions *CreateInstanceActionOptions) (result *InstanceAction, response *core.DetailedResponse, err error)

CreateInstanceAction : Create an instance action This request creates a new action which will be queued up to run as soon as any pending or running actions have completed.

func (*VpcV1) CreateInstanceActionWithContext

func (vpc *VpcV1) CreateInstanceActionWithContext(ctx context.Context, createInstanceActionOptions *CreateInstanceActionOptions) (result *InstanceAction, response *core.DetailedResponse, err error)

CreateInstanceActionWithContext is an alternate form of the CreateInstanceAction method which supports a Context parameter

func (*VpcV1) CreateInstanceConsoleAccessToken

func (vpc *VpcV1) CreateInstanceConsoleAccessToken(createInstanceConsoleAccessTokenOptions *CreateInstanceConsoleAccessTokenOptions) (result *InstanceConsoleAccessToken, response *core.DetailedResponse, err error)

CreateInstanceConsoleAccessToken : Create a console access token for an instance This request creates a new single-use console access token for an instance. All console configuration is provided at token create time, and the token is subsequently used in the `access_token` query parameter for the WebSocket request. The access token is only valid for a short period of time, and a maximum of one token is valid for a given instance at a time.

func (*VpcV1) CreateInstanceConsoleAccessTokenWithContext

func (vpc *VpcV1) CreateInstanceConsoleAccessTokenWithContext(ctx context.Context, createInstanceConsoleAccessTokenOptions *CreateInstanceConsoleAccessTokenOptions) (result *InstanceConsoleAccessToken, response *core.DetailedResponse, err error)

CreateInstanceConsoleAccessTokenWithContext is an alternate form of the CreateInstanceConsoleAccessToken method which supports a Context parameter

func (*VpcV1) CreateInstanceGroup

func (vpc *VpcV1) CreateInstanceGroup(createInstanceGroupOptions *CreateInstanceGroupOptions) (result *InstanceGroup, response *core.DetailedResponse, err error)

CreateInstanceGroup : Create an instance group This request creates a new instance group.

func (*VpcV1) CreateInstanceGroupManager

func (vpc *VpcV1) CreateInstanceGroupManager(createInstanceGroupManagerOptions *CreateInstanceGroupManagerOptions) (result InstanceGroupManagerIntf, response *core.DetailedResponse, err error)

CreateInstanceGroupManager : Create a manager for an instance group This request creates a new instance group manager.

func (*VpcV1) CreateInstanceGroupManagerAction

func (vpc *VpcV1) CreateInstanceGroupManagerAction(createInstanceGroupManagerActionOptions *CreateInstanceGroupManagerActionOptions) (result InstanceGroupManagerActionIntf, response *core.DetailedResponse, err error)

CreateInstanceGroupManagerAction : Create an instance group manager action This request creates a new instance group manager action.

func (*VpcV1) CreateInstanceGroupManagerActionWithContext

func (vpc *VpcV1) CreateInstanceGroupManagerActionWithContext(ctx context.Context, createInstanceGroupManagerActionOptions *CreateInstanceGroupManagerActionOptions) (result InstanceGroupManagerActionIntf, response *core.DetailedResponse, err error)

CreateInstanceGroupManagerActionWithContext is an alternate form of the CreateInstanceGroupManagerAction method which supports a Context parameter

func (*VpcV1) CreateInstanceGroupManagerPolicy

func (vpc *VpcV1) CreateInstanceGroupManagerPolicy(createInstanceGroupManagerPolicyOptions *CreateInstanceGroupManagerPolicyOptions) (result InstanceGroupManagerPolicyIntf, response *core.DetailedResponse, err error)

CreateInstanceGroupManagerPolicy : Create a policy for an instance group manager This request creates a new instance group manager policy.

func (*VpcV1) CreateInstanceGroupManagerPolicyWithContext

func (vpc *VpcV1) CreateInstanceGroupManagerPolicyWithContext(ctx context.Context, createInstanceGroupManagerPolicyOptions *CreateInstanceGroupManagerPolicyOptions) (result InstanceGroupManagerPolicyIntf, response *core.DetailedResponse, err error)

CreateInstanceGroupManagerPolicyWithContext is an alternate form of the CreateInstanceGroupManagerPolicy method which supports a Context parameter

func (*VpcV1) CreateInstanceGroupManagerWithContext

func (vpc *VpcV1) CreateInstanceGroupManagerWithContext(ctx context.Context, createInstanceGroupManagerOptions *CreateInstanceGroupManagerOptions) (result InstanceGroupManagerIntf, response *core.DetailedResponse, err error)

CreateInstanceGroupManagerWithContext is an alternate form of the CreateInstanceGroupManager method which supports a Context parameter

func (*VpcV1) CreateInstanceGroupWithContext

func (vpc *VpcV1) CreateInstanceGroupWithContext(ctx context.Context, createInstanceGroupOptions *CreateInstanceGroupOptions) (result *InstanceGroup, response *core.DetailedResponse, err error)

CreateInstanceGroupWithContext is an alternate form of the CreateInstanceGroup method which supports a Context parameter

func (*VpcV1) CreateInstanceNetworkInterface

func (vpc *VpcV1) CreateInstanceNetworkInterface(createInstanceNetworkInterfaceOptions *CreateInstanceNetworkInterfaceOptions) (result *NetworkInterface, response *core.DetailedResponse, err error)

CreateInstanceNetworkInterface : Create a network interface on an instance This request creates a new network interface from a network interface prototype object. The prototype object is structured in the same way as a retrieved network interface, and contains the information necessary to create the new network interface. Any subnet in the instance's VPC may be specified, even if it is already attached to another network interface. Addresses on the network interface must be within the specified subnet's CIDR blocks.

func (*VpcV1) CreateInstanceNetworkInterfaceWithContext

func (vpc *VpcV1) CreateInstanceNetworkInterfaceWithContext(ctx context.Context, createInstanceNetworkInterfaceOptions *CreateInstanceNetworkInterfaceOptions) (result *NetworkInterface, response *core.DetailedResponse, err error)

CreateInstanceNetworkInterfaceWithContext is an alternate form of the CreateInstanceNetworkInterface method which supports a Context parameter

func (*VpcV1) CreateInstanceTemplate

func (vpc *VpcV1) CreateInstanceTemplate(createInstanceTemplateOptions *CreateInstanceTemplateOptions) (result InstanceTemplateIntf, response *core.DetailedResponse, err error)

CreateInstanceTemplate : Create an instance template This request creates a new instance template. The prototype object is structured in the same way as a retrieved instance template, and contains the information necessary to provision a new instance from the template.

If a `source_template` is specified in the prototype object, its contents are copied into the new template prior to copying any other properties provided in the prototype object.

func (*VpcV1) CreateInstanceTemplateWithContext

func (vpc *VpcV1) CreateInstanceTemplateWithContext(ctx context.Context, createInstanceTemplateOptions *CreateInstanceTemplateOptions) (result InstanceTemplateIntf, response *core.DetailedResponse, err error)

CreateInstanceTemplateWithContext is an alternate form of the CreateInstanceTemplate method which supports a Context parameter

func (*VpcV1) CreateInstanceVolumeAttachment

func (vpc *VpcV1) CreateInstanceVolumeAttachment(createInstanceVolumeAttachmentOptions *CreateInstanceVolumeAttachmentOptions) (result *VolumeAttachment, response *core.DetailedResponse, err error)

CreateInstanceVolumeAttachment : Create a volume attachment on an instance This request creates a new volume attachment from a volume attachment prototype object, connecting a volume to an instance. For this request to succeed, the specified volume must not be busy. The prototype object is structured in the same way as a retrieved volume attachment, and contains the information necessary to create the new volume attachment.

func (*VpcV1) CreateInstanceVolumeAttachmentWithContext

func (vpc *VpcV1) CreateInstanceVolumeAttachmentWithContext(ctx context.Context, createInstanceVolumeAttachmentOptions *CreateInstanceVolumeAttachmentOptions) (result *VolumeAttachment, response *core.DetailedResponse, err error)

CreateInstanceVolumeAttachmentWithContext is an alternate form of the CreateInstanceVolumeAttachment method which supports a Context parameter

func (*VpcV1) CreateInstanceWithContext

func (vpc *VpcV1) CreateInstanceWithContext(ctx context.Context, createInstanceOptions *CreateInstanceOptions) (result *Instance, response *core.DetailedResponse, err error)

CreateInstanceWithContext is an alternate form of the CreateInstance method which supports a Context parameter

func (*VpcV1) CreateIpsecPolicy

func (vpc *VpcV1) CreateIpsecPolicy(createIpsecPolicyOptions *CreateIpsecPolicyOptions) (result *IPsecPolicy, response *core.DetailedResponse, err error)

CreateIpsecPolicy : Create an IPsec policy This request creates a new IPsec policy.

func (*VpcV1) CreateIpsecPolicyWithContext

func (vpc *VpcV1) CreateIpsecPolicyWithContext(ctx context.Context, createIpsecPolicyOptions *CreateIpsecPolicyOptions) (result *IPsecPolicy, response *core.DetailedResponse, err error)

CreateIpsecPolicyWithContext is an alternate form of the CreateIpsecPolicy method which supports a Context parameter

func (*VpcV1) CreateKey

func (vpc *VpcV1) CreateKey(createKeyOptions *CreateKeyOptions) (result *Key, response *core.DetailedResponse, err error)

CreateKey : Create a key This request creates a new SSH key from an key prototype object. The prototype object is structured in the same way as a retrieved key, and contains the information necessary to create the new key. The public key value must be provided.

func (*VpcV1) CreateKeyWithContext

func (vpc *VpcV1) CreateKeyWithContext(ctx context.Context, createKeyOptions *CreateKeyOptions) (result *Key, response *core.DetailedResponse, err error)

CreateKeyWithContext is an alternate form of the CreateKey method which supports a Context parameter

func (*VpcV1) CreateLoadBalancer

func (vpc *VpcV1) CreateLoadBalancer(createLoadBalancerOptions *CreateLoadBalancerOptions) (result *LoadBalancer, response *core.DetailedResponse, err error)

CreateLoadBalancer : Create a load balancer This request creates and provisions a new load balancer.

func (*VpcV1) CreateLoadBalancerListener

func (vpc *VpcV1) CreateLoadBalancerListener(createLoadBalancerListenerOptions *CreateLoadBalancerListenerOptions) (result *LoadBalancerListener, response *core.DetailedResponse, err error)

CreateLoadBalancerListener : Create a listener for a load balancer This request creates a new listener for a load balancer.

func (*VpcV1) CreateLoadBalancerListenerPolicy

func (vpc *VpcV1) CreateLoadBalancerListenerPolicy(createLoadBalancerListenerPolicyOptions *CreateLoadBalancerListenerPolicyOptions) (result *LoadBalancerListenerPolicy, response *core.DetailedResponse, err error)

CreateLoadBalancerListenerPolicy : Create a policy for a load balancer listener Creates a new policy for a load balancer listener.

func (*VpcV1) CreateLoadBalancerListenerPolicyRule

func (vpc *VpcV1) CreateLoadBalancerListenerPolicyRule(createLoadBalancerListenerPolicyRuleOptions *CreateLoadBalancerListenerPolicyRuleOptions) (result *LoadBalancerListenerPolicyRule, response *core.DetailedResponse, err error)

CreateLoadBalancerListenerPolicyRule : Create a rule for a load balancer listener policy Creates a new rule for the load balancer listener policy.

func (*VpcV1) CreateLoadBalancerListenerPolicyRuleWithContext

func (vpc *VpcV1) CreateLoadBalancerListenerPolicyRuleWithContext(ctx context.Context, createLoadBalancerListenerPolicyRuleOptions *CreateLoadBalancerListenerPolicyRuleOptions) (result *LoadBalancerListenerPolicyRule, response *core.DetailedResponse, err error)

CreateLoadBalancerListenerPolicyRuleWithContext is an alternate form of the CreateLoadBalancerListenerPolicyRule method which supports a Context parameter

func (*VpcV1) CreateLoadBalancerListenerPolicyWithContext

func (vpc *VpcV1) CreateLoadBalancerListenerPolicyWithContext(ctx context.Context, createLoadBalancerListenerPolicyOptions *CreateLoadBalancerListenerPolicyOptions) (result *LoadBalancerListenerPolicy, response *core.DetailedResponse, err error)

CreateLoadBalancerListenerPolicyWithContext is an alternate form of the CreateLoadBalancerListenerPolicy method which supports a Context parameter

func (*VpcV1) CreateLoadBalancerListenerWithContext

func (vpc *VpcV1) CreateLoadBalancerListenerWithContext(ctx context.Context, createLoadBalancerListenerOptions *CreateLoadBalancerListenerOptions) (result *LoadBalancerListener, response *core.DetailedResponse, err error)

CreateLoadBalancerListenerWithContext is an alternate form of the CreateLoadBalancerListener method which supports a Context parameter

func (*VpcV1) CreateLoadBalancerPool

func (vpc *VpcV1) CreateLoadBalancerPool(createLoadBalancerPoolOptions *CreateLoadBalancerPoolOptions) (result *LoadBalancerPool, response *core.DetailedResponse, err error)

CreateLoadBalancerPool : Create a load balancer pool This request creates a new pool from a pool prototype object.

func (*VpcV1) CreateLoadBalancerPoolMember

func (vpc *VpcV1) CreateLoadBalancerPoolMember(createLoadBalancerPoolMemberOptions *CreateLoadBalancerPoolMemberOptions) (result *LoadBalancerPoolMember, response *core.DetailedResponse, err error)

CreateLoadBalancerPoolMember : Create a member in a load balancer pool This request creates a new member and adds the member to the pool.

func (*VpcV1) CreateLoadBalancerPoolMemberWithContext

func (vpc *VpcV1) CreateLoadBalancerPoolMemberWithContext(ctx context.Context, createLoadBalancerPoolMemberOptions *CreateLoadBalancerPoolMemberOptions) (result *LoadBalancerPoolMember, response *core.DetailedResponse, err error)

CreateLoadBalancerPoolMemberWithContext is an alternate form of the CreateLoadBalancerPoolMember method which supports a Context parameter

func (*VpcV1) CreateLoadBalancerPoolWithContext

func (vpc *VpcV1) CreateLoadBalancerPoolWithContext(ctx context.Context, createLoadBalancerPoolOptions *CreateLoadBalancerPoolOptions) (result *LoadBalancerPool, response *core.DetailedResponse, err error)

CreateLoadBalancerPoolWithContext is an alternate form of the CreateLoadBalancerPool method which supports a Context parameter

func (*VpcV1) CreateLoadBalancerWithContext

func (vpc *VpcV1) CreateLoadBalancerWithContext(ctx context.Context, createLoadBalancerOptions *CreateLoadBalancerOptions) (result *LoadBalancer, response *core.DetailedResponse, err error)

CreateLoadBalancerWithContext is an alternate form of the CreateLoadBalancer method which supports a Context parameter

func (*VpcV1) CreateNetworkACL

func (vpc *VpcV1) CreateNetworkACL(createNetworkACLOptions *CreateNetworkACLOptions) (result *NetworkACL, response *core.DetailedResponse, err error)

CreateNetworkACL : Create a network ACL This request creates a new network ACL from a network ACL prototype object. The prototype object is structured in the same way as a retrieved network ACL, and contains the information necessary to create the new network ACL.

func (*VpcV1) CreateNetworkACLRule

func (vpc *VpcV1) CreateNetworkACLRule(createNetworkACLRuleOptions *CreateNetworkACLRuleOptions) (result NetworkACLRuleIntf, response *core.DetailedResponse, err error)

CreateNetworkACLRule : Create a rule for a network ACL This request creates a new rule from a network ACL rule prototype object. The prototype object is structured in the same way as a retrieved rule, and contains the information necessary to create the new rule.

func (*VpcV1) CreateNetworkACLRuleWithContext

func (vpc *VpcV1) CreateNetworkACLRuleWithContext(ctx context.Context, createNetworkACLRuleOptions *CreateNetworkACLRuleOptions) (result NetworkACLRuleIntf, response *core.DetailedResponse, err error)

CreateNetworkACLRuleWithContext is an alternate form of the CreateNetworkACLRule method which supports a Context parameter

func (*VpcV1) CreateNetworkACLWithContext

func (vpc *VpcV1) CreateNetworkACLWithContext(ctx context.Context, createNetworkACLOptions *CreateNetworkACLOptions) (result *NetworkACL, response *core.DetailedResponse, err error)

CreateNetworkACLWithContext is an alternate form of the CreateNetworkACL method which supports a Context parameter

func (*VpcV1) CreatePlacementGroup

func (vpc *VpcV1) CreatePlacementGroup(createPlacementGroupOptions *CreatePlacementGroupOptions) (result *PlacementGroup, response *core.DetailedResponse, err error)

CreatePlacementGroup : Create a placement group This request creates a new placement group.

func (*VpcV1) CreatePlacementGroupWithContext

func (vpc *VpcV1) CreatePlacementGroupWithContext(ctx context.Context, createPlacementGroupOptions *CreatePlacementGroupOptions) (result *PlacementGroup, response *core.DetailedResponse, err error)

CreatePlacementGroupWithContext is an alternate form of the CreatePlacementGroup method which supports a Context parameter

func (*VpcV1) CreatePublicGateway

func (vpc *VpcV1) CreatePublicGateway(createPublicGatewayOptions *CreatePublicGatewayOptions) (result *PublicGateway, response *core.DetailedResponse, err error)

CreatePublicGateway : Create a public gateway This request creates a new public gateway from a public gateway prototype object. For this to succeed, the VPC must not already have a public gateway in the specified zone.

If a floating IP is provided, it must be unbound. If a floating IP is not provided, one will be created and bound to the public gateway. Once a public gateway has been created, its floating IP cannot be unbound. A public gateway must be explicitly attached to each subnet it will provide connectivity for.

func (*VpcV1) CreatePublicGatewayWithContext

func (vpc *VpcV1) CreatePublicGatewayWithContext(ctx context.Context, createPublicGatewayOptions *CreatePublicGatewayOptions) (result *PublicGateway, response *core.DetailedResponse, err error)

CreatePublicGatewayWithContext is an alternate form of the CreatePublicGateway method which supports a Context parameter

func (*VpcV1) CreateSecurityGroup

func (vpc *VpcV1) CreateSecurityGroup(createSecurityGroupOptions *CreateSecurityGroupOptions) (result *SecurityGroup, response *core.DetailedResponse, err error)

CreateSecurityGroup : Create a security group This request creates a new security group from a security group prototype object. The prototype object is structured in the same way as a retrieved security group, and contains the information necessary to create the new security group. If security group rules are included in the prototype object, those rules will be added to the security group. Each security group is scoped to one VPC. Only network interfaces on instances in that VPC can be added to the security group.

func (*VpcV1) CreateSecurityGroupRule

func (vpc *VpcV1) CreateSecurityGroupRule(createSecurityGroupRuleOptions *CreateSecurityGroupRuleOptions) (result SecurityGroupRuleIntf, response *core.DetailedResponse, err error)

CreateSecurityGroupRule : Create a rule for a security group This request creates a new security group rule from a security group rule prototype object. The prototype object is structured in the same way as a retrieved security group rule and contains the information necessary to create the rule. As part of creating a new rule in a security group, the rule is applied to all the networking interfaces in the security group. Rules specify which IP traffic a security group will allow. Security group rules are stateful, such that reverse traffic in response to allowed traffic is automatically permitted. A rule allowing inbound TCP traffic on port 80 also allows outbound TCP traffic on port 80 without the need for an additional rule.

func (*VpcV1) CreateSecurityGroupRuleWithContext

func (vpc *VpcV1) CreateSecurityGroupRuleWithContext(ctx context.Context, createSecurityGroupRuleOptions *CreateSecurityGroupRuleOptions) (result SecurityGroupRuleIntf, response *core.DetailedResponse, err error)

CreateSecurityGroupRuleWithContext is an alternate form of the CreateSecurityGroupRule method which supports a Context parameter

func (*VpcV1) CreateSecurityGroupTargetBinding

func (vpc *VpcV1) CreateSecurityGroupTargetBinding(createSecurityGroupTargetBindingOptions *CreateSecurityGroupTargetBindingOptions) (result SecurityGroupTargetReferenceIntf, response *core.DetailedResponse, err error)

CreateSecurityGroupTargetBinding : Add a target to a security group This request adds a resource to an existing security group. The specified target identifier can be:

- A network interface identifier - An application load balancer identifier - An endpoint gateway identifier

When a target is added to a security group, the security group rules are applied to the target. A request body is not required, and if provided, is ignored.

func (*VpcV1) CreateSecurityGroupTargetBindingWithContext

func (vpc *VpcV1) CreateSecurityGroupTargetBindingWithContext(ctx context.Context, createSecurityGroupTargetBindingOptions *CreateSecurityGroupTargetBindingOptions) (result SecurityGroupTargetReferenceIntf, response *core.DetailedResponse, err error)

CreateSecurityGroupTargetBindingWithContext is an alternate form of the CreateSecurityGroupTargetBinding method which supports a Context parameter

func (*VpcV1) CreateSecurityGroupWithContext

func (vpc *VpcV1) CreateSecurityGroupWithContext(ctx context.Context, createSecurityGroupOptions *CreateSecurityGroupOptions) (result *SecurityGroup, response *core.DetailedResponse, err error)

CreateSecurityGroupWithContext is an alternate form of the CreateSecurityGroup method which supports a Context parameter

func (*VpcV1) CreateSnapshot

func (vpc *VpcV1) CreateSnapshot(createSnapshotOptions *CreateSnapshotOptions) (result *Snapshot, response *core.DetailedResponse, err error)

CreateSnapshot : Create a snapshot This request creates a new snapshot from a snapshot prototype object. The prototype object is structured in the same way as a retrieved snapshot, and contains the information necessary to provision the new snapshot.

func (*VpcV1) CreateSnapshotWithContext

func (vpc *VpcV1) CreateSnapshotWithContext(ctx context.Context, createSnapshotOptions *CreateSnapshotOptions) (result *Snapshot, response *core.DetailedResponse, err error)

CreateSnapshotWithContext is an alternate form of the CreateSnapshot method which supports a Context parameter

func (*VpcV1) CreateSubnet

func (vpc *VpcV1) CreateSubnet(createSubnetOptions *CreateSubnetOptions) (result *Subnet, response *core.DetailedResponse, err error)

CreateSubnet : Create a subnet This request creates a new subnet from a subnet prototype object. The prototype object is structured in the same way as a retrieved subnet, and contains the information necessary to create the new subnet. For this request to succeed, the prototype's CIDR block must not overlap with an existing subnet in the VPC.

func (*VpcV1) CreateSubnetReservedIP

func (vpc *VpcV1) CreateSubnetReservedIP(createSubnetReservedIPOptions *CreateSubnetReservedIPOptions) (result *ReservedIP, response *core.DetailedResponse, err error)

CreateSubnetReservedIP : Reserve an IP in a subnet This request reserves an IP address in a subnet. If the provided prototype object includes an `address`, the address must not already be reserved.

func (*VpcV1) CreateSubnetReservedIPWithContext

func (vpc *VpcV1) CreateSubnetReservedIPWithContext(ctx context.Context, createSubnetReservedIPOptions *CreateSubnetReservedIPOptions) (result *ReservedIP, response *core.DetailedResponse, err error)

CreateSubnetReservedIPWithContext is an alternate form of the CreateSubnetReservedIP method which supports a Context parameter

func (*VpcV1) CreateSubnetWithContext

func (vpc *VpcV1) CreateSubnetWithContext(ctx context.Context, createSubnetOptions *CreateSubnetOptions) (result *Subnet, response *core.DetailedResponse, err error)

CreateSubnetWithContext is an alternate form of the CreateSubnet method which supports a Context parameter

func (*VpcV1) CreateVPC

func (vpc *VpcV1) CreateVPC(createVPCOptions *CreateVPCOptions) (result *VPC, response *core.DetailedResponse, err error)

CreateVPC : Create a VPC This request creates a new VPC from a VPC prototype object. The prototype object is structured in the same way as a retrieved VPC, and contains the information necessary to create the new VPC.

func (*VpcV1) CreateVPCAddressPrefix

func (vpc *VpcV1) CreateVPCAddressPrefix(createVPCAddressPrefixOptions *CreateVPCAddressPrefixOptions) (result *AddressPrefix, response *core.DetailedResponse, err error)

CreateVPCAddressPrefix : Create an address prefix for a VPC This request creates a new prefix from a prefix prototype object. The prototype object is structured in the same way as a retrieved prefix, and contains the information necessary to create the new prefix.

func (*VpcV1) CreateVPCAddressPrefixWithContext

func (vpc *VpcV1) CreateVPCAddressPrefixWithContext(ctx context.Context, createVPCAddressPrefixOptions *CreateVPCAddressPrefixOptions) (result *AddressPrefix, response *core.DetailedResponse, err error)

CreateVPCAddressPrefixWithContext is an alternate form of the CreateVPCAddressPrefix method which supports a Context parameter

func (*VpcV1) CreateVPCRoute

func (vpc *VpcV1) CreateVPCRoute(createVPCRouteOptions *CreateVPCRouteOptions) (result *Route, response *core.DetailedResponse, err error)

CreateVPCRoute : Create a route in a VPC's default routing table This request creates a new route in the VPC's default routing table. The route prototype object is structured in the same way as a retrieved route, and contains the information necessary to create the new route. The request will fail if the new route will cause a loop.

func (*VpcV1) CreateVPCRouteWithContext

func (vpc *VpcV1) CreateVPCRouteWithContext(ctx context.Context, createVPCRouteOptions *CreateVPCRouteOptions) (result *Route, response *core.DetailedResponse, err error)

CreateVPCRouteWithContext is an alternate form of the CreateVPCRoute method which supports a Context parameter

func (*VpcV1) CreateVPCRoutingTable

func (vpc *VpcV1) CreateVPCRoutingTable(createVPCRoutingTableOptions *CreateVPCRoutingTableOptions) (result *RoutingTable, response *core.DetailedResponse, err error)

CreateVPCRoutingTable : Create a routing table for a VPC This request creates a user-defined routing table from a routing table prototype object. The prototype object is structured in the same way as a retrieved routing table, and contains the information necessary to create the new routing table.

func (*VpcV1) CreateVPCRoutingTableRoute

func (vpc *VpcV1) CreateVPCRoutingTableRoute(createVPCRoutingTableRouteOptions *CreateVPCRoutingTableRouteOptions) (result *Route, response *core.DetailedResponse, err error)

CreateVPCRoutingTableRoute : Create a route in a VPC routing table This request creates a new VPC route from a VPC route prototype object. The prototype object is structured in the same way as a retrieved VPC route and contains the information necessary to create the route.

func (*VpcV1) CreateVPCRoutingTableRouteWithContext

func (vpc *VpcV1) CreateVPCRoutingTableRouteWithContext(ctx context.Context, createVPCRoutingTableRouteOptions *CreateVPCRoutingTableRouteOptions) (result *Route, response *core.DetailedResponse, err error)

CreateVPCRoutingTableRouteWithContext is an alternate form of the CreateVPCRoutingTableRoute method which supports a Context parameter

func (*VpcV1) CreateVPCRoutingTableWithContext

func (vpc *VpcV1) CreateVPCRoutingTableWithContext(ctx context.Context, createVPCRoutingTableOptions *CreateVPCRoutingTableOptions) (result *RoutingTable, response *core.DetailedResponse, err error)

CreateVPCRoutingTableWithContext is an alternate form of the CreateVPCRoutingTable method which supports a Context parameter

func (*VpcV1) CreateVPCWithContext

func (vpc *VpcV1) CreateVPCWithContext(ctx context.Context, createVPCOptions *CreateVPCOptions) (result *VPC, response *core.DetailedResponse, err error)

CreateVPCWithContext is an alternate form of the CreateVPC method which supports a Context parameter

func (*VpcV1) CreateVPNGateway

func (vpc *VpcV1) CreateVPNGateway(createVPNGatewayOptions *CreateVPNGatewayOptions) (result VPNGatewayIntf, response *core.DetailedResponse, err error)

CreateVPNGateway : Create a VPN gateway This request creates a new VPN gateway.

func (*VpcV1) CreateVPNGatewayConnection

func (vpc *VpcV1) CreateVPNGatewayConnection(createVPNGatewayConnectionOptions *CreateVPNGatewayConnectionOptions) (result VPNGatewayConnectionIntf, response *core.DetailedResponse, err error)

CreateVPNGatewayConnection : Create a connection for a VPN gateway This request creates a new VPN gateway connection.

func (*VpcV1) CreateVPNGatewayConnectionWithContext

func (vpc *VpcV1) CreateVPNGatewayConnectionWithContext(ctx context.Context, createVPNGatewayConnectionOptions *CreateVPNGatewayConnectionOptions) (result VPNGatewayConnectionIntf, response *core.DetailedResponse, err error)

CreateVPNGatewayConnectionWithContext is an alternate form of the CreateVPNGatewayConnection method which supports a Context parameter

func (*VpcV1) CreateVPNGatewayWithContext

func (vpc *VpcV1) CreateVPNGatewayWithContext(ctx context.Context, createVPNGatewayOptions *CreateVPNGatewayOptions) (result VPNGatewayIntf, response *core.DetailedResponse, err error)

CreateVPNGatewayWithContext is an alternate form of the CreateVPNGateway method which supports a Context parameter

func (*VpcV1) CreateVolume

func (vpc *VpcV1) CreateVolume(createVolumeOptions *CreateVolumeOptions) (result *Volume, response *core.DetailedResponse, err error)

CreateVolume : Create a volume This request creates a new volume from a volume prototype object. The prototype object is structured in the same way as a retrieved volume, and contains the information necessary to create the new volume.

func (*VpcV1) CreateVolumeWithContext

func (vpc *VpcV1) CreateVolumeWithContext(ctx context.Context, createVolumeOptions *CreateVolumeOptions) (result *Volume, response *core.DetailedResponse, err error)

CreateVolumeWithContext is an alternate form of the CreateVolume method which supports a Context parameter

func (*VpcV1) DeleteBareMetalServer

func (vpc *VpcV1) DeleteBareMetalServer(deleteBareMetalServerOptions *DeleteBareMetalServerOptions) (response *core.DetailedResponse, err error)

DeleteBareMetalServer : Delete a bare metal server This request deletes a bare metal server. This operation cannot be reversed. Any floating IPs associated with the bare metal server's network interfaces are implicitly disassociated.

func (*VpcV1) DeleteBareMetalServerNetworkInterface

func (vpc *VpcV1) DeleteBareMetalServerNetworkInterface(deleteBareMetalServerNetworkInterfaceOptions *DeleteBareMetalServerNetworkInterfaceOptions) (response *core.DetailedResponse, err error)

DeleteBareMetalServerNetworkInterface : Delete a network interface This request deletes a network interface. This operation cannot be reversed. Any floating IPs associated with the network interface are implicitly disassociated. The primary network interface is not allowed to be deleted.

func (*VpcV1) DeleteBareMetalServerNetworkInterfaceWithContext

func (vpc *VpcV1) DeleteBareMetalServerNetworkInterfaceWithContext(ctx context.Context, deleteBareMetalServerNetworkInterfaceOptions *DeleteBareMetalServerNetworkInterfaceOptions) (response *core.DetailedResponse, err error)

DeleteBareMetalServerNetworkInterfaceWithContext is an alternate form of the DeleteBareMetalServerNetworkInterface method which supports a Context parameter

func (*VpcV1) DeleteBareMetalServerWithContext

func (vpc *VpcV1) DeleteBareMetalServerWithContext(ctx context.Context, deleteBareMetalServerOptions *DeleteBareMetalServerOptions) (response *core.DetailedResponse, err error)

DeleteBareMetalServerWithContext is an alternate form of the DeleteBareMetalServer method which supports a Context parameter

func (*VpcV1) DeleteDedicatedHost

func (vpc *VpcV1) DeleteDedicatedHost(deleteDedicatedHostOptions *DeleteDedicatedHostOptions) (response *core.DetailedResponse, err error)

DeleteDedicatedHost : Delete a dedicated host This request deletes a dedicated host.

func (*VpcV1) DeleteDedicatedHostGroup

func (vpc *VpcV1) DeleteDedicatedHostGroup(deleteDedicatedHostGroupOptions *DeleteDedicatedHostGroupOptions) (response *core.DetailedResponse, err error)

DeleteDedicatedHostGroup : Delete a dedicated host group This request deletes a dedicated host group.

func (*VpcV1) DeleteDedicatedHostGroupWithContext

func (vpc *VpcV1) DeleteDedicatedHostGroupWithContext(ctx context.Context, deleteDedicatedHostGroupOptions *DeleteDedicatedHostGroupOptions) (response *core.DetailedResponse, err error)

DeleteDedicatedHostGroupWithContext is an alternate form of the DeleteDedicatedHostGroup method which supports a Context parameter

func (*VpcV1) DeleteDedicatedHostWithContext

func (vpc *VpcV1) DeleteDedicatedHostWithContext(ctx context.Context, deleteDedicatedHostOptions *DeleteDedicatedHostOptions) (response *core.DetailedResponse, err error)

DeleteDedicatedHostWithContext is an alternate form of the DeleteDedicatedHost method which supports a Context parameter

func (*VpcV1) DeleteEndpointGateway

func (vpc *VpcV1) DeleteEndpointGateway(deleteEndpointGatewayOptions *DeleteEndpointGatewayOptions) (response *core.DetailedResponse, err error)

DeleteEndpointGateway : Delete an endpoint gateway This request deletes an endpoint gateway. This operation cannot be reversed.

Reserved IPs that were bound to the endpoint gateway will be released if their `auto_delete` property is set to true.

func (*VpcV1) DeleteEndpointGatewayWithContext

func (vpc *VpcV1) DeleteEndpointGatewayWithContext(ctx context.Context, deleteEndpointGatewayOptions *DeleteEndpointGatewayOptions) (response *core.DetailedResponse, err error)

DeleteEndpointGatewayWithContext is an alternate form of the DeleteEndpointGateway method which supports a Context parameter

func (*VpcV1) DeleteFloatingIP

func (vpc *VpcV1) DeleteFloatingIP(deleteFloatingIPOptions *DeleteFloatingIPOptions) (response *core.DetailedResponse, err error)

DeleteFloatingIP : Release a floating IP This request disassociates (if associated) and releases a floating IP. This operation cannot be reversed. For this request to succeed, the floating IP must not be required by another resource, such as a public gateway.

func (*VpcV1) DeleteFloatingIPWithContext

func (vpc *VpcV1) DeleteFloatingIPWithContext(ctx context.Context, deleteFloatingIPOptions *DeleteFloatingIPOptions) (response *core.DetailedResponse, err error)

DeleteFloatingIPWithContext is an alternate form of the DeleteFloatingIP method which supports a Context parameter

func (*VpcV1) DeleteFlowLogCollector

func (vpc *VpcV1) DeleteFlowLogCollector(deleteFlowLogCollectorOptions *DeleteFlowLogCollectorOptions) (response *core.DetailedResponse, err error)

DeleteFlowLogCollector : Delete a flow log collector This request stops and deletes a flow log collector. This operation cannot be reversed.

Collected flow logs remain available within the flow log collector's Cloud Object Storage bucket.

func (*VpcV1) DeleteFlowLogCollectorWithContext

func (vpc *VpcV1) DeleteFlowLogCollectorWithContext(ctx context.Context, deleteFlowLogCollectorOptions *DeleteFlowLogCollectorOptions) (response *core.DetailedResponse, err error)

DeleteFlowLogCollectorWithContext is an alternate form of the DeleteFlowLogCollector method which supports a Context parameter

func (*VpcV1) DeleteIkePolicy

func (vpc *VpcV1) DeleteIkePolicy(deleteIkePolicyOptions *DeleteIkePolicyOptions) (response *core.DetailedResponse, err error)

DeleteIkePolicy : Delete an IKE policy This request deletes an IKE policy. This operation cannot be reversed. For this request to succeed, there must not be any VPN gateway connections using this policy.

func (*VpcV1) DeleteIkePolicyWithContext

func (vpc *VpcV1) DeleteIkePolicyWithContext(ctx context.Context, deleteIkePolicyOptions *DeleteIkePolicyOptions) (response *core.DetailedResponse, err error)

DeleteIkePolicyWithContext is an alternate form of the DeleteIkePolicy method which supports a Context parameter

func (*VpcV1) DeleteImage

func (vpc *VpcV1) DeleteImage(deleteImageOptions *DeleteImageOptions) (response *core.DetailedResponse, err error)

DeleteImage : Delete an image This request deletes an image. This operation cannot be reversed. A system-provided image is not allowed to be deleted. Additionally, an image cannot be deleted if it: - has a `status` of `tentative` or `deleting` - has a `status` of `pending` with a `status_reasons` code of `image_request_in_progress`.

func (*VpcV1) DeleteImageWithContext

func (vpc *VpcV1) DeleteImageWithContext(ctx context.Context, deleteImageOptions *DeleteImageOptions) (response *core.DetailedResponse, err error)

DeleteImageWithContext is an alternate form of the DeleteImage method which supports a Context parameter

func (*VpcV1) DeleteInstance

func (vpc *VpcV1) DeleteInstance(deleteInstanceOptions *DeleteInstanceOptions) (response *core.DetailedResponse, err error)

DeleteInstance : Delete an instance This request deletes an instance. This operation cannot be reversed. Any floating IPs associated with the instance's network interfaces are implicitly disassociated. All flow log collectors with `auto_delete` set to `true` targeting the instance and/or the instance's network interfaces are automatically deleted.

func (*VpcV1) DeleteInstanceGroup

func (vpc *VpcV1) DeleteInstanceGroup(deleteInstanceGroupOptions *DeleteInstanceGroupOptions) (response *core.DetailedResponse, err error)

DeleteInstanceGroup : Delete an instance group This request deletes an instance group. This operation cannot be reversed. Any instances associated with the group will be deleted.

func (*VpcV1) DeleteInstanceGroupLoadBalancer

func (vpc *VpcV1) DeleteInstanceGroupLoadBalancer(deleteInstanceGroupLoadBalancerOptions *DeleteInstanceGroupLoadBalancerOptions) (response *core.DetailedResponse, err error)

DeleteInstanceGroupLoadBalancer : Delete an instance group load balancer This request unbinds the instance group from the load balancer pool, and deletes the load balancer pool members.

func (*VpcV1) DeleteInstanceGroupLoadBalancerWithContext

func (vpc *VpcV1) DeleteInstanceGroupLoadBalancerWithContext(ctx context.Context, deleteInstanceGroupLoadBalancerOptions *DeleteInstanceGroupLoadBalancerOptions) (response *core.DetailedResponse, err error)

DeleteInstanceGroupLoadBalancerWithContext is an alternate form of the DeleteInstanceGroupLoadBalancer method which supports a Context parameter

func (*VpcV1) DeleteInstanceGroupManager

func (vpc *VpcV1) DeleteInstanceGroupManager(deleteInstanceGroupManagerOptions *DeleteInstanceGroupManagerOptions) (response *core.DetailedResponse, err error)

DeleteInstanceGroupManager : Delete an instance group manager This request deletes an instance group manager. This operation cannot be reversed.

func (*VpcV1) DeleteInstanceGroupManagerAction

func (vpc *VpcV1) DeleteInstanceGroupManagerAction(deleteInstanceGroupManagerActionOptions *DeleteInstanceGroupManagerActionOptions) (response *core.DetailedResponse, err error)

DeleteInstanceGroupManagerAction : Delete specified instance group manager action This request deletes an instance group manager action. This operation cannot be reversed.

func (*VpcV1) DeleteInstanceGroupManagerActionWithContext

func (vpc *VpcV1) DeleteInstanceGroupManagerActionWithContext(ctx context.Context, deleteInstanceGroupManagerActionOptions *DeleteInstanceGroupManagerActionOptions) (response *core.DetailedResponse, err error)

DeleteInstanceGroupManagerActionWithContext is an alternate form of the DeleteInstanceGroupManagerAction method which supports a Context parameter

func (*VpcV1) DeleteInstanceGroupManagerPolicy

func (vpc *VpcV1) DeleteInstanceGroupManagerPolicy(deleteInstanceGroupManagerPolicyOptions *DeleteInstanceGroupManagerPolicyOptions) (response *core.DetailedResponse, err error)

DeleteInstanceGroupManagerPolicy : Delete an instance group manager policy This request deletes an instance group manager policy. This operation cannot be reversed.

func (*VpcV1) DeleteInstanceGroupManagerPolicyWithContext

func (vpc *VpcV1) DeleteInstanceGroupManagerPolicyWithContext(ctx context.Context, deleteInstanceGroupManagerPolicyOptions *DeleteInstanceGroupManagerPolicyOptions) (response *core.DetailedResponse, err error)

DeleteInstanceGroupManagerPolicyWithContext is an alternate form of the DeleteInstanceGroupManagerPolicy method which supports a Context parameter

func (*VpcV1) DeleteInstanceGroupManagerWithContext

func (vpc *VpcV1) DeleteInstanceGroupManagerWithContext(ctx context.Context, deleteInstanceGroupManagerOptions *DeleteInstanceGroupManagerOptions) (response *core.DetailedResponse, err error)

DeleteInstanceGroupManagerWithContext is an alternate form of the DeleteInstanceGroupManager method which supports a Context parameter

func (*VpcV1) DeleteInstanceGroupMembership

func (vpc *VpcV1) DeleteInstanceGroupMembership(deleteInstanceGroupMembershipOptions *DeleteInstanceGroupMembershipOptions) (response *core.DetailedResponse, err error)

DeleteInstanceGroupMembership : Delete an instance group membership This request deletes a memberships of an instance group. This operation cannot be reversed. reversed. If the membership has `delete_instance_on_membership_delete` set to `true`, the instance will also be deleted.

func (*VpcV1) DeleteInstanceGroupMembershipWithContext

func (vpc *VpcV1) DeleteInstanceGroupMembershipWithContext(ctx context.Context, deleteInstanceGroupMembershipOptions *DeleteInstanceGroupMembershipOptions) (response *core.DetailedResponse, err error)

DeleteInstanceGroupMembershipWithContext is an alternate form of the DeleteInstanceGroupMembership method which supports a Context parameter

func (*VpcV1) DeleteInstanceGroupMemberships

func (vpc *VpcV1) DeleteInstanceGroupMemberships(deleteInstanceGroupMembershipsOptions *DeleteInstanceGroupMembershipsOptions) (response *core.DetailedResponse, err error)

DeleteInstanceGroupMemberships : Delete all memberships from an instance group This request deletes all memberships of an instance group. This operation cannot be reversed. reversed. Any memberships that have `delete_instance_on_membership_delete` set to `true` will also have their instances deleted.

func (*VpcV1) DeleteInstanceGroupMembershipsWithContext

func (vpc *VpcV1) DeleteInstanceGroupMembershipsWithContext(ctx context.Context, deleteInstanceGroupMembershipsOptions *DeleteInstanceGroupMembershipsOptions) (response *core.DetailedResponse, err error)

DeleteInstanceGroupMembershipsWithContext is an alternate form of the DeleteInstanceGroupMemberships method which supports a Context parameter

func (*VpcV1) DeleteInstanceGroupWithContext

func (vpc *VpcV1) DeleteInstanceGroupWithContext(ctx context.Context, deleteInstanceGroupOptions *DeleteInstanceGroupOptions) (response *core.DetailedResponse, err error)

DeleteInstanceGroupWithContext is an alternate form of the DeleteInstanceGroup method which supports a Context parameter

func (*VpcV1) DeleteInstanceNetworkInterface

func (vpc *VpcV1) DeleteInstanceNetworkInterface(deleteInstanceNetworkInterfaceOptions *DeleteInstanceNetworkInterfaceOptions) (response *core.DetailedResponse, err error)

DeleteInstanceNetworkInterface : Delete a network interface This request deletes a network interface. This operation cannot be reversed. Any floating IPs associated with the network interface are implicitly disassociated. All flow log collectors with `auto_delete` set to `true` targeting the network interface are automatically deleted. The primary network interface is not allowed to be deleted.

func (*VpcV1) DeleteInstanceNetworkInterfaceWithContext

func (vpc *VpcV1) DeleteInstanceNetworkInterfaceWithContext(ctx context.Context, deleteInstanceNetworkInterfaceOptions *DeleteInstanceNetworkInterfaceOptions) (response *core.DetailedResponse, err error)

DeleteInstanceNetworkInterfaceWithContext is an alternate form of the DeleteInstanceNetworkInterface method which supports a Context parameter

func (*VpcV1) DeleteInstanceTemplate

func (vpc *VpcV1) DeleteInstanceTemplate(deleteInstanceTemplateOptions *DeleteInstanceTemplateOptions) (response *core.DetailedResponse, err error)

DeleteInstanceTemplate : Delete an instance template This request deletes the instance template. This operation cannot be reversed.

func (*VpcV1) DeleteInstanceTemplateWithContext

func (vpc *VpcV1) DeleteInstanceTemplateWithContext(ctx context.Context, deleteInstanceTemplateOptions *DeleteInstanceTemplateOptions) (response *core.DetailedResponse, err error)

DeleteInstanceTemplateWithContext is an alternate form of the DeleteInstanceTemplate method which supports a Context parameter

func (*VpcV1) DeleteInstanceVolumeAttachment

func (vpc *VpcV1) DeleteInstanceVolumeAttachment(deleteInstanceVolumeAttachmentOptions *DeleteInstanceVolumeAttachmentOptions) (response *core.DetailedResponse, err error)

DeleteInstanceVolumeAttachment : Delete a volume attachment This request deletes a volume attachment. This operation cannot be reversed, but a new volume attachment may subsequently be created for the volume. For this request to succeed, the volume must not be busy.

func (*VpcV1) DeleteInstanceVolumeAttachmentWithContext

func (vpc *VpcV1) DeleteInstanceVolumeAttachmentWithContext(ctx context.Context, deleteInstanceVolumeAttachmentOptions *DeleteInstanceVolumeAttachmentOptions) (response *core.DetailedResponse, err error)

DeleteInstanceVolumeAttachmentWithContext is an alternate form of the DeleteInstanceVolumeAttachment method which supports a Context parameter

func (*VpcV1) DeleteInstanceWithContext

func (vpc *VpcV1) DeleteInstanceWithContext(ctx context.Context, deleteInstanceOptions *DeleteInstanceOptions) (response *core.DetailedResponse, err error)

DeleteInstanceWithContext is an alternate form of the DeleteInstance method which supports a Context parameter

func (*VpcV1) DeleteIpsecPolicy

func (vpc *VpcV1) DeleteIpsecPolicy(deleteIpsecPolicyOptions *DeleteIpsecPolicyOptions) (response *core.DetailedResponse, err error)

DeleteIpsecPolicy : Delete an IPsec policy This request deletes an IPsec policy. This operation cannot be reversed. For this request to succeed, there must not be any VPN gateway connections using this policy.

func (*VpcV1) DeleteIpsecPolicyWithContext

func (vpc *VpcV1) DeleteIpsecPolicyWithContext(ctx context.Context, deleteIpsecPolicyOptions *DeleteIpsecPolicyOptions) (response *core.DetailedResponse, err error)

DeleteIpsecPolicyWithContext is an alternate form of the DeleteIpsecPolicy method which supports a Context parameter

func (*VpcV1) DeleteKey

func (vpc *VpcV1) DeleteKey(deleteKeyOptions *DeleteKeyOptions) (response *core.DetailedResponse, err error)

DeleteKey : Delete a key This request deletes a key. This operation cannot be reversed.

func (*VpcV1) DeleteKeyWithContext

func (vpc *VpcV1) DeleteKeyWithContext(ctx context.Context, deleteKeyOptions *DeleteKeyOptions) (response *core.DetailedResponse, err error)

DeleteKeyWithContext is an alternate form of the DeleteKey method which supports a Context parameter

func (*VpcV1) DeleteLoadBalancer

func (vpc *VpcV1) DeleteLoadBalancer(deleteLoadBalancerOptions *DeleteLoadBalancerOptions) (response *core.DetailedResponse, err error)

DeleteLoadBalancer : Delete a load balancer This request deletes a load balancer. This operation cannot be reversed. A load balancer cannot be deleted if its `provisioning_status` is `delete_pending`.

func (*VpcV1) DeleteLoadBalancerListener

func (vpc *VpcV1) DeleteLoadBalancerListener(deleteLoadBalancerListenerOptions *DeleteLoadBalancerListenerOptions) (response *core.DetailedResponse, err error)

DeleteLoadBalancerListener : Delete a load balancer listener This request deletes a load balancer listener. This operation cannot be reversed. For this operation to succeed, the listener must not be the target of another load balancer listener.

func (*VpcV1) DeleteLoadBalancerListenerPolicy

func (vpc *VpcV1) DeleteLoadBalancerListenerPolicy(deleteLoadBalancerListenerPolicyOptions *DeleteLoadBalancerListenerPolicyOptions) (response *core.DetailedResponse, err error)

DeleteLoadBalancerListenerPolicy : Delete a load balancer listener policy Deletes a policy of the load balancer listener. This operation cannot be reversed.

func (*VpcV1) DeleteLoadBalancerListenerPolicyRule

func (vpc *VpcV1) DeleteLoadBalancerListenerPolicyRule(deleteLoadBalancerListenerPolicyRuleOptions *DeleteLoadBalancerListenerPolicyRuleOptions) (response *core.DetailedResponse, err error)

DeleteLoadBalancerListenerPolicyRule : Delete a load balancer listener policy rule Deletes a rule from the load balancer listener policy. This operation cannot be reversed.

func (*VpcV1) DeleteLoadBalancerListenerPolicyRuleWithContext

func (vpc *VpcV1) DeleteLoadBalancerListenerPolicyRuleWithContext(ctx context.Context, deleteLoadBalancerListenerPolicyRuleOptions *DeleteLoadBalancerListenerPolicyRuleOptions) (response *core.DetailedResponse, err error)

DeleteLoadBalancerListenerPolicyRuleWithContext is an alternate form of the DeleteLoadBalancerListenerPolicyRule method which supports a Context parameter

func (*VpcV1) DeleteLoadBalancerListenerPolicyWithContext

func (vpc *VpcV1) DeleteLoadBalancerListenerPolicyWithContext(ctx context.Context, deleteLoadBalancerListenerPolicyOptions *DeleteLoadBalancerListenerPolicyOptions) (response *core.DetailedResponse, err error)

DeleteLoadBalancerListenerPolicyWithContext is an alternate form of the DeleteLoadBalancerListenerPolicy method which supports a Context parameter

func (*VpcV1) DeleteLoadBalancerListenerWithContext

func (vpc *VpcV1) DeleteLoadBalancerListenerWithContext(ctx context.Context, deleteLoadBalancerListenerOptions *DeleteLoadBalancerListenerOptions) (response *core.DetailedResponse, err error)

DeleteLoadBalancerListenerWithContext is an alternate form of the DeleteLoadBalancerListener method which supports a Context parameter

func (*VpcV1) DeleteLoadBalancerPool

func (vpc *VpcV1) DeleteLoadBalancerPool(deleteLoadBalancerPoolOptions *DeleteLoadBalancerPoolOptions) (response *core.DetailedResponse, err error)

DeleteLoadBalancerPool : Delete a load balancer pool This request deletes a load balancer pool. This operation cannot be reversed. The pool must not currently be the default pool for any listener in the load balancer.

func (*VpcV1) DeleteLoadBalancerPoolMember

func (vpc *VpcV1) DeleteLoadBalancerPoolMember(deleteLoadBalancerPoolMemberOptions *DeleteLoadBalancerPoolMemberOptions) (response *core.DetailedResponse, err error)

DeleteLoadBalancerPoolMember : Delete a load balancer pool member This request deletes a member from the pool. This operation cannot be reversed.

func (*VpcV1) DeleteLoadBalancerPoolMemberWithContext

func (vpc *VpcV1) DeleteLoadBalancerPoolMemberWithContext(ctx context.Context, deleteLoadBalancerPoolMemberOptions *DeleteLoadBalancerPoolMemberOptions) (response *core.DetailedResponse, err error)

DeleteLoadBalancerPoolMemberWithContext is an alternate form of the DeleteLoadBalancerPoolMember method which supports a Context parameter

func (*VpcV1) DeleteLoadBalancerPoolWithContext

func (vpc *VpcV1) DeleteLoadBalancerPoolWithContext(ctx context.Context, deleteLoadBalancerPoolOptions *DeleteLoadBalancerPoolOptions) (response *core.DetailedResponse, err error)

DeleteLoadBalancerPoolWithContext is an alternate form of the DeleteLoadBalancerPool method which supports a Context parameter

func (*VpcV1) DeleteLoadBalancerWithContext

func (vpc *VpcV1) DeleteLoadBalancerWithContext(ctx context.Context, deleteLoadBalancerOptions *DeleteLoadBalancerOptions) (response *core.DetailedResponse, err error)

DeleteLoadBalancerWithContext is an alternate form of the DeleteLoadBalancer method which supports a Context parameter

func (*VpcV1) DeleteNetworkACL

func (vpc *VpcV1) DeleteNetworkACL(deleteNetworkACLOptions *DeleteNetworkACLOptions) (response *core.DetailedResponse, err error)

DeleteNetworkACL : Delete a network ACL This request deletes a network ACL. This operation cannot be reversed. For this request to succeed, the network ACL must not be the default network ACL for any VPCs, and the network ACL must not be attached to any subnets.

func (*VpcV1) DeleteNetworkACLRule

func (vpc *VpcV1) DeleteNetworkACLRule(deleteNetworkACLRuleOptions *DeleteNetworkACLRuleOptions) (response *core.DetailedResponse, err error)

DeleteNetworkACLRule : Delete a network ACL rule This request deletes a rule. This operation cannot be reversed.

func (*VpcV1) DeleteNetworkACLRuleWithContext

func (vpc *VpcV1) DeleteNetworkACLRuleWithContext(ctx context.Context, deleteNetworkACLRuleOptions *DeleteNetworkACLRuleOptions) (response *core.DetailedResponse, err error)

DeleteNetworkACLRuleWithContext is an alternate form of the DeleteNetworkACLRule method which supports a Context parameter

func (*VpcV1) DeleteNetworkACLWithContext

func (vpc *VpcV1) DeleteNetworkACLWithContext(ctx context.Context, deleteNetworkACLOptions *DeleteNetworkACLOptions) (response *core.DetailedResponse, err error)

DeleteNetworkACLWithContext is an alternate form of the DeleteNetworkACL method which supports a Context parameter

func (*VpcV1) DeletePlacementGroup

func (vpc *VpcV1) DeletePlacementGroup(deletePlacementGroupOptions *DeletePlacementGroupOptions) (response *core.DetailedResponse, err error)

DeletePlacementGroup : Delete a placement group This request deletes a placement group. This operation cannot be reversed. For this request to succeed, the placement group must not be associated with an instance.

func (*VpcV1) DeletePlacementGroupWithContext

func (vpc *VpcV1) DeletePlacementGroupWithContext(ctx context.Context, deletePlacementGroupOptions *DeletePlacementGroupOptions) (response *core.DetailedResponse, err error)

DeletePlacementGroupWithContext is an alternate form of the DeletePlacementGroup method which supports a Context parameter

func (*VpcV1) DeletePublicGateway

func (vpc *VpcV1) DeletePublicGateway(deletePublicGatewayOptions *DeletePublicGatewayOptions) (response *core.DetailedResponse, err error)

DeletePublicGateway : Delete a public gateway This request deletes a public gateway. This operation cannot be reversed. For this request to succeed, the public gateway must not be attached to any subnets. The public gateway's floating IP will be automatically unbound. If the floating IP was created when the public gateway was created, it will be deleted.

func (*VpcV1) DeletePublicGatewayWithContext

func (vpc *VpcV1) DeletePublicGatewayWithContext(ctx context.Context, deletePublicGatewayOptions *DeletePublicGatewayOptions) (response *core.DetailedResponse, err error)

DeletePublicGatewayWithContext is an alternate form of the DeletePublicGateway method which supports a Context parameter

func (*VpcV1) DeleteSecurityGroup

func (vpc *VpcV1) DeleteSecurityGroup(deleteSecurityGroupOptions *DeleteSecurityGroupOptions) (response *core.DetailedResponse, err error)

DeleteSecurityGroup : Delete a security group This request deletes a security group. A security group cannot be deleted if it is referenced by any network interfaces or other security group rules. Additionally, a VPC's default security group cannot be deleted. This operation cannot be reversed.

func (*VpcV1) DeleteSecurityGroupRule

func (vpc *VpcV1) DeleteSecurityGroupRule(deleteSecurityGroupRuleOptions *DeleteSecurityGroupRuleOptions) (response *core.DetailedResponse, err error)

DeleteSecurityGroupRule : Delete a security group rule This request deletes a security group rule. This operation cannot be reversed. Removing a security group rule will not end existing connections allowed by that rule.

func (*VpcV1) DeleteSecurityGroupRuleWithContext

func (vpc *VpcV1) DeleteSecurityGroupRuleWithContext(ctx context.Context, deleteSecurityGroupRuleOptions *DeleteSecurityGroupRuleOptions) (response *core.DetailedResponse, err error)

DeleteSecurityGroupRuleWithContext is an alternate form of the DeleteSecurityGroupRule method which supports a Context parameter

func (*VpcV1) DeleteSecurityGroupTargetBinding

func (vpc *VpcV1) DeleteSecurityGroupTargetBinding(deleteSecurityGroupTargetBindingOptions *DeleteSecurityGroupTargetBindingOptions) (response *core.DetailedResponse, err error)

DeleteSecurityGroupTargetBinding : Remove a target from a security group This request removes a target from a security group. For this request to succeed, the target must be attached to at least one other security group. The specified target identifier can be:

- A network interface identifier - An application load balancer identifier - An endpoint gateway identifier

Security groups are stateful, so any changes to a target's security groups are applied to new connections. Existing connections are not affected.

func (*VpcV1) DeleteSecurityGroupTargetBindingWithContext

func (vpc *VpcV1) DeleteSecurityGroupTargetBindingWithContext(ctx context.Context, deleteSecurityGroupTargetBindingOptions *DeleteSecurityGroupTargetBindingOptions) (response *core.DetailedResponse, err error)

DeleteSecurityGroupTargetBindingWithContext is an alternate form of the DeleteSecurityGroupTargetBinding method which supports a Context parameter

func (*VpcV1) DeleteSecurityGroupWithContext

func (vpc *VpcV1) DeleteSecurityGroupWithContext(ctx context.Context, deleteSecurityGroupOptions *DeleteSecurityGroupOptions) (response *core.DetailedResponse, err error)

DeleteSecurityGroupWithContext is an alternate form of the DeleteSecurityGroup method which supports a Context parameter

func (*VpcV1) DeleteSnapshot

func (vpc *VpcV1) DeleteSnapshot(deleteSnapshotOptions *DeleteSnapshotOptions) (response *core.DetailedResponse, err error)

DeleteSnapshot : Delete a snapshot This request deletes a snapshot. This operation cannot be reversed.

func (*VpcV1) DeleteSnapshotWithContext

func (vpc *VpcV1) DeleteSnapshotWithContext(ctx context.Context, deleteSnapshotOptions *DeleteSnapshotOptions) (response *core.DetailedResponse, err error)

DeleteSnapshotWithContext is an alternate form of the DeleteSnapshot method which supports a Context parameter

func (*VpcV1) DeleteSnapshots

func (vpc *VpcV1) DeleteSnapshots(deleteSnapshotsOptions *DeleteSnapshotsOptions) (response *core.DetailedResponse, err error)

DeleteSnapshots : Delete a filtered collection of snapshots This request deletes all snapshots created from a specific source volume.

func (*VpcV1) DeleteSnapshotsWithContext

func (vpc *VpcV1) DeleteSnapshotsWithContext(ctx context.Context, deleteSnapshotsOptions *DeleteSnapshotsOptions) (response *core.DetailedResponse, err error)

DeleteSnapshotsWithContext is an alternate form of the DeleteSnapshots method which supports a Context parameter

func (*VpcV1) DeleteSubnet

func (vpc *VpcV1) DeleteSubnet(deleteSubnetOptions *DeleteSubnetOptions) (response *core.DetailedResponse, err error)

DeleteSubnet : Delete a subnet This request deletes a subnet. This operation cannot be reversed. For this request to succeed, the subnet must not be referenced by any network interfaces, VPN gateways, or load balancers. A delete operation automatically detaches the subnet from any network ACLs, public gateways, or endpoint gateways. All flow log collectors with `auto_delete` set to `true` targeting the subnet or any resource in the subnet are automatically deleted.

func (*VpcV1) DeleteSubnetReservedIP

func (vpc *VpcV1) DeleteSubnetReservedIP(deleteSubnetReservedIPOptions *DeleteSubnetReservedIPOptions) (response *core.DetailedResponse, err error)

DeleteSubnetReservedIP : Release a reserved IP This request releases a reserved IP. This operation cannot be reversed.

func (*VpcV1) DeleteSubnetReservedIPWithContext

func (vpc *VpcV1) DeleteSubnetReservedIPWithContext(ctx context.Context, deleteSubnetReservedIPOptions *DeleteSubnetReservedIPOptions) (response *core.DetailedResponse, err error)

DeleteSubnetReservedIPWithContext is an alternate form of the DeleteSubnetReservedIP method which supports a Context parameter

func (*VpcV1) DeleteSubnetWithContext

func (vpc *VpcV1) DeleteSubnetWithContext(ctx context.Context, deleteSubnetOptions *DeleteSubnetOptions) (response *core.DetailedResponse, err error)

DeleteSubnetWithContext is an alternate form of the DeleteSubnet method which supports a Context parameter

func (*VpcV1) DeleteVPC

func (vpc *VpcV1) DeleteVPC(deleteVPCOptions *DeleteVPCOptions) (response *core.DetailedResponse, err error)

DeleteVPC : Delete a VPC This request deletes a VPC. This operation cannot be reversed. For this request to succeed, the VPC must not contain any instances, subnets, or public gateways. All security groups and network ACLs associated with the VPC are automatically deleted. All flow log collectors with `auto_delete` set to `true` targeting the VPC or any resource in the VPC are automatically deleted.

func (*VpcV1) DeleteVPCAddressPrefix

func (vpc *VpcV1) DeleteVPCAddressPrefix(deleteVPCAddressPrefixOptions *DeleteVPCAddressPrefixOptions) (response *core.DetailedResponse, err error)

DeleteVPCAddressPrefix : Delete an address prefix This request deletes a prefix. This operation cannot be reversed. The request will fail if any subnets use addresses from this prefix.

func (*VpcV1) DeleteVPCAddressPrefixWithContext

func (vpc *VpcV1) DeleteVPCAddressPrefixWithContext(ctx context.Context, deleteVPCAddressPrefixOptions *DeleteVPCAddressPrefixOptions) (response *core.DetailedResponse, err error)

DeleteVPCAddressPrefixWithContext is an alternate form of the DeleteVPCAddressPrefix method which supports a Context parameter

func (*VpcV1) DeleteVPCRoute

func (vpc *VpcV1) DeleteVPCRoute(deleteVPCRouteOptions *DeleteVPCRouteOptions) (response *core.DetailedResponse, err error)

DeleteVPCRoute : Delete a VPC route This request deletes a route. This operation cannot be reversed.

func (*VpcV1) DeleteVPCRouteWithContext

func (vpc *VpcV1) DeleteVPCRouteWithContext(ctx context.Context, deleteVPCRouteOptions *DeleteVPCRouteOptions) (response *core.DetailedResponse, err error)

DeleteVPCRouteWithContext is an alternate form of the DeleteVPCRoute method which supports a Context parameter

func (*VpcV1) DeleteVPCRoutingTable

func (vpc *VpcV1) DeleteVPCRoutingTable(deleteVPCRoutingTableOptions *DeleteVPCRoutingTableOptions) (response *core.DetailedResponse, err error)

DeleteVPCRoutingTable : Delete a VPC routing table This request deletes a routing table. A routing table cannot be deleted if it is associated with any subnets in the VPC. Additionally, a VPC's default routing table cannot be deleted. This operation cannot be reversed.

func (*VpcV1) DeleteVPCRoutingTableRoute

func (vpc *VpcV1) DeleteVPCRoutingTableRoute(deleteVPCRoutingTableRouteOptions *DeleteVPCRoutingTableRouteOptions) (response *core.DetailedResponse, err error)

DeleteVPCRoutingTableRoute : Delete a VPC routing table route This request deletes a VPC route. This operation cannot be reversed.

func (*VpcV1) DeleteVPCRoutingTableRouteWithContext

func (vpc *VpcV1) DeleteVPCRoutingTableRouteWithContext(ctx context.Context, deleteVPCRoutingTableRouteOptions *DeleteVPCRoutingTableRouteOptions) (response *core.DetailedResponse, err error)

DeleteVPCRoutingTableRouteWithContext is an alternate form of the DeleteVPCRoutingTableRoute method which supports a Context parameter

func (*VpcV1) DeleteVPCRoutingTableWithContext

func (vpc *VpcV1) DeleteVPCRoutingTableWithContext(ctx context.Context, deleteVPCRoutingTableOptions *DeleteVPCRoutingTableOptions) (response *core.DetailedResponse, err error)

DeleteVPCRoutingTableWithContext is an alternate form of the DeleteVPCRoutingTable method which supports a Context parameter

func (*VpcV1) DeleteVPCWithContext

func (vpc *VpcV1) DeleteVPCWithContext(ctx context.Context, deleteVPCOptions *DeleteVPCOptions) (response *core.DetailedResponse, err error)

DeleteVPCWithContext is an alternate form of the DeleteVPC method which supports a Context parameter

func (*VpcV1) DeleteVPNGateway

func (vpc *VpcV1) DeleteVPNGateway(deleteVPNGatewayOptions *DeleteVPNGatewayOptions) (response *core.DetailedResponse, err error)

DeleteVPNGateway : Delete a VPN gateway This request deletes a VPN gateway. This operation cannot be reversed. For this request to succeed, the VPN gateway must not have a `status` of `pending`, and there must not be any VPC routes using the VPN gateway's connections as a next hop.

func (*VpcV1) DeleteVPNGatewayConnection

func (vpc *VpcV1) DeleteVPNGatewayConnection(deleteVPNGatewayConnectionOptions *DeleteVPNGatewayConnectionOptions) (response *core.DetailedResponse, err error)

DeleteVPNGatewayConnection : Delete a VPN gateway connection This request deletes a VPN gateway connection. This operation cannot be reversed. For this request to succeed, there must not be VPC routes using this VPN connection as a next hop.

func (*VpcV1) DeleteVPNGatewayConnectionWithContext

func (vpc *VpcV1) DeleteVPNGatewayConnectionWithContext(ctx context.Context, deleteVPNGatewayConnectionOptions *DeleteVPNGatewayConnectionOptions) (response *core.DetailedResponse, err error)

DeleteVPNGatewayConnectionWithContext is an alternate form of the DeleteVPNGatewayConnection method which supports a Context parameter

func (*VpcV1) DeleteVPNGatewayWithContext

func (vpc *VpcV1) DeleteVPNGatewayWithContext(ctx context.Context, deleteVPNGatewayOptions *DeleteVPNGatewayOptions) (response *core.DetailedResponse, err error)

DeleteVPNGatewayWithContext is an alternate form of the DeleteVPNGateway method which supports a Context parameter

func (*VpcV1) DeleteVolume

func (vpc *VpcV1) DeleteVolume(deleteVolumeOptions *DeleteVolumeOptions) (response *core.DetailedResponse, err error)

DeleteVolume : Delete a volume This request deletes a volume. This operation cannot be reversed. For this request to succeed, the volume must not be attached to any instances.

func (*VpcV1) DeleteVolumeWithContext

func (vpc *VpcV1) DeleteVolumeWithContext(ctx context.Context, deleteVolumeOptions *DeleteVolumeOptions) (response *core.DetailedResponse, err error)

DeleteVolumeWithContext is an alternate form of the DeleteVolume method which supports a Context parameter

func (*VpcV1) DisableRetries

func (vpc *VpcV1) DisableRetries()

DisableRetries disables automatic retries for requests invoked for this service instance.

func (*VpcV1) EnableRetries

func (vpc *VpcV1) EnableRetries(maxRetries int, maxRetryInterval time.Duration)

EnableRetries enables automatic retries for requests invoked for this service instance. If either parameter is specified as 0, then a default value is used instead.

func (*VpcV1) GetBareMetalServer

func (vpc *VpcV1) GetBareMetalServer(getBareMetalServerOptions *GetBareMetalServerOptions) (result *BareMetalServer, response *core.DetailedResponse, err error)

GetBareMetalServer : Retrieve a bare metal server This request retrieves a single bare metal server specified by the identifier in the URL.

func (*VpcV1) GetBareMetalServerDisk

func (vpc *VpcV1) GetBareMetalServerDisk(getBareMetalServerDiskOptions *GetBareMetalServerDiskOptions) (result *BareMetalServerDisk, response *core.DetailedResponse, err error)

GetBareMetalServerDisk : Retrieve a bare metal server disk This request retrieves a single disk specified by the identifier in the URL.

func (*VpcV1) GetBareMetalServerDiskWithContext

func (vpc *VpcV1) GetBareMetalServerDiskWithContext(ctx context.Context, getBareMetalServerDiskOptions *GetBareMetalServerDiskOptions) (result *BareMetalServerDisk, response *core.DetailedResponse, err error)

GetBareMetalServerDiskWithContext is an alternate form of the GetBareMetalServerDisk method which supports a Context parameter

func (*VpcV1) GetBareMetalServerInitialization

func (vpc *VpcV1) GetBareMetalServerInitialization(getBareMetalServerInitializationOptions *GetBareMetalServerInitializationOptions) (result *BareMetalServerInitialization, response *core.DetailedResponse, err error)

GetBareMetalServerInitialization : Retrieve initialization configuration for a bare metal server This request retrieves configuration variables used to initialize the bare metal server, such as the image used, SSH keys, and any configured usernames and passwords. These attributes can subsequently be changed manually by the user and so are not guaranteed to be current.

func (*VpcV1) GetBareMetalServerInitializationWithContext

func (vpc *VpcV1) GetBareMetalServerInitializationWithContext(ctx context.Context, getBareMetalServerInitializationOptions *GetBareMetalServerInitializationOptions) (result *BareMetalServerInitialization, response *core.DetailedResponse, err error)

GetBareMetalServerInitializationWithContext is an alternate form of the GetBareMetalServerInitialization method which supports a Context parameter

func (*VpcV1) GetBareMetalServerNetworkInterface

func (vpc *VpcV1) GetBareMetalServerNetworkInterface(getBareMetalServerNetworkInterfaceOptions *GetBareMetalServerNetworkInterfaceOptions) (result BareMetalServerNetworkInterfaceIntf, response *core.DetailedResponse, err error)

GetBareMetalServerNetworkInterface : Retrieve a network interface This request retrieves a single network interface specified by the identifier in the URL.

func (*VpcV1) GetBareMetalServerNetworkInterfaceFloatingIP

func (vpc *VpcV1) GetBareMetalServerNetworkInterfaceFloatingIP(getBareMetalServerNetworkInterfaceFloatingIPOptions *GetBareMetalServerNetworkInterfaceFloatingIPOptions) (result *FloatingIP, response *core.DetailedResponse, err error)

GetBareMetalServerNetworkInterfaceFloatingIP : Retrieve associated floating IP This request a retrieves a specified floating IP address if it is associated with the network interface and bare metal server specified in the URL.

func (*VpcV1) GetBareMetalServerNetworkInterfaceFloatingIPWithContext

func (vpc *VpcV1) GetBareMetalServerNetworkInterfaceFloatingIPWithContext(ctx context.Context, getBareMetalServerNetworkInterfaceFloatingIPOptions *GetBareMetalServerNetworkInterfaceFloatingIPOptions) (result *FloatingIP, response *core.DetailedResponse, err error)

GetBareMetalServerNetworkInterfaceFloatingIPWithContext is an alternate form of the GetBareMetalServerNetworkInterfaceFloatingIP method which supports a Context parameter

func (*VpcV1) GetBareMetalServerNetworkInterfaceIP

func (vpc *VpcV1) GetBareMetalServerNetworkInterfaceIP(getBareMetalServerNetworkInterfaceIPOptions *GetBareMetalServerNetworkInterfaceIPOptions) (result *ReservedIP, response *core.DetailedResponse, err error)

GetBareMetalServerNetworkInterfaceIP : Retrieve bound reserved IP This request a retrieves the specified reserved IP address if it is bound to the network interface and bare metal server specified in the URL.

func (*VpcV1) GetBareMetalServerNetworkInterfaceIPWithContext

func (vpc *VpcV1) GetBareMetalServerNetworkInterfaceIPWithContext(ctx context.Context, getBareMetalServerNetworkInterfaceIPOptions *GetBareMetalServerNetworkInterfaceIPOptions) (result *ReservedIP, response *core.DetailedResponse, err error)

GetBareMetalServerNetworkInterfaceIPWithContext is an alternate form of the GetBareMetalServerNetworkInterfaceIP method which supports a Context parameter

func (*VpcV1) GetBareMetalServerNetworkInterfaceWithContext

func (vpc *VpcV1) GetBareMetalServerNetworkInterfaceWithContext(ctx context.Context, getBareMetalServerNetworkInterfaceOptions *GetBareMetalServerNetworkInterfaceOptions) (result BareMetalServerNetworkInterfaceIntf, response *core.DetailedResponse, err error)

GetBareMetalServerNetworkInterfaceWithContext is an alternate form of the GetBareMetalServerNetworkInterface method which supports a Context parameter

func (*VpcV1) GetBareMetalServerProfile

func (vpc *VpcV1) GetBareMetalServerProfile(getBareMetalServerProfileOptions *GetBareMetalServerProfileOptions) (result *BareMetalServerProfile, response *core.DetailedResponse, err error)

GetBareMetalServerProfile : Retrieve a bare metal server profile This request retrieves a single bare metal server profile specified by the name in the URL.

func (*VpcV1) GetBareMetalServerProfileWithContext

func (vpc *VpcV1) GetBareMetalServerProfileWithContext(ctx context.Context, getBareMetalServerProfileOptions *GetBareMetalServerProfileOptions) (result *BareMetalServerProfile, response *core.DetailedResponse, err error)

GetBareMetalServerProfileWithContext is an alternate form of the GetBareMetalServerProfile method which supports a Context parameter

func (*VpcV1) GetBareMetalServerWithContext

func (vpc *VpcV1) GetBareMetalServerWithContext(ctx context.Context, getBareMetalServerOptions *GetBareMetalServerOptions) (result *BareMetalServer, response *core.DetailedResponse, err error)

GetBareMetalServerWithContext is an alternate form of the GetBareMetalServer method which supports a Context parameter

func (*VpcV1) GetDedicatedHost

func (vpc *VpcV1) GetDedicatedHost(getDedicatedHostOptions *GetDedicatedHostOptions) (result *DedicatedHost, response *core.DetailedResponse, err error)

GetDedicatedHost : Retrieve a dedicated host This request retrieves a single dedicated host specified by the identifiers in the URL.

func (*VpcV1) GetDedicatedHostDisk

func (vpc *VpcV1) GetDedicatedHostDisk(getDedicatedHostDiskOptions *GetDedicatedHostDiskOptions) (result *DedicatedHostDisk, response *core.DetailedResponse, err error)

GetDedicatedHostDisk : Retrieve a dedicated host disk This request retrieves a single dedicated host disk specified by the identifier in the URL.

func (*VpcV1) GetDedicatedHostDiskWithContext

func (vpc *VpcV1) GetDedicatedHostDiskWithContext(ctx context.Context, getDedicatedHostDiskOptions *GetDedicatedHostDiskOptions) (result *DedicatedHostDisk, response *core.DetailedResponse, err error)

GetDedicatedHostDiskWithContext is an alternate form of the GetDedicatedHostDisk method which supports a Context parameter

func (*VpcV1) GetDedicatedHostGroup

func (vpc *VpcV1) GetDedicatedHostGroup(getDedicatedHostGroupOptions *GetDedicatedHostGroupOptions) (result *DedicatedHostGroup, response *core.DetailedResponse, err error)

GetDedicatedHostGroup : Retrieve a dedicated host group This request retrieves a single dedicated host group specified by the identifier in the URL.

func (*VpcV1) GetDedicatedHostGroupWithContext

func (vpc *VpcV1) GetDedicatedHostGroupWithContext(ctx context.Context, getDedicatedHostGroupOptions *GetDedicatedHostGroupOptions) (result *DedicatedHostGroup, response *core.DetailedResponse, err error)

GetDedicatedHostGroupWithContext is an alternate form of the GetDedicatedHostGroup method which supports a Context parameter

func (*VpcV1) GetDedicatedHostProfile

func (vpc *VpcV1) GetDedicatedHostProfile(getDedicatedHostProfileOptions *GetDedicatedHostProfileOptions) (result *DedicatedHostProfile, response *core.DetailedResponse, err error)

GetDedicatedHostProfile : Retrieve a dedicated host profile This request retrieves a single dedicated host profile specified by the name in the URL.

func (*VpcV1) GetDedicatedHostProfileWithContext

func (vpc *VpcV1) GetDedicatedHostProfileWithContext(ctx context.Context, getDedicatedHostProfileOptions *GetDedicatedHostProfileOptions) (result *DedicatedHostProfile, response *core.DetailedResponse, err error)

GetDedicatedHostProfileWithContext is an alternate form of the GetDedicatedHostProfile method which supports a Context parameter

func (*VpcV1) GetDedicatedHostWithContext

func (vpc *VpcV1) GetDedicatedHostWithContext(ctx context.Context, getDedicatedHostOptions *GetDedicatedHostOptions) (result *DedicatedHost, response *core.DetailedResponse, err error)

GetDedicatedHostWithContext is an alternate form of the GetDedicatedHost method which supports a Context parameter

func (*VpcV1) GetEnableGzipCompression

func (vpc *VpcV1) GetEnableGzipCompression() bool

GetEnableGzipCompression returns the service's EnableGzipCompression field

func (*VpcV1) GetEndpointGateway

func (vpc *VpcV1) GetEndpointGateway(getEndpointGatewayOptions *GetEndpointGatewayOptions) (result *EndpointGateway, response *core.DetailedResponse, err error)

GetEndpointGateway : Retrieve an endpoint gateway This request retrieves a single endpoint gateway specified by the identifier in the URL.

func (*VpcV1) GetEndpointGatewayIP

func (vpc *VpcV1) GetEndpointGatewayIP(getEndpointGatewayIPOptions *GetEndpointGatewayIPOptions) (result *ReservedIP, response *core.DetailedResponse, err error)

GetEndpointGatewayIP : Retrieve a reserved IP bound to an endpoint gateway This request a retrieves the specified reserved IP address if it is bound to the endpoint gateway specified in the URL.

func (*VpcV1) GetEndpointGatewayIPWithContext

func (vpc *VpcV1) GetEndpointGatewayIPWithContext(ctx context.Context, getEndpointGatewayIPOptions *GetEndpointGatewayIPOptions) (result *ReservedIP, response *core.DetailedResponse, err error)

GetEndpointGatewayIPWithContext is an alternate form of the GetEndpointGatewayIP method which supports a Context parameter

func (*VpcV1) GetEndpointGatewayWithContext

func (vpc *VpcV1) GetEndpointGatewayWithContext(ctx context.Context, getEndpointGatewayOptions *GetEndpointGatewayOptions) (result *EndpointGateway, response *core.DetailedResponse, err error)

GetEndpointGatewayWithContext is an alternate form of the GetEndpointGateway method which supports a Context parameter

func (*VpcV1) GetFloatingIP

func (vpc *VpcV1) GetFloatingIP(getFloatingIPOptions *GetFloatingIPOptions) (result *FloatingIP, response *core.DetailedResponse, err error)

GetFloatingIP : Retrieve a floating IP This request retrieves a single floating IP specified by the identifier in the URL.

func (*VpcV1) GetFloatingIPWithContext

func (vpc *VpcV1) GetFloatingIPWithContext(ctx context.Context, getFloatingIPOptions *GetFloatingIPOptions) (result *FloatingIP, response *core.DetailedResponse, err error)

GetFloatingIPWithContext is an alternate form of the GetFloatingIP method which supports a Context parameter

func (*VpcV1) GetFlowLogCollector

func (vpc *VpcV1) GetFlowLogCollector(getFlowLogCollectorOptions *GetFlowLogCollectorOptions) (result *FlowLogCollector, response *core.DetailedResponse, err error)

GetFlowLogCollector : Retrieve a flow log collector This request retrieves a single flow log collector specified by the identifier in the URL.

func (*VpcV1) GetFlowLogCollectorWithContext

func (vpc *VpcV1) GetFlowLogCollectorWithContext(ctx context.Context, getFlowLogCollectorOptions *GetFlowLogCollectorOptions) (result *FlowLogCollector, response *core.DetailedResponse, err error)

GetFlowLogCollectorWithContext is an alternate form of the GetFlowLogCollector method which supports a Context parameter

func (*VpcV1) GetIkePolicy

func (vpc *VpcV1) GetIkePolicy(getIkePolicyOptions *GetIkePolicyOptions) (result *IkePolicy, response *core.DetailedResponse, err error)

GetIkePolicy : Retrieve an IKE policy This request retrieves a single IKE policy specified by the identifier in the URL.

func (*VpcV1) GetIkePolicyWithContext

func (vpc *VpcV1) GetIkePolicyWithContext(ctx context.Context, getIkePolicyOptions *GetIkePolicyOptions) (result *IkePolicy, response *core.DetailedResponse, err error)

GetIkePolicyWithContext is an alternate form of the GetIkePolicy method which supports a Context parameter

func (*VpcV1) GetImage

func (vpc *VpcV1) GetImage(getImageOptions *GetImageOptions) (result *Image, response *core.DetailedResponse, err error)

GetImage : Retrieve an image This request retrieves a single image specified by the identifier in the URL.

func (*VpcV1) GetImageWithContext

func (vpc *VpcV1) GetImageWithContext(ctx context.Context, getImageOptions *GetImageOptions) (result *Image, response *core.DetailedResponse, err error)

GetImageWithContext is an alternate form of the GetImage method which supports a Context parameter

func (*VpcV1) GetInstance

func (vpc *VpcV1) GetInstance(getInstanceOptions *GetInstanceOptions) (result *Instance, response *core.DetailedResponse, err error)

GetInstance : Retrieve an instance This request retrieves a single instance specified by the identifier in the URL.

func (*VpcV1) GetInstanceDisk

func (vpc *VpcV1) GetInstanceDisk(getInstanceDiskOptions *GetInstanceDiskOptions) (result *InstanceDisk, response *core.DetailedResponse, err error)

GetInstanceDisk : Retrieve an instance disk This request retrieves a single instance disk specified by the identifier in the URL.

func (*VpcV1) GetInstanceDiskWithContext

func (vpc *VpcV1) GetInstanceDiskWithContext(ctx context.Context, getInstanceDiskOptions *GetInstanceDiskOptions) (result *InstanceDisk, response *core.DetailedResponse, err error)

GetInstanceDiskWithContext is an alternate form of the GetInstanceDisk method which supports a Context parameter

func (*VpcV1) GetInstanceGroup

func (vpc *VpcV1) GetInstanceGroup(getInstanceGroupOptions *GetInstanceGroupOptions) (result *InstanceGroup, response *core.DetailedResponse, err error)

GetInstanceGroup : Retrieve an instance group This request retrieves a single instance group specified by identifier in the URL.

func (*VpcV1) GetInstanceGroupManager

func (vpc *VpcV1) GetInstanceGroupManager(getInstanceGroupManagerOptions *GetInstanceGroupManagerOptions) (result InstanceGroupManagerIntf, response *core.DetailedResponse, err error)

GetInstanceGroupManager : Retrieve an instance group manager This request retrieves a single instance group manager specified by identifier in the URL.

func (*VpcV1) GetInstanceGroupManagerAction

func (vpc *VpcV1) GetInstanceGroupManagerAction(getInstanceGroupManagerActionOptions *GetInstanceGroupManagerActionOptions) (result InstanceGroupManagerActionIntf, response *core.DetailedResponse, err error)

GetInstanceGroupManagerAction : Retrieve specified instance group manager action This request retrieves a single instance group manager action specified by identifier in the URL.

func (*VpcV1) GetInstanceGroupManagerActionWithContext

func (vpc *VpcV1) GetInstanceGroupManagerActionWithContext(ctx context.Context, getInstanceGroupManagerActionOptions *GetInstanceGroupManagerActionOptions) (result InstanceGroupManagerActionIntf, response *core.DetailedResponse, err error)

GetInstanceGroupManagerActionWithContext is an alternate form of the GetInstanceGroupManagerAction method which supports a Context parameter

func (*VpcV1) GetInstanceGroupManagerPolicy

func (vpc *VpcV1) GetInstanceGroupManagerPolicy(getInstanceGroupManagerPolicyOptions *GetInstanceGroupManagerPolicyOptions) (result InstanceGroupManagerPolicyIntf, response *core.DetailedResponse, err error)

GetInstanceGroupManagerPolicy : Retrieve an instance group manager policy This request retrieves a single instance group manager policy specified by identifier in the URL.

func (*VpcV1) GetInstanceGroupManagerPolicyWithContext

func (vpc *VpcV1) GetInstanceGroupManagerPolicyWithContext(ctx context.Context, getInstanceGroupManagerPolicyOptions *GetInstanceGroupManagerPolicyOptions) (result InstanceGroupManagerPolicyIntf, response *core.DetailedResponse, err error)

GetInstanceGroupManagerPolicyWithContext is an alternate form of the GetInstanceGroupManagerPolicy method which supports a Context parameter

func (*VpcV1) GetInstanceGroupManagerWithContext

func (vpc *VpcV1) GetInstanceGroupManagerWithContext(ctx context.Context, getInstanceGroupManagerOptions *GetInstanceGroupManagerOptions) (result InstanceGroupManagerIntf, response *core.DetailedResponse, err error)

GetInstanceGroupManagerWithContext is an alternate form of the GetInstanceGroupManager method which supports a Context parameter

func (*VpcV1) GetInstanceGroupMembership

func (vpc *VpcV1) GetInstanceGroupMembership(getInstanceGroupMembershipOptions *GetInstanceGroupMembershipOptions) (result *InstanceGroupMembership, response *core.DetailedResponse, err error)

GetInstanceGroupMembership : Retrieve an instance group membership This request retrieves a single instance group membership specified by identifier in the URL.

func (*VpcV1) GetInstanceGroupMembershipWithContext

func (vpc *VpcV1) GetInstanceGroupMembershipWithContext(ctx context.Context, getInstanceGroupMembershipOptions *GetInstanceGroupMembershipOptions) (result *InstanceGroupMembership, response *core.DetailedResponse, err error)

GetInstanceGroupMembershipWithContext is an alternate form of the GetInstanceGroupMembership method which supports a Context parameter

func (*VpcV1) GetInstanceGroupWithContext

func (vpc *VpcV1) GetInstanceGroupWithContext(ctx context.Context, getInstanceGroupOptions *GetInstanceGroupOptions) (result *InstanceGroup, response *core.DetailedResponse, err error)

GetInstanceGroupWithContext is an alternate form of the GetInstanceGroup method which supports a Context parameter

func (*VpcV1) GetInstanceInitialization

func (vpc *VpcV1) GetInstanceInitialization(getInstanceInitializationOptions *GetInstanceInitializationOptions) (result *InstanceInitialization, response *core.DetailedResponse, err error)

GetInstanceInitialization : Retrieve initialization configuration for an instance This request retrieves configuration variables used to initialize the instance, such as SSH keys and the Windows administrator password.

func (*VpcV1) GetInstanceInitializationWithContext

func (vpc *VpcV1) GetInstanceInitializationWithContext(ctx context.Context, getInstanceInitializationOptions *GetInstanceInitializationOptions) (result *InstanceInitialization, response *core.DetailedResponse, err error)

GetInstanceInitializationWithContext is an alternate form of the GetInstanceInitialization method which supports a Context parameter

func (*VpcV1) GetInstanceNetworkInterface

func (vpc *VpcV1) GetInstanceNetworkInterface(getInstanceNetworkInterfaceOptions *GetInstanceNetworkInterfaceOptions) (result *NetworkInterface, response *core.DetailedResponse, err error)

GetInstanceNetworkInterface : Retrieve a network interface This request retrieves a single network interface specified by the identifier in the URL.

func (*VpcV1) GetInstanceNetworkInterfaceFloatingIP

func (vpc *VpcV1) GetInstanceNetworkInterfaceFloatingIP(getInstanceNetworkInterfaceFloatingIPOptions *GetInstanceNetworkInterfaceFloatingIPOptions) (result *FloatingIP, response *core.DetailedResponse, err error)

GetInstanceNetworkInterfaceFloatingIP : Retrieve associated floating IP This request a retrieves a specified floating IP address if it is associated with the network interface and instance specified in the URL.

func (*VpcV1) GetInstanceNetworkInterfaceFloatingIPWithContext

func (vpc *VpcV1) GetInstanceNetworkInterfaceFloatingIPWithContext(ctx context.Context, getInstanceNetworkInterfaceFloatingIPOptions *GetInstanceNetworkInterfaceFloatingIPOptions) (result *FloatingIP, response *core.DetailedResponse, err error)

GetInstanceNetworkInterfaceFloatingIPWithContext is an alternate form of the GetInstanceNetworkInterfaceFloatingIP method which supports a Context parameter

func (*VpcV1) GetInstanceNetworkInterfaceIP

func (vpc *VpcV1) GetInstanceNetworkInterfaceIP(getInstanceNetworkInterfaceIPOptions *GetInstanceNetworkInterfaceIPOptions) (result *ReservedIP, response *core.DetailedResponse, err error)

GetInstanceNetworkInterfaceIP : Retrieve bound reserved IP This request a retrieves the specified reserved IP address if it is bound to the network interface and instance specified in the URL.

func (*VpcV1) GetInstanceNetworkInterfaceIPWithContext

func (vpc *VpcV1) GetInstanceNetworkInterfaceIPWithContext(ctx context.Context, getInstanceNetworkInterfaceIPOptions *GetInstanceNetworkInterfaceIPOptions) (result *ReservedIP, response *core.DetailedResponse, err error)

GetInstanceNetworkInterfaceIPWithContext is an alternate form of the GetInstanceNetworkInterfaceIP method which supports a Context parameter

func (*VpcV1) GetInstanceNetworkInterfaceWithContext

func (vpc *VpcV1) GetInstanceNetworkInterfaceWithContext(ctx context.Context, getInstanceNetworkInterfaceOptions *GetInstanceNetworkInterfaceOptions) (result *NetworkInterface, response *core.DetailedResponse, err error)

GetInstanceNetworkInterfaceWithContext is an alternate form of the GetInstanceNetworkInterface method which supports a Context parameter

func (*VpcV1) GetInstanceProfile

func (vpc *VpcV1) GetInstanceProfile(getInstanceProfileOptions *GetInstanceProfileOptions) (result *InstanceProfile, response *core.DetailedResponse, err error)

GetInstanceProfile : Retrieve an instance profile This request retrieves a single instance profile specified by the name in the URL.

func (*VpcV1) GetInstanceProfileWithContext

func (vpc *VpcV1) GetInstanceProfileWithContext(ctx context.Context, getInstanceProfileOptions *GetInstanceProfileOptions) (result *InstanceProfile, response *core.DetailedResponse, err error)

GetInstanceProfileWithContext is an alternate form of the GetInstanceProfile method which supports a Context parameter

func (*VpcV1) GetInstanceTemplate

func (vpc *VpcV1) GetInstanceTemplate(getInstanceTemplateOptions *GetInstanceTemplateOptions) (result InstanceTemplateIntf, response *core.DetailedResponse, err error)

GetInstanceTemplate : Retrieve an instance template This request retrieves a single instance template specified by the identifier in the URL.

func (*VpcV1) GetInstanceTemplateWithContext

func (vpc *VpcV1) GetInstanceTemplateWithContext(ctx context.Context, getInstanceTemplateOptions *GetInstanceTemplateOptions) (result InstanceTemplateIntf, response *core.DetailedResponse, err error)

GetInstanceTemplateWithContext is an alternate form of the GetInstanceTemplate method which supports a Context parameter

func (*VpcV1) GetInstanceVolumeAttachment

func (vpc *VpcV1) GetInstanceVolumeAttachment(getInstanceVolumeAttachmentOptions *GetInstanceVolumeAttachmentOptions) (result *VolumeAttachment, response *core.DetailedResponse, err error)

GetInstanceVolumeAttachment : Retrieve a volume attachment This request retrieves a single volume attachment specified by the identifier in the URL.

func (*VpcV1) GetInstanceVolumeAttachmentWithContext

func (vpc *VpcV1) GetInstanceVolumeAttachmentWithContext(ctx context.Context, getInstanceVolumeAttachmentOptions *GetInstanceVolumeAttachmentOptions) (result *VolumeAttachment, response *core.DetailedResponse, err error)

GetInstanceVolumeAttachmentWithContext is an alternate form of the GetInstanceVolumeAttachment method which supports a Context parameter

func (*VpcV1) GetInstanceWithContext

func (vpc *VpcV1) GetInstanceWithContext(ctx context.Context, getInstanceOptions *GetInstanceOptions) (result *Instance, response *core.DetailedResponse, err error)

GetInstanceWithContext is an alternate form of the GetInstance method which supports a Context parameter

func (*VpcV1) GetIpsecPolicy

func (vpc *VpcV1) GetIpsecPolicy(getIpsecPolicyOptions *GetIpsecPolicyOptions) (result *IPsecPolicy, response *core.DetailedResponse, err error)

GetIpsecPolicy : Retrieve an IPsec policy This request retrieves a single IPsec policy specified by the identifier in the URL.

func (*VpcV1) GetIpsecPolicyWithContext

func (vpc *VpcV1) GetIpsecPolicyWithContext(ctx context.Context, getIpsecPolicyOptions *GetIpsecPolicyOptions) (result *IPsecPolicy, response *core.DetailedResponse, err error)

GetIpsecPolicyWithContext is an alternate form of the GetIpsecPolicy method which supports a Context parameter

func (*VpcV1) GetKey

func (vpc *VpcV1) GetKey(getKeyOptions *GetKeyOptions) (result *Key, response *core.DetailedResponse, err error)

GetKey : Retrieve a key This request retrieves a single key specified by the identifier in the URL.

func (*VpcV1) GetKeyWithContext

func (vpc *VpcV1) GetKeyWithContext(ctx context.Context, getKeyOptions *GetKeyOptions) (result *Key, response *core.DetailedResponse, err error)

GetKeyWithContext is an alternate form of the GetKey method which supports a Context parameter

func (*VpcV1) GetLoadBalancer

func (vpc *VpcV1) GetLoadBalancer(getLoadBalancerOptions *GetLoadBalancerOptions) (result *LoadBalancer, response *core.DetailedResponse, err error)

GetLoadBalancer : Retrieve a load balancer This request retrieves a single load balancer specified by the identifier in the URL path.

func (*VpcV1) GetLoadBalancerListener

func (vpc *VpcV1) GetLoadBalancerListener(getLoadBalancerListenerOptions *GetLoadBalancerListenerOptions) (result *LoadBalancerListener, response *core.DetailedResponse, err error)

GetLoadBalancerListener : Retrieve a load balancer listener This request retrieves a single listener specified by the identifier in the URL path.

func (*VpcV1) GetLoadBalancerListenerPolicy

func (vpc *VpcV1) GetLoadBalancerListenerPolicy(getLoadBalancerListenerPolicyOptions *GetLoadBalancerListenerPolicyOptions) (result *LoadBalancerListenerPolicy, response *core.DetailedResponse, err error)

GetLoadBalancerListenerPolicy : Retrieve a load balancer listener policy Retrieve a single policy specified by the identifier in the URL path.

func (*VpcV1) GetLoadBalancerListenerPolicyRule

func (vpc *VpcV1) GetLoadBalancerListenerPolicyRule(getLoadBalancerListenerPolicyRuleOptions *GetLoadBalancerListenerPolicyRuleOptions) (result *LoadBalancerListenerPolicyRule, response *core.DetailedResponse, err error)

GetLoadBalancerListenerPolicyRule : Retrieve a load balancer listener policy rule Retrieves a single rule specified by the identifier in the URL path.

func (*VpcV1) GetLoadBalancerListenerPolicyRuleWithContext

func (vpc *VpcV1) GetLoadBalancerListenerPolicyRuleWithContext(ctx context.Context, getLoadBalancerListenerPolicyRuleOptions *GetLoadBalancerListenerPolicyRuleOptions) (result *LoadBalancerListenerPolicyRule, response *core.DetailedResponse, err error)

GetLoadBalancerListenerPolicyRuleWithContext is an alternate form of the GetLoadBalancerListenerPolicyRule method which supports a Context parameter

func (*VpcV1) GetLoadBalancerListenerPolicyWithContext

func (vpc *VpcV1) GetLoadBalancerListenerPolicyWithContext(ctx context.Context, getLoadBalancerListenerPolicyOptions *GetLoadBalancerListenerPolicyOptions) (result *LoadBalancerListenerPolicy, response *core.DetailedResponse, err error)

GetLoadBalancerListenerPolicyWithContext is an alternate form of the GetLoadBalancerListenerPolicy method which supports a Context parameter

func (*VpcV1) GetLoadBalancerListenerWithContext

func (vpc *VpcV1) GetLoadBalancerListenerWithContext(ctx context.Context, getLoadBalancerListenerOptions *GetLoadBalancerListenerOptions) (result *LoadBalancerListener, response *core.DetailedResponse, err error)

GetLoadBalancerListenerWithContext is an alternate form of the GetLoadBalancerListener method which supports a Context parameter

func (*VpcV1) GetLoadBalancerPool

func (vpc *VpcV1) GetLoadBalancerPool(getLoadBalancerPoolOptions *GetLoadBalancerPoolOptions) (result *LoadBalancerPool, response *core.DetailedResponse, err error)

GetLoadBalancerPool : Retrieve a load balancer pool This request retrieves a single pool specified by the identifier in the URL path.

func (*VpcV1) GetLoadBalancerPoolMember

func (vpc *VpcV1) GetLoadBalancerPoolMember(getLoadBalancerPoolMemberOptions *GetLoadBalancerPoolMemberOptions) (result *LoadBalancerPoolMember, response *core.DetailedResponse, err error)

GetLoadBalancerPoolMember : Retrieve a load balancer pool member This request retrieves a single member specified by the identifier in the URL path.

func (*VpcV1) GetLoadBalancerPoolMemberWithContext

func (vpc *VpcV1) GetLoadBalancerPoolMemberWithContext(ctx context.Context, getLoadBalancerPoolMemberOptions *GetLoadBalancerPoolMemberOptions) (result *LoadBalancerPoolMember, response *core.DetailedResponse, err error)

GetLoadBalancerPoolMemberWithContext is an alternate form of the GetLoadBalancerPoolMember method which supports a Context parameter

func (*VpcV1) GetLoadBalancerPoolWithContext

func (vpc *VpcV1) GetLoadBalancerPoolWithContext(ctx context.Context, getLoadBalancerPoolOptions *GetLoadBalancerPoolOptions) (result *LoadBalancerPool, response *core.DetailedResponse, err error)

GetLoadBalancerPoolWithContext is an alternate form of the GetLoadBalancerPool method which supports a Context parameter

func (*VpcV1) GetLoadBalancerProfile

func (vpc *VpcV1) GetLoadBalancerProfile(getLoadBalancerProfileOptions *GetLoadBalancerProfileOptions) (result *LoadBalancerProfile, response *core.DetailedResponse, err error)

GetLoadBalancerProfile : Retrieve a load balancer profile This request retrieves a load balancer profile specified by the name in the URL.

func (*VpcV1) GetLoadBalancerProfileWithContext

func (vpc *VpcV1) GetLoadBalancerProfileWithContext(ctx context.Context, getLoadBalancerProfileOptions *GetLoadBalancerProfileOptions) (result *LoadBalancerProfile, response *core.DetailedResponse, err error)

GetLoadBalancerProfileWithContext is an alternate form of the GetLoadBalancerProfile method which supports a Context parameter

func (*VpcV1) GetLoadBalancerStatistics

func (vpc *VpcV1) GetLoadBalancerStatistics(getLoadBalancerStatisticsOptions *GetLoadBalancerStatisticsOptions) (result *LoadBalancerStatistics, response *core.DetailedResponse, err error)

GetLoadBalancerStatistics : List all statistics of a load balancer This request lists statistics of a load balancer.

func (*VpcV1) GetLoadBalancerStatisticsWithContext

func (vpc *VpcV1) GetLoadBalancerStatisticsWithContext(ctx context.Context, getLoadBalancerStatisticsOptions *GetLoadBalancerStatisticsOptions) (result *LoadBalancerStatistics, response *core.DetailedResponse, err error)

GetLoadBalancerStatisticsWithContext is an alternate form of the GetLoadBalancerStatistics method which supports a Context parameter

func (*VpcV1) GetLoadBalancerWithContext

func (vpc *VpcV1) GetLoadBalancerWithContext(ctx context.Context, getLoadBalancerOptions *GetLoadBalancerOptions) (result *LoadBalancer, response *core.DetailedResponse, err error)

GetLoadBalancerWithContext is an alternate form of the GetLoadBalancer method which supports a Context parameter

func (*VpcV1) GetNetworkACL

func (vpc *VpcV1) GetNetworkACL(getNetworkACLOptions *GetNetworkACLOptions) (result *NetworkACL, response *core.DetailedResponse, err error)

GetNetworkACL : Retrieve a network ACL This request retrieves a single network ACL specified by the identifier in the URL.

func (*VpcV1) GetNetworkACLRule

func (vpc *VpcV1) GetNetworkACLRule(getNetworkACLRuleOptions *GetNetworkACLRuleOptions) (result NetworkACLRuleIntf, response *core.DetailedResponse, err error)

GetNetworkACLRule : Retrieve a network ACL rule This request retrieves a single rule specified by the identifier in the URL.

func (*VpcV1) GetNetworkACLRuleWithContext

func (vpc *VpcV1) GetNetworkACLRuleWithContext(ctx context.Context, getNetworkACLRuleOptions *GetNetworkACLRuleOptions) (result NetworkACLRuleIntf, response *core.DetailedResponse, err error)

GetNetworkACLRuleWithContext is an alternate form of the GetNetworkACLRule method which supports a Context parameter

func (*VpcV1) GetNetworkACLWithContext

func (vpc *VpcV1) GetNetworkACLWithContext(ctx context.Context, getNetworkACLOptions *GetNetworkACLOptions) (result *NetworkACL, response *core.DetailedResponse, err error)

GetNetworkACLWithContext is an alternate form of the GetNetworkACL method which supports a Context parameter

func (*VpcV1) GetOperatingSystem

func (vpc *VpcV1) GetOperatingSystem(getOperatingSystemOptions *GetOperatingSystemOptions) (result *OperatingSystem, response *core.DetailedResponse, err error)

GetOperatingSystem : Retrieve an operating system This request retrieves a single operating system specified by the name in the URL.

func (*VpcV1) GetOperatingSystemWithContext

func (vpc *VpcV1) GetOperatingSystemWithContext(ctx context.Context, getOperatingSystemOptions *GetOperatingSystemOptions) (result *OperatingSystem, response *core.DetailedResponse, err error)

GetOperatingSystemWithContext is an alternate form of the GetOperatingSystem method which supports a Context parameter

func (*VpcV1) GetPlacementGroup

func (vpc *VpcV1) GetPlacementGroup(getPlacementGroupOptions *GetPlacementGroupOptions) (result *PlacementGroup, response *core.DetailedResponse, err error)

GetPlacementGroup : Retrieve a placement group This request retrieves a single placement group specified by identifier in the URL.

func (*VpcV1) GetPlacementGroupWithContext

func (vpc *VpcV1) GetPlacementGroupWithContext(ctx context.Context, getPlacementGroupOptions *GetPlacementGroupOptions) (result *PlacementGroup, response *core.DetailedResponse, err error)

GetPlacementGroupWithContext is an alternate form of the GetPlacementGroup method which supports a Context parameter

func (*VpcV1) GetPublicGateway

func (vpc *VpcV1) GetPublicGateway(getPublicGatewayOptions *GetPublicGatewayOptions) (result *PublicGateway, response *core.DetailedResponse, err error)

GetPublicGateway : Retrieve a public gateway This request retrieves a single public gateway specified by the identifier in the URL.

func (*VpcV1) GetPublicGatewayWithContext

func (vpc *VpcV1) GetPublicGatewayWithContext(ctx context.Context, getPublicGatewayOptions *GetPublicGatewayOptions) (result *PublicGateway, response *core.DetailedResponse, err error)

GetPublicGatewayWithContext is an alternate form of the GetPublicGateway method which supports a Context parameter

func (*VpcV1) GetRegion

func (vpc *VpcV1) GetRegion(getRegionOptions *GetRegionOptions) (result *Region, response *core.DetailedResponse, err error)

GetRegion : Retrieve a region This request retrieves a single region specified by the name in the URL.

func (*VpcV1) GetRegionWithContext

func (vpc *VpcV1) GetRegionWithContext(ctx context.Context, getRegionOptions *GetRegionOptions) (result *Region, response *core.DetailedResponse, err error)

GetRegionWithContext is an alternate form of the GetRegion method which supports a Context parameter

func (*VpcV1) GetRegionZone

func (vpc *VpcV1) GetRegionZone(getRegionZoneOptions *GetRegionZoneOptions) (result *Zone, response *core.DetailedResponse, err error)

GetRegionZone : Retrieve a zone This request retrieves a single zone specified by the region and zone names in the URL.

func (*VpcV1) GetRegionZoneWithContext

func (vpc *VpcV1) GetRegionZoneWithContext(ctx context.Context, getRegionZoneOptions *GetRegionZoneOptions) (result *Zone, response *core.DetailedResponse, err error)

GetRegionZoneWithContext is an alternate form of the GetRegionZone method which supports a Context parameter

func (*VpcV1) GetSecurityGroup

func (vpc *VpcV1) GetSecurityGroup(getSecurityGroupOptions *GetSecurityGroupOptions) (result *SecurityGroup, response *core.DetailedResponse, err error)

GetSecurityGroup : Retrieve a security group This request retrieves a single security group specified by the identifier in the URL path.

func (*VpcV1) GetSecurityGroupRule

func (vpc *VpcV1) GetSecurityGroupRule(getSecurityGroupRuleOptions *GetSecurityGroupRuleOptions) (result SecurityGroupRuleIntf, response *core.DetailedResponse, err error)

GetSecurityGroupRule : Retrieve a security group rule This request retrieves a single security group rule specified by the identifier in the URL path.

func (*VpcV1) GetSecurityGroupRuleWithContext

func (vpc *VpcV1) GetSecurityGroupRuleWithContext(ctx context.Context, getSecurityGroupRuleOptions *GetSecurityGroupRuleOptions) (result SecurityGroupRuleIntf, response *core.DetailedResponse, err error)

GetSecurityGroupRuleWithContext is an alternate form of the GetSecurityGroupRule method which supports a Context parameter

func (*VpcV1) GetSecurityGroupTarget

func (vpc *VpcV1) GetSecurityGroupTarget(getSecurityGroupTargetOptions *GetSecurityGroupTargetOptions) (result SecurityGroupTargetReferenceIntf, response *core.DetailedResponse, err error)

GetSecurityGroupTarget : Retrieve a security group target This request retrieves a single target specified by the identifier in the URL path. The target must be an existing target of the security group.

func (*VpcV1) GetSecurityGroupTargetWithContext

func (vpc *VpcV1) GetSecurityGroupTargetWithContext(ctx context.Context, getSecurityGroupTargetOptions *GetSecurityGroupTargetOptions) (result SecurityGroupTargetReferenceIntf, response *core.DetailedResponse, err error)

GetSecurityGroupTargetWithContext is an alternate form of the GetSecurityGroupTarget method which supports a Context parameter

func (*VpcV1) GetSecurityGroupWithContext

func (vpc *VpcV1) GetSecurityGroupWithContext(ctx context.Context, getSecurityGroupOptions *GetSecurityGroupOptions) (result *SecurityGroup, response *core.DetailedResponse, err error)

GetSecurityGroupWithContext is an alternate form of the GetSecurityGroup method which supports a Context parameter

func (*VpcV1) GetServiceURL

func (vpc *VpcV1) GetServiceURL() string

GetServiceURL returns the service URL

func (*VpcV1) GetSnapshot

func (vpc *VpcV1) GetSnapshot(getSnapshotOptions *GetSnapshotOptions) (result *Snapshot, response *core.DetailedResponse, err error)

GetSnapshot : Retrieve a snapshot This request retrieves a single snapshot specified by the identifier in the URL.

func (*VpcV1) GetSnapshotWithContext

func (vpc *VpcV1) GetSnapshotWithContext(ctx context.Context, getSnapshotOptions *GetSnapshotOptions) (result *Snapshot, response *core.DetailedResponse, err error)

GetSnapshotWithContext is an alternate form of the GetSnapshot method which supports a Context parameter

func (*VpcV1) GetSubnet

func (vpc *VpcV1) GetSubnet(getSubnetOptions *GetSubnetOptions) (result *Subnet, response *core.DetailedResponse, err error)

GetSubnet : Retrieve a subnet This request retrieves a single subnet specified by the identifier in the URL.

func (*VpcV1) GetSubnetNetworkACL

func (vpc *VpcV1) GetSubnetNetworkACL(getSubnetNetworkACLOptions *GetSubnetNetworkACLOptions) (result *NetworkACL, response *core.DetailedResponse, err error)

GetSubnetNetworkACL : Retrieve a subnet's attached network ACL This request retrieves the network ACL attached to the subnet specified by the identifier in the URL.

func (*VpcV1) GetSubnetNetworkACLWithContext

func (vpc *VpcV1) GetSubnetNetworkACLWithContext(ctx context.Context, getSubnetNetworkACLOptions *GetSubnetNetworkACLOptions) (result *NetworkACL, response *core.DetailedResponse, err error)

GetSubnetNetworkACLWithContext is an alternate form of the GetSubnetNetworkACL method which supports a Context parameter

func (*VpcV1) GetSubnetPublicGateway

func (vpc *VpcV1) GetSubnetPublicGateway(getSubnetPublicGatewayOptions *GetSubnetPublicGatewayOptions) (result *PublicGateway, response *core.DetailedResponse, err error)

GetSubnetPublicGateway : Retrieve a subnet's attached public gateway This request retrieves the public gateway attached to the subnet specified by the identifier in the URL.

func (*VpcV1) GetSubnetPublicGatewayWithContext

func (vpc *VpcV1) GetSubnetPublicGatewayWithContext(ctx context.Context, getSubnetPublicGatewayOptions *GetSubnetPublicGatewayOptions) (result *PublicGateway, response *core.DetailedResponse, err error)

GetSubnetPublicGatewayWithContext is an alternate form of the GetSubnetPublicGateway method which supports a Context parameter

func (*VpcV1) GetSubnetReservedIP

func (vpc *VpcV1) GetSubnetReservedIP(getSubnetReservedIPOptions *GetSubnetReservedIPOptions) (result *ReservedIP, response *core.DetailedResponse, err error)

GetSubnetReservedIP : Retrieve a reserved IP This request retrieves a single reserved IP specified by the identifier in the URL.

func (*VpcV1) GetSubnetReservedIPWithContext

func (vpc *VpcV1) GetSubnetReservedIPWithContext(ctx context.Context, getSubnetReservedIPOptions *GetSubnetReservedIPOptions) (result *ReservedIP, response *core.DetailedResponse, err error)

GetSubnetReservedIPWithContext is an alternate form of the GetSubnetReservedIP method which supports a Context parameter

func (*VpcV1) GetSubnetRoutingTable

func (vpc *VpcV1) GetSubnetRoutingTable(getSubnetRoutingTableOptions *GetSubnetRoutingTableOptions) (result *RoutingTable, response *core.DetailedResponse, err error)

GetSubnetRoutingTable : Retrieve a subnet's attached routing table This request retrieves the routing table attached to the subnet specified by the identifier in the URL.

func (*VpcV1) GetSubnetRoutingTableWithContext

func (vpc *VpcV1) GetSubnetRoutingTableWithContext(ctx context.Context, getSubnetRoutingTableOptions *GetSubnetRoutingTableOptions) (result *RoutingTable, response *core.DetailedResponse, err error)

GetSubnetRoutingTableWithContext is an alternate form of the GetSubnetRoutingTable method which supports a Context parameter

func (*VpcV1) GetSubnetWithContext

func (vpc *VpcV1) GetSubnetWithContext(ctx context.Context, getSubnetOptions *GetSubnetOptions) (result *Subnet, response *core.DetailedResponse, err error)

GetSubnetWithContext is an alternate form of the GetSubnet method which supports a Context parameter

func (*VpcV1) GetVPC

func (vpc *VpcV1) GetVPC(getVPCOptions *GetVPCOptions) (result *VPC, response *core.DetailedResponse, err error)

GetVPC : Retrieve a VPC This request retrieves a single VPC specified by the identifier in the URL.

func (*VpcV1) GetVPCAddressPrefix

func (vpc *VpcV1) GetVPCAddressPrefix(getVPCAddressPrefixOptions *GetVPCAddressPrefixOptions) (result *AddressPrefix, response *core.DetailedResponse, err error)

GetVPCAddressPrefix : Retrieve an address prefix This request retrieves a single prefix specified by the identifier in the URL.

func (*VpcV1) GetVPCAddressPrefixWithContext

func (vpc *VpcV1) GetVPCAddressPrefixWithContext(ctx context.Context, getVPCAddressPrefixOptions *GetVPCAddressPrefixOptions) (result *AddressPrefix, response *core.DetailedResponse, err error)

GetVPCAddressPrefixWithContext is an alternate form of the GetVPCAddressPrefix method which supports a Context parameter

func (*VpcV1) GetVPCDefaultNetworkACL

func (vpc *VpcV1) GetVPCDefaultNetworkACL(getVPCDefaultNetworkACLOptions *GetVPCDefaultNetworkACLOptions) (result *DefaultNetworkACL, response *core.DetailedResponse, err error)

GetVPCDefaultNetworkACL : Retrieve a VPC's default network ACL This request retrieves the default network ACL for the VPC specified by the identifier in the URL. The default network ACL is applied to any new subnets in the VPC which do not specify a network ACL.

func (*VpcV1) GetVPCDefaultNetworkACLWithContext

func (vpc *VpcV1) GetVPCDefaultNetworkACLWithContext(ctx context.Context, getVPCDefaultNetworkACLOptions *GetVPCDefaultNetworkACLOptions) (result *DefaultNetworkACL, response *core.DetailedResponse, err error)

GetVPCDefaultNetworkACLWithContext is an alternate form of the GetVPCDefaultNetworkACL method which supports a Context parameter

func (*VpcV1) GetVPCDefaultRoutingTable

func (vpc *VpcV1) GetVPCDefaultRoutingTable(getVPCDefaultRoutingTableOptions *GetVPCDefaultRoutingTableOptions) (result *DefaultRoutingTable, response *core.DetailedResponse, err error)

GetVPCDefaultRoutingTable : Retrieve a VPC's default routing table This request retrieves the default routing table for the VPC specified by the identifier in the URL. The default routing table is associated with any subnets in the VPC which have not been explicitly associated with a user-defined routing table.

func (*VpcV1) GetVPCDefaultRoutingTableWithContext

func (vpc *VpcV1) GetVPCDefaultRoutingTableWithContext(ctx context.Context, getVPCDefaultRoutingTableOptions *GetVPCDefaultRoutingTableOptions) (result *DefaultRoutingTable, response *core.DetailedResponse, err error)

GetVPCDefaultRoutingTableWithContext is an alternate form of the GetVPCDefaultRoutingTable method which supports a Context parameter

func (*VpcV1) GetVPCDefaultSecurityGroup

func (vpc *VpcV1) GetVPCDefaultSecurityGroup(getVPCDefaultSecurityGroupOptions *GetVPCDefaultSecurityGroupOptions) (result *DefaultSecurityGroup, response *core.DetailedResponse, err error)

GetVPCDefaultSecurityGroup : Retrieve a VPC's default security group This request retrieves the default security group for the VPC specified by the identifier in the URL. Resources that optionally allow a security group to be specified upon creation will be attached to this security group if a security group is not specified.

func (*VpcV1) GetVPCDefaultSecurityGroupWithContext

func (vpc *VpcV1) GetVPCDefaultSecurityGroupWithContext(ctx context.Context, getVPCDefaultSecurityGroupOptions *GetVPCDefaultSecurityGroupOptions) (result *DefaultSecurityGroup, response *core.DetailedResponse, err error)

GetVPCDefaultSecurityGroupWithContext is an alternate form of the GetVPCDefaultSecurityGroup method which supports a Context parameter

func (*VpcV1) GetVPCRoute

func (vpc *VpcV1) GetVPCRoute(getVPCRouteOptions *GetVPCRouteOptions) (result *Route, response *core.DetailedResponse, err error)

GetVPCRoute : Retrieve a VPC route This request retrieves a single route specified by the identifier in the URL.

func (*VpcV1) GetVPCRouteWithContext

func (vpc *VpcV1) GetVPCRouteWithContext(ctx context.Context, getVPCRouteOptions *GetVPCRouteOptions) (result *Route, response *core.DetailedResponse, err error)

GetVPCRouteWithContext is an alternate form of the GetVPCRoute method which supports a Context parameter

func (*VpcV1) GetVPCRoutingTable

func (vpc *VpcV1) GetVPCRoutingTable(getVPCRoutingTableOptions *GetVPCRoutingTableOptions) (result *RoutingTable, response *core.DetailedResponse, err error)

GetVPCRoutingTable : Retrieve a VPC routing table This request retrieves a single routing table specified by the identifier in the URL.

func (*VpcV1) GetVPCRoutingTableRoute

func (vpc *VpcV1) GetVPCRoutingTableRoute(getVPCRoutingTableRouteOptions *GetVPCRoutingTableRouteOptions) (result *Route, response *core.DetailedResponse, err error)

GetVPCRoutingTableRoute : Retrieve a VPC routing table route This request retrieves a single VPC route specified by the identifier in the URL path.

func (*VpcV1) GetVPCRoutingTableRouteWithContext

func (vpc *VpcV1) GetVPCRoutingTableRouteWithContext(ctx context.Context, getVPCRoutingTableRouteOptions *GetVPCRoutingTableRouteOptions) (result *Route, response *core.DetailedResponse, err error)

GetVPCRoutingTableRouteWithContext is an alternate form of the GetVPCRoutingTableRoute method which supports a Context parameter

func (*VpcV1) GetVPCRoutingTableWithContext

func (vpc *VpcV1) GetVPCRoutingTableWithContext(ctx context.Context, getVPCRoutingTableOptions *GetVPCRoutingTableOptions) (result *RoutingTable, response *core.DetailedResponse, err error)

GetVPCRoutingTableWithContext is an alternate form of the GetVPCRoutingTable method which supports a Context parameter

func (*VpcV1) GetVPCWithContext

func (vpc *VpcV1) GetVPCWithContext(ctx context.Context, getVPCOptions *GetVPCOptions) (result *VPC, response *core.DetailedResponse, err error)

GetVPCWithContext is an alternate form of the GetVPC method which supports a Context parameter

func (*VpcV1) GetVPNGateway

func (vpc *VpcV1) GetVPNGateway(getVPNGatewayOptions *GetVPNGatewayOptions) (result VPNGatewayIntf, response *core.DetailedResponse, err error)

GetVPNGateway : Retrieve a VPN gateway This request retrieves a single VPN gateway specified by the identifier in the URL.

func (*VpcV1) GetVPNGatewayConnection

func (vpc *VpcV1) GetVPNGatewayConnection(getVPNGatewayConnectionOptions *GetVPNGatewayConnectionOptions) (result VPNGatewayConnectionIntf, response *core.DetailedResponse, err error)

GetVPNGatewayConnection : Retrieve a VPN gateway connection This request retrieves a single VPN gateway connection specified by the identifier in the URL.

func (*VpcV1) GetVPNGatewayConnectionWithContext

func (vpc *VpcV1) GetVPNGatewayConnectionWithContext(ctx context.Context, getVPNGatewayConnectionOptions *GetVPNGatewayConnectionOptions) (result VPNGatewayConnectionIntf, response *core.DetailedResponse, err error)

GetVPNGatewayConnectionWithContext is an alternate form of the GetVPNGatewayConnection method which supports a Context parameter

func (*VpcV1) GetVPNGatewayWithContext

func (vpc *VpcV1) GetVPNGatewayWithContext(ctx context.Context, getVPNGatewayOptions *GetVPNGatewayOptions) (result VPNGatewayIntf, response *core.DetailedResponse, err error)

GetVPNGatewayWithContext is an alternate form of the GetVPNGateway method which supports a Context parameter

func (*VpcV1) GetVolume

func (vpc *VpcV1) GetVolume(getVolumeOptions *GetVolumeOptions) (result *Volume, response *core.DetailedResponse, err error)

GetVolume : Retrieve a volume This request retrieves a single volume specified by the identifier in the URL.

func (*VpcV1) GetVolumeProfile

func (vpc *VpcV1) GetVolumeProfile(getVolumeProfileOptions *GetVolumeProfileOptions) (result *VolumeProfile, response *core.DetailedResponse, err error)

GetVolumeProfile : Retrieve a volume profile This request retrieves a single volume profile specified by the name in the URL.

func (*VpcV1) GetVolumeProfileWithContext

func (vpc *VpcV1) GetVolumeProfileWithContext(ctx context.Context, getVolumeProfileOptions *GetVolumeProfileOptions) (result *VolumeProfile, response *core.DetailedResponse, err error)

GetVolumeProfileWithContext is an alternate form of the GetVolumeProfile method which supports a Context parameter

func (*VpcV1) GetVolumeWithContext

func (vpc *VpcV1) GetVolumeWithContext(ctx context.Context, getVolumeOptions *GetVolumeOptions) (result *Volume, response *core.DetailedResponse, err error)

GetVolumeWithContext is an alternate form of the GetVolume method which supports a Context parameter

func (*VpcV1) ListBareMetalServerDisks

func (vpc *VpcV1) ListBareMetalServerDisks(listBareMetalServerDisksOptions *ListBareMetalServerDisksOptions) (result *BareMetalServerDiskCollection, response *core.DetailedResponse, err error)

ListBareMetalServerDisks : List all disks on a bare metal server This request lists all disks on a bare metal server. A disk is a block device that is locally attached to the physical server. By default, the listed disks are sorted by their `created_at` property values, with the newest disk first.

func (*VpcV1) ListBareMetalServerDisksWithContext

func (vpc *VpcV1) ListBareMetalServerDisksWithContext(ctx context.Context, listBareMetalServerDisksOptions *ListBareMetalServerDisksOptions) (result *BareMetalServerDiskCollection, response *core.DetailedResponse, err error)

ListBareMetalServerDisksWithContext is an alternate form of the ListBareMetalServerDisks method which supports a Context parameter

func (*VpcV1) ListBareMetalServerNetworkInterfaceFloatingIps

func (vpc *VpcV1) ListBareMetalServerNetworkInterfaceFloatingIps(listBareMetalServerNetworkInterfaceFloatingIpsOptions *ListBareMetalServerNetworkInterfaceFloatingIpsOptions) (result *FloatingIPUnpaginatedCollection, response *core.DetailedResponse, err error)

ListBareMetalServerNetworkInterfaceFloatingIps : List all floating IPs associated with a network interface This request lists all floating IPs associated with a network interface.

func (*VpcV1) ListBareMetalServerNetworkInterfaceFloatingIpsWithContext

func (vpc *VpcV1) ListBareMetalServerNetworkInterfaceFloatingIpsWithContext(ctx context.Context, listBareMetalServerNetworkInterfaceFloatingIpsOptions *ListBareMetalServerNetworkInterfaceFloatingIpsOptions) (result *FloatingIPUnpaginatedCollection, response *core.DetailedResponse, err error)

ListBareMetalServerNetworkInterfaceFloatingIpsWithContext is an alternate form of the ListBareMetalServerNetworkInterfaceFloatingIps method which supports a Context parameter

func (*VpcV1) ListBareMetalServerNetworkInterfaceIps

func (vpc *VpcV1) ListBareMetalServerNetworkInterfaceIps(listBareMetalServerNetworkInterfaceIpsOptions *ListBareMetalServerNetworkInterfaceIpsOptions) (result *ReservedIPCollectionNetworkInterfaceContext, response *core.DetailedResponse, err error)

ListBareMetalServerNetworkInterfaceIps : List all reserved IPs bound to a network interface This request lists all reserved IPs bound to a network interface.

func (*VpcV1) ListBareMetalServerNetworkInterfaceIpsWithContext

func (vpc *VpcV1) ListBareMetalServerNetworkInterfaceIpsWithContext(ctx context.Context, listBareMetalServerNetworkInterfaceIpsOptions *ListBareMetalServerNetworkInterfaceIpsOptions) (result *ReservedIPCollectionNetworkInterfaceContext, response *core.DetailedResponse, err error)

ListBareMetalServerNetworkInterfaceIpsWithContext is an alternate form of the ListBareMetalServerNetworkInterfaceIps method which supports a Context parameter

func (*VpcV1) ListBareMetalServerNetworkInterfaces

func (vpc *VpcV1) ListBareMetalServerNetworkInterfaces(listBareMetalServerNetworkInterfacesOptions *ListBareMetalServerNetworkInterfacesOptions) (result *BareMetalServerNetworkInterfaceCollection, response *core.DetailedResponse, err error)

ListBareMetalServerNetworkInterfaces : List all network interfaces on a bare metal server This request lists all network interfaces on a bare metal server. A network interface is an abstract representation of a network interface card and connects a bare metal server to a subnet. While each network interface can attach to only one subnet, multiple network interfaces can be created to attach to multiple subnets. Multiple interfaces may also attach to the same subnet.

func (*VpcV1) ListBareMetalServerNetworkInterfacesWithContext

func (vpc *VpcV1) ListBareMetalServerNetworkInterfacesWithContext(ctx context.Context, listBareMetalServerNetworkInterfacesOptions *ListBareMetalServerNetworkInterfacesOptions) (result *BareMetalServerNetworkInterfaceCollection, response *core.DetailedResponse, err error)

ListBareMetalServerNetworkInterfacesWithContext is an alternate form of the ListBareMetalServerNetworkInterfaces method which supports a Context parameter

func (*VpcV1) ListBareMetalServerProfiles

func (vpc *VpcV1) ListBareMetalServerProfiles(listBareMetalServerProfilesOptions *ListBareMetalServerProfilesOptions) (result *BareMetalServerProfileCollection, response *core.DetailedResponse, err error)

ListBareMetalServerProfiles : List all bare metal server profiles This request lists all bare metal server profiles available in the region. A bare metal server profile specifies the performance characteristics and pricing model for a bare metal server.

func (*VpcV1) ListBareMetalServerProfilesWithContext

func (vpc *VpcV1) ListBareMetalServerProfilesWithContext(ctx context.Context, listBareMetalServerProfilesOptions *ListBareMetalServerProfilesOptions) (result *BareMetalServerProfileCollection, response *core.DetailedResponse, err error)

ListBareMetalServerProfilesWithContext is an alternate form of the ListBareMetalServerProfiles method which supports a Context parameter

func (*VpcV1) ListBareMetalServers

func (vpc *VpcV1) ListBareMetalServers(listBareMetalServersOptions *ListBareMetalServersOptions) (result *BareMetalServerCollection, response *core.DetailedResponse, err error)

ListBareMetalServers : List all bare metal servers This request lists all bare metal servers in the region.

func (*VpcV1) ListBareMetalServersWithContext

func (vpc *VpcV1) ListBareMetalServersWithContext(ctx context.Context, listBareMetalServersOptions *ListBareMetalServersOptions) (result *BareMetalServerCollection, response *core.DetailedResponse, err error)

ListBareMetalServersWithContext is an alternate form of the ListBareMetalServers method which supports a Context parameter

func (*VpcV1) ListDedicatedHostDisks

func (vpc *VpcV1) ListDedicatedHostDisks(listDedicatedHostDisksOptions *ListDedicatedHostDisksOptions) (result *DedicatedHostDiskCollection, response *core.DetailedResponse, err error)

ListDedicatedHostDisks : List all disks on a dedicated host This request lists all disks on a dedicated host. A disk is a physical device that is locally attached to the compute node. By default, the listed disks are sorted by their `created_at` property values, with the newest disk first.

func (*VpcV1) ListDedicatedHostDisksWithContext

func (vpc *VpcV1) ListDedicatedHostDisksWithContext(ctx context.Context, listDedicatedHostDisksOptions *ListDedicatedHostDisksOptions) (result *DedicatedHostDiskCollection, response *core.DetailedResponse, err error)

ListDedicatedHostDisksWithContext is an alternate form of the ListDedicatedHostDisks method which supports a Context parameter

func (*VpcV1) ListDedicatedHostGroups

func (vpc *VpcV1) ListDedicatedHostGroups(listDedicatedHostGroupsOptions *ListDedicatedHostGroupsOptions) (result *DedicatedHostGroupCollection, response *core.DetailedResponse, err error)

ListDedicatedHostGroups : List all dedicated host groups This request lists all dedicated host groups in the region. Host groups are a collection of dedicated hosts for placement of instances. Each dedicated host must belong to one and only one group. Host groups do not span zones.

func (*VpcV1) ListDedicatedHostGroupsWithContext

func (vpc *VpcV1) ListDedicatedHostGroupsWithContext(ctx context.Context, listDedicatedHostGroupsOptions *ListDedicatedHostGroupsOptions) (result *DedicatedHostGroupCollection, response *core.DetailedResponse, err error)

ListDedicatedHostGroupsWithContext is an alternate form of the ListDedicatedHostGroups method which supports a Context parameter

func (*VpcV1) ListDedicatedHostProfiles

func (vpc *VpcV1) ListDedicatedHostProfiles(listDedicatedHostProfilesOptions *ListDedicatedHostProfilesOptions) (result *DedicatedHostProfileCollection, response *core.DetailedResponse, err error)

ListDedicatedHostProfiles : List all dedicated host profiles This request lists all provisionable dedicated host profiles in the region. A dedicated host profile specifies the hardware characteristics for a dedicated host.

func (*VpcV1) ListDedicatedHostProfilesWithContext

func (vpc *VpcV1) ListDedicatedHostProfilesWithContext(ctx context.Context, listDedicatedHostProfilesOptions *ListDedicatedHostProfilesOptions) (result *DedicatedHostProfileCollection, response *core.DetailedResponse, err error)

ListDedicatedHostProfilesWithContext is an alternate form of the ListDedicatedHostProfiles method which supports a Context parameter

func (*VpcV1) ListDedicatedHosts

func (vpc *VpcV1) ListDedicatedHosts(listDedicatedHostsOptions *ListDedicatedHostsOptions) (result *DedicatedHostCollection, response *core.DetailedResponse, err error)

ListDedicatedHosts : List all dedicated hosts This request lists all dedicated hosts in the region.

func (*VpcV1) ListDedicatedHostsWithContext

func (vpc *VpcV1) ListDedicatedHostsWithContext(ctx context.Context, listDedicatedHostsOptions *ListDedicatedHostsOptions) (result *DedicatedHostCollection, response *core.DetailedResponse, err error)

ListDedicatedHostsWithContext is an alternate form of the ListDedicatedHosts method which supports a Context parameter

func (*VpcV1) ListEndpointGatewayIps

func (vpc *VpcV1) ListEndpointGatewayIps(listEndpointGatewayIpsOptions *ListEndpointGatewayIpsOptions) (result *ReservedIPCollectionEndpointGatewayContext, response *core.DetailedResponse, err error)

ListEndpointGatewayIps : List all reserved IPs bound to an endpoint gateway This request lists all reserved IPs bound to an endpoint gateway.

func (*VpcV1) ListEndpointGatewayIpsWithContext

func (vpc *VpcV1) ListEndpointGatewayIpsWithContext(ctx context.Context, listEndpointGatewayIpsOptions *ListEndpointGatewayIpsOptions) (result *ReservedIPCollectionEndpointGatewayContext, response *core.DetailedResponse, err error)

ListEndpointGatewayIpsWithContext is an alternate form of the ListEndpointGatewayIps method which supports a Context parameter

func (*VpcV1) ListEndpointGateways

func (vpc *VpcV1) ListEndpointGateways(listEndpointGatewaysOptions *ListEndpointGatewaysOptions) (result *EndpointGatewayCollection, response *core.DetailedResponse, err error)

ListEndpointGateways : List all endpoint gateways This request lists all endpoint gateways in the region. An endpoint gateway maps one or more reserved IPs in a VPC to a target outside the VPC.

func (*VpcV1) ListEndpointGatewaysWithContext

func (vpc *VpcV1) ListEndpointGatewaysWithContext(ctx context.Context, listEndpointGatewaysOptions *ListEndpointGatewaysOptions) (result *EndpointGatewayCollection, response *core.DetailedResponse, err error)

ListEndpointGatewaysWithContext is an alternate form of the ListEndpointGateways method which supports a Context parameter

func (*VpcV1) ListFloatingIps

func (vpc *VpcV1) ListFloatingIps(listFloatingIpsOptions *ListFloatingIpsOptions) (result *FloatingIPCollection, response *core.DetailedResponse, err error)

ListFloatingIps : List all floating IPs This request lists all floating IPs in the region. Floating IPs allow inbound and outbound traffic from the Internet to an instance.

func (*VpcV1) ListFloatingIpsWithContext

func (vpc *VpcV1) ListFloatingIpsWithContext(ctx context.Context, listFloatingIpsOptions *ListFloatingIpsOptions) (result *FloatingIPCollection, response *core.DetailedResponse, err error)

ListFloatingIpsWithContext is an alternate form of the ListFloatingIps method which supports a Context parameter

func (*VpcV1) ListFlowLogCollectors

func (vpc *VpcV1) ListFlowLogCollectors(listFlowLogCollectorsOptions *ListFlowLogCollectorsOptions) (result *FlowLogCollectorCollection, response *core.DetailedResponse, err error)

ListFlowLogCollectors : List all flow log collectors This request lists all flow log collectors in the region. A flow log collector summarizes data sent over one or more network interfaces within a VPC, depending on the chosen target.

func (*VpcV1) ListFlowLogCollectorsWithContext

func (vpc *VpcV1) ListFlowLogCollectorsWithContext(ctx context.Context, listFlowLogCollectorsOptions *ListFlowLogCollectorsOptions) (result *FlowLogCollectorCollection, response *core.DetailedResponse, err error)

ListFlowLogCollectorsWithContext is an alternate form of the ListFlowLogCollectors method which supports a Context parameter

func (*VpcV1) ListIkePolicies

func (vpc *VpcV1) ListIkePolicies(listIkePoliciesOptions *ListIkePoliciesOptions) (result *IkePolicyCollection, response *core.DetailedResponse, err error)

ListIkePolicies : List all IKE policies This request lists all IKE policies in the region.

func (*VpcV1) ListIkePoliciesWithContext

func (vpc *VpcV1) ListIkePoliciesWithContext(ctx context.Context, listIkePoliciesOptions *ListIkePoliciesOptions) (result *IkePolicyCollection, response *core.DetailedResponse, err error)

ListIkePoliciesWithContext is an alternate form of the ListIkePolicies method which supports a Context parameter

func (*VpcV1) ListIkePolicyConnections

func (vpc *VpcV1) ListIkePolicyConnections(listIkePolicyConnectionsOptions *ListIkePolicyConnectionsOptions) (result *VPNGatewayConnectionCollection, response *core.DetailedResponse, err error)

ListIkePolicyConnections : List all VPN gateway connections that use a specified IKE policy This request lists all VPN gateway connections that use a policy.

func (*VpcV1) ListIkePolicyConnectionsWithContext

func (vpc *VpcV1) ListIkePolicyConnectionsWithContext(ctx context.Context, listIkePolicyConnectionsOptions *ListIkePolicyConnectionsOptions) (result *VPNGatewayConnectionCollection, response *core.DetailedResponse, err error)

ListIkePolicyConnectionsWithContext is an alternate form of the ListIkePolicyConnections method which supports a Context parameter

func (*VpcV1) ListImages

func (vpc *VpcV1) ListImages(listImagesOptions *ListImagesOptions) (result *ImageCollection, response *core.DetailedResponse, err error)

ListImages : List all images This request lists all images available in the region. An image provides source data for a volume. Images are either system-provided, or created from another source, such as importing from object storage.

The images will be sorted by their `created_at` property values, with the newest first. Images with identical `created_at` values will be secondarily sorted by ascending `id` property values.

func (*VpcV1) ListImagesWithContext

func (vpc *VpcV1) ListImagesWithContext(ctx context.Context, listImagesOptions *ListImagesOptions) (result *ImageCollection, response *core.DetailedResponse, err error)

ListImagesWithContext is an alternate form of the ListImages method which supports a Context parameter

func (*VpcV1) ListInstanceDisks

func (vpc *VpcV1) ListInstanceDisks(listInstanceDisksOptions *ListInstanceDisksOptions) (result *InstanceDiskCollection, response *core.DetailedResponse, err error)

ListInstanceDisks : List all disks on an instance This request lists all disks on an instance. A disk is a block device that is locally attached to the instance's physical host and is also referred to as instance storage. By default, the listed disks are sorted by their `created_at` property values, with the newest disk first.

func (*VpcV1) ListInstanceDisksWithContext

func (vpc *VpcV1) ListInstanceDisksWithContext(ctx context.Context, listInstanceDisksOptions *ListInstanceDisksOptions) (result *InstanceDiskCollection, response *core.DetailedResponse, err error)

ListInstanceDisksWithContext is an alternate form of the ListInstanceDisks method which supports a Context parameter

func (*VpcV1) ListInstanceGroupManagerActions

func (vpc *VpcV1) ListInstanceGroupManagerActions(listInstanceGroupManagerActionsOptions *ListInstanceGroupManagerActionsOptions) (result *InstanceGroupManagerActionsCollection, response *core.DetailedResponse, err error)

ListInstanceGroupManagerActions : List all actions for an instance group manager This request lists all instance group actions for an instance group manager.

func (*VpcV1) ListInstanceGroupManagerActionsWithContext

func (vpc *VpcV1) ListInstanceGroupManagerActionsWithContext(ctx context.Context, listInstanceGroupManagerActionsOptions *ListInstanceGroupManagerActionsOptions) (result *InstanceGroupManagerActionsCollection, response *core.DetailedResponse, err error)

ListInstanceGroupManagerActionsWithContext is an alternate form of the ListInstanceGroupManagerActions method which supports a Context parameter

func (*VpcV1) ListInstanceGroupManagerPolicies

func (vpc *VpcV1) ListInstanceGroupManagerPolicies(listInstanceGroupManagerPoliciesOptions *ListInstanceGroupManagerPoliciesOptions) (result *InstanceGroupManagerPolicyCollection, response *core.DetailedResponse, err error)

ListInstanceGroupManagerPolicies : List all policies for an instance group manager This request lists all policies for an instance group manager.

func (*VpcV1) ListInstanceGroupManagerPoliciesWithContext

func (vpc *VpcV1) ListInstanceGroupManagerPoliciesWithContext(ctx context.Context, listInstanceGroupManagerPoliciesOptions *ListInstanceGroupManagerPoliciesOptions) (result *InstanceGroupManagerPolicyCollection, response *core.DetailedResponse, err error)

ListInstanceGroupManagerPoliciesWithContext is an alternate form of the ListInstanceGroupManagerPolicies method which supports a Context parameter

func (*VpcV1) ListInstanceGroupManagers

func (vpc *VpcV1) ListInstanceGroupManagers(listInstanceGroupManagersOptions *ListInstanceGroupManagersOptions) (result *InstanceGroupManagerCollection, response *core.DetailedResponse, err error)

ListInstanceGroupManagers : List all managers for an instance group This request lists all managers for an instance group.

func (*VpcV1) ListInstanceGroupManagersWithContext

func (vpc *VpcV1) ListInstanceGroupManagersWithContext(ctx context.Context, listInstanceGroupManagersOptions *ListInstanceGroupManagersOptions) (result *InstanceGroupManagerCollection, response *core.DetailedResponse, err error)

ListInstanceGroupManagersWithContext is an alternate form of the ListInstanceGroupManagers method which supports a Context parameter

func (*VpcV1) ListInstanceGroupMemberships

func (vpc *VpcV1) ListInstanceGroupMemberships(listInstanceGroupMembershipsOptions *ListInstanceGroupMembershipsOptions) (result *InstanceGroupMembershipCollection, response *core.DetailedResponse, err error)

ListInstanceGroupMemberships : List all memberships for an instance group This request lists all instance group memberships for an instance group.

func (*VpcV1) ListInstanceGroupMembershipsWithContext

func (vpc *VpcV1) ListInstanceGroupMembershipsWithContext(ctx context.Context, listInstanceGroupMembershipsOptions *ListInstanceGroupMembershipsOptions) (result *InstanceGroupMembershipCollection, response *core.DetailedResponse, err error)

ListInstanceGroupMembershipsWithContext is an alternate form of the ListInstanceGroupMemberships method which supports a Context parameter

func (*VpcV1) ListInstanceGroups

func (vpc *VpcV1) ListInstanceGroups(listInstanceGroupsOptions *ListInstanceGroupsOptions) (result *InstanceGroupCollection, response *core.DetailedResponse, err error)

ListInstanceGroups : List all instance groups This request lists all instance groups in the region.

func (*VpcV1) ListInstanceGroupsWithContext

func (vpc *VpcV1) ListInstanceGroupsWithContext(ctx context.Context, listInstanceGroupsOptions *ListInstanceGroupsOptions) (result *InstanceGroupCollection, response *core.DetailedResponse, err error)

ListInstanceGroupsWithContext is an alternate form of the ListInstanceGroups method which supports a Context parameter

func (*VpcV1) ListInstanceNetworkInterfaceFloatingIps

func (vpc *VpcV1) ListInstanceNetworkInterfaceFloatingIps(listInstanceNetworkInterfaceFloatingIpsOptions *ListInstanceNetworkInterfaceFloatingIpsOptions) (result *FloatingIPUnpaginatedCollection, response *core.DetailedResponse, err error)

ListInstanceNetworkInterfaceFloatingIps : List all floating IPs associated with a network interface This request lists all floating IPs associated with a network interface.

func (*VpcV1) ListInstanceNetworkInterfaceFloatingIpsWithContext

func (vpc *VpcV1) ListInstanceNetworkInterfaceFloatingIpsWithContext(ctx context.Context, listInstanceNetworkInterfaceFloatingIpsOptions *ListInstanceNetworkInterfaceFloatingIpsOptions) (result *FloatingIPUnpaginatedCollection, response *core.DetailedResponse, err error)

ListInstanceNetworkInterfaceFloatingIpsWithContext is an alternate form of the ListInstanceNetworkInterfaceFloatingIps method which supports a Context parameter

func (*VpcV1) ListInstanceNetworkInterfaceIps

func (vpc *VpcV1) ListInstanceNetworkInterfaceIps(listInstanceNetworkInterfaceIpsOptions *ListInstanceNetworkInterfaceIpsOptions) (result *ReservedIPCollectionNetworkInterfaceContext, response *core.DetailedResponse, err error)

ListInstanceNetworkInterfaceIps : List all reserved IPs bound to a network interface This request lists all reserved IPs bound to a network interface.

func (*VpcV1) ListInstanceNetworkInterfaceIpsWithContext

func (vpc *VpcV1) ListInstanceNetworkInterfaceIpsWithContext(ctx context.Context, listInstanceNetworkInterfaceIpsOptions *ListInstanceNetworkInterfaceIpsOptions) (result *ReservedIPCollectionNetworkInterfaceContext, response *core.DetailedResponse, err error)

ListInstanceNetworkInterfaceIpsWithContext is an alternate form of the ListInstanceNetworkInterfaceIps method which supports a Context parameter

func (*VpcV1) ListInstanceNetworkInterfaces

func (vpc *VpcV1) ListInstanceNetworkInterfaces(listInstanceNetworkInterfacesOptions *ListInstanceNetworkInterfacesOptions) (result *NetworkInterfaceUnpaginatedCollection, response *core.DetailedResponse, err error)

ListInstanceNetworkInterfaces : List all network interfaces on an instance This request lists all network interfaces on an instance. A network interface is an abstract representation of a network interface card and connects an instance to a subnet. While each network interface can attach to only one subnet, multiple network interfaces can be created to attach to multiple subnets. Multiple interfaces may also attach to the same subnet.

func (*VpcV1) ListInstanceNetworkInterfacesWithContext

func (vpc *VpcV1) ListInstanceNetworkInterfacesWithContext(ctx context.Context, listInstanceNetworkInterfacesOptions *ListInstanceNetworkInterfacesOptions) (result *NetworkInterfaceUnpaginatedCollection, response *core.DetailedResponse, err error)

ListInstanceNetworkInterfacesWithContext is an alternate form of the ListInstanceNetworkInterfaces method which supports a Context parameter

func (*VpcV1) ListInstanceProfiles

func (vpc *VpcV1) ListInstanceProfiles(listInstanceProfilesOptions *ListInstanceProfilesOptions) (result *InstanceProfileCollection, response *core.DetailedResponse, err error)

ListInstanceProfiles : List all instance profiles This request lists provisionable instance profiles in the region. An instance profile specifies the performance characteristics and pricing model for an instance.

func (*VpcV1) ListInstanceProfilesWithContext

func (vpc *VpcV1) ListInstanceProfilesWithContext(ctx context.Context, listInstanceProfilesOptions *ListInstanceProfilesOptions) (result *InstanceProfileCollection, response *core.DetailedResponse, err error)

ListInstanceProfilesWithContext is an alternate form of the ListInstanceProfiles method which supports a Context parameter

func (*VpcV1) ListInstanceTemplates

func (vpc *VpcV1) ListInstanceTemplates(listInstanceTemplatesOptions *ListInstanceTemplatesOptions) (result *InstanceTemplateCollection, response *core.DetailedResponse, err error)

ListInstanceTemplates : List all instance templates This request lists all instance templates in the region.

func (*VpcV1) ListInstanceTemplatesWithContext

func (vpc *VpcV1) ListInstanceTemplatesWithContext(ctx context.Context, listInstanceTemplatesOptions *ListInstanceTemplatesOptions) (result *InstanceTemplateCollection, response *core.DetailedResponse, err error)

ListInstanceTemplatesWithContext is an alternate form of the ListInstanceTemplates method which supports a Context parameter

func (*VpcV1) ListInstanceVolumeAttachments

func (vpc *VpcV1) ListInstanceVolumeAttachments(listInstanceVolumeAttachmentsOptions *ListInstanceVolumeAttachmentsOptions) (result *VolumeAttachmentCollection, response *core.DetailedResponse, err error)

ListInstanceVolumeAttachments : List all volumes attachments on an instance This request lists all volume attachments on an instance. A volume attachment connects a volume to an instance. Each instance may have many volume attachments but each volume attachment connects exactly one instance to exactly one volume.

func (*VpcV1) ListInstanceVolumeAttachmentsWithContext

func (vpc *VpcV1) ListInstanceVolumeAttachmentsWithContext(ctx context.Context, listInstanceVolumeAttachmentsOptions *ListInstanceVolumeAttachmentsOptions) (result *VolumeAttachmentCollection, response *core.DetailedResponse, err error)

ListInstanceVolumeAttachmentsWithContext is an alternate form of the ListInstanceVolumeAttachments method which supports a Context parameter

func (*VpcV1) ListInstances

func (vpc *VpcV1) ListInstances(listInstancesOptions *ListInstancesOptions) (result *InstanceCollection, response *core.DetailedResponse, err error)

ListInstances : List all instances This request lists all instances in the region.

func (*VpcV1) ListInstancesWithContext

func (vpc *VpcV1) ListInstancesWithContext(ctx context.Context, listInstancesOptions *ListInstancesOptions) (result *InstanceCollection, response *core.DetailedResponse, err error)

ListInstancesWithContext is an alternate form of the ListInstances method which supports a Context parameter

func (*VpcV1) ListIpsecPolicies

func (vpc *VpcV1) ListIpsecPolicies(listIpsecPoliciesOptions *ListIpsecPoliciesOptions) (result *IPsecPolicyCollection, response *core.DetailedResponse, err error)

ListIpsecPolicies : List all IPsec policies This request lists all IPsec policies in the region.

func (*VpcV1) ListIpsecPoliciesWithContext

func (vpc *VpcV1) ListIpsecPoliciesWithContext(ctx context.Context, listIpsecPoliciesOptions *ListIpsecPoliciesOptions) (result *IPsecPolicyCollection, response *core.DetailedResponse, err error)

ListIpsecPoliciesWithContext is an alternate form of the ListIpsecPolicies method which supports a Context parameter

func (*VpcV1) ListIpsecPolicyConnections

func (vpc *VpcV1) ListIpsecPolicyConnections(listIpsecPolicyConnectionsOptions *ListIpsecPolicyConnectionsOptions) (result *VPNGatewayConnectionCollection, response *core.DetailedResponse, err error)

ListIpsecPolicyConnections : List all VPN gateway connections that use a specified IPsec policy This request lists all VPN gateway connections that use a policy.

func (*VpcV1) ListIpsecPolicyConnectionsWithContext

func (vpc *VpcV1) ListIpsecPolicyConnectionsWithContext(ctx context.Context, listIpsecPolicyConnectionsOptions *ListIpsecPolicyConnectionsOptions) (result *VPNGatewayConnectionCollection, response *core.DetailedResponse, err error)

ListIpsecPolicyConnectionsWithContext is an alternate form of the ListIpsecPolicyConnections method which supports a Context parameter

func (*VpcV1) ListKeys

func (vpc *VpcV1) ListKeys(listKeysOptions *ListKeysOptions) (result *KeyCollection, response *core.DetailedResponse, err error)

ListKeys : List all keys This request lists all keys in the region. A key contains a public SSH key which may be installed on instances when they are created. Private keys are not stored.

func (*VpcV1) ListKeysWithContext

func (vpc *VpcV1) ListKeysWithContext(ctx context.Context, listKeysOptions *ListKeysOptions) (result *KeyCollection, response *core.DetailedResponse, err error)

ListKeysWithContext is an alternate form of the ListKeys method which supports a Context parameter

func (*VpcV1) ListLoadBalancerListenerPolicies

func (vpc *VpcV1) ListLoadBalancerListenerPolicies(listLoadBalancerListenerPoliciesOptions *ListLoadBalancerListenerPoliciesOptions) (result *LoadBalancerListenerPolicyCollection, response *core.DetailedResponse, err error)

ListLoadBalancerListenerPolicies : List all policies for a load balancer listener This request lists all policies for a load balancer listener.

func (*VpcV1) ListLoadBalancerListenerPoliciesWithContext

func (vpc *VpcV1) ListLoadBalancerListenerPoliciesWithContext(ctx context.Context, listLoadBalancerListenerPoliciesOptions *ListLoadBalancerListenerPoliciesOptions) (result *LoadBalancerListenerPolicyCollection, response *core.DetailedResponse, err error)

ListLoadBalancerListenerPoliciesWithContext is an alternate form of the ListLoadBalancerListenerPolicies method which supports a Context parameter

func (*VpcV1) ListLoadBalancerListenerPolicyRules

func (vpc *VpcV1) ListLoadBalancerListenerPolicyRules(listLoadBalancerListenerPolicyRulesOptions *ListLoadBalancerListenerPolicyRulesOptions) (result *LoadBalancerListenerPolicyRuleCollection, response *core.DetailedResponse, err error)

ListLoadBalancerListenerPolicyRules : List all rules of a load balancer listener policy This request lists all rules of a load balancer listener policy.

func (*VpcV1) ListLoadBalancerListenerPolicyRulesWithContext

func (vpc *VpcV1) ListLoadBalancerListenerPolicyRulesWithContext(ctx context.Context, listLoadBalancerListenerPolicyRulesOptions *ListLoadBalancerListenerPolicyRulesOptions) (result *LoadBalancerListenerPolicyRuleCollection, response *core.DetailedResponse, err error)

ListLoadBalancerListenerPolicyRulesWithContext is an alternate form of the ListLoadBalancerListenerPolicyRules method which supports a Context parameter

func (*VpcV1) ListLoadBalancerListeners

func (vpc *VpcV1) ListLoadBalancerListeners(listLoadBalancerListenersOptions *ListLoadBalancerListenersOptions) (result *LoadBalancerListenerCollection, response *core.DetailedResponse, err error)

ListLoadBalancerListeners : List all listeners for a load balancer This request lists all listeners for a load balancer.

func (*VpcV1) ListLoadBalancerListenersWithContext

func (vpc *VpcV1) ListLoadBalancerListenersWithContext(ctx context.Context, listLoadBalancerListenersOptions *ListLoadBalancerListenersOptions) (result *LoadBalancerListenerCollection, response *core.DetailedResponse, err error)

ListLoadBalancerListenersWithContext is an alternate form of the ListLoadBalancerListeners method which supports a Context parameter

func (*VpcV1) ListLoadBalancerPoolMembers

func (vpc *VpcV1) ListLoadBalancerPoolMembers(listLoadBalancerPoolMembersOptions *ListLoadBalancerPoolMembersOptions) (result *LoadBalancerPoolMemberCollection, response *core.DetailedResponse, err error)

ListLoadBalancerPoolMembers : List all members of a load balancer pool This request lists all members of a load balancer pool.

func (*VpcV1) ListLoadBalancerPoolMembersWithContext

func (vpc *VpcV1) ListLoadBalancerPoolMembersWithContext(ctx context.Context, listLoadBalancerPoolMembersOptions *ListLoadBalancerPoolMembersOptions) (result *LoadBalancerPoolMemberCollection, response *core.DetailedResponse, err error)

ListLoadBalancerPoolMembersWithContext is an alternate form of the ListLoadBalancerPoolMembers method which supports a Context parameter

func (*VpcV1) ListLoadBalancerPools

func (vpc *VpcV1) ListLoadBalancerPools(listLoadBalancerPoolsOptions *ListLoadBalancerPoolsOptions) (result *LoadBalancerPoolCollection, response *core.DetailedResponse, err error)

ListLoadBalancerPools : List all pools of a load balancer This request lists all pools of a load balancer.

func (*VpcV1) ListLoadBalancerPoolsWithContext

func (vpc *VpcV1) ListLoadBalancerPoolsWithContext(ctx context.Context, listLoadBalancerPoolsOptions *ListLoadBalancerPoolsOptions) (result *LoadBalancerPoolCollection, response *core.DetailedResponse, err error)

ListLoadBalancerPoolsWithContext is an alternate form of the ListLoadBalancerPools method which supports a Context parameter

func (*VpcV1) ListLoadBalancerProfiles

func (vpc *VpcV1) ListLoadBalancerProfiles(listLoadBalancerProfilesOptions *ListLoadBalancerProfilesOptions) (result *LoadBalancerProfileCollection, response *core.DetailedResponse, err error)

ListLoadBalancerProfiles : List all load balancer profiles This request lists all load balancer profiles available in the region. A load balancer profile specifies the performance characteristics and pricing model for a load balancer.

func (*VpcV1) ListLoadBalancerProfilesWithContext

func (vpc *VpcV1) ListLoadBalancerProfilesWithContext(ctx context.Context, listLoadBalancerProfilesOptions *ListLoadBalancerProfilesOptions) (result *LoadBalancerProfileCollection, response *core.DetailedResponse, err error)

ListLoadBalancerProfilesWithContext is an alternate form of the ListLoadBalancerProfiles method which supports a Context parameter

func (*VpcV1) ListLoadBalancers

func (vpc *VpcV1) ListLoadBalancers(listLoadBalancersOptions *ListLoadBalancersOptions) (result *LoadBalancerCollection, response *core.DetailedResponse, err error)

ListLoadBalancers : List all load balancers This request lists all load balancers in the region.

func (*VpcV1) ListLoadBalancersWithContext

func (vpc *VpcV1) ListLoadBalancersWithContext(ctx context.Context, listLoadBalancersOptions *ListLoadBalancersOptions) (result *LoadBalancerCollection, response *core.DetailedResponse, err error)

ListLoadBalancersWithContext is an alternate form of the ListLoadBalancers method which supports a Context parameter

func (*VpcV1) ListNetworkACLRules

func (vpc *VpcV1) ListNetworkACLRules(listNetworkACLRulesOptions *ListNetworkACLRulesOptions) (result *NetworkACLRuleCollection, response *core.DetailedResponse, err error)

ListNetworkACLRules : List all rules for a network ACL This request lists all rules for a network ACL. These rules can allow or deny traffic between a source CIDR block and a destination CIDR block over a particular protocol and port range.

func (*VpcV1) ListNetworkACLRulesWithContext

func (vpc *VpcV1) ListNetworkACLRulesWithContext(ctx context.Context, listNetworkACLRulesOptions *ListNetworkACLRulesOptions) (result *NetworkACLRuleCollection, response *core.DetailedResponse, err error)

ListNetworkACLRulesWithContext is an alternate form of the ListNetworkACLRules method which supports a Context parameter

func (*VpcV1) ListNetworkAcls

func (vpc *VpcV1) ListNetworkAcls(listNetworkAclsOptions *ListNetworkAclsOptions) (result *NetworkACLCollection, response *core.DetailedResponse, err error)

ListNetworkAcls : List all network ACLs This request lists all network ACLs in the region. A network ACL defines a set of packet filtering (5-tuple) rules for all traffic in and out of a subnet. Both allow and deny rules can be defined, and rules are stateless such that reverse traffic in response to allowed traffic is not automatically permitted.

func (*VpcV1) ListNetworkAclsWithContext

func (vpc *VpcV1) ListNetworkAclsWithContext(ctx context.Context, listNetworkAclsOptions *ListNetworkAclsOptions) (result *NetworkACLCollection, response *core.DetailedResponse, err error)

ListNetworkAclsWithContext is an alternate form of the ListNetworkAcls method which supports a Context parameter

func (*VpcV1) ListOperatingSystems

func (vpc *VpcV1) ListOperatingSystems(listOperatingSystemsOptions *ListOperatingSystemsOptions) (result *OperatingSystemCollection, response *core.DetailedResponse, err error)

ListOperatingSystems : List all operating systems This request lists all operating systems in the region.

func (*VpcV1) ListOperatingSystemsWithContext

func (vpc *VpcV1) ListOperatingSystemsWithContext(ctx context.Context, listOperatingSystemsOptions *ListOperatingSystemsOptions) (result *OperatingSystemCollection, response *core.DetailedResponse, err error)

ListOperatingSystemsWithContext is an alternate form of the ListOperatingSystems method which supports a Context parameter

func (*VpcV1) ListPlacementGroups

func (vpc *VpcV1) ListPlacementGroups(listPlacementGroupsOptions *ListPlacementGroupsOptions) (result *PlacementGroupCollection, response *core.DetailedResponse, err error)

ListPlacementGroups : List all placement groups This request lists all placement groups in the region.

func (*VpcV1) ListPlacementGroupsWithContext

func (vpc *VpcV1) ListPlacementGroupsWithContext(ctx context.Context, listPlacementGroupsOptions *ListPlacementGroupsOptions) (result *PlacementGroupCollection, response *core.DetailedResponse, err error)

ListPlacementGroupsWithContext is an alternate form of the ListPlacementGroups method which supports a Context parameter

func (*VpcV1) ListPublicGateways

func (vpc *VpcV1) ListPublicGateways(listPublicGatewaysOptions *ListPublicGatewaysOptions) (result *PublicGatewayCollection, response *core.DetailedResponse, err error)

ListPublicGateways : List all public gateways This request lists all public gateways in the region. A public gateway is a virtual network device associated with a VPC, which allows access to the Internet. A public gateway resides in a zone and can be connected to subnets in the same zone only.

func (*VpcV1) ListPublicGatewaysWithContext

func (vpc *VpcV1) ListPublicGatewaysWithContext(ctx context.Context, listPublicGatewaysOptions *ListPublicGatewaysOptions) (result *PublicGatewayCollection, response *core.DetailedResponse, err error)

ListPublicGatewaysWithContext is an alternate form of the ListPublicGateways method which supports a Context parameter

func (*VpcV1) ListRegionZones

func (vpc *VpcV1) ListRegionZones(listRegionZonesOptions *ListRegionZonesOptions) (result *ZoneCollection, response *core.DetailedResponse, err error)

ListRegionZones : List all zones in a region This request lists all zones in a region. Zones represent logically-isolated data centers with high-bandwidth and low-latency interconnects to other zones in the same region. Faults in a zone do not affect other zones.

func (*VpcV1) ListRegionZonesWithContext

func (vpc *VpcV1) ListRegionZonesWithContext(ctx context.Context, listRegionZonesOptions *ListRegionZonesOptions) (result *ZoneCollection, response *core.DetailedResponse, err error)

ListRegionZonesWithContext is an alternate form of the ListRegionZones method which supports a Context parameter

func (*VpcV1) ListRegions

func (vpc *VpcV1) ListRegions(listRegionsOptions *ListRegionsOptions) (result *RegionCollection, response *core.DetailedResponse, err error)

ListRegions : List all regions This request lists all regions. Each region is a separate geographic area that contains multiple isolated zones. Resources can be provisioned into one or more zones in a region. Each zone is isolated, but connected to other zones in the same region with low-latency and high-bandwidth links. Regions represent the top-level of fault isolation available. Resources deployed within a single region also benefit from the low latency afforded by geographic proximity.

func (*VpcV1) ListRegionsWithContext

func (vpc *VpcV1) ListRegionsWithContext(ctx context.Context, listRegionsOptions *ListRegionsOptions) (result *RegionCollection, response *core.DetailedResponse, err error)

ListRegionsWithContext is an alternate form of the ListRegions method which supports a Context parameter

func (*VpcV1) ListSecurityGroupRules

func (vpc *VpcV1) ListSecurityGroupRules(listSecurityGroupRulesOptions *ListSecurityGroupRulesOptions) (result *SecurityGroupRuleCollection, response *core.DetailedResponse, err error)

ListSecurityGroupRules : List all rules in a security group This request lists all rules in a security group. These rules define what traffic the security group permits. Security group rules are stateful, such that reverse traffic in response to allowed traffic is automatically permitted.

func (*VpcV1) ListSecurityGroupRulesWithContext

func (vpc *VpcV1) ListSecurityGroupRulesWithContext(ctx context.Context, listSecurityGroupRulesOptions *ListSecurityGroupRulesOptions) (result *SecurityGroupRuleCollection, response *core.DetailedResponse, err error)

ListSecurityGroupRulesWithContext is an alternate form of the ListSecurityGroupRules method which supports a Context parameter

func (*VpcV1) ListSecurityGroupTargets

func (vpc *VpcV1) ListSecurityGroupTargets(listSecurityGroupTargetsOptions *ListSecurityGroupTargetsOptions) (result *SecurityGroupTargetCollection, response *core.DetailedResponse, err error)

ListSecurityGroupTargets : List all targets associated with a security group This request lists all targets associated with a security group, to which the rules in the security group are applied.

func (*VpcV1) ListSecurityGroupTargetsWithContext

func (vpc *VpcV1) ListSecurityGroupTargetsWithContext(ctx context.Context, listSecurityGroupTargetsOptions *ListSecurityGroupTargetsOptions) (result *SecurityGroupTargetCollection, response *core.DetailedResponse, err error)

ListSecurityGroupTargetsWithContext is an alternate form of the ListSecurityGroupTargets method which supports a Context parameter

func (*VpcV1) ListSecurityGroups

func (vpc *VpcV1) ListSecurityGroups(listSecurityGroupsOptions *ListSecurityGroupsOptions) (result *SecurityGroupCollection, response *core.DetailedResponse, err error)

ListSecurityGroups : List all security groups This request lists all security groups in the region. Security groups provide a way to apply IP filtering rules to instances in the associated VPC. With security groups, all traffic is denied by default, and rules added to security groups define which traffic the security group permits. Security group rules are stateful such that reverse traffic in response to allowed traffic is automatically permitted.

func (*VpcV1) ListSecurityGroupsWithContext

func (vpc *VpcV1) ListSecurityGroupsWithContext(ctx context.Context, listSecurityGroupsOptions *ListSecurityGroupsOptions) (result *SecurityGroupCollection, response *core.DetailedResponse, err error)

ListSecurityGroupsWithContext is an alternate form of the ListSecurityGroups method which supports a Context parameter

func (*VpcV1) ListSnapshots

func (vpc *VpcV1) ListSnapshots(listSnapshotsOptions *ListSnapshotsOptions) (result *SnapshotCollection, response *core.DetailedResponse, err error)

ListSnapshots : List all snapshots This request lists all snapshots in the region. A snapshot preserves the data of a volume at the time the snapshot is created.

func (*VpcV1) ListSnapshotsWithContext

func (vpc *VpcV1) ListSnapshotsWithContext(ctx context.Context, listSnapshotsOptions *ListSnapshotsOptions) (result *SnapshotCollection, response *core.DetailedResponse, err error)

ListSnapshotsWithContext is an alternate form of the ListSnapshots method which supports a Context parameter

func (*VpcV1) ListSubnetReservedIps

func (vpc *VpcV1) ListSubnetReservedIps(listSubnetReservedIpsOptions *ListSubnetReservedIpsOptions) (result *ReservedIPCollection, response *core.DetailedResponse, err error)

ListSubnetReservedIps : List all reserved IPs in a subnet This request lists all reserved IPs in a subnet. A reserved IP resource will exist for every address in the subnet which is not available for use.

func (*VpcV1) ListSubnetReservedIpsWithContext

func (vpc *VpcV1) ListSubnetReservedIpsWithContext(ctx context.Context, listSubnetReservedIpsOptions *ListSubnetReservedIpsOptions) (result *ReservedIPCollection, response *core.DetailedResponse, err error)

ListSubnetReservedIpsWithContext is an alternate form of the ListSubnetReservedIps method which supports a Context parameter

func (*VpcV1) ListSubnets

func (vpc *VpcV1) ListSubnets(listSubnetsOptions *ListSubnetsOptions) (result *SubnetCollection, response *core.DetailedResponse, err error)

ListSubnets : List all subnets This request lists all subnets in the region. Subnets are contiguous ranges of IP addresses specified in CIDR block notation. Each subnet is within a particular zone and cannot span multiple zones or regions.

func (*VpcV1) ListSubnetsWithContext

func (vpc *VpcV1) ListSubnetsWithContext(ctx context.Context, listSubnetsOptions *ListSubnetsOptions) (result *SubnetCollection, response *core.DetailedResponse, err error)

ListSubnetsWithContext is an alternate form of the ListSubnets method which supports a Context parameter

func (*VpcV1) ListVPCAddressPrefixes

func (vpc *VpcV1) ListVPCAddressPrefixes(listVPCAddressPrefixesOptions *ListVPCAddressPrefixesOptions) (result *AddressPrefixCollection, response *core.DetailedResponse, err error)

ListVPCAddressPrefixes : List all address prefixes for a VPC This request lists all address pool prefixes for a VPC.

func (*VpcV1) ListVPCAddressPrefixesWithContext

func (vpc *VpcV1) ListVPCAddressPrefixesWithContext(ctx context.Context, listVPCAddressPrefixesOptions *ListVPCAddressPrefixesOptions) (result *AddressPrefixCollection, response *core.DetailedResponse, err error)

ListVPCAddressPrefixesWithContext is an alternate form of the ListVPCAddressPrefixes method which supports a Context parameter

func (*VpcV1) ListVPCRoutes

func (vpc *VpcV1) ListVPCRoutes(listVPCRoutesOptions *ListVPCRoutesOptions) (result *RouteCollection, response *core.DetailedResponse, err error)

ListVPCRoutes : List all routes in a VPC's default routing table This request lists all routes in the VPC's default routing table. Each route is zone-specific and directs any packets matching its destination CIDR block to a `next_hop` IP address. The most specific route matching a packet's destination will be used. If multiple equally-specific routes exist, traffic will be distributed across them.

func (*VpcV1) ListVPCRoutesWithContext

func (vpc *VpcV1) ListVPCRoutesWithContext(ctx context.Context, listVPCRoutesOptions *ListVPCRoutesOptions) (result *RouteCollection, response *core.DetailedResponse, err error)

ListVPCRoutesWithContext is an alternate form of the ListVPCRoutes method which supports a Context parameter

func (*VpcV1) ListVPCRoutingTableRoutes

func (vpc *VpcV1) ListVPCRoutingTableRoutes(listVPCRoutingTableRoutesOptions *ListVPCRoutingTableRoutesOptions) (result *RouteCollection, response *core.DetailedResponse, err error)

ListVPCRoutingTableRoutes : List all routes in a VPC routing table This request lists all routes in a VPC routing table. If subnets are associated with this routing table, delivery of packets sent on a subnet is performed according to the action of the most specific matching route in the table (provided the subnet and route are in the same zone). If multiple equally-specific routes exist, traffic will be distributed across them. If no routes match, delivery will be controlled by the system's built-in routes.

func (*VpcV1) ListVPCRoutingTableRoutesWithContext

func (vpc *VpcV1) ListVPCRoutingTableRoutesWithContext(ctx context.Context, listVPCRoutingTableRoutesOptions *ListVPCRoutingTableRoutesOptions) (result *RouteCollection, response *core.DetailedResponse, err error)

ListVPCRoutingTableRoutesWithContext is an alternate form of the ListVPCRoutingTableRoutes method which supports a Context parameter

func (*VpcV1) ListVPCRoutingTables

func (vpc *VpcV1) ListVPCRoutingTables(listVPCRoutingTablesOptions *ListVPCRoutingTablesOptions) (result *RoutingTableCollection, response *core.DetailedResponse, err error)

ListVPCRoutingTables : List all routing tables for a VPC This request lists all user-defined routing tables for a VPC. Each subnet in a VPC is associated with a routing table, which controls delivery of packets sent on that subnet according to the action of the most specific matching route in the table. If multiple equally-specific routes exist, traffic will be distributed across them. If no routes match, delivery will be controlled by the system's built-in routes.

func (*VpcV1) ListVPCRoutingTablesWithContext

func (vpc *VpcV1) ListVPCRoutingTablesWithContext(ctx context.Context, listVPCRoutingTablesOptions *ListVPCRoutingTablesOptions) (result *RoutingTableCollection, response *core.DetailedResponse, err error)

ListVPCRoutingTablesWithContext is an alternate form of the ListVPCRoutingTables method which supports a Context parameter

func (*VpcV1) ListVPNGatewayConnectionLocalCIDRs

func (vpc *VpcV1) ListVPNGatewayConnectionLocalCIDRs(listVPNGatewayConnectionLocalCIDRsOptions *ListVPNGatewayConnectionLocalCIDRsOptions) (result *VPNGatewayConnectionLocalCIDRs, response *core.DetailedResponse, err error)

ListVPNGatewayConnectionLocalCIDRs : List all local CIDRs for a VPN gateway connection This request lists all local CIDRs for a VPN gateway connection.

func (*VpcV1) ListVPNGatewayConnectionLocalCIDRsWithContext

func (vpc *VpcV1) ListVPNGatewayConnectionLocalCIDRsWithContext(ctx context.Context, listVPNGatewayConnectionLocalCIDRsOptions *ListVPNGatewayConnectionLocalCIDRsOptions) (result *VPNGatewayConnectionLocalCIDRs, response *core.DetailedResponse, err error)

ListVPNGatewayConnectionLocalCIDRsWithContext is an alternate form of the ListVPNGatewayConnectionLocalCIDRs method which supports a Context parameter

func (*VpcV1) ListVPNGatewayConnectionPeerCIDRs

func (vpc *VpcV1) ListVPNGatewayConnectionPeerCIDRs(listVPNGatewayConnectionPeerCIDRsOptions *ListVPNGatewayConnectionPeerCIDRsOptions) (result *VPNGatewayConnectionPeerCIDRs, response *core.DetailedResponse, err error)

ListVPNGatewayConnectionPeerCIDRs : List all peer CIDRs for a VPN gateway connection This request lists all peer CIDRs for a VPN gateway connection.

func (*VpcV1) ListVPNGatewayConnectionPeerCIDRsWithContext

func (vpc *VpcV1) ListVPNGatewayConnectionPeerCIDRsWithContext(ctx context.Context, listVPNGatewayConnectionPeerCIDRsOptions *ListVPNGatewayConnectionPeerCIDRsOptions) (result *VPNGatewayConnectionPeerCIDRs, response *core.DetailedResponse, err error)

ListVPNGatewayConnectionPeerCIDRsWithContext is an alternate form of the ListVPNGatewayConnectionPeerCIDRs method which supports a Context parameter

func (*VpcV1) ListVPNGatewayConnections

func (vpc *VpcV1) ListVPNGatewayConnections(listVPNGatewayConnectionsOptions *ListVPNGatewayConnectionsOptions) (result *VPNGatewayConnectionCollection, response *core.DetailedResponse, err error)

ListVPNGatewayConnections : List all connections of a VPN gateway This request lists all connections of a VPN gateway.

func (*VpcV1) ListVPNGatewayConnectionsWithContext

func (vpc *VpcV1) ListVPNGatewayConnectionsWithContext(ctx context.Context, listVPNGatewayConnectionsOptions *ListVPNGatewayConnectionsOptions) (result *VPNGatewayConnectionCollection, response *core.DetailedResponse, err error)

ListVPNGatewayConnectionsWithContext is an alternate form of the ListVPNGatewayConnections method which supports a Context parameter

func (*VpcV1) ListVPNGateways

func (vpc *VpcV1) ListVPNGateways(listVPNGatewaysOptions *ListVPNGatewaysOptions) (result *VPNGatewayCollection, response *core.DetailedResponse, err error)

ListVPNGateways : List all VPN gateways This request lists all VPN gateways in the region.

func (*VpcV1) ListVPNGatewaysWithContext

func (vpc *VpcV1) ListVPNGatewaysWithContext(ctx context.Context, listVPNGatewaysOptions *ListVPNGatewaysOptions) (result *VPNGatewayCollection, response *core.DetailedResponse, err error)

ListVPNGatewaysWithContext is an alternate form of the ListVPNGateways method which supports a Context parameter

func (*VpcV1) ListVolumeProfiles

func (vpc *VpcV1) ListVolumeProfiles(listVolumeProfilesOptions *ListVolumeProfilesOptions) (result *VolumeProfileCollection, response *core.DetailedResponse, err error)

ListVolumeProfiles : List all volume profiles This request lists all volume profiles available in the region. A volume profile specifies the performance characteristics and pricing model for a volume.

func (*VpcV1) ListVolumeProfilesWithContext

func (vpc *VpcV1) ListVolumeProfilesWithContext(ctx context.Context, listVolumeProfilesOptions *ListVolumeProfilesOptions) (result *VolumeProfileCollection, response *core.DetailedResponse, err error)

ListVolumeProfilesWithContext is an alternate form of the ListVolumeProfiles method which supports a Context parameter

func (*VpcV1) ListVolumes

func (vpc *VpcV1) ListVolumes(listVolumesOptions *ListVolumesOptions) (result *VolumeCollection, response *core.DetailedResponse, err error)

ListVolumes : List all volumes This request lists all volumes in the region. Volumes are network-connected block storage devices that may be attached to one or more instances in the same region.

func (*VpcV1) ListVolumesWithContext

func (vpc *VpcV1) ListVolumesWithContext(ctx context.Context, listVolumesOptions *ListVolumesOptions) (result *VolumeCollection, response *core.DetailedResponse, err error)

ListVolumesWithContext is an alternate form of the ListVolumes method which supports a Context parameter

func (*VpcV1) ListVpcs

func (vpc *VpcV1) ListVpcs(listVpcsOptions *ListVpcsOptions) (result *VPCCollection, response *core.DetailedResponse, err error)

ListVpcs : List all VPCs This request lists all VPCs in the region. A VPC is a virtual network that belongs to an account and provides logical isolation from other networks. A VPC is made up of resources in one or more zones. VPCs are regional, and each VPC can contain resources in multiple zones in a region.

func (*VpcV1) ListVpcsWithContext

func (vpc *VpcV1) ListVpcsWithContext(ctx context.Context, listVpcsOptions *ListVpcsOptions) (result *VPCCollection, response *core.DetailedResponse, err error)

ListVpcsWithContext is an alternate form of the ListVpcs method which supports a Context parameter

func (*VpcV1) NewAddBareMetalServerNetworkInterfaceFloatingIPOptions

func (*VpcV1) NewAddBareMetalServerNetworkInterfaceFloatingIPOptions(bareMetalServerID string, networkInterfaceID string, id string) *AddBareMetalServerNetworkInterfaceFloatingIPOptions

NewAddBareMetalServerNetworkInterfaceFloatingIPOptions : Instantiate AddBareMetalServerNetworkInterfaceFloatingIPOptions

func (*VpcV1) NewAddEndpointGatewayIPOptions

func (*VpcV1) NewAddEndpointGatewayIPOptions(endpointGatewayID string, id string) *AddEndpointGatewayIPOptions

NewAddEndpointGatewayIPOptions : Instantiate AddEndpointGatewayIPOptions

func (*VpcV1) NewAddInstanceNetworkInterfaceFloatingIPOptions

func (*VpcV1) NewAddInstanceNetworkInterfaceFloatingIPOptions(instanceID string, networkInterfaceID string, id string) *AddInstanceNetworkInterfaceFloatingIPOptions

NewAddInstanceNetworkInterfaceFloatingIPOptions : Instantiate AddInstanceNetworkInterfaceFloatingIPOptions

func (*VpcV1) NewAddVPNGatewayConnectionLocalCIDROptions

func (*VpcV1) NewAddVPNGatewayConnectionLocalCIDROptions(vpnGatewayID string, id string, cidrPrefix string, prefixLength string) *AddVPNGatewayConnectionLocalCIDROptions

NewAddVPNGatewayConnectionLocalCIDROptions : Instantiate AddVPNGatewayConnectionLocalCIDROptions

func (*VpcV1) NewAddVPNGatewayConnectionPeerCIDROptions

func (*VpcV1) NewAddVPNGatewayConnectionPeerCIDROptions(vpnGatewayID string, id string, cidrPrefix string, prefixLength string) *AddVPNGatewayConnectionPeerCIDROptions

NewAddVPNGatewayConnectionPeerCIDROptions : Instantiate AddVPNGatewayConnectionPeerCIDROptions

func (*VpcV1) NewBareMetalServerInitializationPrototype

func (*VpcV1) NewBareMetalServerInitializationPrototype(image ImageIdentityIntf, keys []KeyIdentityIntf) (_model *BareMetalServerInitializationPrototype, err error)

NewBareMetalServerInitializationPrototype : Instantiate BareMetalServerInitializationPrototype (Generic Model Constructor)

func (*VpcV1) NewBareMetalServerNetworkInterfacePrototypeBareMetalServerNetworkInterfaceByPciPrototype

func (*VpcV1) NewBareMetalServerNetworkInterfacePrototypeBareMetalServerNetworkInterfaceByPciPrototype(interfaceType string, subnet SubnetIdentityIntf) (_model *BareMetalServerNetworkInterfacePrototypeBareMetalServerNetworkInterfaceByPciPrototype, err error)

NewBareMetalServerNetworkInterfacePrototypeBareMetalServerNetworkInterfaceByPciPrototype : Instantiate BareMetalServerNetworkInterfacePrototypeBareMetalServerNetworkInterfaceByPciPrototype (Generic Model Constructor)

func (*VpcV1) NewBareMetalServerNetworkInterfacePrototypeBareMetalServerNetworkInterfaceByVlanPrototype

func (*VpcV1) NewBareMetalServerNetworkInterfacePrototypeBareMetalServerNetworkInterfaceByVlanPrototype(interfaceType string, subnet SubnetIdentityIntf, vlan int64) (_model *BareMetalServerNetworkInterfacePrototypeBareMetalServerNetworkInterfaceByVlanPrototype, err error)

NewBareMetalServerNetworkInterfacePrototypeBareMetalServerNetworkInterfaceByVlanPrototype : Instantiate BareMetalServerNetworkInterfacePrototypeBareMetalServerNetworkInterfaceByVlanPrototype (Generic Model Constructor)

func (*VpcV1) NewBareMetalServerPrimaryNetworkInterfacePrototype

func (*VpcV1) NewBareMetalServerPrimaryNetworkInterfacePrototype(subnet SubnetIdentityIntf) (_model *BareMetalServerPrimaryNetworkInterfacePrototype, err error)

NewBareMetalServerPrimaryNetworkInterfacePrototype : Instantiate BareMetalServerPrimaryNetworkInterfacePrototype (Generic Model Constructor)

func (*VpcV1) NewBareMetalServerProfileIdentityByHref

func (*VpcV1) NewBareMetalServerProfileIdentityByHref(href string) (_model *BareMetalServerProfileIdentityByHref, err error)

NewBareMetalServerProfileIdentityByHref : Instantiate BareMetalServerProfileIdentityByHref (Generic Model Constructor)

func (*VpcV1) NewBareMetalServerProfileIdentityByName

func (*VpcV1) NewBareMetalServerProfileIdentityByName(name string) (_model *BareMetalServerProfileIdentityByName, err error)

NewBareMetalServerProfileIdentityByName : Instantiate BareMetalServerProfileIdentityByName (Generic Model Constructor)

func (*VpcV1) NewCertificateInstanceIdentityByCRN

func (*VpcV1) NewCertificateInstanceIdentityByCRN(crn string) (_model *CertificateInstanceIdentityByCRN, err error)

NewCertificateInstanceIdentityByCRN : Instantiate CertificateInstanceIdentityByCRN (Generic Model Constructor)

func (*VpcV1) NewCheckVPNGatewayConnectionLocalCIDROptions

func (*VpcV1) NewCheckVPNGatewayConnectionLocalCIDROptions(vpnGatewayID string, id string, cidrPrefix string, prefixLength string) *CheckVPNGatewayConnectionLocalCIDROptions

NewCheckVPNGatewayConnectionLocalCIDROptions : Instantiate CheckVPNGatewayConnectionLocalCIDROptions

func (*VpcV1) NewCheckVPNGatewayConnectionPeerCIDROptions

func (*VpcV1) NewCheckVPNGatewayConnectionPeerCIDROptions(vpnGatewayID string, id string, cidrPrefix string, prefixLength string) *CheckVPNGatewayConnectionPeerCIDROptions

NewCheckVPNGatewayConnectionPeerCIDROptions : Instantiate CheckVPNGatewayConnectionPeerCIDROptions

func (*VpcV1) NewCreateBareMetalServerConsoleAccessTokenOptions

func (*VpcV1) NewCreateBareMetalServerConsoleAccessTokenOptions(bareMetalServerID string, consoleType string) *CreateBareMetalServerConsoleAccessTokenOptions

NewCreateBareMetalServerConsoleAccessTokenOptions : Instantiate CreateBareMetalServerConsoleAccessTokenOptions

func (*VpcV1) NewCreateBareMetalServerNetworkInterfaceOptions

func (*VpcV1) NewCreateBareMetalServerNetworkInterfaceOptions(bareMetalServerID string, bareMetalServerNetworkInterfacePrototype BareMetalServerNetworkInterfacePrototypeIntf) *CreateBareMetalServerNetworkInterfaceOptions

NewCreateBareMetalServerNetworkInterfaceOptions : Instantiate CreateBareMetalServerNetworkInterfaceOptions

func (*VpcV1) NewCreateBareMetalServerOptions

NewCreateBareMetalServerOptions : Instantiate CreateBareMetalServerOptions

func (*VpcV1) NewCreateDedicatedHostGroupOptions

func (*VpcV1) NewCreateDedicatedHostGroupOptions() *CreateDedicatedHostGroupOptions

NewCreateDedicatedHostGroupOptions : Instantiate CreateDedicatedHostGroupOptions

func (*VpcV1) NewCreateDedicatedHostOptions

func (*VpcV1) NewCreateDedicatedHostOptions(dedicatedHostPrototype DedicatedHostPrototypeIntf) *CreateDedicatedHostOptions

NewCreateDedicatedHostOptions : Instantiate CreateDedicatedHostOptions

func (*VpcV1) NewCreateEndpointGatewayOptions

func (*VpcV1) NewCreateEndpointGatewayOptions(target EndpointGatewayTargetPrototypeIntf, vpc VPCIdentityIntf) *CreateEndpointGatewayOptions

NewCreateEndpointGatewayOptions : Instantiate CreateEndpointGatewayOptions

func (*VpcV1) NewCreateFloatingIPOptions

func (*VpcV1) NewCreateFloatingIPOptions(floatingIPPrototype FloatingIPPrototypeIntf) *CreateFloatingIPOptions

NewCreateFloatingIPOptions : Instantiate CreateFloatingIPOptions

func (*VpcV1) NewCreateFlowLogCollectorOptions

NewCreateFlowLogCollectorOptions : Instantiate CreateFlowLogCollectorOptions

func (*VpcV1) NewCreateIkePolicyOptions

func (*VpcV1) NewCreateIkePolicyOptions(authenticationAlgorithm string, dhGroup int64, encryptionAlgorithm string, ikeVersion int64) *CreateIkePolicyOptions

NewCreateIkePolicyOptions : Instantiate CreateIkePolicyOptions

func (*VpcV1) NewCreateImageOptions

func (*VpcV1) NewCreateImageOptions(imagePrototype ImagePrototypeIntf) *CreateImageOptions

NewCreateImageOptions : Instantiate CreateImageOptions

func (*VpcV1) NewCreateInstanceActionOptions

func (*VpcV1) NewCreateInstanceActionOptions(instanceID string, typeVar string) *CreateInstanceActionOptions

NewCreateInstanceActionOptions : Instantiate CreateInstanceActionOptions

func (*VpcV1) NewCreateInstanceConsoleAccessTokenOptions

func (*VpcV1) NewCreateInstanceConsoleAccessTokenOptions(instanceID string, consoleType string) *CreateInstanceConsoleAccessTokenOptions

NewCreateInstanceConsoleAccessTokenOptions : Instantiate CreateInstanceConsoleAccessTokenOptions

func (*VpcV1) NewCreateInstanceGroupManagerActionOptions

func (*VpcV1) NewCreateInstanceGroupManagerActionOptions(instanceGroupID string, instanceGroupManagerID string, instanceGroupManagerActionPrototype InstanceGroupManagerActionPrototypeIntf) *CreateInstanceGroupManagerActionOptions

NewCreateInstanceGroupManagerActionOptions : Instantiate CreateInstanceGroupManagerActionOptions

func (*VpcV1) NewCreateInstanceGroupManagerOptions

func (*VpcV1) NewCreateInstanceGroupManagerOptions(instanceGroupID string, instanceGroupManagerPrototype InstanceGroupManagerPrototypeIntf) *CreateInstanceGroupManagerOptions

NewCreateInstanceGroupManagerOptions : Instantiate CreateInstanceGroupManagerOptions

func (*VpcV1) NewCreateInstanceGroupManagerPolicyOptions

func (*VpcV1) NewCreateInstanceGroupManagerPolicyOptions(instanceGroupID string, instanceGroupManagerID string, instanceGroupManagerPolicyPrototype InstanceGroupManagerPolicyPrototypeIntf) *CreateInstanceGroupManagerPolicyOptions

NewCreateInstanceGroupManagerPolicyOptions : Instantiate CreateInstanceGroupManagerPolicyOptions

func (*VpcV1) NewCreateInstanceGroupOptions

func (*VpcV1) NewCreateInstanceGroupOptions(instanceTemplate InstanceTemplateIdentityIntf, subnets []SubnetIdentityIntf) *CreateInstanceGroupOptions

NewCreateInstanceGroupOptions : Instantiate CreateInstanceGroupOptions

func (*VpcV1) NewCreateInstanceNetworkInterfaceOptions

func (*VpcV1) NewCreateInstanceNetworkInterfaceOptions(instanceID string, subnet SubnetIdentityIntf) *CreateInstanceNetworkInterfaceOptions

NewCreateInstanceNetworkInterfaceOptions : Instantiate CreateInstanceNetworkInterfaceOptions

func (*VpcV1) NewCreateInstanceOptions

func (*VpcV1) NewCreateInstanceOptions(instancePrototype InstancePrototypeIntf) *CreateInstanceOptions

NewCreateInstanceOptions : Instantiate CreateInstanceOptions

func (*VpcV1) NewCreateInstanceTemplateOptions

func (*VpcV1) NewCreateInstanceTemplateOptions(instanceTemplatePrototype InstanceTemplatePrototypeIntf) *CreateInstanceTemplateOptions

NewCreateInstanceTemplateOptions : Instantiate CreateInstanceTemplateOptions

func (*VpcV1) NewCreateInstanceVolumeAttachmentOptions

func (*VpcV1) NewCreateInstanceVolumeAttachmentOptions(instanceID string, volume VolumeAttachmentPrototypeVolumeIntf) *CreateInstanceVolumeAttachmentOptions

NewCreateInstanceVolumeAttachmentOptions : Instantiate CreateInstanceVolumeAttachmentOptions

func (*VpcV1) NewCreateIpsecPolicyOptions

func (*VpcV1) NewCreateIpsecPolicyOptions(authenticationAlgorithm string, encryptionAlgorithm string, pfs string) *CreateIpsecPolicyOptions

NewCreateIpsecPolicyOptions : Instantiate CreateIpsecPolicyOptions

func (*VpcV1) NewCreateKeyOptions

func (*VpcV1) NewCreateKeyOptions(publicKey string) *CreateKeyOptions

NewCreateKeyOptions : Instantiate CreateKeyOptions

func (*VpcV1) NewCreateLoadBalancerListenerOptions

func (*VpcV1) NewCreateLoadBalancerListenerOptions(loadBalancerID string, protocol string) *CreateLoadBalancerListenerOptions

NewCreateLoadBalancerListenerOptions : Instantiate CreateLoadBalancerListenerOptions

func (*VpcV1) NewCreateLoadBalancerListenerPolicyOptions

func (*VpcV1) NewCreateLoadBalancerListenerPolicyOptions(loadBalancerID string, listenerID string, action string, priority int64) *CreateLoadBalancerListenerPolicyOptions

NewCreateLoadBalancerListenerPolicyOptions : Instantiate CreateLoadBalancerListenerPolicyOptions

func (*VpcV1) NewCreateLoadBalancerListenerPolicyRuleOptions

func (*VpcV1) NewCreateLoadBalancerListenerPolicyRuleOptions(loadBalancerID string, listenerID string, policyID string, condition string, typeVar string, value string) *CreateLoadBalancerListenerPolicyRuleOptions

NewCreateLoadBalancerListenerPolicyRuleOptions : Instantiate CreateLoadBalancerListenerPolicyRuleOptions

func (*VpcV1) NewCreateLoadBalancerOptions

func (*VpcV1) NewCreateLoadBalancerOptions(isPublic bool, subnets []SubnetIdentityIntf) *CreateLoadBalancerOptions

NewCreateLoadBalancerOptions : Instantiate CreateLoadBalancerOptions

func (*VpcV1) NewCreateLoadBalancerPoolMemberOptions

func (*VpcV1) NewCreateLoadBalancerPoolMemberOptions(loadBalancerID string, poolID string, port int64, target LoadBalancerPoolMemberTargetPrototypeIntf) *CreateLoadBalancerPoolMemberOptions

NewCreateLoadBalancerPoolMemberOptions : Instantiate CreateLoadBalancerPoolMemberOptions

func (*VpcV1) NewCreateLoadBalancerPoolOptions

func (*VpcV1) NewCreateLoadBalancerPoolOptions(loadBalancerID string, algorithm string, healthMonitor *LoadBalancerPoolHealthMonitorPrototype, protocol string) *CreateLoadBalancerPoolOptions

NewCreateLoadBalancerPoolOptions : Instantiate CreateLoadBalancerPoolOptions

func (*VpcV1) NewCreateNetworkACLOptions

func (*VpcV1) NewCreateNetworkACLOptions() *CreateNetworkACLOptions

NewCreateNetworkACLOptions : Instantiate CreateNetworkACLOptions

func (*VpcV1) NewCreateNetworkACLRuleOptions

func (*VpcV1) NewCreateNetworkACLRuleOptions(networkACLID string, networkACLRulePrototype NetworkACLRulePrototypeIntf) *CreateNetworkACLRuleOptions

NewCreateNetworkACLRuleOptions : Instantiate CreateNetworkACLRuleOptions

func (*VpcV1) NewCreatePlacementGroupOptions

func (*VpcV1) NewCreatePlacementGroupOptions(strategy string) *CreatePlacementGroupOptions

NewCreatePlacementGroupOptions : Instantiate CreatePlacementGroupOptions

func (*VpcV1) NewCreatePublicGatewayOptions

func (*VpcV1) NewCreatePublicGatewayOptions(vpc VPCIdentityIntf, zone ZoneIdentityIntf) *CreatePublicGatewayOptions

NewCreatePublicGatewayOptions : Instantiate CreatePublicGatewayOptions

func (*VpcV1) NewCreateSecurityGroupOptions

func (*VpcV1) NewCreateSecurityGroupOptions(vpc VPCIdentityIntf) *CreateSecurityGroupOptions

NewCreateSecurityGroupOptions : Instantiate CreateSecurityGroupOptions

func (*VpcV1) NewCreateSecurityGroupRuleOptions

func (*VpcV1) NewCreateSecurityGroupRuleOptions(securityGroupID string, securityGroupRulePrototype SecurityGroupRulePrototypeIntf) *CreateSecurityGroupRuleOptions

NewCreateSecurityGroupRuleOptions : Instantiate CreateSecurityGroupRuleOptions

func (*VpcV1) NewCreateSecurityGroupTargetBindingOptions

func (*VpcV1) NewCreateSecurityGroupTargetBindingOptions(securityGroupID string, id string) *CreateSecurityGroupTargetBindingOptions

NewCreateSecurityGroupTargetBindingOptions : Instantiate CreateSecurityGroupTargetBindingOptions

func (*VpcV1) NewCreateSnapshotOptions

func (*VpcV1) NewCreateSnapshotOptions(sourceVolume VolumeIdentityIntf) *CreateSnapshotOptions

NewCreateSnapshotOptions : Instantiate CreateSnapshotOptions

func (*VpcV1) NewCreateSubnetOptions

func (*VpcV1) NewCreateSubnetOptions(subnetPrototype SubnetPrototypeIntf) *CreateSubnetOptions

NewCreateSubnetOptions : Instantiate CreateSubnetOptions

func (*VpcV1) NewCreateSubnetReservedIPOptions

func (*VpcV1) NewCreateSubnetReservedIPOptions(subnetID string) *CreateSubnetReservedIPOptions

NewCreateSubnetReservedIPOptions : Instantiate CreateSubnetReservedIPOptions

func (*VpcV1) NewCreateVPCAddressPrefixOptions

func (*VpcV1) NewCreateVPCAddressPrefixOptions(vpcID string, cidr string, zone ZoneIdentityIntf) *CreateVPCAddressPrefixOptions

NewCreateVPCAddressPrefixOptions : Instantiate CreateVPCAddressPrefixOptions

func (*VpcV1) NewCreateVPCOptions

func (*VpcV1) NewCreateVPCOptions() *CreateVPCOptions

NewCreateVPCOptions : Instantiate CreateVPCOptions

func (*VpcV1) NewCreateVPCRouteOptions

func (*VpcV1) NewCreateVPCRouteOptions(vpcID string, destination string, zone ZoneIdentityIntf) *CreateVPCRouteOptions

NewCreateVPCRouteOptions : Instantiate CreateVPCRouteOptions

func (*VpcV1) NewCreateVPCRoutingTableOptions

func (*VpcV1) NewCreateVPCRoutingTableOptions(vpcID string) *CreateVPCRoutingTableOptions

NewCreateVPCRoutingTableOptions : Instantiate CreateVPCRoutingTableOptions

func (*VpcV1) NewCreateVPCRoutingTableRouteOptions

func (*VpcV1) NewCreateVPCRoutingTableRouteOptions(vpcID string, routingTableID string, destination string, zone ZoneIdentityIntf) *CreateVPCRoutingTableRouteOptions

NewCreateVPCRoutingTableRouteOptions : Instantiate CreateVPCRoutingTableRouteOptions

func (*VpcV1) NewCreateVPNGatewayConnectionOptions

func (*VpcV1) NewCreateVPNGatewayConnectionOptions(vpnGatewayID string, vpnGatewayConnectionPrototype VPNGatewayConnectionPrototypeIntf) *CreateVPNGatewayConnectionOptions

NewCreateVPNGatewayConnectionOptions : Instantiate CreateVPNGatewayConnectionOptions

func (*VpcV1) NewCreateVPNGatewayOptions

func (*VpcV1) NewCreateVPNGatewayOptions(vpnGatewayPrototype VPNGatewayPrototypeIntf) *CreateVPNGatewayOptions

NewCreateVPNGatewayOptions : Instantiate CreateVPNGatewayOptions

func (*VpcV1) NewCreateVolumeOptions

func (*VpcV1) NewCreateVolumeOptions(volumePrototype VolumePrototypeIntf) *CreateVolumeOptions

NewCreateVolumeOptions : Instantiate CreateVolumeOptions

func (*VpcV1) NewDedicatedHostGroupIdentityByCRN

func (*VpcV1) NewDedicatedHostGroupIdentityByCRN(crn string) (_model *DedicatedHostGroupIdentityByCRN, err error)

NewDedicatedHostGroupIdentityByCRN : Instantiate DedicatedHostGroupIdentityByCRN (Generic Model Constructor)

func (*VpcV1) NewDedicatedHostGroupIdentityByHref

func (*VpcV1) NewDedicatedHostGroupIdentityByHref(href string) (_model *DedicatedHostGroupIdentityByHref, err error)

NewDedicatedHostGroupIdentityByHref : Instantiate DedicatedHostGroupIdentityByHref (Generic Model Constructor)

func (*VpcV1) NewDedicatedHostGroupIdentityByID

func (*VpcV1) NewDedicatedHostGroupIdentityByID(id string) (_model *DedicatedHostGroupIdentityByID, err error)

NewDedicatedHostGroupIdentityByID : Instantiate DedicatedHostGroupIdentityByID (Generic Model Constructor)

func (*VpcV1) NewDedicatedHostProfileIdentityByHref

func (*VpcV1) NewDedicatedHostProfileIdentityByHref(href string) (_model *DedicatedHostProfileIdentityByHref, err error)

NewDedicatedHostProfileIdentityByHref : Instantiate DedicatedHostProfileIdentityByHref (Generic Model Constructor)

func (*VpcV1) NewDedicatedHostProfileIdentityByName

func (*VpcV1) NewDedicatedHostProfileIdentityByName(name string) (_model *DedicatedHostProfileIdentityByName, err error)

NewDedicatedHostProfileIdentityByName : Instantiate DedicatedHostProfileIdentityByName (Generic Model Constructor)

func (*VpcV1) NewDedicatedHostPrototypeDedicatedHostByGroup

func (*VpcV1) NewDedicatedHostPrototypeDedicatedHostByGroup(profile DedicatedHostProfileIdentityIntf, group DedicatedHostGroupIdentityIntf) (_model *DedicatedHostPrototypeDedicatedHostByGroup, err error)

NewDedicatedHostPrototypeDedicatedHostByGroup : Instantiate DedicatedHostPrototypeDedicatedHostByGroup (Generic Model Constructor)

func (*VpcV1) NewDedicatedHostPrototypeDedicatedHostByZone

func (*VpcV1) NewDedicatedHostPrototypeDedicatedHostByZone(profile DedicatedHostProfileIdentityIntf, zone ZoneIdentityIntf) (_model *DedicatedHostPrototypeDedicatedHostByZone, err error)

NewDedicatedHostPrototypeDedicatedHostByZone : Instantiate DedicatedHostPrototypeDedicatedHostByZone (Generic Model Constructor)

func (*VpcV1) NewDeleteBareMetalServerNetworkInterfaceOptions

func (*VpcV1) NewDeleteBareMetalServerNetworkInterfaceOptions(bareMetalServerID string, id string) *DeleteBareMetalServerNetworkInterfaceOptions

NewDeleteBareMetalServerNetworkInterfaceOptions : Instantiate DeleteBareMetalServerNetworkInterfaceOptions

func (*VpcV1) NewDeleteBareMetalServerOptions

func (*VpcV1) NewDeleteBareMetalServerOptions(id string) *DeleteBareMetalServerOptions

NewDeleteBareMetalServerOptions : Instantiate DeleteBareMetalServerOptions

func (*VpcV1) NewDeleteDedicatedHostGroupOptions

func (*VpcV1) NewDeleteDedicatedHostGroupOptions(id string) *DeleteDedicatedHostGroupOptions

NewDeleteDedicatedHostGroupOptions : Instantiate DeleteDedicatedHostGroupOptions

func (*VpcV1) NewDeleteDedicatedHostOptions

func (*VpcV1) NewDeleteDedicatedHostOptions(id string) *DeleteDedicatedHostOptions

NewDeleteDedicatedHostOptions : Instantiate DeleteDedicatedHostOptions

func (*VpcV1) NewDeleteEndpointGatewayOptions

func (*VpcV1) NewDeleteEndpointGatewayOptions(id string) *DeleteEndpointGatewayOptions

NewDeleteEndpointGatewayOptions : Instantiate DeleteEndpointGatewayOptions

func (*VpcV1) NewDeleteFloatingIPOptions

func (*VpcV1) NewDeleteFloatingIPOptions(id string) *DeleteFloatingIPOptions

NewDeleteFloatingIPOptions : Instantiate DeleteFloatingIPOptions

func (*VpcV1) NewDeleteFlowLogCollectorOptions

func (*VpcV1) NewDeleteFlowLogCollectorOptions(id string) *DeleteFlowLogCollectorOptions

NewDeleteFlowLogCollectorOptions : Instantiate DeleteFlowLogCollectorOptions

func (*VpcV1) NewDeleteIkePolicyOptions

func (*VpcV1) NewDeleteIkePolicyOptions(id string) *DeleteIkePolicyOptions

NewDeleteIkePolicyOptions : Instantiate DeleteIkePolicyOptions

func (*VpcV1) NewDeleteImageOptions

func (*VpcV1) NewDeleteImageOptions(id string) *DeleteImageOptions

NewDeleteImageOptions : Instantiate DeleteImageOptions

func (*VpcV1) NewDeleteInstanceGroupLoadBalancerOptions

func (*VpcV1) NewDeleteInstanceGroupLoadBalancerOptions(instanceGroupID string) *DeleteInstanceGroupLoadBalancerOptions

NewDeleteInstanceGroupLoadBalancerOptions : Instantiate DeleteInstanceGroupLoadBalancerOptions

func (*VpcV1) NewDeleteInstanceGroupManagerActionOptions

func (*VpcV1) NewDeleteInstanceGroupManagerActionOptions(instanceGroupID string, instanceGroupManagerID string, id string) *DeleteInstanceGroupManagerActionOptions

NewDeleteInstanceGroupManagerActionOptions : Instantiate DeleteInstanceGroupManagerActionOptions

func (*VpcV1) NewDeleteInstanceGroupManagerOptions

func (*VpcV1) NewDeleteInstanceGroupManagerOptions(instanceGroupID string, id string) *DeleteInstanceGroupManagerOptions

NewDeleteInstanceGroupManagerOptions : Instantiate DeleteInstanceGroupManagerOptions

func (*VpcV1) NewDeleteInstanceGroupManagerPolicyOptions

func (*VpcV1) NewDeleteInstanceGroupManagerPolicyOptions(instanceGroupID string, instanceGroupManagerID string, id string) *DeleteInstanceGroupManagerPolicyOptions

NewDeleteInstanceGroupManagerPolicyOptions : Instantiate DeleteInstanceGroupManagerPolicyOptions

func (*VpcV1) NewDeleteInstanceGroupMembershipOptions

func (*VpcV1) NewDeleteInstanceGroupMembershipOptions(instanceGroupID string, id string) *DeleteInstanceGroupMembershipOptions

NewDeleteInstanceGroupMembershipOptions : Instantiate DeleteInstanceGroupMembershipOptions

func (*VpcV1) NewDeleteInstanceGroupMembershipsOptions

func (*VpcV1) NewDeleteInstanceGroupMembershipsOptions(instanceGroupID string) *DeleteInstanceGroupMembershipsOptions

NewDeleteInstanceGroupMembershipsOptions : Instantiate DeleteInstanceGroupMembershipsOptions

func (*VpcV1) NewDeleteInstanceGroupOptions

func (*VpcV1) NewDeleteInstanceGroupOptions(id string) *DeleteInstanceGroupOptions

NewDeleteInstanceGroupOptions : Instantiate DeleteInstanceGroupOptions

func (*VpcV1) NewDeleteInstanceNetworkInterfaceOptions

func (*VpcV1) NewDeleteInstanceNetworkInterfaceOptions(instanceID string, id string) *DeleteInstanceNetworkInterfaceOptions

NewDeleteInstanceNetworkInterfaceOptions : Instantiate DeleteInstanceNetworkInterfaceOptions

func (*VpcV1) NewDeleteInstanceOptions

func (*VpcV1) NewDeleteInstanceOptions(id string) *DeleteInstanceOptions

NewDeleteInstanceOptions : Instantiate DeleteInstanceOptions

func (*VpcV1) NewDeleteInstanceTemplateOptions

func (*VpcV1) NewDeleteInstanceTemplateOptions(id string) *DeleteInstanceTemplateOptions

NewDeleteInstanceTemplateOptions : Instantiate DeleteInstanceTemplateOptions

func (*VpcV1) NewDeleteInstanceVolumeAttachmentOptions

func (*VpcV1) NewDeleteInstanceVolumeAttachmentOptions(instanceID string, id string) *DeleteInstanceVolumeAttachmentOptions

NewDeleteInstanceVolumeAttachmentOptions : Instantiate DeleteInstanceVolumeAttachmentOptions

func (*VpcV1) NewDeleteIpsecPolicyOptions

func (*VpcV1) NewDeleteIpsecPolicyOptions(id string) *DeleteIpsecPolicyOptions

NewDeleteIpsecPolicyOptions : Instantiate DeleteIpsecPolicyOptions

func (*VpcV1) NewDeleteKeyOptions

func (*VpcV1) NewDeleteKeyOptions(id string) *DeleteKeyOptions

NewDeleteKeyOptions : Instantiate DeleteKeyOptions

func (*VpcV1) NewDeleteLoadBalancerListenerOptions

func (*VpcV1) NewDeleteLoadBalancerListenerOptions(loadBalancerID string, id string) *DeleteLoadBalancerListenerOptions

NewDeleteLoadBalancerListenerOptions : Instantiate DeleteLoadBalancerListenerOptions

func (*VpcV1) NewDeleteLoadBalancerListenerPolicyOptions

func (*VpcV1) NewDeleteLoadBalancerListenerPolicyOptions(loadBalancerID string, listenerID string, id string) *DeleteLoadBalancerListenerPolicyOptions

NewDeleteLoadBalancerListenerPolicyOptions : Instantiate DeleteLoadBalancerListenerPolicyOptions

func (*VpcV1) NewDeleteLoadBalancerListenerPolicyRuleOptions

func (*VpcV1) NewDeleteLoadBalancerListenerPolicyRuleOptions(loadBalancerID string, listenerID string, policyID string, id string) *DeleteLoadBalancerListenerPolicyRuleOptions

NewDeleteLoadBalancerListenerPolicyRuleOptions : Instantiate DeleteLoadBalancerListenerPolicyRuleOptions

func (*VpcV1) NewDeleteLoadBalancerOptions

func (*VpcV1) NewDeleteLoadBalancerOptions(id string) *DeleteLoadBalancerOptions

NewDeleteLoadBalancerOptions : Instantiate DeleteLoadBalancerOptions

func (*VpcV1) NewDeleteLoadBalancerPoolMemberOptions

func (*VpcV1) NewDeleteLoadBalancerPoolMemberOptions(loadBalancerID string, poolID string, id string) *DeleteLoadBalancerPoolMemberOptions

NewDeleteLoadBalancerPoolMemberOptions : Instantiate DeleteLoadBalancerPoolMemberOptions

func (*VpcV1) NewDeleteLoadBalancerPoolOptions

func (*VpcV1) NewDeleteLoadBalancerPoolOptions(loadBalancerID string, id string) *DeleteLoadBalancerPoolOptions

NewDeleteLoadBalancerPoolOptions : Instantiate DeleteLoadBalancerPoolOptions

func (*VpcV1) NewDeleteNetworkACLOptions

func (*VpcV1) NewDeleteNetworkACLOptions(id string) *DeleteNetworkACLOptions

NewDeleteNetworkACLOptions : Instantiate DeleteNetworkACLOptions

func (*VpcV1) NewDeleteNetworkACLRuleOptions

func (*VpcV1) NewDeleteNetworkACLRuleOptions(networkACLID string, id string) *DeleteNetworkACLRuleOptions

NewDeleteNetworkACLRuleOptions : Instantiate DeleteNetworkACLRuleOptions

func (*VpcV1) NewDeletePlacementGroupOptions

func (*VpcV1) NewDeletePlacementGroupOptions(id string) *DeletePlacementGroupOptions

NewDeletePlacementGroupOptions : Instantiate DeletePlacementGroupOptions

func (*VpcV1) NewDeletePublicGatewayOptions

func (*VpcV1) NewDeletePublicGatewayOptions(id string) *DeletePublicGatewayOptions

NewDeletePublicGatewayOptions : Instantiate DeletePublicGatewayOptions

func (*VpcV1) NewDeleteSecurityGroupOptions

func (*VpcV1) NewDeleteSecurityGroupOptions(id string) *DeleteSecurityGroupOptions

NewDeleteSecurityGroupOptions : Instantiate DeleteSecurityGroupOptions

func (*VpcV1) NewDeleteSecurityGroupRuleOptions

func (*VpcV1) NewDeleteSecurityGroupRuleOptions(securityGroupID string, id string) *DeleteSecurityGroupRuleOptions

NewDeleteSecurityGroupRuleOptions : Instantiate DeleteSecurityGroupRuleOptions

func (*VpcV1) NewDeleteSecurityGroupTargetBindingOptions

func (*VpcV1) NewDeleteSecurityGroupTargetBindingOptions(securityGroupID string, id string) *DeleteSecurityGroupTargetBindingOptions

NewDeleteSecurityGroupTargetBindingOptions : Instantiate DeleteSecurityGroupTargetBindingOptions

func (*VpcV1) NewDeleteSnapshotOptions

func (*VpcV1) NewDeleteSnapshotOptions(id string) *DeleteSnapshotOptions

NewDeleteSnapshotOptions : Instantiate DeleteSnapshotOptions

func (*VpcV1) NewDeleteSnapshotsOptions

func (*VpcV1) NewDeleteSnapshotsOptions(sourceVolumeID string) *DeleteSnapshotsOptions

NewDeleteSnapshotsOptions : Instantiate DeleteSnapshotsOptions

func (*VpcV1) NewDeleteSubnetOptions

func (*VpcV1) NewDeleteSubnetOptions(id string) *DeleteSubnetOptions

NewDeleteSubnetOptions : Instantiate DeleteSubnetOptions

func (*VpcV1) NewDeleteSubnetReservedIPOptions

func (*VpcV1) NewDeleteSubnetReservedIPOptions(subnetID string, id string) *DeleteSubnetReservedIPOptions

NewDeleteSubnetReservedIPOptions : Instantiate DeleteSubnetReservedIPOptions

func (*VpcV1) NewDeleteVPCAddressPrefixOptions

func (*VpcV1) NewDeleteVPCAddressPrefixOptions(vpcID string, id string) *DeleteVPCAddressPrefixOptions

NewDeleteVPCAddressPrefixOptions : Instantiate DeleteVPCAddressPrefixOptions

func (*VpcV1) NewDeleteVPCOptions

func (*VpcV1) NewDeleteVPCOptions(id string) *DeleteVPCOptions

NewDeleteVPCOptions : Instantiate DeleteVPCOptions

func (*VpcV1) NewDeleteVPCRouteOptions

func (*VpcV1) NewDeleteVPCRouteOptions(vpcID string, id string) *DeleteVPCRouteOptions

NewDeleteVPCRouteOptions : Instantiate DeleteVPCRouteOptions

func (*VpcV1) NewDeleteVPCRoutingTableOptions

func (*VpcV1) NewDeleteVPCRoutingTableOptions(vpcID string, id string) *DeleteVPCRoutingTableOptions

NewDeleteVPCRoutingTableOptions : Instantiate DeleteVPCRoutingTableOptions

func (*VpcV1) NewDeleteVPCRoutingTableRouteOptions

func (*VpcV1) NewDeleteVPCRoutingTableRouteOptions(vpcID string, routingTableID string, id string) *DeleteVPCRoutingTableRouteOptions

NewDeleteVPCRoutingTableRouteOptions : Instantiate DeleteVPCRoutingTableRouteOptions

func (*VpcV1) NewDeleteVPNGatewayConnectionOptions

func (*VpcV1) NewDeleteVPNGatewayConnectionOptions(vpnGatewayID string, id string) *DeleteVPNGatewayConnectionOptions

NewDeleteVPNGatewayConnectionOptions : Instantiate DeleteVPNGatewayConnectionOptions

func (*VpcV1) NewDeleteVPNGatewayOptions

func (*VpcV1) NewDeleteVPNGatewayOptions(id string) *DeleteVPNGatewayOptions

NewDeleteVPNGatewayOptions : Instantiate DeleteVPNGatewayOptions

func (*VpcV1) NewDeleteVolumeOptions

func (*VpcV1) NewDeleteVolumeOptions(id string) *DeleteVolumeOptions

NewDeleteVolumeOptions : Instantiate DeleteVolumeOptions

func (*VpcV1) NewEncryptionKeyIdentityByCRN

func (*VpcV1) NewEncryptionKeyIdentityByCRN(crn string) (_model *EncryptionKeyIdentityByCRN, err error)

NewEncryptionKeyIdentityByCRN : Instantiate EncryptionKeyIdentityByCRN (Generic Model Constructor)

func (*VpcV1) NewEndpointGatewayReservedIPReservedIPIdentityReservedIPIdentityByHref

func (*VpcV1) NewEndpointGatewayReservedIPReservedIPIdentityReservedIPIdentityByHref(href string) (_model *EndpointGatewayReservedIPReservedIPIdentityReservedIPIdentityByHref, err error)

NewEndpointGatewayReservedIPReservedIPIdentityReservedIPIdentityByHref : Instantiate EndpointGatewayReservedIPReservedIPIdentityReservedIPIdentityByHref (Generic Model Constructor)

func (*VpcV1) NewEndpointGatewayReservedIPReservedIPIdentityReservedIPIdentityByID

func (*VpcV1) NewEndpointGatewayReservedIPReservedIPIdentityReservedIPIdentityByID(id string) (_model *EndpointGatewayReservedIPReservedIPIdentityReservedIPIdentityByID, err error)

NewEndpointGatewayReservedIPReservedIPIdentityReservedIPIdentityByID : Instantiate EndpointGatewayReservedIPReservedIPIdentityReservedIPIdentityByID (Generic Model Constructor)

func (*VpcV1) NewEndpointGatewayReservedIPReservedIPPrototypeTargetContext

func (*VpcV1) NewEndpointGatewayReservedIPReservedIPPrototypeTargetContext(subnet SubnetIdentityIntf) (_model *EndpointGatewayReservedIPReservedIPPrototypeTargetContext, err error)

NewEndpointGatewayReservedIPReservedIPPrototypeTargetContext : Instantiate EndpointGatewayReservedIPReservedIPPrototypeTargetContext (Generic Model Constructor)

func (*VpcV1) NewEndpointGatewayTargetPrototypeProviderCloudServiceIdentityProviderCloudServiceIdentityByCRN

func (*VpcV1) NewEndpointGatewayTargetPrototypeProviderCloudServiceIdentityProviderCloudServiceIdentityByCRN(resourceType string, crn string) (_model *EndpointGatewayTargetPrototypeProviderCloudServiceIdentityProviderCloudServiceIdentityByCRN, err error)

NewEndpointGatewayTargetPrototypeProviderCloudServiceIdentityProviderCloudServiceIdentityByCRN : Instantiate EndpointGatewayTargetPrototypeProviderCloudServiceIdentityProviderCloudServiceIdentityByCRN (Generic Model Constructor)

func (*VpcV1) NewEndpointGatewayTargetPrototypeProviderInfrastructureServiceIdentityProviderInfrastructureServiceIdentityByName

func (*VpcV1) NewEndpointGatewayTargetPrototypeProviderInfrastructureServiceIdentityProviderInfrastructureServiceIdentityByName(resourceType string, name string) (_model *EndpointGatewayTargetPrototypeProviderInfrastructureServiceIdentityProviderInfrastructureServiceIdentityByName, err error)

NewEndpointGatewayTargetPrototypeProviderInfrastructureServiceIdentityProviderInfrastructureServiceIdentityByName : Instantiate EndpointGatewayTargetPrototypeProviderInfrastructureServiceIdentityProviderInfrastructureServiceIdentityByName (Generic Model Constructor)

func (*VpcV1) NewFloatingIPByTargetNetworkInterfaceIdentityNetworkInterfaceIdentityByHref

func (*VpcV1) NewFloatingIPByTargetNetworkInterfaceIdentityNetworkInterfaceIdentityByHref(href string) (_model *FloatingIPByTargetNetworkInterfaceIdentityNetworkInterfaceIdentityByHref, err error)

NewFloatingIPByTargetNetworkInterfaceIdentityNetworkInterfaceIdentityByHref : Instantiate FloatingIPByTargetNetworkInterfaceIdentityNetworkInterfaceIdentityByHref (Generic Model Constructor)

func (*VpcV1) NewFloatingIPByTargetNetworkInterfaceIdentityNetworkInterfaceIdentityByID

func (*VpcV1) NewFloatingIPByTargetNetworkInterfaceIdentityNetworkInterfaceIdentityByID(id string) (_model *FloatingIPByTargetNetworkInterfaceIdentityNetworkInterfaceIdentityByID, err error)

NewFloatingIPByTargetNetworkInterfaceIdentityNetworkInterfaceIdentityByID : Instantiate FloatingIPByTargetNetworkInterfaceIdentityNetworkInterfaceIdentityByID (Generic Model Constructor)

func (*VpcV1) NewFloatingIPPrototypeFloatingIPByTarget

func (*VpcV1) NewFloatingIPPrototypeFloatingIPByTarget(target FloatingIPByTargetNetworkInterfaceIdentityIntf) (_model *FloatingIPPrototypeFloatingIPByTarget, err error)

NewFloatingIPPrototypeFloatingIPByTarget : Instantiate FloatingIPPrototypeFloatingIPByTarget (Generic Model Constructor)

func (*VpcV1) NewFloatingIPPrototypeFloatingIPByZone

func (*VpcV1) NewFloatingIPPrototypeFloatingIPByZone(zone ZoneIdentityIntf) (_model *FloatingIPPrototypeFloatingIPByZone, err error)

NewFloatingIPPrototypeFloatingIPByZone : Instantiate FloatingIPPrototypeFloatingIPByZone (Generic Model Constructor)

func (*VpcV1) NewFloatingIPTargetPatchNetworkInterfaceIdentityByHref

func (*VpcV1) NewFloatingIPTargetPatchNetworkInterfaceIdentityByHref(href string) (_model *FloatingIPTargetPatchNetworkInterfaceIdentityByHref, err error)

NewFloatingIPTargetPatchNetworkInterfaceIdentityByHref : Instantiate FloatingIPTargetPatchNetworkInterfaceIdentityByHref (Generic Model Constructor)

func (*VpcV1) NewFloatingIPTargetPatchNetworkInterfaceIdentityByID

func (*VpcV1) NewFloatingIPTargetPatchNetworkInterfaceIdentityByID(id string) (_model *FloatingIPTargetPatchNetworkInterfaceIdentityByID, err error)

NewFloatingIPTargetPatchNetworkInterfaceIdentityByID : Instantiate FloatingIPTargetPatchNetworkInterfaceIdentityByID (Generic Model Constructor)

func (*VpcV1) NewFlowLogCollectorTargetPrototypeInstanceIdentityInstanceIdentityByCRN

func (*VpcV1) NewFlowLogCollectorTargetPrototypeInstanceIdentityInstanceIdentityByCRN(crn string) (_model *FlowLogCollectorTargetPrototypeInstanceIdentityInstanceIdentityByCRN, err error)

NewFlowLogCollectorTargetPrototypeInstanceIdentityInstanceIdentityByCRN : Instantiate FlowLogCollectorTargetPrototypeInstanceIdentityInstanceIdentityByCRN (Generic Model Constructor)

func (*VpcV1) NewFlowLogCollectorTargetPrototypeInstanceIdentityInstanceIdentityByHref

func (*VpcV1) NewFlowLogCollectorTargetPrototypeInstanceIdentityInstanceIdentityByHref(href string) (_model *FlowLogCollectorTargetPrototypeInstanceIdentityInstanceIdentityByHref, err error)

NewFlowLogCollectorTargetPrototypeInstanceIdentityInstanceIdentityByHref : Instantiate FlowLogCollectorTargetPrototypeInstanceIdentityInstanceIdentityByHref (Generic Model Constructor)

func (*VpcV1) NewFlowLogCollectorTargetPrototypeInstanceIdentityInstanceIdentityByID

func (*VpcV1) NewFlowLogCollectorTargetPrototypeInstanceIdentityInstanceIdentityByID(id string) (_model *FlowLogCollectorTargetPrototypeInstanceIdentityInstanceIdentityByID, err error)

NewFlowLogCollectorTargetPrototypeInstanceIdentityInstanceIdentityByID : Instantiate FlowLogCollectorTargetPrototypeInstanceIdentityInstanceIdentityByID (Generic Model Constructor)

func (*VpcV1) NewFlowLogCollectorTargetPrototypeNetworkInterfaceIdentityNetworkInterfaceIdentityNetworkInterfaceIdentityByHref

func (*VpcV1) NewFlowLogCollectorTargetPrototypeNetworkInterfaceIdentityNetworkInterfaceIdentityNetworkInterfaceIdentityByHref(href string) (_model *FlowLogCollectorTargetPrototypeNetworkInterfaceIdentityNetworkInterfaceIdentityNetworkInterfaceIdentityByHref, err error)

NewFlowLogCollectorTargetPrototypeNetworkInterfaceIdentityNetworkInterfaceIdentityNetworkInterfaceIdentityByHref : Instantiate FlowLogCollectorTargetPrototypeNetworkInterfaceIdentityNetworkInterfaceIdentityNetworkInterfaceIdentityByHref (Generic Model Constructor)

func (*VpcV1) NewFlowLogCollectorTargetPrototypeNetworkInterfaceIdentityNetworkInterfaceIdentityNetworkInterfaceIdentityByID

func (*VpcV1) NewFlowLogCollectorTargetPrototypeNetworkInterfaceIdentityNetworkInterfaceIdentityNetworkInterfaceIdentityByID(id string) (_model *FlowLogCollectorTargetPrototypeNetworkInterfaceIdentityNetworkInterfaceIdentityNetworkInterfaceIdentityByID, err error)

NewFlowLogCollectorTargetPrototypeNetworkInterfaceIdentityNetworkInterfaceIdentityNetworkInterfaceIdentityByID : Instantiate FlowLogCollectorTargetPrototypeNetworkInterfaceIdentityNetworkInterfaceIdentityNetworkInterfaceIdentityByID (Generic Model Constructor)

func (*VpcV1) NewFlowLogCollectorTargetPrototypeSubnetIdentitySubnetIdentityByCRN

func (*VpcV1) NewFlowLogCollectorTargetPrototypeSubnetIdentitySubnetIdentityByCRN(crn string) (_model *FlowLogCollectorTargetPrototypeSubnetIdentitySubnetIdentityByCRN, err error)

NewFlowLogCollectorTargetPrototypeSubnetIdentitySubnetIdentityByCRN : Instantiate FlowLogCollectorTargetPrototypeSubnetIdentitySubnetIdentityByCRN (Generic Model Constructor)

func (*VpcV1) NewFlowLogCollectorTargetPrototypeSubnetIdentitySubnetIdentityByHref

func (*VpcV1) NewFlowLogCollectorTargetPrototypeSubnetIdentitySubnetIdentityByHref(href string) (_model *FlowLogCollectorTargetPrototypeSubnetIdentitySubnetIdentityByHref, err error)

NewFlowLogCollectorTargetPrototypeSubnetIdentitySubnetIdentityByHref : Instantiate FlowLogCollectorTargetPrototypeSubnetIdentitySubnetIdentityByHref (Generic Model Constructor)

func (*VpcV1) NewFlowLogCollectorTargetPrototypeSubnetIdentitySubnetIdentityByID

func (*VpcV1) NewFlowLogCollectorTargetPrototypeSubnetIdentitySubnetIdentityByID(id string) (_model *FlowLogCollectorTargetPrototypeSubnetIdentitySubnetIdentityByID, err error)

NewFlowLogCollectorTargetPrototypeSubnetIdentitySubnetIdentityByID : Instantiate FlowLogCollectorTargetPrototypeSubnetIdentitySubnetIdentityByID (Generic Model Constructor)

func (*VpcV1) NewFlowLogCollectorTargetPrototypeVPCIdentityVPCIdentityByCRN

func (*VpcV1) NewFlowLogCollectorTargetPrototypeVPCIdentityVPCIdentityByCRN(crn string) (_model *FlowLogCollectorTargetPrototypeVPCIdentityVPCIdentityByCRN, err error)

NewFlowLogCollectorTargetPrototypeVPCIdentityVPCIdentityByCRN : Instantiate FlowLogCollectorTargetPrototypeVPCIdentityVPCIdentityByCRN (Generic Model Constructor)

func (*VpcV1) NewFlowLogCollectorTargetPrototypeVPCIdentityVPCIdentityByHref

func (*VpcV1) NewFlowLogCollectorTargetPrototypeVPCIdentityVPCIdentityByHref(href string) (_model *FlowLogCollectorTargetPrototypeVPCIdentityVPCIdentityByHref, err error)

NewFlowLogCollectorTargetPrototypeVPCIdentityVPCIdentityByHref : Instantiate FlowLogCollectorTargetPrototypeVPCIdentityVPCIdentityByHref (Generic Model Constructor)

func (*VpcV1) NewFlowLogCollectorTargetPrototypeVPCIdentityVPCIdentityByID

func (*VpcV1) NewFlowLogCollectorTargetPrototypeVPCIdentityVPCIdentityByID(id string) (_model *FlowLogCollectorTargetPrototypeVPCIdentityVPCIdentityByID, err error)

NewFlowLogCollectorTargetPrototypeVPCIdentityVPCIdentityByID : Instantiate FlowLogCollectorTargetPrototypeVPCIdentityVPCIdentityByID (Generic Model Constructor)

func (*VpcV1) NewGetBareMetalServerDiskOptions

func (*VpcV1) NewGetBareMetalServerDiskOptions(bareMetalServerID string, id string) *GetBareMetalServerDiskOptions

NewGetBareMetalServerDiskOptions : Instantiate GetBareMetalServerDiskOptions

func (*VpcV1) NewGetBareMetalServerInitializationOptions

func (*VpcV1) NewGetBareMetalServerInitializationOptions(id string) *GetBareMetalServerInitializationOptions

NewGetBareMetalServerInitializationOptions : Instantiate GetBareMetalServerInitializationOptions

func (*VpcV1) NewGetBareMetalServerNetworkInterfaceFloatingIPOptions

func (*VpcV1) NewGetBareMetalServerNetworkInterfaceFloatingIPOptions(bareMetalServerID string, networkInterfaceID string, id string) *GetBareMetalServerNetworkInterfaceFloatingIPOptions

NewGetBareMetalServerNetworkInterfaceFloatingIPOptions : Instantiate GetBareMetalServerNetworkInterfaceFloatingIPOptions

func (*VpcV1) NewGetBareMetalServerNetworkInterfaceIPOptions

func (*VpcV1) NewGetBareMetalServerNetworkInterfaceIPOptions(bareMetalServerID string, networkInterfaceID string, id string) *GetBareMetalServerNetworkInterfaceIPOptions

NewGetBareMetalServerNetworkInterfaceIPOptions : Instantiate GetBareMetalServerNetworkInterfaceIPOptions

func (*VpcV1) NewGetBareMetalServerNetworkInterfaceOptions

func (*VpcV1) NewGetBareMetalServerNetworkInterfaceOptions(bareMetalServerID string, id string) *GetBareMetalServerNetworkInterfaceOptions

NewGetBareMetalServerNetworkInterfaceOptions : Instantiate GetBareMetalServerNetworkInterfaceOptions

func (*VpcV1) NewGetBareMetalServerOptions

func (*VpcV1) NewGetBareMetalServerOptions(id string) *GetBareMetalServerOptions

NewGetBareMetalServerOptions : Instantiate GetBareMetalServerOptions

func (*VpcV1) NewGetBareMetalServerProfileOptions

func (*VpcV1) NewGetBareMetalServerProfileOptions(name string) *GetBareMetalServerProfileOptions

NewGetBareMetalServerProfileOptions : Instantiate GetBareMetalServerProfileOptions

func (*VpcV1) NewGetDedicatedHostDiskOptions

func (*VpcV1) NewGetDedicatedHostDiskOptions(dedicatedHostID string, id string) *GetDedicatedHostDiskOptions

NewGetDedicatedHostDiskOptions : Instantiate GetDedicatedHostDiskOptions

func (*VpcV1) NewGetDedicatedHostGroupOptions

func (*VpcV1) NewGetDedicatedHostGroupOptions(id string) *GetDedicatedHostGroupOptions

NewGetDedicatedHostGroupOptions : Instantiate GetDedicatedHostGroupOptions

func (*VpcV1) NewGetDedicatedHostOptions

func (*VpcV1) NewGetDedicatedHostOptions(id string) *GetDedicatedHostOptions

NewGetDedicatedHostOptions : Instantiate GetDedicatedHostOptions

func (*VpcV1) NewGetDedicatedHostProfileOptions

func (*VpcV1) NewGetDedicatedHostProfileOptions(name string) *GetDedicatedHostProfileOptions

NewGetDedicatedHostProfileOptions : Instantiate GetDedicatedHostProfileOptions

func (*VpcV1) NewGetEndpointGatewayIPOptions

func (*VpcV1) NewGetEndpointGatewayIPOptions(endpointGatewayID string, id string) *GetEndpointGatewayIPOptions

NewGetEndpointGatewayIPOptions : Instantiate GetEndpointGatewayIPOptions

func (*VpcV1) NewGetEndpointGatewayOptions

func (*VpcV1) NewGetEndpointGatewayOptions(id string) *GetEndpointGatewayOptions

NewGetEndpointGatewayOptions : Instantiate GetEndpointGatewayOptions

func (*VpcV1) NewGetFloatingIPOptions

func (*VpcV1) NewGetFloatingIPOptions(id string) *GetFloatingIPOptions

NewGetFloatingIPOptions : Instantiate GetFloatingIPOptions

func (*VpcV1) NewGetFlowLogCollectorOptions

func (*VpcV1) NewGetFlowLogCollectorOptions(id string) *GetFlowLogCollectorOptions

NewGetFlowLogCollectorOptions : Instantiate GetFlowLogCollectorOptions

func (*VpcV1) NewGetIkePolicyOptions

func (*VpcV1) NewGetIkePolicyOptions(id string) *GetIkePolicyOptions

NewGetIkePolicyOptions : Instantiate GetIkePolicyOptions

func (*VpcV1) NewGetImageOptions

func (*VpcV1) NewGetImageOptions(id string) *GetImageOptions

NewGetImageOptions : Instantiate GetImageOptions

func (*VpcV1) NewGetInstanceDiskOptions

func (*VpcV1) NewGetInstanceDiskOptions(instanceID string, id string) *GetInstanceDiskOptions

NewGetInstanceDiskOptions : Instantiate GetInstanceDiskOptions

func (*VpcV1) NewGetInstanceGroupManagerActionOptions

func (*VpcV1) NewGetInstanceGroupManagerActionOptions(instanceGroupID string, instanceGroupManagerID string, id string) *GetInstanceGroupManagerActionOptions

NewGetInstanceGroupManagerActionOptions : Instantiate GetInstanceGroupManagerActionOptions

func (*VpcV1) NewGetInstanceGroupManagerOptions

func (*VpcV1) NewGetInstanceGroupManagerOptions(instanceGroupID string, id string) *GetInstanceGroupManagerOptions

NewGetInstanceGroupManagerOptions : Instantiate GetInstanceGroupManagerOptions

func (*VpcV1) NewGetInstanceGroupManagerPolicyOptions

func (*VpcV1) NewGetInstanceGroupManagerPolicyOptions(instanceGroupID string, instanceGroupManagerID string, id string) *GetInstanceGroupManagerPolicyOptions

NewGetInstanceGroupManagerPolicyOptions : Instantiate GetInstanceGroupManagerPolicyOptions

func (*VpcV1) NewGetInstanceGroupMembershipOptions

func (*VpcV1) NewGetInstanceGroupMembershipOptions(instanceGroupID string, id string) *GetInstanceGroupMembershipOptions

NewGetInstanceGroupMembershipOptions : Instantiate GetInstanceGroupMembershipOptions

func (*VpcV1) NewGetInstanceGroupOptions

func (*VpcV1) NewGetInstanceGroupOptions(id string) *GetInstanceGroupOptions

NewGetInstanceGroupOptions : Instantiate GetInstanceGroupOptions

func (*VpcV1) NewGetInstanceInitializationOptions

func (*VpcV1) NewGetInstanceInitializationOptions(id string) *GetInstanceInitializationOptions

NewGetInstanceInitializationOptions : Instantiate GetInstanceInitializationOptions

func (*VpcV1) NewGetInstanceNetworkInterfaceFloatingIPOptions

func (*VpcV1) NewGetInstanceNetworkInterfaceFloatingIPOptions(instanceID string, networkInterfaceID string, id string) *GetInstanceNetworkInterfaceFloatingIPOptions

NewGetInstanceNetworkInterfaceFloatingIPOptions : Instantiate GetInstanceNetworkInterfaceFloatingIPOptions

func (*VpcV1) NewGetInstanceNetworkInterfaceIPOptions

func (*VpcV1) NewGetInstanceNetworkInterfaceIPOptions(instanceID string, networkInterfaceID string, id string) *GetInstanceNetworkInterfaceIPOptions

NewGetInstanceNetworkInterfaceIPOptions : Instantiate GetInstanceNetworkInterfaceIPOptions

func (*VpcV1) NewGetInstanceNetworkInterfaceOptions

func (*VpcV1) NewGetInstanceNetworkInterfaceOptions(instanceID string, id string) *GetInstanceNetworkInterfaceOptions

NewGetInstanceNetworkInterfaceOptions : Instantiate GetInstanceNetworkInterfaceOptions

func (*VpcV1) NewGetInstanceOptions

func (*VpcV1) NewGetInstanceOptions(id string) *GetInstanceOptions

NewGetInstanceOptions : Instantiate GetInstanceOptions

func (*VpcV1) NewGetInstanceProfileOptions

func (*VpcV1) NewGetInstanceProfileOptions(name string) *GetInstanceProfileOptions

NewGetInstanceProfileOptions : Instantiate GetInstanceProfileOptions

func (*VpcV1) NewGetInstanceTemplateOptions

func (*VpcV1) NewGetInstanceTemplateOptions(id string) *GetInstanceTemplateOptions

NewGetInstanceTemplateOptions : Instantiate GetInstanceTemplateOptions

func (*VpcV1) NewGetInstanceVolumeAttachmentOptions

func (*VpcV1) NewGetInstanceVolumeAttachmentOptions(instanceID string, id string) *GetInstanceVolumeAttachmentOptions

NewGetInstanceVolumeAttachmentOptions : Instantiate GetInstanceVolumeAttachmentOptions

func (*VpcV1) NewGetIpsecPolicyOptions

func (*VpcV1) NewGetIpsecPolicyOptions(id string) *GetIpsecPolicyOptions

NewGetIpsecPolicyOptions : Instantiate GetIpsecPolicyOptions

func (*VpcV1) NewGetKeyOptions

func (*VpcV1) NewGetKeyOptions(id string) *GetKeyOptions

NewGetKeyOptions : Instantiate GetKeyOptions

func (*VpcV1) NewGetLoadBalancerListenerOptions

func (*VpcV1) NewGetLoadBalancerListenerOptions(loadBalancerID string, id string) *GetLoadBalancerListenerOptions

NewGetLoadBalancerListenerOptions : Instantiate GetLoadBalancerListenerOptions

func (*VpcV1) NewGetLoadBalancerListenerPolicyOptions

func (*VpcV1) NewGetLoadBalancerListenerPolicyOptions(loadBalancerID string, listenerID string, id string) *GetLoadBalancerListenerPolicyOptions

NewGetLoadBalancerListenerPolicyOptions : Instantiate GetLoadBalancerListenerPolicyOptions

func (*VpcV1) NewGetLoadBalancerListenerPolicyRuleOptions

func (*VpcV1) NewGetLoadBalancerListenerPolicyRuleOptions(loadBalancerID string, listenerID string, policyID string, id string) *GetLoadBalancerListenerPolicyRuleOptions

NewGetLoadBalancerListenerPolicyRuleOptions : Instantiate GetLoadBalancerListenerPolicyRuleOptions

func (*VpcV1) NewGetLoadBalancerOptions

func (*VpcV1) NewGetLoadBalancerOptions(id string) *GetLoadBalancerOptions

NewGetLoadBalancerOptions : Instantiate GetLoadBalancerOptions

func (*VpcV1) NewGetLoadBalancerPoolMemberOptions

func (*VpcV1) NewGetLoadBalancerPoolMemberOptions(loadBalancerID string, poolID string, id string) *GetLoadBalancerPoolMemberOptions

NewGetLoadBalancerPoolMemberOptions : Instantiate GetLoadBalancerPoolMemberOptions

func (*VpcV1) NewGetLoadBalancerPoolOptions

func (*VpcV1) NewGetLoadBalancerPoolOptions(loadBalancerID string, id string) *GetLoadBalancerPoolOptions

NewGetLoadBalancerPoolOptions : Instantiate GetLoadBalancerPoolOptions

func (*VpcV1) NewGetLoadBalancerProfileOptions

func (*VpcV1) NewGetLoadBalancerProfileOptions(name string) *GetLoadBalancerProfileOptions

NewGetLoadBalancerProfileOptions : Instantiate GetLoadBalancerProfileOptions

func (*VpcV1) NewGetLoadBalancerStatisticsOptions

func (*VpcV1) NewGetLoadBalancerStatisticsOptions(id string) *GetLoadBalancerStatisticsOptions

NewGetLoadBalancerStatisticsOptions : Instantiate GetLoadBalancerStatisticsOptions

func (*VpcV1) NewGetNetworkACLOptions

func (*VpcV1) NewGetNetworkACLOptions(id string) *GetNetworkACLOptions

NewGetNetworkACLOptions : Instantiate GetNetworkACLOptions

func (*VpcV1) NewGetNetworkACLRuleOptions

func (*VpcV1) NewGetNetworkACLRuleOptions(networkACLID string, id string) *GetNetworkACLRuleOptions

NewGetNetworkACLRuleOptions : Instantiate GetNetworkACLRuleOptions

func (*VpcV1) NewGetOperatingSystemOptions

func (*VpcV1) NewGetOperatingSystemOptions(name string) *GetOperatingSystemOptions

NewGetOperatingSystemOptions : Instantiate GetOperatingSystemOptions

func (*VpcV1) NewGetPlacementGroupOptions

func (*VpcV1) NewGetPlacementGroupOptions(id string) *GetPlacementGroupOptions

NewGetPlacementGroupOptions : Instantiate GetPlacementGroupOptions

func (*VpcV1) NewGetPublicGatewayOptions

func (*VpcV1) NewGetPublicGatewayOptions(id string) *GetPublicGatewayOptions

NewGetPublicGatewayOptions : Instantiate GetPublicGatewayOptions

func (*VpcV1) NewGetRegionOptions

func (*VpcV1) NewGetRegionOptions(name string) *GetRegionOptions

NewGetRegionOptions : Instantiate GetRegionOptions

func (*VpcV1) NewGetRegionZoneOptions

func (*VpcV1) NewGetRegionZoneOptions(regionName string, name string) *GetRegionZoneOptions

NewGetRegionZoneOptions : Instantiate GetRegionZoneOptions

func (*VpcV1) NewGetSecurityGroupOptions

func (*VpcV1) NewGetSecurityGroupOptions(id string) *GetSecurityGroupOptions

NewGetSecurityGroupOptions : Instantiate GetSecurityGroupOptions

func (*VpcV1) NewGetSecurityGroupRuleOptions

func (*VpcV1) NewGetSecurityGroupRuleOptions(securityGroupID string, id string) *GetSecurityGroupRuleOptions

NewGetSecurityGroupRuleOptions : Instantiate GetSecurityGroupRuleOptions

func (*VpcV1) NewGetSecurityGroupTargetOptions

func (*VpcV1) NewGetSecurityGroupTargetOptions(securityGroupID string, id string) *GetSecurityGroupTargetOptions

NewGetSecurityGroupTargetOptions : Instantiate GetSecurityGroupTargetOptions

func (*VpcV1) NewGetSnapshotOptions

func (*VpcV1) NewGetSnapshotOptions(id string) *GetSnapshotOptions

NewGetSnapshotOptions : Instantiate GetSnapshotOptions

func (*VpcV1) NewGetSubnetNetworkACLOptions

func (*VpcV1) NewGetSubnetNetworkACLOptions(id string) *GetSubnetNetworkACLOptions

NewGetSubnetNetworkACLOptions : Instantiate GetSubnetNetworkACLOptions

func (*VpcV1) NewGetSubnetOptions

func (*VpcV1) NewGetSubnetOptions(id string) *GetSubnetOptions

NewGetSubnetOptions : Instantiate GetSubnetOptions

func (*VpcV1) NewGetSubnetPublicGatewayOptions

func (*VpcV1) NewGetSubnetPublicGatewayOptions(id string) *GetSubnetPublicGatewayOptions

NewGetSubnetPublicGatewayOptions : Instantiate GetSubnetPublicGatewayOptions

func (*VpcV1) NewGetSubnetReservedIPOptions

func (*VpcV1) NewGetSubnetReservedIPOptions(subnetID string, id string) *GetSubnetReservedIPOptions

NewGetSubnetReservedIPOptions : Instantiate GetSubnetReservedIPOptions

func (*VpcV1) NewGetSubnetRoutingTableOptions

func (*VpcV1) NewGetSubnetRoutingTableOptions(id string) *GetSubnetRoutingTableOptions

NewGetSubnetRoutingTableOptions : Instantiate GetSubnetRoutingTableOptions

func (*VpcV1) NewGetVPCAddressPrefixOptions

func (*VpcV1) NewGetVPCAddressPrefixOptions(vpcID string, id string) *GetVPCAddressPrefixOptions

NewGetVPCAddressPrefixOptions : Instantiate GetVPCAddressPrefixOptions

func (*VpcV1) NewGetVPCDefaultNetworkACLOptions

func (*VpcV1) NewGetVPCDefaultNetworkACLOptions(id string) *GetVPCDefaultNetworkACLOptions

NewGetVPCDefaultNetworkACLOptions : Instantiate GetVPCDefaultNetworkACLOptions

func (*VpcV1) NewGetVPCDefaultRoutingTableOptions

func (*VpcV1) NewGetVPCDefaultRoutingTableOptions(id string) *GetVPCDefaultRoutingTableOptions

NewGetVPCDefaultRoutingTableOptions : Instantiate GetVPCDefaultRoutingTableOptions

func (*VpcV1) NewGetVPCDefaultSecurityGroupOptions

func (*VpcV1) NewGetVPCDefaultSecurityGroupOptions(id string) *GetVPCDefaultSecurityGroupOptions

NewGetVPCDefaultSecurityGroupOptions : Instantiate GetVPCDefaultSecurityGroupOptions

func (*VpcV1) NewGetVPCOptions

func (*VpcV1) NewGetVPCOptions(id string) *GetVPCOptions

NewGetVPCOptions : Instantiate GetVPCOptions

func (*VpcV1) NewGetVPCRouteOptions

func (*VpcV1) NewGetVPCRouteOptions(vpcID string, id string) *GetVPCRouteOptions

NewGetVPCRouteOptions : Instantiate GetVPCRouteOptions

func (*VpcV1) NewGetVPCRoutingTableOptions

func (*VpcV1) NewGetVPCRoutingTableOptions(vpcID string, id string) *GetVPCRoutingTableOptions

NewGetVPCRoutingTableOptions : Instantiate GetVPCRoutingTableOptions

func (*VpcV1) NewGetVPCRoutingTableRouteOptions

func (*VpcV1) NewGetVPCRoutingTableRouteOptions(vpcID string, routingTableID string, id string) *GetVPCRoutingTableRouteOptions

NewGetVPCRoutingTableRouteOptions : Instantiate GetVPCRoutingTableRouteOptions

func (*VpcV1) NewGetVPNGatewayConnectionOptions

func (*VpcV1) NewGetVPNGatewayConnectionOptions(vpnGatewayID string, id string) *GetVPNGatewayConnectionOptions

NewGetVPNGatewayConnectionOptions : Instantiate GetVPNGatewayConnectionOptions

func (*VpcV1) NewGetVPNGatewayOptions

func (*VpcV1) NewGetVPNGatewayOptions(id string) *GetVPNGatewayOptions

NewGetVPNGatewayOptions : Instantiate GetVPNGatewayOptions

func (*VpcV1) NewGetVolumeOptions

func (*VpcV1) NewGetVolumeOptions(id string) *GetVolumeOptions

NewGetVolumeOptions : Instantiate GetVolumeOptions

func (*VpcV1) NewGetVolumeProfileOptions

func (*VpcV1) NewGetVolumeProfileOptions(name string) *GetVolumeProfileOptions

NewGetVolumeProfileOptions : Instantiate GetVolumeProfileOptions

func (*VpcV1) NewImageFilePrototype

func (*VpcV1) NewImageFilePrototype(href string) (_model *ImageFilePrototype, err error)

NewImageFilePrototype : Instantiate ImageFilePrototype (Generic Model Constructor)

func (*VpcV1) NewImageIdentityByCRN

func (*VpcV1) NewImageIdentityByCRN(crn string) (_model *ImageIdentityByCRN, err error)

NewImageIdentityByCRN : Instantiate ImageIdentityByCRN (Generic Model Constructor)

func (*VpcV1) NewImageIdentityByHref

func (*VpcV1) NewImageIdentityByHref(href string) (_model *ImageIdentityByHref, err error)

NewImageIdentityByHref : Instantiate ImageIdentityByHref (Generic Model Constructor)

func (*VpcV1) NewImageIdentityByID

func (*VpcV1) NewImageIdentityByID(id string) (_model *ImageIdentityByID, err error)

NewImageIdentityByID : Instantiate ImageIdentityByID (Generic Model Constructor)

func (*VpcV1) NewImagePrototypeImageByFile

func (*VpcV1) NewImagePrototypeImageByFile(file *ImageFilePrototype, operatingSystem OperatingSystemIdentityIntf) (_model *ImagePrototypeImageByFile, err error)

NewImagePrototypeImageByFile : Instantiate ImagePrototypeImageByFile (Generic Model Constructor)

func (*VpcV1) NewImagePrototypeImageBySourceVolume

func (*VpcV1) NewImagePrototypeImageBySourceVolume(sourceVolume VolumeIdentityIntf) (_model *ImagePrototypeImageBySourceVolume, err error)

NewImagePrototypeImageBySourceVolume : Instantiate ImagePrototypeImageBySourceVolume (Generic Model Constructor)

func (*VpcV1) NewInstanceDefaultTrustedProfilePrototype

func (*VpcV1) NewInstanceDefaultTrustedProfilePrototype(target TrustedProfileIdentityIntf) (_model *InstanceDefaultTrustedProfilePrototype, err error)

NewInstanceDefaultTrustedProfilePrototype : Instantiate InstanceDefaultTrustedProfilePrototype (Generic Model Constructor)

func (*VpcV1) NewInstanceGroupManagerActionPrototypeScheduledActionPrototypeByCronSpecByGroup

func (*VpcV1) NewInstanceGroupManagerActionPrototypeScheduledActionPrototypeByCronSpecByGroup(group *InstanceGroupManagerScheduledActionGroupPrototype) (_model *InstanceGroupManagerActionPrototypeScheduledActionPrototypeByCronSpecByGroup, err error)

NewInstanceGroupManagerActionPrototypeScheduledActionPrototypeByCronSpecByGroup : Instantiate InstanceGroupManagerActionPrototypeScheduledActionPrototypeByCronSpecByGroup (Generic Model Constructor)

func (*VpcV1) NewInstanceGroupManagerActionPrototypeScheduledActionPrototypeByCronSpecByManager

func (*VpcV1) NewInstanceGroupManagerActionPrototypeScheduledActionPrototypeByCronSpecByManager(manager InstanceGroupManagerScheduledActionManagerPrototypeIntf) (_model *InstanceGroupManagerActionPrototypeScheduledActionPrototypeByCronSpecByManager, err error)

NewInstanceGroupManagerActionPrototypeScheduledActionPrototypeByCronSpecByManager : Instantiate InstanceGroupManagerActionPrototypeScheduledActionPrototypeByCronSpecByManager (Generic Model Constructor)

func (*VpcV1) NewInstanceGroupManagerActionPrototypeScheduledActionPrototypeByRunAtByGroup

func (*VpcV1) NewInstanceGroupManagerActionPrototypeScheduledActionPrototypeByRunAtByGroup(group *InstanceGroupManagerScheduledActionGroupPrototype) (_model *InstanceGroupManagerActionPrototypeScheduledActionPrototypeByRunAtByGroup, err error)

NewInstanceGroupManagerActionPrototypeScheduledActionPrototypeByRunAtByGroup : Instantiate InstanceGroupManagerActionPrototypeScheduledActionPrototypeByRunAtByGroup (Generic Model Constructor)

func (*VpcV1) NewInstanceGroupManagerActionPrototypeScheduledActionPrototypeByRunAtByManager

func (*VpcV1) NewInstanceGroupManagerActionPrototypeScheduledActionPrototypeByRunAtByManager(manager InstanceGroupManagerScheduledActionManagerPrototypeIntf) (_model *InstanceGroupManagerActionPrototypeScheduledActionPrototypeByRunAtByManager, err error)

NewInstanceGroupManagerActionPrototypeScheduledActionPrototypeByRunAtByManager : Instantiate InstanceGroupManagerActionPrototypeScheduledActionPrototypeByRunAtByManager (Generic Model Constructor)

func (*VpcV1) NewInstanceGroupManagerPolicyPrototypeInstanceGroupManagerTargetPolicyPrototype

func (*VpcV1) NewInstanceGroupManagerPolicyPrototypeInstanceGroupManagerTargetPolicyPrototype(metricType string, metricValue int64, policyType string) (_model *InstanceGroupManagerPolicyPrototypeInstanceGroupManagerTargetPolicyPrototype, err error)

NewInstanceGroupManagerPolicyPrototypeInstanceGroupManagerTargetPolicyPrototype : Instantiate InstanceGroupManagerPolicyPrototypeInstanceGroupManagerTargetPolicyPrototype (Generic Model Constructor)

func (*VpcV1) NewInstanceGroupManagerPrototypeInstanceGroupManagerAutoScalePrototype

func (*VpcV1) NewInstanceGroupManagerPrototypeInstanceGroupManagerAutoScalePrototype(managerType string, maxMembershipCount int64) (_model *InstanceGroupManagerPrototypeInstanceGroupManagerAutoScalePrototype, err error)

NewInstanceGroupManagerPrototypeInstanceGroupManagerAutoScalePrototype : Instantiate InstanceGroupManagerPrototypeInstanceGroupManagerAutoScalePrototype (Generic Model Constructor)

func (*VpcV1) NewInstanceGroupManagerPrototypeInstanceGroupManagerScheduledPrototype

func (*VpcV1) NewInstanceGroupManagerPrototypeInstanceGroupManagerScheduledPrototype(managerType string) (_model *InstanceGroupManagerPrototypeInstanceGroupManagerScheduledPrototype, err error)

NewInstanceGroupManagerPrototypeInstanceGroupManagerScheduledPrototype : Instantiate InstanceGroupManagerPrototypeInstanceGroupManagerScheduledPrototype (Generic Model Constructor)

func (*VpcV1) NewInstanceGroupManagerScheduledActionGroupPrototype

func (*VpcV1) NewInstanceGroupManagerScheduledActionGroupPrototype(membershipCount int64) (_model *InstanceGroupManagerScheduledActionGroupPrototype, err error)

NewInstanceGroupManagerScheduledActionGroupPrototype : Instantiate InstanceGroupManagerScheduledActionGroupPrototype (Generic Model Constructor)

func (*VpcV1) NewInstanceGroupManagerScheduledActionManagerPrototypeAutoScalePrototypeByHref

func (*VpcV1) NewInstanceGroupManagerScheduledActionManagerPrototypeAutoScalePrototypeByHref(href string) (_model *InstanceGroupManagerScheduledActionManagerPrototypeAutoScalePrototypeByHref, err error)

NewInstanceGroupManagerScheduledActionManagerPrototypeAutoScalePrototypeByHref : Instantiate InstanceGroupManagerScheduledActionManagerPrototypeAutoScalePrototypeByHref (Generic Model Constructor)

func (*VpcV1) NewInstanceGroupManagerScheduledActionManagerPrototypeAutoScalePrototypeByID

func (*VpcV1) NewInstanceGroupManagerScheduledActionManagerPrototypeAutoScalePrototypeByID(id string) (_model *InstanceGroupManagerScheduledActionManagerPrototypeAutoScalePrototypeByID, err error)

NewInstanceGroupManagerScheduledActionManagerPrototypeAutoScalePrototypeByID : Instantiate InstanceGroupManagerScheduledActionManagerPrototypeAutoScalePrototypeByID (Generic Model Constructor)

func (*VpcV1) NewInstancePatchProfileInstanceProfileIdentityByHref

func (*VpcV1) NewInstancePatchProfileInstanceProfileIdentityByHref(href string) (_model *InstancePatchProfileInstanceProfileIdentityByHref, err error)

NewInstancePatchProfileInstanceProfileIdentityByHref : Instantiate InstancePatchProfileInstanceProfileIdentityByHref (Generic Model Constructor)

func (*VpcV1) NewInstancePatchProfileInstanceProfileIdentityByName

func (*VpcV1) NewInstancePatchProfileInstanceProfileIdentityByName(name string) (_model *InstancePatchProfileInstanceProfileIdentityByName, err error)

NewInstancePatchProfileInstanceProfileIdentityByName : Instantiate InstancePatchProfileInstanceProfileIdentityByName (Generic Model Constructor)

func (*VpcV1) NewInstancePlacementTargetPatchDedicatedHostGroupIdentityDedicatedHostGroupIdentityByCRN

func (*VpcV1) NewInstancePlacementTargetPatchDedicatedHostGroupIdentityDedicatedHostGroupIdentityByCRN(crn string) (_model *InstancePlacementTargetPatchDedicatedHostGroupIdentityDedicatedHostGroupIdentityByCRN, err error)

NewInstancePlacementTargetPatchDedicatedHostGroupIdentityDedicatedHostGroupIdentityByCRN : Instantiate InstancePlacementTargetPatchDedicatedHostGroupIdentityDedicatedHostGroupIdentityByCRN (Generic Model Constructor)

func (*VpcV1) NewInstancePlacementTargetPatchDedicatedHostGroupIdentityDedicatedHostGroupIdentityByHref

func (*VpcV1) NewInstancePlacementTargetPatchDedicatedHostGroupIdentityDedicatedHostGroupIdentityByHref(href string) (_model *InstancePlacementTargetPatchDedicatedHostGroupIdentityDedicatedHostGroupIdentityByHref, err error)

NewInstancePlacementTargetPatchDedicatedHostGroupIdentityDedicatedHostGroupIdentityByHref : Instantiate InstancePlacementTargetPatchDedicatedHostGroupIdentityDedicatedHostGroupIdentityByHref (Generic Model Constructor)

func (*VpcV1) NewInstancePlacementTargetPatchDedicatedHostGroupIdentityDedicatedHostGroupIdentityByID

func (*VpcV1) NewInstancePlacementTargetPatchDedicatedHostGroupIdentityDedicatedHostGroupIdentityByID(id string) (_model *InstancePlacementTargetPatchDedicatedHostGroupIdentityDedicatedHostGroupIdentityByID, err error)

NewInstancePlacementTargetPatchDedicatedHostGroupIdentityDedicatedHostGroupIdentityByID : Instantiate InstancePlacementTargetPatchDedicatedHostGroupIdentityDedicatedHostGroupIdentityByID (Generic Model Constructor)

func (*VpcV1) NewInstancePlacementTargetPatchDedicatedHostIdentityDedicatedHostIdentityByCRN

func (*VpcV1) NewInstancePlacementTargetPatchDedicatedHostIdentityDedicatedHostIdentityByCRN(crn string) (_model *InstancePlacementTargetPatchDedicatedHostIdentityDedicatedHostIdentityByCRN, err error)

NewInstancePlacementTargetPatchDedicatedHostIdentityDedicatedHostIdentityByCRN : Instantiate InstancePlacementTargetPatchDedicatedHostIdentityDedicatedHostIdentityByCRN (Generic Model Constructor)

func (*VpcV1) NewInstancePlacementTargetPatchDedicatedHostIdentityDedicatedHostIdentityByHref

func (*VpcV1) NewInstancePlacementTargetPatchDedicatedHostIdentityDedicatedHostIdentityByHref(href string) (_model *InstancePlacementTargetPatchDedicatedHostIdentityDedicatedHostIdentityByHref, err error)

NewInstancePlacementTargetPatchDedicatedHostIdentityDedicatedHostIdentityByHref : Instantiate InstancePlacementTargetPatchDedicatedHostIdentityDedicatedHostIdentityByHref (Generic Model Constructor)

func (*VpcV1) NewInstancePlacementTargetPatchDedicatedHostIdentityDedicatedHostIdentityByID

func (*VpcV1) NewInstancePlacementTargetPatchDedicatedHostIdentityDedicatedHostIdentityByID(id string) (_model *InstancePlacementTargetPatchDedicatedHostIdentityDedicatedHostIdentityByID, err error)

NewInstancePlacementTargetPatchDedicatedHostIdentityDedicatedHostIdentityByID : Instantiate InstancePlacementTargetPatchDedicatedHostIdentityDedicatedHostIdentityByID (Generic Model Constructor)

func (*VpcV1) NewInstancePlacementTargetPrototypeDedicatedHostGroupIdentityDedicatedHostGroupIdentityByCRN

func (*VpcV1) NewInstancePlacementTargetPrototypeDedicatedHostGroupIdentityDedicatedHostGroupIdentityByCRN(crn string) (_model *InstancePlacementTargetPrototypeDedicatedHostGroupIdentityDedicatedHostGroupIdentityByCRN, err error)

NewInstancePlacementTargetPrototypeDedicatedHostGroupIdentityDedicatedHostGroupIdentityByCRN : Instantiate InstancePlacementTargetPrototypeDedicatedHostGroupIdentityDedicatedHostGroupIdentityByCRN (Generic Model Constructor)

func (*VpcV1) NewInstancePlacementTargetPrototypeDedicatedHostGroupIdentityDedicatedHostGroupIdentityByHref

func (*VpcV1) NewInstancePlacementTargetPrototypeDedicatedHostGroupIdentityDedicatedHostGroupIdentityByHref(href string) (_model *InstancePlacementTargetPrototypeDedicatedHostGroupIdentityDedicatedHostGroupIdentityByHref, err error)

NewInstancePlacementTargetPrototypeDedicatedHostGroupIdentityDedicatedHostGroupIdentityByHref : Instantiate InstancePlacementTargetPrototypeDedicatedHostGroupIdentityDedicatedHostGroupIdentityByHref (Generic Model Constructor)

func (*VpcV1) NewInstancePlacementTargetPrototypeDedicatedHostGroupIdentityDedicatedHostGroupIdentityByID

func (*VpcV1) NewInstancePlacementTargetPrototypeDedicatedHostGroupIdentityDedicatedHostGroupIdentityByID(id string) (_model *InstancePlacementTargetPrototypeDedicatedHostGroupIdentityDedicatedHostGroupIdentityByID, err error)

NewInstancePlacementTargetPrototypeDedicatedHostGroupIdentityDedicatedHostGroupIdentityByID : Instantiate InstancePlacementTargetPrototypeDedicatedHostGroupIdentityDedicatedHostGroupIdentityByID (Generic Model Constructor)

func (*VpcV1) NewInstancePlacementTargetPrototypeDedicatedHostIdentityDedicatedHostIdentityByCRN

func (*VpcV1) NewInstancePlacementTargetPrototypeDedicatedHostIdentityDedicatedHostIdentityByCRN(crn string) (_model *InstancePlacementTargetPrototypeDedicatedHostIdentityDedicatedHostIdentityByCRN, err error)

NewInstancePlacementTargetPrototypeDedicatedHostIdentityDedicatedHostIdentityByCRN : Instantiate InstancePlacementTargetPrototypeDedicatedHostIdentityDedicatedHostIdentityByCRN (Generic Model Constructor)

func (*VpcV1) NewInstancePlacementTargetPrototypeDedicatedHostIdentityDedicatedHostIdentityByHref

func (*VpcV1) NewInstancePlacementTargetPrototypeDedicatedHostIdentityDedicatedHostIdentityByHref(href string) (_model *InstancePlacementTargetPrototypeDedicatedHostIdentityDedicatedHostIdentityByHref, err error)

NewInstancePlacementTargetPrototypeDedicatedHostIdentityDedicatedHostIdentityByHref : Instantiate InstancePlacementTargetPrototypeDedicatedHostIdentityDedicatedHostIdentityByHref (Generic Model Constructor)

func (*VpcV1) NewInstancePlacementTargetPrototypeDedicatedHostIdentityDedicatedHostIdentityByID

func (*VpcV1) NewInstancePlacementTargetPrototypeDedicatedHostIdentityDedicatedHostIdentityByID(id string) (_model *InstancePlacementTargetPrototypeDedicatedHostIdentityDedicatedHostIdentityByID, err error)

NewInstancePlacementTargetPrototypeDedicatedHostIdentityDedicatedHostIdentityByID : Instantiate InstancePlacementTargetPrototypeDedicatedHostIdentityDedicatedHostIdentityByID (Generic Model Constructor)

func (*VpcV1) NewInstancePlacementTargetPrototypePlacementGroupIdentityPlacementGroupIdentityByCRN

func (*VpcV1) NewInstancePlacementTargetPrototypePlacementGroupIdentityPlacementGroupIdentityByCRN(crn string) (_model *InstancePlacementTargetPrototypePlacementGroupIdentityPlacementGroupIdentityByCRN, err error)

NewInstancePlacementTargetPrototypePlacementGroupIdentityPlacementGroupIdentityByCRN : Instantiate InstancePlacementTargetPrototypePlacementGroupIdentityPlacementGroupIdentityByCRN (Generic Model Constructor)

func (*VpcV1) NewInstancePlacementTargetPrototypePlacementGroupIdentityPlacementGroupIdentityByHref

func (*VpcV1) NewInstancePlacementTargetPrototypePlacementGroupIdentityPlacementGroupIdentityByHref(href string) (_model *InstancePlacementTargetPrototypePlacementGroupIdentityPlacementGroupIdentityByHref, err error)

NewInstancePlacementTargetPrototypePlacementGroupIdentityPlacementGroupIdentityByHref : Instantiate InstancePlacementTargetPrototypePlacementGroupIdentityPlacementGroupIdentityByHref (Generic Model Constructor)

func (*VpcV1) NewInstancePlacementTargetPrototypePlacementGroupIdentityPlacementGroupIdentityByID

func (*VpcV1) NewInstancePlacementTargetPrototypePlacementGroupIdentityPlacementGroupIdentityByID(id string) (_model *InstancePlacementTargetPrototypePlacementGroupIdentityPlacementGroupIdentityByID, err error)

NewInstancePlacementTargetPrototypePlacementGroupIdentityPlacementGroupIdentityByID : Instantiate InstancePlacementTargetPrototypePlacementGroupIdentityPlacementGroupIdentityByID (Generic Model Constructor)

func (*VpcV1) NewInstanceProfileIdentityByHref

func (*VpcV1) NewInstanceProfileIdentityByHref(href string) (_model *InstanceProfileIdentityByHref, err error)

NewInstanceProfileIdentityByHref : Instantiate InstanceProfileIdentityByHref (Generic Model Constructor)

func (*VpcV1) NewInstanceProfileIdentityByName

func (*VpcV1) NewInstanceProfileIdentityByName(name string) (_model *InstanceProfileIdentityByName, err error)

NewInstanceProfileIdentityByName : Instantiate InstanceProfileIdentityByName (Generic Model Constructor)

func (*VpcV1) NewInstancePrototypeInstanceByImage

func (*VpcV1) NewInstancePrototypeInstanceByImage(image ImageIdentityIntf, primaryNetworkInterface *NetworkInterfacePrototype, zone ZoneIdentityIntf) (_model *InstancePrototypeInstanceByImage, err error)

NewInstancePrototypeInstanceByImage : Instantiate InstancePrototypeInstanceByImage (Generic Model Constructor)

func (*VpcV1) NewInstancePrototypeInstanceBySourceSnapshot

func (*VpcV1) NewInstancePrototypeInstanceBySourceSnapshot(bootVolumeAttachment *VolumeAttachmentPrototypeInstanceBySourceSnapshotContext, primaryNetworkInterface *NetworkInterfacePrototype, zone ZoneIdentityIntf) (_model *InstancePrototypeInstanceBySourceSnapshot, err error)

NewInstancePrototypeInstanceBySourceSnapshot : Instantiate InstancePrototypeInstanceBySourceSnapshot (Generic Model Constructor)

func (*VpcV1) NewInstancePrototypeInstanceBySourceTemplate

func (*VpcV1) NewInstancePrototypeInstanceBySourceTemplate(sourceTemplate InstanceTemplateIdentityIntf) (_model *InstancePrototypeInstanceBySourceTemplate, err error)

NewInstancePrototypeInstanceBySourceTemplate : Instantiate InstancePrototypeInstanceBySourceTemplate (Generic Model Constructor)

func (*VpcV1) NewInstanceTemplateIdentityByCRN

func (*VpcV1) NewInstanceTemplateIdentityByCRN(crn string) (_model *InstanceTemplateIdentityByCRN, err error)

NewInstanceTemplateIdentityByCRN : Instantiate InstanceTemplateIdentityByCRN (Generic Model Constructor)

func (*VpcV1) NewInstanceTemplateIdentityByHref

func (*VpcV1) NewInstanceTemplateIdentityByHref(href string) (_model *InstanceTemplateIdentityByHref, err error)

NewInstanceTemplateIdentityByHref : Instantiate InstanceTemplateIdentityByHref (Generic Model Constructor)

func (*VpcV1) NewInstanceTemplateIdentityByID

func (*VpcV1) NewInstanceTemplateIdentityByID(id string) (_model *InstanceTemplateIdentityByID, err error)

NewInstanceTemplateIdentityByID : Instantiate InstanceTemplateIdentityByID (Generic Model Constructor)

func (*VpcV1) NewInstanceTemplatePrototypeInstanceByImage

func (*VpcV1) NewInstanceTemplatePrototypeInstanceByImage(image ImageIdentityIntf, primaryNetworkInterface *NetworkInterfacePrototype, zone ZoneIdentityIntf) (_model *InstanceTemplatePrototypeInstanceByImage, err error)

NewInstanceTemplatePrototypeInstanceByImage : Instantiate InstanceTemplatePrototypeInstanceByImage (Generic Model Constructor)

func (*VpcV1) NewInstanceTemplatePrototypeInstanceBySourceTemplate

func (*VpcV1) NewInstanceTemplatePrototypeInstanceBySourceTemplate(sourceTemplate InstanceTemplateIdentityIntf) (_model *InstanceTemplatePrototypeInstanceBySourceTemplate, err error)

NewInstanceTemplatePrototypeInstanceBySourceTemplate : Instantiate InstanceTemplatePrototypeInstanceBySourceTemplate (Generic Model Constructor)

func (*VpcV1) NewKeyIdentityByCRN

func (*VpcV1) NewKeyIdentityByCRN(crn string) (_model *KeyIdentityByCRN, err error)

NewKeyIdentityByCRN : Instantiate KeyIdentityByCRN (Generic Model Constructor)

func (*VpcV1) NewKeyIdentityByFingerprint

func (*VpcV1) NewKeyIdentityByFingerprint(fingerprint string) (_model *KeyIdentityByFingerprint, err error)

NewKeyIdentityByFingerprint : Instantiate KeyIdentityByFingerprint (Generic Model Constructor)

func (*VpcV1) NewKeyIdentityByHref

func (*VpcV1) NewKeyIdentityByHref(href string) (_model *KeyIdentityByHref, err error)

NewKeyIdentityByHref : Instantiate KeyIdentityByHref (Generic Model Constructor)

func (*VpcV1) NewKeyIdentityByID

func (*VpcV1) NewKeyIdentityByID(id string) (_model *KeyIdentityByID, err error)

NewKeyIdentityByID : Instantiate KeyIdentityByID (Generic Model Constructor)

func (*VpcV1) NewLegacyCloudObjectStorageBucketIdentityCloudObjectStorageBucketIdentityByName

func (*VpcV1) NewLegacyCloudObjectStorageBucketIdentityCloudObjectStorageBucketIdentityByName(name string) (_model *LegacyCloudObjectStorageBucketIdentityCloudObjectStorageBucketIdentityByName, err error)

NewLegacyCloudObjectStorageBucketIdentityCloudObjectStorageBucketIdentityByName : Instantiate LegacyCloudObjectStorageBucketIdentityCloudObjectStorageBucketIdentityByName (Generic Model Constructor)

func (*VpcV1) NewListBareMetalServerDisksOptions

func (*VpcV1) NewListBareMetalServerDisksOptions(bareMetalServerID string) *ListBareMetalServerDisksOptions

NewListBareMetalServerDisksOptions : Instantiate ListBareMetalServerDisksOptions

func (*VpcV1) NewListBareMetalServerNetworkInterfaceFloatingIpsOptions

func (*VpcV1) NewListBareMetalServerNetworkInterfaceFloatingIpsOptions(bareMetalServerID string, networkInterfaceID string) *ListBareMetalServerNetworkInterfaceFloatingIpsOptions

NewListBareMetalServerNetworkInterfaceFloatingIpsOptions : Instantiate ListBareMetalServerNetworkInterfaceFloatingIpsOptions

func (*VpcV1) NewListBareMetalServerNetworkInterfaceIpsOptions

func (*VpcV1) NewListBareMetalServerNetworkInterfaceIpsOptions(bareMetalServerID string, networkInterfaceID string) *ListBareMetalServerNetworkInterfaceIpsOptions

NewListBareMetalServerNetworkInterfaceIpsOptions : Instantiate ListBareMetalServerNetworkInterfaceIpsOptions

func (*VpcV1) NewListBareMetalServerNetworkInterfacesOptions

func (*VpcV1) NewListBareMetalServerNetworkInterfacesOptions(bareMetalServerID string) *ListBareMetalServerNetworkInterfacesOptions

NewListBareMetalServerNetworkInterfacesOptions : Instantiate ListBareMetalServerNetworkInterfacesOptions

func (*VpcV1) NewListBareMetalServerProfilesOptions

func (*VpcV1) NewListBareMetalServerProfilesOptions() *ListBareMetalServerProfilesOptions

NewListBareMetalServerProfilesOptions : Instantiate ListBareMetalServerProfilesOptions

func (*VpcV1) NewListBareMetalServersOptions

func (*VpcV1) NewListBareMetalServersOptions() *ListBareMetalServersOptions

NewListBareMetalServersOptions : Instantiate ListBareMetalServersOptions

func (*VpcV1) NewListDedicatedHostDisksOptions

func (*VpcV1) NewListDedicatedHostDisksOptions(dedicatedHostID string) *ListDedicatedHostDisksOptions

NewListDedicatedHostDisksOptions : Instantiate ListDedicatedHostDisksOptions

func (*VpcV1) NewListDedicatedHostGroupsOptions

func (*VpcV1) NewListDedicatedHostGroupsOptions() *ListDedicatedHostGroupsOptions

NewListDedicatedHostGroupsOptions : Instantiate ListDedicatedHostGroupsOptions

func (*VpcV1) NewListDedicatedHostProfilesOptions

func (*VpcV1) NewListDedicatedHostProfilesOptions() *ListDedicatedHostProfilesOptions

NewListDedicatedHostProfilesOptions : Instantiate ListDedicatedHostProfilesOptions

func (*VpcV1) NewListDedicatedHostsOptions

func (*VpcV1) NewListDedicatedHostsOptions() *ListDedicatedHostsOptions

NewListDedicatedHostsOptions : Instantiate ListDedicatedHostsOptions

func (*VpcV1) NewListEndpointGatewayIpsOptions

func (*VpcV1) NewListEndpointGatewayIpsOptions(endpointGatewayID string) *ListEndpointGatewayIpsOptions

NewListEndpointGatewayIpsOptions : Instantiate ListEndpointGatewayIpsOptions

func (*VpcV1) NewListEndpointGatewaysOptions

func (*VpcV1) NewListEndpointGatewaysOptions() *ListEndpointGatewaysOptions

NewListEndpointGatewaysOptions : Instantiate ListEndpointGatewaysOptions

func (*VpcV1) NewListFloatingIpsOptions

func (*VpcV1) NewListFloatingIpsOptions() *ListFloatingIpsOptions

NewListFloatingIpsOptions : Instantiate ListFloatingIpsOptions

func (*VpcV1) NewListFlowLogCollectorsOptions

func (*VpcV1) NewListFlowLogCollectorsOptions() *ListFlowLogCollectorsOptions

NewListFlowLogCollectorsOptions : Instantiate ListFlowLogCollectorsOptions

func (*VpcV1) NewListIkePoliciesOptions

func (*VpcV1) NewListIkePoliciesOptions() *ListIkePoliciesOptions

NewListIkePoliciesOptions : Instantiate ListIkePoliciesOptions

func (*VpcV1) NewListIkePolicyConnectionsOptions

func (*VpcV1) NewListIkePolicyConnectionsOptions(id string) *ListIkePolicyConnectionsOptions

NewListIkePolicyConnectionsOptions : Instantiate ListIkePolicyConnectionsOptions

func (*VpcV1) NewListImagesOptions

func (*VpcV1) NewListImagesOptions() *ListImagesOptions

NewListImagesOptions : Instantiate ListImagesOptions

func (*VpcV1) NewListInstanceDisksOptions

func (*VpcV1) NewListInstanceDisksOptions(instanceID string) *ListInstanceDisksOptions

NewListInstanceDisksOptions : Instantiate ListInstanceDisksOptions

func (*VpcV1) NewListInstanceGroupManagerActionsOptions

func (*VpcV1) NewListInstanceGroupManagerActionsOptions(instanceGroupID string, instanceGroupManagerID string) *ListInstanceGroupManagerActionsOptions

NewListInstanceGroupManagerActionsOptions : Instantiate ListInstanceGroupManagerActionsOptions

func (*VpcV1) NewListInstanceGroupManagerPoliciesOptions

func (*VpcV1) NewListInstanceGroupManagerPoliciesOptions(instanceGroupID string, instanceGroupManagerID string) *ListInstanceGroupManagerPoliciesOptions

NewListInstanceGroupManagerPoliciesOptions : Instantiate ListInstanceGroupManagerPoliciesOptions

func (*VpcV1) NewListInstanceGroupManagersOptions

func (*VpcV1) NewListInstanceGroupManagersOptions(instanceGroupID string) *ListInstanceGroupManagersOptions

NewListInstanceGroupManagersOptions : Instantiate ListInstanceGroupManagersOptions

func (*VpcV1) NewListInstanceGroupMembershipsOptions

func (*VpcV1) NewListInstanceGroupMembershipsOptions(instanceGroupID string) *ListInstanceGroupMembershipsOptions

NewListInstanceGroupMembershipsOptions : Instantiate ListInstanceGroupMembershipsOptions

func (*VpcV1) NewListInstanceGroupsOptions

func (*VpcV1) NewListInstanceGroupsOptions() *ListInstanceGroupsOptions

NewListInstanceGroupsOptions : Instantiate ListInstanceGroupsOptions

func (*VpcV1) NewListInstanceNetworkInterfaceFloatingIpsOptions

func (*VpcV1) NewListInstanceNetworkInterfaceFloatingIpsOptions(instanceID string, networkInterfaceID string) *ListInstanceNetworkInterfaceFloatingIpsOptions

NewListInstanceNetworkInterfaceFloatingIpsOptions : Instantiate ListInstanceNetworkInterfaceFloatingIpsOptions

func (*VpcV1) NewListInstanceNetworkInterfaceIpsOptions

func (*VpcV1) NewListInstanceNetworkInterfaceIpsOptions(instanceID string, networkInterfaceID string) *ListInstanceNetworkInterfaceIpsOptions

NewListInstanceNetworkInterfaceIpsOptions : Instantiate ListInstanceNetworkInterfaceIpsOptions

func (*VpcV1) NewListInstanceNetworkInterfacesOptions

func (*VpcV1) NewListInstanceNetworkInterfacesOptions(instanceID string) *ListInstanceNetworkInterfacesOptions

NewListInstanceNetworkInterfacesOptions : Instantiate ListInstanceNetworkInterfacesOptions

func (*VpcV1) NewListInstanceProfilesOptions

func (*VpcV1) NewListInstanceProfilesOptions() *ListInstanceProfilesOptions

NewListInstanceProfilesOptions : Instantiate ListInstanceProfilesOptions

func (*VpcV1) NewListInstanceTemplatesOptions

func (*VpcV1) NewListInstanceTemplatesOptions() *ListInstanceTemplatesOptions

NewListInstanceTemplatesOptions : Instantiate ListInstanceTemplatesOptions

func (*VpcV1) NewListInstanceVolumeAttachmentsOptions

func (*VpcV1) NewListInstanceVolumeAttachmentsOptions(instanceID string) *ListInstanceVolumeAttachmentsOptions

NewListInstanceVolumeAttachmentsOptions : Instantiate ListInstanceVolumeAttachmentsOptions

func (*VpcV1) NewListInstancesOptions

func (*VpcV1) NewListInstancesOptions() *ListInstancesOptions

NewListInstancesOptions : Instantiate ListInstancesOptions

func (*VpcV1) NewListIpsecPoliciesOptions

func (*VpcV1) NewListIpsecPoliciesOptions() *ListIpsecPoliciesOptions

NewListIpsecPoliciesOptions : Instantiate ListIpsecPoliciesOptions

func (*VpcV1) NewListIpsecPolicyConnectionsOptions

func (*VpcV1) NewListIpsecPolicyConnectionsOptions(id string) *ListIpsecPolicyConnectionsOptions

NewListIpsecPolicyConnectionsOptions : Instantiate ListIpsecPolicyConnectionsOptions

func (*VpcV1) NewListKeysOptions

func (*VpcV1) NewListKeysOptions() *ListKeysOptions

NewListKeysOptions : Instantiate ListKeysOptions

func (*VpcV1) NewListLoadBalancerListenerPoliciesOptions

func (*VpcV1) NewListLoadBalancerListenerPoliciesOptions(loadBalancerID string, listenerID string) *ListLoadBalancerListenerPoliciesOptions

NewListLoadBalancerListenerPoliciesOptions : Instantiate ListLoadBalancerListenerPoliciesOptions

func (*VpcV1) NewListLoadBalancerListenerPolicyRulesOptions

func (*VpcV1) NewListLoadBalancerListenerPolicyRulesOptions(loadBalancerID string, listenerID string, policyID string) *ListLoadBalancerListenerPolicyRulesOptions

NewListLoadBalancerListenerPolicyRulesOptions : Instantiate ListLoadBalancerListenerPolicyRulesOptions

func (*VpcV1) NewListLoadBalancerListenersOptions

func (*VpcV1) NewListLoadBalancerListenersOptions(loadBalancerID string) *ListLoadBalancerListenersOptions

NewListLoadBalancerListenersOptions : Instantiate ListLoadBalancerListenersOptions

func (*VpcV1) NewListLoadBalancerPoolMembersOptions

func (*VpcV1) NewListLoadBalancerPoolMembersOptions(loadBalancerID string, poolID string) *ListLoadBalancerPoolMembersOptions

NewListLoadBalancerPoolMembersOptions : Instantiate ListLoadBalancerPoolMembersOptions

func (*VpcV1) NewListLoadBalancerPoolsOptions

func (*VpcV1) NewListLoadBalancerPoolsOptions(loadBalancerID string) *ListLoadBalancerPoolsOptions

NewListLoadBalancerPoolsOptions : Instantiate ListLoadBalancerPoolsOptions

func (*VpcV1) NewListLoadBalancerProfilesOptions

func (*VpcV1) NewListLoadBalancerProfilesOptions() *ListLoadBalancerProfilesOptions

NewListLoadBalancerProfilesOptions : Instantiate ListLoadBalancerProfilesOptions

func (*VpcV1) NewListLoadBalancersOptions

func (*VpcV1) NewListLoadBalancersOptions() *ListLoadBalancersOptions

NewListLoadBalancersOptions : Instantiate ListLoadBalancersOptions

func (*VpcV1) NewListNetworkACLRulesOptions

func (*VpcV1) NewListNetworkACLRulesOptions(networkACLID string) *ListNetworkACLRulesOptions

NewListNetworkACLRulesOptions : Instantiate ListNetworkACLRulesOptions

func (*VpcV1) NewListNetworkAclsOptions

func (*VpcV1) NewListNetworkAclsOptions() *ListNetworkAclsOptions

NewListNetworkAclsOptions : Instantiate ListNetworkAclsOptions

func (*VpcV1) NewListOperatingSystemsOptions

func (*VpcV1) NewListOperatingSystemsOptions() *ListOperatingSystemsOptions

NewListOperatingSystemsOptions : Instantiate ListOperatingSystemsOptions

func (*VpcV1) NewListPlacementGroupsOptions

func (*VpcV1) NewListPlacementGroupsOptions() *ListPlacementGroupsOptions

NewListPlacementGroupsOptions : Instantiate ListPlacementGroupsOptions

func (*VpcV1) NewListPublicGatewaysOptions

func (*VpcV1) NewListPublicGatewaysOptions() *ListPublicGatewaysOptions

NewListPublicGatewaysOptions : Instantiate ListPublicGatewaysOptions

func (*VpcV1) NewListRegionZonesOptions

func (*VpcV1) NewListRegionZonesOptions(regionName string) *ListRegionZonesOptions

NewListRegionZonesOptions : Instantiate ListRegionZonesOptions

func (*VpcV1) NewListRegionsOptions

func (*VpcV1) NewListRegionsOptions() *ListRegionsOptions

NewListRegionsOptions : Instantiate ListRegionsOptions

func (*VpcV1) NewListSecurityGroupRulesOptions

func (*VpcV1) NewListSecurityGroupRulesOptions(securityGroupID string) *ListSecurityGroupRulesOptions

NewListSecurityGroupRulesOptions : Instantiate ListSecurityGroupRulesOptions

func (*VpcV1) NewListSecurityGroupTargetsOptions

func (*VpcV1) NewListSecurityGroupTargetsOptions(securityGroupID string) *ListSecurityGroupTargetsOptions

NewListSecurityGroupTargetsOptions : Instantiate ListSecurityGroupTargetsOptions

func (*VpcV1) NewListSecurityGroupsOptions

func (*VpcV1) NewListSecurityGroupsOptions() *ListSecurityGroupsOptions

NewListSecurityGroupsOptions : Instantiate ListSecurityGroupsOptions

func (*VpcV1) NewListSnapshotsOptions

func (*VpcV1) NewListSnapshotsOptions() *ListSnapshotsOptions

NewListSnapshotsOptions : Instantiate ListSnapshotsOptions

func (*VpcV1) NewListSubnetReservedIpsOptions

func (*VpcV1) NewListSubnetReservedIpsOptions(subnetID string) *ListSubnetReservedIpsOptions

NewListSubnetReservedIpsOptions : Instantiate ListSubnetReservedIpsOptions

func (*VpcV1) NewListSubnetsOptions

func (*VpcV1) NewListSubnetsOptions() *ListSubnetsOptions

NewListSubnetsOptions : Instantiate ListSubnetsOptions

func (*VpcV1) NewListVPCAddressPrefixesOptions

func (*VpcV1) NewListVPCAddressPrefixesOptions(vpcID string) *ListVPCAddressPrefixesOptions

NewListVPCAddressPrefixesOptions : Instantiate ListVPCAddressPrefixesOptions

func (*VpcV1) NewListVPCRoutesOptions

func (*VpcV1) NewListVPCRoutesOptions(vpcID string) *ListVPCRoutesOptions

NewListVPCRoutesOptions : Instantiate ListVPCRoutesOptions

func (*VpcV1) NewListVPCRoutingTableRoutesOptions

func (*VpcV1) NewListVPCRoutingTableRoutesOptions(vpcID string, routingTableID string) *ListVPCRoutingTableRoutesOptions

NewListVPCRoutingTableRoutesOptions : Instantiate ListVPCRoutingTableRoutesOptions

func (*VpcV1) NewListVPCRoutingTablesOptions

func (*VpcV1) NewListVPCRoutingTablesOptions(vpcID string) *ListVPCRoutingTablesOptions

NewListVPCRoutingTablesOptions : Instantiate ListVPCRoutingTablesOptions

func (*VpcV1) NewListVPNGatewayConnectionLocalCIDRsOptions

func (*VpcV1) NewListVPNGatewayConnectionLocalCIDRsOptions(vpnGatewayID string, id string) *ListVPNGatewayConnectionLocalCIDRsOptions

NewListVPNGatewayConnectionLocalCIDRsOptions : Instantiate ListVPNGatewayConnectionLocalCIDRsOptions

func (*VpcV1) NewListVPNGatewayConnectionPeerCIDRsOptions

func (*VpcV1) NewListVPNGatewayConnectionPeerCIDRsOptions(vpnGatewayID string, id string) *ListVPNGatewayConnectionPeerCIDRsOptions

NewListVPNGatewayConnectionPeerCIDRsOptions : Instantiate ListVPNGatewayConnectionPeerCIDRsOptions

func (*VpcV1) NewListVPNGatewayConnectionsOptions

func (*VpcV1) NewListVPNGatewayConnectionsOptions(vpnGatewayID string) *ListVPNGatewayConnectionsOptions

NewListVPNGatewayConnectionsOptions : Instantiate ListVPNGatewayConnectionsOptions

func (*VpcV1) NewListVPNGatewaysOptions

func (*VpcV1) NewListVPNGatewaysOptions() *ListVPNGatewaysOptions

NewListVPNGatewaysOptions : Instantiate ListVPNGatewaysOptions

func (*VpcV1) NewListVolumeProfilesOptions

func (*VpcV1) NewListVolumeProfilesOptions() *ListVolumeProfilesOptions

NewListVolumeProfilesOptions : Instantiate ListVolumeProfilesOptions

func (*VpcV1) NewListVolumesOptions

func (*VpcV1) NewListVolumesOptions() *ListVolumesOptions

NewListVolumesOptions : Instantiate ListVolumesOptions

func (*VpcV1) NewListVpcsOptions

func (*VpcV1) NewListVpcsOptions() *ListVpcsOptions

NewListVpcsOptions : Instantiate ListVpcsOptions

func (*VpcV1) NewLoadBalancerIdentityByCRN

func (*VpcV1) NewLoadBalancerIdentityByCRN(crn string) (_model *LoadBalancerIdentityByCRN, err error)

NewLoadBalancerIdentityByCRN : Instantiate LoadBalancerIdentityByCRN (Generic Model Constructor)

func (*VpcV1) NewLoadBalancerIdentityByHref

func (*VpcV1) NewLoadBalancerIdentityByHref(href string) (_model *LoadBalancerIdentityByHref, err error)

NewLoadBalancerIdentityByHref : Instantiate LoadBalancerIdentityByHref (Generic Model Constructor)

func (*VpcV1) NewLoadBalancerIdentityByID

func (*VpcV1) NewLoadBalancerIdentityByID(id string) (_model *LoadBalancerIdentityByID, err error)

NewLoadBalancerIdentityByID : Instantiate LoadBalancerIdentityByID (Generic Model Constructor)

func (*VpcV1) NewLoadBalancerListenerHTTPSRedirectPrototype

func (*VpcV1) NewLoadBalancerListenerHTTPSRedirectPrototype(httpStatusCode int64, listener LoadBalancerListenerIdentityIntf) (_model *LoadBalancerListenerHTTPSRedirectPrototype, err error)

NewLoadBalancerListenerHTTPSRedirectPrototype : Instantiate LoadBalancerListenerHTTPSRedirectPrototype (Generic Model Constructor)

func (*VpcV1) NewLoadBalancerListenerIdentityByHref

func (*VpcV1) NewLoadBalancerListenerIdentityByHref(href string) (_model *LoadBalancerListenerIdentityByHref, err error)

NewLoadBalancerListenerIdentityByHref : Instantiate LoadBalancerListenerIdentityByHref (Generic Model Constructor)

func (*VpcV1) NewLoadBalancerListenerIdentityByID

func (*VpcV1) NewLoadBalancerListenerIdentityByID(id string) (_model *LoadBalancerListenerIdentityByID, err error)

NewLoadBalancerListenerIdentityByID : Instantiate LoadBalancerListenerIdentityByID (Generic Model Constructor)

func (*VpcV1) NewLoadBalancerListenerPolicyPrototype

func (*VpcV1) NewLoadBalancerListenerPolicyPrototype(action string, priority int64) (_model *LoadBalancerListenerPolicyPrototype, err error)

NewLoadBalancerListenerPolicyPrototype : Instantiate LoadBalancerListenerPolicyPrototype (Generic Model Constructor)

func (*VpcV1) NewLoadBalancerListenerPolicyRulePrototype

func (*VpcV1) NewLoadBalancerListenerPolicyRulePrototype(condition string, typeVar string, value string) (_model *LoadBalancerListenerPolicyRulePrototype, err error)

NewLoadBalancerListenerPolicyRulePrototype : Instantiate LoadBalancerListenerPolicyRulePrototype (Generic Model Constructor)

func (*VpcV1) NewLoadBalancerListenerPolicyTargetPatchLoadBalancerPoolIdentityLoadBalancerPoolIdentityByHref

func (*VpcV1) NewLoadBalancerListenerPolicyTargetPatchLoadBalancerPoolIdentityLoadBalancerPoolIdentityByHref(href string) (_model *LoadBalancerListenerPolicyTargetPatchLoadBalancerPoolIdentityLoadBalancerPoolIdentityByHref, err error)

NewLoadBalancerListenerPolicyTargetPatchLoadBalancerPoolIdentityLoadBalancerPoolIdentityByHref : Instantiate LoadBalancerListenerPolicyTargetPatchLoadBalancerPoolIdentityLoadBalancerPoolIdentityByHref (Generic Model Constructor)

func (*VpcV1) NewLoadBalancerListenerPolicyTargetPatchLoadBalancerPoolIdentityLoadBalancerPoolIdentityByID

func (*VpcV1) NewLoadBalancerListenerPolicyTargetPatchLoadBalancerPoolIdentityLoadBalancerPoolIdentityByID(id string) (_model *LoadBalancerListenerPolicyTargetPatchLoadBalancerPoolIdentityLoadBalancerPoolIdentityByID, err error)

NewLoadBalancerListenerPolicyTargetPatchLoadBalancerPoolIdentityLoadBalancerPoolIdentityByID : Instantiate LoadBalancerListenerPolicyTargetPatchLoadBalancerPoolIdentityLoadBalancerPoolIdentityByID (Generic Model Constructor)

func (*VpcV1) NewLoadBalancerListenerPolicyTargetPrototypeLoadBalancerListenerHTTPSRedirectPrototype

func (*VpcV1) NewLoadBalancerListenerPolicyTargetPrototypeLoadBalancerListenerHTTPSRedirectPrototype(httpStatusCode int64, listener LoadBalancerListenerIdentityIntf) (_model *LoadBalancerListenerPolicyTargetPrototypeLoadBalancerListenerHTTPSRedirectPrototype, err error)

NewLoadBalancerListenerPolicyTargetPrototypeLoadBalancerListenerHTTPSRedirectPrototype : Instantiate LoadBalancerListenerPolicyTargetPrototypeLoadBalancerListenerHTTPSRedirectPrototype (Generic Model Constructor)

func (*VpcV1) NewLoadBalancerListenerPolicyTargetPrototypeLoadBalancerListenerPolicyRedirectURLPrototype

func (*VpcV1) NewLoadBalancerListenerPolicyTargetPrototypeLoadBalancerListenerPolicyRedirectURLPrototype(httpStatusCode int64, url string) (_model *LoadBalancerListenerPolicyTargetPrototypeLoadBalancerListenerPolicyRedirectURLPrototype, err error)

NewLoadBalancerListenerPolicyTargetPrototypeLoadBalancerListenerPolicyRedirectURLPrototype : Instantiate LoadBalancerListenerPolicyTargetPrototypeLoadBalancerListenerPolicyRedirectURLPrototype (Generic Model Constructor)

func (*VpcV1) NewLoadBalancerListenerPolicyTargetPrototypeLoadBalancerPoolIdentityLoadBalancerPoolIdentityByHref

func (*VpcV1) NewLoadBalancerListenerPolicyTargetPrototypeLoadBalancerPoolIdentityLoadBalancerPoolIdentityByHref(href string) (_model *LoadBalancerListenerPolicyTargetPrototypeLoadBalancerPoolIdentityLoadBalancerPoolIdentityByHref, err error)

NewLoadBalancerListenerPolicyTargetPrototypeLoadBalancerPoolIdentityLoadBalancerPoolIdentityByHref : Instantiate LoadBalancerListenerPolicyTargetPrototypeLoadBalancerPoolIdentityLoadBalancerPoolIdentityByHref (Generic Model Constructor)

func (*VpcV1) NewLoadBalancerListenerPolicyTargetPrototypeLoadBalancerPoolIdentityLoadBalancerPoolIdentityByID

func (*VpcV1) NewLoadBalancerListenerPolicyTargetPrototypeLoadBalancerPoolIdentityLoadBalancerPoolIdentityByID(id string) (_model *LoadBalancerListenerPolicyTargetPrototypeLoadBalancerPoolIdentityLoadBalancerPoolIdentityByID, err error)

NewLoadBalancerListenerPolicyTargetPrototypeLoadBalancerPoolIdentityLoadBalancerPoolIdentityByID : Instantiate LoadBalancerListenerPolicyTargetPrototypeLoadBalancerPoolIdentityLoadBalancerPoolIdentityByID (Generic Model Constructor)

func (*VpcV1) NewLoadBalancerListenerPrototypeLoadBalancerContext

func (*VpcV1) NewLoadBalancerListenerPrototypeLoadBalancerContext(protocol string) (_model *LoadBalancerListenerPrototypeLoadBalancerContext, err error)

NewLoadBalancerListenerPrototypeLoadBalancerContext : Instantiate LoadBalancerListenerPrototypeLoadBalancerContext (Generic Model Constructor)

func (*VpcV1) NewLoadBalancerLoggingDatapath

func (*VpcV1) NewLoadBalancerLoggingDatapath(active bool) (_model *LoadBalancerLoggingDatapath, err error)

NewLoadBalancerLoggingDatapath : Instantiate LoadBalancerLoggingDatapath (Generic Model Constructor)

func (*VpcV1) NewLoadBalancerPoolHealthMonitorPatch

func (*VpcV1) NewLoadBalancerPoolHealthMonitorPatch(delay int64, maxRetries int64, timeout int64, typeVar string) (_model *LoadBalancerPoolHealthMonitorPatch, err error)

NewLoadBalancerPoolHealthMonitorPatch : Instantiate LoadBalancerPoolHealthMonitorPatch (Generic Model Constructor)

func (*VpcV1) NewLoadBalancerPoolHealthMonitorPrototype

func (*VpcV1) NewLoadBalancerPoolHealthMonitorPrototype(delay int64, maxRetries int64, timeout int64, typeVar string) (_model *LoadBalancerPoolHealthMonitorPrototype, err error)

NewLoadBalancerPoolHealthMonitorPrototype : Instantiate LoadBalancerPoolHealthMonitorPrototype (Generic Model Constructor)

func (*VpcV1) NewLoadBalancerPoolIdentityByHref

func (*VpcV1) NewLoadBalancerPoolIdentityByHref(href string) (_model *LoadBalancerPoolIdentityByHref, err error)

NewLoadBalancerPoolIdentityByHref : Instantiate LoadBalancerPoolIdentityByHref (Generic Model Constructor)

func (*VpcV1) NewLoadBalancerPoolIdentityByID

func (*VpcV1) NewLoadBalancerPoolIdentityByID(id string) (_model *LoadBalancerPoolIdentityByID, err error)

NewLoadBalancerPoolIdentityByID : Instantiate LoadBalancerPoolIdentityByID (Generic Model Constructor)

func (*VpcV1) NewLoadBalancerPoolIdentityByName

func (*VpcV1) NewLoadBalancerPoolIdentityByName(name string) (_model *LoadBalancerPoolIdentityByName, err error)

NewLoadBalancerPoolIdentityByName : Instantiate LoadBalancerPoolIdentityByName (Generic Model Constructor)

func (*VpcV1) NewLoadBalancerPoolMemberPrototype

func (*VpcV1) NewLoadBalancerPoolMemberPrototype(port int64, target LoadBalancerPoolMemberTargetPrototypeIntf) (_model *LoadBalancerPoolMemberPrototype, err error)

NewLoadBalancerPoolMemberPrototype : Instantiate LoadBalancerPoolMemberPrototype (Generic Model Constructor)

func (*VpcV1) NewLoadBalancerPoolMemberTargetPrototypeIP

func (*VpcV1) NewLoadBalancerPoolMemberTargetPrototypeIP(address string) (_model *LoadBalancerPoolMemberTargetPrototypeIP, err error)

NewLoadBalancerPoolMemberTargetPrototypeIP : Instantiate LoadBalancerPoolMemberTargetPrototypeIP (Generic Model Constructor)

func (*VpcV1) NewLoadBalancerPoolMemberTargetPrototypeInstanceIdentityInstanceIdentityByCRN

func (*VpcV1) NewLoadBalancerPoolMemberTargetPrototypeInstanceIdentityInstanceIdentityByCRN(crn string) (_model *LoadBalancerPoolMemberTargetPrototypeInstanceIdentityInstanceIdentityByCRN, err error)

NewLoadBalancerPoolMemberTargetPrototypeInstanceIdentityInstanceIdentityByCRN : Instantiate LoadBalancerPoolMemberTargetPrototypeInstanceIdentityInstanceIdentityByCRN (Generic Model Constructor)

func (*VpcV1) NewLoadBalancerPoolMemberTargetPrototypeInstanceIdentityInstanceIdentityByHref

func (*VpcV1) NewLoadBalancerPoolMemberTargetPrototypeInstanceIdentityInstanceIdentityByHref(href string) (_model *LoadBalancerPoolMemberTargetPrototypeInstanceIdentityInstanceIdentityByHref, err error)

NewLoadBalancerPoolMemberTargetPrototypeInstanceIdentityInstanceIdentityByHref : Instantiate LoadBalancerPoolMemberTargetPrototypeInstanceIdentityInstanceIdentityByHref (Generic Model Constructor)

func (*VpcV1) NewLoadBalancerPoolMemberTargetPrototypeInstanceIdentityInstanceIdentityByID

func (*VpcV1) NewLoadBalancerPoolMemberTargetPrototypeInstanceIdentityInstanceIdentityByID(id string) (_model *LoadBalancerPoolMemberTargetPrototypeInstanceIdentityInstanceIdentityByID, err error)

NewLoadBalancerPoolMemberTargetPrototypeInstanceIdentityInstanceIdentityByID : Instantiate LoadBalancerPoolMemberTargetPrototypeInstanceIdentityInstanceIdentityByID (Generic Model Constructor)

func (*VpcV1) NewLoadBalancerPoolPrototype

func (*VpcV1) NewLoadBalancerPoolPrototype(algorithm string, healthMonitor *LoadBalancerPoolHealthMonitorPrototype, protocol string) (_model *LoadBalancerPoolPrototype, err error)

NewLoadBalancerPoolPrototype : Instantiate LoadBalancerPoolPrototype (Generic Model Constructor)

func (*VpcV1) NewLoadBalancerPoolSessionPersistencePrototype

func (*VpcV1) NewLoadBalancerPoolSessionPersistencePrototype(typeVar string) (_model *LoadBalancerPoolSessionPersistencePrototype, err error)

NewLoadBalancerPoolSessionPersistencePrototype : Instantiate LoadBalancerPoolSessionPersistencePrototype (Generic Model Constructor)

func (*VpcV1) NewLoadBalancerProfileIdentityByHref

func (*VpcV1) NewLoadBalancerProfileIdentityByHref(href string) (_model *LoadBalancerProfileIdentityByHref, err error)

NewLoadBalancerProfileIdentityByHref : Instantiate LoadBalancerProfileIdentityByHref (Generic Model Constructor)

func (*VpcV1) NewLoadBalancerProfileIdentityByName

func (*VpcV1) NewLoadBalancerProfileIdentityByName(name string) (_model *LoadBalancerProfileIdentityByName, err error)

NewLoadBalancerProfileIdentityByName : Instantiate LoadBalancerProfileIdentityByName (Generic Model Constructor)

func (*VpcV1) NewNetworkACLIdentityByCRN

func (*VpcV1) NewNetworkACLIdentityByCRN(crn string) (_model *NetworkACLIdentityByCRN, err error)

NewNetworkACLIdentityByCRN : Instantiate NetworkACLIdentityByCRN (Generic Model Constructor)

func (*VpcV1) NewNetworkACLIdentityByHref

func (*VpcV1) NewNetworkACLIdentityByHref(href string) (_model *NetworkACLIdentityByHref, err error)

NewNetworkACLIdentityByHref : Instantiate NetworkACLIdentityByHref (Generic Model Constructor)

func (*VpcV1) NewNetworkACLIdentityByID

func (*VpcV1) NewNetworkACLIdentityByID(id string) (_model *NetworkACLIdentityByID, err error)

NewNetworkACLIdentityByID : Instantiate NetworkACLIdentityByID (Generic Model Constructor)

func (*VpcV1) NewNetworkACLPrototypeNetworkACLByRules

func (*VpcV1) NewNetworkACLPrototypeNetworkACLByRules(vpc VPCIdentityIntf) (_model *NetworkACLPrototypeNetworkACLByRules, err error)

NewNetworkACLPrototypeNetworkACLByRules : Instantiate NetworkACLPrototypeNetworkACLByRules (Generic Model Constructor)

func (*VpcV1) NewNetworkACLPrototypeNetworkACLBySourceNetworkACL

func (*VpcV1) NewNetworkACLPrototypeNetworkACLBySourceNetworkACL(vpc VPCIdentityIntf, sourceNetworkACL NetworkACLIdentityIntf) (_model *NetworkACLPrototypeNetworkACLBySourceNetworkACL, err error)

NewNetworkACLPrototypeNetworkACLBySourceNetworkACL : Instantiate NetworkACLPrototypeNetworkACLBySourceNetworkACL (Generic Model Constructor)

func (*VpcV1) NewNetworkACLRuleBeforePatchNetworkACLRuleIdentityByHref

func (*VpcV1) NewNetworkACLRuleBeforePatchNetworkACLRuleIdentityByHref(href string) (_model *NetworkACLRuleBeforePatchNetworkACLRuleIdentityByHref, err error)

NewNetworkACLRuleBeforePatchNetworkACLRuleIdentityByHref : Instantiate NetworkACLRuleBeforePatchNetworkACLRuleIdentityByHref (Generic Model Constructor)

func (*VpcV1) NewNetworkACLRuleBeforePatchNetworkACLRuleIdentityByID

func (*VpcV1) NewNetworkACLRuleBeforePatchNetworkACLRuleIdentityByID(id string) (_model *NetworkACLRuleBeforePatchNetworkACLRuleIdentityByID, err error)

NewNetworkACLRuleBeforePatchNetworkACLRuleIdentityByID : Instantiate NetworkACLRuleBeforePatchNetworkACLRuleIdentityByID (Generic Model Constructor)

func (*VpcV1) NewNetworkACLRuleBeforePrototypeNetworkACLRuleIdentityByHref

func (*VpcV1) NewNetworkACLRuleBeforePrototypeNetworkACLRuleIdentityByHref(href string) (_model *NetworkACLRuleBeforePrototypeNetworkACLRuleIdentityByHref, err error)

NewNetworkACLRuleBeforePrototypeNetworkACLRuleIdentityByHref : Instantiate NetworkACLRuleBeforePrototypeNetworkACLRuleIdentityByHref (Generic Model Constructor)

func (*VpcV1) NewNetworkACLRuleBeforePrototypeNetworkACLRuleIdentityByID

func (*VpcV1) NewNetworkACLRuleBeforePrototypeNetworkACLRuleIdentityByID(id string) (_model *NetworkACLRuleBeforePrototypeNetworkACLRuleIdentityByID, err error)

NewNetworkACLRuleBeforePrototypeNetworkACLRuleIdentityByID : Instantiate NetworkACLRuleBeforePrototypeNetworkACLRuleIdentityByID (Generic Model Constructor)

func (*VpcV1) NewNetworkACLRulePrototypeNetworkACLContextNetworkACLRuleProtocolAll

func (*VpcV1) NewNetworkACLRulePrototypeNetworkACLContextNetworkACLRuleProtocolAll(action string, destination string, direction string, source string, protocol string) (_model *NetworkACLRulePrototypeNetworkACLContextNetworkACLRuleProtocolAll, err error)

NewNetworkACLRulePrototypeNetworkACLContextNetworkACLRuleProtocolAll : Instantiate NetworkACLRulePrototypeNetworkACLContextNetworkACLRuleProtocolAll (Generic Model Constructor)

func (*VpcV1) NewNetworkACLRulePrototypeNetworkACLContextNetworkACLRuleProtocolIcmp

func (*VpcV1) NewNetworkACLRulePrototypeNetworkACLContextNetworkACLRuleProtocolIcmp(action string, destination string, direction string, source string, protocol string) (_model *NetworkACLRulePrototypeNetworkACLContextNetworkACLRuleProtocolIcmp, err error)

NewNetworkACLRulePrototypeNetworkACLContextNetworkACLRuleProtocolIcmp : Instantiate NetworkACLRulePrototypeNetworkACLContextNetworkACLRuleProtocolIcmp (Generic Model Constructor)

func (*VpcV1) NewNetworkACLRulePrototypeNetworkACLContextNetworkACLRuleProtocolTcpudp

func (*VpcV1) NewNetworkACLRulePrototypeNetworkACLContextNetworkACLRuleProtocolTcpudp(action string, destination string, direction string, source string, protocol string) (_model *NetworkACLRulePrototypeNetworkACLContextNetworkACLRuleProtocolTcpudp, err error)

NewNetworkACLRulePrototypeNetworkACLContextNetworkACLRuleProtocolTcpudp : Instantiate NetworkACLRulePrototypeNetworkACLContextNetworkACLRuleProtocolTcpudp (Generic Model Constructor)

func (*VpcV1) NewNetworkACLRulePrototypeNetworkACLRuleProtocolAll

func (*VpcV1) NewNetworkACLRulePrototypeNetworkACLRuleProtocolAll(action string, destination string, direction string, source string, protocol string) (_model *NetworkACLRulePrototypeNetworkACLRuleProtocolAll, err error)

NewNetworkACLRulePrototypeNetworkACLRuleProtocolAll : Instantiate NetworkACLRulePrototypeNetworkACLRuleProtocolAll (Generic Model Constructor)

func (*VpcV1) NewNetworkACLRulePrototypeNetworkACLRuleProtocolIcmp

func (*VpcV1) NewNetworkACLRulePrototypeNetworkACLRuleProtocolIcmp(action string, destination string, direction string, source string, protocol string) (_model *NetworkACLRulePrototypeNetworkACLRuleProtocolIcmp, err error)

NewNetworkACLRulePrototypeNetworkACLRuleProtocolIcmp : Instantiate NetworkACLRulePrototypeNetworkACLRuleProtocolIcmp (Generic Model Constructor)

func (*VpcV1) NewNetworkACLRulePrototypeNetworkACLRuleProtocolTcpudp

func (*VpcV1) NewNetworkACLRulePrototypeNetworkACLRuleProtocolTcpudp(action string, destination string, direction string, source string, protocol string) (_model *NetworkACLRulePrototypeNetworkACLRuleProtocolTcpudp, err error)

NewNetworkACLRulePrototypeNetworkACLRuleProtocolTcpudp : Instantiate NetworkACLRulePrototypeNetworkACLRuleProtocolTcpudp (Generic Model Constructor)

func (*VpcV1) NewNetworkInterfaceIPPrototypeReservedIPIdentityReservedIPIdentityByHref

func (*VpcV1) NewNetworkInterfaceIPPrototypeReservedIPIdentityReservedIPIdentityByHref(href string) (_model *NetworkInterfaceIPPrototypeReservedIPIdentityReservedIPIdentityByHref, err error)

NewNetworkInterfaceIPPrototypeReservedIPIdentityReservedIPIdentityByHref : Instantiate NetworkInterfaceIPPrototypeReservedIPIdentityReservedIPIdentityByHref (Generic Model Constructor)

func (*VpcV1) NewNetworkInterfaceIPPrototypeReservedIPIdentityReservedIPIdentityByID

func (*VpcV1) NewNetworkInterfaceIPPrototypeReservedIPIdentityReservedIPIdentityByID(id string) (_model *NetworkInterfaceIPPrototypeReservedIPIdentityReservedIPIdentityByID, err error)

NewNetworkInterfaceIPPrototypeReservedIPIdentityReservedIPIdentityByID : Instantiate NetworkInterfaceIPPrototypeReservedIPIdentityReservedIPIdentityByID (Generic Model Constructor)

func (*VpcV1) NewNetworkInterfacePrototype

func (*VpcV1) NewNetworkInterfacePrototype(subnet SubnetIdentityIntf) (_model *NetworkInterfacePrototype, err error)

NewNetworkInterfacePrototype : Instantiate NetworkInterfacePrototype (Generic Model Constructor)

func (*VpcV1) NewOperatingSystemIdentityByHref

func (*VpcV1) NewOperatingSystemIdentityByHref(href string) (_model *OperatingSystemIdentityByHref, err error)

NewOperatingSystemIdentityByHref : Instantiate OperatingSystemIdentityByHref (Generic Model Constructor)

func (*VpcV1) NewOperatingSystemIdentityByName

func (*VpcV1) NewOperatingSystemIdentityByName(name string) (_model *OperatingSystemIdentityByName, err error)

NewOperatingSystemIdentityByName : Instantiate OperatingSystemIdentityByName (Generic Model Constructor)

func (*VpcV1) NewPublicGatewayFloatingIPPrototypeFloatingIPIdentityFloatingIPIdentityByAddress

func (*VpcV1) NewPublicGatewayFloatingIPPrototypeFloatingIPIdentityFloatingIPIdentityByAddress(address string) (_model *PublicGatewayFloatingIPPrototypeFloatingIPIdentityFloatingIPIdentityByAddress, err error)

NewPublicGatewayFloatingIPPrototypeFloatingIPIdentityFloatingIPIdentityByAddress : Instantiate PublicGatewayFloatingIPPrototypeFloatingIPIdentityFloatingIPIdentityByAddress (Generic Model Constructor)

func (*VpcV1) NewPublicGatewayFloatingIPPrototypeFloatingIPIdentityFloatingIPIdentityByCRN

func (*VpcV1) NewPublicGatewayFloatingIPPrototypeFloatingIPIdentityFloatingIPIdentityByCRN(crn string) (_model *PublicGatewayFloatingIPPrototypeFloatingIPIdentityFloatingIPIdentityByCRN, err error)

NewPublicGatewayFloatingIPPrototypeFloatingIPIdentityFloatingIPIdentityByCRN : Instantiate PublicGatewayFloatingIPPrototypeFloatingIPIdentityFloatingIPIdentityByCRN (Generic Model Constructor)

func (*VpcV1) NewPublicGatewayFloatingIPPrototypeFloatingIPIdentityFloatingIPIdentityByHref

func (*VpcV1) NewPublicGatewayFloatingIPPrototypeFloatingIPIdentityFloatingIPIdentityByHref(href string) (_model *PublicGatewayFloatingIPPrototypeFloatingIPIdentityFloatingIPIdentityByHref, err error)

NewPublicGatewayFloatingIPPrototypeFloatingIPIdentityFloatingIPIdentityByHref : Instantiate PublicGatewayFloatingIPPrototypeFloatingIPIdentityFloatingIPIdentityByHref (Generic Model Constructor)

func (*VpcV1) NewPublicGatewayFloatingIPPrototypeFloatingIPIdentityFloatingIPIdentityByID

func (*VpcV1) NewPublicGatewayFloatingIPPrototypeFloatingIPIdentityFloatingIPIdentityByID(id string) (_model *PublicGatewayFloatingIPPrototypeFloatingIPIdentityFloatingIPIdentityByID, err error)

NewPublicGatewayFloatingIPPrototypeFloatingIPIdentityFloatingIPIdentityByID : Instantiate PublicGatewayFloatingIPPrototypeFloatingIPIdentityFloatingIPIdentityByID (Generic Model Constructor)

func (*VpcV1) NewPublicGatewayIdentityPublicGatewayIdentityByCRN

func (*VpcV1) NewPublicGatewayIdentityPublicGatewayIdentityByCRN(crn string) (_model *PublicGatewayIdentityPublicGatewayIdentityByCRN, err error)

NewPublicGatewayIdentityPublicGatewayIdentityByCRN : Instantiate PublicGatewayIdentityPublicGatewayIdentityByCRN (Generic Model Constructor)

func (*VpcV1) NewPublicGatewayIdentityPublicGatewayIdentityByHref

func (*VpcV1) NewPublicGatewayIdentityPublicGatewayIdentityByHref(href string) (_model *PublicGatewayIdentityPublicGatewayIdentityByHref, err error)

NewPublicGatewayIdentityPublicGatewayIdentityByHref : Instantiate PublicGatewayIdentityPublicGatewayIdentityByHref (Generic Model Constructor)

func (*VpcV1) NewPublicGatewayIdentityPublicGatewayIdentityByID

func (*VpcV1) NewPublicGatewayIdentityPublicGatewayIdentityByID(id string) (_model *PublicGatewayIdentityPublicGatewayIdentityByID, err error)

NewPublicGatewayIdentityPublicGatewayIdentityByID : Instantiate PublicGatewayIdentityPublicGatewayIdentityByID (Generic Model Constructor)

func (*VpcV1) NewRemoveBareMetalServerNetworkInterfaceFloatingIPOptions

func (*VpcV1) NewRemoveBareMetalServerNetworkInterfaceFloatingIPOptions(bareMetalServerID string, networkInterfaceID string, id string) *RemoveBareMetalServerNetworkInterfaceFloatingIPOptions

NewRemoveBareMetalServerNetworkInterfaceFloatingIPOptions : Instantiate RemoveBareMetalServerNetworkInterfaceFloatingIPOptions

func (*VpcV1) NewRemoveEndpointGatewayIPOptions

func (*VpcV1) NewRemoveEndpointGatewayIPOptions(endpointGatewayID string, id string) *RemoveEndpointGatewayIPOptions

NewRemoveEndpointGatewayIPOptions : Instantiate RemoveEndpointGatewayIPOptions

func (*VpcV1) NewRemoveInstanceNetworkInterfaceFloatingIPOptions

func (*VpcV1) NewRemoveInstanceNetworkInterfaceFloatingIPOptions(instanceID string, networkInterfaceID string, id string) *RemoveInstanceNetworkInterfaceFloatingIPOptions

NewRemoveInstanceNetworkInterfaceFloatingIPOptions : Instantiate RemoveInstanceNetworkInterfaceFloatingIPOptions

func (*VpcV1) NewRemoveVPNGatewayConnectionLocalCIDROptions

func (*VpcV1) NewRemoveVPNGatewayConnectionLocalCIDROptions(vpnGatewayID string, id string, cidrPrefix string, prefixLength string) *RemoveVPNGatewayConnectionLocalCIDROptions

NewRemoveVPNGatewayConnectionLocalCIDROptions : Instantiate RemoveVPNGatewayConnectionLocalCIDROptions

func (*VpcV1) NewRemoveVPNGatewayConnectionPeerCIDROptions

func (*VpcV1) NewRemoveVPNGatewayConnectionPeerCIDROptions(vpnGatewayID string, id string, cidrPrefix string, prefixLength string) *RemoveVPNGatewayConnectionPeerCIDROptions

NewRemoveVPNGatewayConnectionPeerCIDROptions : Instantiate RemoveVPNGatewayConnectionPeerCIDROptions

func (*VpcV1) NewReplaceLoadBalancerPoolMembersOptions

func (*VpcV1) NewReplaceLoadBalancerPoolMembersOptions(loadBalancerID string, poolID string, members []LoadBalancerPoolMemberPrototype) *ReplaceLoadBalancerPoolMembersOptions

NewReplaceLoadBalancerPoolMembersOptions : Instantiate ReplaceLoadBalancerPoolMembersOptions

func (*VpcV1) NewReplaceSubnetNetworkACLOptions

func (*VpcV1) NewReplaceSubnetNetworkACLOptions(id string, networkACLIdentity NetworkACLIdentityIntf) *ReplaceSubnetNetworkACLOptions

NewReplaceSubnetNetworkACLOptions : Instantiate ReplaceSubnetNetworkACLOptions

func (*VpcV1) NewReplaceSubnetRoutingTableOptions

func (*VpcV1) NewReplaceSubnetRoutingTableOptions(id string, routingTableIdentity RoutingTableIdentityIntf) *ReplaceSubnetRoutingTableOptions

NewReplaceSubnetRoutingTableOptions : Instantiate ReplaceSubnetRoutingTableOptions

func (*VpcV1) NewReservedIPTargetPrototypeEndpointGatewayIdentityEndpointGatewayIdentityByCRN

func (*VpcV1) NewReservedIPTargetPrototypeEndpointGatewayIdentityEndpointGatewayIdentityByCRN(crn string) (_model *ReservedIPTargetPrototypeEndpointGatewayIdentityEndpointGatewayIdentityByCRN, err error)

NewReservedIPTargetPrototypeEndpointGatewayIdentityEndpointGatewayIdentityByCRN : Instantiate ReservedIPTargetPrototypeEndpointGatewayIdentityEndpointGatewayIdentityByCRN (Generic Model Constructor)

func (*VpcV1) NewReservedIPTargetPrototypeEndpointGatewayIdentityEndpointGatewayIdentityByHref

func (*VpcV1) NewReservedIPTargetPrototypeEndpointGatewayIdentityEndpointGatewayIdentityByHref(href string) (_model *ReservedIPTargetPrototypeEndpointGatewayIdentityEndpointGatewayIdentityByHref, err error)

NewReservedIPTargetPrototypeEndpointGatewayIdentityEndpointGatewayIdentityByHref : Instantiate ReservedIPTargetPrototypeEndpointGatewayIdentityEndpointGatewayIdentityByHref (Generic Model Constructor)

func (*VpcV1) NewReservedIPTargetPrototypeEndpointGatewayIdentityEndpointGatewayIdentityByID

func (*VpcV1) NewReservedIPTargetPrototypeEndpointGatewayIdentityEndpointGatewayIdentityByID(id string) (_model *ReservedIPTargetPrototypeEndpointGatewayIdentityEndpointGatewayIdentityByID, err error)

NewReservedIPTargetPrototypeEndpointGatewayIdentityEndpointGatewayIdentityByID : Instantiate ReservedIPTargetPrototypeEndpointGatewayIdentityEndpointGatewayIdentityByID (Generic Model Constructor)

func (*VpcV1) NewResourceGroupIdentityByID

func (*VpcV1) NewResourceGroupIdentityByID(id string) (_model *ResourceGroupIdentityByID, err error)

NewResourceGroupIdentityByID : Instantiate ResourceGroupIdentityByID (Generic Model Constructor)

func (*VpcV1) NewRestartBareMetalServerOptions

func (*VpcV1) NewRestartBareMetalServerOptions(id string) *RestartBareMetalServerOptions

NewRestartBareMetalServerOptions : Instantiate RestartBareMetalServerOptions

func (*VpcV1) NewRouteNextHopPrototypeRouteNextHopIP

func (*VpcV1) NewRouteNextHopPrototypeRouteNextHopIP(address string) (_model *RouteNextHopPrototypeRouteNextHopIP, err error)

NewRouteNextHopPrototypeRouteNextHopIP : Instantiate RouteNextHopPrototypeRouteNextHopIP (Generic Model Constructor)

func (*VpcV1) NewRouteNextHopPrototypeVPNGatewayConnectionIdentityVPNGatewayConnectionIdentityByHref

func (*VpcV1) NewRouteNextHopPrototypeVPNGatewayConnectionIdentityVPNGatewayConnectionIdentityByHref(href string) (_model *RouteNextHopPrototypeVPNGatewayConnectionIdentityVPNGatewayConnectionIdentityByHref, err error)

NewRouteNextHopPrototypeVPNGatewayConnectionIdentityVPNGatewayConnectionIdentityByHref : Instantiate RouteNextHopPrototypeVPNGatewayConnectionIdentityVPNGatewayConnectionIdentityByHref (Generic Model Constructor)

func (*VpcV1) NewRouteNextHopPrototypeVPNGatewayConnectionIdentityVPNGatewayConnectionIdentityByID

func (*VpcV1) NewRouteNextHopPrototypeVPNGatewayConnectionIdentityVPNGatewayConnectionIdentityByID(id string) (_model *RouteNextHopPrototypeVPNGatewayConnectionIdentityVPNGatewayConnectionIdentityByID, err error)

NewRouteNextHopPrototypeVPNGatewayConnectionIdentityVPNGatewayConnectionIdentityByID : Instantiate RouteNextHopPrototypeVPNGatewayConnectionIdentityVPNGatewayConnectionIdentityByID (Generic Model Constructor)

func (*VpcV1) NewRoutePrototype

func (*VpcV1) NewRoutePrototype(destination string, zone ZoneIdentityIntf) (_model *RoutePrototype, err error)

NewRoutePrototype : Instantiate RoutePrototype (Generic Model Constructor)

func (*VpcV1) NewRoutingTableIdentityByHref

func (*VpcV1) NewRoutingTableIdentityByHref(href string) (_model *RoutingTableIdentityByHref, err error)

NewRoutingTableIdentityByHref : Instantiate RoutingTableIdentityByHref (Generic Model Constructor)

func (*VpcV1) NewRoutingTableIdentityByID

func (*VpcV1) NewRoutingTableIdentityByID(id string) (_model *RoutingTableIdentityByID, err error)

NewRoutingTableIdentityByID : Instantiate RoutingTableIdentityByID (Generic Model Constructor)

func (*VpcV1) NewSecurityGroupIdentityByCRN

func (*VpcV1) NewSecurityGroupIdentityByCRN(crn string) (_model *SecurityGroupIdentityByCRN, err error)

NewSecurityGroupIdentityByCRN : Instantiate SecurityGroupIdentityByCRN (Generic Model Constructor)

func (*VpcV1) NewSecurityGroupIdentityByHref

func (*VpcV1) NewSecurityGroupIdentityByHref(href string) (_model *SecurityGroupIdentityByHref, err error)

NewSecurityGroupIdentityByHref : Instantiate SecurityGroupIdentityByHref (Generic Model Constructor)

func (*VpcV1) NewSecurityGroupIdentityByID

func (*VpcV1) NewSecurityGroupIdentityByID(id string) (_model *SecurityGroupIdentityByID, err error)

NewSecurityGroupIdentityByID : Instantiate SecurityGroupIdentityByID (Generic Model Constructor)

func (*VpcV1) NewSecurityGroupRulePrototypeSecurityGroupRuleProtocolAll

func (*VpcV1) NewSecurityGroupRulePrototypeSecurityGroupRuleProtocolAll(direction string, protocol string) (_model *SecurityGroupRulePrototypeSecurityGroupRuleProtocolAll, err error)

NewSecurityGroupRulePrototypeSecurityGroupRuleProtocolAll : Instantiate SecurityGroupRulePrototypeSecurityGroupRuleProtocolAll (Generic Model Constructor)

func (*VpcV1) NewSecurityGroupRulePrototypeSecurityGroupRuleProtocolIcmp

func (*VpcV1) NewSecurityGroupRulePrototypeSecurityGroupRuleProtocolIcmp(direction string, protocol string) (_model *SecurityGroupRulePrototypeSecurityGroupRuleProtocolIcmp, err error)

NewSecurityGroupRulePrototypeSecurityGroupRuleProtocolIcmp : Instantiate SecurityGroupRulePrototypeSecurityGroupRuleProtocolIcmp (Generic Model Constructor)

func (*VpcV1) NewSecurityGroupRulePrototypeSecurityGroupRuleProtocolTcpudp

func (*VpcV1) NewSecurityGroupRulePrototypeSecurityGroupRuleProtocolTcpudp(direction string, protocol string) (_model *SecurityGroupRulePrototypeSecurityGroupRuleProtocolTcpudp, err error)

NewSecurityGroupRulePrototypeSecurityGroupRuleProtocolTcpudp : Instantiate SecurityGroupRulePrototypeSecurityGroupRuleProtocolTcpudp (Generic Model Constructor)

func (*VpcV1) NewSecurityGroupRuleRemotePatchCIDR

func (*VpcV1) NewSecurityGroupRuleRemotePatchCIDR(cidrBlock string) (_model *SecurityGroupRuleRemotePatchCIDR, err error)

NewSecurityGroupRuleRemotePatchCIDR : Instantiate SecurityGroupRuleRemotePatchCIDR (Generic Model Constructor)

func (*VpcV1) NewSecurityGroupRuleRemotePatchIP

func (*VpcV1) NewSecurityGroupRuleRemotePatchIP(address string) (_model *SecurityGroupRuleRemotePatchIP, err error)

NewSecurityGroupRuleRemotePatchIP : Instantiate SecurityGroupRuleRemotePatchIP (Generic Model Constructor)

func (*VpcV1) NewSecurityGroupRuleRemotePatchSecurityGroupIdentitySecurityGroupIdentityByCRN

func (*VpcV1) NewSecurityGroupRuleRemotePatchSecurityGroupIdentitySecurityGroupIdentityByCRN(crn string) (_model *SecurityGroupRuleRemotePatchSecurityGroupIdentitySecurityGroupIdentityByCRN, err error)

NewSecurityGroupRuleRemotePatchSecurityGroupIdentitySecurityGroupIdentityByCRN : Instantiate SecurityGroupRuleRemotePatchSecurityGroupIdentitySecurityGroupIdentityByCRN (Generic Model Constructor)

func (*VpcV1) NewSecurityGroupRuleRemotePatchSecurityGroupIdentitySecurityGroupIdentityByHref

func (*VpcV1) NewSecurityGroupRuleRemotePatchSecurityGroupIdentitySecurityGroupIdentityByHref(href string) (_model *SecurityGroupRuleRemotePatchSecurityGroupIdentitySecurityGroupIdentityByHref, err error)

NewSecurityGroupRuleRemotePatchSecurityGroupIdentitySecurityGroupIdentityByHref : Instantiate SecurityGroupRuleRemotePatchSecurityGroupIdentitySecurityGroupIdentityByHref (Generic Model Constructor)

func (*VpcV1) NewSecurityGroupRuleRemotePatchSecurityGroupIdentitySecurityGroupIdentityByID

func (*VpcV1) NewSecurityGroupRuleRemotePatchSecurityGroupIdentitySecurityGroupIdentityByID(id string) (_model *SecurityGroupRuleRemotePatchSecurityGroupIdentitySecurityGroupIdentityByID, err error)

NewSecurityGroupRuleRemotePatchSecurityGroupIdentitySecurityGroupIdentityByID : Instantiate SecurityGroupRuleRemotePatchSecurityGroupIdentitySecurityGroupIdentityByID (Generic Model Constructor)

func (*VpcV1) NewSecurityGroupRuleRemotePrototypeCIDR

func (*VpcV1) NewSecurityGroupRuleRemotePrototypeCIDR(cidrBlock string) (_model *SecurityGroupRuleRemotePrototypeCIDR, err error)

NewSecurityGroupRuleRemotePrototypeCIDR : Instantiate SecurityGroupRuleRemotePrototypeCIDR (Generic Model Constructor)

func (*VpcV1) NewSecurityGroupRuleRemotePrototypeIP

func (*VpcV1) NewSecurityGroupRuleRemotePrototypeIP(address string) (_model *SecurityGroupRuleRemotePrototypeIP, err error)

NewSecurityGroupRuleRemotePrototypeIP : Instantiate SecurityGroupRuleRemotePrototypeIP (Generic Model Constructor)

func (*VpcV1) NewSecurityGroupRuleRemotePrototypeSecurityGroupIdentitySecurityGroupIdentityByCRN

func (*VpcV1) NewSecurityGroupRuleRemotePrototypeSecurityGroupIdentitySecurityGroupIdentityByCRN(crn string) (_model *SecurityGroupRuleRemotePrototypeSecurityGroupIdentitySecurityGroupIdentityByCRN, err error)

NewSecurityGroupRuleRemotePrototypeSecurityGroupIdentitySecurityGroupIdentityByCRN : Instantiate SecurityGroupRuleRemotePrototypeSecurityGroupIdentitySecurityGroupIdentityByCRN (Generic Model Constructor)

func (*VpcV1) NewSecurityGroupRuleRemotePrototypeSecurityGroupIdentitySecurityGroupIdentityByHref

func (*VpcV1) NewSecurityGroupRuleRemotePrototypeSecurityGroupIdentitySecurityGroupIdentityByHref(href string) (_model *SecurityGroupRuleRemotePrototypeSecurityGroupIdentitySecurityGroupIdentityByHref, err error)

NewSecurityGroupRuleRemotePrototypeSecurityGroupIdentitySecurityGroupIdentityByHref : Instantiate SecurityGroupRuleRemotePrototypeSecurityGroupIdentitySecurityGroupIdentityByHref (Generic Model Constructor)

func (*VpcV1) NewSecurityGroupRuleRemotePrototypeSecurityGroupIdentitySecurityGroupIdentityByID

func (*VpcV1) NewSecurityGroupRuleRemotePrototypeSecurityGroupIdentitySecurityGroupIdentityByID(id string) (_model *SecurityGroupRuleRemotePrototypeSecurityGroupIdentitySecurityGroupIdentityByID, err error)

NewSecurityGroupRuleRemotePrototypeSecurityGroupIdentitySecurityGroupIdentityByID : Instantiate SecurityGroupRuleRemotePrototypeSecurityGroupIdentitySecurityGroupIdentityByID (Generic Model Constructor)

func (*VpcV1) NewSetSubnetPublicGatewayOptions

func (*VpcV1) NewSetSubnetPublicGatewayOptions(id string, publicGatewayIdentity PublicGatewayIdentityIntf) *SetSubnetPublicGatewayOptions

NewSetSubnetPublicGatewayOptions : Instantiate SetSubnetPublicGatewayOptions

func (*VpcV1) NewSnapshotIdentityByCRN

func (*VpcV1) NewSnapshotIdentityByCRN(crn string) (_model *SnapshotIdentityByCRN, err error)

NewSnapshotIdentityByCRN : Instantiate SnapshotIdentityByCRN (Generic Model Constructor)

func (*VpcV1) NewSnapshotIdentityByHref

func (*VpcV1) NewSnapshotIdentityByHref(href string) (_model *SnapshotIdentityByHref, err error)

NewSnapshotIdentityByHref : Instantiate SnapshotIdentityByHref (Generic Model Constructor)

func (*VpcV1) NewSnapshotIdentityByID

func (*VpcV1) NewSnapshotIdentityByID(id string) (_model *SnapshotIdentityByID, err error)

NewSnapshotIdentityByID : Instantiate SnapshotIdentityByID (Generic Model Constructor)

func (*VpcV1) NewStartBareMetalServerOptions

func (*VpcV1) NewStartBareMetalServerOptions(id string) *StartBareMetalServerOptions

NewStartBareMetalServerOptions : Instantiate StartBareMetalServerOptions

func (*VpcV1) NewStopBareMetalServerOptions

func (*VpcV1) NewStopBareMetalServerOptions(id string, typeVar string) *StopBareMetalServerOptions

NewStopBareMetalServerOptions : Instantiate StopBareMetalServerOptions

func (*VpcV1) NewSubnetIdentityByCRN

func (*VpcV1) NewSubnetIdentityByCRN(crn string) (_model *SubnetIdentityByCRN, err error)

NewSubnetIdentityByCRN : Instantiate SubnetIdentityByCRN (Generic Model Constructor)

func (*VpcV1) NewSubnetIdentityByHref

func (*VpcV1) NewSubnetIdentityByHref(href string) (_model *SubnetIdentityByHref, err error)

NewSubnetIdentityByHref : Instantiate SubnetIdentityByHref (Generic Model Constructor)

func (*VpcV1) NewSubnetIdentityByID

func (*VpcV1) NewSubnetIdentityByID(id string) (_model *SubnetIdentityByID, err error)

NewSubnetIdentityByID : Instantiate SubnetIdentityByID (Generic Model Constructor)

func (*VpcV1) NewSubnetPrototypeSubnetByCIDR

func (*VpcV1) NewSubnetPrototypeSubnetByCIDR(vpc VPCIdentityIntf, ipv4CIDRBlock string) (_model *SubnetPrototypeSubnetByCIDR, err error)

NewSubnetPrototypeSubnetByCIDR : Instantiate SubnetPrototypeSubnetByCIDR (Generic Model Constructor)

func (*VpcV1) NewSubnetPrototypeSubnetByTotalCount

func (*VpcV1) NewSubnetPrototypeSubnetByTotalCount(vpc VPCIdentityIntf, totalIpv4AddressCount int64, zone ZoneIdentityIntf) (_model *SubnetPrototypeSubnetByTotalCount, err error)

NewSubnetPrototypeSubnetByTotalCount : Instantiate SubnetPrototypeSubnetByTotalCount (Generic Model Constructor)

func (*VpcV1) NewSubnetPublicGatewayPatchPublicGatewayIdentityByCRN

func (*VpcV1) NewSubnetPublicGatewayPatchPublicGatewayIdentityByCRN(crn string) (_model *SubnetPublicGatewayPatchPublicGatewayIdentityByCRN, err error)

NewSubnetPublicGatewayPatchPublicGatewayIdentityByCRN : Instantiate SubnetPublicGatewayPatchPublicGatewayIdentityByCRN (Generic Model Constructor)

func (*VpcV1) NewSubnetPublicGatewayPatchPublicGatewayIdentityByHref

func (*VpcV1) NewSubnetPublicGatewayPatchPublicGatewayIdentityByHref(href string) (_model *SubnetPublicGatewayPatchPublicGatewayIdentityByHref, err error)

NewSubnetPublicGatewayPatchPublicGatewayIdentityByHref : Instantiate SubnetPublicGatewayPatchPublicGatewayIdentityByHref (Generic Model Constructor)

func (*VpcV1) NewSubnetPublicGatewayPatchPublicGatewayIdentityByID

func (*VpcV1) NewSubnetPublicGatewayPatchPublicGatewayIdentityByID(id string) (_model *SubnetPublicGatewayPatchPublicGatewayIdentityByID, err error)

NewSubnetPublicGatewayPatchPublicGatewayIdentityByID : Instantiate SubnetPublicGatewayPatchPublicGatewayIdentityByID (Generic Model Constructor)

func (*VpcV1) NewTrustedProfileIdentityTrustedProfileByCRN

func (*VpcV1) NewTrustedProfileIdentityTrustedProfileByCRN(crn string) (_model *TrustedProfileIdentityTrustedProfileByCRN, err error)

NewTrustedProfileIdentityTrustedProfileByCRN : Instantiate TrustedProfileIdentityTrustedProfileByCRN (Generic Model Constructor)

func (*VpcV1) NewTrustedProfileIdentityTrustedProfileByID

func (*VpcV1) NewTrustedProfileIdentityTrustedProfileByID(id string) (_model *TrustedProfileIdentityTrustedProfileByID, err error)

NewTrustedProfileIdentityTrustedProfileByID : Instantiate TrustedProfileIdentityTrustedProfileByID (Generic Model Constructor)

func (*VpcV1) NewUnsetSubnetPublicGatewayOptions

func (*VpcV1) NewUnsetSubnetPublicGatewayOptions(id string) *UnsetSubnetPublicGatewayOptions

NewUnsetSubnetPublicGatewayOptions : Instantiate UnsetSubnetPublicGatewayOptions

func (*VpcV1) NewUpdateBareMetalServerDiskOptions

func (*VpcV1) NewUpdateBareMetalServerDiskOptions(bareMetalServerID string, id string, bareMetalServerDiskPatch map[string]interface{}) *UpdateBareMetalServerDiskOptions

NewUpdateBareMetalServerDiskOptions : Instantiate UpdateBareMetalServerDiskOptions

func (*VpcV1) NewUpdateBareMetalServerNetworkInterfaceOptions

func (*VpcV1) NewUpdateBareMetalServerNetworkInterfaceOptions(bareMetalServerID string, id string, bareMetalServerNetworkInterfacePatch map[string]interface{}) *UpdateBareMetalServerNetworkInterfaceOptions

NewUpdateBareMetalServerNetworkInterfaceOptions : Instantiate UpdateBareMetalServerNetworkInterfaceOptions

func (*VpcV1) NewUpdateBareMetalServerOptions

func (*VpcV1) NewUpdateBareMetalServerOptions(id string, bareMetalServerPatch map[string]interface{}) *UpdateBareMetalServerOptions

NewUpdateBareMetalServerOptions : Instantiate UpdateBareMetalServerOptions

func (*VpcV1) NewUpdateDedicatedHostDiskOptions

func (*VpcV1) NewUpdateDedicatedHostDiskOptions(dedicatedHostID string, id string, dedicatedHostDiskPatch map[string]interface{}) *UpdateDedicatedHostDiskOptions

NewUpdateDedicatedHostDiskOptions : Instantiate UpdateDedicatedHostDiskOptions

func (*VpcV1) NewUpdateDedicatedHostGroupOptions

func (*VpcV1) NewUpdateDedicatedHostGroupOptions(id string, dedicatedHostGroupPatch map[string]interface{}) *UpdateDedicatedHostGroupOptions

NewUpdateDedicatedHostGroupOptions : Instantiate UpdateDedicatedHostGroupOptions

func (*VpcV1) NewUpdateDedicatedHostOptions

func (*VpcV1) NewUpdateDedicatedHostOptions(id string, dedicatedHostPatch map[string]interface{}) *UpdateDedicatedHostOptions

NewUpdateDedicatedHostOptions : Instantiate UpdateDedicatedHostOptions

func (*VpcV1) NewUpdateEndpointGatewayOptions

func (*VpcV1) NewUpdateEndpointGatewayOptions(id string, endpointGatewayPatch map[string]interface{}) *UpdateEndpointGatewayOptions

NewUpdateEndpointGatewayOptions : Instantiate UpdateEndpointGatewayOptions

func (*VpcV1) NewUpdateFloatingIPOptions

func (*VpcV1) NewUpdateFloatingIPOptions(id string, floatingIPPatch map[string]interface{}) *UpdateFloatingIPOptions

NewUpdateFloatingIPOptions : Instantiate UpdateFloatingIPOptions

func (*VpcV1) NewUpdateFlowLogCollectorOptions

func (*VpcV1) NewUpdateFlowLogCollectorOptions(id string, flowLogCollectorPatch map[string]interface{}) *UpdateFlowLogCollectorOptions

NewUpdateFlowLogCollectorOptions : Instantiate UpdateFlowLogCollectorOptions

func (*VpcV1) NewUpdateIkePolicyOptions

func (*VpcV1) NewUpdateIkePolicyOptions(id string, ikePolicyPatch map[string]interface{}) *UpdateIkePolicyOptions

NewUpdateIkePolicyOptions : Instantiate UpdateIkePolicyOptions

func (*VpcV1) NewUpdateImageOptions

func (*VpcV1) NewUpdateImageOptions(id string, imagePatch map[string]interface{}) *UpdateImageOptions

NewUpdateImageOptions : Instantiate UpdateImageOptions

func (*VpcV1) NewUpdateInstanceDiskOptions

func (*VpcV1) NewUpdateInstanceDiskOptions(instanceID string, id string, instanceDiskPatch map[string]interface{}) *UpdateInstanceDiskOptions

NewUpdateInstanceDiskOptions : Instantiate UpdateInstanceDiskOptions

func (*VpcV1) NewUpdateInstanceGroupManagerActionOptions

func (*VpcV1) NewUpdateInstanceGroupManagerActionOptions(instanceGroupID string, instanceGroupManagerID string, id string, instanceGroupManagerActionPatch map[string]interface{}) *UpdateInstanceGroupManagerActionOptions

NewUpdateInstanceGroupManagerActionOptions : Instantiate UpdateInstanceGroupManagerActionOptions

func (*VpcV1) NewUpdateInstanceGroupManagerOptions

func (*VpcV1) NewUpdateInstanceGroupManagerOptions(instanceGroupID string, id string, instanceGroupManagerPatch map[string]interface{}) *UpdateInstanceGroupManagerOptions

NewUpdateInstanceGroupManagerOptions : Instantiate UpdateInstanceGroupManagerOptions

func (*VpcV1) NewUpdateInstanceGroupManagerPolicyOptions

func (*VpcV1) NewUpdateInstanceGroupManagerPolicyOptions(instanceGroupID string, instanceGroupManagerID string, id string, instanceGroupManagerPolicyPatch map[string]interface{}) *UpdateInstanceGroupManagerPolicyOptions

NewUpdateInstanceGroupManagerPolicyOptions : Instantiate UpdateInstanceGroupManagerPolicyOptions

func (*VpcV1) NewUpdateInstanceGroupMembershipOptions

func (*VpcV1) NewUpdateInstanceGroupMembershipOptions(instanceGroupID string, id string, instanceGroupMembershipPatch map[string]interface{}) *UpdateInstanceGroupMembershipOptions

NewUpdateInstanceGroupMembershipOptions : Instantiate UpdateInstanceGroupMembershipOptions

func (*VpcV1) NewUpdateInstanceGroupOptions

func (*VpcV1) NewUpdateInstanceGroupOptions(id string, instanceGroupPatch map[string]interface{}) *UpdateInstanceGroupOptions

NewUpdateInstanceGroupOptions : Instantiate UpdateInstanceGroupOptions

func (*VpcV1) NewUpdateInstanceNetworkInterfaceOptions

func (*VpcV1) NewUpdateInstanceNetworkInterfaceOptions(instanceID string, id string, networkInterfacePatch map[string]interface{}) *UpdateInstanceNetworkInterfaceOptions

NewUpdateInstanceNetworkInterfaceOptions : Instantiate UpdateInstanceNetworkInterfaceOptions

func (*VpcV1) NewUpdateInstanceOptions

func (*VpcV1) NewUpdateInstanceOptions(id string, instancePatch map[string]interface{}) *UpdateInstanceOptions

NewUpdateInstanceOptions : Instantiate UpdateInstanceOptions

func (*VpcV1) NewUpdateInstanceTemplateOptions

func (*VpcV1) NewUpdateInstanceTemplateOptions(id string, instanceTemplatePatch map[string]interface{}) *UpdateInstanceTemplateOptions

NewUpdateInstanceTemplateOptions : Instantiate UpdateInstanceTemplateOptions

func (*VpcV1) NewUpdateInstanceVolumeAttachmentOptions

func (*VpcV1) NewUpdateInstanceVolumeAttachmentOptions(instanceID string, id string, volumeAttachmentPatch map[string]interface{}) *UpdateInstanceVolumeAttachmentOptions

NewUpdateInstanceVolumeAttachmentOptions : Instantiate UpdateInstanceVolumeAttachmentOptions

func (*VpcV1) NewUpdateIpsecPolicyOptions

func (*VpcV1) NewUpdateIpsecPolicyOptions(id string, iPsecPolicyPatch map[string]interface{}) *UpdateIpsecPolicyOptions

NewUpdateIpsecPolicyOptions : Instantiate UpdateIpsecPolicyOptions

func (*VpcV1) NewUpdateKeyOptions

func (*VpcV1) NewUpdateKeyOptions(id string, keyPatch map[string]interface{}) *UpdateKeyOptions

NewUpdateKeyOptions : Instantiate UpdateKeyOptions

func (*VpcV1) NewUpdateLoadBalancerListenerOptions

func (*VpcV1) NewUpdateLoadBalancerListenerOptions(loadBalancerID string, id string, loadBalancerListenerPatch map[string]interface{}) *UpdateLoadBalancerListenerOptions

NewUpdateLoadBalancerListenerOptions : Instantiate UpdateLoadBalancerListenerOptions

func (*VpcV1) NewUpdateLoadBalancerListenerPolicyOptions

func (*VpcV1) NewUpdateLoadBalancerListenerPolicyOptions(loadBalancerID string, listenerID string, id string, loadBalancerListenerPolicyPatch map[string]interface{}) *UpdateLoadBalancerListenerPolicyOptions

NewUpdateLoadBalancerListenerPolicyOptions : Instantiate UpdateLoadBalancerListenerPolicyOptions

func (*VpcV1) NewUpdateLoadBalancerListenerPolicyRuleOptions

func (*VpcV1) NewUpdateLoadBalancerListenerPolicyRuleOptions(loadBalancerID string, listenerID string, policyID string, id string, loadBalancerListenerPolicyRulePatch map[string]interface{}) *UpdateLoadBalancerListenerPolicyRuleOptions

NewUpdateLoadBalancerListenerPolicyRuleOptions : Instantiate UpdateLoadBalancerListenerPolicyRuleOptions

func (*VpcV1) NewUpdateLoadBalancerOptions

func (*VpcV1) NewUpdateLoadBalancerOptions(id string, loadBalancerPatch map[string]interface{}) *UpdateLoadBalancerOptions

NewUpdateLoadBalancerOptions : Instantiate UpdateLoadBalancerOptions

func (*VpcV1) NewUpdateLoadBalancerPoolMemberOptions

func (*VpcV1) NewUpdateLoadBalancerPoolMemberOptions(loadBalancerID string, poolID string, id string, loadBalancerPoolMemberPatch map[string]interface{}) *UpdateLoadBalancerPoolMemberOptions

NewUpdateLoadBalancerPoolMemberOptions : Instantiate UpdateLoadBalancerPoolMemberOptions

func (*VpcV1) NewUpdateLoadBalancerPoolOptions

func (*VpcV1) NewUpdateLoadBalancerPoolOptions(loadBalancerID string, id string, loadBalancerPoolPatch map[string]interface{}) *UpdateLoadBalancerPoolOptions

NewUpdateLoadBalancerPoolOptions : Instantiate UpdateLoadBalancerPoolOptions

func (*VpcV1) NewUpdateNetworkACLOptions

func (*VpcV1) NewUpdateNetworkACLOptions(id string, networkACLPatch map[string]interface{}) *UpdateNetworkACLOptions

NewUpdateNetworkACLOptions : Instantiate UpdateNetworkACLOptions

func (*VpcV1) NewUpdateNetworkACLRuleOptions

func (*VpcV1) NewUpdateNetworkACLRuleOptions(networkACLID string, id string, networkACLRulePatch map[string]interface{}) *UpdateNetworkACLRuleOptions

NewUpdateNetworkACLRuleOptions : Instantiate UpdateNetworkACLRuleOptions

func (*VpcV1) NewUpdatePlacementGroupOptions

func (*VpcV1) NewUpdatePlacementGroupOptions(id string, placementGroupPatch map[string]interface{}) *UpdatePlacementGroupOptions

NewUpdatePlacementGroupOptions : Instantiate UpdatePlacementGroupOptions

func (*VpcV1) NewUpdatePublicGatewayOptions

func (*VpcV1) NewUpdatePublicGatewayOptions(id string, publicGatewayPatch map[string]interface{}) *UpdatePublicGatewayOptions

NewUpdatePublicGatewayOptions : Instantiate UpdatePublicGatewayOptions

func (*VpcV1) NewUpdateSecurityGroupOptions

func (*VpcV1) NewUpdateSecurityGroupOptions(id string, securityGroupPatch map[string]interface{}) *UpdateSecurityGroupOptions

NewUpdateSecurityGroupOptions : Instantiate UpdateSecurityGroupOptions

func (*VpcV1) NewUpdateSecurityGroupRuleOptions

func (*VpcV1) NewUpdateSecurityGroupRuleOptions(securityGroupID string, id string, securityGroupRulePatch map[string]interface{}) *UpdateSecurityGroupRuleOptions

NewUpdateSecurityGroupRuleOptions : Instantiate UpdateSecurityGroupRuleOptions

func (*VpcV1) NewUpdateSnapshotOptions

func (*VpcV1) NewUpdateSnapshotOptions(id string, snapshotPatch map[string]interface{}) *UpdateSnapshotOptions

NewUpdateSnapshotOptions : Instantiate UpdateSnapshotOptions

func (*VpcV1) NewUpdateSubnetOptions

func (*VpcV1) NewUpdateSubnetOptions(id string, subnetPatch map[string]interface{}) *UpdateSubnetOptions

NewUpdateSubnetOptions : Instantiate UpdateSubnetOptions

func (*VpcV1) NewUpdateSubnetReservedIPOptions

func (*VpcV1) NewUpdateSubnetReservedIPOptions(subnetID string, id string, reservedIPPatch map[string]interface{}) *UpdateSubnetReservedIPOptions

NewUpdateSubnetReservedIPOptions : Instantiate UpdateSubnetReservedIPOptions

func (*VpcV1) NewUpdateVPCAddressPrefixOptions

func (*VpcV1) NewUpdateVPCAddressPrefixOptions(vpcID string, id string, addressPrefixPatch map[string]interface{}) *UpdateVPCAddressPrefixOptions

NewUpdateVPCAddressPrefixOptions : Instantiate UpdateVPCAddressPrefixOptions

func (*VpcV1) NewUpdateVPCOptions

func (*VpcV1) NewUpdateVPCOptions(id string, vpcPatch map[string]interface{}) *UpdateVPCOptions

NewUpdateVPCOptions : Instantiate UpdateVPCOptions

func (*VpcV1) NewUpdateVPCRouteOptions

func (*VpcV1) NewUpdateVPCRouteOptions(vpcID string, id string, routePatch map[string]interface{}) *UpdateVPCRouteOptions

NewUpdateVPCRouteOptions : Instantiate UpdateVPCRouteOptions

func (*VpcV1) NewUpdateVPCRoutingTableOptions

func (*VpcV1) NewUpdateVPCRoutingTableOptions(vpcID string, id string, routingTablePatch map[string]interface{}) *UpdateVPCRoutingTableOptions

NewUpdateVPCRoutingTableOptions : Instantiate UpdateVPCRoutingTableOptions

func (*VpcV1) NewUpdateVPCRoutingTableRouteOptions

func (*VpcV1) NewUpdateVPCRoutingTableRouteOptions(vpcID string, routingTableID string, id string, routePatch map[string]interface{}) *UpdateVPCRoutingTableRouteOptions

NewUpdateVPCRoutingTableRouteOptions : Instantiate UpdateVPCRoutingTableRouteOptions

func (*VpcV1) NewUpdateVPNGatewayConnectionOptions

func (*VpcV1) NewUpdateVPNGatewayConnectionOptions(vpnGatewayID string, id string, vpnGatewayConnectionPatch map[string]interface{}) *UpdateVPNGatewayConnectionOptions

NewUpdateVPNGatewayConnectionOptions : Instantiate UpdateVPNGatewayConnectionOptions

func (*VpcV1) NewUpdateVPNGatewayOptions

func (*VpcV1) NewUpdateVPNGatewayOptions(id string, vpnGatewayPatch map[string]interface{}) *UpdateVPNGatewayOptions

NewUpdateVPNGatewayOptions : Instantiate UpdateVPNGatewayOptions

func (*VpcV1) NewUpdateVolumeOptions

func (*VpcV1) NewUpdateVolumeOptions(id string, volumePatch map[string]interface{}) *UpdateVolumeOptions

NewUpdateVolumeOptions : Instantiate UpdateVolumeOptions

func (*VpcV1) NewVPCIdentityByCRN

func (*VpcV1) NewVPCIdentityByCRN(crn string) (_model *VPCIdentityByCRN, err error)

NewVPCIdentityByCRN : Instantiate VPCIdentityByCRN (Generic Model Constructor)

func (*VpcV1) NewVPCIdentityByHref

func (*VpcV1) NewVPCIdentityByHref(href string) (_model *VPCIdentityByHref, err error)

NewVPCIdentityByHref : Instantiate VPCIdentityByHref (Generic Model Constructor)

func (*VpcV1) NewVPCIdentityByID

func (*VpcV1) NewVPCIdentityByID(id string) (_model *VPCIdentityByID, err error)

NewVPCIdentityByID : Instantiate VPCIdentityByID (Generic Model Constructor)

func (*VpcV1) NewVPNGatewayConnectionIPsecPolicyPatchIPsecPolicyIdentityByHref

func (*VpcV1) NewVPNGatewayConnectionIPsecPolicyPatchIPsecPolicyIdentityByHref(href string) (_model *VPNGatewayConnectionIPsecPolicyPatchIPsecPolicyIdentityByHref, err error)

NewVPNGatewayConnectionIPsecPolicyPatchIPsecPolicyIdentityByHref : Instantiate VPNGatewayConnectionIPsecPolicyPatchIPsecPolicyIdentityByHref (Generic Model Constructor)

func (*VpcV1) NewVPNGatewayConnectionIPsecPolicyPatchIPsecPolicyIdentityByID

func (*VpcV1) NewVPNGatewayConnectionIPsecPolicyPatchIPsecPolicyIdentityByID(id string) (_model *VPNGatewayConnectionIPsecPolicyPatchIPsecPolicyIdentityByID, err error)

NewVPNGatewayConnectionIPsecPolicyPatchIPsecPolicyIdentityByID : Instantiate VPNGatewayConnectionIPsecPolicyPatchIPsecPolicyIdentityByID (Generic Model Constructor)

func (*VpcV1) NewVPNGatewayConnectionIPsecPolicyPrototypeIPsecPolicyIdentityByHref

func (*VpcV1) NewVPNGatewayConnectionIPsecPolicyPrototypeIPsecPolicyIdentityByHref(href string) (_model *VPNGatewayConnectionIPsecPolicyPrototypeIPsecPolicyIdentityByHref, err error)

NewVPNGatewayConnectionIPsecPolicyPrototypeIPsecPolicyIdentityByHref : Instantiate VPNGatewayConnectionIPsecPolicyPrototypeIPsecPolicyIdentityByHref (Generic Model Constructor)

func (*VpcV1) NewVPNGatewayConnectionIPsecPolicyPrototypeIPsecPolicyIdentityByID

func (*VpcV1) NewVPNGatewayConnectionIPsecPolicyPrototypeIPsecPolicyIdentityByID(id string) (_model *VPNGatewayConnectionIPsecPolicyPrototypeIPsecPolicyIdentityByID, err error)

NewVPNGatewayConnectionIPsecPolicyPrototypeIPsecPolicyIdentityByID : Instantiate VPNGatewayConnectionIPsecPolicyPrototypeIPsecPolicyIdentityByID (Generic Model Constructor)

func (*VpcV1) NewVPNGatewayConnectionIkePolicyPatchIkePolicyIdentityByHref

func (*VpcV1) NewVPNGatewayConnectionIkePolicyPatchIkePolicyIdentityByHref(href string) (_model *VPNGatewayConnectionIkePolicyPatchIkePolicyIdentityByHref, err error)

NewVPNGatewayConnectionIkePolicyPatchIkePolicyIdentityByHref : Instantiate VPNGatewayConnectionIkePolicyPatchIkePolicyIdentityByHref (Generic Model Constructor)

func (*VpcV1) NewVPNGatewayConnectionIkePolicyPatchIkePolicyIdentityByID

func (*VpcV1) NewVPNGatewayConnectionIkePolicyPatchIkePolicyIdentityByID(id string) (_model *VPNGatewayConnectionIkePolicyPatchIkePolicyIdentityByID, err error)

NewVPNGatewayConnectionIkePolicyPatchIkePolicyIdentityByID : Instantiate VPNGatewayConnectionIkePolicyPatchIkePolicyIdentityByID (Generic Model Constructor)

func (*VpcV1) NewVPNGatewayConnectionIkePolicyPrototypeIkePolicyIdentityByHref

func (*VpcV1) NewVPNGatewayConnectionIkePolicyPrototypeIkePolicyIdentityByHref(href string) (_model *VPNGatewayConnectionIkePolicyPrototypeIkePolicyIdentityByHref, err error)

NewVPNGatewayConnectionIkePolicyPrototypeIkePolicyIdentityByHref : Instantiate VPNGatewayConnectionIkePolicyPrototypeIkePolicyIdentityByHref (Generic Model Constructor)

func (*VpcV1) NewVPNGatewayConnectionIkePolicyPrototypeIkePolicyIdentityByID

func (*VpcV1) NewVPNGatewayConnectionIkePolicyPrototypeIkePolicyIdentityByID(id string) (_model *VPNGatewayConnectionIkePolicyPrototypeIkePolicyIdentityByID, err error)

NewVPNGatewayConnectionIkePolicyPrototypeIkePolicyIdentityByID : Instantiate VPNGatewayConnectionIkePolicyPrototypeIkePolicyIdentityByID (Generic Model Constructor)

func (*VpcV1) NewVPNGatewayConnectionPrototypeVPNGatewayConnectionPolicyModePrototype

func (*VpcV1) NewVPNGatewayConnectionPrototypeVPNGatewayConnectionPolicyModePrototype(peerAddress string, psk string, localCIDRs []string, peerCIDRs []string) (_model *VPNGatewayConnectionPrototypeVPNGatewayConnectionPolicyModePrototype, err error)

NewVPNGatewayConnectionPrototypeVPNGatewayConnectionPolicyModePrototype : Instantiate VPNGatewayConnectionPrototypeVPNGatewayConnectionPolicyModePrototype (Generic Model Constructor)

func (*VpcV1) NewVPNGatewayConnectionPrototypeVPNGatewayConnectionStaticRouteModePrototype

func (*VpcV1) NewVPNGatewayConnectionPrototypeVPNGatewayConnectionStaticRouteModePrototype(peerAddress string, psk string) (_model *VPNGatewayConnectionPrototypeVPNGatewayConnectionStaticRouteModePrototype, err error)

NewVPNGatewayConnectionPrototypeVPNGatewayConnectionStaticRouteModePrototype : Instantiate VPNGatewayConnectionPrototypeVPNGatewayConnectionStaticRouteModePrototype (Generic Model Constructor)

func (*VpcV1) NewVPNGatewayPrototypeVPNGatewayPolicyModePrototype

func (*VpcV1) NewVPNGatewayPrototypeVPNGatewayPolicyModePrototype(subnet SubnetIdentityIntf) (_model *VPNGatewayPrototypeVPNGatewayPolicyModePrototype, err error)

NewVPNGatewayPrototypeVPNGatewayPolicyModePrototype : Instantiate VPNGatewayPrototypeVPNGatewayPolicyModePrototype (Generic Model Constructor)

func (*VpcV1) NewVPNGatewayPrototypeVPNGatewayRouteModePrototype

func (*VpcV1) NewVPNGatewayPrototypeVPNGatewayRouteModePrototype(subnet SubnetIdentityIntf) (_model *VPNGatewayPrototypeVPNGatewayRouteModePrototype, err error)

NewVPNGatewayPrototypeVPNGatewayRouteModePrototype : Instantiate VPNGatewayPrototypeVPNGatewayRouteModePrototype (Generic Model Constructor)

func (*VpcV1) NewVolumeAttachmentPrototypeInstanceByImageContext

func (*VpcV1) NewVolumeAttachmentPrototypeInstanceByImageContext(volume *VolumePrototypeInstanceByImageContext) (_model *VolumeAttachmentPrototypeInstanceByImageContext, err error)

NewVolumeAttachmentPrototypeInstanceByImageContext : Instantiate VolumeAttachmentPrototypeInstanceByImageContext (Generic Model Constructor)

func (*VpcV1) NewVolumeAttachmentPrototypeInstanceBySourceSnapshotContext

func (*VpcV1) NewVolumeAttachmentPrototypeInstanceBySourceSnapshotContext(volume *VolumePrototypeInstanceBySourceSnapshotContext) (_model *VolumeAttachmentPrototypeInstanceBySourceSnapshotContext, err error)

NewVolumeAttachmentPrototypeInstanceBySourceSnapshotContext : Instantiate VolumeAttachmentPrototypeInstanceBySourceSnapshotContext (Generic Model Constructor)

func (*VpcV1) NewVolumeAttachmentPrototypeInstanceContext

func (*VpcV1) NewVolumeAttachmentPrototypeInstanceContext(volume VolumeAttachmentVolumePrototypeInstanceContextIntf) (_model *VolumeAttachmentPrototypeInstanceContext, err error)

NewVolumeAttachmentPrototypeInstanceContext : Instantiate VolumeAttachmentPrototypeInstanceContext (Generic Model Constructor)

func (*VpcV1) NewVolumeAttachmentPrototypeVolumeVolumeIdentityVolumeIdentityByCRN

func (*VpcV1) NewVolumeAttachmentPrototypeVolumeVolumeIdentityVolumeIdentityByCRN(crn string) (_model *VolumeAttachmentPrototypeVolumeVolumeIdentityVolumeIdentityByCRN, err error)

NewVolumeAttachmentPrototypeVolumeVolumeIdentityVolumeIdentityByCRN : Instantiate VolumeAttachmentPrototypeVolumeVolumeIdentityVolumeIdentityByCRN (Generic Model Constructor)

func (*VpcV1) NewVolumeAttachmentPrototypeVolumeVolumeIdentityVolumeIdentityByHref

func (*VpcV1) NewVolumeAttachmentPrototypeVolumeVolumeIdentityVolumeIdentityByHref(href string) (_model *VolumeAttachmentPrototypeVolumeVolumeIdentityVolumeIdentityByHref, err error)

NewVolumeAttachmentPrototypeVolumeVolumeIdentityVolumeIdentityByHref : Instantiate VolumeAttachmentPrototypeVolumeVolumeIdentityVolumeIdentityByHref (Generic Model Constructor)

func (*VpcV1) NewVolumeAttachmentPrototypeVolumeVolumeIdentityVolumeIdentityByID

func (*VpcV1) NewVolumeAttachmentPrototypeVolumeVolumeIdentityVolumeIdentityByID(id string) (_model *VolumeAttachmentPrototypeVolumeVolumeIdentityVolumeIdentityByID, err error)

NewVolumeAttachmentPrototypeVolumeVolumeIdentityVolumeIdentityByID : Instantiate VolumeAttachmentPrototypeVolumeVolumeIdentityVolumeIdentityByID (Generic Model Constructor)

func (*VpcV1) NewVolumeAttachmentPrototypeVolumeVolumePrototypeInstanceContextVolumePrototypeInstanceContextVolumeByCapacity

func (*VpcV1) NewVolumeAttachmentPrototypeVolumeVolumePrototypeInstanceContextVolumePrototypeInstanceContextVolumeByCapacity(profile VolumeProfileIdentityIntf, capacity int64) (_model *VolumeAttachmentPrototypeVolumeVolumePrototypeInstanceContextVolumePrototypeInstanceContextVolumeByCapacity, err error)

NewVolumeAttachmentPrototypeVolumeVolumePrototypeInstanceContextVolumePrototypeInstanceContextVolumeByCapacity : Instantiate VolumeAttachmentPrototypeVolumeVolumePrototypeInstanceContextVolumePrototypeInstanceContextVolumeByCapacity (Generic Model Constructor)

func (*VpcV1) NewVolumeAttachmentPrototypeVolumeVolumePrototypeInstanceContextVolumePrototypeInstanceContextVolumeBySourceSnapshot

func (*VpcV1) NewVolumeAttachmentPrototypeVolumeVolumePrototypeInstanceContextVolumePrototypeInstanceContextVolumeBySourceSnapshot(profile VolumeProfileIdentityIntf, sourceSnapshot SnapshotIdentityIntf) (_model *VolumeAttachmentPrototypeVolumeVolumePrototypeInstanceContextVolumePrototypeInstanceContextVolumeBySourceSnapshot, err error)

NewVolumeAttachmentPrototypeVolumeVolumePrototypeInstanceContextVolumePrototypeInstanceContextVolumeBySourceSnapshot : Instantiate VolumeAttachmentPrototypeVolumeVolumePrototypeInstanceContextVolumePrototypeInstanceContextVolumeBySourceSnapshot (Generic Model Constructor)

func (*VpcV1) NewVolumeAttachmentVolumePrototypeInstanceContextVolumeIdentityVolumeIdentityByCRN

func (*VpcV1) NewVolumeAttachmentVolumePrototypeInstanceContextVolumeIdentityVolumeIdentityByCRN(crn string) (_model *VolumeAttachmentVolumePrototypeInstanceContextVolumeIdentityVolumeIdentityByCRN, err error)

NewVolumeAttachmentVolumePrototypeInstanceContextVolumeIdentityVolumeIdentityByCRN : Instantiate VolumeAttachmentVolumePrototypeInstanceContextVolumeIdentityVolumeIdentityByCRN (Generic Model Constructor)

func (*VpcV1) NewVolumeAttachmentVolumePrototypeInstanceContextVolumeIdentityVolumeIdentityByHref

func (*VpcV1) NewVolumeAttachmentVolumePrototypeInstanceContextVolumeIdentityVolumeIdentityByHref(href string) (_model *VolumeAttachmentVolumePrototypeInstanceContextVolumeIdentityVolumeIdentityByHref, err error)

NewVolumeAttachmentVolumePrototypeInstanceContextVolumeIdentityVolumeIdentityByHref : Instantiate VolumeAttachmentVolumePrototypeInstanceContextVolumeIdentityVolumeIdentityByHref (Generic Model Constructor)

func (*VpcV1) NewVolumeAttachmentVolumePrototypeInstanceContextVolumeIdentityVolumeIdentityByID

func (*VpcV1) NewVolumeAttachmentVolumePrototypeInstanceContextVolumeIdentityVolumeIdentityByID(id string) (_model *VolumeAttachmentVolumePrototypeInstanceContextVolumeIdentityVolumeIdentityByID, err error)

NewVolumeAttachmentVolumePrototypeInstanceContextVolumeIdentityVolumeIdentityByID : Instantiate VolumeAttachmentVolumePrototypeInstanceContextVolumeIdentityVolumeIdentityByID (Generic Model Constructor)

func (*VpcV1) NewVolumeAttachmentVolumePrototypeInstanceContextVolumePrototypeInstanceContextVolumePrototypeInstanceContextVolumeByCapacity

func (*VpcV1) NewVolumeAttachmentVolumePrototypeInstanceContextVolumePrototypeInstanceContextVolumePrototypeInstanceContextVolumeByCapacity(profile VolumeProfileIdentityIntf, capacity int64) (_model *VolumeAttachmentVolumePrototypeInstanceContextVolumePrototypeInstanceContextVolumePrototypeInstanceContextVolumeByCapacity, err error)

NewVolumeAttachmentVolumePrototypeInstanceContextVolumePrototypeInstanceContextVolumePrototypeInstanceContextVolumeByCapacity : Instantiate VolumeAttachmentVolumePrototypeInstanceContextVolumePrototypeInstanceContextVolumePrototypeInstanceContextVolumeByCapacity (Generic Model Constructor)

func (*VpcV1) NewVolumeAttachmentVolumePrototypeInstanceContextVolumePrototypeInstanceContextVolumePrototypeInstanceContextVolumeBySourceSnapshot

func (*VpcV1) NewVolumeAttachmentVolumePrototypeInstanceContextVolumePrototypeInstanceContextVolumePrototypeInstanceContextVolumeBySourceSnapshot(profile VolumeProfileIdentityIntf, sourceSnapshot SnapshotIdentityIntf) (_model *VolumeAttachmentVolumePrototypeInstanceContextVolumePrototypeInstanceContextVolumePrototypeInstanceContextVolumeBySourceSnapshot, err error)

NewVolumeAttachmentVolumePrototypeInstanceContextVolumePrototypeInstanceContextVolumePrototypeInstanceContextVolumeBySourceSnapshot : Instantiate VolumeAttachmentVolumePrototypeInstanceContextVolumePrototypeInstanceContextVolumePrototypeInstanceContextVolumeBySourceSnapshot (Generic Model Constructor)

func (*VpcV1) NewVolumeIdentityByCRN

func (*VpcV1) NewVolumeIdentityByCRN(crn string) (_model *VolumeIdentityByCRN, err error)

NewVolumeIdentityByCRN : Instantiate VolumeIdentityByCRN (Generic Model Constructor)

func (*VpcV1) NewVolumeIdentityByHref

func (*VpcV1) NewVolumeIdentityByHref(href string) (_model *VolumeIdentityByHref, err error)

NewVolumeIdentityByHref : Instantiate VolumeIdentityByHref (Generic Model Constructor)

func (*VpcV1) NewVolumeIdentityByID

func (*VpcV1) NewVolumeIdentityByID(id string) (_model *VolumeIdentityByID, err error)

NewVolumeIdentityByID : Instantiate VolumeIdentityByID (Generic Model Constructor)

func (*VpcV1) NewVolumeProfileIdentityByHref

func (*VpcV1) NewVolumeProfileIdentityByHref(href string) (_model *VolumeProfileIdentityByHref, err error)

NewVolumeProfileIdentityByHref : Instantiate VolumeProfileIdentityByHref (Generic Model Constructor)

func (*VpcV1) NewVolumeProfileIdentityByName

func (*VpcV1) NewVolumeProfileIdentityByName(name string) (_model *VolumeProfileIdentityByName, err error)

NewVolumeProfileIdentityByName : Instantiate VolumeProfileIdentityByName (Generic Model Constructor)

func (*VpcV1) NewVolumePrototypeInstanceByImageContext

func (*VpcV1) NewVolumePrototypeInstanceByImageContext(profile VolumeProfileIdentityIntf) (_model *VolumePrototypeInstanceByImageContext, err error)

NewVolumePrototypeInstanceByImageContext : Instantiate VolumePrototypeInstanceByImageContext (Generic Model Constructor)

func (*VpcV1) NewVolumePrototypeInstanceBySourceSnapshotContext

func (*VpcV1) NewVolumePrototypeInstanceBySourceSnapshotContext(profile VolumeProfileIdentityIntf, sourceSnapshot SnapshotIdentityIntf) (_model *VolumePrototypeInstanceBySourceSnapshotContext, err error)

NewVolumePrototypeInstanceBySourceSnapshotContext : Instantiate VolumePrototypeInstanceBySourceSnapshotContext (Generic Model Constructor)

func (*VpcV1) NewVolumePrototypeVolumeByCapacity

func (*VpcV1) NewVolumePrototypeVolumeByCapacity(profile VolumeProfileIdentityIntf, zone ZoneIdentityIntf, capacity int64) (_model *VolumePrototypeVolumeByCapacity, err error)

NewVolumePrototypeVolumeByCapacity : Instantiate VolumePrototypeVolumeByCapacity (Generic Model Constructor)

func (*VpcV1) NewZoneIdentityByHref

func (*VpcV1) NewZoneIdentityByHref(href string) (_model *ZoneIdentityByHref, err error)

NewZoneIdentityByHref : Instantiate ZoneIdentityByHref (Generic Model Constructor)

func (*VpcV1) NewZoneIdentityByName

func (*VpcV1) NewZoneIdentityByName(name string) (_model *ZoneIdentityByName, err error)

NewZoneIdentityByName : Instantiate ZoneIdentityByName (Generic Model Constructor)

func (*VpcV1) RemoveBareMetalServerNetworkInterfaceFloatingIP

func (vpc *VpcV1) RemoveBareMetalServerNetworkInterfaceFloatingIP(removeBareMetalServerNetworkInterfaceFloatingIPOptions *RemoveBareMetalServerNetworkInterfaceFloatingIPOptions) (response *core.DetailedResponse, err error)

RemoveBareMetalServerNetworkInterfaceFloatingIP : Disassociate a floating IP from a network interface This request disassociates the specified floating IP from the specified network interface.

func (*VpcV1) RemoveBareMetalServerNetworkInterfaceFloatingIPWithContext

func (vpc *VpcV1) RemoveBareMetalServerNetworkInterfaceFloatingIPWithContext(ctx context.Context, removeBareMetalServerNetworkInterfaceFloatingIPOptions *RemoveBareMetalServerNetworkInterfaceFloatingIPOptions) (response *core.DetailedResponse, err error)

RemoveBareMetalServerNetworkInterfaceFloatingIPWithContext is an alternate form of the RemoveBareMetalServerNetworkInterfaceFloatingIP method which supports a Context parameter

func (*VpcV1) RemoveEndpointGatewayIP

func (vpc *VpcV1) RemoveEndpointGatewayIP(removeEndpointGatewayIPOptions *RemoveEndpointGatewayIPOptions) (response *core.DetailedResponse, err error)

RemoveEndpointGatewayIP : Unbind a reserved IP from an endpoint gateway This request unbinds the specified reserved IP from the specified endpoint gateway. If the reserved IP has `auto_delete` set to `true`, the reserved IP will be deleted.

func (*VpcV1) RemoveEndpointGatewayIPWithContext

func (vpc *VpcV1) RemoveEndpointGatewayIPWithContext(ctx context.Context, removeEndpointGatewayIPOptions *RemoveEndpointGatewayIPOptions) (response *core.DetailedResponse, err error)

RemoveEndpointGatewayIPWithContext is an alternate form of the RemoveEndpointGatewayIP method which supports a Context parameter

func (*VpcV1) RemoveInstanceNetworkInterfaceFloatingIP

func (vpc *VpcV1) RemoveInstanceNetworkInterfaceFloatingIP(removeInstanceNetworkInterfaceFloatingIPOptions *RemoveInstanceNetworkInterfaceFloatingIPOptions) (response *core.DetailedResponse, err error)

RemoveInstanceNetworkInterfaceFloatingIP : Disassociate a floating IP from a network interface This request disassociates the specified floating IP from the specified network interface.

func (*VpcV1) RemoveInstanceNetworkInterfaceFloatingIPWithContext

func (vpc *VpcV1) RemoveInstanceNetworkInterfaceFloatingIPWithContext(ctx context.Context, removeInstanceNetworkInterfaceFloatingIPOptions *RemoveInstanceNetworkInterfaceFloatingIPOptions) (response *core.DetailedResponse, err error)

RemoveInstanceNetworkInterfaceFloatingIPWithContext is an alternate form of the RemoveInstanceNetworkInterfaceFloatingIP method which supports a Context parameter

func (*VpcV1) RemoveVPNGatewayConnectionLocalCIDR

func (vpc *VpcV1) RemoveVPNGatewayConnectionLocalCIDR(removeVPNGatewayConnectionLocalCIDROptions *RemoveVPNGatewayConnectionLocalCIDROptions) (response *core.DetailedResponse, err error)

RemoveVPNGatewayConnectionLocalCIDR : Remove a local CIDR from a VPN gateway connection This request removes a CIDR from a VPN gateway connection.

func (*VpcV1) RemoveVPNGatewayConnectionLocalCIDRWithContext

func (vpc *VpcV1) RemoveVPNGatewayConnectionLocalCIDRWithContext(ctx context.Context, removeVPNGatewayConnectionLocalCIDROptions *RemoveVPNGatewayConnectionLocalCIDROptions) (response *core.DetailedResponse, err error)

RemoveVPNGatewayConnectionLocalCIDRWithContext is an alternate form of the RemoveVPNGatewayConnectionLocalCIDR method which supports a Context parameter

func (*VpcV1) RemoveVPNGatewayConnectionPeerCIDR

func (vpc *VpcV1) RemoveVPNGatewayConnectionPeerCIDR(removeVPNGatewayConnectionPeerCIDROptions *RemoveVPNGatewayConnectionPeerCIDROptions) (response *core.DetailedResponse, err error)

RemoveVPNGatewayConnectionPeerCIDR : Remove a peer CIDR from a VPN gateway connection This request removes a CIDR from a VPN gateway connection.

func (*VpcV1) RemoveVPNGatewayConnectionPeerCIDRWithContext

func (vpc *VpcV1) RemoveVPNGatewayConnectionPeerCIDRWithContext(ctx context.Context, removeVPNGatewayConnectionPeerCIDROptions *RemoveVPNGatewayConnectionPeerCIDROptions) (response *core.DetailedResponse, err error)

RemoveVPNGatewayConnectionPeerCIDRWithContext is an alternate form of the RemoveVPNGatewayConnectionPeerCIDR method which supports a Context parameter

func (*VpcV1) ReplaceLoadBalancerPoolMembers

func (vpc *VpcV1) ReplaceLoadBalancerPoolMembers(replaceLoadBalancerPoolMembersOptions *ReplaceLoadBalancerPoolMembersOptions) (result *LoadBalancerPoolMemberCollection, response *core.DetailedResponse, err error)

ReplaceLoadBalancerPoolMembers : Replace load balancer pool members This request replaces the existing members of the load balancer pool with new members created from the collection of member prototype objects.

func (*VpcV1) ReplaceLoadBalancerPoolMembersWithContext

func (vpc *VpcV1) ReplaceLoadBalancerPoolMembersWithContext(ctx context.Context, replaceLoadBalancerPoolMembersOptions *ReplaceLoadBalancerPoolMembersOptions) (result *LoadBalancerPoolMemberCollection, response *core.DetailedResponse, err error)

ReplaceLoadBalancerPoolMembersWithContext is an alternate form of the ReplaceLoadBalancerPoolMembers method which supports a Context parameter

func (*VpcV1) ReplaceSubnetNetworkACL

func (vpc *VpcV1) ReplaceSubnetNetworkACL(replaceSubnetNetworkACLOptions *ReplaceSubnetNetworkACLOptions) (result *NetworkACL, response *core.DetailedResponse, err error)

ReplaceSubnetNetworkACL : Attach a network ACL to a subnet This request attaches the network ACL, specified in the request body, to the subnet specified by the subnet identifier in the URL. This replaces the existing network ACL on the subnet.

func (*VpcV1) ReplaceSubnetNetworkACLWithContext

func (vpc *VpcV1) ReplaceSubnetNetworkACLWithContext(ctx context.Context, replaceSubnetNetworkACLOptions *ReplaceSubnetNetworkACLOptions) (result *NetworkACL, response *core.DetailedResponse, err error)

ReplaceSubnetNetworkACLWithContext is an alternate form of the ReplaceSubnetNetworkACL method which supports a Context parameter

func (*VpcV1) ReplaceSubnetRoutingTable

func (vpc *VpcV1) ReplaceSubnetRoutingTable(replaceSubnetRoutingTableOptions *ReplaceSubnetRoutingTableOptions) (result *RoutingTable, response *core.DetailedResponse, err error)

ReplaceSubnetRoutingTable : Attach a routing table to a subnet This request attaches the routing table, specified in the request body, to the subnet specified by the subnet identifier in the URL. This replaces the existing routing table on the subnet.

For this request to succeed, the routing table `route_direct_link_ingress`, `route_transit_gateway_ingress`, and `route_vpc_zone_ingress` properties must be `false`.

func (*VpcV1) ReplaceSubnetRoutingTableWithContext

func (vpc *VpcV1) ReplaceSubnetRoutingTableWithContext(ctx context.Context, replaceSubnetRoutingTableOptions *ReplaceSubnetRoutingTableOptions) (result *RoutingTable, response *core.DetailedResponse, err error)

ReplaceSubnetRoutingTableWithContext is an alternate form of the ReplaceSubnetRoutingTable method which supports a Context parameter

func (*VpcV1) RestartBareMetalServer

func (vpc *VpcV1) RestartBareMetalServer(restartBareMetalServerOptions *RestartBareMetalServerOptions) (response *core.DetailedResponse, err error)

RestartBareMetalServer : Restart a bare metal server This request restarts a bare metal server. It will run immediately regardless of the state of the server.

func (*VpcV1) RestartBareMetalServerWithContext

func (vpc *VpcV1) RestartBareMetalServerWithContext(ctx context.Context, restartBareMetalServerOptions *RestartBareMetalServerOptions) (response *core.DetailedResponse, err error)

RestartBareMetalServerWithContext is an alternate form of the RestartBareMetalServer method which supports a Context parameter

func (*VpcV1) SetDefaultHeaders

func (vpc *VpcV1) SetDefaultHeaders(headers http.Header)

SetDefaultHeaders sets HTTP headers to be sent in every request

func (*VpcV1) SetEnableGzipCompression

func (vpc *VpcV1) SetEnableGzipCompression(enableGzip bool)

SetEnableGzipCompression sets the service's EnableGzipCompression field

func (*VpcV1) SetServiceURL

func (vpc *VpcV1) SetServiceURL(url string) error

SetServiceURL sets the service URL

func (*VpcV1) SetSubnetPublicGateway

func (vpc *VpcV1) SetSubnetPublicGateway(setSubnetPublicGatewayOptions *SetSubnetPublicGatewayOptions) (result *PublicGateway, response *core.DetailedResponse, err error)

SetSubnetPublicGateway : Attach a public gateway to a subnet This request attaches the public gateway, specified in the request body, to the subnet specified by the subnet identifier in the URL. The public gateway must have the same VPC and zone as the subnet.

func (*VpcV1) SetSubnetPublicGatewayWithContext

func (vpc *VpcV1) SetSubnetPublicGatewayWithContext(ctx context.Context, setSubnetPublicGatewayOptions *SetSubnetPublicGatewayOptions) (result *PublicGateway, response *core.DetailedResponse, err error)

SetSubnetPublicGatewayWithContext is an alternate form of the SetSubnetPublicGateway method which supports a Context parameter

func (*VpcV1) StartBareMetalServer

func (vpc *VpcV1) StartBareMetalServer(startBareMetalServerOptions *StartBareMetalServerOptions) (response *core.DetailedResponse, err error)

StartBareMetalServer : Start a bare metal server This request starts a bare metal server. It will run immediately provided the server is stopped.

func (*VpcV1) StartBareMetalServerWithContext

func (vpc *VpcV1) StartBareMetalServerWithContext(ctx context.Context, startBareMetalServerOptions *StartBareMetalServerOptions) (response *core.DetailedResponse, err error)

StartBareMetalServerWithContext is an alternate form of the StartBareMetalServer method which supports a Context parameter

func (*VpcV1) StopBareMetalServer

func (vpc *VpcV1) StopBareMetalServer(stopBareMetalServerOptions *StopBareMetalServerOptions) (response *core.DetailedResponse, err error)

StopBareMetalServer : Stop a bare metal server This request stops a bare metal server. It will run immediately provided the server is running. Note: A soft stop may not complete as it relies on the operating system to perform the operation.

func (*VpcV1) StopBareMetalServerWithContext

func (vpc *VpcV1) StopBareMetalServerWithContext(ctx context.Context, stopBareMetalServerOptions *StopBareMetalServerOptions) (response *core.DetailedResponse, err error)

StopBareMetalServerWithContext is an alternate form of the StopBareMetalServer method which supports a Context parameter

func (*VpcV1) UnsetSubnetPublicGateway

func (vpc *VpcV1) UnsetSubnetPublicGateway(unsetSubnetPublicGatewayOptions *UnsetSubnetPublicGatewayOptions) (response *core.DetailedResponse, err error)

UnsetSubnetPublicGateway : Detach a public gateway from a subnet This request detaches the public gateway from the subnet specified by the subnet identifier in the URL.

func (*VpcV1) UnsetSubnetPublicGatewayWithContext

func (vpc *VpcV1) UnsetSubnetPublicGatewayWithContext(ctx context.Context, unsetSubnetPublicGatewayOptions *UnsetSubnetPublicGatewayOptions) (response *core.DetailedResponse, err error)

UnsetSubnetPublicGatewayWithContext is an alternate form of the UnsetSubnetPublicGateway method which supports a Context parameter

func (*VpcV1) UpdateBareMetalServer

func (vpc *VpcV1) UpdateBareMetalServer(updateBareMetalServerOptions *UpdateBareMetalServerOptions) (result *BareMetalServer, response *core.DetailedResponse, err error)

UpdateBareMetalServer : Update a bare metal server This request updates a bare metal server with the information in a provided patch. The bare metal server patch object is structured in the same way as a retrieved bare metal server and contains only the information to be updated.

func (*VpcV1) UpdateBareMetalServerDisk

func (vpc *VpcV1) UpdateBareMetalServerDisk(updateBareMetalServerDiskOptions *UpdateBareMetalServerDiskOptions) (result *BareMetalServerDisk, response *core.DetailedResponse, err error)

UpdateBareMetalServerDisk : Update a bare metal server disk This request updates the bare metal server disk with the information in a provided patch.

func (*VpcV1) UpdateBareMetalServerDiskWithContext

func (vpc *VpcV1) UpdateBareMetalServerDiskWithContext(ctx context.Context, updateBareMetalServerDiskOptions *UpdateBareMetalServerDiskOptions) (result *BareMetalServerDisk, response *core.DetailedResponse, err error)

UpdateBareMetalServerDiskWithContext is an alternate form of the UpdateBareMetalServerDisk method which supports a Context parameter

func (*VpcV1) UpdateBareMetalServerNetworkInterface

func (vpc *VpcV1) UpdateBareMetalServerNetworkInterface(updateBareMetalServerNetworkInterfaceOptions *UpdateBareMetalServerNetworkInterfaceOptions) (result BareMetalServerNetworkInterfaceIntf, response *core.DetailedResponse, err error)

UpdateBareMetalServerNetworkInterface : Update a network interface This request updates a network interface with the information provided in a network interface patch object. The network interface patch object is structured in the same way as a retrieved network interface and needs to contain only the information to be updated.

func (*VpcV1) UpdateBareMetalServerNetworkInterfaceWithContext

func (vpc *VpcV1) UpdateBareMetalServerNetworkInterfaceWithContext(ctx context.Context, updateBareMetalServerNetworkInterfaceOptions *UpdateBareMetalServerNetworkInterfaceOptions) (result BareMetalServerNetworkInterfaceIntf, response *core.DetailedResponse, err error)

UpdateBareMetalServerNetworkInterfaceWithContext is an alternate form of the UpdateBareMetalServerNetworkInterface method which supports a Context parameter

func (*VpcV1) UpdateBareMetalServerWithContext

func (vpc *VpcV1) UpdateBareMetalServerWithContext(ctx context.Context, updateBareMetalServerOptions *UpdateBareMetalServerOptions) (result *BareMetalServer, response *core.DetailedResponse, err error)

UpdateBareMetalServerWithContext is an alternate form of the UpdateBareMetalServer method which supports a Context parameter

func (*VpcV1) UpdateDedicatedHost

func (vpc *VpcV1) UpdateDedicatedHost(updateDedicatedHostOptions *UpdateDedicatedHostOptions) (result *DedicatedHost, response *core.DetailedResponse, err error)

UpdateDedicatedHost : Update a dedicated host This request updates a dedicated host with the information in a provided dedicated host patch. The dedicated host patch object is structured in the same way as a retrieved dedicated host and contains only the information to be updated.

func (*VpcV1) UpdateDedicatedHostDisk

func (vpc *VpcV1) UpdateDedicatedHostDisk(updateDedicatedHostDiskOptions *UpdateDedicatedHostDiskOptions) (result *DedicatedHostDisk, response *core.DetailedResponse, err error)

UpdateDedicatedHostDisk : Update a dedicated host disk This request updates the dedicated host disk with the information in a provided patch.

func (*VpcV1) UpdateDedicatedHostDiskWithContext

func (vpc *VpcV1) UpdateDedicatedHostDiskWithContext(ctx context.Context, updateDedicatedHostDiskOptions *UpdateDedicatedHostDiskOptions) (result *DedicatedHostDisk, response *core.DetailedResponse, err error)

UpdateDedicatedHostDiskWithContext is an alternate form of the UpdateDedicatedHostDisk method which supports a Context parameter

func (*VpcV1) UpdateDedicatedHostGroup

func (vpc *VpcV1) UpdateDedicatedHostGroup(updateDedicatedHostGroupOptions *UpdateDedicatedHostGroupOptions) (result *DedicatedHostGroup, response *core.DetailedResponse, err error)

UpdateDedicatedHostGroup : Update a dedicated host group This request updates a dedicated host group with the information in a provided dedicated host group patch. The dedicated host group patch object is structured in the same way as a retrieved dedicated host group and contains only the information to be updated.

func (*VpcV1) UpdateDedicatedHostGroupWithContext

func (vpc *VpcV1) UpdateDedicatedHostGroupWithContext(ctx context.Context, updateDedicatedHostGroupOptions *UpdateDedicatedHostGroupOptions) (result *DedicatedHostGroup, response *core.DetailedResponse, err error)

UpdateDedicatedHostGroupWithContext is an alternate form of the UpdateDedicatedHostGroup method which supports a Context parameter

func (*VpcV1) UpdateDedicatedHostWithContext

func (vpc *VpcV1) UpdateDedicatedHostWithContext(ctx context.Context, updateDedicatedHostOptions *UpdateDedicatedHostOptions) (result *DedicatedHost, response *core.DetailedResponse, err error)

UpdateDedicatedHostWithContext is an alternate form of the UpdateDedicatedHost method which supports a Context parameter

func (*VpcV1) UpdateEndpointGateway

func (vpc *VpcV1) UpdateEndpointGateway(updateEndpointGatewayOptions *UpdateEndpointGatewayOptions) (result *EndpointGateway, response *core.DetailedResponse, err error)

UpdateEndpointGateway : Update an endpoint gateway This request updates an endpoint gateway's name.

func (*VpcV1) UpdateEndpointGatewayWithContext

func (vpc *VpcV1) UpdateEndpointGatewayWithContext(ctx context.Context, updateEndpointGatewayOptions *UpdateEndpointGatewayOptions) (result *EndpointGateway, response *core.DetailedResponse, err error)

UpdateEndpointGatewayWithContext is an alternate form of the UpdateEndpointGateway method which supports a Context parameter

func (*VpcV1) UpdateFloatingIP

func (vpc *VpcV1) UpdateFloatingIP(updateFloatingIPOptions *UpdateFloatingIPOptions) (result *FloatingIP, response *core.DetailedResponse, err error)

UpdateFloatingIP : Update a floating IP This request updates a floating IP's name and/or target.

func (*VpcV1) UpdateFloatingIPWithContext

func (vpc *VpcV1) UpdateFloatingIPWithContext(ctx context.Context, updateFloatingIPOptions *UpdateFloatingIPOptions) (result *FloatingIP, response *core.DetailedResponse, err error)

UpdateFloatingIPWithContext is an alternate form of the UpdateFloatingIP method which supports a Context parameter

func (*VpcV1) UpdateFlowLogCollector

func (vpc *VpcV1) UpdateFlowLogCollector(updateFlowLogCollectorOptions *UpdateFlowLogCollectorOptions) (result *FlowLogCollector, response *core.DetailedResponse, err error)

UpdateFlowLogCollector : Update a flow log collector This request updates a flow log collector with the information in a provided flow log collector patch. The flow log collector patch object is structured in the same way as a retrieved flow log collector and contains only the information to be updated.

func (*VpcV1) UpdateFlowLogCollectorWithContext

func (vpc *VpcV1) UpdateFlowLogCollectorWithContext(ctx context.Context, updateFlowLogCollectorOptions *UpdateFlowLogCollectorOptions) (result *FlowLogCollector, response *core.DetailedResponse, err error)

UpdateFlowLogCollectorWithContext is an alternate form of the UpdateFlowLogCollector method which supports a Context parameter

func (*VpcV1) UpdateIkePolicy

func (vpc *VpcV1) UpdateIkePolicy(updateIkePolicyOptions *UpdateIkePolicyOptions) (result *IkePolicy, response *core.DetailedResponse, err error)

UpdateIkePolicy : Update an IKE policy This request updates the properties of an existing IKE policy.

func (*VpcV1) UpdateIkePolicyWithContext

func (vpc *VpcV1) UpdateIkePolicyWithContext(ctx context.Context, updateIkePolicyOptions *UpdateIkePolicyOptions) (result *IkePolicy, response *core.DetailedResponse, err error)

UpdateIkePolicyWithContext is an alternate form of the UpdateIkePolicy method which supports a Context parameter

func (*VpcV1) UpdateImage

func (vpc *VpcV1) UpdateImage(updateImageOptions *UpdateImageOptions) (result *Image, response *core.DetailedResponse, err error)

UpdateImage : Update an image This request updates an image with the information in a provided image patch. The image patch object is structured in the same way as a retrieved image and contains only the information to be updated. A system-provided image is not allowed to be updated. An image with a `status` of `deleting` cannot be updated.

func (*VpcV1) UpdateImageWithContext

func (vpc *VpcV1) UpdateImageWithContext(ctx context.Context, updateImageOptions *UpdateImageOptions) (result *Image, response *core.DetailedResponse, err error)

UpdateImageWithContext is an alternate form of the UpdateImage method which supports a Context parameter

func (*VpcV1) UpdateInstance

func (vpc *VpcV1) UpdateInstance(updateInstanceOptions *UpdateInstanceOptions) (result *Instance, response *core.DetailedResponse, err error)

UpdateInstance : Update an instance This request updates an instance with the information in a provided instance patch. The instance patch object is structured in the same way as a retrieved instance and contains only the information to be updated.

func (*VpcV1) UpdateInstanceDisk

func (vpc *VpcV1) UpdateInstanceDisk(updateInstanceDiskOptions *UpdateInstanceDiskOptions) (result *InstanceDisk, response *core.DetailedResponse, err error)

UpdateInstanceDisk : Update an instance disk This request updates the instance disk with the information in a provided patch.

func (*VpcV1) UpdateInstanceDiskWithContext

func (vpc *VpcV1) UpdateInstanceDiskWithContext(ctx context.Context, updateInstanceDiskOptions *UpdateInstanceDiskOptions) (result *InstanceDisk, response *core.DetailedResponse, err error)

UpdateInstanceDiskWithContext is an alternate form of the UpdateInstanceDisk method which supports a Context parameter

func (*VpcV1) UpdateInstanceGroup

func (vpc *VpcV1) UpdateInstanceGroup(updateInstanceGroupOptions *UpdateInstanceGroupOptions) (result *InstanceGroup, response *core.DetailedResponse, err error)

UpdateInstanceGroup : Update an instance group This request updates an instance group with the information provided instance group patch. The instance group patch object is structured in the same way as a retrieved instance group and contains only the information to be updated.

func (*VpcV1) UpdateInstanceGroupManager

func (vpc *VpcV1) UpdateInstanceGroupManager(updateInstanceGroupManagerOptions *UpdateInstanceGroupManagerOptions) (result InstanceGroupManagerIntf, response *core.DetailedResponse, err error)

UpdateInstanceGroupManager : Update an instance group manager This request updates an instance group manager with the information provided instance group manager patch.

func (*VpcV1) UpdateInstanceGroupManagerAction

func (vpc *VpcV1) UpdateInstanceGroupManagerAction(updateInstanceGroupManagerActionOptions *UpdateInstanceGroupManagerActionOptions) (result InstanceGroupManagerActionIntf, response *core.DetailedResponse, err error)

UpdateInstanceGroupManagerAction : Update specified instance group manager action This request updates an instance group manager action.

func (*VpcV1) UpdateInstanceGroupManagerActionWithContext

func (vpc *VpcV1) UpdateInstanceGroupManagerActionWithContext(ctx context.Context, updateInstanceGroupManagerActionOptions *UpdateInstanceGroupManagerActionOptions) (result InstanceGroupManagerActionIntf, response *core.DetailedResponse, err error)

UpdateInstanceGroupManagerActionWithContext is an alternate form of the UpdateInstanceGroupManagerAction method which supports a Context parameter

func (*VpcV1) UpdateInstanceGroupManagerPolicy

func (vpc *VpcV1) UpdateInstanceGroupManagerPolicy(updateInstanceGroupManagerPolicyOptions *UpdateInstanceGroupManagerPolicyOptions) (result InstanceGroupManagerPolicyIntf, response *core.DetailedResponse, err error)

UpdateInstanceGroupManagerPolicy : Update an instance group manager policy This request updates an instance group manager policy.

func (*VpcV1) UpdateInstanceGroupManagerPolicyWithContext

func (vpc *VpcV1) UpdateInstanceGroupManagerPolicyWithContext(ctx context.Context, updateInstanceGroupManagerPolicyOptions *UpdateInstanceGroupManagerPolicyOptions) (result InstanceGroupManagerPolicyIntf, response *core.DetailedResponse, err error)

UpdateInstanceGroupManagerPolicyWithContext is an alternate form of the UpdateInstanceGroupManagerPolicy method which supports a Context parameter

func (*VpcV1) UpdateInstanceGroupManagerWithContext

func (vpc *VpcV1) UpdateInstanceGroupManagerWithContext(ctx context.Context, updateInstanceGroupManagerOptions *UpdateInstanceGroupManagerOptions) (result InstanceGroupManagerIntf, response *core.DetailedResponse, err error)

UpdateInstanceGroupManagerWithContext is an alternate form of the UpdateInstanceGroupManager method which supports a Context parameter

func (*VpcV1) UpdateInstanceGroupMembership

func (vpc *VpcV1) UpdateInstanceGroupMembership(updateInstanceGroupMembershipOptions *UpdateInstanceGroupMembershipOptions) (result *InstanceGroupMembership, response *core.DetailedResponse, err error)

UpdateInstanceGroupMembership : Update an instance group membership This request updates an instance group membership with the information provided instance group membership patch.

func (*VpcV1) UpdateInstanceGroupMembershipWithContext

func (vpc *VpcV1) UpdateInstanceGroupMembershipWithContext(ctx context.Context, updateInstanceGroupMembershipOptions *UpdateInstanceGroupMembershipOptions) (result *InstanceGroupMembership, response *core.DetailedResponse, err error)

UpdateInstanceGroupMembershipWithContext is an alternate form of the UpdateInstanceGroupMembership method which supports a Context parameter

func (*VpcV1) UpdateInstanceGroupWithContext

func (vpc *VpcV1) UpdateInstanceGroupWithContext(ctx context.Context, updateInstanceGroupOptions *UpdateInstanceGroupOptions) (result *InstanceGroup, response *core.DetailedResponse, err error)

UpdateInstanceGroupWithContext is an alternate form of the UpdateInstanceGroup method which supports a Context parameter

func (*VpcV1) UpdateInstanceNetworkInterface

func (vpc *VpcV1) UpdateInstanceNetworkInterface(updateInstanceNetworkInterfaceOptions *UpdateInstanceNetworkInterfaceOptions) (result *NetworkInterface, response *core.DetailedResponse, err error)

UpdateInstanceNetworkInterface : Update a network interface This request updates a network interface with the information provided in a network interface patch object. The network interface patch object is structured in the same way as a retrieved network interface and needs to contain only the information to be updated.

func (*VpcV1) UpdateInstanceNetworkInterfaceWithContext

func (vpc *VpcV1) UpdateInstanceNetworkInterfaceWithContext(ctx context.Context, updateInstanceNetworkInterfaceOptions *UpdateInstanceNetworkInterfaceOptions) (result *NetworkInterface, response *core.DetailedResponse, err error)

UpdateInstanceNetworkInterfaceWithContext is an alternate form of the UpdateInstanceNetworkInterface method which supports a Context parameter

func (*VpcV1) UpdateInstanceTemplate

func (vpc *VpcV1) UpdateInstanceTemplate(updateInstanceTemplateOptions *UpdateInstanceTemplateOptions) (result InstanceTemplateIntf, response *core.DetailedResponse, err error)

UpdateInstanceTemplate : Update an instance template This request updates an instance template with the information provided in the instance template patch. The instance template patch object is structured in the same way as a retrieved instance template and contains only the information to be updated.

func (*VpcV1) UpdateInstanceTemplateWithContext

func (vpc *VpcV1) UpdateInstanceTemplateWithContext(ctx context.Context, updateInstanceTemplateOptions *UpdateInstanceTemplateOptions) (result InstanceTemplateIntf, response *core.DetailedResponse, err error)

UpdateInstanceTemplateWithContext is an alternate form of the UpdateInstanceTemplate method which supports a Context parameter

func (*VpcV1) UpdateInstanceVolumeAttachment

func (vpc *VpcV1) UpdateInstanceVolumeAttachment(updateInstanceVolumeAttachmentOptions *UpdateInstanceVolumeAttachmentOptions) (result *VolumeAttachment, response *core.DetailedResponse, err error)

UpdateInstanceVolumeAttachment : Update a volume attachment This request updates a volume attachment with the information provided in a volume attachment patch object. The volume attachment patch object is structured in the same way as a retrieved volume attachment and needs to contain only the information to be updated.

func (*VpcV1) UpdateInstanceVolumeAttachmentWithContext

func (vpc *VpcV1) UpdateInstanceVolumeAttachmentWithContext(ctx context.Context, updateInstanceVolumeAttachmentOptions *UpdateInstanceVolumeAttachmentOptions) (result *VolumeAttachment, response *core.DetailedResponse, err error)

UpdateInstanceVolumeAttachmentWithContext is an alternate form of the UpdateInstanceVolumeAttachment method which supports a Context parameter

func (*VpcV1) UpdateInstanceWithContext

func (vpc *VpcV1) UpdateInstanceWithContext(ctx context.Context, updateInstanceOptions *UpdateInstanceOptions) (result *Instance, response *core.DetailedResponse, err error)

UpdateInstanceWithContext is an alternate form of the UpdateInstance method which supports a Context parameter

func (*VpcV1) UpdateIpsecPolicy

func (vpc *VpcV1) UpdateIpsecPolicy(updateIpsecPolicyOptions *UpdateIpsecPolicyOptions) (result *IPsecPolicy, response *core.DetailedResponse, err error)

UpdateIpsecPolicy : Update an IPsec policy This request updates the properties of an existing IPsec policy.

func (*VpcV1) UpdateIpsecPolicyWithContext

func (vpc *VpcV1) UpdateIpsecPolicyWithContext(ctx context.Context, updateIpsecPolicyOptions *UpdateIpsecPolicyOptions) (result *IPsecPolicy, response *core.DetailedResponse, err error)

UpdateIpsecPolicyWithContext is an alternate form of the UpdateIpsecPolicy method which supports a Context parameter

func (*VpcV1) UpdateKey

func (vpc *VpcV1) UpdateKey(updateKeyOptions *UpdateKeyOptions) (result *Key, response *core.DetailedResponse, err error)

UpdateKey : Update a key This request updates a key's name.

func (*VpcV1) UpdateKeyWithContext

func (vpc *VpcV1) UpdateKeyWithContext(ctx context.Context, updateKeyOptions *UpdateKeyOptions) (result *Key, response *core.DetailedResponse, err error)

UpdateKeyWithContext is an alternate form of the UpdateKey method which supports a Context parameter

func (*VpcV1) UpdateLoadBalancer

func (vpc *VpcV1) UpdateLoadBalancer(updateLoadBalancerOptions *UpdateLoadBalancerOptions) (result *LoadBalancer, response *core.DetailedResponse, err error)

UpdateLoadBalancer : Update a load balancer This request updates a load balancer.

func (*VpcV1) UpdateLoadBalancerListener

func (vpc *VpcV1) UpdateLoadBalancerListener(updateLoadBalancerListenerOptions *UpdateLoadBalancerListenerOptions) (result *LoadBalancerListener, response *core.DetailedResponse, err error)

UpdateLoadBalancerListener : Update a load balancer listener This request updates a load balancer listener from a listener patch.

func (*VpcV1) UpdateLoadBalancerListenerPolicy

func (vpc *VpcV1) UpdateLoadBalancerListenerPolicy(updateLoadBalancerListenerPolicyOptions *UpdateLoadBalancerListenerPolicyOptions) (result *LoadBalancerListenerPolicy, response *core.DetailedResponse, err error)

UpdateLoadBalancerListenerPolicy : Update a load balancer listener policy Updates a policy from a policy patch.

func (*VpcV1) UpdateLoadBalancerListenerPolicyRule

func (vpc *VpcV1) UpdateLoadBalancerListenerPolicyRule(updateLoadBalancerListenerPolicyRuleOptions *UpdateLoadBalancerListenerPolicyRuleOptions) (result *LoadBalancerListenerPolicyRule, response *core.DetailedResponse, err error)

UpdateLoadBalancerListenerPolicyRule : Update a load balancer listener policy rule Updates a rule of the load balancer listener policy.

func (*VpcV1) UpdateLoadBalancerListenerPolicyRuleWithContext

func (vpc *VpcV1) UpdateLoadBalancerListenerPolicyRuleWithContext(ctx context.Context, updateLoadBalancerListenerPolicyRuleOptions *UpdateLoadBalancerListenerPolicyRuleOptions) (result *LoadBalancerListenerPolicyRule, response *core.DetailedResponse, err error)

UpdateLoadBalancerListenerPolicyRuleWithContext is an alternate form of the UpdateLoadBalancerListenerPolicyRule method which supports a Context parameter

func (*VpcV1) UpdateLoadBalancerListenerPolicyWithContext

func (vpc *VpcV1) UpdateLoadBalancerListenerPolicyWithContext(ctx context.Context, updateLoadBalancerListenerPolicyOptions *UpdateLoadBalancerListenerPolicyOptions) (result *LoadBalancerListenerPolicy, response *core.DetailedResponse, err error)

UpdateLoadBalancerListenerPolicyWithContext is an alternate form of the UpdateLoadBalancerListenerPolicy method which supports a Context parameter

func (*VpcV1) UpdateLoadBalancerListenerWithContext

func (vpc *VpcV1) UpdateLoadBalancerListenerWithContext(ctx context.Context, updateLoadBalancerListenerOptions *UpdateLoadBalancerListenerOptions) (result *LoadBalancerListener, response *core.DetailedResponse, err error)

UpdateLoadBalancerListenerWithContext is an alternate form of the UpdateLoadBalancerListener method which supports a Context parameter

func (*VpcV1) UpdateLoadBalancerPool

func (vpc *VpcV1) UpdateLoadBalancerPool(updateLoadBalancerPoolOptions *UpdateLoadBalancerPoolOptions) (result *LoadBalancerPool, response *core.DetailedResponse, err error)

UpdateLoadBalancerPool : Update a load balancer pool This request updates a load balancer pool from a pool patch.

func (*VpcV1) UpdateLoadBalancerPoolMember

func (vpc *VpcV1) UpdateLoadBalancerPoolMember(updateLoadBalancerPoolMemberOptions *UpdateLoadBalancerPoolMemberOptions) (result *LoadBalancerPoolMember, response *core.DetailedResponse, err error)

UpdateLoadBalancerPoolMember : Update a load balancer pool member This request updates an existing member from a member patch.

func (*VpcV1) UpdateLoadBalancerPoolMemberWithContext

func (vpc *VpcV1) UpdateLoadBalancerPoolMemberWithContext(ctx context.Context, updateLoadBalancerPoolMemberOptions *UpdateLoadBalancerPoolMemberOptions) (result *LoadBalancerPoolMember, response *core.DetailedResponse, err error)

UpdateLoadBalancerPoolMemberWithContext is an alternate form of the UpdateLoadBalancerPoolMember method which supports a Context parameter

func (*VpcV1) UpdateLoadBalancerPoolWithContext

func (vpc *VpcV1) UpdateLoadBalancerPoolWithContext(ctx context.Context, updateLoadBalancerPoolOptions *UpdateLoadBalancerPoolOptions) (result *LoadBalancerPool, response *core.DetailedResponse, err error)

UpdateLoadBalancerPoolWithContext is an alternate form of the UpdateLoadBalancerPool method which supports a Context parameter

func (*VpcV1) UpdateLoadBalancerWithContext

func (vpc *VpcV1) UpdateLoadBalancerWithContext(ctx context.Context, updateLoadBalancerOptions *UpdateLoadBalancerOptions) (result *LoadBalancer, response *core.DetailedResponse, err error)

UpdateLoadBalancerWithContext is an alternate form of the UpdateLoadBalancer method which supports a Context parameter

func (*VpcV1) UpdateNetworkACL

func (vpc *VpcV1) UpdateNetworkACL(updateNetworkACLOptions *UpdateNetworkACLOptions) (result *NetworkACL, response *core.DetailedResponse, err error)

UpdateNetworkACL : Update a network ACL This request updates a network ACL's name.

func (*VpcV1) UpdateNetworkACLRule

func (vpc *VpcV1) UpdateNetworkACLRule(updateNetworkACLRuleOptions *UpdateNetworkACLRuleOptions) (result NetworkACLRuleIntf, response *core.DetailedResponse, err error)

UpdateNetworkACLRule : Update a network ACL rule This request updates a rule with the information in a provided rule patch. The rule patch object contains only the information to be updated. The request will fail if the information is not applicable to the rule's protocol.

func (*VpcV1) UpdateNetworkACLRuleWithContext

func (vpc *VpcV1) UpdateNetworkACLRuleWithContext(ctx context.Context, updateNetworkACLRuleOptions *UpdateNetworkACLRuleOptions) (result NetworkACLRuleIntf, response *core.DetailedResponse, err error)

UpdateNetworkACLRuleWithContext is an alternate form of the UpdateNetworkACLRule method which supports a Context parameter

func (*VpcV1) UpdateNetworkACLWithContext

func (vpc *VpcV1) UpdateNetworkACLWithContext(ctx context.Context, updateNetworkACLOptions *UpdateNetworkACLOptions) (result *NetworkACL, response *core.DetailedResponse, err error)

UpdateNetworkACLWithContext is an alternate form of the UpdateNetworkACL method which supports a Context parameter

func (*VpcV1) UpdatePlacementGroup

func (vpc *VpcV1) UpdatePlacementGroup(updatePlacementGroupOptions *UpdatePlacementGroupOptions) (result *PlacementGroup, response *core.DetailedResponse, err error)

UpdatePlacementGroup : Update a placement group This request updates a placement group with the information provided placement group patch. The placement group patch object is structured in the same way as a retrieved placement group and contains only the information to be updated.

func (*VpcV1) UpdatePlacementGroupWithContext

func (vpc *VpcV1) UpdatePlacementGroupWithContext(ctx context.Context, updatePlacementGroupOptions *UpdatePlacementGroupOptions) (result *PlacementGroup, response *core.DetailedResponse, err error)

UpdatePlacementGroupWithContext is an alternate form of the UpdatePlacementGroup method which supports a Context parameter

func (*VpcV1) UpdatePublicGateway

func (vpc *VpcV1) UpdatePublicGateway(updatePublicGatewayOptions *UpdatePublicGatewayOptions) (result *PublicGateway, response *core.DetailedResponse, err error)

UpdatePublicGateway : Update a public gateway This request updates a public gateway's name.

func (*VpcV1) UpdatePublicGatewayWithContext

func (vpc *VpcV1) UpdatePublicGatewayWithContext(ctx context.Context, updatePublicGatewayOptions *UpdatePublicGatewayOptions) (result *PublicGateway, response *core.DetailedResponse, err error)

UpdatePublicGatewayWithContext is an alternate form of the UpdatePublicGateway method which supports a Context parameter

func (*VpcV1) UpdateSecurityGroup

func (vpc *VpcV1) UpdateSecurityGroup(updateSecurityGroupOptions *UpdateSecurityGroupOptions) (result *SecurityGroup, response *core.DetailedResponse, err error)

UpdateSecurityGroup : Update a security group This request updates a security group with the information provided in a security group patch object. The security group patch object is structured in the same way as a retrieved security group and contains only the information to be updated.

func (*VpcV1) UpdateSecurityGroupRule

func (vpc *VpcV1) UpdateSecurityGroupRule(updateSecurityGroupRuleOptions *UpdateSecurityGroupRuleOptions) (result SecurityGroupRuleIntf, response *core.DetailedResponse, err error)

UpdateSecurityGroupRule : Update a security group rule This request updates a security group rule with the information in a provided rule patch object. The rule patch object contains only the information to be updated. The request will fail if the information is not applicable to the rule's protocol.

func (*VpcV1) UpdateSecurityGroupRuleWithContext

func (vpc *VpcV1) UpdateSecurityGroupRuleWithContext(ctx context.Context, updateSecurityGroupRuleOptions *UpdateSecurityGroupRuleOptions) (result SecurityGroupRuleIntf, response *core.DetailedResponse, err error)

UpdateSecurityGroupRuleWithContext is an alternate form of the UpdateSecurityGroupRule method which supports a Context parameter

func (*VpcV1) UpdateSecurityGroupWithContext

func (vpc *VpcV1) UpdateSecurityGroupWithContext(ctx context.Context, updateSecurityGroupOptions *UpdateSecurityGroupOptions) (result *SecurityGroup, response *core.DetailedResponse, err error)

UpdateSecurityGroupWithContext is an alternate form of the UpdateSecurityGroup method which supports a Context parameter

func (*VpcV1) UpdateSnapshot

func (vpc *VpcV1) UpdateSnapshot(updateSnapshotOptions *UpdateSnapshotOptions) (result *Snapshot, response *core.DetailedResponse, err error)

UpdateSnapshot : Update a snapshot This request updates a snapshot's name.

func (*VpcV1) UpdateSnapshotWithContext

func (vpc *VpcV1) UpdateSnapshotWithContext(ctx context.Context, updateSnapshotOptions *UpdateSnapshotOptions) (result *Snapshot, response *core.DetailedResponse, err error)

UpdateSnapshotWithContext is an alternate form of the UpdateSnapshot method which supports a Context parameter

func (*VpcV1) UpdateSubnet

func (vpc *VpcV1) UpdateSubnet(updateSubnetOptions *UpdateSubnetOptions) (result *Subnet, response *core.DetailedResponse, err error)

UpdateSubnet : Update a subnet This request updates a subnet with the information in a provided subnet patch. The subnet patch object is structured in the same way as a retrieved subnet and contains only the information to be updated.

func (*VpcV1) UpdateSubnetReservedIP

func (vpc *VpcV1) UpdateSubnetReservedIP(updateSubnetReservedIPOptions *UpdateSubnetReservedIPOptions) (result *ReservedIP, response *core.DetailedResponse, err error)

UpdateSubnetReservedIP : Update a reserved IP This request updates a reserved IP with the information in a provided reserved IP patch. The reserved IP patch object is structured in the same way as a retrieved reserved IP and contains only the information to be updated.

func (*VpcV1) UpdateSubnetReservedIPWithContext

func (vpc *VpcV1) UpdateSubnetReservedIPWithContext(ctx context.Context, updateSubnetReservedIPOptions *UpdateSubnetReservedIPOptions) (result *ReservedIP, response *core.DetailedResponse, err error)

UpdateSubnetReservedIPWithContext is an alternate form of the UpdateSubnetReservedIP method which supports a Context parameter

func (*VpcV1) UpdateSubnetWithContext

func (vpc *VpcV1) UpdateSubnetWithContext(ctx context.Context, updateSubnetOptions *UpdateSubnetOptions) (result *Subnet, response *core.DetailedResponse, err error)

UpdateSubnetWithContext is an alternate form of the UpdateSubnet method which supports a Context parameter

func (*VpcV1) UpdateVPC

func (vpc *VpcV1) UpdateVPC(updateVPCOptions *UpdateVPCOptions) (result *VPC, response *core.DetailedResponse, err error)

UpdateVPC : Update a VPC This request updates a VPC's name.

func (*VpcV1) UpdateVPCAddressPrefix

func (vpc *VpcV1) UpdateVPCAddressPrefix(updateVPCAddressPrefixOptions *UpdateVPCAddressPrefixOptions) (result *AddressPrefix, response *core.DetailedResponse, err error)

UpdateVPCAddressPrefix : Update an address prefix This request updates a prefix with the information in a provided prefix patch. The prefix patch object is structured in the same way as a retrieved prefix and contains only the information to be updated.

func (*VpcV1) UpdateVPCAddressPrefixWithContext

func (vpc *VpcV1) UpdateVPCAddressPrefixWithContext(ctx context.Context, updateVPCAddressPrefixOptions *UpdateVPCAddressPrefixOptions) (result *AddressPrefix, response *core.DetailedResponse, err error)

UpdateVPCAddressPrefixWithContext is an alternate form of the UpdateVPCAddressPrefix method which supports a Context parameter

func (*VpcV1) UpdateVPCRoute

func (vpc *VpcV1) UpdateVPCRoute(updateVPCRouteOptions *UpdateVPCRouteOptions) (result *Route, response *core.DetailedResponse, err error)

UpdateVPCRoute : Update a VPC route This request updates a route with the information in a provided route patch. The route patch object is structured in the same way as a retrieved route and contains only the information to be updated.

func (*VpcV1) UpdateVPCRouteWithContext

func (vpc *VpcV1) UpdateVPCRouteWithContext(ctx context.Context, updateVPCRouteOptions *UpdateVPCRouteOptions) (result *Route, response *core.DetailedResponse, err error)

UpdateVPCRouteWithContext is an alternate form of the UpdateVPCRoute method which supports a Context parameter

func (*VpcV1) UpdateVPCRoutingTable

func (vpc *VpcV1) UpdateVPCRoutingTable(updateVPCRoutingTableOptions *UpdateVPCRoutingTableOptions) (result *RoutingTable, response *core.DetailedResponse, err error)

UpdateVPCRoutingTable : Update a VPC routing table This request updates a routing table with the information in a provided routing table patch. The patch object is structured in the same way as a retrieved table and contains only the information to be updated.

func (*VpcV1) UpdateVPCRoutingTableRoute

func (vpc *VpcV1) UpdateVPCRoutingTableRoute(updateVPCRoutingTableRouteOptions *UpdateVPCRoutingTableRouteOptions) (result *Route, response *core.DetailedResponse, err error)

UpdateVPCRoutingTableRoute : Update a VPC routing table route This request updates a VPC route with the information provided in a route patch object. The patch object is structured in the same way as a retrieved VPC route and needs to contain only the information to be updated.

func (*VpcV1) UpdateVPCRoutingTableRouteWithContext

func (vpc *VpcV1) UpdateVPCRoutingTableRouteWithContext(ctx context.Context, updateVPCRoutingTableRouteOptions *UpdateVPCRoutingTableRouteOptions) (result *Route, response *core.DetailedResponse, err error)

UpdateVPCRoutingTableRouteWithContext is an alternate form of the UpdateVPCRoutingTableRoute method which supports a Context parameter

func (*VpcV1) UpdateVPCRoutingTableWithContext

func (vpc *VpcV1) UpdateVPCRoutingTableWithContext(ctx context.Context, updateVPCRoutingTableOptions *UpdateVPCRoutingTableOptions) (result *RoutingTable, response *core.DetailedResponse, err error)

UpdateVPCRoutingTableWithContext is an alternate form of the UpdateVPCRoutingTable method which supports a Context parameter

func (*VpcV1) UpdateVPCWithContext

func (vpc *VpcV1) UpdateVPCWithContext(ctx context.Context, updateVPCOptions *UpdateVPCOptions) (result *VPC, response *core.DetailedResponse, err error)

UpdateVPCWithContext is an alternate form of the UpdateVPC method which supports a Context parameter

func (*VpcV1) UpdateVPNGateway

func (vpc *VpcV1) UpdateVPNGateway(updateVPNGatewayOptions *UpdateVPNGatewayOptions) (result VPNGatewayIntf, response *core.DetailedResponse, err error)

UpdateVPNGateway : Update a VPN gateway This request updates the properties of an existing VPN gateway.

func (*VpcV1) UpdateVPNGatewayConnection

func (vpc *VpcV1) UpdateVPNGatewayConnection(updateVPNGatewayConnectionOptions *UpdateVPNGatewayConnectionOptions) (result VPNGatewayConnectionIntf, response *core.DetailedResponse, err error)

UpdateVPNGatewayConnection : Update a VPN gateway connection This request updates the properties of an existing VPN gateway connection.

func (*VpcV1) UpdateVPNGatewayConnectionWithContext

func (vpc *VpcV1) UpdateVPNGatewayConnectionWithContext(ctx context.Context, updateVPNGatewayConnectionOptions *UpdateVPNGatewayConnectionOptions) (result VPNGatewayConnectionIntf, response *core.DetailedResponse, err error)

UpdateVPNGatewayConnectionWithContext is an alternate form of the UpdateVPNGatewayConnection method which supports a Context parameter

func (*VpcV1) UpdateVPNGatewayWithContext

func (vpc *VpcV1) UpdateVPNGatewayWithContext(ctx context.Context, updateVPNGatewayOptions *UpdateVPNGatewayOptions) (result VPNGatewayIntf, response *core.DetailedResponse, err error)

UpdateVPNGatewayWithContext is an alternate form of the UpdateVPNGateway method which supports a Context parameter

func (*VpcV1) UpdateVolume

func (vpc *VpcV1) UpdateVolume(updateVolumeOptions *UpdateVolumeOptions) (result *Volume, response *core.DetailedResponse, err error)

UpdateVolume : Update a volume This request updates a volume with the information in a provided volume patch. The volume patch object is structured in the same way as a retrieved volume and contains only the information to be updated.

func (*VpcV1) UpdateVolumeWithContext

func (vpc *VpcV1) UpdateVolumeWithContext(ctx context.Context, updateVolumeOptions *UpdateVolumeOptions) (result *Volume, response *core.DetailedResponse, err error)

UpdateVolumeWithContext is an alternate form of the UpdateVolume method which supports a Context parameter

type VpcV1Options

type VpcV1Options struct {
	ServiceName   string
	URL           string
	Authenticator core.Authenticator

	// The API version, in format `YYYY-MM-DD`. For the API behavior documented here, specify any date between `2022-04-18`
	// and today's date (UTC).
	Version *string
}

VpcV1Options : Service options

type VpccseSourceIP

type VpccseSourceIP struct {
	// The cloud service endpoint source IP address for this zone.
	IP *IP `json:"ip" validate:"required"`

	// The zone this cloud service endpoint source IP resides in.
	Zone *ZoneReference `json:"zone" validate:"required"`
}

VpccseSourceIP : VpccseSourceIP struct

type Zone

type Zone struct {
	// The URL for this zone.
	Href *string `json:"href" validate:"required"`

	// The globally unique name for this zone.
	Name *string `json:"name" validate:"required"`

	// The region this zone resides in.
	Region *RegionReference `json:"region" validate:"required"`

	// The availability status of this zone.
	Status *string `json:"status" validate:"required"`
}

Zone : Zone struct

type ZoneCollection

type ZoneCollection struct {
	// Collection of zones.
	Zones []Zone `json:"zones" validate:"required"`
}

ZoneCollection : ZoneCollection struct

type ZoneIdentity

type ZoneIdentity struct {
	// The globally unique name for this zone.
	Name *string `json:"name,omitempty"`

	// The URL for this zone.
	Href *string `json:"href,omitempty"`
}

ZoneIdentity : Identifies a zone by a unique property. Models which "extend" this model: - ZoneIdentityByName - ZoneIdentityByHref

type ZoneIdentityByHref

type ZoneIdentityByHref struct {
	// The URL for this zone.
	Href *string `json:"href" validate:"required"`
}

ZoneIdentityByHref : ZoneIdentityByHref struct This model "extends" ZoneIdentity

type ZoneIdentityByName

type ZoneIdentityByName struct {
	// The globally unique name for this zone.
	Name *string `json:"name" validate:"required"`
}

ZoneIdentityByName : ZoneIdentityByName struct This model "extends" ZoneIdentity

type ZoneIdentityIntf

type ZoneIdentityIntf interface {
	// contains filtered or unexported methods
}

type ZoneReference

type ZoneReference struct {
	// The URL for this zone.
	Href *string `json:"href" validate:"required"`

	// The globally unique name for this zone.
	Name *string `json:"name" validate:"required"`
}

ZoneReference : ZoneReference struct

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL