public class AddVpcCniSubnetsRequest extends AbstractModel
header, skipSign
Constructor and Description |
---|
AddVpcCniSubnetsRequest() |
AddVpcCniSubnetsRequest(AddVpcCniSubnetsRequest 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 |
getClusterId()
Get Cluster ID
|
Boolean |
getSkipAddingNonMasqueradeCIDRs()
Get Whether to skip adding the VPC IP range to `NonMasqueradeCIDRs` field of `ip-masq-agent-config`.
|
String[] |
getSubnetIds()
Get The subnets added for the cluster container network
|
String |
getVpcId()
Get ID of the VPC where the cluster resides
|
void |
setClusterId(String ClusterId)
Set Cluster ID
|
void |
setSkipAddingNonMasqueradeCIDRs(Boolean SkipAddingNonMasqueradeCIDRs)
Set Whether to skip adding the VPC IP range to `NonMasqueradeCIDRs` field of `ip-masq-agent-config`.
|
void |
setSubnetIds(String[] SubnetIds)
Set The subnets added for the cluster container network
|
void |
setVpcId(String VpcId)
Set ID of the VPC where the cluster resides
|
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 AddVpcCniSubnetsRequest()
public AddVpcCniSubnetsRequest(AddVpcCniSubnetsRequest source)
public String getClusterId()
public void setClusterId(String ClusterId)
ClusterId
- Cluster IDpublic String[] getSubnetIds()
public void setSubnetIds(String[] SubnetIds)
SubnetIds
- The subnets added for the cluster container networkpublic String getVpcId()
public void setVpcId(String VpcId)
VpcId
- ID of the VPC where the cluster residespublic Boolean getSkipAddingNonMasqueradeCIDRs()
public void setSkipAddingNonMasqueradeCIDRs(Boolean SkipAddingNonMasqueradeCIDRs)
SkipAddingNonMasqueradeCIDRs
- Whether to skip adding the VPC IP range to `NonMasqueradeCIDRs` field of `ip-masq-agent-config`. Default value: `false`Copyright © 2024. All rights reserved.