public class CreateInstanceRequest
extends com.aliyun.tea.TeaModel
限定符和类型 | 类和说明 |
---|---|
static class |
CreateInstanceRequest.CreateInstanceRequestArn |
static class |
CreateInstanceRequest.CreateInstanceRequestDataDisk |
static class |
CreateInstanceRequest.CreateInstanceRequestHibernationOptions |
static class |
CreateInstanceRequest.CreateInstanceRequestPrivatePoolOptions |
static class |
CreateInstanceRequest.CreateInstanceRequestSystemDisk |
static class |
CreateInstanceRequest.CreateInstanceRequestTag |
限定符和类型 | 字段和说明 |
---|---|
String |
affinity
Specifies whether to associate the instance on a dedicated host with the dedicated host.
|
List<CreateInstanceRequest.CreateInstanceRequestArn> |
arn
This parameter is in invitational preview and is not publicly available.
|
Boolean |
autoRenew
Specifies whether to enable auto-renewal for the instance.
|
Integer |
autoRenewPeriod
The auto-renewal period of the instance.
|
String |
clientToken
The client token that is used to ensure the idempotence of the request.
|
String |
clusterId
The ID of the cluster in which to create the instance.
|
String |
creditSpecification
The performance mode of the burstable instance.
|
List<CreateInstanceRequest.CreateInstanceRequestDataDisk> |
dataDisk
The data disks.
|
String |
dedicatedHostId
The ID of the dedicated host on which to create the instance.
|
Boolean |
deletionProtection
Specifies whether to enable release protection for the instance.
|
Integer |
deploymentSetGroupNo
The number of the deployment set group to which to deploy the instance.
|
String |
deploymentSetId
The ID of the deployment set to which to deploy the instance.
|
String |
description
The description of the instance.
|
Boolean |
dryRun
Specifies whether to perform only a dry run, without performing the actual request.
|
CreateInstanceRequest.CreateInstanceRequestHibernationOptions |
hibernationOptions |
String |
hostName
The hostname of the instance.
|
String |
hpcClusterId
The ID of the high performance computing (HPC) cluster to which to assign the instance.
|
String |
httpEndpoint
Specifies whether to enable the access channel for instance metadata.
|
Integer |
httpPutResponseHopLimit
This parameter is in invitational preview and is not publicly available.
|
String |
httpTokens
Specifies whether to forcibly use the security hardening mode (IMDSv2) to access instance metadata.
|
String |
imageFamily
The name of the image family.
|
String |
imageId
The ID of the image to use to create the instance.
|
String |
innerIpAddress
The internal IP address to assign to the instance.
|
String |
instanceChargeType
The billing method of the instance.
|
String |
instanceName
The name of the instance.
|
String |
instanceType
The instance type.
|
String |
internetChargeType
The billing method for network usage.
|
Integer |
internetMaxBandwidthIn
The maximum inbound public bandwidth.
|
Integer |
internetMaxBandwidthOut
The maximum outbound public bandwidth.
|
String |
ioOptimized
Specifies whether the instance is I/O optimized.
|
String |
keyPairName
The name of the key pair.
|
String |
nodeControllerId
This parameter is in invitational preview and is not publicly available.
|
String |
ownerAccount |
Long |
ownerId |
String |
password
The password of the instance.
|
Boolean |
passwordInherit
Specifies whether to use the password preset in the image.
|
Integer |
period
The subscription period of the instance.
|
String |
periodUnit
The unit of the subscription period.
|
String |
privateIpAddress
The private IP address to assign to the instance.
|
CreateInstanceRequest.CreateInstanceRequestPrivatePoolOptions |
privatePoolOptions |
String |
ramRoleName
The name of the instance Resource Access Management (RAM) role.
|
String |
regionId
The ID of the region in which to create the instance.
|
String |
resourceGroupId
The ID of the resource group to which to assign the instance.
|
String |
resourceOwnerAccount |
Long |
resourceOwnerId |
String |
securityEnhancementStrategy
Specifies whether to enable security hardening.
|
String |
securityGroupId
The ID of the security group to which to assign the instance.
|
Integer |
spotDuration
The protection period of the preemptible instance.
|
String |
spotInterruptionBehavior
The interruption mode of the preemptible instance.
|
Float |
spotPriceLimit
The maximum hourly price of the instance.
|
String |
spotStrategy
The bidding policy for the pay-as-you-go instance.
|
String |
storageSetId
The ID of the storage set.
|
Integer |
storageSetPartitionNumber
The maximum number of partitions in the storage set.
|
CreateInstanceRequest.CreateInstanceRequestSystemDisk |
systemDisk |
List<CreateInstanceRequest.CreateInstanceRequestTag> |
tag
The tags to add to the instance.
|
String |
tenancy
Specifies whether to create the instance on a dedicated host.
|
Boolean |
useAdditionalService
Specifies whether to use the system configurations for virtual machines.
|
String |
userData
The user data of the instance.
|
String |
vlanId
The ID of the virtual LAN (VLAN).
|
String |
vSwitchId
The ID of the vSwitch to which to connect the instance.
|
String |
zoneId
The ID of the zone in which to create the instance.
|
构造器和说明 |
---|
CreateInstanceRequest() |
@NameInMap(value="HibernationOptions") public CreateInstanceRequest.CreateInstanceRequestHibernationOptions hibernationOptions
@NameInMap(value="PrivatePoolOptions") public CreateInstanceRequest.CreateInstanceRequestPrivatePoolOptions privatePoolOptions
@NameInMap(value="SystemDisk") public CreateInstanceRequest.CreateInstanceRequestSystemDisk systemDisk
@NameInMap(value="Affinity") public String affinity
Specifies whether to associate the instance on a dedicated host with the dedicated host. Valid values:
Default value: default.
example:default
@NameInMap(value="Arn") public List<CreateInstanceRequest.CreateInstanceRequestArn> arn
This parameter is in invitational preview and is not publicly available.
@NameInMap(value="AutoRenew") public Boolean autoRenew
Specifies whether to enable auto-renewal for the instance. This parameter is valid only if InstanceChargeType
is set to PrePaid
. Valid values:
true
@NameInMap(value="AutoRenewPeriod") public Integer autoRenewPeriod
The auto-renewal period of the instance. This parameter is required if AutoRenew is set to true.
Valid values if PeriodUnit is set to Month: 1, 2, 3, 6, and 12.
example:2
@NameInMap(value="ClientToken") public String clientToken
The client token that is used to ensure the idempotence of the request. You can use the client to generate the token, but you must make sure that the token is unique among different requests. The token can contain only ASCII characters and cannot exceed 64 characters in length.**** For more information, see How to ensure idempotence.
example:123e4567-e89b-12d3-a456-426655440000
@NameInMap(value="ClusterId") public String clusterId
The ID of the cluster in which to create the instance.
example:This parameter will be removed in the future. We recommend that you use other parameters to ensure future compatibility.
c-bp67acfmxazb4p****
@NameInMap(value="CreditSpecification") public String creditSpecification
The performance mode of the burstable instance. Valid values:
Standard
@NameInMap(value="DataDisk") public List<CreateInstanceRequest.CreateInstanceRequestDataDisk> dataDisk
The data disks.
@NameInMap(value="DedicatedHostId") public String dedicatedHostId
The ID of the dedicated host on which to create the instance.
You can call the DescribeDedicatedHosts operation to query the list of dedicated host IDs
If you specify DedicatedHostId
, the SpotStrategy
and SpotPriceLimit
parameters are ignored. This is because preemptible instances cannot be created on dedicated hosts.
dh-bp67acfmxazb4p****
@NameInMap(value="DeletionProtection") public Boolean deletionProtection
Specifies whether to enable release protection for the instance. This parameter indicates whether you can use the ECS console or call the DeleteInstance operation to release the instance.
example:This parameter is applicable only to pay-as-you-go instances. It can protect instances against manual releases, but not against automatic releases.
false
@NameInMap(value="DeploymentSetGroupNo") public Integer deploymentSetGroupNo
The number of the deployment set group to which to deploy the instance. If the deployment set specified by the DeploymentSetId parameter uses the high availability group strategy (AvailabilityGroup), you can use the DeploymentSetGroupNo parameter to specify a deployment set group in the deployment set. Valid values: 1 to 7.
example:1
@NameInMap(value="DeploymentSetId") public String deploymentSetId
The ID of the deployment set to which to deploy the instance.
example:ds-bp1brhwhoqinyjd6****
@NameInMap(value="Description") public String description
The description of the instance. The description must be 2 to 256 characters in length and cannot start with http://
or https://
.
This parameter is empty by default.
example:InstanceTest
@NameInMap(value="DryRun") public Boolean dryRun
Specifies whether to perform only a dry run, without performing the actual request. Valid values:
DryRunOperation
error code is returned.false
@NameInMap(value="HostName") public String hostName
The hostname of the instance.
LocalHostName
@NameInMap(value="HpcClusterId") public String hpcClusterId
The ID of the high performance computing (HPC) cluster to which to assign the instance.
example:hpc-bp67acfmxazb4p****
@NameInMap(value="HttpEndpoint") public String httpEndpoint
Specifies whether to enable the access channel for instance metadata. Valid values:
Default value: enabled.
example:For more information about instance metadata, see Overview of instance metadata.
enabled
@NameInMap(value="HttpPutResponseHopLimit") public Integer httpPutResponseHopLimit
example:This parameter is in invitational preview and is not publicly available.
0
@NameInMap(value="HttpTokens") public String httpTokens
Specifies whether to forcibly use the security hardening mode (IMDSv2) to access instance metadata. Valid values:
Default value: optional.
example:For more information about the modes of accessing instance metadata, see Access mode of instance metadata.
optional
@NameInMap(value="ImageFamily") public String imageFamily
The name of the image family. You can set this parameter to obtain the latest available custom image from the specified image family to create the instance.
ImageId
is specified.ImageId
is not specified.hangzhou-daily-update
@NameInMap(value="ImageId") public String imageId
The ID of the image to use to create the instance. To use an Alibaba Cloud Marketplace image, you can view the image ID
on the product page of the Alibaba Cloud Marketplace image. This parameter is required if you do not specify ImageFamily
to obtain the latest available custom image from the specified image family.
ubuntu_18_04_64_20G_alibase_20190624.vhd
@NameInMap(value="InnerIpAddress") public String innerIpAddress
The internal IP address to assign to the instance.
example:192.168.**.**
@NameInMap(value="InstanceChargeType") public String instanceChargeType
The billing method of the instance. Valid values:
InvalidPayMethod
error is returned.PrePaid
@NameInMap(value="InstanceName") public String instanceName
The name of the instance. The name must be 2 to 128 characters in length. It must start with a letter and cannot start with http://
or https://
. It can contain letters, digits, colons (:), underscores (_), periods (.), and hyphens (-). If you do not specify this parameter, the instance ID is used as the instance name by default.
2018-12-06T103200Z
@NameInMap(value="InstanceType") public String instanceType
The instance type.
This parameter is required.
example:ecs.g6.large
@NameInMap(value="InternetChargeType") public String internetChargeType
The billing method for network usage. Default value: PayByTraffic. Valid values:
example:When the pay-by-traffic billing method is used for network usage, the maximum inbound and outbound bandwidths are used as the upper limits of bandwidths instead of guaranteed performance specifications. In scenarios where demand outstrips resource supplies, these maximum bandwidth values may be limited. If you want guaranteed bandwidths for your instance, use the pay-by-bandwidth billing method for network usage.
PayByTraffic
@NameInMap(value="InternetMaxBandwidthIn") public Integer internetMaxBandwidthIn
The maximum inbound public bandwidth. Unit: Mbit/s. Valid values:
InternetMaxBandwidthOut
value and the default value is the InternetMaxBandwidthOut
value.50
@NameInMap(value="InternetMaxBandwidthOut") public Integer internetMaxBandwidthOut
The maximum outbound public bandwidth. Unit: Mbit/s. Valid values: 0 to 100.
Default value: 0.
example:5
@NameInMap(value="IoOptimized") public String ioOptimized
Specifies whether the instance is I/O optimized. Valid values:
For retired instance types, the default value is none. For more information, see Retired instance types.
For other instance types, the default value is optimized.
example:optimized
@NameInMap(value="KeyPairName") public String keyPairName
The name of the key pair.
example:For Windows instances, this parameter is ignored. This parameter is empty by default. The
Password
parameter takes effect even if the KeyPairName parameter is specified.
KeyPairTestName
@NameInMap(value="NodeControllerId") public String nodeControllerId
example:This parameter is in invitational preview and is not publicly available.
hide
@NameInMap(value="OwnerAccount") public String ownerAccount
@NameInMap(value="OwnerId") public Long ownerId
@NameInMap(value="Password") public String password
The password of the instance. The password must be 8 to 30 characters in length and contain at least three of the following character types: uppercase letters, lowercase letters, digits, and special characters. The following special characters are supported:
( ) ` ~ ! @ # $ % ^ & * - _ + = | { } [ ] : ; \\" < > , . ? /
Take note of the following items:
TestEcs123!
@NameInMap(value="PasswordInherit") public Boolean passwordInherit
Specifies whether to use the password preset in the image. When you use this parameter, leave the Password parameter empty and make sure that the selected image has a password preset.
example:false
@NameInMap(value="Period") public Integer period
The subscription period of the instance. The unit is specified by PeriodUnit
. This parameter is valid and required only when InstanceChargeType
is set to PrePaid
. If DedicatedHostId
is specified, the value of Period must not exceed the subscription period of the specified dedicated host. Valid values:
Valid values if PeriodUnit is set to Month: 1, 2, 3, 6, and 12.
example:1
@NameInMap(value="PeriodUnit") public String periodUnit
The unit of the subscription period. Valid values:
Month
Default value: Month.
example:Month
@NameInMap(value="PrivateIpAddress") public String privateIpAddress
The private IP address to assign to the instance. The private IP address must be an available IP address in the CIDR block of the specified vSwitch.
example:172.16.236.*
@NameInMap(value="RamRoleName") public String ramRoleName
The name of the instance Resource Access Management (RAM) role. You can call the ListRoles operation provided by RAM to query the instance RAM roles that you created.
example:RAMTestName
@NameInMap(value="RegionId") public String regionId
The ID of the region in which to create the instance. You can call the DescribeRegions operation to query the most recent region list.
This parameter is required.
example:cn-hangzhou
@NameInMap(value="ResourceGroupId") public String resourceGroupId
The ID of the resource group to which to assign the instance.
example:rg-bp67acfmxazb4p****
@NameInMap(value="ResourceOwnerAccount") public String resourceOwnerAccount
@NameInMap(value="ResourceOwnerId") public Long resourceOwnerId
@NameInMap(value="SecurityEnhancementStrategy") public String securityEnhancementStrategy
Specifies whether to enable security hardening. Valid values:
Active
@NameInMap(value="SecurityGroupId") public String securityGroupId
The ID of the security group to which to assign the instance.
example:sg-bp15ed6xe1yxeycg****
@NameInMap(value="SpotDuration") public Integer spotDuration
The protection period of the preemptible instance. Unit: hours. Default value: 1. Valid values:
Alibaba Cloud sends an ECS system event to notify you 5 minutes before the instance is released. Preemptible instances are billed by second. We recommend that you specify an appropriate protection period based on your business requirements.
example:This parameter takes effect only if the SpotStrategy parameter is set to SpotWithPriceLimit or SpotAsPriceGo.
1
@NameInMap(value="SpotInterruptionBehavior") public String spotInterruptionBehavior
The interruption mode of the preemptible instance. Valid values:
Terminate: The instance is released.
Stop: The instance is stopped in economical mode.
For information about the economical mode, see Economical mode.
Default value: Terminate.
example:Terminate
@NameInMap(value="SpotPriceLimit") public Float spotPriceLimit
The maximum hourly price of the instance. The value is accurate to three decimal places. This parameter is valid only when SpotStrategy
is set to SpotWithPriceLimit
.
0.98
@NameInMap(value="SpotStrategy") public String spotStrategy
The bidding policy for the pay-as-you-go instance. This parameter is valid only if you set InstanceChargeType
to PostPaid
. Valid values:
NoSpot
@NameInMap(value="StorageSetId") public String storageSetId
The ID of the storage set.
example:ss-bp1j4i2jdf3owlhe****
@NameInMap(value="StorageSetPartitionNumber") public Integer storageSetPartitionNumber
The maximum number of partitions in the storage set. Valid values: greater than or equal to 2.
example:2
@NameInMap(value="Tag") public List<CreateInstanceRequest.CreateInstanceRequestTag> tag
The tags to add to the instance.
@NameInMap(value="Tenancy") public String tenancy
Specifies whether to create the instance on a dedicated host. Valid values:
DedicatedHostId
, Alibaba Cloud selects a dedicated host for the instance.Default value: default.
example:default
@NameInMap(value="UseAdditionalService") public Boolean useAdditionalService
Specifies whether to use the system configurations for virtual machines. Alibaba Cloud provides the Network Time Protocol (NTP) and Key Management Service (KMS) system configurations for Windows and the NTP and Yellowdog Updater, Modified (YUM) system configurations for Linux.
example:true
@NameInMap(value="UserData") public String userData
The user data of the instance. The user data must be encoded in Base64. The maximum size of raw data is 16 KB.
example:ZWNobyBoZWxsbyBlY3Mh
@NameInMap(value="VSwitchId") public String vSwitchId
The ID of the vSwitch to which to connect the instance. This parameter is required when you create an instance in a VPC. You can call the DescribeVSwitches operation to query available vSwitches.
example:If
VSwitchId
is specified, the zone specified byZoneId
must be the zone where the specified vSwitch resides. You can also leaveZoneId
empty. Then, the system selects the zone where the specified vSwitch resides.
vsw-bp1s5fnvk4gn2tws0****
@NameInMap(value="VlanId") public String vlanId
The ID of the virtual LAN (VLAN).
example:10
@NameInMap(value="ZoneId") public String zoneId
The ID of the zone in which to create the instance. You can call the DescribeZones operation to query the zones in a specific region.
If
VSwitchId
is specified, the zone specified byZoneId
must be the zone where the specified vSwitch resides. You can also leaveZoneId
empty. Then, the system selects the zone where the specified vSwitch resides.
This parameter is empty by default.
example:cn-hangzhou-g
public static CreateInstanceRequest build(Map<String,?> map) throws Exception
Exception
public CreateInstanceRequest setHibernationOptions(CreateInstanceRequest.CreateInstanceRequestHibernationOptions hibernationOptions)
public CreateInstanceRequest.CreateInstanceRequestHibernationOptions getHibernationOptions()
public CreateInstanceRequest setPrivatePoolOptions(CreateInstanceRequest.CreateInstanceRequestPrivatePoolOptions privatePoolOptions)
public CreateInstanceRequest.CreateInstanceRequestPrivatePoolOptions getPrivatePoolOptions()
public CreateInstanceRequest setSystemDisk(CreateInstanceRequest.CreateInstanceRequestSystemDisk systemDisk)
public CreateInstanceRequest.CreateInstanceRequestSystemDisk getSystemDisk()
public CreateInstanceRequest setAffinity(String affinity)
public String getAffinity()
public CreateInstanceRequest setArn(List<CreateInstanceRequest.CreateInstanceRequestArn> arn)
public List<CreateInstanceRequest.CreateInstanceRequestArn> getArn()
public CreateInstanceRequest setAutoRenew(Boolean autoRenew)
public Boolean getAutoRenew()
public CreateInstanceRequest setAutoRenewPeriod(Integer autoRenewPeriod)
public Integer getAutoRenewPeriod()
public CreateInstanceRequest setClientToken(String clientToken)
public String getClientToken()
public CreateInstanceRequest setClusterId(String clusterId)
public String getClusterId()
public CreateInstanceRequest setCreditSpecification(String creditSpecification)
public String getCreditSpecification()
public CreateInstanceRequest setDataDisk(List<CreateInstanceRequest.CreateInstanceRequestDataDisk> dataDisk)
public List<CreateInstanceRequest.CreateInstanceRequestDataDisk> getDataDisk()
public CreateInstanceRequest setDedicatedHostId(String dedicatedHostId)
public String getDedicatedHostId()
public CreateInstanceRequest setDeletionProtection(Boolean deletionProtection)
public Boolean getDeletionProtection()
public CreateInstanceRequest setDeploymentSetGroupNo(Integer deploymentSetGroupNo)
public Integer getDeploymentSetGroupNo()
public CreateInstanceRequest setDeploymentSetId(String deploymentSetId)
public String getDeploymentSetId()
public CreateInstanceRequest setDescription(String description)
public String getDescription()
public CreateInstanceRequest setDryRun(Boolean dryRun)
public Boolean getDryRun()
public CreateInstanceRequest setHostName(String hostName)
public String getHostName()
public CreateInstanceRequest setHpcClusterId(String hpcClusterId)
public String getHpcClusterId()
public CreateInstanceRequest setHttpEndpoint(String httpEndpoint)
public String getHttpEndpoint()
public CreateInstanceRequest setHttpPutResponseHopLimit(Integer httpPutResponseHopLimit)
public Integer getHttpPutResponseHopLimit()
public CreateInstanceRequest setHttpTokens(String httpTokens)
public String getHttpTokens()
public CreateInstanceRequest setImageFamily(String imageFamily)
public String getImageFamily()
public CreateInstanceRequest setImageId(String imageId)
public String getImageId()
public CreateInstanceRequest setInnerIpAddress(String innerIpAddress)
public String getInnerIpAddress()
public CreateInstanceRequest setInstanceChargeType(String instanceChargeType)
public String getInstanceChargeType()
public CreateInstanceRequest setInstanceName(String instanceName)
public String getInstanceName()
public CreateInstanceRequest setInstanceType(String instanceType)
public String getInstanceType()
public CreateInstanceRequest setInternetChargeType(String internetChargeType)
public String getInternetChargeType()
public CreateInstanceRequest setInternetMaxBandwidthIn(Integer internetMaxBandwidthIn)
public Integer getInternetMaxBandwidthIn()
public CreateInstanceRequest setInternetMaxBandwidthOut(Integer internetMaxBandwidthOut)
public Integer getInternetMaxBandwidthOut()
public CreateInstanceRequest setIoOptimized(String ioOptimized)
public String getIoOptimized()
public CreateInstanceRequest setKeyPairName(String keyPairName)
public String getKeyPairName()
public CreateInstanceRequest setNodeControllerId(String nodeControllerId)
public String getNodeControllerId()
public CreateInstanceRequest setOwnerAccount(String ownerAccount)
public String getOwnerAccount()
public CreateInstanceRequest setOwnerId(Long ownerId)
public Long getOwnerId()
public CreateInstanceRequest setPassword(String password)
public String getPassword()
public CreateInstanceRequest setPasswordInherit(Boolean passwordInherit)
public Boolean getPasswordInherit()
public CreateInstanceRequest setPeriod(Integer period)
public Integer getPeriod()
public CreateInstanceRequest setPeriodUnit(String periodUnit)
public String getPeriodUnit()
public CreateInstanceRequest setPrivateIpAddress(String privateIpAddress)
public String getPrivateIpAddress()
public CreateInstanceRequest setRamRoleName(String ramRoleName)
public String getRamRoleName()
public CreateInstanceRequest setRegionId(String regionId)
public String getRegionId()
public CreateInstanceRequest setResourceGroupId(String resourceGroupId)
public String getResourceGroupId()
public CreateInstanceRequest setResourceOwnerAccount(String resourceOwnerAccount)
public String getResourceOwnerAccount()
public CreateInstanceRequest setResourceOwnerId(Long resourceOwnerId)
public Long getResourceOwnerId()
public CreateInstanceRequest setSecurityEnhancementStrategy(String securityEnhancementStrategy)
public String getSecurityEnhancementStrategy()
public CreateInstanceRequest setSecurityGroupId(String securityGroupId)
public String getSecurityGroupId()
public CreateInstanceRequest setSpotDuration(Integer spotDuration)
public Integer getSpotDuration()
public CreateInstanceRequest setSpotInterruptionBehavior(String spotInterruptionBehavior)
public String getSpotInterruptionBehavior()
public CreateInstanceRequest setSpotPriceLimit(Float spotPriceLimit)
public Float getSpotPriceLimit()
public CreateInstanceRequest setSpotStrategy(String spotStrategy)
public String getSpotStrategy()
public CreateInstanceRequest setStorageSetId(String storageSetId)
public String getStorageSetId()
public CreateInstanceRequest setStorageSetPartitionNumber(Integer storageSetPartitionNumber)
public Integer getStorageSetPartitionNumber()
public CreateInstanceRequest setTag(List<CreateInstanceRequest.CreateInstanceRequestTag> tag)
public List<CreateInstanceRequest.CreateInstanceRequestTag> getTag()
public CreateInstanceRequest setTenancy(String tenancy)
public String getTenancy()
public CreateInstanceRequest setUseAdditionalService(Boolean useAdditionalService)
public Boolean getUseAdditionalService()
public CreateInstanceRequest setUserData(String userData)
public String getUserData()
public CreateInstanceRequest setVSwitchId(String vSwitchId)
public String getVSwitchId()
public CreateInstanceRequest setVlanId(String vlanId)
public String getVlanId()
public CreateInstanceRequest setZoneId(String zoneId)
public String getZoneId()
Copyright © 2024. All rights reserved.