public static class DescribeInstancesResponse.Instance.EipAddress extends Object
| 构造器和说明 |
|---|
EipAddress() |
| 限定符和类型 | 方法和说明 |
|---|---|
String |
getAllocationId() |
Integer |
getBandwidth() |
String |
getInternetChargeType() |
String |
getIpAddress() |
Boolean |
getIsSupportUnassociate() |
void |
setAllocationId(String allocationId) |
void |
setBandwidth(Integer bandwidth) |
void |
setInternetChargeType(String internetChargeType) |
void |
setIpAddress(String ipAddress) |
void |
setIsSupportUnassociate(Boolean isSupportUnassociate) |
public Boolean getIsSupportUnassociate()
public void setIsSupportUnassociate(Boolean isSupportUnassociate)
public String getInternetChargeType()
public void setInternetChargeType(String internetChargeType)
public String getIpAddress()
public void setIpAddress(String ipAddress)
public Integer getBandwidth()
public void setBandwidth(Integer bandwidth)
public String getAllocationId()
public void setAllocationId(String allocationId)
Copyright © 2023. All Rights Reserved.