public static class UnassociateNetworkAclRequest.UnassociateNetworkAclRequestResource
extends com.aliyun.tea.TeaModel
限定符和类型 | 字段和说明 |
---|---|
String |
resourceId
The ID of the resource from which you want to disassociate the network ACL.
|
String |
resourceType
The type of the resource from which you want to disassociate the network ACL.
|
构造器和说明 |
---|
UnassociateNetworkAclRequestResource() |
限定符和类型 | 方法和说明 |
---|---|
static UnassociateNetworkAclRequest.UnassociateNetworkAclRequestResource |
build(Map<String,?> map) |
String |
getResourceId() |
String |
getResourceType() |
UnassociateNetworkAclRequest.UnassociateNetworkAclRequestResource |
setResourceId(String resourceId) |
UnassociateNetworkAclRequest.UnassociateNetworkAclRequestResource |
setResourceType(String resourceType) |
@NameInMap(value="ResourceId") public String resourceId
The ID of the resource from which you want to disassociate the network ACL.
example:vsw-bp1de348lntdw****
@NameInMap(value="ResourceType") public String resourceType
The type of the resource from which you want to disassociate the network ACL. Set the value to VSwitch.
Valid values of N: 0 to 29. You can disassociate a network ACL from at most 30 resources at a time.
example:VSwitch
public static UnassociateNetworkAclRequest.UnassociateNetworkAclRequestResource build(Map<String,?> map) throws Exception
Exception
public UnassociateNetworkAclRequest.UnassociateNetworkAclRequestResource setResourceId(String resourceId)
public String getResourceId()
public UnassociateNetworkAclRequest.UnassociateNetworkAclRequestResource setResourceType(String resourceType)
public String getResourceType()
Copyright © 2024. All rights reserved.