public static final class DescribePublishedRouteEntriesResponseBody.PublishedRouteEntry.Builder extends Object
public DescribePublishedRouteEntriesResponseBody.PublishedRouteEntry.Builder childInstanceRouteTableId(String childInstanceRouteTableId)
The ID of the route table configured on the network instance.
example:vtb-il7qut3mjgtlcbpk2****
public DescribePublishedRouteEntriesResponseBody.PublishedRouteEntry.Builder conflicts(DescribePublishedRouteEntriesResponseBody.Conflicts conflicts)
A list of conflicting routes.
public DescribePublishedRouteEntriesResponseBody.PublishedRouteEntry.Builder destinationCidrBlock(String destinationCidrBlock)
The destination CIDR block of the route.
example:172.16.0.0/16
public DescribePublishedRouteEntriesResponseBody.PublishedRouteEntry.Builder nextHopId(String nextHopId)
The ID of the instance specified as the next hop in the route.
example:ecs-bp18sth14qii3pn****
public DescribePublishedRouteEntriesResponseBody.PublishedRouteEntry.Builder nextHopType(String nextHopType)
The type of the instance specified as the next hop in the route.
Instance
public DescribePublishedRouteEntriesResponseBody.PublishedRouteEntry.Builder operationalMode(Boolean operationalMode)
Indicates whether the route is allowed to be advertised to or withdrawn from the CEN instance. Valid values:
true
public DescribePublishedRouteEntriesResponseBody.PublishedRouteEntry.Builder publishStatus(String publishStatus)
Indicates whether the route is advertised to the CEN instance. Valid values:
Published
public DescribePublishedRouteEntriesResponseBody.PublishedRouteEntry.Builder routeType(String routeType)
The type of the route. Valid values:
System
public DescribePublishedRouteEntriesResponseBody.PublishedRouteEntry build()
Copyright © 2025. All rights reserved.