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
deprecated
Deprecated.
This field is deprecated and may be removed in the next major version update.
-
#enable_private_nodes ⇒ ::Boolean
deprecated
Deprecated.
This field is deprecated and may be removed in the next major version update.
-
#master_global_access_config ⇒ ::Google::Cloud::Container::V1::PrivateClusterMasterGlobalAccessConfig
deprecated
Deprecated.
This field is deprecated and may be removed in the next major version update.
-
#master_ipv4_cidr_block ⇒ ::String
The IP range in CIDR notation to use for the hosted master network.
-
#peering_name ⇒ ::String
readonly
Output only.
-
#private_endpoint ⇒ ::String
readonly
deprecated
Deprecated.
This field is deprecated and may be removed in the next major version update.
-
#private_endpoint_subnetwork ⇒ ::String
deprecated
Deprecated.
This field is deprecated and may be removed in the next major version update.
-
#public_endpoint ⇒ ::String
readonly
deprecated
Deprecated.
This field is deprecated and may be removed in the next major version update.
Instance Attribute Details
#enable_private_endpoint ⇒ ::Boolean
This field is deprecated and may be removed in the next major version update.
Returns Whether the master's internal IP address is used as the cluster endpoint.
Deprecated: Use ControlPlaneEndpointsConfig.IPEndpointsConfig.enable_public_endpoint instead. Note that the value of enable_public_endpoint is reversed: if enable_private_endpoint is false, then enable_public_endpoint will be true.
1128 1129 1130 1131 |
# File 'proto_docs/google/container/v1/cluster_service.rb', line 1128 class PrivateClusterConfig include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#enable_private_nodes ⇒ ::Boolean
This field is deprecated and may be removed in the next major version update.
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.
Deprecated: Use NetworkConfig.default_enable_private_nodes instead.
1128 1129 1130 1131 |
# File 'proto_docs/google/container/v1/cluster_service.rb', line 1128 class PrivateClusterConfig include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#master_global_access_config ⇒ ::Google::Cloud::Container::V1::PrivateClusterMasterGlobalAccessConfig
This field is deprecated and may be removed in the next major version update.
Returns Controls master global access settings.
Deprecated: Use [ControlPlaneEndpointsConfig.IPEndpointsConfig.enable_global_access][] instead.
1128 1129 1130 1131 |
# File 'proto_docs/google/container/v1/cluster_service.rb', line 1128 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.
1128 1129 1130 1131 |
# File 'proto_docs/google/container/v1/cluster_service.rb', line 1128 class PrivateClusterConfig include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#peering_name ⇒ ::String (readonly)
Returns Output only. The peering name in the customer VPC used by this cluster.
1128 1129 1130 1131 |
# File 'proto_docs/google/container/v1/cluster_service.rb', line 1128 class PrivateClusterConfig include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#private_endpoint ⇒ ::String (readonly)
This field is deprecated and may be removed in the next major version update.
Returns Output only. The internal IP address of this cluster's master endpoint.
Deprecated: Use ControlPlaneEndpointsConfig.IPEndpointsConfig.private_endpoint instead.
1128 1129 1130 1131 |
# File 'proto_docs/google/container/v1/cluster_service.rb', line 1128 class PrivateClusterConfig include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#private_endpoint_subnetwork ⇒ ::String
This field is deprecated and may be removed in the next major version update.
Returns Subnet to provision the master's private endpoint during cluster creation. Specified in projects//regions//subnetworks/* format.
Deprecated: Use ControlPlaneEndpointsConfig.IPEndpointsConfig.private_endpoint_subnetwork instead.
1128 1129 1130 1131 |
# File 'proto_docs/google/container/v1/cluster_service.rb', line 1128 class PrivateClusterConfig include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#public_endpoint ⇒ ::String (readonly)
This field is deprecated and may be removed in the next major version update.
Returns Output only. The external IP address of this cluster's master endpoint.
Deprecated:Use ControlPlaneEndpointsConfig.IPEndpointsConfig.public_endpoint instead.
1128 1129 1130 1131 |
# File 'proto_docs/google/container/v1/cluster_service.rb', line 1128 class PrivateClusterConfig include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |