public static final class DeleteCenChildInstanceRouteEntryToCenRequest.Builder extends Object
public DeleteCenChildInstanceRouteEntryToCenRequest.Builder cenId(String cenId)
The ID of the CEN instance.
This parameter is required.
example:cen-7febra5nqj7jjh****
public DeleteCenChildInstanceRouteEntryToCenRequest.Builder childInstanceAliUid(Long childInstanceAliUid)
The ID of the Alibaba Cloud account to which the network instance belongs.
example:If the network instance and the CEN instance belong to different Alibaba Cloud accounts, this parameter is required.
1787100000000000
public DeleteCenChildInstanceRouteEntryToCenRequest.Builder childInstanceId(String childInstanceId)
The ID of the network instance.
This parameter is required.
example:vpc-k1alm2jbuwibhxtx2****
public DeleteCenChildInstanceRouteEntryToCenRequest.Builder childInstanceRegionId(String childInstanceRegionId)
The ID of the region where the network instance is deployed.
You can call the DescribeRegions operation to obtain the region ID.
This parameter is required.
example:ap-southeast-5
public DeleteCenChildInstanceRouteEntryToCenRequest.Builder childInstanceType(String childInstanceType)
The type of the network instance. Valid values:
This parameter is required.
example:VPC
public DeleteCenChildInstanceRouteEntryToCenRequest.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 DeleteCenChildInstanceRouteEntryToCenRequest.Builder ownerAccount(String ownerAccount)
public DeleteCenChildInstanceRouteEntryToCenRequest.Builder ownerId(Long ownerId)
public DeleteCenChildInstanceRouteEntryToCenRequest.Builder resourceOwnerAccount(String resourceOwnerAccount)
public DeleteCenChildInstanceRouteEntryToCenRequest.Builder resourceOwnerId(Long resourceOwnerId)
public DeleteCenChildInstanceRouteEntryToCenRequest.Builder routeTableId(String routeTableId)
The ID of the route table configured on the network instance.
This parameter is required.
example:vtb-k1aa8ulqs39f86op8****
public DeleteCenChildInstanceRouteEntryToCenRequest build()
Copyright © 2025. All rights reserved.