public class ModifyIpv6AddressAttributeRequest
extends com.aliyun.tea.TeaModel
限定符和类型 | 字段和说明 |
---|---|
String |
clientToken |
String |
description
The description of the IPv6 address.
|
Boolean |
dryRun |
String |
ipv6AddressId
The ID of the IPv6 address.
|
String |
name
The name of the IPv6 address.
|
String |
ownerAccount |
Long |
ownerId |
String |
regionId
The region ID of the IPv6 address.
|
String |
resourceOwnerAccount |
Long |
resourceOwnerId |
构造器和说明 |
---|
ModifyIpv6AddressAttributeRequest() |
@NameInMap(value="ClientToken") public String clientToken
@NameInMap(value="Description") public String description
The description of the IPv6 address.
It must be 2 to 256 characters in length, and can contain letters, digits, periods (.), underscores (_), and hyphens (-). It must start with a letter. The name must start with a letter and cannot start with http://
or https://
.
test
@NameInMap(value="DryRun") public Boolean dryRun
@NameInMap(value="Ipv6AddressId") public String ipv6AddressId
The ID of the IPv6 address.
This parameter is required.
example:ipv6-hp32vv2klzw4yerdf****
@NameInMap(value="Name") public String name
The name of the IPv6 address.
The name must be 2 to 128 characters in length, and can contain letters, digits, periods (.), underscores (_), and hyphens (-). The name must start with a letter. The name must start with a letter and cannot start with http://
or https://
.
test
@NameInMap(value="OwnerAccount") public String ownerAccount
@NameInMap(value="OwnerId") public Long ownerId
@NameInMap(value="RegionId") public String regionId
The region ID of the IPv6 address. You can call the DescribeRegions operation to query the most recent region list.
This parameter is required.
example:cn-huhehaote
@NameInMap(value="ResourceOwnerAccount") public String resourceOwnerAccount
@NameInMap(value="ResourceOwnerId") public Long resourceOwnerId
public static ModifyIpv6AddressAttributeRequest build(Map<String,?> map) throws Exception
Exception
public ModifyIpv6AddressAttributeRequest setClientToken(String clientToken)
public String getClientToken()
public ModifyIpv6AddressAttributeRequest setDescription(String description)
public String getDescription()
public ModifyIpv6AddressAttributeRequest setDryRun(Boolean dryRun)
public Boolean getDryRun()
public ModifyIpv6AddressAttributeRequest setIpv6AddressId(String ipv6AddressId)
public String getIpv6AddressId()
public ModifyIpv6AddressAttributeRequest setName(String name)
public String getName()
public ModifyIpv6AddressAttributeRequest setOwnerAccount(String ownerAccount)
public String getOwnerAccount()
public ModifyIpv6AddressAttributeRequest setOwnerId(Long ownerId)
public Long getOwnerId()
public ModifyIpv6AddressAttributeRequest setRegionId(String regionId)
public String getRegionId()
public ModifyIpv6AddressAttributeRequest setResourceOwnerAccount(String resourceOwnerAccount)
public String getResourceOwnerAccount()
public ModifyIpv6AddressAttributeRequest setResourceOwnerId(Long resourceOwnerId)
public Long getResourceOwnerId()
Copyright © 2024. All rights reserved.