public class HaVip extends AbstractModel
Constructor and Description |
---|
HaVip() |
HaVip(HaVip 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 |
getAddressIp()
Get Bound `EIP`.
|
String |
getBusiness()
Get Identifier for businesses that use HAVIP.
|
String |
getCreatedTime()
Get Creation Time.
|
String |
getHaVipId()
Get The `ID` of the `HAVIP`.
|
String |
getHaVipName()
Get The name of the `HAVIP`.
|
String |
getInstanceId()
Get The `ID` of the bound instance.
|
String |
getNetworkInterfaceId()
Get The `ID` of the ENI associated with the `HAVIP`.
|
String |
getState()
Get Status:
`AVAILABLE`: Operating
`UNBIND`: Not bound
|
String |
getSubnetId()
Get The `ID` of the subnet to which the `HAVIP` belongs.
|
String |
getVip()
Get The virtual IP address.
|
String |
getVpcId()
Get The `ID` of the VPC to which the `HAVIP` belongs.
|
void |
setAddressIp(String AddressIp)
Set Bound `EIP`.
|
void |
setBusiness(String Business)
Set Identifier for businesses that use HAVIP.
|
void |
setCreatedTime(String CreatedTime)
Set Creation Time.
|
void |
setHaVipId(String HaVipId)
Set The `ID` of the `HAVIP`.
|
void |
setHaVipName(String HaVipName)
Set The name of the `HAVIP`.
|
void |
setInstanceId(String InstanceId)
Set The `ID` of the bound instance.
|
void |
setNetworkInterfaceId(String NetworkInterfaceId)
Set The `ID` of the ENI associated with the `HAVIP`.
|
void |
setState(String State)
Set Status:
`AVAILABLE`: Operating
`UNBIND`: Not bound
|
void |
setSubnetId(String SubnetId)
Set The `ID` of the subnet to which the `HAVIP` belongs.
|
void |
setVip(String Vip)
Set The virtual IP address.
|
void |
setVpcId(String VpcId)
Set The `ID` of the VPC to which the `HAVIP` belongs.
|
void |
toMap(HashMap<String,String> map,
String prefix)
Internal implementation, normal users should not use it.
|
any, fromJsonString, getBinaryParams, getMultipartRequestParams, set, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, toJsonString
public HaVip()
public HaVip(HaVip source)
public String getHaVipId()
public void setHaVipId(String HaVipId)
HaVipId
- The `ID` of the `HAVIP`. This is the unique identifier of the `HAVIP`.public String getHaVipName()
public void setHaVipName(String HaVipName)
HaVipName
- The name of the `HAVIP`.public String getVip()
public void setVip(String Vip)
Vip
- The virtual IP address.public String getVpcId()
public void setVpcId(String VpcId)
VpcId
- The `ID` of the VPC to which the `HAVIP` belongs.public String getSubnetId()
public void setSubnetId(String SubnetId)
SubnetId
- The `ID` of the subnet to which the `HAVIP` belongs.public String getNetworkInterfaceId()
public void setNetworkInterfaceId(String NetworkInterfaceId)
NetworkInterfaceId
- The `ID` of the ENI associated with the `HAVIP`.public String getInstanceId()
public void setInstanceId(String InstanceId)
InstanceId
- The `ID` of the bound instance.public String getAddressIp()
public void setAddressIp(String AddressIp)
AddressIp
- Bound `EIP`.public String getState()
public void setState(String State)
State
- Status:
public String getCreatedTime()
public void setCreatedTime(String CreatedTime)
CreatedTime
- Creation Time.public String getBusiness()
public void setBusiness(String Business)
Business
- Identifier for businesses that use HAVIP.Copyright © 2023. All rights reserved.