public static final class DescribePublishedRouteEntriesResponseBody.Conflict.Builder extends Object
限定符和类型 | 方法和说明 |
---|---|
DescribePublishedRouteEntriesResponseBody.Conflict |
build() |
DescribePublishedRouteEntriesResponseBody.Conflict.Builder |
destinationCidrBlock(String destinationCidrBlock)
The destination CIDR block of the conflicting route.
|
DescribePublishedRouteEntriesResponseBody.Conflict.Builder |
instanceId(String instanceId)
The ID of the peer network instance on which conflicting routes are found.
|
DescribePublishedRouteEntriesResponseBody.Conflict.Builder |
instanceType(String instanceType)
The type of the peer network instance on which the conflicting routes are found.
|
DescribePublishedRouteEntriesResponseBody.Conflict.Builder |
regionId(String regionId)
The ID of the region where the peer network instance on which the conflicting routes are found is deployed.
|
DescribePublishedRouteEntriesResponseBody.Conflict.Builder |
status(String status)
The cause of the route confliction.
|
public DescribePublishedRouteEntriesResponseBody.Conflict.Builder destinationCidrBlock(String destinationCidrBlock)
The destination CIDR block of the conflicting route.
example:192.168.20.0/24
public DescribePublishedRouteEntriesResponseBody.Conflict.Builder instanceId(String instanceId)
The ID of the peer network instance on which conflicting routes are found.
example:ccn-0q3b7oviikmm9h****
public DescribePublishedRouteEntriesResponseBody.Conflict.Builder instanceType(String instanceType)
The type of the peer network instance on which the conflicting routes are found. Valid values:
CCN
public DescribePublishedRouteEntriesResponseBody.Conflict.Builder regionId(String regionId)
The ID of the region where the peer network instance on which the conflicting routes are found is deployed.
example:ccn-cn-shanghai
public DescribePublishedRouteEntriesResponseBody.Conflict.Builder status(String status)
The cause of the route confliction. Valid values:
conflict
public DescribePublishedRouteEntriesResponseBody.Conflict build()
Copyright © 2025. All rights reserved.