public class CreateClusterRouteTableRequest extends AbstractModel
Constructor and Description |
---|
CreateClusterRouteTableRequest() |
CreateClusterRouteTableRequest(CreateClusterRouteTableRequest 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 |
---|---|
Long |
getIgnoreClusterCidrConflict()
Get Whether to ignore CIDR conflicts
|
String |
getRouteTableCidrBlock()
Get Route table CIDR
|
String |
getRouteTableName()
Get Route table name
|
String |
getVpcId()
Get VPC bound to the route table
|
void |
setIgnoreClusterCidrConflict(Long IgnoreClusterCidrConflict)
Set Whether to ignore CIDR conflicts
|
void |
setRouteTableCidrBlock(String RouteTableCidrBlock)
Set Route table CIDR
|
void |
setRouteTableName(String RouteTableName)
Set Route table name
|
void |
setVpcId(String VpcId)
Set VPC bound to the route table
|
void |
toMap(HashMap<String,String> map,
String prefix)
Internal implementation, normal users should not use it.
|
any, fromJsonString, getBinaryParams, getMultipartRequestParams, set, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, toJsonString
public CreateClusterRouteTableRequest()
public CreateClusterRouteTableRequest(CreateClusterRouteTableRequest source)
public String getRouteTableName()
public void setRouteTableName(String RouteTableName)
RouteTableName
- Route table namepublic String getRouteTableCidrBlock()
public void setRouteTableCidrBlock(String RouteTableCidrBlock)
RouteTableCidrBlock
- Route table CIDRpublic String getVpcId()
public void setVpcId(String VpcId)
VpcId
- VPC bound to the route tablepublic Long getIgnoreClusterCidrConflict()
public void setIgnoreClusterCidrConflict(Long IgnoreClusterCidrConflict)
IgnoreClusterCidrConflict
- Whether to ignore CIDR conflictsCopyright © 2023. All rights reserved.