public static final class GetInstanceResponseBody.AclInfo.Builder extends Object
构造器和说明 |
---|
Builder() |
限定符和类型 | 方法和说明 |
---|---|
GetInstanceResponseBody.AclInfo.Builder |
aclType(String aclType)
The authentication type of the instance.
|
GetInstanceResponseBody.AclInfo.Builder |
aclTypes(List<String> aclTypes)
The authentication types of the instance.
|
GetInstanceResponseBody.AclInfo |
build() |
GetInstanceResponseBody.AclInfo.Builder |
defaultVpcAuthFree(Boolean defaultVpcAuthFree)
Indicates whether the authentication-free in VPCs feature is enabled.
|
public GetInstanceResponseBody.AclInfo.Builder aclType(String aclType)
Valid values: - default: intelligent identity authentication - apache_acl:access control list (ACL) identity authentication**
public GetInstanceResponseBody.AclInfo.Builder aclTypes(List<String> aclTypes)
public GetInstanceResponseBody.AclInfo.Builder defaultVpcAuthFree(Boolean defaultVpcAuthFree)
Valid values: * true * false
public GetInstanceResponseBody.AclInfo build()
Copyright © 2024. All rights reserved.