Class DeleteReadOnlyGroupNetworkAccessRequest
- java.lang.Object
-
- com.tencentcloudapi.common.AbstractModel
-
- com.tencentcloudapi.postgres.v20170312.models.DeleteReadOnlyGroupNetworkAccessRequest
-
public class DeleteReadOnlyGroupNetworkAccessRequest extends AbstractModel
-
-
Field Summary
-
Fields inherited from class com.tencentcloudapi.common.AbstractModel
header, skipSign
-
-
Constructor Summary
Constructors Constructor Description DeleteReadOnlyGroupNetworkAccessRequest()
DeleteReadOnlyGroupNetworkAccessRequest(DeleteReadOnlyGroupNetworkAccessRequest 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 String
getReadOnlyGroupId()
Get RO组ID,形如:pgro-4t9c6g7k。String
getSubnetId()
Get 子网ID,若是基础网络则传"0"。String
getVip()
Get 目标VIP地址。String
getVpcId()
Get 私有网络统一 ID,若是基础网络则传"0"。void
setReadOnlyGroupId(String ReadOnlyGroupId)
Set RO组ID,形如:pgro-4t9c6g7k。void
setSubnetId(String SubnetId)
Set 子网ID,若是基础网络则传"0"。void
setVip(String Vip)
Set 目标VIP地址。void
setVpcId(String VpcId)
Set 私有网络统一 ID,若是基础网络则传"0"。void
toMap(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
-
DeleteReadOnlyGroupNetworkAccessRequest
public DeleteReadOnlyGroupNetworkAccessRequest()
-
DeleteReadOnlyGroupNetworkAccessRequest
public DeleteReadOnlyGroupNetworkAccessRequest(DeleteReadOnlyGroupNetworkAccessRequest 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
-
getReadOnlyGroupId
public String getReadOnlyGroupId()
Get RO组ID,形如:pgro-4t9c6g7k。- Returns:
- ReadOnlyGroupId RO组ID,形如:pgro-4t9c6g7k。
-
setReadOnlyGroupId
public void setReadOnlyGroupId(String ReadOnlyGroupId)
Set RO组ID,形如:pgro-4t9c6g7k。- Parameters:
ReadOnlyGroupId
- RO组ID,形如:pgro-4t9c6g7k。
-
getVpcId
public String getVpcId()
Get 私有网络统一 ID,若是基础网络则传"0"。- Returns:
- VpcId 私有网络统一 ID,若是基础网络则传"0"。
-
setVpcId
public void setVpcId(String VpcId)
Set 私有网络统一 ID,若是基础网络则传"0"。- Parameters:
VpcId
- 私有网络统一 ID,若是基础网络则传"0"。
-
getSubnetId
public String getSubnetId()
Get 子网ID,若是基础网络则传"0"。- Returns:
- SubnetId 子网ID,若是基础网络则传"0"。
-
setSubnetId
public void setSubnetId(String SubnetId)
Set 子网ID,若是基础网络则传"0"。- Parameters:
SubnetId
- 子网ID,若是基础网络则传"0"。
-
getVip
public String getVip()
Get 目标VIP地址。- Returns:
- Vip 目标VIP地址。
-
setVip
public void setVip(String Vip)
Set 目标VIP地址。- Parameters:
Vip
- 目标VIP地址。
-
-