Class: Google::Cloud::Container::V1::PrivateClusterConfig

Inherits:
Object
  • Object
show all
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

Instance Attribute Details

#enable_private_endpoint::Boolean

Deprecated.

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.

Returns:



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

Deprecated.

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.

Returns:

  • (::Boolean)

    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

Deprecated.

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.

Returns:



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.

Returns:

  • (::String)

    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.

Returns:

  • (::String)

    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)

Deprecated.

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.

Returns:



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

Deprecated.

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.

Returns:



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)

Deprecated.

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.

Returns:



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