Class: Google::Cloud::EdgeContainer::V1::ClusterNetworking
- Inherits:
-
Object
- Object
- Google::Cloud::EdgeContainer::V1::ClusterNetworking
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/edgecontainer/v1/resources.rb
Overview
Cluster-wide networking configuration.
Instance Attribute Summary collapse
-
#cluster_ipv4_cidr_blocks ⇒ ::Array<::String>
Required.
-
#services_ipv4_cidr_blocks ⇒ ::Array<::String>
Required.
Instance Attribute Details
#cluster_ipv4_cidr_blocks ⇒ ::Array<::String>
Returns 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.
376 377 378 379 |
# File 'proto_docs/google/cloud/edgecontainer/v1/resources.rb', line 376 class ClusterNetworking include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#services_ipv4_cidr_blocks ⇒ ::Array<::String>
Returns 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.
376 377 378 379 |
# File 'proto_docs/google/cloud/edgecontainer/v1/resources.rb', line 376 class ClusterNetworking include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |