public static final class ListTransitRoutersResponseBody.TransitRouters.Builder extends Object
public ListTransitRoutersResponseBody.TransitRouters.Builder aliUid(Long aliUid)
The ID of the Alibaba Cloud account to which the CEN instance belongs.
example:1210123456123456
public ListTransitRoutersResponseBody.TransitRouters.Builder cenId(String cenId)
The ID of the CEN instance.
example:cen-j3jzhw1zpau2km****
public ListTransitRoutersResponseBody.TransitRouters.Builder creationTime(String creationTime)
The time when the transit router was created.
The time follows the ISO8601 standard in the YYYY-MM-DDThh:mmZ
format. The time is displayed in UTC.
2021-03-15T09:39Z
public ListTransitRoutersResponseBody.TransitRouters.Builder regionId(String regionId)
The ID of the region where the transit router is deployed.
example:cn-hangzhou
public ListTransitRoutersResponseBody.TransitRouters.Builder status(String status)
The status of the transit router. Valid values:
Active
public ListTransitRoutersResponseBody.TransitRouters.Builder supportMulticast(Boolean supportMulticast)
Indicates whether multicast is enabled for the transit router. Valid values:
false
public ListTransitRoutersResponseBody.TransitRouters.Builder tags(List<ListTransitRoutersResponseBody.Tags> tags)
A list of tags.
public ListTransitRoutersResponseBody.TransitRouters.Builder transitRouterCidrList(List<ListTransitRoutersResponseBody.TransitRouterCidrList> transitRouterCidrList)
The CIDR blocks of the transit router.
public ListTransitRoutersResponseBody.TransitRouters.Builder transitRouterDescription(String transitRouterDescription)
The description of the transit router.
example:testdesc
public ListTransitRoutersResponseBody.TransitRouters.Builder transitRouterId(String transitRouterId)
The ID of the transit router.
example:tr-bp1su1ytdxtataupl****
public ListTransitRoutersResponseBody.TransitRouters.Builder transitRouterName(String transitRouterName)
The name of the transit router.
example:testname
public ListTransitRoutersResponseBody.TransitRouters.Builder type(String type)
The edition of the transit router. Valid values:
Enterprise
public ListTransitRoutersResponseBody.TransitRouters build()
Copyright © 2025. All rights reserved.