public class OpenDBExtranetAccessRequest extends AbstractModel
header, skipSign
Constructor and 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.
|
Modifier and Type | Method and Description |
---|---|
String |
getDBInstanceId()
Get 实例ID,形如postgres-hez4fh0v
|
Long |
getIsIpv6()
Get 是否开通Ipv6外网,1:是,0:否
|
void |
setDBInstanceId(String DBInstanceId)
Set 实例ID,形如postgres-hez4fh0v
|
void |
setIsIpv6(Long IsIpv6)
Set 是否开通Ipv6外网,1:是,0:否
|
void |
toMap(HashMap<String,String> map,
String prefix)
Internal implementation, normal users should not use it.
|
any, fromJsonString, getBinaryParams, GetHeader, getMultipartRequestParams, getSkipSign, isStream, set, SetHeader, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, setSkipSign, toJsonString
public OpenDBExtranetAccessRequest()
public OpenDBExtranetAccessRequest(OpenDBExtranetAccessRequest source)
public String getDBInstanceId()
public void setDBInstanceId(String DBInstanceId)
DBInstanceId
- 实例ID,形如postgres-hez4fh0vpublic Long getIsIpv6()
public void setIsIpv6(Long IsIpv6)
IsIpv6
- 是否开通Ipv6外网,1:是,0:否Copyright © 2024. All rights reserved.