Categorygithub.com/outscale/osc-sdk-go/v2
modulepackage
2.25.0
Repository: https://github.com/outscale/osc-sdk-go.git
Documentation: pkg.go.dev

# README

Go API client for osc

Welcome to the OUTSCALE API documentation.
The OUTSCALE API enables you to manage your resources in the OUTSCALE Cloud. This documentation describes the different actions available along with code examples.

Throttling: To protect against overloads, the number of identical requests allowed in a given time period is limited.
Brute force: To protect against brute force attacks, the number of failed authentication attempts in a given time period is limited.

Note that the OUTSCALE Cloud is compatible with Amazon Web Services (AWS) APIs, but there are differences in resource names between AWS and the OUTSCALE API.
You can also manage your resources using the Cockpit web interface.

An OpenAPI description of the OUTSCALE API is also available in this GitHub repository.

Authentication Schemes

Access Key/Secret Key

The main way to authenticate your requests to the OUTSCALE API is to use an access key and a secret key.
The mechanism behind this is based on AWS Signature Version 4, whose technical implementation details are described in Signature of API Requests.

In practice, the way to specify your access key and secret key depends on the tool or SDK you want to use to interact with the API.

For example, if you use OSC CLI:

  1. You need to create an ~/.osc/config.json file to specify your access key, secret key, and the Region of your account.
  2. You then specify the --profile option when executing OSC CLI commands.

For more information, see Installing and Configuring OSC CLI.

See the code samples in each section of this documentation for specific examples in different programming languages.
For more information about access keys, see About Access Keys.

If you try to sign requests with an invalid access key four times in a row, further authentication attempts will be prevented for 1 minute. This lockout time increases 1 minute every four failed attempts, for up to 10 minutes.

Login/Password

For certain API actions, you can also use basic authentication with the login (email address) and password of your TINA account.
This is useful only in special circumstances, for example if you do not know your access key/secret key and want to retrieve them programmatically.
In most cases, however, you can use the Cockpit web interface to retrieve them.

For example, if you use OSC CLI:

  1. You need to create an ~/.osc/config.json file to specify the Region of your account, but you leave the access key value and secret key value empty ("").
  2. You then specify the --profile, --authentication-method, --login, and --password options when executing OSC CLI commands.

See the code samples in each section of this documentation for specific examples in different programming languages.

If you try to sign requests with an invalid password four times in a row, further authentication attempts will be prevented for 1 minute. This lockout time increases 1 minute every four failed attempts, for up to 10 minutes.

No Authentication

A few API actions do not require any authentication. They are indicated as such in this documentation.

Other Security Mechanisms

In parallel with the authentication schemes, you can add other security mechanisms to your OUTSCALE account, for example to restrict API requests by IP or other criteria.
For more information, see Managing Your API Accesses.

Pagination Tutorial

You can learn more about the pagination methods for read calls in the dedicated pagination tutorial.

Error Codes Reference

You can learn more about errors returned by the API in the dedicated errors page.

Overview

This API client was generated by the OpenAPI Generator project. By using the OpenAPI-spec from a remote server, you can easily generate an API client.

  • API version: 1.34.0
  • Package version: 2.25.0
  • Build package: org.openapitools.codegen.languages.GoClientCodegen

Installation

Install the following dependencies:

go get github.com/stretchr/testify/assert
go get golang.org/x/oauth2
go get golang.org/x/net/context

Put the package under your project folder and add the following in import:

import sw "./osc"

To use a proxy, set the environment variable HTTP_PROXY:

os.Setenv("HTTP_PROXY", "http://proxy_name:proxy_port")

Configuration of Server URL

Default configuration comes with Servers field that contains server objects as defined in the OpenAPI specification.

Select Server Configuration

For using other server than the one defined on index 0 set context value sw.ContextServerIndex of type int.

ctx := context.WithValue(context.Background(), sw.ContextServerIndex, 1)

Templated Server URL

Templated server URL is formatted using default variables from configuration or from context value sw.ContextServerVariables of type map[string]string.

ctx := context.WithValue(context.Background(), sw.ContextServerVariables, map[string]string{
	"basePath": "v2",
})

Note, enum values are always validated and all unused variables are silently ignored.

URLs Configuration per Operation

Each operation can use different server URL defined using OperationServers map in the Configuration. An operation is uniquely identifield by "{classname}Service.{nickname}" string. Similar rules for overriding default operation server index and variables applies by using sw.ContextOperationServerIndices and sw.ContextOperationServerVariables context maps.

ctx := context.WithValue(context.Background(), sw.ContextOperationServerIndices, map[string]int{
	"{classname}Service.{nickname}": 2,
})
ctx = context.WithValue(context.Background(), sw.ContextOperationServerVariables, map[string]map[string]string{
	"{classname}Service.{nickname}": {
		"port": "8443",
	},
})

Documentation for API Endpoints

All URIs are relative to https://api.eu-west-2.outscale.com/api/v1

ClassMethodHTTP requestDescription
AccessKeyApiCreateAccessKeyPost /CreateAccessKey
AccessKeyApiDeleteAccessKeyPost /DeleteAccessKey
AccessKeyApiReadAccessKeysPost /ReadAccessKeys
AccessKeyApiUpdateAccessKeyPost /UpdateAccessKey
AccountApiCheckAuthenticationPost /CheckAuthentication
AccountApiCreateAccountPost /CreateAccount
AccountApiReadAccountsPost /ReadAccounts
AccountApiReadConsumptionAccountPost /ReadConsumptionAccount
AccountApiUpdateAccountPost /UpdateAccount
ApiAccessPolicyApiReadApiAccessPolicyPost /ReadApiAccessPolicy
ApiAccessPolicyApiUpdateApiAccessPolicyPost /UpdateApiAccessPolicy
ApiAccessRuleApiCreateApiAccessRulePost /CreateApiAccessRule
ApiAccessRuleApiDeleteApiAccessRulePost /DeleteApiAccessRule
ApiAccessRuleApiReadApiAccessRulesPost /ReadApiAccessRules
ApiAccessRuleApiUpdateApiAccessRulePost /UpdateApiAccessRule
ApiLogApiReadApiLogsPost /ReadApiLogs
CaApiCreateCaPost /CreateCa
CaApiDeleteCaPost /DeleteCa
CaApiReadCasPost /ReadCas
CaApiUpdateCaPost /UpdateCa
CatalogApiReadCatalogPost /ReadCatalog
CatalogApiReadCatalogsPost /ReadCatalogs
CatalogApiReadUnitPricePost /ReadUnitPrice
ClientGatewayApiCreateClientGatewayPost /CreateClientGateway
ClientGatewayApiDeleteClientGatewayPost /DeleteClientGateway
ClientGatewayApiReadClientGatewaysPost /ReadClientGateways
DedicatedGroupApiCreateDedicatedGroupPost /CreateDedicatedGroup
DedicatedGroupApiDeleteDedicatedGroupPost /DeleteDedicatedGroup
DedicatedGroupApiReadDedicatedGroupsPost /ReadDedicatedGroups
DedicatedGroupApiUpdateDedicatedGroupPost /UpdateDedicatedGroup
DhcpOptionApiCreateDhcpOptionsPost /CreateDhcpOptions
DhcpOptionApiDeleteDhcpOptionsPost /DeleteDhcpOptions
DhcpOptionApiReadDhcpOptionsPost /ReadDhcpOptions
DirectLinkApiCreateDirectLinkPost /CreateDirectLink
DirectLinkApiDeleteDirectLinkPost /DeleteDirectLink
DirectLinkApiReadDirectLinksPost /ReadDirectLinks
DirectLinkInterfaceApiCreateDirectLinkInterfacePost /CreateDirectLinkInterface
DirectLinkInterfaceApiDeleteDirectLinkInterfacePost /DeleteDirectLinkInterface
DirectLinkInterfaceApiReadDirectLinkInterfacesPost /ReadDirectLinkInterfaces
DirectLinkInterfaceApiUpdateDirectLinkInterfacePost /UpdateDirectLinkInterface
FlexibleGpuApiCreateFlexibleGpuPost /CreateFlexibleGpu
FlexibleGpuApiDeleteFlexibleGpuPost /DeleteFlexibleGpu
FlexibleGpuApiLinkFlexibleGpuPost /LinkFlexibleGpu
FlexibleGpuApiReadFlexibleGpuCatalogPost /ReadFlexibleGpuCatalog
FlexibleGpuApiReadFlexibleGpusPost /ReadFlexibleGpus
FlexibleGpuApiUnlinkFlexibleGpuPost /UnlinkFlexibleGpu
FlexibleGpuApiUpdateFlexibleGpuPost /UpdateFlexibleGpu
ImageApiCreateImagePost /CreateImage
ImageApiCreateImageExportTaskPost /CreateImageExportTask
ImageApiDeleteImagePost /DeleteImage
ImageApiReadImageExportTasksPost /ReadImageExportTasks
ImageApiReadImagesPost /ReadImages
ImageApiUpdateImagePost /UpdateImage
InternetServiceApiCreateInternetServicePost /CreateInternetService
InternetServiceApiDeleteInternetServicePost /DeleteInternetService
InternetServiceApiLinkInternetServicePost /LinkInternetService
InternetServiceApiReadInternetServicesPost /ReadInternetServices
InternetServiceApiUnlinkInternetServicePost /UnlinkInternetService
KeypairApiCreateKeypairPost /CreateKeypair
KeypairApiDeleteKeypairPost /DeleteKeypair
KeypairApiReadKeypairsPost /ReadKeypairs
ListenerApiCreateListenerRulePost /CreateListenerRule
ListenerApiCreateLoadBalancerListenersPost /CreateLoadBalancerListeners
ListenerApiDeleteListenerRulePost /DeleteListenerRule
ListenerApiDeleteLoadBalancerListenersPost /DeleteLoadBalancerListeners
ListenerApiReadListenerRulesPost /ReadListenerRules
ListenerApiUpdateListenerRulePost /UpdateListenerRule
LoadBalancerApiCreateLoadBalancerPost /CreateLoadBalancer
LoadBalancerApiCreateLoadBalancerTagsPost /CreateLoadBalancerTags
LoadBalancerApiDeleteLoadBalancerPost /DeleteLoadBalancer
LoadBalancerApiDeleteLoadBalancerTagsPost /DeleteLoadBalancerTags
LoadBalancerApiDeregisterVmsInLoadBalancerPost /DeregisterVmsInLoadBalancer
LoadBalancerApiLinkLoadBalancerBackendMachinesPost /LinkLoadBalancerBackendMachines
LoadBalancerApiReadLoadBalancerTagsPost /ReadLoadBalancerTags
LoadBalancerApiReadLoadBalancersPost /ReadLoadBalancers
LoadBalancerApiReadVmsHealthPost /ReadVmsHealth
LoadBalancerApiRegisterVmsInLoadBalancerPost /RegisterVmsInLoadBalancer
LoadBalancerApiUnlinkLoadBalancerBackendMachinesPost /UnlinkLoadBalancerBackendMachines
LoadBalancerApiUpdateLoadBalancerPost /UpdateLoadBalancer
LoadBalancerPolicyApiCreateLoadBalancerPolicyPost /CreateLoadBalancerPolicy
LoadBalancerPolicyApiDeleteLoadBalancerPolicyPost /DeleteLoadBalancerPolicy
LocationApiReadLocationsPost /ReadLocations
NatServiceApiCreateNatServicePost /CreateNatService
NatServiceApiDeleteNatServicePost /DeleteNatService
NatServiceApiReadNatServicesPost /ReadNatServices
NetApiCreateNetPost /CreateNet
NetApiDeleteNetPost /DeleteNet
NetApiReadNetsPost /ReadNets
NetApiUpdateNetPost /UpdateNet
NetAccessPointApiCreateNetAccessPointPost /CreateNetAccessPoint
NetAccessPointApiDeleteNetAccessPointPost /DeleteNetAccessPoint
NetAccessPointApiReadNetAccessPointServicesPost /ReadNetAccessPointServices
NetAccessPointApiReadNetAccessPointsPost /ReadNetAccessPoints
NetAccessPointApiUpdateNetAccessPointPost /UpdateNetAccessPoint
NetPeeringApiAcceptNetPeeringPost /AcceptNetPeering
NetPeeringApiCreateNetPeeringPost /CreateNetPeering
NetPeeringApiDeleteNetPeeringPost /DeleteNetPeering
NetPeeringApiReadNetPeeringsPost /ReadNetPeerings
NetPeeringApiRejectNetPeeringPost /RejectNetPeering
NicApiCreateNicPost /CreateNic
NicApiDeleteNicPost /DeleteNic
NicApiLinkNicPost /LinkNic
NicApiLinkPrivateIpsPost /LinkPrivateIps
NicApiReadNicsPost /ReadNics
NicApiUnlinkNicPost /UnlinkNic
NicApiUnlinkPrivateIpsPost /UnlinkPrivateIps
NicApiUpdateNicPost /UpdateNic
PolicyApiCreatePolicyPost /CreatePolicy
PolicyApiCreatePolicyVersionPost /CreatePolicyVersion
PolicyApiDeletePolicyPost /DeletePolicy
PolicyApiDeletePolicyVersionPost /DeletePolicyVersion
PolicyApiDeleteUserGroupPolicyPost /DeleteUserGroupPolicy
PolicyApiLinkManagedPolicyToUserGroupPost /LinkManagedPolicyToUserGroup
PolicyApiLinkPolicyPost /LinkPolicy
PolicyApiPutUserGroupPolicyPost /PutUserGroupPolicy
PolicyApiReadEntitiesLinkedToPolicyPost /ReadEntitiesLinkedToPolicy
PolicyApiReadLinkedPoliciesPost /ReadLinkedPolicies
PolicyApiReadManagedPoliciesLinkedToUserGroupPost /ReadManagedPoliciesLinkedToUserGroup
PolicyApiReadPoliciesPost /ReadPolicies
PolicyApiReadPolicyPost /ReadPolicy
PolicyApiReadPolicyVersionPost /ReadPolicyVersion
PolicyApiReadPolicyVersionsPost /ReadPolicyVersions
PolicyApiReadUserGroupPoliciesPost /ReadUserGroupPolicies
PolicyApiReadUserGroupPolicyPost /ReadUserGroupPolicy
PolicyApiSetDefaultPolicyVersionPost /SetDefaultPolicyVersion
PolicyApiUnlinkManagedPolicyFromUserGroupPost /UnlinkManagedPolicyFromUserGroup
PolicyApiUnlinkPolicyPost /UnlinkPolicy
ProductTypeApiCreateProductTypePost /CreateProductType
ProductTypeApiDeleteProductTypePost /DeleteProductType
ProductTypeApiReadProductTypesPost /ReadProductTypes
PublicCatalogApiReadPublicCatalogPost /ReadPublicCatalog
PublicIpApiCreatePublicIpPost /CreatePublicIp
PublicIpApiDeletePublicIpPost /DeletePublicIp
PublicIpApiLinkPublicIpPost /LinkPublicIp
PublicIpApiReadPublicIpRangesPost /ReadPublicIpRanges
PublicIpApiReadPublicIpsPost /ReadPublicIps
PublicIpApiUnlinkPublicIpPost /UnlinkPublicIp
QuotaApiReadQuotasPost /ReadQuotas
RegionApiReadRegionsPost /ReadRegions
RouteApiCreateRoutePost /CreateRoute
RouteApiDeleteRoutePost /DeleteRoute
RouteApiUpdateRoutePost /UpdateRoute
RouteTableApiCreateRouteTablePost /CreateRouteTable
RouteTableApiDeleteRouteTablePost /DeleteRouteTable
RouteTableApiLinkRouteTablePost /LinkRouteTable
RouteTableApiReadRouteTablesPost /ReadRouteTables
RouteTableApiUnlinkRouteTablePost /UnlinkRouteTable
RouteTableApiUpdateRouteTableLinkPost /UpdateRouteTableLink
SecurityGroupApiCreateSecurityGroupPost /CreateSecurityGroup
SecurityGroupApiDeleteSecurityGroupPost /DeleteSecurityGroup
SecurityGroupApiReadSecurityGroupsPost /ReadSecurityGroups
SecurityGroupRuleApiCreateSecurityGroupRulePost /CreateSecurityGroupRule
SecurityGroupRuleApiDeleteSecurityGroupRulePost /DeleteSecurityGroupRule
ServerCertificateApiCreateServerCertificatePost /CreateServerCertificate
ServerCertificateApiDeleteServerCertificatePost /DeleteServerCertificate
ServerCertificateApiReadServerCertificatesPost /ReadServerCertificates
ServerCertificateApiUpdateServerCertificatePost /UpdateServerCertificate
SnapshotApiCreateSnapshotPost /CreateSnapshot
SnapshotApiCreateSnapshotExportTaskPost /CreateSnapshotExportTask
SnapshotApiDeleteSnapshotPost /DeleteSnapshot
SnapshotApiReadSnapshotExportTasksPost /ReadSnapshotExportTasks
SnapshotApiReadSnapshotsPost /ReadSnapshots
SnapshotApiUpdateSnapshotPost /UpdateSnapshot
SubnetApiCreateSubnetPost /CreateSubnet
SubnetApiDeleteSubnetPost /DeleteSubnet
SubnetApiReadSubnetsPost /ReadSubnets
SubnetApiUpdateSubnetPost /UpdateSubnet
SubregionApiReadSubregionsPost /ReadSubregions
TagApiCreateTagsPost /CreateTags
TagApiDeleteTagsPost /DeleteTags
TagApiReadTagsPost /ReadTags
TaskApiDeleteExportTaskPost /DeleteExportTask
UserApiCreateUserPost /CreateUser
UserApiDeleteUserPost /DeleteUser
UserApiReadUsersPost /ReadUsers
UserApiUpdateUserPost /UpdateUser
UserGroupApiAddUserToUserGroupPost /AddUserToUserGroup
UserGroupApiCreateUserGroupPost /CreateUserGroup
UserGroupApiDeleteUserGroupPost /DeleteUserGroup
UserGroupApiReadUserGroupPost /ReadUserGroup
UserGroupApiReadUserGroupsPost /ReadUserGroups
UserGroupApiReadUserGroupsPerUserPost /ReadUserGroupsPerUser
UserGroupApiRemoveUserFromUserGroupPost /RemoveUserFromUserGroup
UserGroupApiUpdateUserGroupPost /UpdateUserGroup
VirtualGatewayApiCreateVirtualGatewayPost /CreateVirtualGateway
VirtualGatewayApiDeleteVirtualGatewayPost /DeleteVirtualGateway
VirtualGatewayApiLinkVirtualGatewayPost /LinkVirtualGateway
VirtualGatewayApiReadVirtualGatewaysPost /ReadVirtualGateways
VirtualGatewayApiUnlinkVirtualGatewayPost /UnlinkVirtualGateway
VirtualGatewayApiUpdateRoutePropagationPost /UpdateRoutePropagation
VmApiCreateVmsPost /CreateVms
VmApiDeleteVmsPost /DeleteVms
VmApiReadAdminPasswordPost /ReadAdminPassword
VmApiReadConsoleOutputPost /ReadConsoleOutput
VmApiReadVmTypesPost /ReadVmTypes
VmApiReadVmsPost /ReadVms
VmApiReadVmsStatePost /ReadVmsState
VmApiRebootVmsPost /RebootVms
VmApiStartVmsPost /StartVms
VmApiStopVmsPost /StopVms
VmApiUpdateVmPost /UpdateVm
VmGroupApiCreateVmGroupPost /CreateVmGroup
VmGroupApiDeleteVmGroupPost /DeleteVmGroup
VmGroupApiReadVmGroupsPost /ReadVmGroups
VmGroupApiScaleDownVmGroupPost /ScaleDownVmGroup
VmGroupApiScaleUpVmGroupPost /ScaleUpVmGroup
VmGroupApiUpdateVmGroupPost /UpdateVmGroup
VmTemplateApiCreateVmTemplatePost /CreateVmTemplate
VmTemplateApiDeleteVmTemplatePost /DeleteVmTemplate
VmTemplateApiReadVmTemplatesPost /ReadVmTemplates
VmTemplateApiUpdateVmTemplatePost /UpdateVmTemplate
VolumeApiCreateVolumePost /CreateVolume
VolumeApiDeleteVolumePost /DeleteVolume
VolumeApiLinkVolumePost /LinkVolume
VolumeApiReadVolumesPost /ReadVolumes
VolumeApiUnlinkVolumePost /UnlinkVolume
VolumeApiUpdateVolumePost /UpdateVolume
VpnConnectionApiCreateVpnConnectionPost /CreateVpnConnection
VpnConnectionApiCreateVpnConnectionRoutePost /CreateVpnConnectionRoute
VpnConnectionApiDeleteVpnConnectionPost /DeleteVpnConnection
VpnConnectionApiDeleteVpnConnectionRoutePost /DeleteVpnConnectionRoute
VpnConnectionApiReadVpnConnectionsPost /ReadVpnConnections
VpnConnectionApiUpdateVpnConnectionPost /UpdateVpnConnection

Documentation For Models

Documentation For Authorization

ApiKeyAuth

  • Type: API key
  • API key parameter name: Authorization
  • Location: HTTP header

Note, each API key must be added to a map of map[string]APIKey where the key is: Authorization and passed in as the auth context for each request.

ApiKeyAuthSec

  • Type: API key
  • API key parameter name: Authorization
  • Location: HTTP header

Note, each API key must be added to a map of map[string]APIKey where the key is: Authorization and passed in as the auth context for each request.

BasicAuth

  • Type: HTTP basic authentication

Example

auth := context.WithValue(context.Background(), sw.ContextBasicAuth, sw.BasicAuth{
    UserName: "username",
    Password: "password",
})
r, err := client.Service.Operation(auth, args)

Documentation for Utility Methods

Due to the fact that model structure members are all pointers, this package contains a number of utility functions to easily obtain pointers to values of basic types. Each of these functions takes a value of the given basic type and returns a pointer to it:

  • PtrBool
  • PtrInt
  • PtrInt32
  • PtrInt64
  • PtrFloat
  • PtrFloat32
  • PtrFloat64
  • PtrString
  • PtrTime

Author

[email protected]

# Functions

CacheExpires helper function to determine remaining time before repeating a request.
No description provided by the author
No description provided by the author
NewAccepterNet instantiates a new AccepterNet object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewAccepterNetWithDefaults instantiates a new AccepterNet object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewAcceptNetPeeringRequest instantiates a new AcceptNetPeeringRequest object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewAcceptNetPeeringRequestWithDefaults instantiates a new AcceptNetPeeringRequest object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewAcceptNetPeeringResponse instantiates a new AcceptNetPeeringResponse object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewAcceptNetPeeringResponseWithDefaults instantiates a new AcceptNetPeeringResponse object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewAccessKey instantiates a new AccessKey object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewAccessKeySecretKey instantiates a new AccessKeySecretKey object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewAccessKeySecretKeyWithDefaults instantiates a new AccessKeySecretKey object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewAccessKeyWithDefaults instantiates a new AccessKey object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewAccessLog instantiates a new AccessLog object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewAccessLogWithDefaults instantiates a new AccessLog object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewAccount instantiates a new Account object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewAccountWithDefaults instantiates a new Account object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewAddUserToUserGroupRequest instantiates a new AddUserToUserGroupRequest object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewAddUserToUserGroupRequestWithDefaults instantiates a new AddUserToUserGroupRequest object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewAddUserToUserGroupResponse instantiates a new AddUserToUserGroupResponse object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewAddUserToUserGroupResponseWithDefaults instantiates a new AddUserToUserGroupResponse object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewApiAccessPolicy instantiates a new ApiAccessPolicy object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewApiAccessPolicyWithDefaults instantiates a new ApiAccessPolicy object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewApiAccessRule instantiates a new ApiAccessRule object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewApiAccessRuleWithDefaults instantiates a new ApiAccessRule object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewAPIClient creates a new API client.
NewAPIResponse returns a new APIResonse object.
NewAPIResponseWithError returns a new APIResponse object with the provided error message.
NewApplicationStickyCookiePolicy instantiates a new ApplicationStickyCookiePolicy object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewApplicationStickyCookiePolicyWithDefaults instantiates a new ApplicationStickyCookiePolicy object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewBackendVmHealth instantiates a new BackendVmHealth object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewBackendVmHealthWithDefaults instantiates a new BackendVmHealth object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewBlockDeviceMappingCreated instantiates a new BlockDeviceMappingCreated object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewBlockDeviceMappingCreatedWithDefaults instantiates a new BlockDeviceMappingCreated object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewBlockDeviceMappingImage instantiates a new BlockDeviceMappingImage object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewBlockDeviceMappingImageWithDefaults instantiates a new BlockDeviceMappingImage object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewBlockDeviceMappingVmCreation instantiates a new BlockDeviceMappingVmCreation object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewBlockDeviceMappingVmCreationWithDefaults instantiates a new BlockDeviceMappingVmCreation object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewBlockDeviceMappingVmUpdate instantiates a new BlockDeviceMappingVmUpdate object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewBlockDeviceMappingVmUpdateWithDefaults instantiates a new BlockDeviceMappingVmUpdate object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewBsuCreated instantiates a new BsuCreated object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewBsuCreatedWithDefaults instantiates a new BsuCreated object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewBsuToCreate instantiates a new BsuToCreate object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewBsuToCreateWithDefaults instantiates a new BsuToCreate object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewBsuToUpdateVm instantiates a new BsuToUpdateVm object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewBsuToUpdateVmWithDefaults instantiates a new BsuToUpdateVm object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewCa instantiates a new Ca object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewCatalog instantiates a new Catalog object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewCatalogEntry instantiates a new CatalogEntry object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewCatalogEntryWithDefaults instantiates a new CatalogEntry object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewCatalogs instantiates a new Catalogs object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewCatalogsWithDefaults instantiates a new Catalogs object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewCatalogWithDefaults instantiates a new Catalog object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewCaWithDefaults instantiates a new Ca object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewCheckAuthenticationRequest instantiates a new CheckAuthenticationRequest object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewCheckAuthenticationRequestWithDefaults instantiates a new CheckAuthenticationRequest object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewCheckAuthenticationResponse instantiates a new CheckAuthenticationResponse object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewCheckAuthenticationResponseWithDefaults instantiates a new CheckAuthenticationResponse object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewClientGateway instantiates a new ClientGateway object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewClientGatewayWithDefaults instantiates a new ClientGateway object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
No description provided by the author
No description provided by the author
NewConfiguration returns a new Configuration object.
NewConsumptionEntry instantiates a new ConsumptionEntry object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewConsumptionEntryWithDefaults instantiates a new ConsumptionEntry object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewCreateAccessKeyRequest instantiates a new CreateAccessKeyRequest object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewCreateAccessKeyRequestWithDefaults instantiates a new CreateAccessKeyRequest object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewCreateAccessKeyResponse instantiates a new CreateAccessKeyResponse object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewCreateAccessKeyResponseWithDefaults instantiates a new CreateAccessKeyResponse object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewCreateAccountRequest instantiates a new CreateAccountRequest object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewCreateAccountRequestWithDefaults instantiates a new CreateAccountRequest object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewCreateAccountResponse instantiates a new CreateAccountResponse object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewCreateAccountResponseWithDefaults instantiates a new CreateAccountResponse object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewCreateApiAccessRuleRequest instantiates a new CreateApiAccessRuleRequest object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewCreateApiAccessRuleRequestWithDefaults instantiates a new CreateApiAccessRuleRequest object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewCreateApiAccessRuleResponse instantiates a new CreateApiAccessRuleResponse object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewCreateApiAccessRuleResponseWithDefaults instantiates a new CreateApiAccessRuleResponse object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewCreateCaRequest instantiates a new CreateCaRequest object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewCreateCaRequestWithDefaults instantiates a new CreateCaRequest object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewCreateCaResponse instantiates a new CreateCaResponse object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewCreateCaResponseWithDefaults instantiates a new CreateCaResponse object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewCreateClientGatewayRequest instantiates a new CreateClientGatewayRequest object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewCreateClientGatewayRequestWithDefaults instantiates a new CreateClientGatewayRequest object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewCreateClientGatewayResponse instantiates a new CreateClientGatewayResponse object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewCreateClientGatewayResponseWithDefaults instantiates a new CreateClientGatewayResponse object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewCreateDedicatedGroupRequest instantiates a new CreateDedicatedGroupRequest object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewCreateDedicatedGroupRequestWithDefaults instantiates a new CreateDedicatedGroupRequest object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewCreateDedicatedGroupResponse instantiates a new CreateDedicatedGroupResponse object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewCreateDedicatedGroupResponseWithDefaults instantiates a new CreateDedicatedGroupResponse object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewCreateDhcpOptionsRequest instantiates a new CreateDhcpOptionsRequest object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewCreateDhcpOptionsRequestWithDefaults instantiates a new CreateDhcpOptionsRequest object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewCreateDhcpOptionsResponse instantiates a new CreateDhcpOptionsResponse object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewCreateDhcpOptionsResponseWithDefaults instantiates a new CreateDhcpOptionsResponse object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewCreateDirectLinkInterfaceRequest instantiates a new CreateDirectLinkInterfaceRequest object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewCreateDirectLinkInterfaceRequestWithDefaults instantiates a new CreateDirectLinkInterfaceRequest object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewCreateDirectLinkInterfaceResponse instantiates a new CreateDirectLinkInterfaceResponse object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewCreateDirectLinkInterfaceResponseWithDefaults instantiates a new CreateDirectLinkInterfaceResponse object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewCreateDirectLinkRequest instantiates a new CreateDirectLinkRequest object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewCreateDirectLinkRequestWithDefaults instantiates a new CreateDirectLinkRequest object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewCreateDirectLinkResponse instantiates a new CreateDirectLinkResponse object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewCreateDirectLinkResponseWithDefaults instantiates a new CreateDirectLinkResponse object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewCreateFlexibleGpuRequest instantiates a new CreateFlexibleGpuRequest object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewCreateFlexibleGpuRequestWithDefaults instantiates a new CreateFlexibleGpuRequest object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewCreateFlexibleGpuResponse instantiates a new CreateFlexibleGpuResponse object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewCreateFlexibleGpuResponseWithDefaults instantiates a new CreateFlexibleGpuResponse object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewCreateImageExportTaskRequest instantiates a new CreateImageExportTaskRequest object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewCreateImageExportTaskRequestWithDefaults instantiates a new CreateImageExportTaskRequest object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewCreateImageExportTaskResponse instantiates a new CreateImageExportTaskResponse object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewCreateImageExportTaskResponseWithDefaults instantiates a new CreateImageExportTaskResponse object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewCreateImageRequest instantiates a new CreateImageRequest object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewCreateImageRequestWithDefaults instantiates a new CreateImageRequest object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewCreateImageResponse instantiates a new CreateImageResponse object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewCreateImageResponseWithDefaults instantiates a new CreateImageResponse object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewCreateInternetServiceRequest instantiates a new CreateInternetServiceRequest object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewCreateInternetServiceRequestWithDefaults instantiates a new CreateInternetServiceRequest object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewCreateInternetServiceResponse instantiates a new CreateInternetServiceResponse object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewCreateInternetServiceResponseWithDefaults instantiates a new CreateInternetServiceResponse object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewCreateKeypairRequest instantiates a new CreateKeypairRequest object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewCreateKeypairRequestWithDefaults instantiates a new CreateKeypairRequest object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewCreateKeypairResponse instantiates a new CreateKeypairResponse object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewCreateKeypairResponseWithDefaults instantiates a new CreateKeypairResponse object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewCreateListenerRuleRequest instantiates a new CreateListenerRuleRequest object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewCreateListenerRuleRequestWithDefaults instantiates a new CreateListenerRuleRequest object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewCreateListenerRuleResponse instantiates a new CreateListenerRuleResponse object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewCreateListenerRuleResponseWithDefaults instantiates a new CreateListenerRuleResponse object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewCreateLoadBalancerListenersRequest instantiates a new CreateLoadBalancerListenersRequest object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewCreateLoadBalancerListenersRequestWithDefaults instantiates a new CreateLoadBalancerListenersRequest object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewCreateLoadBalancerListenersResponse instantiates a new CreateLoadBalancerListenersResponse object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewCreateLoadBalancerListenersResponseWithDefaults instantiates a new CreateLoadBalancerListenersResponse object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewCreateLoadBalancerPolicyRequest instantiates a new CreateLoadBalancerPolicyRequest object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewCreateLoadBalancerPolicyRequestWithDefaults instantiates a new CreateLoadBalancerPolicyRequest object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewCreateLoadBalancerPolicyResponse instantiates a new CreateLoadBalancerPolicyResponse object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewCreateLoadBalancerPolicyResponseWithDefaults instantiates a new CreateLoadBalancerPolicyResponse object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewCreateLoadBalancerRequest instantiates a new CreateLoadBalancerRequest object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewCreateLoadBalancerRequestWithDefaults instantiates a new CreateLoadBalancerRequest object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewCreateLoadBalancerResponse instantiates a new CreateLoadBalancerResponse object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewCreateLoadBalancerResponseWithDefaults instantiates a new CreateLoadBalancerResponse object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewCreateLoadBalancerTagsRequest instantiates a new CreateLoadBalancerTagsRequest object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewCreateLoadBalancerTagsRequestWithDefaults instantiates a new CreateLoadBalancerTagsRequest object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewCreateLoadBalancerTagsResponse instantiates a new CreateLoadBalancerTagsResponse object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewCreateLoadBalancerTagsResponseWithDefaults instantiates a new CreateLoadBalancerTagsResponse object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewCreateNatServiceRequest instantiates a new CreateNatServiceRequest object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewCreateNatServiceRequestWithDefaults instantiates a new CreateNatServiceRequest object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewCreateNatServiceResponse instantiates a new CreateNatServiceResponse object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewCreateNatServiceResponseWithDefaults instantiates a new CreateNatServiceResponse object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewCreateNetAccessPointRequest instantiates a new CreateNetAccessPointRequest object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewCreateNetAccessPointRequestWithDefaults instantiates a new CreateNetAccessPointRequest object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewCreateNetAccessPointResponse instantiates a new CreateNetAccessPointResponse object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewCreateNetAccessPointResponseWithDefaults instantiates a new CreateNetAccessPointResponse object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewCreateNetPeeringRequest instantiates a new CreateNetPeeringRequest object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewCreateNetPeeringRequestWithDefaults instantiates a new CreateNetPeeringRequest object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewCreateNetPeeringResponse instantiates a new CreateNetPeeringResponse object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewCreateNetPeeringResponseWithDefaults instantiates a new CreateNetPeeringResponse object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewCreateNetRequest instantiates a new CreateNetRequest object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewCreateNetRequestWithDefaults instantiates a new CreateNetRequest object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewCreateNetResponse instantiates a new CreateNetResponse object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewCreateNetResponseWithDefaults instantiates a new CreateNetResponse object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewCreateNicRequest instantiates a new CreateNicRequest object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewCreateNicRequestWithDefaults instantiates a new CreateNicRequest object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewCreateNicResponse instantiates a new CreateNicResponse object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewCreateNicResponseWithDefaults instantiates a new CreateNicResponse object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewCreatePolicyRequest instantiates a new CreatePolicyRequest object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewCreatePolicyRequestWithDefaults instantiates a new CreatePolicyRequest object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewCreatePolicyResponse instantiates a new CreatePolicyResponse object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewCreatePolicyResponseWithDefaults instantiates a new CreatePolicyResponse object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewCreatePolicyVersionRequest instantiates a new CreatePolicyVersionRequest object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewCreatePolicyVersionRequestWithDefaults instantiates a new CreatePolicyVersionRequest object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewCreatePolicyVersionResponse instantiates a new CreatePolicyVersionResponse object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewCreatePolicyVersionResponseWithDefaults instantiates a new CreatePolicyVersionResponse object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewCreateProductTypeRequest instantiates a new CreateProductTypeRequest object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewCreateProductTypeRequestWithDefaults instantiates a new CreateProductTypeRequest object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewCreateProductTypeResponse instantiates a new CreateProductTypeResponse object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewCreateProductTypeResponseWithDefaults instantiates a new CreateProductTypeResponse object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewCreatePublicIpRequest instantiates a new CreatePublicIpRequest object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewCreatePublicIpRequestWithDefaults instantiates a new CreatePublicIpRequest object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewCreatePublicIpResponse instantiates a new CreatePublicIpResponse object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewCreatePublicIpResponseWithDefaults instantiates a new CreatePublicIpResponse object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewCreateRouteRequest instantiates a new CreateRouteRequest object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewCreateRouteRequestWithDefaults instantiates a new CreateRouteRequest object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewCreateRouteResponse instantiates a new CreateRouteResponse object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewCreateRouteResponseWithDefaults instantiates a new CreateRouteResponse object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewCreateRouteTableRequest instantiates a new CreateRouteTableRequest object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewCreateRouteTableRequestWithDefaults instantiates a new CreateRouteTableRequest object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewCreateRouteTableResponse instantiates a new CreateRouteTableResponse object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewCreateRouteTableResponseWithDefaults instantiates a new CreateRouteTableResponse object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewCreateSecurityGroupRequest instantiates a new CreateSecurityGroupRequest object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewCreateSecurityGroupRequestWithDefaults instantiates a new CreateSecurityGroupRequest object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewCreateSecurityGroupResponse instantiates a new CreateSecurityGroupResponse object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewCreateSecurityGroupResponseWithDefaults instantiates a new CreateSecurityGroupResponse object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewCreateSecurityGroupRuleRequest instantiates a new CreateSecurityGroupRuleRequest object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewCreateSecurityGroupRuleRequestWithDefaults instantiates a new CreateSecurityGroupRuleRequest object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewCreateSecurityGroupRuleResponse instantiates a new CreateSecurityGroupRuleResponse object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewCreateSecurityGroupRuleResponseWithDefaults instantiates a new CreateSecurityGroupRuleResponse object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewCreateServerCertificateRequest instantiates a new CreateServerCertificateRequest object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewCreateServerCertificateRequestWithDefaults instantiates a new CreateServerCertificateRequest object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewCreateServerCertificateResponse instantiates a new CreateServerCertificateResponse object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewCreateServerCertificateResponseWithDefaults instantiates a new CreateServerCertificateResponse object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewCreateSnapshotExportTaskRequest instantiates a new CreateSnapshotExportTaskRequest object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewCreateSnapshotExportTaskRequestWithDefaults instantiates a new CreateSnapshotExportTaskRequest object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewCreateSnapshotExportTaskResponse instantiates a new CreateSnapshotExportTaskResponse object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewCreateSnapshotExportTaskResponseWithDefaults instantiates a new CreateSnapshotExportTaskResponse object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewCreateSnapshotRequest instantiates a new CreateSnapshotRequest object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewCreateSnapshotRequestWithDefaults instantiates a new CreateSnapshotRequest object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewCreateSnapshotResponse instantiates a new CreateSnapshotResponse object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewCreateSnapshotResponseWithDefaults instantiates a new CreateSnapshotResponse object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewCreateSubnetRequest instantiates a new CreateSubnetRequest object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewCreateSubnetRequestWithDefaults instantiates a new CreateSubnetRequest object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewCreateSubnetResponse instantiates a new CreateSubnetResponse object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewCreateSubnetResponseWithDefaults instantiates a new CreateSubnetResponse object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewCreateTagsRequest instantiates a new CreateTagsRequest object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewCreateTagsRequestWithDefaults instantiates a new CreateTagsRequest object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewCreateTagsResponse instantiates a new CreateTagsResponse object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewCreateTagsResponseWithDefaults instantiates a new CreateTagsResponse object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewCreateUserGroupRequest instantiates a new CreateUserGroupRequest object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewCreateUserGroupRequestWithDefaults instantiates a new CreateUserGroupRequest object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewCreateUserGroupResponse instantiates a new CreateUserGroupResponse object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewCreateUserGroupResponseWithDefaults instantiates a new CreateUserGroupResponse object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewCreateUserRequest instantiates a new CreateUserRequest object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewCreateUserRequestWithDefaults instantiates a new CreateUserRequest object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewCreateUserResponse instantiates a new CreateUserResponse object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewCreateUserResponseWithDefaults instantiates a new CreateUserResponse object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewCreateVirtualGatewayRequest instantiates a new CreateVirtualGatewayRequest object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewCreateVirtualGatewayRequestWithDefaults instantiates a new CreateVirtualGatewayRequest object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewCreateVirtualGatewayResponse instantiates a new CreateVirtualGatewayResponse object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewCreateVirtualGatewayResponseWithDefaults instantiates a new CreateVirtualGatewayResponse object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewCreateVmGroupRequest instantiates a new CreateVmGroupRequest object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewCreateVmGroupRequestWithDefaults instantiates a new CreateVmGroupRequest object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewCreateVmGroupResponse instantiates a new CreateVmGroupResponse object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewCreateVmGroupResponseWithDefaults instantiates a new CreateVmGroupResponse object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewCreateVmsRequest instantiates a new CreateVmsRequest object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewCreateVmsRequestWithDefaults instantiates a new CreateVmsRequest object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewCreateVmsResponse instantiates a new CreateVmsResponse object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewCreateVmsResponseWithDefaults instantiates a new CreateVmsResponse object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewCreateVmTemplateRequest instantiates a new CreateVmTemplateRequest object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewCreateVmTemplateRequestWithDefaults instantiates a new CreateVmTemplateRequest object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewCreateVmTemplateResponse instantiates a new CreateVmTemplateResponse object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewCreateVmTemplateResponseWithDefaults instantiates a new CreateVmTemplateResponse object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewCreateVolumeRequest instantiates a new CreateVolumeRequest object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewCreateVolumeRequestWithDefaults instantiates a new CreateVolumeRequest object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewCreateVolumeResponse instantiates a new CreateVolumeResponse object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewCreateVolumeResponseWithDefaults instantiates a new CreateVolumeResponse object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewCreateVpnConnectionRequest instantiates a new CreateVpnConnectionRequest object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewCreateVpnConnectionRequestWithDefaults instantiates a new CreateVpnConnectionRequest object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewCreateVpnConnectionResponse instantiates a new CreateVpnConnectionResponse object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewCreateVpnConnectionResponseWithDefaults instantiates a new CreateVpnConnectionResponse object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewCreateVpnConnectionRouteRequest instantiates a new CreateVpnConnectionRouteRequest object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewCreateVpnConnectionRouteRequestWithDefaults instantiates a new CreateVpnConnectionRouteRequest object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewCreateVpnConnectionRouteResponse instantiates a new CreateVpnConnectionRouteResponse object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewCreateVpnConnectionRouteResponseWithDefaults instantiates a new CreateVpnConnectionRouteResponse object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewDedicatedGroup instantiates a new DedicatedGroup object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewDedicatedGroupWithDefaults instantiates a new DedicatedGroup object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewDeleteAccessKeyRequest instantiates a new DeleteAccessKeyRequest object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewDeleteAccessKeyRequestWithDefaults instantiates a new DeleteAccessKeyRequest object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewDeleteAccessKeyResponse instantiates a new DeleteAccessKeyResponse object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewDeleteAccessKeyResponseWithDefaults instantiates a new DeleteAccessKeyResponse object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewDeleteApiAccessRuleRequest instantiates a new DeleteApiAccessRuleRequest object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewDeleteApiAccessRuleRequestWithDefaults instantiates a new DeleteApiAccessRuleRequest object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewDeleteApiAccessRuleResponse instantiates a new DeleteApiAccessRuleResponse object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewDeleteApiAccessRuleResponseWithDefaults instantiates a new DeleteApiAccessRuleResponse object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewDeleteCaRequest instantiates a new DeleteCaRequest object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewDeleteCaRequestWithDefaults instantiates a new DeleteCaRequest object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewDeleteCaResponse instantiates a new DeleteCaResponse object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewDeleteCaResponseWithDefaults instantiates a new DeleteCaResponse object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewDeleteClientGatewayRequest instantiates a new DeleteClientGatewayRequest object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewDeleteClientGatewayRequestWithDefaults instantiates a new DeleteClientGatewayRequest object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewDeleteClientGatewayResponse instantiates a new DeleteClientGatewayResponse object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewDeleteClientGatewayResponseWithDefaults instantiates a new DeleteClientGatewayResponse object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewDeleteDedicatedGroupRequest instantiates a new DeleteDedicatedGroupRequest object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewDeleteDedicatedGroupRequestWithDefaults instantiates a new DeleteDedicatedGroupRequest object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewDeleteDedicatedGroupResponse instantiates a new DeleteDedicatedGroupResponse object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewDeleteDedicatedGroupResponseWithDefaults instantiates a new DeleteDedicatedGroupResponse object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewDeleteDhcpOptionsRequest instantiates a new DeleteDhcpOptionsRequest object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewDeleteDhcpOptionsRequestWithDefaults instantiates a new DeleteDhcpOptionsRequest object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewDeleteDhcpOptionsResponse instantiates a new DeleteDhcpOptionsResponse object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewDeleteDhcpOptionsResponseWithDefaults instantiates a new DeleteDhcpOptionsResponse object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewDeleteDirectLinkInterfaceRequest instantiates a new DeleteDirectLinkInterfaceRequest object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewDeleteDirectLinkInterfaceRequestWithDefaults instantiates a new DeleteDirectLinkInterfaceRequest object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewDeleteDirectLinkInterfaceResponse instantiates a new DeleteDirectLinkInterfaceResponse object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewDeleteDirectLinkInterfaceResponseWithDefaults instantiates a new DeleteDirectLinkInterfaceResponse object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewDeleteDirectLinkRequest instantiates a new DeleteDirectLinkRequest object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewDeleteDirectLinkRequestWithDefaults instantiates a new DeleteDirectLinkRequest object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewDeleteDirectLinkResponse instantiates a new DeleteDirectLinkResponse object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewDeleteDirectLinkResponseWithDefaults instantiates a new DeleteDirectLinkResponse object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewDeleteExportTaskRequest instantiates a new DeleteExportTaskRequest object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewDeleteExportTaskRequestWithDefaults instantiates a new DeleteExportTaskRequest object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewDeleteExportTaskResponse instantiates a new DeleteExportTaskResponse object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewDeleteExportTaskResponseWithDefaults instantiates a new DeleteExportTaskResponse object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewDeleteFlexibleGpuRequest instantiates a new DeleteFlexibleGpuRequest object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewDeleteFlexibleGpuRequestWithDefaults instantiates a new DeleteFlexibleGpuRequest object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewDeleteFlexibleGpuResponse instantiates a new DeleteFlexibleGpuResponse object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewDeleteFlexibleGpuResponseWithDefaults instantiates a new DeleteFlexibleGpuResponse object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewDeleteImageRequest instantiates a new DeleteImageRequest object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewDeleteImageRequestWithDefaults instantiates a new DeleteImageRequest object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewDeleteImageResponse instantiates a new DeleteImageResponse object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewDeleteImageResponseWithDefaults instantiates a new DeleteImageResponse object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewDeleteInternetServiceRequest instantiates a new DeleteInternetServiceRequest object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewDeleteInternetServiceRequestWithDefaults instantiates a new DeleteInternetServiceRequest object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewDeleteInternetServiceResponse instantiates a new DeleteInternetServiceResponse object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewDeleteInternetServiceResponseWithDefaults instantiates a new DeleteInternetServiceResponse object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewDeleteKeypairRequest instantiates a new DeleteKeypairRequest object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewDeleteKeypairRequestWithDefaults instantiates a new DeleteKeypairRequest object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewDeleteKeypairResponse instantiates a new DeleteKeypairResponse object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewDeleteKeypairResponseWithDefaults instantiates a new DeleteKeypairResponse object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewDeleteListenerRuleRequest instantiates a new DeleteListenerRuleRequest object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewDeleteListenerRuleRequestWithDefaults instantiates a new DeleteListenerRuleRequest object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewDeleteListenerRuleResponse instantiates a new DeleteListenerRuleResponse object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewDeleteListenerRuleResponseWithDefaults instantiates a new DeleteListenerRuleResponse object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewDeleteLoadBalancerListenersRequest instantiates a new DeleteLoadBalancerListenersRequest object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewDeleteLoadBalancerListenersRequestWithDefaults instantiates a new DeleteLoadBalancerListenersRequest object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewDeleteLoadBalancerListenersResponse instantiates a new DeleteLoadBalancerListenersResponse object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewDeleteLoadBalancerListenersResponseWithDefaults instantiates a new DeleteLoadBalancerListenersResponse object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewDeleteLoadBalancerPolicyRequest instantiates a new DeleteLoadBalancerPolicyRequest object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewDeleteLoadBalancerPolicyRequestWithDefaults instantiates a new DeleteLoadBalancerPolicyRequest object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewDeleteLoadBalancerPolicyResponse instantiates a new DeleteLoadBalancerPolicyResponse object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewDeleteLoadBalancerPolicyResponseWithDefaults instantiates a new DeleteLoadBalancerPolicyResponse object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewDeleteLoadBalancerRequest instantiates a new DeleteLoadBalancerRequest object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewDeleteLoadBalancerRequestWithDefaults instantiates a new DeleteLoadBalancerRequest object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewDeleteLoadBalancerResponse instantiates a new DeleteLoadBalancerResponse object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewDeleteLoadBalancerResponseWithDefaults instantiates a new DeleteLoadBalancerResponse object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewDeleteLoadBalancerTagsRequest instantiates a new DeleteLoadBalancerTagsRequest object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewDeleteLoadBalancerTagsRequestWithDefaults instantiates a new DeleteLoadBalancerTagsRequest object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewDeleteLoadBalancerTagsResponse instantiates a new DeleteLoadBalancerTagsResponse object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewDeleteLoadBalancerTagsResponseWithDefaults instantiates a new DeleteLoadBalancerTagsResponse object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewDeleteNatServiceRequest instantiates a new DeleteNatServiceRequest object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewDeleteNatServiceRequestWithDefaults instantiates a new DeleteNatServiceRequest object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewDeleteNatServiceResponse instantiates a new DeleteNatServiceResponse object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewDeleteNatServiceResponseWithDefaults instantiates a new DeleteNatServiceResponse object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewDeleteNetAccessPointRequest instantiates a new DeleteNetAccessPointRequest object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewDeleteNetAccessPointRequestWithDefaults instantiates a new DeleteNetAccessPointRequest object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewDeleteNetAccessPointResponse instantiates a new DeleteNetAccessPointResponse object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewDeleteNetAccessPointResponseWithDefaults instantiates a new DeleteNetAccessPointResponse object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewDeleteNetPeeringRequest instantiates a new DeleteNetPeeringRequest object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewDeleteNetPeeringRequestWithDefaults instantiates a new DeleteNetPeeringRequest object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewDeleteNetPeeringResponse instantiates a new DeleteNetPeeringResponse object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewDeleteNetPeeringResponseWithDefaults instantiates a new DeleteNetPeeringResponse object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewDeleteNetRequest instantiates a new DeleteNetRequest object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewDeleteNetRequestWithDefaults instantiates a new DeleteNetRequest object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewDeleteNetResponse instantiates a new DeleteNetResponse object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewDeleteNetResponseWithDefaults instantiates a new DeleteNetResponse object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewDeleteNicRequest instantiates a new DeleteNicRequest object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewDeleteNicRequestWithDefaults instantiates a new DeleteNicRequest object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewDeleteNicResponse instantiates a new DeleteNicResponse object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewDeleteNicResponseWithDefaults instantiates a new DeleteNicResponse object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewDeletePolicyRequest instantiates a new DeletePolicyRequest object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewDeletePolicyRequestWithDefaults instantiates a new DeletePolicyRequest object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewDeletePolicyResponse instantiates a new DeletePolicyResponse object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewDeletePolicyResponseWithDefaults instantiates a new DeletePolicyResponse object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewDeletePolicyVersionRequest instantiates a new DeletePolicyVersionRequest object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewDeletePolicyVersionRequestWithDefaults instantiates a new DeletePolicyVersionRequest object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewDeletePolicyVersionResponse instantiates a new DeletePolicyVersionResponse object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewDeletePolicyVersionResponseWithDefaults instantiates a new DeletePolicyVersionResponse object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewDeleteProductTypeRequest instantiates a new DeleteProductTypeRequest object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewDeleteProductTypeRequestWithDefaults instantiates a new DeleteProductTypeRequest object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewDeleteProductTypeResponse instantiates a new DeleteProductTypeResponse object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewDeleteProductTypeResponseWithDefaults instantiates a new DeleteProductTypeResponse object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewDeletePublicIpRequest instantiates a new DeletePublicIpRequest object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewDeletePublicIpRequestWithDefaults instantiates a new DeletePublicIpRequest object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewDeletePublicIpResponse instantiates a new DeletePublicIpResponse object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewDeletePublicIpResponseWithDefaults instantiates a new DeletePublicIpResponse object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewDeleteRouteRequest instantiates a new DeleteRouteRequest object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewDeleteRouteRequestWithDefaults instantiates a new DeleteRouteRequest object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewDeleteRouteResponse instantiates a new DeleteRouteResponse object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewDeleteRouteResponseWithDefaults instantiates a new DeleteRouteResponse object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewDeleteRouteTableRequest instantiates a new DeleteRouteTableRequest object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewDeleteRouteTableRequestWithDefaults instantiates a new DeleteRouteTableRequest object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewDeleteRouteTableResponse instantiates a new DeleteRouteTableResponse object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewDeleteRouteTableResponseWithDefaults instantiates a new DeleteRouteTableResponse object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewDeleteSecurityGroupRequest instantiates a new DeleteSecurityGroupRequest object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewDeleteSecurityGroupRequestWithDefaults instantiates a new DeleteSecurityGroupRequest object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewDeleteSecurityGroupResponse instantiates a new DeleteSecurityGroupResponse object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewDeleteSecurityGroupResponseWithDefaults instantiates a new DeleteSecurityGroupResponse object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewDeleteSecurityGroupRuleRequest instantiates a new DeleteSecurityGroupRuleRequest object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewDeleteSecurityGroupRuleRequestWithDefaults instantiates a new DeleteSecurityGroupRuleRequest object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewDeleteSecurityGroupRuleResponse instantiates a new DeleteSecurityGroupRuleResponse object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewDeleteSecurityGroupRuleResponseWithDefaults instantiates a new DeleteSecurityGroupRuleResponse object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewDeleteServerCertificateRequest instantiates a new DeleteServerCertificateRequest object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewDeleteServerCertificateRequestWithDefaults instantiates a new DeleteServerCertificateRequest object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewDeleteServerCertificateResponse instantiates a new DeleteServerCertificateResponse object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewDeleteServerCertificateResponseWithDefaults instantiates a new DeleteServerCertificateResponse object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewDeleteSnapshotRequest instantiates a new DeleteSnapshotRequest object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewDeleteSnapshotRequestWithDefaults instantiates a new DeleteSnapshotRequest object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewDeleteSnapshotResponse instantiates a new DeleteSnapshotResponse object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewDeleteSnapshotResponseWithDefaults instantiates a new DeleteSnapshotResponse object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewDeleteSubnetRequest instantiates a new DeleteSubnetRequest object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewDeleteSubnetRequestWithDefaults instantiates a new DeleteSubnetRequest object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewDeleteSubnetResponse instantiates a new DeleteSubnetResponse object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewDeleteSubnetResponseWithDefaults instantiates a new DeleteSubnetResponse object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewDeleteTagsRequest instantiates a new DeleteTagsRequest object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewDeleteTagsRequestWithDefaults instantiates a new DeleteTagsRequest object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewDeleteTagsResponse instantiates a new DeleteTagsResponse object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewDeleteTagsResponseWithDefaults instantiates a new DeleteTagsResponse object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewDeleteUserGroupPolicyRequest instantiates a new DeleteUserGroupPolicyRequest object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewDeleteUserGroupPolicyRequestWithDefaults instantiates a new DeleteUserGroupPolicyRequest object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewDeleteUserGroupPolicyResponse instantiates a new DeleteUserGroupPolicyResponse object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewDeleteUserGroupPolicyResponseWithDefaults instantiates a new DeleteUserGroupPolicyResponse object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewDeleteUserGroupRequest instantiates a new DeleteUserGroupRequest object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewDeleteUserGroupRequestWithDefaults instantiates a new DeleteUserGroupRequest object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewDeleteUserGroupResponse instantiates a new DeleteUserGroupResponse object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewDeleteUserGroupResponseWithDefaults instantiates a new DeleteUserGroupResponse object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewDeleteUserRequest instantiates a new DeleteUserRequest object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewDeleteUserRequestWithDefaults instantiates a new DeleteUserRequest object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewDeleteUserResponse instantiates a new DeleteUserResponse object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewDeleteUserResponseWithDefaults instantiates a new DeleteUserResponse object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewDeleteVirtualGatewayRequest instantiates a new DeleteVirtualGatewayRequest object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewDeleteVirtualGatewayRequestWithDefaults instantiates a new DeleteVirtualGatewayRequest object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewDeleteVirtualGatewayResponse instantiates a new DeleteVirtualGatewayResponse object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewDeleteVirtualGatewayResponseWithDefaults instantiates a new DeleteVirtualGatewayResponse object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewDeleteVmGroupRequest instantiates a new DeleteVmGroupRequest object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewDeleteVmGroupRequestWithDefaults instantiates a new DeleteVmGroupRequest object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewDeleteVmGroupResponse instantiates a new DeleteVmGroupResponse object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewDeleteVmGroupResponseWithDefaults instantiates a new DeleteVmGroupResponse object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewDeleteVmsRequest instantiates a new DeleteVmsRequest object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewDeleteVmsRequestWithDefaults instantiates a new DeleteVmsRequest object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewDeleteVmsResponse instantiates a new DeleteVmsResponse object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewDeleteVmsResponseWithDefaults instantiates a new DeleteVmsResponse object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewDeleteVmTemplateRequest instantiates a new DeleteVmTemplateRequest object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewDeleteVmTemplateRequestWithDefaults instantiates a new DeleteVmTemplateRequest object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewDeleteVmTemplateResponse instantiates a new DeleteVmTemplateResponse object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewDeleteVmTemplateResponseWithDefaults instantiates a new DeleteVmTemplateResponse object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewDeleteVolumeRequest instantiates a new DeleteVolumeRequest object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewDeleteVolumeRequestWithDefaults instantiates a new DeleteVolumeRequest object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewDeleteVolumeResponse instantiates a new DeleteVolumeResponse object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewDeleteVolumeResponseWithDefaults instantiates a new DeleteVolumeResponse object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewDeleteVpnConnectionRequest instantiates a new DeleteVpnConnectionRequest object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewDeleteVpnConnectionRequestWithDefaults instantiates a new DeleteVpnConnectionRequest object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewDeleteVpnConnectionResponse instantiates a new DeleteVpnConnectionResponse object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewDeleteVpnConnectionResponseWithDefaults instantiates a new DeleteVpnConnectionResponse object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewDeleteVpnConnectionRouteRequest instantiates a new DeleteVpnConnectionRouteRequest object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewDeleteVpnConnectionRouteRequestWithDefaults instantiates a new DeleteVpnConnectionRouteRequest object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewDeleteVpnConnectionRouteResponse instantiates a new DeleteVpnConnectionRouteResponse object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewDeleteVpnConnectionRouteResponseWithDefaults instantiates a new DeleteVpnConnectionRouteResponse object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewDeregisterVmsInLoadBalancerRequest instantiates a new DeregisterVmsInLoadBalancerRequest object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewDeregisterVmsInLoadBalancerRequestWithDefaults instantiates a new DeregisterVmsInLoadBalancerRequest object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewDeregisterVmsInLoadBalancerResponse instantiates a new DeregisterVmsInLoadBalancerResponse object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewDeregisterVmsInLoadBalancerResponseWithDefaults instantiates a new DeregisterVmsInLoadBalancerResponse object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewDhcpOptionsSet instantiates a new DhcpOptionsSet object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewDhcpOptionsSetWithDefaults instantiates a new DhcpOptionsSet object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewDirectLink instantiates a new DirectLink object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewDirectLinkInterface instantiates a new DirectLinkInterface object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewDirectLinkInterfaces instantiates a new DirectLinkInterfaces object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewDirectLinkInterfacesWithDefaults instantiates a new DirectLinkInterfaces object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewDirectLinkInterfaceWithDefaults instantiates a new DirectLinkInterface object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewDirectLinkWithDefaults instantiates a new DirectLink object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewErrorResponse instantiates a new ErrorResponse object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewErrorResponseWithDefaults instantiates a new ErrorResponse object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewErrors instantiates a new Errors object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewErrorsWithDefaults instantiates a new Errors object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewFiltersAccessKeys instantiates a new FiltersAccessKeys object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewFiltersAccessKeysWithDefaults instantiates a new FiltersAccessKeys object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewFiltersApiAccessRule instantiates a new FiltersApiAccessRule object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewFiltersApiAccessRuleWithDefaults instantiates a new FiltersApiAccessRule object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewFiltersApiLog instantiates a new FiltersApiLog object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewFiltersApiLogWithDefaults instantiates a new FiltersApiLog object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewFiltersCa instantiates a new FiltersCa object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewFiltersCatalogs instantiates a new FiltersCatalogs object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewFiltersCatalogsWithDefaults instantiates a new FiltersCatalogs object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewFiltersCaWithDefaults instantiates a new FiltersCa object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewFiltersClientGateway instantiates a new FiltersClientGateway object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewFiltersClientGatewayWithDefaults instantiates a new FiltersClientGateway object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewFiltersDedicatedGroup instantiates a new FiltersDedicatedGroup object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewFiltersDedicatedGroupWithDefaults instantiates a new FiltersDedicatedGroup object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewFiltersDhcpOptions instantiates a new FiltersDhcpOptions object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewFiltersDhcpOptionsWithDefaults instantiates a new FiltersDhcpOptions object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewFiltersDirectLink instantiates a new FiltersDirectLink object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewFiltersDirectLinkInterface instantiates a new FiltersDirectLinkInterface object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewFiltersDirectLinkInterfaceWithDefaults instantiates a new FiltersDirectLinkInterface object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewFiltersDirectLinkWithDefaults instantiates a new FiltersDirectLink object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewFiltersExportTask instantiates a new FiltersExportTask object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewFiltersExportTaskWithDefaults instantiates a new FiltersExportTask object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewFiltersFlexibleGpu instantiates a new FiltersFlexibleGpu object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewFiltersFlexibleGpuWithDefaults instantiates a new FiltersFlexibleGpu object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewFiltersImage instantiates a new FiltersImage object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewFiltersImageWithDefaults instantiates a new FiltersImage object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewFiltersInternetService instantiates a new FiltersInternetService object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewFiltersInternetServiceWithDefaults instantiates a new FiltersInternetService object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewFiltersKeypair instantiates a new FiltersKeypair object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewFiltersKeypairWithDefaults instantiates a new FiltersKeypair object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewFiltersListenerRule instantiates a new FiltersListenerRule object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewFiltersListenerRuleWithDefaults instantiates a new FiltersListenerRule object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewFiltersLoadBalancer instantiates a new FiltersLoadBalancer object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewFiltersLoadBalancerWithDefaults instantiates a new FiltersLoadBalancer object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewFiltersNatService instantiates a new FiltersNatService object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewFiltersNatServiceWithDefaults instantiates a new FiltersNatService object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewFiltersNet instantiates a new FiltersNet object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewFiltersNetAccessPoint instantiates a new FiltersNetAccessPoint object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewFiltersNetAccessPointWithDefaults instantiates a new FiltersNetAccessPoint object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewFiltersNetPeering instantiates a new FiltersNetPeering object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewFiltersNetPeeringWithDefaults instantiates a new FiltersNetPeering object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewFiltersNetWithDefaults instantiates a new FiltersNet object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewFiltersNic instantiates a new FiltersNic object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewFiltersNicWithDefaults instantiates a new FiltersNic object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewFiltersProductType instantiates a new FiltersProductType object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewFiltersProductTypeWithDefaults instantiates a new FiltersProductType object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewFiltersPublicIp instantiates a new FiltersPublicIp object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewFiltersPublicIpWithDefaults instantiates a new FiltersPublicIp object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewFiltersQuota instantiates a new FiltersQuota object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewFiltersQuotaWithDefaults instantiates a new FiltersQuota object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewFiltersRouteTable instantiates a new FiltersRouteTable object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewFiltersRouteTableWithDefaults instantiates a new FiltersRouteTable object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewFiltersSecurityGroup instantiates a new FiltersSecurityGroup object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewFiltersSecurityGroupWithDefaults instantiates a new FiltersSecurityGroup object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewFiltersServerCertificate instantiates a new FiltersServerCertificate object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewFiltersServerCertificateWithDefaults instantiates a new FiltersServerCertificate object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewFiltersService instantiates a new FiltersService object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewFiltersServiceWithDefaults instantiates a new FiltersService object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewFiltersSnapshot instantiates a new FiltersSnapshot object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewFiltersSnapshotWithDefaults instantiates a new FiltersSnapshot object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewFiltersSubnet instantiates a new FiltersSubnet object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewFiltersSubnetWithDefaults instantiates a new FiltersSubnet object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewFiltersSubregion instantiates a new FiltersSubregion object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewFiltersSubregionWithDefaults instantiates a new FiltersSubregion object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewFiltersTag instantiates a new FiltersTag object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewFiltersTagWithDefaults instantiates a new FiltersTag object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewFiltersUserGroup instantiates a new FiltersUserGroup object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewFiltersUserGroupWithDefaults instantiates a new FiltersUserGroup object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewFiltersUsers instantiates a new FiltersUsers object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewFiltersUsersWithDefaults instantiates a new FiltersUsers object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewFiltersVirtualGateway instantiates a new FiltersVirtualGateway object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewFiltersVirtualGatewayWithDefaults instantiates a new FiltersVirtualGateway object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewFiltersVm instantiates a new FiltersVm object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewFiltersVmGroup instantiates a new FiltersVmGroup object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewFiltersVmGroupWithDefaults instantiates a new FiltersVmGroup object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewFiltersVmsState instantiates a new FiltersVmsState object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewFiltersVmsStateWithDefaults instantiates a new FiltersVmsState object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewFiltersVmTemplate instantiates a new FiltersVmTemplate object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewFiltersVmTemplateWithDefaults instantiates a new FiltersVmTemplate object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewFiltersVmType instantiates a new FiltersVmType object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewFiltersVmTypeWithDefaults instantiates a new FiltersVmType object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewFiltersVmWithDefaults instantiates a new FiltersVm object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewFiltersVolume instantiates a new FiltersVolume object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewFiltersVolumeWithDefaults instantiates a new FiltersVolume object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewFiltersVpnConnection instantiates a new FiltersVpnConnection object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewFiltersVpnConnectionWithDefaults instantiates a new FiltersVpnConnection object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewFlexibleGpu instantiates a new FlexibleGpu object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewFlexibleGpuCatalog instantiates a new FlexibleGpuCatalog object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewFlexibleGpuCatalogWithDefaults instantiates a new FlexibleGpuCatalog object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewFlexibleGpuWithDefaults instantiates a new FlexibleGpu object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewHealthCheck instantiates a new HealthCheck object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewHealthCheckWithDefaults instantiates a new HealthCheck object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewImage instantiates a new Image object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewImageExportTask instantiates a new ImageExportTask object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewImageExportTaskWithDefaults instantiates a new ImageExportTask object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewImageWithDefaults instantiates a new Image object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewInlinePolicy instantiates a new InlinePolicy object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewInlinePolicyWithDefaults instantiates a new InlinePolicy object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewInternetService instantiates a new InternetService object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewInternetServiceWithDefaults instantiates a new InternetService object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewKeypair instantiates a new Keypair object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewKeypairCreated instantiates a new KeypairCreated object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewKeypairCreatedWithDefaults instantiates a new KeypairCreated object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewKeypairWithDefaults instantiates a new Keypair object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewLinkedPolicy instantiates a new LinkedPolicy object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewLinkedPolicyWithDefaults instantiates a new LinkedPolicy object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewLinkedVolume instantiates a new LinkedVolume object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewLinkedVolumeWithDefaults instantiates a new LinkedVolume object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewLinkFlexibleGpuRequest instantiates a new LinkFlexibleGpuRequest object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewLinkFlexibleGpuRequestWithDefaults instantiates a new LinkFlexibleGpuRequest object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewLinkFlexibleGpuResponse instantiates a new LinkFlexibleGpuResponse object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewLinkFlexibleGpuResponseWithDefaults instantiates a new LinkFlexibleGpuResponse object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewLinkInternetServiceRequest instantiates a new LinkInternetServiceRequest object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewLinkInternetServiceRequestWithDefaults instantiates a new LinkInternetServiceRequest object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewLinkInternetServiceResponse instantiates a new LinkInternetServiceResponse object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewLinkInternetServiceResponseWithDefaults instantiates a new LinkInternetServiceResponse object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewLinkLoadBalancerBackendMachinesRequest instantiates a new LinkLoadBalancerBackendMachinesRequest object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewLinkLoadBalancerBackendMachinesRequestWithDefaults instantiates a new LinkLoadBalancerBackendMachinesRequest object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewLinkLoadBalancerBackendMachinesResponse instantiates a new LinkLoadBalancerBackendMachinesResponse object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewLinkLoadBalancerBackendMachinesResponseWithDefaults instantiates a new LinkLoadBalancerBackendMachinesResponse object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewLinkManagedPolicyToUserGroupRequest instantiates a new LinkManagedPolicyToUserGroupRequest object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewLinkManagedPolicyToUserGroupRequestWithDefaults instantiates a new LinkManagedPolicyToUserGroupRequest object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewLinkManagedPolicyToUserGroupResponse instantiates a new LinkManagedPolicyToUserGroupResponse object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewLinkManagedPolicyToUserGroupResponseWithDefaults instantiates a new LinkManagedPolicyToUserGroupResponse object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewLinkNic instantiates a new LinkNic object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewLinkNicLight instantiates a new LinkNicLight object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewLinkNicLightWithDefaults instantiates a new LinkNicLight object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewLinkNicRequest instantiates a new LinkNicRequest object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewLinkNicRequestWithDefaults instantiates a new LinkNicRequest object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewLinkNicResponse instantiates a new LinkNicResponse object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewLinkNicResponseWithDefaults instantiates a new LinkNicResponse object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewLinkNicToUpdate instantiates a new LinkNicToUpdate object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewLinkNicToUpdateWithDefaults instantiates a new LinkNicToUpdate object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewLinkNicWithDefaults instantiates a new LinkNic object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewLinkPolicyRequest instantiates a new LinkPolicyRequest object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewLinkPolicyRequestWithDefaults instantiates a new LinkPolicyRequest object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewLinkPolicyResponse instantiates a new LinkPolicyResponse object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewLinkPolicyResponseWithDefaults instantiates a new LinkPolicyResponse object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewLinkPrivateIpsRequest instantiates a new LinkPrivateIpsRequest object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewLinkPrivateIpsRequestWithDefaults instantiates a new LinkPrivateIpsRequest object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewLinkPrivateIpsResponse instantiates a new LinkPrivateIpsResponse object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewLinkPrivateIpsResponseWithDefaults instantiates a new LinkPrivateIpsResponse object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewLinkPublicIp instantiates a new LinkPublicIp object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewLinkPublicIpLightForVm instantiates a new LinkPublicIpLightForVm object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewLinkPublicIpLightForVmWithDefaults instantiates a new LinkPublicIpLightForVm object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewLinkPublicIpRequest instantiates a new LinkPublicIpRequest object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewLinkPublicIpRequestWithDefaults instantiates a new LinkPublicIpRequest object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewLinkPublicIpResponse instantiates a new LinkPublicIpResponse object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewLinkPublicIpResponseWithDefaults instantiates a new LinkPublicIpResponse object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewLinkPublicIpWithDefaults instantiates a new LinkPublicIp object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewLinkRouteTable instantiates a new LinkRouteTable object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewLinkRouteTableRequest instantiates a new LinkRouteTableRequest object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewLinkRouteTableRequestWithDefaults instantiates a new LinkRouteTableRequest object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewLinkRouteTableResponse instantiates a new LinkRouteTableResponse object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewLinkRouteTableResponseWithDefaults instantiates a new LinkRouteTableResponse object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewLinkRouteTableWithDefaults instantiates a new LinkRouteTable object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewLinkVirtualGatewayRequest instantiates a new LinkVirtualGatewayRequest object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewLinkVirtualGatewayRequestWithDefaults instantiates a new LinkVirtualGatewayRequest object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewLinkVirtualGatewayResponse instantiates a new LinkVirtualGatewayResponse object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewLinkVirtualGatewayResponseWithDefaults instantiates a new LinkVirtualGatewayResponse object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewLinkVolumeRequest instantiates a new LinkVolumeRequest object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewLinkVolumeRequestWithDefaults instantiates a new LinkVolumeRequest object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewLinkVolumeResponse instantiates a new LinkVolumeResponse object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewLinkVolumeResponseWithDefaults instantiates a new LinkVolumeResponse object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewListener instantiates a new Listener object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewListenerForCreation instantiates a new ListenerForCreation object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewListenerForCreationWithDefaults instantiates a new ListenerForCreation object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewListenerRule instantiates a new ListenerRule object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewListenerRuleForCreation instantiates a new ListenerRuleForCreation object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewListenerRuleForCreationWithDefaults instantiates a new ListenerRuleForCreation object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewListenerRuleWithDefaults instantiates a new ListenerRule object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewListenerWithDefaults instantiates a new Listener object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewLoadBalancer instantiates a new LoadBalancer object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewLoadBalancerLight instantiates a new LoadBalancerLight object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewLoadBalancerLightWithDefaults instantiates a new LoadBalancerLight object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewLoadBalancerStickyCookiePolicy instantiates a new LoadBalancerStickyCookiePolicy object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewLoadBalancerStickyCookiePolicyWithDefaults instantiates a new LoadBalancerStickyCookiePolicy object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewLoadBalancerTag instantiates a new LoadBalancerTag object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewLoadBalancerTagWithDefaults instantiates a new LoadBalancerTag object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewLoadBalancerWithDefaults instantiates a new LoadBalancer object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewLocation instantiates a new Location object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewLocationWithDefaults instantiates a new Location object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewLog instantiates a new Log object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewLogWithDefaults instantiates a new Log object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewMaintenanceEvent instantiates a new MaintenanceEvent object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewMaintenanceEventWithDefaults instantiates a new MaintenanceEvent object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewMinimalPolicy instantiates a new MinimalPolicy object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewMinimalPolicyWithDefaults instantiates a new MinimalPolicy object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewNatService instantiates a new NatService object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewNatServiceWithDefaults instantiates a new NatService object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewNet instantiates a new Net object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewNetAccessPoint instantiates a new NetAccessPoint object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewNetAccessPointWithDefaults instantiates a new NetAccessPoint object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewNetPeering instantiates a new NetPeering object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewNetPeeringState instantiates a new NetPeeringState object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewNetPeeringStateWithDefaults instantiates a new NetPeeringState object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewNetPeeringWithDefaults instantiates a new NetPeering object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewNetToVirtualGatewayLink instantiates a new NetToVirtualGatewayLink object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewNetToVirtualGatewayLinkWithDefaults instantiates a new NetToVirtualGatewayLink object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewNetWithDefaults instantiates a new Net object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewNic instantiates a new Nic object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewNicForVmCreation instantiates a new NicForVmCreation object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewNicForVmCreationWithDefaults instantiates a new NicForVmCreation object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewNicLight instantiates a new NicLight object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewNicLightWithDefaults instantiates a new NicLight object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewNicWithDefaults instantiates a new Nic object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
NewOsuApiKey instantiates a new OsuApiKey object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewOsuApiKeyWithDefaults instantiates a new OsuApiKey object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewOsuExportImageExportTask instantiates a new OsuExportImageExportTask object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewOsuExportImageExportTaskWithDefaults instantiates a new OsuExportImageExportTask object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewOsuExportSnapshotExportTask instantiates a new OsuExportSnapshotExportTask object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewOsuExportSnapshotExportTaskWithDefaults instantiates a new OsuExportSnapshotExportTask object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewOsuExportToCreate instantiates a new OsuExportToCreate object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewOsuExportToCreateWithDefaults instantiates a new OsuExportToCreate object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewPermissionsOnResource instantiates a new PermissionsOnResource object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewPermissionsOnResourceCreation instantiates a new PermissionsOnResourceCreation object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewPermissionsOnResourceCreationWithDefaults instantiates a new PermissionsOnResourceCreation object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewPermissionsOnResourceWithDefaults instantiates a new PermissionsOnResource object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewPhase1Options instantiates a new Phase1Options object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewPhase1OptionsWithDefaults instantiates a new Phase1Options object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewPhase2Options instantiates a new Phase2Options object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewPhase2OptionsWithDefaults instantiates a new Phase2Options object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewPlacement instantiates a new Placement object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewPlacementWithDefaults instantiates a new Placement object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewPolicy instantiates a new Policy object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewPolicyEntities instantiates a new PolicyEntities object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewPolicyEntitiesWithDefaults instantiates a new PolicyEntities object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewPolicyVersion instantiates a new PolicyVersion object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewPolicyVersionWithDefaults instantiates a new PolicyVersion object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewPolicyWithDefaults instantiates a new Policy object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewPrivateIp instantiates a new PrivateIp object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewPrivateIpLight instantiates a new PrivateIpLight object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewPrivateIpLightForVm instantiates a new PrivateIpLightForVm object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewPrivateIpLightForVmWithDefaults instantiates a new PrivateIpLightForVm object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewPrivateIpLightWithDefaults instantiates a new PrivateIpLight object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewPrivateIpWithDefaults instantiates a new PrivateIp object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewProductType instantiates a new ProductType object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewProductTypeWithDefaults instantiates a new ProductType object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewPublicIp instantiates a new PublicIp object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewPublicIpLight instantiates a new PublicIpLight object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewPublicIpLightWithDefaults instantiates a new PublicIpLight object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewPublicIpWithDefaults instantiates a new PublicIp object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewPutUserGroupPolicyRequest instantiates a new PutUserGroupPolicyRequest object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewPutUserGroupPolicyRequestWithDefaults instantiates a new PutUserGroupPolicyRequest object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewPutUserGroupPolicyResponse instantiates a new PutUserGroupPolicyResponse object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewPutUserGroupPolicyResponseWithDefaults instantiates a new PutUserGroupPolicyResponse object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewQuota instantiates a new Quota object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewQuotaTypes instantiates a new QuotaTypes object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewQuotaTypesWithDefaults instantiates a new QuotaTypes object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewQuotaWithDefaults instantiates a new Quota object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewReadAccessKeysRequest instantiates a new ReadAccessKeysRequest object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewReadAccessKeysRequestWithDefaults instantiates a new ReadAccessKeysRequest object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewReadAccessKeysResponse instantiates a new ReadAccessKeysResponse object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewReadAccessKeysResponseWithDefaults instantiates a new ReadAccessKeysResponse object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewReadAccountsRequest instantiates a new ReadAccountsRequest object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewReadAccountsRequestWithDefaults instantiates a new ReadAccountsRequest object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewReadAccountsResponse instantiates a new ReadAccountsResponse object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewReadAccountsResponseWithDefaults instantiates a new ReadAccountsResponse object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewReadAdminPasswordRequest instantiates a new ReadAdminPasswordRequest object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewReadAdminPasswordRequestWithDefaults instantiates a new ReadAdminPasswordRequest object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewReadAdminPasswordResponse instantiates a new ReadAdminPasswordResponse object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewReadAdminPasswordResponseWithDefaults instantiates a new ReadAdminPasswordResponse object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewReadApiAccessPolicyRequest instantiates a new ReadApiAccessPolicyRequest object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewReadApiAccessPolicyRequestWithDefaults instantiates a new ReadApiAccessPolicyRequest object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewReadApiAccessPolicyResponse instantiates a new ReadApiAccessPolicyResponse object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewReadApiAccessPolicyResponseWithDefaults instantiates a new ReadApiAccessPolicyResponse object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewReadApiAccessRulesRequest instantiates a new ReadApiAccessRulesRequest object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewReadApiAccessRulesRequestWithDefaults instantiates a new ReadApiAccessRulesRequest object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewReadApiAccessRulesResponse instantiates a new ReadApiAccessRulesResponse object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewReadApiAccessRulesResponseWithDefaults instantiates a new ReadApiAccessRulesResponse object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewReadApiLogsRequest instantiates a new ReadApiLogsRequest object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewReadApiLogsRequestWithDefaults instantiates a new ReadApiLogsRequest object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewReadApiLogsResponse instantiates a new ReadApiLogsResponse object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewReadApiLogsResponseWithDefaults instantiates a new ReadApiLogsResponse object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewReadCasRequest instantiates a new ReadCasRequest object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewReadCasRequestWithDefaults instantiates a new ReadCasRequest object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewReadCasResponse instantiates a new ReadCasResponse object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewReadCasResponseWithDefaults instantiates a new ReadCasResponse object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewReadCatalogRequest instantiates a new ReadCatalogRequest object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewReadCatalogRequestWithDefaults instantiates a new ReadCatalogRequest object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewReadCatalogResponse instantiates a new ReadCatalogResponse object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewReadCatalogResponseWithDefaults instantiates a new ReadCatalogResponse object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewReadCatalogsRequest instantiates a new ReadCatalogsRequest object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewReadCatalogsRequestWithDefaults instantiates a new ReadCatalogsRequest object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewReadCatalogsResponse instantiates a new ReadCatalogsResponse object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewReadCatalogsResponseWithDefaults instantiates a new ReadCatalogsResponse object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewReadClientGatewaysRequest instantiates a new ReadClientGatewaysRequest object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewReadClientGatewaysRequestWithDefaults instantiates a new ReadClientGatewaysRequest object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewReadClientGatewaysResponse instantiates a new ReadClientGatewaysResponse object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewReadClientGatewaysResponseWithDefaults instantiates a new ReadClientGatewaysResponse object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewReadConsoleOutputRequest instantiates a new ReadConsoleOutputRequest object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewReadConsoleOutputRequestWithDefaults instantiates a new ReadConsoleOutputRequest object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewReadConsoleOutputResponse instantiates a new ReadConsoleOutputResponse object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewReadConsoleOutputResponseWithDefaults instantiates a new ReadConsoleOutputResponse object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewReadConsumptionAccountRequest instantiates a new ReadConsumptionAccountRequest object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewReadConsumptionAccountRequestWithDefaults instantiates a new ReadConsumptionAccountRequest object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewReadConsumptionAccountResponse instantiates a new ReadConsumptionAccountResponse object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewReadConsumptionAccountResponseWithDefaults instantiates a new ReadConsumptionAccountResponse object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewReadDedicatedGroupsRequest instantiates a new ReadDedicatedGroupsRequest object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewReadDedicatedGroupsRequestWithDefaults instantiates a new ReadDedicatedGroupsRequest object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewReadDedicatedGroupsResponse instantiates a new ReadDedicatedGroupsResponse object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewReadDedicatedGroupsResponseWithDefaults instantiates a new ReadDedicatedGroupsResponse object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewReadDhcpOptionsRequest instantiates a new ReadDhcpOptionsRequest object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewReadDhcpOptionsRequestWithDefaults instantiates a new ReadDhcpOptionsRequest object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewReadDhcpOptionsResponse instantiates a new ReadDhcpOptionsResponse object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewReadDhcpOptionsResponseWithDefaults instantiates a new ReadDhcpOptionsResponse object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewReadDirectLinkInterfacesRequest instantiates a new ReadDirectLinkInterfacesRequest object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewReadDirectLinkInterfacesRequestWithDefaults instantiates a new ReadDirectLinkInterfacesRequest object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewReadDirectLinkInterfacesResponse instantiates a new ReadDirectLinkInterfacesResponse object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewReadDirectLinkInterfacesResponseWithDefaults instantiates a new ReadDirectLinkInterfacesResponse object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewReadDirectLinksRequest instantiates a new ReadDirectLinksRequest object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewReadDirectLinksRequestWithDefaults instantiates a new ReadDirectLinksRequest object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewReadDirectLinksResponse instantiates a new ReadDirectLinksResponse object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewReadDirectLinksResponseWithDefaults instantiates a new ReadDirectLinksResponse object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewReadEntitiesLinkedToPolicyRequest instantiates a new ReadEntitiesLinkedToPolicyRequest object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewReadEntitiesLinkedToPolicyRequestWithDefaults instantiates a new ReadEntitiesLinkedToPolicyRequest object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewReadEntitiesLinkedToPolicyResponse instantiates a new ReadEntitiesLinkedToPolicyResponse object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewReadEntitiesLinkedToPolicyResponseWithDefaults instantiates a new ReadEntitiesLinkedToPolicyResponse object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewReadFlexibleGpuCatalogRequest instantiates a new ReadFlexibleGpuCatalogRequest object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewReadFlexibleGpuCatalogRequestWithDefaults instantiates a new ReadFlexibleGpuCatalogRequest object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewReadFlexibleGpuCatalogResponse instantiates a new ReadFlexibleGpuCatalogResponse object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewReadFlexibleGpuCatalogResponseWithDefaults instantiates a new ReadFlexibleGpuCatalogResponse object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewReadFlexibleGpusRequest instantiates a new ReadFlexibleGpusRequest object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewReadFlexibleGpusRequestWithDefaults instantiates a new ReadFlexibleGpusRequest object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewReadFlexibleGpusResponse instantiates a new ReadFlexibleGpusResponse object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewReadFlexibleGpusResponseWithDefaults instantiates a new ReadFlexibleGpusResponse object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewReadImageExportTasksRequest instantiates a new ReadImageExportTasksRequest object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewReadImageExportTasksRequestWithDefaults instantiates a new ReadImageExportTasksRequest object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewReadImageExportTasksResponse instantiates a new ReadImageExportTasksResponse object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewReadImageExportTasksResponseWithDefaults instantiates a new ReadImageExportTasksResponse object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewReadImagesRequest instantiates a new ReadImagesRequest object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewReadImagesRequestWithDefaults instantiates a new ReadImagesRequest object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewReadImagesResponse instantiates a new ReadImagesResponse object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewReadImagesResponseWithDefaults instantiates a new ReadImagesResponse object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewReadInternetServicesRequest instantiates a new ReadInternetServicesRequest object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewReadInternetServicesRequestWithDefaults instantiates a new ReadInternetServicesRequest object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewReadInternetServicesResponse instantiates a new ReadInternetServicesResponse object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewReadInternetServicesResponseWithDefaults instantiates a new ReadInternetServicesResponse object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewReadKeypairsRequest instantiates a new ReadKeypairsRequest object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewReadKeypairsRequestWithDefaults instantiates a new ReadKeypairsRequest object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewReadKeypairsResponse instantiates a new ReadKeypairsResponse object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewReadKeypairsResponseWithDefaults instantiates a new ReadKeypairsResponse object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewReadLinkedPoliciesFilters instantiates a new ReadLinkedPoliciesFilters object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewReadLinkedPoliciesFiltersWithDefaults instantiates a new ReadLinkedPoliciesFilters object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewReadLinkedPoliciesRequest instantiates a new ReadLinkedPoliciesRequest object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewReadLinkedPoliciesRequestWithDefaults instantiates a new ReadLinkedPoliciesRequest object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewReadLinkedPoliciesResponse instantiates a new ReadLinkedPoliciesResponse object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewReadLinkedPoliciesResponseWithDefaults instantiates a new ReadLinkedPoliciesResponse object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewReadListenerRulesRequest instantiates a new ReadListenerRulesRequest object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewReadListenerRulesRequestWithDefaults instantiates a new ReadListenerRulesRequest object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewReadListenerRulesResponse instantiates a new ReadListenerRulesResponse object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewReadListenerRulesResponseWithDefaults instantiates a new ReadListenerRulesResponse object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewReadLoadBalancersRequest instantiates a new ReadLoadBalancersRequest object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewReadLoadBalancersRequestWithDefaults instantiates a new ReadLoadBalancersRequest object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewReadLoadBalancersResponse instantiates a new ReadLoadBalancersResponse object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewReadLoadBalancersResponseWithDefaults instantiates a new ReadLoadBalancersResponse object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewReadLoadBalancerTagsRequest instantiates a new ReadLoadBalancerTagsRequest object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewReadLoadBalancerTagsRequestWithDefaults instantiates a new ReadLoadBalancerTagsRequest object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewReadLoadBalancerTagsResponse instantiates a new ReadLoadBalancerTagsResponse object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewReadLoadBalancerTagsResponseWithDefaults instantiates a new ReadLoadBalancerTagsResponse object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewReadLocationsRequest instantiates a new ReadLocationsRequest object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewReadLocationsRequestWithDefaults instantiates a new ReadLocationsRequest object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewReadLocationsResponse instantiates a new ReadLocationsResponse object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewReadLocationsResponseWithDefaults instantiates a new ReadLocationsResponse object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewReadManagedPoliciesLinkedToUserGroupRequest instantiates a new ReadManagedPoliciesLinkedToUserGroupRequest object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewReadManagedPoliciesLinkedToUserGroupRequestWithDefaults instantiates a new ReadManagedPoliciesLinkedToUserGroupRequest object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewReadManagedPoliciesLinkedToUserGroupResponse instantiates a new ReadManagedPoliciesLinkedToUserGroupResponse object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewReadManagedPoliciesLinkedToUserGroupResponseWithDefaults instantiates a new ReadManagedPoliciesLinkedToUserGroupResponse object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewReadNatServicesRequest instantiates a new ReadNatServicesRequest object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewReadNatServicesRequestWithDefaults instantiates a new ReadNatServicesRequest object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewReadNatServicesResponse instantiates a new ReadNatServicesResponse object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewReadNatServicesResponseWithDefaults instantiates a new ReadNatServicesResponse object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewReadNetAccessPointServicesRequest instantiates a new ReadNetAccessPointServicesRequest object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewReadNetAccessPointServicesRequestWithDefaults instantiates a new ReadNetAccessPointServicesRequest object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewReadNetAccessPointServicesResponse instantiates a new ReadNetAccessPointServicesResponse object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewReadNetAccessPointServicesResponseWithDefaults instantiates a new ReadNetAccessPointServicesResponse object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewReadNetAccessPointsRequest instantiates a new ReadNetAccessPointsRequest object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewReadNetAccessPointsRequestWithDefaults instantiates a new ReadNetAccessPointsRequest object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewReadNetAccessPointsResponse instantiates a new ReadNetAccessPointsResponse object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewReadNetAccessPointsResponseWithDefaults instantiates a new ReadNetAccessPointsResponse object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewReadNetPeeringsRequest instantiates a new ReadNetPeeringsRequest object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewReadNetPeeringsRequestWithDefaults instantiates a new ReadNetPeeringsRequest object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewReadNetPeeringsResponse instantiates a new ReadNetPeeringsResponse object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewReadNetPeeringsResponseWithDefaults instantiates a new ReadNetPeeringsResponse object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewReadNetsRequest instantiates a new ReadNetsRequest object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewReadNetsRequestWithDefaults instantiates a new ReadNetsRequest object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewReadNetsResponse instantiates a new ReadNetsResponse object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewReadNetsResponseWithDefaults instantiates a new ReadNetsResponse object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewReadNicsRequest instantiates a new ReadNicsRequest object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewReadNicsRequestWithDefaults instantiates a new ReadNicsRequest object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewReadNicsResponse instantiates a new ReadNicsResponse object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewReadNicsResponseWithDefaults instantiates a new ReadNicsResponse object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewReadPoliciesFilters instantiates a new ReadPoliciesFilters object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewReadPoliciesFiltersWithDefaults instantiates a new ReadPoliciesFilters object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewReadPoliciesRequest instantiates a new ReadPoliciesRequest object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewReadPoliciesRequestWithDefaults instantiates a new ReadPoliciesRequest object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewReadPoliciesResponse instantiates a new ReadPoliciesResponse object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewReadPoliciesResponseWithDefaults instantiates a new ReadPoliciesResponse object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewReadPolicyRequest instantiates a new ReadPolicyRequest object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewReadPolicyRequestWithDefaults instantiates a new ReadPolicyRequest object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewReadPolicyResponse instantiates a new ReadPolicyResponse object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewReadPolicyResponseWithDefaults instantiates a new ReadPolicyResponse object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewReadPolicyVersionRequest instantiates a new ReadPolicyVersionRequest object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewReadPolicyVersionRequestWithDefaults instantiates a new ReadPolicyVersionRequest object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewReadPolicyVersionResponse instantiates a new ReadPolicyVersionResponse object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewReadPolicyVersionResponseWithDefaults instantiates a new ReadPolicyVersionResponse object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewReadPolicyVersionsRequest instantiates a new ReadPolicyVersionsRequest object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewReadPolicyVersionsRequestWithDefaults instantiates a new ReadPolicyVersionsRequest object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewReadPolicyVersionsResponse instantiates a new ReadPolicyVersionsResponse object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewReadPolicyVersionsResponseWithDefaults instantiates a new ReadPolicyVersionsResponse object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewReadProductTypesRequest instantiates a new ReadProductTypesRequest object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewReadProductTypesRequestWithDefaults instantiates a new ReadProductTypesRequest object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewReadProductTypesResponse instantiates a new ReadProductTypesResponse object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewReadProductTypesResponseWithDefaults instantiates a new ReadProductTypesResponse object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewReadPublicCatalogRequest instantiates a new ReadPublicCatalogRequest object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewReadPublicCatalogRequestWithDefaults instantiates a new ReadPublicCatalogRequest object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewReadPublicCatalogResponse instantiates a new ReadPublicCatalogResponse object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewReadPublicCatalogResponseWithDefaults instantiates a new ReadPublicCatalogResponse object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewReadPublicIpRangesRequest instantiates a new ReadPublicIpRangesRequest object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewReadPublicIpRangesRequestWithDefaults instantiates a new ReadPublicIpRangesRequest object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewReadPublicIpRangesResponse instantiates a new ReadPublicIpRangesResponse object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewReadPublicIpRangesResponseWithDefaults instantiates a new ReadPublicIpRangesResponse object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewReadPublicIpsRequest instantiates a new ReadPublicIpsRequest object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewReadPublicIpsRequestWithDefaults instantiates a new ReadPublicIpsRequest object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewReadPublicIpsResponse instantiates a new ReadPublicIpsResponse object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewReadPublicIpsResponseWithDefaults instantiates a new ReadPublicIpsResponse object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewReadQuotasRequest instantiates a new ReadQuotasRequest object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewReadQuotasRequestWithDefaults instantiates a new ReadQuotasRequest object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewReadQuotasResponse instantiates a new ReadQuotasResponse object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewReadQuotasResponseWithDefaults instantiates a new ReadQuotasResponse object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewReadRegionsRequest instantiates a new ReadRegionsRequest object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewReadRegionsRequestWithDefaults instantiates a new ReadRegionsRequest object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewReadRegionsResponse instantiates a new ReadRegionsResponse object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewReadRegionsResponseWithDefaults instantiates a new ReadRegionsResponse object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewReadRouteTablesRequest instantiates a new ReadRouteTablesRequest object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewReadRouteTablesRequestWithDefaults instantiates a new ReadRouteTablesRequest object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewReadRouteTablesResponse instantiates a new ReadRouteTablesResponse object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewReadRouteTablesResponseWithDefaults instantiates a new ReadRouteTablesResponse object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewReadSecurityGroupsRequest instantiates a new ReadSecurityGroupsRequest object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewReadSecurityGroupsRequestWithDefaults instantiates a new ReadSecurityGroupsRequest object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewReadSecurityGroupsResponse instantiates a new ReadSecurityGroupsResponse object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewReadSecurityGroupsResponseWithDefaults instantiates a new ReadSecurityGroupsResponse object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewReadServerCertificatesRequest instantiates a new ReadServerCertificatesRequest object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewReadServerCertificatesRequestWithDefaults instantiates a new ReadServerCertificatesRequest object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewReadServerCertificatesResponse instantiates a new ReadServerCertificatesResponse object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewReadServerCertificatesResponseWithDefaults instantiates a new ReadServerCertificatesResponse object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewReadSnapshotExportTasksRequest instantiates a new ReadSnapshotExportTasksRequest object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewReadSnapshotExportTasksRequestWithDefaults instantiates a new ReadSnapshotExportTasksRequest object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewReadSnapshotExportTasksResponse instantiates a new ReadSnapshotExportTasksResponse object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewReadSnapshotExportTasksResponseWithDefaults instantiates a new ReadSnapshotExportTasksResponse object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewReadSnapshotsRequest instantiates a new ReadSnapshotsRequest object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewReadSnapshotsRequestWithDefaults instantiates a new ReadSnapshotsRequest object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewReadSnapshotsResponse instantiates a new ReadSnapshotsResponse object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewReadSnapshotsResponseWithDefaults instantiates a new ReadSnapshotsResponse object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewReadSubnetsRequest instantiates a new ReadSubnetsRequest object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewReadSubnetsRequestWithDefaults instantiates a new ReadSubnetsRequest object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewReadSubnetsResponse instantiates a new ReadSubnetsResponse object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewReadSubnetsResponseWithDefaults instantiates a new ReadSubnetsResponse object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewReadSubregionsRequest instantiates a new ReadSubregionsRequest object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewReadSubregionsRequestWithDefaults instantiates a new ReadSubregionsRequest object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewReadSubregionsResponse instantiates a new ReadSubregionsResponse object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewReadSubregionsResponseWithDefaults instantiates a new ReadSubregionsResponse object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewReadTagsRequest instantiates a new ReadTagsRequest object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewReadTagsRequestWithDefaults instantiates a new ReadTagsRequest object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewReadTagsResponse instantiates a new ReadTagsResponse object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewReadTagsResponseWithDefaults instantiates a new ReadTagsResponse object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewReadUnitPriceRequest instantiates a new ReadUnitPriceRequest object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewReadUnitPriceRequestWithDefaults instantiates a new ReadUnitPriceRequest object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewReadUnitPriceResponse instantiates a new ReadUnitPriceResponse object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewReadUnitPriceResponseWithDefaults instantiates a new ReadUnitPriceResponse object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewReadUserGroupPoliciesRequest instantiates a new ReadUserGroupPoliciesRequest object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewReadUserGroupPoliciesRequestWithDefaults instantiates a new ReadUserGroupPoliciesRequest object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewReadUserGroupPoliciesResponse instantiates a new ReadUserGroupPoliciesResponse object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewReadUserGroupPoliciesResponseWithDefaults instantiates a new ReadUserGroupPoliciesResponse object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewReadUserGroupPolicyRequest instantiates a new ReadUserGroupPolicyRequest object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewReadUserGroupPolicyRequestWithDefaults instantiates a new ReadUserGroupPolicyRequest object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewReadUserGroupPolicyResponse instantiates a new ReadUserGroupPolicyResponse object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewReadUserGroupPolicyResponseWithDefaults instantiates a new ReadUserGroupPolicyResponse object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewReadUserGroupRequest instantiates a new ReadUserGroupRequest object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewReadUserGroupRequestWithDefaults instantiates a new ReadUserGroupRequest object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewReadUserGroupResponse instantiates a new ReadUserGroupResponse object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewReadUserGroupResponseWithDefaults instantiates a new ReadUserGroupResponse object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewReadUserGroupsPerUserRequest instantiates a new ReadUserGroupsPerUserRequest object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewReadUserGroupsPerUserRequestWithDefaults instantiates a new ReadUserGroupsPerUserRequest object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewReadUserGroupsPerUserResponse instantiates a new ReadUserGroupsPerUserResponse object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewReadUserGroupsPerUserResponseWithDefaults instantiates a new ReadUserGroupsPerUserResponse object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewReadUserGroupsRequest instantiates a new ReadUserGroupsRequest object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewReadUserGroupsRequestWithDefaults instantiates a new ReadUserGroupsRequest object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewReadUserGroupsResponse instantiates a new ReadUserGroupsResponse object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewReadUserGroupsResponseWithDefaults instantiates a new ReadUserGroupsResponse object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewReadUsersRequest instantiates a new ReadUsersRequest object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewReadUsersRequestWithDefaults instantiates a new ReadUsersRequest object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewReadUsersResponse instantiates a new ReadUsersResponse object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewReadUsersResponseWithDefaults instantiates a new ReadUsersResponse object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewReadVirtualGatewaysRequest instantiates a new ReadVirtualGatewaysRequest object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewReadVirtualGatewaysRequestWithDefaults instantiates a new ReadVirtualGatewaysRequest object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewReadVirtualGatewaysResponse instantiates a new ReadVirtualGatewaysResponse object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewReadVirtualGatewaysResponseWithDefaults instantiates a new ReadVirtualGatewaysResponse object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewReadVmGroupsRequest instantiates a new ReadVmGroupsRequest object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewReadVmGroupsRequestWithDefaults instantiates a new ReadVmGroupsRequest object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewReadVmGroupsResponse instantiates a new ReadVmGroupsResponse object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewReadVmGroupsResponseWithDefaults instantiates a new ReadVmGroupsResponse object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewReadVmsHealthRequest instantiates a new ReadVmsHealthRequest object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewReadVmsHealthRequestWithDefaults instantiates a new ReadVmsHealthRequest object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewReadVmsHealthResponse instantiates a new ReadVmsHealthResponse object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewReadVmsHealthResponseWithDefaults instantiates a new ReadVmsHealthResponse object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewReadVmsRequest instantiates a new ReadVmsRequest object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewReadVmsRequestWithDefaults instantiates a new ReadVmsRequest object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewReadVmsResponse instantiates a new ReadVmsResponse object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewReadVmsResponseWithDefaults instantiates a new ReadVmsResponse object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewReadVmsStateRequest instantiates a new ReadVmsStateRequest object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewReadVmsStateRequestWithDefaults instantiates a new ReadVmsStateRequest object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewReadVmsStateResponse instantiates a new ReadVmsStateResponse object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewReadVmsStateResponseWithDefaults instantiates a new ReadVmsStateResponse object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewReadVmTemplatesRequest instantiates a new ReadVmTemplatesRequest object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewReadVmTemplatesRequestWithDefaults instantiates a new ReadVmTemplatesRequest object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewReadVmTemplatesResponse instantiates a new ReadVmTemplatesResponse object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewReadVmTemplatesResponseWithDefaults instantiates a new ReadVmTemplatesResponse object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewReadVmTypesRequest instantiates a new ReadVmTypesRequest object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewReadVmTypesRequestWithDefaults instantiates a new ReadVmTypesRequest object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewReadVmTypesResponse instantiates a new ReadVmTypesResponse object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewReadVmTypesResponseWithDefaults instantiates a new ReadVmTypesResponse object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewReadVolumesRequest instantiates a new ReadVolumesRequest object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewReadVolumesRequestWithDefaults instantiates a new ReadVolumesRequest object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewReadVolumesResponse instantiates a new ReadVolumesResponse object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewReadVolumesResponseWithDefaults instantiates a new ReadVolumesResponse object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewReadVpnConnectionsRequest instantiates a new ReadVpnConnectionsRequest object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewReadVpnConnectionsRequestWithDefaults instantiates a new ReadVpnConnectionsRequest object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewReadVpnConnectionsResponse instantiates a new ReadVpnConnectionsResponse object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewReadVpnConnectionsResponseWithDefaults instantiates a new ReadVpnConnectionsResponse object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewRebootVmsRequest instantiates a new RebootVmsRequest object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewRebootVmsRequestWithDefaults instantiates a new RebootVmsRequest object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewRebootVmsResponse instantiates a new RebootVmsResponse object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewRebootVmsResponseWithDefaults instantiates a new RebootVmsResponse object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewRegion instantiates a new Region object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewRegionWithDefaults instantiates a new Region object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewRegisterVmsInLoadBalancerRequest instantiates a new RegisterVmsInLoadBalancerRequest object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewRegisterVmsInLoadBalancerRequestWithDefaults instantiates a new RegisterVmsInLoadBalancerRequest object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewRegisterVmsInLoadBalancerResponse instantiates a new RegisterVmsInLoadBalancerResponse object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewRegisterVmsInLoadBalancerResponseWithDefaults instantiates a new RegisterVmsInLoadBalancerResponse object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewRejectNetPeeringRequest instantiates a new RejectNetPeeringRequest object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewRejectNetPeeringRequestWithDefaults instantiates a new RejectNetPeeringRequest object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewRejectNetPeeringResponse instantiates a new RejectNetPeeringResponse object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewRejectNetPeeringResponseWithDefaults instantiates a new RejectNetPeeringResponse object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewRemoveUserFromUserGroupRequest instantiates a new RemoveUserFromUserGroupRequest object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewRemoveUserFromUserGroupRequestWithDefaults instantiates a new RemoveUserFromUserGroupRequest object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewRemoveUserFromUserGroupResponse instantiates a new RemoveUserFromUserGroupResponse object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewRemoveUserFromUserGroupResponseWithDefaults instantiates a new RemoveUserFromUserGroupResponse object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewResourceLoadBalancerTag instantiates a new ResourceLoadBalancerTag object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewResourceLoadBalancerTagWithDefaults instantiates a new ResourceLoadBalancerTag object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewResourceTag instantiates a new ResourceTag object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewResourceTagWithDefaults instantiates a new ResourceTag object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewResponseContext instantiates a new ResponseContext object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewResponseContextWithDefaults instantiates a new ResponseContext object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewRoute instantiates a new Route object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewRouteLight instantiates a new RouteLight object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewRouteLightWithDefaults instantiates a new RouteLight object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewRoutePropagatingVirtualGateway instantiates a new RoutePropagatingVirtualGateway object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewRoutePropagatingVirtualGatewayWithDefaults instantiates a new RoutePropagatingVirtualGateway object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewRouteTable instantiates a new RouteTable object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewRouteTableWithDefaults instantiates a new RouteTable object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewRouteWithDefaults instantiates a new Route object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewScaleDownVmGroupRequest instantiates a new ScaleDownVmGroupRequest object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewScaleDownVmGroupRequestWithDefaults instantiates a new ScaleDownVmGroupRequest object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewScaleDownVmGroupResponse instantiates a new ScaleDownVmGroupResponse object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewScaleDownVmGroupResponseWithDefaults instantiates a new ScaleDownVmGroupResponse object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewScaleUpVmGroupRequest instantiates a new ScaleUpVmGroupRequest object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewScaleUpVmGroupRequestWithDefaults instantiates a new ScaleUpVmGroupRequest object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewScaleUpVmGroupResponse instantiates a new ScaleUpVmGroupResponse object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewScaleUpVmGroupResponseWithDefaults instantiates a new ScaleUpVmGroupResponse object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewSecurityGroup instantiates a new SecurityGroup object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewSecurityGroupLight instantiates a new SecurityGroupLight object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewSecurityGroupLightWithDefaults instantiates a new SecurityGroupLight object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewSecurityGroupRule instantiates a new SecurityGroupRule object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewSecurityGroupRuleWithDefaults instantiates a new SecurityGroupRule object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewSecurityGroupsMember instantiates a new SecurityGroupsMember object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewSecurityGroupsMemberWithDefaults instantiates a new SecurityGroupsMember object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewSecurityGroupWithDefaults instantiates a new SecurityGroup object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewServerCertificate instantiates a new ServerCertificate object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewServerCertificateWithDefaults instantiates a new ServerCertificate object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewService instantiates a new Service object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewServiceWithDefaults instantiates a new Service object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewSetDefaultPolicyVersionRequest instantiates a new SetDefaultPolicyVersionRequest object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewSetDefaultPolicyVersionRequestWithDefaults instantiates a new SetDefaultPolicyVersionRequest object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewSetDefaultPolicyVersionResponse instantiates a new SetDefaultPolicyVersionResponse object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewSetDefaultPolicyVersionResponseWithDefaults instantiates a new SetDefaultPolicyVersionResponse object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewSnapshot instantiates a new Snapshot object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewSnapshotExportTask instantiates a new SnapshotExportTask object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewSnapshotExportTaskWithDefaults instantiates a new SnapshotExportTask object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewSnapshotWithDefaults instantiates a new Snapshot object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewSourceNet instantiates a new SourceNet object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewSourceNetWithDefaults instantiates a new SourceNet object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewSourceSecurityGroup instantiates a new SourceSecurityGroup object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewSourceSecurityGroupWithDefaults instantiates a new SourceSecurityGroup object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewStartVmsRequest instantiates a new StartVmsRequest object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewStartVmsRequestWithDefaults instantiates a new StartVmsRequest object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewStartVmsResponse instantiates a new StartVmsResponse object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewStartVmsResponseWithDefaults instantiates a new StartVmsResponse object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewStateComment instantiates a new StateComment object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewStateCommentWithDefaults instantiates a new StateComment object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewStopVmsRequest instantiates a new StopVmsRequest object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewStopVmsRequestWithDefaults instantiates a new StopVmsRequest object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewStopVmsResponse instantiates a new StopVmsResponse object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewStopVmsResponseWithDefaults instantiates a new StopVmsResponse object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewSubnet instantiates a new Subnet object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewSubnetWithDefaults instantiates a new Subnet object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewSubregion instantiates a new Subregion object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewSubregionWithDefaults instantiates a new Subregion object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewTag instantiates a new Tag object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewTagWithDefaults instantiates a new Tag object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewUnitPriceEntry instantiates a new UnitPriceEntry object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewUnitPriceEntryWithDefaults instantiates a new UnitPriceEntry object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewUnlinkFlexibleGpuRequest instantiates a new UnlinkFlexibleGpuRequest object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewUnlinkFlexibleGpuRequestWithDefaults instantiates a new UnlinkFlexibleGpuRequest object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewUnlinkFlexibleGpuResponse instantiates a new UnlinkFlexibleGpuResponse object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewUnlinkFlexibleGpuResponseWithDefaults instantiates a new UnlinkFlexibleGpuResponse object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewUnlinkInternetServiceRequest instantiates a new UnlinkInternetServiceRequest object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewUnlinkInternetServiceRequestWithDefaults instantiates a new UnlinkInternetServiceRequest object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewUnlinkInternetServiceResponse instantiates a new UnlinkInternetServiceResponse object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewUnlinkInternetServiceResponseWithDefaults instantiates a new UnlinkInternetServiceResponse object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewUnlinkLoadBalancerBackendMachinesRequest instantiates a new UnlinkLoadBalancerBackendMachinesRequest object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewUnlinkLoadBalancerBackendMachinesRequestWithDefaults instantiates a new UnlinkLoadBalancerBackendMachinesRequest object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewUnlinkLoadBalancerBackendMachinesResponse instantiates a new UnlinkLoadBalancerBackendMachinesResponse object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewUnlinkLoadBalancerBackendMachinesResponseWithDefaults instantiates a new UnlinkLoadBalancerBackendMachinesResponse object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewUnlinkManagedPolicyFromUserGroupRequest instantiates a new UnlinkManagedPolicyFromUserGroupRequest object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewUnlinkManagedPolicyFromUserGroupRequestWithDefaults instantiates a new UnlinkManagedPolicyFromUserGroupRequest object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewUnlinkManagedPolicyFromUserGroupResponse instantiates a new UnlinkManagedPolicyFromUserGroupResponse object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewUnlinkManagedPolicyFromUserGroupResponseWithDefaults instantiates a new UnlinkManagedPolicyFromUserGroupResponse object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewUnlinkNicRequest instantiates a new UnlinkNicRequest object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewUnlinkNicRequestWithDefaults instantiates a new UnlinkNicRequest object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewUnlinkNicResponse instantiates a new UnlinkNicResponse object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewUnlinkNicResponseWithDefaults instantiates a new UnlinkNicResponse object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewUnlinkPolicyRequest instantiates a new UnlinkPolicyRequest object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewUnlinkPolicyRequestWithDefaults instantiates a new UnlinkPolicyRequest object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewUnlinkPolicyResponse instantiates a new UnlinkPolicyResponse object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewUnlinkPolicyResponseWithDefaults instantiates a new UnlinkPolicyResponse object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewUnlinkPrivateIpsRequest instantiates a new UnlinkPrivateIpsRequest object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewUnlinkPrivateIpsRequestWithDefaults instantiates a new UnlinkPrivateIpsRequest object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewUnlinkPrivateIpsResponse instantiates a new UnlinkPrivateIpsResponse object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewUnlinkPrivateIpsResponseWithDefaults instantiates a new UnlinkPrivateIpsResponse object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewUnlinkPublicIpRequest instantiates a new UnlinkPublicIpRequest object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewUnlinkPublicIpRequestWithDefaults instantiates a new UnlinkPublicIpRequest object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewUnlinkPublicIpResponse instantiates a new UnlinkPublicIpResponse object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewUnlinkPublicIpResponseWithDefaults instantiates a new UnlinkPublicIpResponse object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewUnlinkRouteTableRequest instantiates a new UnlinkRouteTableRequest object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewUnlinkRouteTableRequestWithDefaults instantiates a new UnlinkRouteTableRequest object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewUnlinkRouteTableResponse instantiates a new UnlinkRouteTableResponse object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewUnlinkRouteTableResponseWithDefaults instantiates a new UnlinkRouteTableResponse object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewUnlinkVirtualGatewayRequest instantiates a new UnlinkVirtualGatewayRequest object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewUnlinkVirtualGatewayRequestWithDefaults instantiates a new UnlinkVirtualGatewayRequest object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewUnlinkVirtualGatewayResponse instantiates a new UnlinkVirtualGatewayResponse object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewUnlinkVirtualGatewayResponseWithDefaults instantiates a new UnlinkVirtualGatewayResponse object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewUnlinkVolumeRequest instantiates a new UnlinkVolumeRequest object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewUnlinkVolumeRequestWithDefaults instantiates a new UnlinkVolumeRequest object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewUnlinkVolumeResponse instantiates a new UnlinkVolumeResponse object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewUnlinkVolumeResponseWithDefaults instantiates a new UnlinkVolumeResponse object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewUpdateAccessKeyRequest instantiates a new UpdateAccessKeyRequest object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewUpdateAccessKeyRequestWithDefaults instantiates a new UpdateAccessKeyRequest object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewUpdateAccessKeyResponse instantiates a new UpdateAccessKeyResponse object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewUpdateAccessKeyResponseWithDefaults instantiates a new UpdateAccessKeyResponse object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewUpdateAccountRequest instantiates a new UpdateAccountRequest object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewUpdateAccountRequestWithDefaults instantiates a new UpdateAccountRequest object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewUpdateAccountResponse instantiates a new UpdateAccountResponse object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewUpdateAccountResponseWithDefaults instantiates a new UpdateAccountResponse object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewUpdateApiAccessPolicyRequest instantiates a new UpdateApiAccessPolicyRequest object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewUpdateApiAccessPolicyRequestWithDefaults instantiates a new UpdateApiAccessPolicyRequest object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewUpdateApiAccessPolicyResponse instantiates a new UpdateApiAccessPolicyResponse object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewUpdateApiAccessPolicyResponseWithDefaults instantiates a new UpdateApiAccessPolicyResponse object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewUpdateApiAccessRuleRequest instantiates a new UpdateApiAccessRuleRequest object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewUpdateApiAccessRuleRequestWithDefaults instantiates a new UpdateApiAccessRuleRequest object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewUpdateApiAccessRuleResponse instantiates a new UpdateApiAccessRuleResponse object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewUpdateApiAccessRuleResponseWithDefaults instantiates a new UpdateApiAccessRuleResponse object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewUpdateCaRequest instantiates a new UpdateCaRequest object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewUpdateCaRequestWithDefaults instantiates a new UpdateCaRequest object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewUpdateCaResponse instantiates a new UpdateCaResponse object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewUpdateCaResponseWithDefaults instantiates a new UpdateCaResponse object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewUpdateDedicatedGroupRequest instantiates a new UpdateDedicatedGroupRequest object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewUpdateDedicatedGroupRequestWithDefaults instantiates a new UpdateDedicatedGroupRequest object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewUpdateDedicatedGroupResponse instantiates a new UpdateDedicatedGroupResponse object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewUpdateDedicatedGroupResponseWithDefaults instantiates a new UpdateDedicatedGroupResponse object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewUpdateDirectLinkInterfaceRequest instantiates a new UpdateDirectLinkInterfaceRequest object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewUpdateDirectLinkInterfaceRequestWithDefaults instantiates a new UpdateDirectLinkInterfaceRequest object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewUpdateDirectLinkInterfaceResponse instantiates a new UpdateDirectLinkInterfaceResponse object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewUpdateDirectLinkInterfaceResponseWithDefaults instantiates a new UpdateDirectLinkInterfaceResponse object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewUpdateFlexibleGpuRequest instantiates a new UpdateFlexibleGpuRequest object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewUpdateFlexibleGpuRequestWithDefaults instantiates a new UpdateFlexibleGpuRequest object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewUpdateFlexibleGpuResponse instantiates a new UpdateFlexibleGpuResponse object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewUpdateFlexibleGpuResponseWithDefaults instantiates a new UpdateFlexibleGpuResponse object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewUpdateImageRequest instantiates a new UpdateImageRequest object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewUpdateImageRequestWithDefaults instantiates a new UpdateImageRequest object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewUpdateImageResponse instantiates a new UpdateImageResponse object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewUpdateImageResponseWithDefaults instantiates a new UpdateImageResponse object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewUpdateListenerRuleRequest instantiates a new UpdateListenerRuleRequest object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewUpdateListenerRuleRequestWithDefaults instantiates a new UpdateListenerRuleRequest object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewUpdateListenerRuleResponse instantiates a new UpdateListenerRuleResponse object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewUpdateListenerRuleResponseWithDefaults instantiates a new UpdateListenerRuleResponse object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewUpdateLoadBalancerRequest instantiates a new UpdateLoadBalancerRequest object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewUpdateLoadBalancerRequestWithDefaults instantiates a new UpdateLoadBalancerRequest object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewUpdateLoadBalancerResponse instantiates a new UpdateLoadBalancerResponse object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewUpdateLoadBalancerResponseWithDefaults instantiates a new UpdateLoadBalancerResponse object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewUpdateNetAccessPointRequest instantiates a new UpdateNetAccessPointRequest object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewUpdateNetAccessPointRequestWithDefaults instantiates a new UpdateNetAccessPointRequest object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewUpdateNetAccessPointResponse instantiates a new UpdateNetAccessPointResponse object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewUpdateNetAccessPointResponseWithDefaults instantiates a new UpdateNetAccessPointResponse object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewUpdateNetRequest instantiates a new UpdateNetRequest object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewUpdateNetRequestWithDefaults instantiates a new UpdateNetRequest object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewUpdateNetResponse instantiates a new UpdateNetResponse object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewUpdateNetResponseWithDefaults instantiates a new UpdateNetResponse object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewUpdateNicRequest instantiates a new UpdateNicRequest object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewUpdateNicRequestWithDefaults instantiates a new UpdateNicRequest object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewUpdateNicResponse instantiates a new UpdateNicResponse object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewUpdateNicResponseWithDefaults instantiates a new UpdateNicResponse object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewUpdateRoutePropagationRequest instantiates a new UpdateRoutePropagationRequest object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewUpdateRoutePropagationRequestWithDefaults instantiates a new UpdateRoutePropagationRequest object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewUpdateRoutePropagationResponse instantiates a new UpdateRoutePropagationResponse object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewUpdateRoutePropagationResponseWithDefaults instantiates a new UpdateRoutePropagationResponse object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewUpdateRouteRequest instantiates a new UpdateRouteRequest object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewUpdateRouteRequestWithDefaults instantiates a new UpdateRouteRequest object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewUpdateRouteResponse instantiates a new UpdateRouteResponse object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewUpdateRouteResponseWithDefaults instantiates a new UpdateRouteResponse object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewUpdateRouteTableLinkRequest instantiates a new UpdateRouteTableLinkRequest object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewUpdateRouteTableLinkRequestWithDefaults instantiates a new UpdateRouteTableLinkRequest object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewUpdateRouteTableLinkResponse instantiates a new UpdateRouteTableLinkResponse object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewUpdateRouteTableLinkResponseWithDefaults instantiates a new UpdateRouteTableLinkResponse object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewUpdateServerCertificateRequest instantiates a new UpdateServerCertificateRequest object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewUpdateServerCertificateRequestWithDefaults instantiates a new UpdateServerCertificateRequest object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewUpdateServerCertificateResponse instantiates a new UpdateServerCertificateResponse object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewUpdateServerCertificateResponseWithDefaults instantiates a new UpdateServerCertificateResponse object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewUpdateSnapshotRequest instantiates a new UpdateSnapshotRequest object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewUpdateSnapshotRequestWithDefaults instantiates a new UpdateSnapshotRequest object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewUpdateSnapshotResponse instantiates a new UpdateSnapshotResponse object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewUpdateSnapshotResponseWithDefaults instantiates a new UpdateSnapshotResponse object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewUpdateSubnetRequest instantiates a new UpdateSubnetRequest object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewUpdateSubnetRequestWithDefaults instantiates a new UpdateSubnetRequest object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewUpdateSubnetResponse instantiates a new UpdateSubnetResponse object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewUpdateSubnetResponseWithDefaults instantiates a new UpdateSubnetResponse object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewUpdateUserGroupRequest instantiates a new UpdateUserGroupRequest object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewUpdateUserGroupRequestWithDefaults instantiates a new UpdateUserGroupRequest object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewUpdateUserGroupResponse instantiates a new UpdateUserGroupResponse object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewUpdateUserGroupResponseWithDefaults instantiates a new UpdateUserGroupResponse object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewUpdateUserRequest instantiates a new UpdateUserRequest object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewUpdateUserRequestWithDefaults instantiates a new UpdateUserRequest object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewUpdateUserResponse instantiates a new UpdateUserResponse object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewUpdateUserResponseWithDefaults instantiates a new UpdateUserResponse object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewUpdateVmGroupRequest instantiates a new UpdateVmGroupRequest object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewUpdateVmGroupRequestWithDefaults instantiates a new UpdateVmGroupRequest object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewUpdateVmGroupResponse instantiates a new UpdateVmGroupResponse object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewUpdateVmGroupResponseWithDefaults instantiates a new UpdateVmGroupResponse object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewUpdateVmRequest instantiates a new UpdateVmRequest object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewUpdateVmRequestWithDefaults instantiates a new UpdateVmRequest object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewUpdateVmResponse instantiates a new UpdateVmResponse object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewUpdateVmResponseWithDefaults instantiates a new UpdateVmResponse object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewUpdateVmTemplateRequest instantiates a new UpdateVmTemplateRequest object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewUpdateVmTemplateRequestWithDefaults instantiates a new UpdateVmTemplateRequest object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewUpdateVmTemplateResponse instantiates a new UpdateVmTemplateResponse object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewUpdateVmTemplateResponseWithDefaults instantiates a new UpdateVmTemplateResponse object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewUpdateVolumeRequest instantiates a new UpdateVolumeRequest object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewUpdateVolumeRequestWithDefaults instantiates a new UpdateVolumeRequest object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewUpdateVolumeResponse instantiates a new UpdateVolumeResponse object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewUpdateVolumeResponseWithDefaults instantiates a new UpdateVolumeResponse object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewUpdateVpnConnectionRequest instantiates a new UpdateVpnConnectionRequest object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewUpdateVpnConnectionRequestWithDefaults instantiates a new UpdateVpnConnectionRequest object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewUpdateVpnConnectionResponse instantiates a new UpdateVpnConnectionResponse object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewUpdateVpnConnectionResponseWithDefaults instantiates a new UpdateVpnConnectionResponse object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewUser instantiates a new User object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewUserGroup instantiates a new UserGroup object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewUserGroupWithDefaults instantiates a new UserGroup object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewUserWithDefaults instantiates a new User object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewVgwTelemetry instantiates a new VgwTelemetry object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewVgwTelemetryWithDefaults instantiates a new VgwTelemetry object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewVirtualGateway instantiates a new VirtualGateway object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewVirtualGatewayWithDefaults instantiates a new VirtualGateway object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewVm instantiates a new Vm object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewVmGroup instantiates a new VmGroup object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewVmGroupWithDefaults instantiates a new VmGroup object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewVmState instantiates a new VmState object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewVmStates instantiates a new VmStates object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewVmStatesWithDefaults instantiates a new VmStates object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewVmStateWithDefaults instantiates a new VmState object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewVmTemplate instantiates a new VmTemplate object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewVmTemplateWithDefaults instantiates a new VmTemplate object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewVmType instantiates a new VmType object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewVmTypeWithDefaults instantiates a new VmType object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewVmWithDefaults instantiates a new Vm object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewVolume instantiates a new Volume object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewVolumeWithDefaults instantiates a new Volume object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewVpnConnection instantiates a new VpnConnection object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewVpnConnectionWithDefaults instantiates a new VpnConnection object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewVpnOptions instantiates a new VpnOptions object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewVpnOptionsWithDefaults instantiates a new VpnOptions object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewWith instantiates a new With object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewWithWithDefaults instantiates a new With object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
PtrBool is a helper routine that returns a pointer to given boolean value.
PtrFloat32 is a helper routine that returns a pointer to given float value.
PtrFloat64 is a helper routine that returns a pointer to given float value.
PtrInt is a helper routine that returns a pointer to given integer value.
PtrInt32 is a helper routine that returns a pointer to given integer value.
PtrInt64 is a helper routine that returns a pointer to given integer value.
PtrString is a helper routine that returns a pointer to given string value.
PtrTime is helper routine that returns a pointer to given Time value.

# Variables

ContextAccessToken takes a string oauth2 access token as authentication for the request.
ContextAPIKeys takes a string apikey as authentication for the request.
ContextAWSv4 takes an Access Key and a Secret Key for signing AWS Signature v4.
ContextBasicAuth takes BasicAuth as authentication for the request.
ContextHttpSignatureAuth takes HttpSignatureAuth as authentication for the request.
ContextOAuth2 takes an oauth2.TokenSource as authentication for the request.
ContextOperationServerIndices uses a server configuration from the index mapping.
ContextOperationServerVariables overrides a server configuration variables using operation specific values.
ContextServerIndex uses a server configuration from the index.
ContextServerVariables overrides a server configuration variables.

# Structs

AccepterNet Information about the accepter Net.
AcceptNetPeeringRequest struct for AcceptNetPeeringRequest.
AcceptNetPeeringResponse struct for AcceptNetPeeringResponse.
AccessKey Information about the access key.
AccessKeySecretKey Information about the access key.
AccessLog Information about access logs.
Account Information about the account.
AddUserToUserGroupRequest struct for AddUserToUserGroupRequest.
AddUserToUserGroupResponse struct for AddUserToUserGroupResponse.
No description provided by the author
ApiAccessPolicy Information about the API access policy.
ApiAccessRule Information about the API access rule.
No description provided by the author
No description provided by the author
APIClient manages communication with the 3DS OUTSCALE API API v1.34.0 In most cases there should be only one, shared, APIClient.
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
APIKey provides API key based authentication to a request passed via context using ContextAPIKey.
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
APIResponse stores the API response returned by the server.
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
ApplicationStickyCookiePolicy Information about the stickiness policy.
AWSv4 provides AWS Signature to a request passed via context using ContextAWSv4 https://docs.aws.amazon.com/general/latest/gr/signature-version-4.html.
BackendVmHealth Information about the health of a backend VM.
BasicAuth provides basic http authentication to a request passed via context using ContextBasicAuth.
BlockDeviceMappingCreated Information about the created block device mapping.
BlockDeviceMappingImage One or more parameters used to automatically set up volumes when the VM is created.
BlockDeviceMappingVmCreation Information about the block device mapping.
BlockDeviceMappingVmUpdate Information about the block device mapping.
BsuCreated Information about the created BSU volume.
BsuToCreate Information about the BSU volume to create.
BsuToUpdateVm Information about the BSU volume.
Ca Information about the Client Certificate Authority (CA).
Catalog Information about our catalog of prices.
CatalogEntry Information about the catalog entry.
Catalogs Information about the catalogs.
CheckAuthenticationRequest struct for CheckAuthenticationRequest.
CheckAuthenticationResponse struct for CheckAuthenticationResponse.
ClientGateway Information about the client gateway.
No description provided by the author
No description provided by the author
Configuration stores the configuration of the API client.
ConsumptionEntry Information about the resources consumed during the specified time period.
CreateAccessKeyRequest struct for CreateAccessKeyRequest.
CreateAccessKeyResponse struct for CreateAccessKeyResponse.
CreateAccountRequest struct for CreateAccountRequest.
CreateAccountResponse struct for CreateAccountResponse.
CreateApiAccessRuleRequest struct for CreateApiAccessRuleRequest.
CreateApiAccessRuleResponse struct for CreateApiAccessRuleResponse.
CreateCaRequest struct for CreateCaRequest.
CreateCaResponse struct for CreateCaResponse.
CreateClientGatewayRequest struct for CreateClientGatewayRequest.
CreateClientGatewayResponse struct for CreateClientGatewayResponse.
CreateDedicatedGroupRequest struct for CreateDedicatedGroupRequest.
CreateDedicatedGroupResponse struct for CreateDedicatedGroupResponse.
CreateDhcpOptionsRequest struct for CreateDhcpOptionsRequest.
CreateDhcpOptionsResponse struct for CreateDhcpOptionsResponse.
CreateDirectLinkInterfaceRequest struct for CreateDirectLinkInterfaceRequest.
CreateDirectLinkInterfaceResponse struct for CreateDirectLinkInterfaceResponse.
CreateDirectLinkRequest struct for CreateDirectLinkRequest.
CreateDirectLinkResponse struct for CreateDirectLinkResponse.
CreateFlexibleGpuRequest struct for CreateFlexibleGpuRequest.
CreateFlexibleGpuResponse struct for CreateFlexibleGpuResponse.
CreateImageExportTaskRequest struct for CreateImageExportTaskRequest.
CreateImageExportTaskResponse struct for CreateImageExportTaskResponse.
CreateImageRequest struct for CreateImageRequest.
CreateImageResponse struct for CreateImageResponse.
CreateInternetServiceRequest struct for CreateInternetServiceRequest.
CreateInternetServiceResponse struct for CreateInternetServiceResponse.
CreateKeypairRequest struct for CreateKeypairRequest.
CreateKeypairResponse struct for CreateKeypairResponse.
CreateListenerRuleRequest struct for CreateListenerRuleRequest.
CreateListenerRuleResponse struct for CreateListenerRuleResponse.
CreateLoadBalancerListenersRequest struct for CreateLoadBalancerListenersRequest.
CreateLoadBalancerListenersResponse struct for CreateLoadBalancerListenersResponse.
CreateLoadBalancerPolicyRequest struct for CreateLoadBalancerPolicyRequest.
CreateLoadBalancerPolicyResponse struct for CreateLoadBalancerPolicyResponse.
CreateLoadBalancerRequest struct for CreateLoadBalancerRequest.
CreateLoadBalancerResponse struct for CreateLoadBalancerResponse.
CreateLoadBalancerTagsRequest struct for CreateLoadBalancerTagsRequest.
CreateLoadBalancerTagsResponse struct for CreateLoadBalancerTagsResponse.
CreateNatServiceRequest struct for CreateNatServiceRequest.
CreateNatServiceResponse struct for CreateNatServiceResponse.
CreateNetAccessPointRequest struct for CreateNetAccessPointRequest.
CreateNetAccessPointResponse struct for CreateNetAccessPointResponse.
CreateNetPeeringRequest struct for CreateNetPeeringRequest.
CreateNetPeeringResponse struct for CreateNetPeeringResponse.
CreateNetRequest struct for CreateNetRequest.
CreateNetResponse struct for CreateNetResponse.
CreateNicRequest struct for CreateNicRequest.
CreateNicResponse struct for CreateNicResponse.
CreatePolicyRequest struct for CreatePolicyRequest.
CreatePolicyResponse struct for CreatePolicyResponse.
CreatePolicyVersionRequest struct for CreatePolicyVersionRequest.
CreatePolicyVersionResponse struct for CreatePolicyVersionResponse.
CreateProductTypeRequest struct for CreateProductTypeRequest.
CreateProductTypeResponse struct for CreateProductTypeResponse.
CreatePublicIpRequest struct for CreatePublicIpRequest.
CreatePublicIpResponse struct for CreatePublicIpResponse.
CreateRouteRequest struct for CreateRouteRequest.
CreateRouteResponse struct for CreateRouteResponse.
CreateRouteTableRequest struct for CreateRouteTableRequest.
CreateRouteTableResponse struct for CreateRouteTableResponse.
CreateSecurityGroupRequest struct for CreateSecurityGroupRequest.
CreateSecurityGroupResponse struct for CreateSecurityGroupResponse.
CreateSecurityGroupRuleRequest struct for CreateSecurityGroupRuleRequest.
CreateSecurityGroupRuleResponse struct for CreateSecurityGroupRuleResponse.
CreateServerCertificateRequest struct for CreateServerCertificateRequest.
CreateServerCertificateResponse struct for CreateServerCertificateResponse.
CreateSnapshotExportTaskRequest struct for CreateSnapshotExportTaskRequest.
CreateSnapshotExportTaskResponse struct for CreateSnapshotExportTaskResponse.
CreateSnapshotRequest struct for CreateSnapshotRequest.
CreateSnapshotResponse struct for CreateSnapshotResponse.
CreateSubnetRequest struct for CreateSubnetRequest.
CreateSubnetResponse struct for CreateSubnetResponse.
CreateTagsRequest struct for CreateTagsRequest.
CreateTagsResponse struct for CreateTagsResponse.
CreateUserGroupRequest struct for CreateUserGroupRequest.
CreateUserGroupResponse struct for CreateUserGroupResponse.
CreateUserRequest struct for CreateUserRequest.
CreateUserResponse struct for CreateUserResponse.
CreateVirtualGatewayRequest struct for CreateVirtualGatewayRequest.
CreateVirtualGatewayResponse struct for CreateVirtualGatewayResponse.
CreateVmGroupRequest struct for CreateVmGroupRequest.
CreateVmGroupResponse struct for CreateVmGroupResponse.
CreateVmsRequest struct for CreateVmsRequest.
CreateVmsResponse struct for CreateVmsResponse.
CreateVmTemplateRequest struct for CreateVmTemplateRequest.
CreateVmTemplateResponse struct for CreateVmTemplateResponse.
CreateVolumeRequest struct for CreateVolumeRequest.
CreateVolumeResponse struct for CreateVolumeResponse.
CreateVpnConnectionRequest struct for CreateVpnConnectionRequest.
CreateVpnConnectionResponse struct for CreateVpnConnectionResponse.
CreateVpnConnectionRouteRequest struct for CreateVpnConnectionRouteRequest.
CreateVpnConnectionRouteResponse struct for CreateVpnConnectionRouteResponse.
DedicatedGroup Information about the dedicated group.
DeleteAccessKeyRequest struct for DeleteAccessKeyRequest.
DeleteAccessKeyResponse struct for DeleteAccessKeyResponse.
DeleteApiAccessRuleRequest struct for DeleteApiAccessRuleRequest.
DeleteApiAccessRuleResponse struct for DeleteApiAccessRuleResponse.
DeleteCaRequest struct for DeleteCaRequest.
DeleteCaResponse struct for DeleteCaResponse.
DeleteClientGatewayRequest struct for DeleteClientGatewayRequest.
DeleteClientGatewayResponse struct for DeleteClientGatewayResponse.
DeleteDedicatedGroupRequest struct for DeleteDedicatedGroupRequest.
DeleteDedicatedGroupResponse struct for DeleteDedicatedGroupResponse.
DeleteDhcpOptionsRequest struct for DeleteDhcpOptionsRequest.
DeleteDhcpOptionsResponse struct for DeleteDhcpOptionsResponse.
DeleteDirectLinkInterfaceRequest struct for DeleteDirectLinkInterfaceRequest.
DeleteDirectLinkInterfaceResponse struct for DeleteDirectLinkInterfaceResponse.
DeleteDirectLinkRequest struct for DeleteDirectLinkRequest.
DeleteDirectLinkResponse struct for DeleteDirectLinkResponse.
DeleteExportTaskRequest struct for DeleteExportTaskRequest.
DeleteExportTaskResponse struct for DeleteExportTaskResponse.
DeleteFlexibleGpuRequest struct for DeleteFlexibleGpuRequest.
DeleteFlexibleGpuResponse struct for DeleteFlexibleGpuResponse.
DeleteImageRequest struct for DeleteImageRequest.
DeleteImageResponse struct for DeleteImageResponse.
DeleteInternetServiceRequest struct for DeleteInternetServiceRequest.
DeleteInternetServiceResponse struct for DeleteInternetServiceResponse.
DeleteKeypairRequest struct for DeleteKeypairRequest.
DeleteKeypairResponse struct for DeleteKeypairResponse.
DeleteListenerRuleRequest struct for DeleteListenerRuleRequest.
DeleteListenerRuleResponse struct for DeleteListenerRuleResponse.
DeleteLoadBalancerListenersRequest struct for DeleteLoadBalancerListenersRequest.
DeleteLoadBalancerListenersResponse struct for DeleteLoadBalancerListenersResponse.
DeleteLoadBalancerPolicyRequest struct for DeleteLoadBalancerPolicyRequest.
DeleteLoadBalancerPolicyResponse struct for DeleteLoadBalancerPolicyResponse.
DeleteLoadBalancerRequest struct for DeleteLoadBalancerRequest.
DeleteLoadBalancerResponse struct for DeleteLoadBalancerResponse.
DeleteLoadBalancerTagsRequest struct for DeleteLoadBalancerTagsRequest.
DeleteLoadBalancerTagsResponse struct for DeleteLoadBalancerTagsResponse.
DeleteNatServiceRequest struct for DeleteNatServiceRequest.
DeleteNatServiceResponse struct for DeleteNatServiceResponse.
DeleteNetAccessPointRequest struct for DeleteNetAccessPointRequest.
DeleteNetAccessPointResponse struct for DeleteNetAccessPointResponse.
DeleteNetPeeringRequest struct for DeleteNetPeeringRequest.
DeleteNetPeeringResponse struct for DeleteNetPeeringResponse.
DeleteNetRequest struct for DeleteNetRequest.
DeleteNetResponse struct for DeleteNetResponse.
DeleteNicRequest struct for DeleteNicRequest.
DeleteNicResponse struct for DeleteNicResponse.
DeletePolicyRequest struct for DeletePolicyRequest.
DeletePolicyResponse struct for DeletePolicyResponse.
DeletePolicyVersionRequest struct for DeletePolicyVersionRequest.
DeletePolicyVersionResponse struct for DeletePolicyVersionResponse.
DeleteProductTypeRequest struct for DeleteProductTypeRequest.
DeleteProductTypeResponse struct for DeleteProductTypeResponse.
DeletePublicIpRequest struct for DeletePublicIpRequest.
DeletePublicIpResponse struct for DeletePublicIpResponse.
DeleteRouteRequest struct for DeleteRouteRequest.
DeleteRouteResponse struct for DeleteRouteResponse.
DeleteRouteTableRequest struct for DeleteRouteTableRequest.
DeleteRouteTableResponse struct for DeleteRouteTableResponse.
DeleteSecurityGroupRequest struct for DeleteSecurityGroupRequest.
DeleteSecurityGroupResponse struct for DeleteSecurityGroupResponse.
DeleteSecurityGroupRuleRequest struct for DeleteSecurityGroupRuleRequest.
DeleteSecurityGroupRuleResponse struct for DeleteSecurityGroupRuleResponse.
DeleteServerCertificateRequest struct for DeleteServerCertificateRequest.
DeleteServerCertificateResponse struct for DeleteServerCertificateResponse.
DeleteSnapshotRequest struct for DeleteSnapshotRequest.
DeleteSnapshotResponse struct for DeleteSnapshotResponse.
DeleteSubnetRequest struct for DeleteSubnetRequest.
DeleteSubnetResponse struct for DeleteSubnetResponse.
DeleteTagsRequest struct for DeleteTagsRequest.
DeleteTagsResponse struct for DeleteTagsResponse.
DeleteUserGroupPolicyRequest struct for DeleteUserGroupPolicyRequest.
DeleteUserGroupPolicyResponse struct for DeleteUserGroupPolicyResponse.
DeleteUserGroupRequest struct for DeleteUserGroupRequest.
DeleteUserGroupResponse struct for DeleteUserGroupResponse.
DeleteUserRequest struct for DeleteUserRequest.
DeleteUserResponse struct for DeleteUserResponse.
DeleteVirtualGatewayRequest struct for DeleteVirtualGatewayRequest.
DeleteVirtualGatewayResponse struct for DeleteVirtualGatewayResponse.
DeleteVmGroupRequest struct for DeleteVmGroupRequest.
DeleteVmGroupResponse struct for DeleteVmGroupResponse.
DeleteVmsRequest struct for DeleteVmsRequest.
DeleteVmsResponse struct for DeleteVmsResponse.
DeleteVmTemplateRequest struct for DeleteVmTemplateRequest.
DeleteVmTemplateResponse struct for DeleteVmTemplateResponse.
DeleteVolumeRequest struct for DeleteVolumeRequest.
DeleteVolumeResponse struct for DeleteVolumeResponse.
DeleteVpnConnectionRequest struct for DeleteVpnConnectionRequest.
DeleteVpnConnectionResponse struct for DeleteVpnConnectionResponse.
DeleteVpnConnectionRouteRequest struct for DeleteVpnConnectionRouteRequest.
DeleteVpnConnectionRouteResponse struct for DeleteVpnConnectionRouteResponse.
DeregisterVmsInLoadBalancerRequest struct for DeregisterVmsInLoadBalancerRequest.
DeregisterVmsInLoadBalancerResponse struct for DeregisterVmsInLoadBalancerResponse.
DhcpOptionsSet Information about the DHCP options set.
DirectLink Information about the DirectLink.
DirectLinkInterface Information about the DirectLink interface.
DirectLinkInterfaces Information about the DirectLink interfaces.
No description provided by the author
ErrorResponse struct for ErrorResponse.
Errors Information about the errors.
FiltersAccessKeys One or more filters.
FiltersApiAccessRule One or more filters.
FiltersApiLog One or more filters.
FiltersCa One or more filters.
FiltersCatalogs One or more filters.
FiltersClientGateway One or more filters.
FiltersDedicatedGroup One or more filters.
FiltersDhcpOptions One or more filters.
FiltersDirectLink One or more filters.
FiltersDirectLinkInterface One or more filters.
FiltersExportTask One or more filters.
FiltersFlexibleGpu One or more filters.
FiltersImage One or more filters.
FiltersInternetService One or more filters.
FiltersKeypair One or more filters.
FiltersListenerRule One or more filters.
FiltersLoadBalancer One or more filters.
FiltersNatService One or more filters.
FiltersNet One or more filters.
FiltersNetAccessPoint One or more filters.
FiltersNetPeering One or more filters.
FiltersNic One or more filters.
FiltersProductType One or more filters.
FiltersPublicIp One or more filters.
FiltersQuota One or more filters.
FiltersRouteTable One or more filters.
FiltersSecurityGroup One or more filters.
FiltersServerCertificate One or more filters.
FiltersService One or more filters.
FiltersSnapshot One or more filters.
FiltersSubnet One or more filters.
FiltersSubregion One or more filters.
FiltersTag One or more filters.
FiltersUserGroup One or more filters.
FiltersUsers One or more filters.
FiltersVirtualGateway One or more filters.
FiltersVm One or more filters.
FiltersVmGroup One or more filters.
FiltersVmsState One or more filters.
FiltersVmTemplate One or more filters.
FiltersVmType One or more filters.
FiltersVolume One or more filters.
FiltersVpnConnection One or more filters.
FlexibleGpu Information about the flexible GPU (fGPU).
FlexibleGpuCatalog Information about the flexible GPU (fGPU) that is available in the public catalog.
GenericOpenAPIError Provides access to the body, error and model on returned errors.
HealthCheck Information about the health check configuration.
Image Information about the OMI.
ImageExportTask Information about the OMI export task.
InlinePolicy Information about an inline policy.
InternetService Information about the internet service.
Keypair Information about the keypair.
KeypairCreated Information about the created keypair.
LinkedPolicy Information about the linked policy.
LinkedVolume Information about volume attachment.
LinkFlexibleGpuRequest struct for LinkFlexibleGpuRequest.
LinkFlexibleGpuResponse struct for LinkFlexibleGpuResponse.
LinkInternetServiceRequest struct for LinkInternetServiceRequest.
LinkInternetServiceResponse struct for LinkInternetServiceResponse.
LinkLoadBalancerBackendMachinesRequest struct for LinkLoadBalancerBackendMachinesRequest.
LinkLoadBalancerBackendMachinesResponse struct for LinkLoadBalancerBackendMachinesResponse.
LinkManagedPolicyToUserGroupRequest struct for LinkManagedPolicyToUserGroupRequest.
LinkManagedPolicyToUserGroupResponse struct for LinkManagedPolicyToUserGroupResponse.
LinkNic Information about the NIC attachment.
LinkNicLight Information about the network interface card (NIC).
LinkNicRequest struct for LinkNicRequest.
LinkNicResponse struct for LinkNicResponse.
LinkNicToUpdate Information about the NIC attachment.
LinkPolicyRequest struct for LinkPolicyRequest.
LinkPolicyResponse struct for LinkPolicyResponse.
LinkPrivateIpsRequest struct for LinkPrivateIpsRequest.
LinkPrivateIpsResponse struct for LinkPrivateIpsResponse.
LinkPublicIp Information about the public IP association.
LinkPublicIpLightForVm Information about the public IP associated with the NIC.
LinkPublicIpRequest struct for LinkPublicIpRequest.
LinkPublicIpResponse struct for LinkPublicIpResponse.
LinkRouteTable One or more associations between the route table and the Subnets.
LinkRouteTableRequest struct for LinkRouteTableRequest.
LinkRouteTableResponse struct for LinkRouteTableResponse.
LinkVirtualGatewayRequest struct for LinkVirtualGatewayRequest.
LinkVirtualGatewayResponse struct for LinkVirtualGatewayResponse.
LinkVolumeRequest struct for LinkVolumeRequest.
LinkVolumeResponse struct for LinkVolumeResponse.
Listener Information about the listener.
ListenerForCreation Information about the listener to create.
ListenerRule Information about the listener rule.
ListenerRuleForCreation Information about the listener rule.
LoadBalancer Information about the load balancer.
LoadBalancerLight Information about the load balancer.
LoadBalancerStickyCookiePolicy Information about the stickiness policy.
LoadBalancerTag Information about the load balancer tag.
Location Information about the DirectLink location.
Log Information about the log.
MaintenanceEvent Information about the maintenance event.
MinimalPolicy Information about the entity.
NatService Information about the NAT service.
Net Information about the Net.
NetAccessPoint Information about the Net access point.
NetPeering Information about the Net peering.
NetPeeringState Information about the state of the Net peering.
NetToVirtualGatewayLink Information about the attachment.
Nic Information about the NIC.
NicForVmCreation Information about the network interface card (NIC) when creating a virtual machine (VM).
NicLight Information about the network interface card (NIC).
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
OsuApiKey Information about the OOS API key.
OsuExportImageExportTask Information about the OMI export task.
OsuExportSnapshotExportTask Information about the snapshot export task.
OsuExportToCreate Information about the OOS export task to create.
PermissionsOnResource Permissions for the resource.
PermissionsOnResourceCreation Information about the permissions for the resource.<br /> Specify either the `Additions` or the `Removals` parameter.
Phase1Options Information about Phase 1 of the Internet Key Exchange (IKE) negotiation.
Phase2Options Information about Phase 2 of the Internet Key Exchange (IKE) negotiation.
Placement Information about the placement of the VM.
Policy Information about the policy.
PolicyEntities Information about the policy entities.
PolicyVersion Information about the policy version.
PrivateIp Information about the private IP.
PrivateIpLight Information about the private IP.
PrivateIpLightForVm Information about the private IP of the NIC.
ProductType Information about the product type.
No description provided by the author
PublicIp Information about the public IP.
PublicIpLight Information about the public IP.
PutUserGroupPolicyRequest struct for PutUserGroupPolicyRequest.
PutUserGroupPolicyResponse struct for PutUserGroupPolicyResponse.
Quota Information about the quota.
QuotaTypes One or more quotas.
ReadAccessKeysRequest struct for ReadAccessKeysRequest.
ReadAccessKeysResponse struct for ReadAccessKeysResponse.
ReadAccountsRequest struct for ReadAccountsRequest.
ReadAccountsResponse struct for ReadAccountsResponse.
ReadAdminPasswordRequest struct for ReadAdminPasswordRequest.
ReadAdminPasswordResponse struct for ReadAdminPasswordResponse.
ReadApiAccessPolicyRequest struct for ReadApiAccessPolicyRequest.
ReadApiAccessPolicyResponse struct for ReadApiAccessPolicyResponse.
ReadApiAccessRulesRequest struct for ReadApiAccessRulesRequest.
ReadApiAccessRulesResponse struct for ReadApiAccessRulesResponse.
ReadApiLogsRequest struct for ReadApiLogsRequest.
ReadApiLogsResponse struct for ReadApiLogsResponse.
ReadCasRequest struct for ReadCasRequest.
ReadCasResponse struct for ReadCasResponse.
ReadCatalogRequest struct for ReadCatalogRequest.
ReadCatalogResponse struct for ReadCatalogResponse.
ReadCatalogsRequest struct for ReadCatalogsRequest.
ReadCatalogsResponse struct for ReadCatalogsResponse.
ReadClientGatewaysRequest struct for ReadClientGatewaysRequest.
ReadClientGatewaysResponse struct for ReadClientGatewaysResponse.
ReadConsoleOutputRequest struct for ReadConsoleOutputRequest.
ReadConsoleOutputResponse struct for ReadConsoleOutputResponse.
ReadConsumptionAccountRequest struct for ReadConsumptionAccountRequest.
ReadConsumptionAccountResponse struct for ReadConsumptionAccountResponse.
ReadDedicatedGroupsRequest struct for ReadDedicatedGroupsRequest.
ReadDedicatedGroupsResponse struct for ReadDedicatedGroupsResponse.
ReadDhcpOptionsRequest struct for ReadDhcpOptionsRequest.
ReadDhcpOptionsResponse struct for ReadDhcpOptionsResponse.
ReadDirectLinkInterfacesRequest struct for ReadDirectLinkInterfacesRequest.
ReadDirectLinkInterfacesResponse struct for ReadDirectLinkInterfacesResponse.
ReadDirectLinksRequest struct for ReadDirectLinksRequest.
ReadDirectLinksResponse struct for ReadDirectLinksResponse.
ReadEntitiesLinkedToPolicyRequest struct for ReadEntitiesLinkedToPolicyRequest.
ReadEntitiesLinkedToPolicyResponse struct for ReadEntitiesLinkedToPolicyResponse.
ReadFlexibleGpuCatalogRequest struct for ReadFlexibleGpuCatalogRequest.
ReadFlexibleGpuCatalogResponse struct for ReadFlexibleGpuCatalogResponse.
ReadFlexibleGpusRequest struct for ReadFlexibleGpusRequest.
ReadFlexibleGpusResponse struct for ReadFlexibleGpusResponse.
ReadImageExportTasksRequest struct for ReadImageExportTasksRequest.
ReadImageExportTasksResponse struct for ReadImageExportTasksResponse.
ReadImagesRequest struct for ReadImagesRequest.
ReadImagesResponse struct for ReadImagesResponse.
ReadInternetServicesRequest struct for ReadInternetServicesRequest.
ReadInternetServicesResponse struct for ReadInternetServicesResponse.
ReadKeypairsRequest struct for ReadKeypairsRequest.
ReadKeypairsResponse struct for ReadKeypairsResponse.
ReadLinkedPoliciesFilters One or more filters.
ReadLinkedPoliciesRequest struct for ReadLinkedPoliciesRequest.
ReadLinkedPoliciesResponse struct for ReadLinkedPoliciesResponse.
ReadListenerRulesRequest struct for ReadListenerRulesRequest.
ReadListenerRulesResponse struct for ReadListenerRulesResponse.
ReadLoadBalancersRequest struct for ReadLoadBalancersRequest.
ReadLoadBalancersResponse struct for ReadLoadBalancersResponse.
ReadLoadBalancerTagsRequest struct for ReadLoadBalancerTagsRequest.
ReadLoadBalancerTagsResponse struct for ReadLoadBalancerTagsResponse.
ReadLocationsRequest struct for ReadLocationsRequest.
ReadLocationsResponse struct for ReadLocationsResponse.
ReadManagedPoliciesLinkedToUserGroupRequest struct for ReadManagedPoliciesLinkedToUserGroupRequest.
ReadManagedPoliciesLinkedToUserGroupResponse struct for ReadManagedPoliciesLinkedToUserGroupResponse.
ReadNatServicesRequest struct for ReadNatServicesRequest.
ReadNatServicesResponse struct for ReadNatServicesResponse.
ReadNetAccessPointServicesRequest struct for ReadNetAccessPointServicesRequest.
ReadNetAccessPointServicesResponse struct for ReadNetAccessPointServicesResponse.
ReadNetAccessPointsRequest struct for ReadNetAccessPointsRequest.
ReadNetAccessPointsResponse struct for ReadNetAccessPointsResponse.
ReadNetPeeringsRequest struct for ReadNetPeeringsRequest.
ReadNetPeeringsResponse struct for ReadNetPeeringsResponse.
ReadNetsRequest struct for ReadNetsRequest.
ReadNetsResponse struct for ReadNetsResponse.
ReadNicsRequest struct for ReadNicsRequest.
ReadNicsResponse struct for ReadNicsResponse.
ReadPoliciesFilters One or more filters.
ReadPoliciesRequest struct for ReadPoliciesRequest.
ReadPoliciesResponse struct for ReadPoliciesResponse.
ReadPolicyRequest struct for ReadPolicyRequest.
ReadPolicyResponse struct for ReadPolicyResponse.
ReadPolicyVersionRequest struct for ReadPolicyVersionRequest.
ReadPolicyVersionResponse struct for ReadPolicyVersionResponse.
ReadPolicyVersionsRequest struct for ReadPolicyVersionsRequest.
ReadPolicyVersionsResponse struct for ReadPolicyVersionsResponse.
ReadProductTypesRequest struct for ReadProductTypesRequest.
ReadProductTypesResponse struct for ReadProductTypesResponse.
ReadPublicCatalogRequest struct for ReadPublicCatalogRequest.
ReadPublicCatalogResponse struct for ReadPublicCatalogResponse.
ReadPublicIpRangesRequest struct for ReadPublicIpRangesRequest.
ReadPublicIpRangesResponse struct for ReadPublicIpRangesResponse.
ReadPublicIpsRequest struct for ReadPublicIpsRequest.
ReadPublicIpsResponse struct for ReadPublicIpsResponse.
ReadQuotasRequest struct for ReadQuotasRequest.
ReadQuotasResponse struct for ReadQuotasResponse.
ReadRegionsRequest struct for ReadRegionsRequest.
ReadRegionsResponse struct for ReadRegionsResponse.
ReadRouteTablesRequest struct for ReadRouteTablesRequest.
ReadRouteTablesResponse struct for ReadRouteTablesResponse.
ReadSecurityGroupsRequest struct for ReadSecurityGroupsRequest.
ReadSecurityGroupsResponse struct for ReadSecurityGroupsResponse.
ReadServerCertificatesRequest struct for ReadServerCertificatesRequest.
ReadServerCertificatesResponse struct for ReadServerCertificatesResponse.
ReadSnapshotExportTasksRequest struct for ReadSnapshotExportTasksRequest.
ReadSnapshotExportTasksResponse struct for ReadSnapshotExportTasksResponse.
ReadSnapshotsRequest struct for ReadSnapshotsRequest.
ReadSnapshotsResponse struct for ReadSnapshotsResponse.
ReadSubnetsRequest struct for ReadSubnetsRequest.
ReadSubnetsResponse struct for ReadSubnetsResponse.
ReadSubregionsRequest struct for ReadSubregionsRequest.
ReadSubregionsResponse struct for ReadSubregionsResponse.
ReadTagsRequest struct for ReadTagsRequest.
ReadTagsResponse struct for ReadTagsResponse.
ReadUnitPriceRequest struct for ReadUnitPriceRequest.
ReadUnitPriceResponse struct for ReadUnitPriceResponse.
ReadUserGroupPoliciesRequest struct for ReadUserGroupPoliciesRequest.
ReadUserGroupPoliciesResponse struct for ReadUserGroupPoliciesResponse.
ReadUserGroupPolicyRequest struct for ReadUserGroupPolicyRequest.
ReadUserGroupPolicyResponse struct for ReadUserGroupPolicyResponse.
ReadUserGroupRequest struct for ReadUserGroupRequest.
ReadUserGroupResponse struct for ReadUserGroupResponse.
ReadUserGroupsPerUserRequest struct for ReadUserGroupsPerUserRequest.
ReadUserGroupsPerUserResponse struct for ReadUserGroupsPerUserResponse.
ReadUserGroupsRequest struct for ReadUserGroupsRequest.
ReadUserGroupsResponse struct for ReadUserGroupsResponse.
ReadUsersRequest struct for ReadUsersRequest.
ReadUsersResponse struct for ReadUsersResponse.
ReadVirtualGatewaysRequest struct for ReadVirtualGatewaysRequest.
ReadVirtualGatewaysResponse struct for ReadVirtualGatewaysResponse.
ReadVmGroupsRequest struct for ReadVmGroupsRequest.
ReadVmGroupsResponse struct for ReadVmGroupsResponse.
ReadVmsHealthRequest struct for ReadVmsHealthRequest.
ReadVmsHealthResponse struct for ReadVmsHealthResponse.
ReadVmsRequest struct for ReadVmsRequest.
ReadVmsResponse struct for ReadVmsResponse.
ReadVmsStateRequest struct for ReadVmsStateRequest.
ReadVmsStateResponse struct for ReadVmsStateResponse.
ReadVmTemplatesRequest struct for ReadVmTemplatesRequest.
ReadVmTemplatesResponse struct for ReadVmTemplatesResponse.
ReadVmTypesRequest struct for ReadVmTypesRequest.
ReadVmTypesResponse struct for ReadVmTypesResponse.
ReadVolumesRequest struct for ReadVolumesRequest.
ReadVolumesResponse struct for ReadVolumesResponse.
ReadVpnConnectionsRequest struct for ReadVpnConnectionsRequest.
ReadVpnConnectionsResponse struct for ReadVpnConnectionsResponse.
RebootVmsRequest struct for RebootVmsRequest.
RebootVmsResponse struct for RebootVmsResponse.
Region Information about the Region.
RegisterVmsInLoadBalancerRequest struct for RegisterVmsInLoadBalancerRequest.
RegisterVmsInLoadBalancerResponse struct for RegisterVmsInLoadBalancerResponse.
RejectNetPeeringRequest struct for RejectNetPeeringRequest.
RejectNetPeeringResponse struct for RejectNetPeeringResponse.
RemoveUserFromUserGroupRequest struct for RemoveUserFromUserGroupRequest.
RemoveUserFromUserGroupResponse struct for RemoveUserFromUserGroupResponse.
ResourceLoadBalancerTag Information about the tag.
ResourceTag Information about the tag.
ResponseContext Information about the context of the response.
Route Information about the route.
RouteLight Information about the route.
RoutePropagatingVirtualGateway Information about the route propagating virtual gateway.
RouteTable Information about the route table.
ScaleDownVmGroupRequest struct for ScaleDownVmGroupRequest.
ScaleDownVmGroupResponse struct for ScaleDownVmGroupResponse.
ScaleUpVmGroupRequest struct for ScaleUpVmGroupRequest.
ScaleUpVmGroupResponse struct for ScaleUpVmGroupResponse.
SecurityGroup Information about the security group.
SecurityGroupLight Information about the security group.
SecurityGroupRule Information about the security group rule.
SecurityGroupsMember Information about a source or destination security group.
ServerCertificate Information about the server certificate.
ServerConfiguration stores the information about a server.
ServerVariable stores the information about a server variable.
Service Information about the service.
SetDefaultPolicyVersionRequest struct for SetDefaultPolicyVersionRequest.
SetDefaultPolicyVersionResponse struct for SetDefaultPolicyVersionResponse.
Snapshot Information about the snapshot.
SnapshotExportTask Information about the snapshot export task.
SourceNet Information about the source Net.
SourceSecurityGroup Information about the source security group of the load balancer, which you can use as part of your inbound rules for your registered VMs.<br /> To only allow traffic from load balancers, add a security group rule that specifies this source security group as the inbound source.
StartVmsRequest struct for StartVmsRequest.
StartVmsResponse struct for StartVmsResponse.
StateComment Information about the change of state.
StopVmsRequest struct for StopVmsRequest.
StopVmsResponse struct for StopVmsResponse.
Subnet Information about the Subnet.
Subregion Information about the Subregion.
Tag Information about the tag.
UnitPriceEntry Information about the unit price entry.
UnlinkFlexibleGpuRequest struct for UnlinkFlexibleGpuRequest.
UnlinkFlexibleGpuResponse struct for UnlinkFlexibleGpuResponse.
UnlinkInternetServiceRequest struct for UnlinkInternetServiceRequest.
UnlinkInternetServiceResponse struct for UnlinkInternetServiceResponse.
UnlinkLoadBalancerBackendMachinesRequest struct for UnlinkLoadBalancerBackendMachinesRequest.
UnlinkLoadBalancerBackendMachinesResponse struct for UnlinkLoadBalancerBackendMachinesResponse.
UnlinkManagedPolicyFromUserGroupRequest struct for UnlinkManagedPolicyFromUserGroupRequest.
UnlinkManagedPolicyFromUserGroupResponse struct for UnlinkManagedPolicyFromUserGroupResponse.
UnlinkNicRequest struct for UnlinkNicRequest.
UnlinkNicResponse struct for UnlinkNicResponse.
UnlinkPolicyRequest struct for UnlinkPolicyRequest.
UnlinkPolicyResponse struct for UnlinkPolicyResponse.
UnlinkPrivateIpsRequest struct for UnlinkPrivateIpsRequest.
UnlinkPrivateIpsResponse struct for UnlinkPrivateIpsResponse.
UnlinkPublicIpRequest struct for UnlinkPublicIpRequest.
UnlinkPublicIpResponse struct for UnlinkPublicIpResponse.
UnlinkRouteTableRequest struct for UnlinkRouteTableRequest.
UnlinkRouteTableResponse struct for UnlinkRouteTableResponse.
UnlinkVirtualGatewayRequest struct for UnlinkVirtualGatewayRequest.
UnlinkVirtualGatewayResponse struct for UnlinkVirtualGatewayResponse.
UnlinkVolumeRequest struct for UnlinkVolumeRequest.
UnlinkVolumeResponse struct for UnlinkVolumeResponse.
UpdateAccessKeyRequest struct for UpdateAccessKeyRequest.
UpdateAccessKeyResponse struct for UpdateAccessKeyResponse.
UpdateAccountRequest struct for UpdateAccountRequest.
UpdateAccountResponse struct for UpdateAccountResponse.
UpdateApiAccessPolicyRequest struct for UpdateApiAccessPolicyRequest.
UpdateApiAccessPolicyResponse struct for UpdateApiAccessPolicyResponse.
UpdateApiAccessRuleRequest struct for UpdateApiAccessRuleRequest.
UpdateApiAccessRuleResponse struct for UpdateApiAccessRuleResponse.
UpdateCaRequest struct for UpdateCaRequest.
UpdateCaResponse struct for UpdateCaResponse.
UpdateDedicatedGroupRequest struct for UpdateDedicatedGroupRequest.
UpdateDedicatedGroupResponse struct for UpdateDedicatedGroupResponse.
UpdateDirectLinkInterfaceRequest struct for UpdateDirectLinkInterfaceRequest.
UpdateDirectLinkInterfaceResponse struct for UpdateDirectLinkInterfaceResponse.
UpdateFlexibleGpuRequest struct for UpdateFlexibleGpuRequest.
UpdateFlexibleGpuResponse struct for UpdateFlexibleGpuResponse.
UpdateImageRequest struct for UpdateImageRequest.
UpdateImageResponse struct for UpdateImageResponse.
UpdateListenerRuleRequest struct for UpdateListenerRuleRequest.
UpdateListenerRuleResponse struct for UpdateListenerRuleResponse.
UpdateLoadBalancerRequest struct for UpdateLoadBalancerRequest.
UpdateLoadBalancerResponse struct for UpdateLoadBalancerResponse.
UpdateNetAccessPointRequest struct for UpdateNetAccessPointRequest.
UpdateNetAccessPointResponse struct for UpdateNetAccessPointResponse.
UpdateNetRequest struct for UpdateNetRequest.
UpdateNetResponse struct for UpdateNetResponse.
UpdateNicRequest struct for UpdateNicRequest.
UpdateNicResponse struct for UpdateNicResponse.
UpdateRoutePropagationRequest struct for UpdateRoutePropagationRequest.
UpdateRoutePropagationResponse struct for UpdateRoutePropagationResponse.
UpdateRouteRequest struct for UpdateRouteRequest.
UpdateRouteResponse struct for UpdateRouteResponse.
UpdateRouteTableLinkRequest struct for UpdateRouteTableLinkRequest.
UpdateRouteTableLinkResponse struct for UpdateRouteTableLinkResponse.
UpdateServerCertificateRequest struct for UpdateServerCertificateRequest.
UpdateServerCertificateResponse struct for UpdateServerCertificateResponse.
UpdateSnapshotRequest struct for UpdateSnapshotRequest.
UpdateSnapshotResponse struct for UpdateSnapshotResponse.
UpdateSubnetRequest struct for UpdateSubnetRequest.
UpdateSubnetResponse struct for UpdateSubnetResponse.
UpdateUserGroupRequest struct for UpdateUserGroupRequest.
UpdateUserGroupResponse struct for UpdateUserGroupResponse.
UpdateUserRequest struct for UpdateUserRequest.
UpdateUserResponse struct for UpdateUserResponse.
UpdateVmGroupRequest struct for UpdateVmGroupRequest.
UpdateVmGroupResponse struct for UpdateVmGroupResponse.
UpdateVmRequest struct for UpdateVmRequest.
UpdateVmResponse struct for UpdateVmResponse.
UpdateVmTemplateRequest struct for UpdateVmTemplateRequest.
UpdateVmTemplateResponse struct for UpdateVmTemplateResponse.
UpdateVolumeRequest struct for UpdateVolumeRequest.
UpdateVolumeResponse struct for UpdateVolumeResponse.
UpdateVpnConnectionRequest struct for UpdateVpnConnectionRequest.
UpdateVpnConnectionResponse struct for UpdateVpnConnectionResponse.
User Information about the EIM user.
UserGroup Information about the user group.
VgwTelemetry Information about the current state of a VPN tunnel.
VirtualGateway Information about the virtual gateway.
Vm Information about the VM.
VmGroup Information about the VM group.
VmState Information about the state of the VM.
VmStates Information about the states of the VMs.
VmTemplate Information about the VM template.
VmType Information about the VM type.
Volume Information about the volume.
VpnConnection Information about a VPN connection.
VpnOptions Information about the VPN options.
With The information to display in each returned log.

# Type aliases

AccessKeyApiService AccessKeyApi service.
AccountApiService AccountApi service.
ApiAccessPolicyApiService ApiAccessPolicyApi service.
ApiAccessRuleApiService ApiAccessRuleApi service.
ApiLogApiService ApiLogApi service.
CaApiService CaApi service.
CatalogApiService CatalogApi service.
ClientGatewayApiService ClientGatewayApi service.
DedicatedGroupApiService DedicatedGroupApi service.
DhcpOptionApiService DhcpOptionApi service.
DirectLinkApiService DirectLinkApi service.
DirectLinkInterfaceApiService DirectLinkInterfaceApi service.
FlexibleGpuApiService FlexibleGpuApi service.
ImageApiService ImageApi service.
InternetServiceApiService InternetServiceApi service.
KeypairApiService KeypairApi service.
ListenerApiService ListenerApi service.
LoadBalancerApiService LoadBalancerApi service.
LoadBalancerPolicyApiService LoadBalancerPolicyApi service.
LocationApiService LocationApi service.
NatServiceApiService NatServiceApi service.
NetAccessPointApiService NetAccessPointApi service.
NetApiService NetApi service.
NetPeeringApiService NetPeeringApi service.
NicApiService NicApi service.
PolicyApiService PolicyApi service.
ProductTypeApiService ProductTypeApi service.
PublicCatalogApiService PublicCatalogApi service.
PublicIpApiService PublicIpApi service.
QuotaApiService QuotaApi service.
RegionApiService RegionApi service.
RouteApiService RouteApi service.
RouteTableApiService RouteTableApi service.
SecurityGroupApiService SecurityGroupApi service.
SecurityGroupRuleApiService SecurityGroupRuleApi service.
ServerCertificateApiService ServerCertificateApi service.
ServerConfigurations stores multiple ServerConfiguration items.
SnapshotApiService SnapshotApi service.
SubnetApiService SubnetApi service.
SubregionApiService SubregionApi service.
TagApiService TagApi service.
TaskApiService TaskApi service.
UserApiService UserApi service.
UserGroupApiService UserGroupApi service.
VirtualGatewayApiService VirtualGatewayApi service.
VmApiService VmApi service.
VmGroupApiService VmGroupApi service.
VmTemplateApiService VmTemplateApi service.
VolumeApiService VolumeApi service.
VpnConnectionApiService VpnConnectionApi service.