public static final class RevokeInstanceFromVbrRequest.Builder extends Object
限定符和类型 | 方法和说明 |
---|---|
RevokeInstanceFromVbrRequest |
build() |
RevokeInstanceFromVbrRequest.Builder |
grantType(String grantType)
The VBRs for which you want to revoke permissions on the VPC.
|
RevokeInstanceFromVbrRequest.Builder |
instanceId(String instanceId)
The VPC ID.
|
RevokeInstanceFromVbrRequest.Builder |
regionId(String regionId)
The ID of the region where the VPC is deployed.
|
RevokeInstanceFromVbrRequest.Builder |
vbrInstanceIds(List<String> vbrInstanceIds)
The IDs of the VBRs for which you want to revoke the permissions.
|
RevokeInstanceFromVbrRequest.Builder |
vbrOwnerUid(String vbrOwnerUid)
The ID of the Alibaba Cloud account to which the VBR belongs.
|
RevokeInstanceFromVbrRequest.Builder |
vbrRegionNo(String vbrRegionNo)
The ID of the region where the VBR is deployed.
|
public RevokeInstanceFromVbrRequest.Builder grantType(String grantType)
* **ALL**: Permissions on the VPC are revoked for all VBRs in the specified region. **VbrInstanceIds** can be left empty. * **Specify**: Permissions on the VPC are revoked for the specified VBRs. **VbrInstanceIds** must be assigned a value.
public RevokeInstanceFromVbrRequest.Builder instanceId(String instanceId)
public RevokeInstanceFromVbrRequest.Builder regionId(String regionId)
You can call the [DescribeRegions](~~36063~~) operation to query the most recent region list.
public RevokeInstanceFromVbrRequest.Builder vbrInstanceIds(List<String> vbrInstanceIds)
public RevokeInstanceFromVbrRequest.Builder vbrOwnerUid(String vbrOwnerUid)
public RevokeInstanceFromVbrRequest.Builder vbrRegionNo(String vbrRegionNo)
public RevokeInstanceFromVbrRequest build()
Copyright © 2024. All rights reserved.