public class NatDirectConnectGatewayRoute extends AbstractModel
header, skipSign
Constructor and Description |
---|
NatDirectConnectGatewayRoute() |
NatDirectConnectGatewayRoute(NatDirectConnectGatewayRoute source)
NOTE: Any ambiguous key set via .set("AnyKey", "value") will be a shallow copy,
and any explicit key, i.e Foo, set via .setFoo("value") will be a deep copy.
|
Modifier and Type | Method and Description |
---|---|
String |
getCreateTime()
Get The creation time of the route
|
String |
getDestinationCidrBlock()
Get The `IPv4` `CIDR` of the subnet.
|
String |
getGatewayId()
Get ID of the next-hop gateway
|
String |
getGatewayType()
Get The type of the next-hop gateway.
|
String |
getUpdateTime()
Get The update time of the route
|
void |
setCreateTime(String CreateTime)
Set The creation time of the route
|
void |
setDestinationCidrBlock(String DestinationCidrBlock)
Set The `IPv4` `CIDR` of the subnet.
|
void |
setGatewayId(String GatewayId)
Set ID of the next-hop gateway
|
void |
setGatewayType(String GatewayType)
Set The type of the next-hop gateway.
|
void |
setUpdateTime(String UpdateTime)
Set The update time of the route
|
void |
toMap(HashMap<String,String> map,
String prefix)
Internal implementation, normal users should not use it.
|
any, fromJsonString, getBinaryParams, GetHeader, getMultipartRequestParams, getSkipSign, set, SetHeader, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, setSkipSign, toJsonString
public NatDirectConnectGatewayRoute()
public NatDirectConnectGatewayRoute(NatDirectConnectGatewayRoute source)
public String getDestinationCidrBlock()
public void setDestinationCidrBlock(String DestinationCidrBlock)
DestinationCidrBlock
- The `IPv4` `CIDR` of the subnet.public String getGatewayType()
public void setGatewayType(String GatewayType)
GatewayType
- The type of the next-hop gateway. Supported types:
`DIRECTCONNECT`: Direct connect gatewaypublic String getGatewayId()
public void setGatewayId(String GatewayId)
GatewayId
- ID of the next-hop gatewaypublic String getCreateTime()
public void setCreateTime(String CreateTime)
CreateTime
- The creation time of the routepublic String getUpdateTime()
public void setUpdateTime(String UpdateTime)
UpdateTime
- The update time of the routeCopyright © 2024. All rights reserved.