public class RevokeInstanceFromVbrShrinkRequest
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.
|
String |
vbrInstanceIdsShrink
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.
|
构造器和说明 |
---|
RevokeInstanceFromVbrShrinkRequest() |
限定符和类型 | 方法和说明 |
---|---|
static RevokeInstanceFromVbrShrinkRequest |
build(Map<String,?> map) |
String |
getGrantType() |
String |
getInstanceId() |
String |
getRegionId() |
String |
getVbrInstanceIdsShrink() |
String |
getVbrOwnerUid() |
String |
getVbrRegionNo() |
RevokeInstanceFromVbrShrinkRequest |
setGrantType(String grantType) |
RevokeInstanceFromVbrShrinkRequest |
setInstanceId(String instanceId) |
RevokeInstanceFromVbrShrinkRequest |
setRegionId(String regionId) |
RevokeInstanceFromVbrShrinkRequest |
setVbrInstanceIdsShrink(String vbrInstanceIdsShrink) |
RevokeInstanceFromVbrShrinkRequest |
setVbrOwnerUid(String vbrOwnerUid) |
RevokeInstanceFromVbrShrinkRequest |
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 String vbrInstanceIdsShrink
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 RevokeInstanceFromVbrShrinkRequest build(Map<String,?> map) throws Exception
Exception
public RevokeInstanceFromVbrShrinkRequest setGrantType(String grantType)
public String getGrantType()
public RevokeInstanceFromVbrShrinkRequest setInstanceId(String instanceId)
public String getInstanceId()
public RevokeInstanceFromVbrShrinkRequest setRegionId(String regionId)
public String getRegionId()
public RevokeInstanceFromVbrShrinkRequest setVbrInstanceIdsShrink(String vbrInstanceIdsShrink)
public String getVbrInstanceIdsShrink()
public RevokeInstanceFromVbrShrinkRequest setVbrOwnerUid(String vbrOwnerUid)
public String getVbrOwnerUid()
public RevokeInstanceFromVbrShrinkRequest setVbrRegionNo(String vbrRegionNo)
public String getVbrRegionNo()
Copyright © 2024. All rights reserved.