@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class KubernetesNetworkConfigResponse extends Object implements Serializable, Cloneable, StructuredPojo
The Kubernetes network configuration for the cluster.
Constructor and Description |
---|
KubernetesNetworkConfigResponse() |
Modifier and Type | Method and Description |
---|---|
KubernetesNetworkConfigResponse |
clone() |
boolean |
equals(Object obj) |
String |
getServiceIpv4Cidr()
The CIDR block that Kubernetes service IP addresses are assigned from.
|
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller)
Marshalls this structured data using the given
ProtocolMarshaller . |
void |
setServiceIpv4Cidr(String serviceIpv4Cidr)
The CIDR block that Kubernetes service IP addresses are assigned from.
|
String |
toString()
Returns a string representation of this object.
|
KubernetesNetworkConfigResponse |
withServiceIpv4Cidr(String serviceIpv4Cidr)
The CIDR block that Kubernetes service IP addresses are assigned from.
|
public void setServiceIpv4Cidr(String serviceIpv4Cidr)
The CIDR block that Kubernetes service IP addresses are assigned from. 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 cannot be changed.
serviceIpv4Cidr
- The CIDR block that Kubernetes service IP addresses are assigned from. 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 cannot be changed.public String getServiceIpv4Cidr()
The CIDR block that Kubernetes service IP addresses are assigned from. 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 cannot be changed.
public KubernetesNetworkConfigResponse withServiceIpv4Cidr(String serviceIpv4Cidr)
The CIDR block that Kubernetes service IP addresses are assigned from. 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 cannot be changed.
serviceIpv4Cidr
- The CIDR block that Kubernetes service IP addresses are assigned from. 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 cannot be changed.public String toString()
toString
in class Object
Object.toString()
public KubernetesNetworkConfigResponse clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojo
ProtocolMarshaller
.marshall
in interface StructuredPojo
protocolMarshaller
- Implementation of ProtocolMarshaller
used to marshall this object's data.