public static final class CreateVcoRouteEntryResponseBody.Builder extends Object
构造器和说明 |
---|
Builder() |
public CreateVcoRouteEntryResponseBody.Builder createTime(Long createTime)
This value is a UNIX timestamp representing the number of milliseconds that have elapsed since January 1, 1970, 00:00:00 UTC.
public CreateVcoRouteEntryResponseBody.Builder description(String description)
public CreateVcoRouteEntryResponseBody.Builder nextHop(String nextHop)
public CreateVcoRouteEntryResponseBody.Builder overlayMode(String overlayMode)
The value is set to **Ipsec**, which indicates the IPsec tunneling protocol.
public CreateVcoRouteEntryResponseBody.Builder requestId(String requestId)
public CreateVcoRouteEntryResponseBody.Builder routeDest(String routeDest)
public CreateVcoRouteEntryResponseBody.Builder state(String state)
Only **published** is returned, which indicates that the current route is published to the transit router.
public CreateVcoRouteEntryResponseBody.Builder vpnConnectionId(String vpnConnectionId)
public CreateVcoRouteEntryResponseBody.Builder weight(Integer weight)
* **0**: a low priority. * **100**: a high priority.
public CreateVcoRouteEntryResponseBody build()
Copyright © 2024. All rights reserved.