@Generated(value="software.amazon.awssdk:codegen") public final class KubernetesNetworkConfigResponse extends Object implements SdkPojo, Serializable, ToCopyableBuilder<KubernetesNetworkConfigResponse.Builder,KubernetesNetworkConfigResponse>
The Kubernetes network configuration for the cluster. The response contains a value for serviceIpv6Cidr or serviceIpv4Cidr, but not both.
| Modifier and Type | Class and Description |
|---|---|
static interface |
KubernetesNetworkConfigResponse.Builder |
| Modifier and Type | Method and Description |
|---|---|
static KubernetesNetworkConfigResponse.Builder |
builder() |
boolean |
equals(Object obj) |
boolean |
equalsBySdkFields(Object obj) |
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
IpFamily |
ipFamily()
The IP family used to assign Kubernetes pod and service IP addresses.
|
String |
ipFamilyAsString()
The IP family used to assign Kubernetes pod and service IP addresses.
|
List<SdkField<?>> |
sdkFields() |
static Class<? extends KubernetesNetworkConfigResponse.Builder> |
serializableBuilderClass() |
String |
serviceIpv4Cidr()
The CIDR block that Kubernetes pod and service IP addresses are assigned from.
|
String |
serviceIpv6Cidr()
The CIDR block that Kubernetes pod and service IP addresses are assigned from if you created a 1.21 or later
cluster with version 1.10.1 or later of the Amazon VPC CNI add-on and specified
ipv6 for
ipFamily when you created the cluster. |
KubernetesNetworkConfigResponse.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
clone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic final String serviceIpv4Cidr()
The CIDR block that Kubernetes pod and service IP addresses are assigned from. Kubernetes assigns addresses from an IPv4 CIDR block assigned to a subnet that the node is in. If you didn't specify a CIDR block when you created the cluster, then Kubernetes assigns addresses from either the 10.100.0.0/16 or 172.20.0.0/16 CIDR blocks. If this was specified, then it was specified when the cluster was created and it can't be changed.
public final String serviceIpv6Cidr()
The CIDR block that Kubernetes pod and service IP addresses are assigned from if you created a 1.21 or later
cluster with version 1.10.1 or later of the Amazon VPC CNI add-on and specified ipv6 for
ipFamily when you created the cluster. Kubernetes assigns service addresses from the unique local address
range (fc00::/7) because you can't specify a custom IPv6 CIDR block when you create the cluster.
ipv6
for ipFamily when you created the cluster. Kubernetes assigns service addresses from the unique
local address range (fc00::/7) because you can't specify a custom IPv6 CIDR block when you
create the cluster.public final IpFamily ipFamily()
The IP family used to assign Kubernetes pod and service IP addresses. The IP family is always ipv4,
unless you have a 1.21 or later cluster running version 1.10.1 or later of the Amazon VPC CNI add-on
and specified ipv6 when you created the cluster.
If the service returns an enum value that is not available in the current SDK version, ipFamily will
return IpFamily.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available from
ipFamilyAsString().
ipv4, unless you have a 1.21 or later cluster running version 1.10.1 or later
of the Amazon VPC CNI add-on and specified ipv6 when you created the cluster.IpFamilypublic final String ipFamilyAsString()
The IP family used to assign Kubernetes pod and service IP addresses. The IP family is always ipv4,
unless you have a 1.21 or later cluster running version 1.10.1 or later of the Amazon VPC CNI add-on
and specified ipv6 when you created the cluster.
If the service returns an enum value that is not available in the current SDK version, ipFamily will
return IpFamily.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available from
ipFamilyAsString().
ipv4, unless you have a 1.21 or later cluster running version 1.10.1 or later
of the Amazon VPC CNI add-on and specified ipv6 when you created the cluster.IpFamilypublic KubernetesNetworkConfigResponse.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<KubernetesNetworkConfigResponse.Builder,KubernetesNetworkConfigResponse>public static KubernetesNetworkConfigResponse.Builder builder()
public static Class<? extends KubernetesNetworkConfigResponse.Builder> serializableBuilderClass()
public final boolean equalsBySdkFields(Object obj)
equalsBySdkFields in interface SdkPojopublic final String toString()
Copyright © 2022. All rights reserved.