public class ModifyEipAddressAttributeRequest
extends com.aliyun.tea.TeaModel
限定符和类型 | 字段和说明 |
---|---|
String |
allocationId
The ID of the pay-as-you-go EIP.
|
String |
bandwidth
The new maximum bandwidth of the EIP.
|
String |
description
The new description of the EIP.
|
String |
name
The new name of the EIP.
|
String |
ownerAccount |
Long |
ownerId |
String |
regionId
The region ID of the EIP.
|
String |
resourceOwnerAccount |
Long |
resourceOwnerId |
构造器和说明 |
---|
ModifyEipAddressAttributeRequest() |
限定符和类型 | 方法和说明 |
---|---|
static ModifyEipAddressAttributeRequest |
build(Map<String,?> map) |
String |
getAllocationId() |
String |
getBandwidth() |
String |
getDescription() |
String |
getName() |
String |
getOwnerAccount() |
Long |
getOwnerId() |
String |
getRegionId() |
String |
getResourceOwnerAccount() |
Long |
getResourceOwnerId() |
ModifyEipAddressAttributeRequest |
setAllocationId(String allocationId) |
ModifyEipAddressAttributeRequest |
setBandwidth(String bandwidth) |
ModifyEipAddressAttributeRequest |
setDescription(String description) |
ModifyEipAddressAttributeRequest |
setName(String name) |
ModifyEipAddressAttributeRequest |
setOwnerAccount(String ownerAccount) |
ModifyEipAddressAttributeRequest |
setOwnerId(Long ownerId) |
ModifyEipAddressAttributeRequest |
setRegionId(String regionId) |
ModifyEipAddressAttributeRequest |
setResourceOwnerAccount(String resourceOwnerAccount) |
ModifyEipAddressAttributeRequest |
setResourceOwnerId(Long resourceOwnerId) |
@NameInMap(value="AllocationId") public String allocationId
The ID of the pay-as-you-go EIP.
This parameter is required.
example:eip-2zeerraiwb7uj6i0d****
@NameInMap(value="Bandwidth") public String bandwidth
The new maximum bandwidth of the EIP. Valid values:
100
@NameInMap(value="Description") public String description
The new description of the EIP.
The description must be 2 to 256 characters in length and start with a letter. The description cannot start with http://
or https://
.
abc
@NameInMap(value="Name") public String name
The new name of the EIP.
The name must be 1 to 128 characters in length, and can contain digits, periods (.), underscores (_), and hyphens (-).
example:Test123
@NameInMap(value="OwnerAccount") public String ownerAccount
@NameInMap(value="OwnerId") public Long ownerId
@NameInMap(value="RegionId") public String regionId
The region ID of the EIP.
You can call the DescribeRegions operation to query the most recent region list.
example:cn-hangzhou
@NameInMap(value="ResourceOwnerAccount") public String resourceOwnerAccount
@NameInMap(value="ResourceOwnerId") public Long resourceOwnerId
public static ModifyEipAddressAttributeRequest build(Map<String,?> map) throws Exception
Exception
public ModifyEipAddressAttributeRequest setAllocationId(String allocationId)
public String getAllocationId()
public ModifyEipAddressAttributeRequest setBandwidth(String bandwidth)
public String getBandwidth()
public ModifyEipAddressAttributeRequest setDescription(String description)
public String getDescription()
public ModifyEipAddressAttributeRequest setName(String name)
public String getName()
public ModifyEipAddressAttributeRequest setOwnerAccount(String ownerAccount)
public String getOwnerAccount()
public ModifyEipAddressAttributeRequest setOwnerId(Long ownerId)
public Long getOwnerId()
public ModifyEipAddressAttributeRequest setRegionId(String regionId)
public String getRegionId()
public ModifyEipAddressAttributeRequest setResourceOwnerAccount(String resourceOwnerAccount)
public String getResourceOwnerAccount()
public ModifyEipAddressAttributeRequest setResourceOwnerId(Long resourceOwnerId)
public Long getResourceOwnerId()
Copyright © 2024. All rights reserved.