Distributed Cloud Edge Container V1 API - Class Google::Cloud::EdgeContainer::V1::ClusterNetworking (v0.1.1)

Reference documentation and code samples for the Distributed Cloud Edge Container V1 API class Google::Cloud::EdgeContainer::V1::ClusterNetworking.

Cluster-wide networking configuration.

Inherits

  • Object

Extended By

  • Google::Protobuf::MessageExts::ClassMethods

Includes

  • Google::Protobuf::MessageExts

Methods

#cluster_ipv4_cidr_blocks

def cluster_ipv4_cidr_blocks() -> ::Array<::String>
Returns
  • (::Array<::String>) — Required. All pods in the cluster are assigned an RFC1918 IPv4 address from these blocks. Only a single block is supported. This field cannot be changed after creation.

#cluster_ipv4_cidr_blocks=

def cluster_ipv4_cidr_blocks=(value) -> ::Array<::String>
Parameter
  • value (::Array<::String>) — Required. All pods in the cluster are assigned an RFC1918 IPv4 address from these blocks. Only a single block is supported. This field cannot be changed after creation.
Returns
  • (::Array<::String>) — Required. All pods in the cluster are assigned an RFC1918 IPv4 address from these blocks. Only a single block is supported. This field cannot be changed after creation.

#services_ipv4_cidr_blocks

def services_ipv4_cidr_blocks() -> ::Array<::String>
Returns
  • (::Array<::String>) — Required. All services in the cluster are assigned an RFC1918 IPv4 address from these blocks. Only a single block is supported. This field cannot be changed after creation.

#services_ipv4_cidr_blocks=

def services_ipv4_cidr_blocks=(value) -> ::Array<::String>
Parameter
  • value (::Array<::String>) — Required. All services in the cluster are assigned an RFC1918 IPv4 address from these blocks. Only a single block is supported. This field cannot be changed after creation.
Returns
  • (::Array<::String>) — Required. All services in the cluster are assigned an RFC1918 IPv4 address from these blocks. Only a single block is supported. This field cannot be changed after creation.