public class UpdatePublicIpAddressPoolAttributeRequest
extends com.aliyun.tea.TeaModel
限定符和类型 | 字段和说明 |
---|---|
String |
clientToken
The client token that is used to ensure the idempotence of the request.
|
String |
description
The description of the IP address pool.
|
Boolean |
dryRun
Specifies whether to perform a dry run, without performing the actual request.
|
String |
name
The name of the IP address pool.
|
String |
ownerAccount |
Long |
ownerId |
String |
publicIpAddressPoolId
The ID of the IP address pool.
|
String |
regionId
The region ID of the IP address pool that you want to modify.
|
String |
resourceOwnerAccount |
Long |
resourceOwnerId |
构造器和说明 |
---|
UpdatePublicIpAddressPoolAttributeRequest() |
@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 specify this parameter, the system automatically uses the request ID as the client token. The request ID may be different for each request.
123e4567-e89b-12d3-a456-426655440000
@NameInMap(value="Description") public String description
The description of the IP address pool.
This parameter is optional. If you enter a description, the description must be 2 to 256 characters in length, and cannot start with http:// or https://.
example:AddressPoolDescription
@NameInMap(value="DryRun") public Boolean dryRun
Specifies whether to perform a dry run, without performing the actual request. Valid values:
DryRunOperation
error code is returned.false
@NameInMap(value="Name") public String name
The name of the IP address pool.
This parameter is optional. The name must be 1 to 128 characters in length, and can contain digits, periods (.), underscores (_), and hyphens (-). The name must start with a letter but cannot start with http://
or https://
.
AddressPoolName
@NameInMap(value="OwnerAccount") public String ownerAccount
@NameInMap(value="OwnerId") public Long ownerId
@NameInMap(value="PublicIpAddressPoolId") public String publicIpAddressPoolId
The ID of the IP address pool.
This parameter is required.
example:pippool-6wetvn6fumkgycssx****
@NameInMap(value="RegionId") public String regionId
The region ID of the IP address pool that you want to modify.
This parameter is required.
example:cn-chengdu
@NameInMap(value="ResourceOwnerAccount") public String resourceOwnerAccount
@NameInMap(value="ResourceOwnerId") public Long resourceOwnerId
public UpdatePublicIpAddressPoolAttributeRequest()
public static UpdatePublicIpAddressPoolAttributeRequest build(Map<String,?> map) throws Exception
Exception
public UpdatePublicIpAddressPoolAttributeRequest setClientToken(String clientToken)
public String getClientToken()
public UpdatePublicIpAddressPoolAttributeRequest setDescription(String description)
public String getDescription()
public UpdatePublicIpAddressPoolAttributeRequest setDryRun(Boolean dryRun)
public Boolean getDryRun()
public UpdatePublicIpAddressPoolAttributeRequest setName(String name)
public String getName()
public UpdatePublicIpAddressPoolAttributeRequest setOwnerAccount(String ownerAccount)
public String getOwnerAccount()
public UpdatePublicIpAddressPoolAttributeRequest setOwnerId(Long ownerId)
public Long getOwnerId()
public UpdatePublicIpAddressPoolAttributeRequest setPublicIpAddressPoolId(String publicIpAddressPoolId)
public String getPublicIpAddressPoolId()
public UpdatePublicIpAddressPoolAttributeRequest setRegionId(String regionId)
public String getRegionId()
public UpdatePublicIpAddressPoolAttributeRequest setResourceOwnerAccount(String resourceOwnerAccount)
public String getResourceOwnerAccount()
public UpdatePublicIpAddressPoolAttributeRequest setResourceOwnerId(Long resourceOwnerId)
public Long getResourceOwnerId()
Copyright © 2024. All rights reserved.