Class: Google::Cloud::Container::V1beta1::PrivateClusterConfig

Inherits:
Object
  • Object
show all
Extended by:
Protobuf::MessageExts::ClassMethods
Includes:
Protobuf::MessageExts
Defined in:
proto_docs/google/container/v1beta1/cluster_service.rb

Overview

Configuration options for private clusters.

Instance Attribute Summary collapse

Instance Attribute Details

#enable_private_endpoint::Boolean

Returns Whether the master's internal IP address is used as the cluster endpoint.

Returns:

  • (::Boolean)

    Whether the master's internal IP address is used as the cluster endpoint.



838
839
840
841
# File 'proto_docs/google/container/v1beta1/cluster_service.rb', line 838

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.

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.



838
839
840
841
# File 'proto_docs/google/container/v1beta1/cluster_service.rb', line 838

class PrivateClusterConfig
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods
end

#master_global_access_config::Google::Cloud::Container::V1beta1::PrivateClusterMasterGlobalAccessConfig

Returns Controls master global access settings.

Returns:



838
839
840
841
# File 'proto_docs/google/container/v1beta1/cluster_service.rb', line 838

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.



838
839
840
841
# File 'proto_docs/google/container/v1beta1/cluster_service.rb', line 838

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.

Returns:

  • (::String)

    Output only. The peering name in the customer VPC used by this cluster.



838
839
840
841
# File 'proto_docs/google/container/v1beta1/cluster_service.rb', line 838

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.

Returns:

  • (::String)

    Output only. The internal IP address of this cluster's master endpoint.



838
839
840
841
# File 'proto_docs/google/container/v1beta1/cluster_service.rb', line 838

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.

Returns:

  • (::String)

    Output only. The external IP address of this cluster's master endpoint.



838
839
840
841
# File 'proto_docs/google/container/v1beta1/cluster_service.rb', line 838

class PrivateClusterConfig
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods
end