public class ModifyVSwitchCidrReservationAttributeRequest
extends com.aliyun.tea.TeaModel
限定符和类型 | 字段和说明 |
---|---|
String |
clientToken |
Boolean |
dryRun |
String |
ownerAccount |
Long |
ownerId |
String |
regionId
The ID of the region where the vSwitch is deployed.
|
String |
resourceOwnerAccount |
Long |
resourceOwnerId |
String |
vSwitchCidrReservationDescription
The new description of the reserved CIDR block.
|
String |
vSwitchCidrReservationId
The ID of the reserved CIDR block.
|
String |
vSwitchCidrReservationName
The new name of the reserved CIDR block.
|
构造器和说明 |
---|
ModifyVSwitchCidrReservationAttributeRequest() |
@NameInMap(value="ClientToken") public String clientToken
@NameInMap(value="DryRun") public Boolean dryRun
@NameInMap(value="OwnerAccount") public String ownerAccount
@NameInMap(value="OwnerId") public Long ownerId
@NameInMap(value="RegionId") public String regionId
The ID of the region where the vSwitch is deployed.
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="VSwitchCidrReservationDescription") public String vSwitchCidrReservationDescription
The new description of the reserved CIDR block. The default value is empty.
The description must be 2 to 256 characters in length. It must start with a letter and cannot start with http://
or https://
.
ReservationDescription
@NameInMap(value="VSwitchCidrReservationId") public String vSwitchCidrReservationId
The ID of the reserved CIDR block.
This parameter is required.
example:vcr-bp1m12saqteraw3rp****
@NameInMap(value="VSwitchCidrReservationName") public String vSwitchCidrReservationName
The new name of the reserved CIDR block.
The name must be 2 to 128 characters in length and can contain letters, digits, underscores (_), and hyphens (-). It must start with a letter.
example:ReservationName
public ModifyVSwitchCidrReservationAttributeRequest()
public static ModifyVSwitchCidrReservationAttributeRequest build(Map<String,?> map) throws Exception
Exception
public ModifyVSwitchCidrReservationAttributeRequest setClientToken(String clientToken)
public String getClientToken()
public ModifyVSwitchCidrReservationAttributeRequest setDryRun(Boolean dryRun)
public Boolean getDryRun()
public ModifyVSwitchCidrReservationAttributeRequest setOwnerAccount(String ownerAccount)
public String getOwnerAccount()
public ModifyVSwitchCidrReservationAttributeRequest setOwnerId(Long ownerId)
public Long getOwnerId()
public ModifyVSwitchCidrReservationAttributeRequest setRegionId(String regionId)
public String getRegionId()
public ModifyVSwitchCidrReservationAttributeRequest setResourceOwnerAccount(String resourceOwnerAccount)
public String getResourceOwnerAccount()
public ModifyVSwitchCidrReservationAttributeRequest setResourceOwnerId(Long resourceOwnerId)
public Long getResourceOwnerId()
public ModifyVSwitchCidrReservationAttributeRequest setVSwitchCidrReservationDescription(String vSwitchCidrReservationDescription)
public String getVSwitchCidrReservationDescription()
public ModifyVSwitchCidrReservationAttributeRequest setVSwitchCidrReservationId(String vSwitchCidrReservationId)
public String getVSwitchCidrReservationId()
public ModifyVSwitchCidrReservationAttributeRequest setVSwitchCidrReservationName(String vSwitchCidrReservationName)
public String getVSwitchCidrReservationName()
Copyright © 2024. All rights reserved.