public static final class CreateVpnRouteEntryResponseBody.Builder extends Object
构造器和说明 |
---|
Builder() |
public CreateVpnRouteEntryResponseBody.Builder createTime(Long createTime)
This value is a UNIX timestamp representing the number of milliseconds that have elapsed since the epoch time January 1, 1970, 00:00:00 UTC.
public CreateVpnRouteEntryResponseBody.Builder description(String description)
public CreateVpnRouteEntryResponseBody.Builder nextHop(String nextHop)
public CreateVpnRouteEntryResponseBody.Builder overlayMode(String overlayMode)
public CreateVpnRouteEntryResponseBody.Builder requestId(String requestId)
public CreateVpnRouteEntryResponseBody.Builder routeDest(String routeDest)
public CreateVpnRouteEntryResponseBody.Builder state(String state)
* **published**: advertised to the VPC route table. * **normal**: not advertised to the VPC route table.
public CreateVpnRouteEntryResponseBody.Builder vpnInstanceId(String vpnInstanceId)
public CreateVpnRouteEntryResponseBody.Builder weight(Integer weight)
* **100**: a high priority * **0**: a low priority
public CreateVpnRouteEntryResponseBody build()
Copyright © 2024. All rights reserved.