Google Kubernetes Engine v1 API - Class AutoprovisioningNodePoolDefaults (3.25.0)

public sealed class AutoprovisioningNodePoolDefaults : IMessage<AutoprovisioningNodePoolDefaults>, IEquatable<AutoprovisioningNodePoolDefaults>, IDeepCloneable<AutoprovisioningNodePoolDefaults>, IBufferMessage, IMessage

Reference documentation and code samples for the Google Kubernetes Engine v1 API class AutoprovisioningNodePoolDefaults.

AutoprovisioningNodePoolDefaults contains defaults for a node pool created by NAP.

Inheritance

object > AutoprovisioningNodePoolDefaults

Namespace

Google.Cloud.Container.V1

Assembly

Google.Cloud.Container.V1.dll

Constructors

AutoprovisioningNodePoolDefaults()

public AutoprovisioningNodePoolDefaults()

AutoprovisioningNodePoolDefaults(AutoprovisioningNodePoolDefaults)

public AutoprovisioningNodePoolDefaults(AutoprovisioningNodePoolDefaults other)
Parameter
NameDescription
otherAutoprovisioningNodePoolDefaults

Properties

BootDiskKmsKey

public string BootDiskKmsKey { get; set; }

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

Property Value
TypeDescription
string

DiskSizeGb

public int DiskSizeGb { get; set; }

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.

Property Value
TypeDescription
int

DiskType

public string DiskType { get; set; }

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'

Property Value
TypeDescription
string

HasInsecureKubeletReadonlyPortEnabled

public bool HasInsecureKubeletReadonlyPortEnabled { get; }

Gets whether the "insecure_kubelet_readonly_port_enabled" field is set

Property Value
TypeDescription
bool

ImageType

public string ImageType { get; set; }

The image type to use for NAP created node. Please see https://cloud.google.com/kubernetes-engine/docs/concepts/node-images for available image types.

Property Value
TypeDescription
string

InsecureKubeletReadonlyPortEnabled

public bool InsecureKubeletReadonlyPortEnabled { get; set; }

Enable or disable Kubelet read only port.

Property Value
TypeDescription
bool

Management

public NodeManagement Management { get; set; }

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

Property Value
TypeDescription
NodeManagement

MinCpuPlatform

[Obsolete]
public string MinCpuPlatform { get; set; }

Deprecated. 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. This field is deprecated, min_cpu_platform should be specified using cloud.google.com/requested-min-cpu-platform label selector on the pod. To unset the min cpu platform field pass "automatic" as field value.

Property Value
TypeDescription
string

OauthScopes

public RepeatedField<string> OauthScopes { get; }

Scopes that are used by NAP when creating node pools.

Property Value
TypeDescription
RepeatedFieldstring

ServiceAccount

public string ServiceAccount { get; set; }

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

Property Value
TypeDescription
string

ShieldedInstanceConfig

public ShieldedInstanceConfig ShieldedInstanceConfig { get; set; }

Shielded Instance options.

Property Value
TypeDescription
ShieldedInstanceConfig

UpgradeSettings

public NodePool.Types.UpgradeSettings UpgradeSettings { get; set; }

Specifies the upgrade settings for NAP created node pools

Property Value
TypeDescription
NodePoolTypesUpgradeSettings