public class OpenDBExtranetAccessRequest extends AbstractModel
Constructor and Description |
---|
OpenDBExtranetAccessRequest() |
Modifier and Type | Method and Description |
---|---|
String |
getInstanceId()
Get ID of instance for which to enable public network access.
|
Long |
getIpv6Flag()
Get Whether IPv6 is used.
|
void |
setInstanceId(String InstanceId)
Set ID of instance for which to enable public network access.
|
void |
setIpv6Flag(Long Ipv6Flag)
Set Whether IPv6 is used.
|
void |
toMap(HashMap<String,String> map,
String prefix)
Internal implementation, normal users should not use it.
|
any, fromJsonString, getBinaryParams, getMultipartRequestParams, set, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, toJsonString
public String getInstanceId()
public void setInstanceId(String InstanceId)
InstanceId
- ID of instance for which to enable public network access. The ID is in the format of `tdsql-ow728lmc` and can be obtained through the `DescribeDBInstances` API.public Long getIpv6Flag()
public void setIpv6Flag(Long Ipv6Flag)
Ipv6Flag
- Whether IPv6 is used. Default value: 0Copyright © 2020. All rights reserved.