public static final class DescribeGrantRulesToCenRequest.Builder extends Object
限定符和类型 | 方法和说明 |
---|---|
DescribeGrantRulesToCenRequest |
build() |
DescribeGrantRulesToCenRequest.Builder |
cenId(String cenId)
The CEN instance ID.
|
DescribeGrantRulesToCenRequest.Builder |
childInstanceId(String childInstanceId)
The ID of the network instance that you want to query.
|
DescribeGrantRulesToCenRequest.Builder |
childInstanceOwnerId(Long childInstanceOwnerId)
The ID of the Alibaba Cloud account to which the network instance belongs.
|
DescribeGrantRulesToCenRequest.Builder |
enabledIpv6(Boolean enabledIpv6)
Specifies whether to enable IPv6.
|
DescribeGrantRulesToCenRequest.Builder |
maxResults(Long maxResults)
If you do not set MaxResults, it indicates that you do not need to query results in batches.
|
DescribeGrantRulesToCenRequest.Builder |
nextToken(String nextToken)
The pagination token that is used in the next request to retrieve a new page of results.
|
DescribeGrantRulesToCenRequest.Builder |
ownerAccount(String ownerAccount)
OwnerAccount.
|
DescribeGrantRulesToCenRequest.Builder |
ownerId(Long ownerId)
OwnerId.
|
DescribeGrantRulesToCenRequest.Builder |
productType(String productType)
The type of the network instance.
|
DescribeGrantRulesToCenRequest.Builder |
regionId(String regionId)
The region ID of the network instance.
|
DescribeGrantRulesToCenRequest.Builder |
resourceOwnerAccount(String resourceOwnerAccount)
ResourceOwnerAccount.
|
DescribeGrantRulesToCenRequest.Builder |
resourceOwnerId(Long resourceOwnerId)
ResourceOwnerId.
|
public DescribeGrantRulesToCenRequest.Builder cenId(String cenId)
The CEN instance ID.
This parameter is required.
example:cen-nye53d7p3hzyu4****
public DescribeGrantRulesToCenRequest.Builder childInstanceId(String childInstanceId)
The ID of the network instance that you want to query.
example:vpc-rj9gt5nll27onu7****
public DescribeGrantRulesToCenRequest.Builder childInstanceOwnerId(Long childInstanceOwnerId)
The ID of the Alibaba Cloud account to which the network instance belongs.
example:125012345612****
public DescribeGrantRulesToCenRequest.Builder enabledIpv6(Boolean enabledIpv6)
Specifies whether to enable IPv6.
true
public DescribeGrantRulesToCenRequest.Builder maxResults(Long maxResults)
20
public DescribeGrantRulesToCenRequest.Builder nextToken(String nextToken)
The pagination token that is used in the next request to retrieve a new page of results. Valid values:
FFmyTO70tTpLG6I3FmYAXGKPd****
public DescribeGrantRulesToCenRequest.Builder ownerAccount(String ownerAccount)
public DescribeGrantRulesToCenRequest.Builder ownerId(Long ownerId)
public DescribeGrantRulesToCenRequest.Builder productType(String productType)
The type of the network instance. Valid values:
This parameter is required.
example:VPC
public DescribeGrantRulesToCenRequest.Builder regionId(String regionId)
The region ID of the network instance.
You can call the DescribeChildInstanceRegions operation to query the most recent region list.
example:cn-hangzhou
public DescribeGrantRulesToCenRequest.Builder resourceOwnerAccount(String resourceOwnerAccount)
public DescribeGrantRulesToCenRequest.Builder resourceOwnerId(Long resourceOwnerId)
public DescribeGrantRulesToCenRequest build()
Copyright © 2025. All rights reserved.