public static class UpdateInstanceRequest.UpdateInstanceRequestAclInfo
extends com.aliyun.tea.TeaModel
| 限定符和类型 | 字段和说明 |
|---|---|
List<String> |
aclTypes
The authentication type of the instance.
|
Boolean |
defaultVpcAuthFree
Indicates whether the authentication-free in VPCs feature is enabled.
|
| 构造器和说明 |
|---|
UpdateInstanceRequestAclInfo() |
| 限定符和类型 | 方法和说明 |
|---|---|
static UpdateInstanceRequest.UpdateInstanceRequestAclInfo |
build(Map<String,?> map) |
List<String> |
getAclTypes() |
Boolean |
getDefaultVpcAuthFree() |
UpdateInstanceRequest.UpdateInstanceRequestAclInfo |
setAclTypes(List<String> aclTypes) |
UpdateInstanceRequest.UpdateInstanceRequestAclInfo |
setDefaultVpcAuthFree(Boolean defaultVpcAuthFree) |
@NameInMap(value="aclTypes") public List<String> aclTypes
The authentication type of the instance.
@NameInMap(value="defaultVpcAuthFree") public Boolean defaultVpcAuthFree
Indicates whether the authentication-free in VPCs feature is enabled.
Indicates whether the authentication-free in VPCs feature is enabled.
Valid values:
- true
- false
public static UpdateInstanceRequest.UpdateInstanceRequestAclInfo build(Map<String,?> map) throws Exception
Exceptionpublic UpdateInstanceRequest.UpdateInstanceRequestAclInfo setAclTypes(List<String> aclTypes)
public UpdateInstanceRequest.UpdateInstanceRequestAclInfo setDefaultVpcAuthFree(Boolean defaultVpcAuthFree)
public Boolean getDefaultVpcAuthFree()
Copyright © 2024. All rights reserved.