Class OpenDBExtranetAccessRequest
- java.lang.Object
-
- com.tencentcloudapi.common.AbstractModel
-
- com.tencentcloudapi.postgres.v20170312.models.OpenDBExtranetAccessRequest
-
public class OpenDBExtranetAccessRequest extends AbstractModel
-
-
Field Summary
-
Fields inherited from class com.tencentcloudapi.common.AbstractModel
header, skipSign
-
-
Constructor Summary
Constructors Constructor Description OpenDBExtranetAccessRequest()
OpenDBExtranetAccessRequest(OpenDBExtranetAccessRequest 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
getDBInstanceId()
Get 实例ID,形如postgres-hez4fh0vLong
getIsIpv6()
Get 是否开通Ipv6外网,1:是,0:否void
setDBInstanceId(String DBInstanceId)
Set 实例ID,形如postgres-hez4fh0vvoid
setIsIpv6(Long IsIpv6)
Set 是否开通Ipv6外网,1:是,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
-
OpenDBExtranetAccessRequest
public OpenDBExtranetAccessRequest()
-
OpenDBExtranetAccessRequest
public OpenDBExtranetAccessRequest(OpenDBExtranetAccessRequest 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-hez4fh0v- Returns:
- DBInstanceId 实例ID,形如postgres-hez4fh0v
-
setDBInstanceId
public void setDBInstanceId(String DBInstanceId)
Set 实例ID,形如postgres-hez4fh0v- Parameters:
DBInstanceId
- 实例ID,形如postgres-hez4fh0v
-
getIsIpv6
public Long getIsIpv6()
Get 是否开通Ipv6外网,1:是,0:否- Returns:
- IsIpv6 是否开通Ipv6外网,1:是,0:否
-
setIsIpv6
public void setIsIpv6(Long IsIpv6)
Set 是否开通Ipv6外网,1:是,0:否- Parameters:
IsIpv6
- 是否开通Ipv6外网,1:是,0:否
-
-