public class CreateReserveIpAddressesRequest extends AbstractModel
header, skipSign
Constructor and Description |
---|
CreateReserveIpAddressesRequest() |
CreateReserveIpAddressesRequest(CreateReserveIpAddressesRequest source)
NOTE: Any ambiguous key set via .set("AnyKey", "value") will be a shallow copy,
and any explicit key, i.e Foo, set via .setFoo("value") will be a deep copy.
|
Modifier and Type | Method and Description |
---|---|
String |
getClientToken()
Get A string used to ensure the idempotence of the request.
|
String |
getDescription()
Get Description of the reserved private IP address.
|
Long |
getIpAddressCount()
Get Number of reserved private IP addresses that can be automatically assigned with no IP address specified.
|
String[] |
getIpAddresses()
Get Reserved private IP address to be applied for.
|
String |
getName()
Get Name of the reserved private IP address.
|
String |
getSubnetId()
Get Unique ID of the subnet.
|
Tag[] |
getTags()
Get List of tags to be bound, for example, [{"Key": "city", "Value": "shanghai"}].
|
String |
getVpcId()
Get Unique ID of the VPC.
|
void |
setClientToken(String ClientToken)
Set A string used to ensure the idempotence of the request.
|
void |
setDescription(String Description)
Set Description of the reserved private IP address.
|
void |
setIpAddressCount(Long IpAddressCount)
Set Number of reserved private IP addresses that can be automatically assigned with no IP address specified.
|
void |
setIpAddresses(String[] IpAddresses)
Set Reserved private IP address to be applied for.
|
void |
setName(String Name)
Set Name of the reserved private IP address.
|
void |
setSubnetId(String SubnetId)
Set Unique ID of the subnet.
|
void |
setTags(Tag[] Tags)
Set List of tags to be bound, for example, [{"Key": "city", "Value": "shanghai"}].
|
void |
setVpcId(String VpcId)
Set Unique ID of the VPC.
|
void |
toMap(HashMap<String,String> map,
String prefix)
Internal implementation, normal users should not use it.
|
any, fromJsonString, getBinaryParams, GetHeader, getMultipartRequestParams, getSkipSign, isStream, set, SetHeader, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, setSkipSign, toJsonString
public CreateReserveIpAddressesRequest()
public CreateReserveIpAddressesRequest(CreateReserveIpAddressesRequest source)
public String getVpcId()
public void setVpcId(String VpcId)
VpcId
- Unique ID of the VPC.public String[] getIpAddresses()
public void setIpAddresses(String[] IpAddresses)
IpAddresses
- Reserved private IP address to be applied for.public Long getIpAddressCount()
public void setIpAddressCount(Long IpAddressCount)
IpAddressCount
- Number of reserved private IP addresses that can be automatically assigned with no IP address specified.public String getSubnetId()
public void setSubnetId(String SubnetId)
SubnetId
- Unique ID of the subnet.public String getName()
public void setName(String Name)
Name
- Name of the reserved private IP address.public String getDescription()
public void setDescription(String Description)
Description
- Description of the reserved private IP address.public Tag[] getTags()
public void setTags(Tag[] Tags)
Tags
- List of tags to be bound, for example, [{"Key": "city", "Value": "shanghai"}].public String getClientToken()
public void setClientToken(String ClientToken)
ClientToken
- A string used to ensure the idempotence of the request. This string is generated by the customer and should be unique across different requests, with a maximum length of 64 ASCII characters. If this parameter is not specified, the idempotence of the request cannot be guaranteed.Copyright © 2025. All rights reserved.