public class CreateDBInstanceNetworkAccessRequest extends AbstractModel
Constructor and Description |
---|
CreateDBInstanceNetworkAccessRequest() |
CreateDBInstanceNetworkAccessRequest(CreateDBInstanceNetworkAccessRequest 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 |
getDBInstanceId()
Get Instance ID in the format of postgres-6bwgamo3.
|
Boolean |
getIsAssignVip()
Get Whether to manually assign the VIP.
|
String |
getSubnetId()
Get Subnet ID.
|
String |
getVip()
Get Target VIP.
|
String |
getVpcId()
Get Unified VPC ID.
|
void |
setDBInstanceId(String DBInstanceId)
Set Instance ID in the format of postgres-6bwgamo3.
|
void |
setIsAssignVip(Boolean IsAssignVip)
Set Whether to manually assign the VIP.
|
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 CreateDBInstanceNetworkAccessRequest()
public CreateDBInstanceNetworkAccessRequest(CreateDBInstanceNetworkAccessRequest source)
public String getDBInstanceId()
public void setDBInstanceId(String DBInstanceId)
DBInstanceId
- Instance ID in the format of postgres-6bwgamo3.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.