public static final class CreateCenChildInstanceRouteEntryToCenRequest.Builder extends Object
public CreateCenChildInstanceRouteEntryToCenRequest.Builder cenId(String cenId)
The ID of the CEN instance.
This parameter is required.
example:cen-7febra5nqj7jjh****
public CreateCenChildInstanceRouteEntryToCenRequest.Builder childInstanceAliUid(Long childInstanceAliUid)
The ID of the Alibaba Cloud account to which the network instance belongs.
example:If the network instance belongs to another Alibaba Cloud account, this parameter is required.
1787100000000000
public CreateCenChildInstanceRouteEntryToCenRequest.Builder childInstanceId(String childInstanceId)
The ID of the network instance.
This parameter is required.
example:vpc-k1alm2jbuwibhxtx2****
public CreateCenChildInstanceRouteEntryToCenRequest.Builder childInstanceRegionId(String childInstanceRegionId)
The ID of the region where the network instance is deployed.
You can call the DescribeRegions operation to query the most recent region list.
This parameter is required.
example:ap-southeast-5
public CreateCenChildInstanceRouteEntryToCenRequest.Builder childInstanceType(String childInstanceType)
The type of the network instance. Valid values:
This parameter is required.
example:VPC
public CreateCenChildInstanceRouteEntryToCenRequest.Builder destinationCidrBlock(String destinationCidrBlock)
The destination CIDR block of the route.
Specify the value of this parameter in CIDR notation. Example: 192.168.10.0/24.
This parameter is required.
example:192.168.22.0/24
public CreateCenChildInstanceRouteEntryToCenRequest.Builder ownerAccount(String ownerAccount)
public CreateCenChildInstanceRouteEntryToCenRequest.Builder ownerId(Long ownerId)
public CreateCenChildInstanceRouteEntryToCenRequest.Builder resourceOwnerAccount(String resourceOwnerAccount)
public CreateCenChildInstanceRouteEntryToCenRequest.Builder resourceOwnerId(Long resourceOwnerId)
public CreateCenChildInstanceRouteEntryToCenRequest.Builder routeTableId(String routeTableId)
The ID of the route table configured on the network instance.
This parameter is required.
example:vtb-k1aa8ulqs39f86op8****
public CreateCenChildInstanceRouteEntryToCenRequest build()
Copyright © 2025. All rights reserved.