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