Class CloseDBExtranetAccessRequest
- java.lang.Object
-
- com.tencentcloudapi.common.AbstractModel
-
- com.tencentcloudapi.postgres.v20170312.models.CloseDBExtranetAccessRequest
-
public class CloseDBExtranetAccessRequest extends AbstractModel
-
-
Field Summary
-
Fields inherited from class com.tencentcloudapi.common.AbstractModel
header, skipSign
-
-
Constructor Summary
Constructors Constructor Description CloseDBExtranetAccessRequest()
CloseDBExtranetAccessRequest(CloseDBExtranetAccessRequest 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-6r233v55Long
getIsIpv6()
Get 是否关闭Ipv6外网,1:是,0:否void
setDBInstanceId(String DBInstanceId)
Set 实例ID,形如postgres-6r233v55void
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
-
CloseDBExtranetAccessRequest
public CloseDBExtranetAccessRequest()
-
CloseDBExtranetAccessRequest
public CloseDBExtranetAccessRequest(CloseDBExtranetAccessRequest 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-6r233v55- Returns:
- DBInstanceId 实例ID,形如postgres-6r233v55
-
setDBInstanceId
public void setDBInstanceId(String DBInstanceId)
Set 实例ID,形如postgres-6r233v55- Parameters:
DBInstanceId
- 实例ID,形如postgres-6r233v55
-
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:否
-
-