public static class GetInstanceResponseBody.GetInstanceResponseBodyDataAclInfo
extends com.aliyun.tea.TeaModel
| 限定符和类型 | 字段和说明 |
|---|---|
String |
aclType
已过时。
|
List<String> |
aclTypes
The authentication types of the instance.
|
Boolean |
defaultVpcAuthFree
Indicates whether the authentication-free in VPCs feature is enabled.
|
| 构造器和说明 |
|---|
GetInstanceResponseBodyDataAclInfo() |
| 限定符和类型 | 方法和说明 |
|---|---|
static GetInstanceResponseBody.GetInstanceResponseBodyDataAclInfo |
build(Map<String,?> map) |
String |
getAclType() |
List<String> |
getAclTypes() |
Boolean |
getDefaultVpcAuthFree() |
GetInstanceResponseBody.GetInstanceResponseBodyDataAclInfo |
setAclType(String aclType) |
GetInstanceResponseBody.GetInstanceResponseBodyDataAclInfo |
setAclTypes(List<String> aclTypes) |
GetInstanceResponseBody.GetInstanceResponseBodyDataAclInfo |
setDefaultVpcAuthFree(Boolean defaultVpcAuthFree) |
@NameInMap(value="aclType") @Deprecated public String aclType
The authentication type of the instance. This parameter is no longer in use. We recommend that you configure aclTypes.
Valid values:
- default: intelligent identity authentication
- apache_acl:access control list (ACL) identity authentication**
@NameInMap(value="aclTypes") public List<String> aclTypes
The authentication types of the instance.
@NameInMap(value="defaultVpcAuthFree") public Boolean defaultVpcAuthFree
Indicates whether the authentication-free in VPCs feature is enabled.
Valid values:
* true
* false
public static GetInstanceResponseBody.GetInstanceResponseBodyDataAclInfo build(Map<String,?> map) throws Exception
Exceptionpublic GetInstanceResponseBody.GetInstanceResponseBodyDataAclInfo setAclType(String aclType)
public String getAclType()
public GetInstanceResponseBody.GetInstanceResponseBodyDataAclInfo setAclTypes(List<String> aclTypes)
public GetInstanceResponseBody.GetInstanceResponseBodyDataAclInfo setDefaultVpcAuthFree(Boolean defaultVpcAuthFree)
public Boolean getDefaultVpcAuthFree()
Copyright © 2024. All rights reserved.