Class: Google::Cloud::Container::V1::PrivateClusterConfig
- Inherits:
-
Object
- Object
- Google::Cloud::Container::V1::PrivateClusterConfig
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/container/v1/cluster_service.rb
Overview
Configuration options for private clusters.
Instance Attribute Summary collapse
-
#enable_private_endpoint ⇒ ::Boolean
Whether the master's internal IP address is used as the cluster endpoint.
-
#enable_private_nodes ⇒ ::Boolean
Whether nodes have internal IP addresses only.
-
#master_global_access_config ⇒ ::Google::Cloud::Container::V1::PrivateClusterMasterGlobalAccessConfig
Controls master global access settings.
-
#master_ipv4_cidr_block ⇒ ::String
The IP range in CIDR notation to use for the hosted master network.
-
#peering_name ⇒ ::String
Output only.
-
#private_endpoint ⇒ ::String
Output only.
-
#private_endpoint_subnetwork ⇒ ::String
Subnet to provision the master's private endpoint during cluster creation.
-
#public_endpoint ⇒ ::String
Output only.
Instance Attribute Details
#enable_private_endpoint ⇒ ::Boolean
Returns Whether the master's internal IP address is used as the cluster endpoint.
959 960 961 962 |
# File 'proto_docs/google/container/v1/cluster_service.rb', line 959 class PrivateClusterConfig include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#enable_private_nodes ⇒ ::Boolean
Returns Whether nodes have internal IP addresses only. If enabled, all nodes are given only RFC 1918 private addresses and communicate with the master via private networking.
959 960 961 962 |
# File 'proto_docs/google/container/v1/cluster_service.rb', line 959 class PrivateClusterConfig include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#master_global_access_config ⇒ ::Google::Cloud::Container::V1::PrivateClusterMasterGlobalAccessConfig
Returns Controls master global access settings.
959 960 961 962 |
# File 'proto_docs/google/container/v1/cluster_service.rb', line 959 class PrivateClusterConfig include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#master_ipv4_cidr_block ⇒ ::String
Returns The IP range in CIDR notation to use for the hosted master network. This range will be used for assigning internal IP addresses to the master or set of masters, as well as the ILB VIP. This range must not overlap with any other ranges in use within the cluster's network.
959 960 961 962 |
# File 'proto_docs/google/container/v1/cluster_service.rb', line 959 class PrivateClusterConfig include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#peering_name ⇒ ::String
Returns Output only. The peering name in the customer VPC used by this cluster.
959 960 961 962 |
# File 'proto_docs/google/container/v1/cluster_service.rb', line 959 class PrivateClusterConfig include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#private_endpoint ⇒ ::String
Returns Output only. The internal IP address of this cluster's master endpoint.
959 960 961 962 |
# File 'proto_docs/google/container/v1/cluster_service.rb', line 959 class PrivateClusterConfig include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#private_endpoint_subnetwork ⇒ ::String
Returns Subnet to provision the master's private endpoint during cluster creation. Specified in projects//regions//subnetworks/* format.
959 960 961 962 |
# File 'proto_docs/google/container/v1/cluster_service.rb', line 959 class PrivateClusterConfig include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#public_endpoint ⇒ ::String
Returns Output only. The external IP address of this cluster's master endpoint.
959 960 961 962 |
# File 'proto_docs/google/container/v1/cluster_service.rb', line 959 class PrivateClusterConfig include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |