public class AllocateEipSegmentAddressRequest
extends com.aliyun.tea.TeaModel
限定符和类型 | 字段和说明 |
---|---|
String |
bandwidth
The maximum bandwidth of the contiguous EIP group.
|
String |
clientToken
The client token that is used to ensure the idempotence of the request.
|
String |
eipMask
The subnet mask of the contiguous EIP group.
|
String |
internetChargeType
The metering method of the contiguous EIP group.
|
String |
isp
The line type.
|
String |
netmode
The network type.
|
String |
ownerAccount |
Long |
ownerId |
String |
regionId
The ID of the region in which the contiguous EIP group resides.
|
String |
resourceGroupId
The resource group ID.
|
String |
resourceOwnerAccount |
Long |
resourceOwnerId |
String |
zone
The zone of the contiguous EIP group.
|
构造器和说明 |
---|
AllocateEipSegmentAddressRequest() |
@NameInMap(value="Bandwidth") public String bandwidth
The maximum bandwidth of the contiguous EIP group. Unit: Mbit/s.
Default value: 5. Unit: Mbit/s.
example:5
@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 a token, but you must make sure that the token is unique among different requests. ClientToken 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.
02fb3da4-130e-11e9-8e44-001****
@NameInMap(value="EipMask") public String eipMask
The subnet mask of the contiguous EIP group. Valid values:
Some IP address are reserved for specific purposes. Therefore, the actual number of the contiguous EIPs may be one, three, or four less than the expected number.
This parameter is required.
example:28
@NameInMap(value="InternetChargeType") public String internetChargeType
The metering method of the contiguous EIP group. Valid values:
PayByBandwidth
@NameInMap(value="Isp") public String isp
The line type. Valid values:
For more information about the BGP (Multi-ISP) line and BGP (Multi-ISP) Pro line, see EIP line types.
If you are allowed to use single-ISP bandwidth, you can also use one of the following values:
If your services are deployed in China East 1 Finance, this parameter is required and you must set the parameter to BGP_FinanceCloud.
example:BGP
@NameInMap(value="Netmode") public String netmode
The network type. Set the value to public, which specifies the public network type.
example:public
@NameInMap(value="OwnerAccount") public String ownerAccount
@NameInMap(value="OwnerId") public Long ownerId
@NameInMap(value="RegionId") public String regionId
The ID of the region in which the contiguous EIP group resides.
You can call the DescribeRegions operation to query the region ID.
This parameter is required.
example:cn-hangzhou
@NameInMap(value="ResourceGroupId") public String resourceGroupId
The resource group ID.
example:rg-bp67acfmxazb4ph****
@NameInMap(value="ResourceOwnerAccount") public String resourceOwnerAccount
@NameInMap(value="ResourceOwnerId") public Long resourceOwnerId
@NameInMap(value="Zone") public String zone
The zone of the contiguous EIP group.
example:cn-hangzhou-a
public static AllocateEipSegmentAddressRequest build(Map<String,?> map) throws Exception
Exception
public AllocateEipSegmentAddressRequest setBandwidth(String bandwidth)
public String getBandwidth()
public AllocateEipSegmentAddressRequest setClientToken(String clientToken)
public String getClientToken()
public AllocateEipSegmentAddressRequest setEipMask(String eipMask)
public String getEipMask()
public AllocateEipSegmentAddressRequest setInternetChargeType(String internetChargeType)
public String getInternetChargeType()
public AllocateEipSegmentAddressRequest setIsp(String isp)
public String getIsp()
public AllocateEipSegmentAddressRequest setNetmode(String netmode)
public String getNetmode()
public AllocateEipSegmentAddressRequest setOwnerAccount(String ownerAccount)
public String getOwnerAccount()
public AllocateEipSegmentAddressRequest setOwnerId(Long ownerId)
public Long getOwnerId()
public AllocateEipSegmentAddressRequest setRegionId(String regionId)
public String getRegionId()
public AllocateEipSegmentAddressRequest setResourceGroupId(String resourceGroupId)
public String getResourceGroupId()
public AllocateEipSegmentAddressRequest setResourceOwnerAccount(String resourceOwnerAccount)
public String getResourceOwnerAccount()
public AllocateEipSegmentAddressRequest setResourceOwnerId(Long resourceOwnerId)
public Long getResourceOwnerId()
public AllocateEipSegmentAddressRequest setZone(String zone)
public String getZone()
Copyright © 2024. All rights reserved.