public class CloseDBExtranetAccessRequest extends AbstractModel
| Constructor and Description | 
|---|
| CloseDBExtranetAccessRequest() | 
| Modifier and Type | Method and Description | 
|---|---|
| String | getInstanceId()Get ID of an instance for which to disable public network access. | 
| Long | getIpv6Flag()Get Whether IPv6 is used. | 
| void | setInstanceId(String InstanceId)Set ID of an instance for which to disable 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, toJsonStringpublic String getInstanceId()
public void setInstanceId(String InstanceId)
InstanceId - ID of an instance for which to disable public network access. The ID is in the format of dcdbt-ow728lmc and can be obtained through the `DescribeDCDBInstances` API.public Long getIpv6Flag()
public void setIpv6Flag(Long Ipv6Flag)
Ipv6Flag - Whether IPv6 is used. Default value: 0Copyright © 2021. All rights reserved.