public class ProxyEndPointConfigInfo extends AbstractModel
header, skipSign
Constructor and Description |
---|
ProxyEndPointConfigInfo() |
ProxyEndPointConfigInfo(ProxyEndPointConfigInfo 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 |
getAutoAddRo()
Get Specifies whether to automatically add a read-only instance.
|
InstanceNameWeight[] |
getInstanceNameWeights()
Get Weight information.
|
String |
getRwType()
Get Read-Write attribute.
|
String[] |
getSecurityGroupIds()
Get Security group id array.
|
String |
getUniqueSubnetId()
Get Subnet ID.
|
String |
getUniqueVpcId()
Get Specifies the ID of the VPC network it belongs to.
|
String |
getWeightMode()
Get Weight mode: system-system allocation, custom-custom.
|
void |
setAutoAddRo(String AutoAddRo)
Set Specifies whether to automatically add a read-only instance.
|
void |
setInstanceNameWeights(InstanceNameWeight[] InstanceNameWeights)
Set Weight information.
|
void |
setRwType(String RwType)
Set Read-Write attribute.
|
void |
setSecurityGroupIds(String[] SecurityGroupIds)
Set Security group id array.
|
void |
setUniqueSubnetId(String UniqueSubnetId)
Set Subnet ID.
|
void |
setUniqueVpcId(String UniqueVpcId)
Set Specifies the ID of the VPC network it belongs to.
|
void |
setWeightMode(String WeightMode)
Set Weight mode: system-system allocation, custom-custom.
|
void |
toMap(HashMap<String,String> map,
String prefix)
Internal implementation, normal users should not use it.
|
any, fromJsonString, getBinaryParams, GetHeader, getMultipartRequestParams, getSkipSign, isStream, set, SetHeader, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, setSkipSign, toJsonString
public ProxyEndPointConfigInfo()
public ProxyEndPointConfigInfo(ProxyEndPointConfigInfo source)
public String getUniqueVpcId()
public void setUniqueVpcId(String UniqueVpcId)
UniqueVpcId
- Specifies the ID of the VPC network it belongs to.public String getUniqueSubnetId()
public void setUniqueSubnetId(String UniqueSubnetId)
UniqueSubnetId
- Subnet ID.public String[] getSecurityGroupIds()
public void setSecurityGroupIds(String[] SecurityGroupIds)
SecurityGroupIds
- Security group id array.public String getWeightMode()
public void setWeightMode(String WeightMode)
WeightMode
- Weight mode: system-system allocation, custom-custom.public String getAutoAddRo()
public void setAutoAddRo(String AutoAddRo)
AutoAddRo
- Specifies whether to automatically add a read-only instance. valid values: yes, no.public String getRwType()
public void setRwType(String RwType)
RwType
- Read-Write attribute. valid values: READWRITE, READONLY.public InstanceNameWeight[] getInstanceNameWeights()
public void setInstanceNameWeights(InstanceNameWeight[] InstanceNameWeights)
InstanceNameWeights
- Weight information.Copyright © 2025. All rights reserved.