public class GrantInstanceToVbrRequest
extends com.aliyun.tea.TeaModel
限定符和类型 | 字段和说明 |
---|---|
String |
grantType
The VBRs that need to acquire permissions on the VPC.
|
String |
instanceId
The ID of the VPC.
|
String |
regionId
The ID of the region where the VPC is deployed.
|
List<String> |
vbrInstanceIds
The information about the VBRs.
|
Long |
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.
|
构造器和说明 |
---|
GrantInstanceToVbrRequest() |
限定符和类型 | 方法和说明 |
---|---|
static GrantInstanceToVbrRequest |
build(Map<String,?> map) |
String |
getGrantType() |
String |
getInstanceId() |
String |
getRegionId() |
List<String> |
getVbrInstanceIds() |
Long |
getVbrOwnerUid() |
String |
getVbrRegionNo() |
GrantInstanceToVbrRequest |
setGrantType(String grantType) |
GrantInstanceToVbrRequest |
setInstanceId(String instanceId) |
GrantInstanceToVbrRequest |
setRegionId(String regionId) |
GrantInstanceToVbrRequest |
setVbrInstanceIds(List<String> vbrInstanceIds) |
GrantInstanceToVbrRequest |
setVbrOwnerUid(Long vbrOwnerUid) |
GrantInstanceToVbrRequest |
setVbrRegionNo(String vbrRegionNo) |
@NameInMap(value="GrantType") public String grantType
The VBRs that need to acquire permissions on the VPC. Valid values:
This parameter is required.
example:All
@NameInMap(value="InstanceId") public String instanceId
The ID of the VPC.
This parameter is required.
example:vpc-bp1lqhq93q8evjpky****
@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 information about the VBRs.
if can be null:true
@NameInMap(value="VbrOwnerUid") public Long 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 GrantInstanceToVbrRequest build(Map<String,?> map) throws Exception
Exception
public GrantInstanceToVbrRequest setGrantType(String grantType)
public String getGrantType()
public GrantInstanceToVbrRequest setInstanceId(String instanceId)
public String getInstanceId()
public GrantInstanceToVbrRequest setRegionId(String regionId)
public String getRegionId()
public GrantInstanceToVbrRequest setVbrInstanceIds(List<String> vbrInstanceIds)
public GrantInstanceToVbrRequest setVbrOwnerUid(Long vbrOwnerUid)
public Long getVbrOwnerUid()
public GrantInstanceToVbrRequest setVbrRegionNo(String vbrRegionNo)
public String getVbrRegionNo()
Copyright © 2024. All rights reserved.