public class CreateReadOnlyGroupNetworkAccessRequest extends AbstractModel
Constructor and Description |
---|
CreateReadOnlyGroupNetworkAccessRequest() |
CreateReadOnlyGroupNetworkAccessRequest(CreateReadOnlyGroupNetworkAccessRequest 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 |
---|---|
Boolean |
getIsAssignVip()
Get Whether to manually assign the VIP.
|
String |
getReadOnlyGroupId()
Get RO group ID in the format of pgro-4t9c6g7k.
|
String |
getSubnetId()
Get Subnet ID.
|
String |
getVip()
Get Target VIP.
|
String |
getVpcId()
Get Unified VPC ID.
|
void |
setIsAssignVip(Boolean IsAssignVip)
Set Whether to manually assign the VIP.
|
void |
setReadOnlyGroupId(String ReadOnlyGroupId)
Set RO group ID in the format of pgro-4t9c6g7k.
|
void |
setSubnetId(String SubnetId)
Set Subnet ID.
|
void |
setVip(String Vip)
Set Target VIP.
|
void |
setVpcId(String VpcId)
Set Unified VPC ID.
|
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 CreateReadOnlyGroupNetworkAccessRequest()
public CreateReadOnlyGroupNetworkAccessRequest(CreateReadOnlyGroupNetworkAccessRequest source)
public String getReadOnlyGroupId()
public void setReadOnlyGroupId(String ReadOnlyGroupId)
ReadOnlyGroupId
- RO group ID in the format of pgro-4t9c6g7k.public String getVpcId()
public void setVpcId(String VpcId)
VpcId
- Unified VPC ID.public String getSubnetId()
public void setSubnetId(String SubnetId)
SubnetId
- Subnet ID.public Boolean getIsAssignVip()
public void setIsAssignVip(Boolean IsAssignVip)
IsAssignVip
- Whether to manually assign the VIP. Valid values: `true` (manually assign), `false` (automatically assign).public String getVip()
public void setVip(String Vip)
Vip
- Target VIP.Copyright © 2023. All rights reserved.