public class RevokeInstanceFromVbrRequest
extends com.aliyun.tea.TeaModel
限定符和类型 | 字段和说明 |
---|---|
String |
grantType
The VBRs for which you want to revoke permissions on the VPC.
|
String |
instanceId
The VPC ID.
|
String |
regionId
The ID of the region where the VPC is deployed.
|
List<String> |
vbrInstanceIds
The IDs of the VBRs for which you want to revoke the permissions.
|
String |
vbrOwnerUid
The ID of the Alibaba Cloud account to which the VBR belongs.
|
String |
vbrRegionNo
The ID of the region where the VBR is deployed.
|
构造器和说明 |
---|
RevokeInstanceFromVbrRequest() |
限定符和类型 | 方法和说明 |
---|---|
static RevokeInstanceFromVbrRequest |
build(Map<String,?> map) |
String |
getGrantType() |
String |
getInstanceId() |
String |
getRegionId() |
List<String> |
getVbrInstanceIds() |
String |
getVbrOwnerUid() |
String |
getVbrRegionNo() |
RevokeInstanceFromVbrRequest |
setGrantType(String grantType) |
RevokeInstanceFromVbrRequest |
setInstanceId(String instanceId) |
RevokeInstanceFromVbrRequest |
setRegionId(String regionId) |
RevokeInstanceFromVbrRequest |
setVbrInstanceIds(List<String> vbrInstanceIds) |
RevokeInstanceFromVbrRequest |
setVbrOwnerUid(String vbrOwnerUid) |
RevokeInstanceFromVbrRequest |
setVbrRegionNo(String vbrRegionNo) |
@NameInMap(value="GrantType") public String grantType
The VBRs for which you want to revoke permissions on the VPC. Valid values:
This parameter is required.
example:ALL
@NameInMap(value="InstanceId") public String instanceId
The VPC ID.
This parameter is required.
example:vpc-bp1brjuegjc88v3u9****
@NameInMap(value="RegionId") public String regionId
The ID of the region where the VPC is deployed.
You can call the DescribeRegions operation to query the most recent region list.
This parameter is required.
example:cn-hangzhou
@NameInMap(value="VbrInstanceIds") public List<String> vbrInstanceIds
The IDs of the VBRs for which you want to revoke the permissions.
@NameInMap(value="VbrOwnerUid") public String vbrOwnerUid
The ID of the Alibaba Cloud account to which the VBR belongs.
This parameter is required.
example:1210123456123456
@NameInMap(value="VbrRegionNo") public String vbrRegionNo
The ID of the region where the VBR is deployed.
This parameter is required.
example:cn-hangzhou
public static RevokeInstanceFromVbrRequest build(Map<String,?> map) throws Exception
Exception
public RevokeInstanceFromVbrRequest setGrantType(String grantType)
public String getGrantType()
public RevokeInstanceFromVbrRequest setInstanceId(String instanceId)
public String getInstanceId()
public RevokeInstanceFromVbrRequest setRegionId(String regionId)
public String getRegionId()
public RevokeInstanceFromVbrRequest setVbrInstanceIds(List<String> vbrInstanceIds)
public RevokeInstanceFromVbrRequest setVbrOwnerUid(String vbrOwnerUid)
public String getVbrOwnerUid()
public RevokeInstanceFromVbrRequest setVbrRegionNo(String vbrRegionNo)
public String getVbrRegionNo()
Copyright © 2024. All rights reserved.