public class RoVipInfo extends AbstractModel
skipSign
Constructor and Description |
---|
RoVipInfo() |
RoVipInfo(RoVipInfo 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 |
---|---|
Long |
getRoSubnetId()
Get VPC subnet of the read-only instance
|
String |
getRoVip()
Get VIP of the read-only instance
|
Long |
getRoVipStatus()
Get VIP status of the read-only instance
|
Long |
getRoVpcId()
Get VPC of the read-only instance
|
Long |
getRoVport()
Get VIP port number of the read-only instance
|
void |
setRoSubnetId(Long RoSubnetId)
Set VPC subnet of the read-only instance
|
void |
setRoVip(String RoVip)
Set VIP of the read-only instance
|
void |
setRoVipStatus(Long RoVipStatus)
Set VIP status of the read-only instance
|
void |
setRoVpcId(Long RoVpcId)
Set VPC of the read-only instance
|
void |
setRoVport(Long RoVport)
Set VIP port number of the read-only instance
|
void |
toMap(HashMap<String,String> map,
String prefix)
Internal implementation, normal users should not use it.
|
any, fromJsonString, getBinaryParams, getMultipartRequestParams, getSkipSign, set, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, setSkipSign, toJsonString
public RoVipInfo()
public RoVipInfo(RoVipInfo source)
public Long getRoVipStatus()
public void setRoVipStatus(Long RoVipStatus)
RoVipStatus
- VIP status of the read-only instancepublic Long getRoSubnetId()
public void setRoSubnetId(Long RoSubnetId)
RoSubnetId
- VPC subnet of the read-only instancepublic Long getRoVpcId()
public void setRoVpcId(Long RoVpcId)
RoVpcId
- VPC of the read-only instancepublic Long getRoVport()
public void setRoVport(Long RoVport)
RoVport
- VIP port number of the read-only instancepublic String getRoVip()
public void setRoVip(String RoVip)
RoVip
- VIP of the read-only instanceCopyright © 2023. All rights reserved.