@Stability(value=Stable) @Internal public static final class CfnCluster.KubernetesNetworkConfigProperty.Jsii$Proxy extends software.amazon.jsii.JsiiObject implements CfnCluster.KubernetesNetworkConfigProperty
CfnCluster.KubernetesNetworkConfigPropertysoftware.amazon.jsii.JsiiObject.InitializationModeCfnCluster.KubernetesNetworkConfigProperty.Builder, CfnCluster.KubernetesNetworkConfigProperty.Jsii$Proxy| Modifier | Constructor and Description |
|---|---|
protected |
Jsii$Proxy(CfnCluster.KubernetesNetworkConfigProperty.Builder builder)
Constructor that initializes the object based on literal property values passed by the
CfnCluster.ClusterLoggingProperty.Builder. |
protected |
Jsii$Proxy(software.amazon.jsii.JsiiObjectRef objRef)
Constructor that initializes the object based on values retrieved from the JsiiObject.
|
| Modifier and Type | Method and Description |
|---|---|
com.fasterxml.jackson.databind.JsonNode |
$jsii$toJson() |
boolean |
equals(Object o) |
String |
getIpFamily()
`CfnCluster.KubernetesNetworkConfigProperty.IpFamily`.
|
String |
getServiceIpv4Cidr()
The CIDR block to assign Kubernetes service IP addresses from.
|
String |
getServiceIpv6Cidr()
`CfnCluster.KubernetesNetworkConfigProperty.ServiceIpv6Cidr`.
|
int |
hashCode() |
jsiiAsyncCall, jsiiAsyncCall, jsiiCall, jsiiCall, jsiiGet, jsiiGet, jsiiSet, jsiiStaticCall, jsiiStaticCall, jsiiStaticGet, jsiiStaticGet, jsiiStaticSet, jsiiStaticSetclone, finalize, getClass, notify, notifyAll, toString, wait, wait, waitbuilderprotected Jsii$Proxy(software.amazon.jsii.JsiiObjectRef objRef)
objRef - Reference to the JSII managed object.protected Jsii$Proxy(CfnCluster.KubernetesNetworkConfigProperty.Builder builder)
CfnCluster.ClusterLoggingProperty.Builder.public final String getIpFamily()
CfnCluster.KubernetesNetworkConfigPropertygetIpFamily in interface CfnCluster.KubernetesNetworkConfigPropertypublic final String getServiceIpv4Cidr()
CfnCluster.KubernetesNetworkConfigPropertyIf you don't specify a block, Kubernetes assigns addresses from either the 10.100.0.0/16 or 172.20.0.0/16 CIDR blocks. We recommend that you specify a block that does not overlap with resources in other networks that are peered or connected to your VPC. The block must meet the following requirements:
You can only specify a custom CIDR block when you create a cluster and can't change this value once the cluster is created.
getServiceIpv4Cidr in interface CfnCluster.KubernetesNetworkConfigPropertypublic final String getServiceIpv6Cidr()
CfnCluster.KubernetesNetworkConfigPropertygetServiceIpv6Cidr in interface CfnCluster.KubernetesNetworkConfigProperty@Internal public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()
$jsii$toJson in interface software.amazon.jsii.JsiiSerializableCopyright © 2022. All rights reserved.