public static class DescribeInstancesResponse.Instance.EipAddress extends Object
| Constructor and Description |
|---|
DescribeInstancesResponse.Instance.EipAddress() |
| Modifier and Type | Method and Description |
|---|---|
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 DescribeInstancesResponse.Instance.EipAddress()
public String getAllocationId()
public void setAllocationId(String allocationId)
public String getIpAddress()
public void setIpAddress(String ipAddress)
public Integer getBandwidth()
public void setBandwidth(Integer bandwidth)
public String getInternetChargeType()
public void setInternetChargeType(String internetChargeType)
public Boolean getIsSupportUnassociate()
public void setIsSupportUnassociate(Boolean isSupportUnassociate)
Copyright © 2017. All Rights Reserved.