Class CreateDBInstanceNetworkAccessRequest
- java.lang.Object
-
- com.tencentcloudapi.common.AbstractModel
-
- com.tencentcloudapi.postgres.v20170312.models.CreateDBInstanceNetworkAccessRequest
-
public class CreateDBInstanceNetworkAccessRequest extends AbstractModel
-
-
Field Summary
-
Fields inherited from class com.tencentcloudapi.common.AbstractModel
header, skipSign
-
-
Constructor Summary
Constructors Constructor 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.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringgetDBInstanceId()Get 实例ID,形如:postgres-6bwgamo3。BooleangetIsAssignVip()Get 是否指定分配vip true-指定分配 false-自动分配。StringgetSubnetId()Get 子网ID。StringgetVip()Get 目标VIP地址。StringgetVpcId()Get 私有网络统一 ID。voidsetDBInstanceId(String DBInstanceId)Set 实例ID,形如:postgres-6bwgamo3。voidsetIsAssignVip(Boolean IsAssignVip)Set 是否指定分配vip true-指定分配 false-自动分配。voidsetSubnetId(String SubnetId)Set 子网ID。voidsetVip(String Vip)Set 目标VIP地址。voidsetVpcId(String VpcId)Set 私有网络统一 ID。voidtoMap(HashMap<String,String> map, String prefix)Internal implementation, normal users should not use it.-
Methods inherited from class com.tencentcloudapi.common.AbstractModel
any, fromJsonString, getBinaryParams, GetHeader, getMultipartRequestParams, getSkipSign, set, SetHeader, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, setSkipSign, toJsonString
-
-
-
-
Constructor Detail
-
CreateDBInstanceNetworkAccessRequest
public CreateDBInstanceNetworkAccessRequest()
-
CreateDBInstanceNetworkAccessRequest
public 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.
-
-
Method Detail
-
getDBInstanceId
public String getDBInstanceId()
Get 实例ID,形如:postgres-6bwgamo3。- Returns:
- DBInstanceId 实例ID,形如:postgres-6bwgamo3。
-
setDBInstanceId
public void setDBInstanceId(String DBInstanceId)
Set 实例ID,形如:postgres-6bwgamo3。- Parameters:
DBInstanceId- 实例ID,形如:postgres-6bwgamo3。
-
getVpcId
public String getVpcId()
Get 私有网络统一 ID。- Returns:
- VpcId 私有网络统一 ID。
-
setVpcId
public void setVpcId(String VpcId)
Set 私有网络统一 ID。- Parameters:
VpcId- 私有网络统一 ID。
-
getSubnetId
public String getSubnetId()
Get 子网ID。- Returns:
- SubnetId 子网ID。
-
setSubnetId
public void setSubnetId(String SubnetId)
Set 子网ID。- Parameters:
SubnetId- 子网ID。
-
getIsAssignVip
public Boolean getIsAssignVip()
Get 是否指定分配vip true-指定分配 false-自动分配。- Returns:
- IsAssignVip 是否指定分配vip true-指定分配 false-自动分配。
-
setIsAssignVip
public void setIsAssignVip(Boolean IsAssignVip)
Set 是否指定分配vip true-指定分配 false-自动分配。- Parameters:
IsAssignVip- 是否指定分配vip true-指定分配 false-自动分配。
-
getVip
public String getVip()
Get 目标VIP地址。- Returns:
- Vip 目标VIP地址。
-
setVip
public void setVip(String Vip)
Set 目标VIP地址。- Parameters:
Vip- 目标VIP地址。
-
-