public class ModifyIpv6GatewayAttributeRequest
extends com.aliyun.tea.TeaModel
限定符和类型 | 字段和说明 |
---|---|
String |
clientToken |
String |
description
The description of the IPv6 gateway.
|
Boolean |
dryRun |
String |
ipv6GatewayId
The ID of the IPv6 gateway that you want to modify.
|
String |
name
The name of the IPv6 gateway.
|
String |
ownerAccount |
Long |
ownerId |
String |
regionId
The region ID of the IPv6 gateway.
|
String |
resourceOwnerAccount |
Long |
resourceOwnerId |
构造器和说明 |
---|
ModifyIpv6GatewayAttributeRequest() |
@NameInMap(value="ClientToken") public String clientToken
@NameInMap(value="Description") public String description
The description of the IPv6 gateway.
example:ipv6description
@NameInMap(value="DryRun") public Boolean dryRun
@NameInMap(value="Ipv6GatewayId") public String ipv6GatewayId
The ID of the IPv6 gateway that you want to modify.
This parameter is required.
example:ipv6gw-hp39kh1ya51yzp2lu****
@NameInMap(value="Name") public String name
The name of the IPv6 gateway.
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://
.
ipv6name
@NameInMap(value="OwnerAccount") public String ownerAccount
@NameInMap(value="OwnerId") public Long ownerId
@NameInMap(value="RegionId") public String regionId
The region ID of the IPv6 gateway. 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 ModifyIpv6GatewayAttributeRequest build(Map<String,?> map) throws Exception
Exception
public ModifyIpv6GatewayAttributeRequest setClientToken(String clientToken)
public String getClientToken()
public ModifyIpv6GatewayAttributeRequest setDescription(String description)
public String getDescription()
public ModifyIpv6GatewayAttributeRequest setDryRun(Boolean dryRun)
public Boolean getDryRun()
public ModifyIpv6GatewayAttributeRequest setIpv6GatewayId(String ipv6GatewayId)
public String getIpv6GatewayId()
public ModifyIpv6GatewayAttributeRequest setName(String name)
public String getName()
public ModifyIpv6GatewayAttributeRequest setOwnerAccount(String ownerAccount)
public String getOwnerAccount()
public ModifyIpv6GatewayAttributeRequest setOwnerId(Long ownerId)
public Long getOwnerId()
public ModifyIpv6GatewayAttributeRequest setRegionId(String regionId)
public String getRegionId()
public ModifyIpv6GatewayAttributeRequest setResourceOwnerAccount(String resourceOwnerAccount)
public String getResourceOwnerAccount()
public ModifyIpv6GatewayAttributeRequest setResourceOwnerId(Long resourceOwnerId)
public Long getResourceOwnerId()
Copyright © 2024. All rights reserved.