public class CreateDefaultVSwitchRequest
extends com.aliyun.tea.TeaModel
限定符和类型 | 字段和说明 |
---|---|
String |
clientToken
The client token that is used to ensure the idempotence of the request.
|
Integer |
ipv6CidrBlock
The last eight bits of the IPv6 CIDR block of the vSwitch.
|
String |
ownerAccount |
Long |
ownerId |
String |
regionId
The region ID of the default vSwitch.
|
String |
resourceOwnerAccount |
Long |
resourceOwnerId |
String |
zoneId
The zone ID of the default vSwitch.
|
构造器和说明 |
---|
CreateDefaultVSwitchRequest() |
限定符和类型 | 方法和说明 |
---|---|
static CreateDefaultVSwitchRequest |
build(Map<String,?> map) |
String |
getClientToken() |
Integer |
getIpv6CidrBlock() |
String |
getOwnerAccount() |
Long |
getOwnerId() |
String |
getRegionId() |
String |
getResourceOwnerAccount() |
Long |
getResourceOwnerId() |
String |
getZoneId() |
CreateDefaultVSwitchRequest |
setClientToken(String clientToken) |
CreateDefaultVSwitchRequest |
setIpv6CidrBlock(Integer ipv6CidrBlock) |
CreateDefaultVSwitchRequest |
setOwnerAccount(String ownerAccount) |
CreateDefaultVSwitchRequest |
setOwnerId(Long ownerId) |
CreateDefaultVSwitchRequest |
setRegionId(String regionId) |
CreateDefaultVSwitchRequest |
setResourceOwnerAccount(String resourceOwnerAccount) |
CreateDefaultVSwitchRequest |
setResourceOwnerId(Long resourceOwnerId) |
CreateDefaultVSwitchRequest |
setZoneId(String zoneId) |
@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.
example:If you do not set this parameter, the system automatically uses the request ID as the client token. The request ID may be different for each request.
0c593ea1-3bea-11e9-b96b-88e9fe63****
@NameInMap(value="Ipv6CidrBlock") public Integer ipv6CidrBlock
The last eight bits of the IPv6 CIDR block of the vSwitch. Valid values: 0 to 255.
example:12
@NameInMap(value="OwnerAccount") public String ownerAccount
@NameInMap(value="OwnerId") public Long ownerId
@NameInMap(value="RegionId") public String regionId
The region ID of the default vSwitch.
You can call the DescribeRegions operation to query the most recent region list.
This parameter is required.
example:cn-hangzhou
@NameInMap(value="ResourceOwnerAccount") public String resourceOwnerAccount
@NameInMap(value="ResourceOwnerId") public Long resourceOwnerId
@NameInMap(value="ZoneId") public String zoneId
The zone ID of the default vSwitch.
You can call the DescribeZones operation to query the most recent zone list.
This parameter is required.
example:cn-hangzhou-b
public static CreateDefaultVSwitchRequest build(Map<String,?> map) throws Exception
Exception
public CreateDefaultVSwitchRequest setClientToken(String clientToken)
public String getClientToken()
public CreateDefaultVSwitchRequest setIpv6CidrBlock(Integer ipv6CidrBlock)
public Integer getIpv6CidrBlock()
public CreateDefaultVSwitchRequest setOwnerAccount(String ownerAccount)
public String getOwnerAccount()
public CreateDefaultVSwitchRequest setOwnerId(Long ownerId)
public Long getOwnerId()
public CreateDefaultVSwitchRequest setRegionId(String regionId)
public String getRegionId()
public CreateDefaultVSwitchRequest setResourceOwnerAccount(String resourceOwnerAccount)
public String getResourceOwnerAccount()
public CreateDefaultVSwitchRequest setResourceOwnerId(Long resourceOwnerId)
public Long getResourceOwnerId()
public CreateDefaultVSwitchRequest setZoneId(String zoneId)
public String getZoneId()
Copyright © 2024. All rights reserved.