Class: Google::Cloud::Container::V1::AutoprovisioningNodePoolDefaults

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

Overview

AutoprovisioningNodePoolDefaults contains defaults for a node pool created by NAP.

Instance Attribute Summary collapse

Instance Attribute Details

#boot_disk_kms_key::String

Returns The Customer Managed Encryption Key used to encrypt the boot disk attached to each node in the node pool. This should be of the form projects/[KEY_PROJECT_ID]/locations/[LOCATION]/keyRings/[RING_NAME]/cryptoKeys/[KEY_NAME]. For more information about protecting resources with Cloud KMS Keys please see: https://cloud.google.com/compute/docs/disks/customer-managed-encryption.

Returns:

  • (::String)

    The Customer Managed Encryption Key used to encrypt the boot disk attached to each node in the node pool. This should be of the form projects/[KEY_PROJECT_ID]/locations/[LOCATION]/keyRings/[RING_NAME]/cryptoKeys/[KEY_NAME]. For more information about protecting resources with Cloud KMS Keys please see: https://cloud.google.com/compute/docs/disks/customer-managed-encryption



2551
2552
2553
2554
# File 'proto_docs/google/container/v1/cluster_service.rb', line 2551

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

#disk_size_gb::Integer

Returns Size of the disk attached to each node, specified in GB. The smallest allowed disk size is 10GB.

If unspecified, the default disk size is 100GB.

Returns:

  • (::Integer)

    Size of the disk attached to each node, specified in GB. The smallest allowed disk size is 10GB.

    If unspecified, the default disk size is 100GB.



2551
2552
2553
2554
# File 'proto_docs/google/container/v1/cluster_service.rb', line 2551

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

#disk_type::String

Returns Type of the disk attached to each node (e.g. 'pd-standard', 'pd-ssd' or 'pd-balanced')

If unspecified, the default disk type is 'pd-standard'.

Returns:

  • (::String)

    Type of the disk attached to each node (e.g. 'pd-standard', 'pd-ssd' or 'pd-balanced')

    If unspecified, the default disk type is 'pd-standard'



2551
2552
2553
2554
# File 'proto_docs/google/container/v1/cluster_service.rb', line 2551

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

#management::Google::Cloud::Container::V1::NodeManagement

Returns Specifies the node management options for NAP created node-pools.

Returns:



2551
2552
2553
2554
# File 'proto_docs/google/container/v1/cluster_service.rb', line 2551

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

#min_cpu_platform::String

Returns Minimum CPU platform to be used for NAP created node pools. The instance may be scheduled on the specified or newer CPU platform. Applicable values are the friendly names of CPU platforms, such as minCpuPlatform: Intel Haswell or minCpuPlatform: Intel Sandy Bridge. For more information, read how to specify min CPU platform To unset the min cpu platform field pass "automatic" as field value.

Returns:

  • (::String)

    Minimum CPU platform to be used for NAP created node pools. The instance may be scheduled on the specified or newer CPU platform. Applicable values are the friendly names of CPU platforms, such as minCpuPlatform: Intel Haswell or minCpuPlatform: Intel Sandy Bridge. For more information, read how to specify min CPU platform To unset the min cpu platform field pass "automatic" as field value.



2551
2552
2553
2554
# File 'proto_docs/google/container/v1/cluster_service.rb', line 2551

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

#oauth_scopes::Array<::String>

Returns Scopes that are used by NAP when creating node pools.

Returns:

  • (::Array<::String>)

    Scopes that are used by NAP when creating node pools.



2551
2552
2553
2554
# File 'proto_docs/google/container/v1/cluster_service.rb', line 2551

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

#service_account::String

Returns The Google Cloud Platform Service Account to be used by the node VMs.

Returns:

  • (::String)

    The Google Cloud Platform Service Account to be used by the node VMs.



2551
2552
2553
2554
# File 'proto_docs/google/container/v1/cluster_service.rb', line 2551

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

#shielded_instance_config::Google::Cloud::Container::V1::ShieldedInstanceConfig

Returns Shielded Instance options.

Returns:



2551
2552
2553
2554
# File 'proto_docs/google/container/v1/cluster_service.rb', line 2551

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

#upgrade_settings::Google::Cloud::Container::V1::NodePool::UpgradeSettings

Returns Specifies the upgrade settings for NAP created node pools.

Returns:



2551
2552
2553
2554
# File 'proto_docs/google/container/v1/cluster_service.rb', line 2551

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