Show / Hide Table of Contents

Class AutoprovisioningNodePoolDefaults

AutoprovisioningNodePoolDefaults contains defaults for a node pool created by NAP.

Inheritance
object
AutoprovisioningNodePoolDefaults
Implements
IDirectResponseSchema
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: Google.Apis.Container.v1.Data
Assembly: Google.Apis.Container.v1.dll
Syntax
public class AutoprovisioningNodePoolDefaults : IDirectResponseSchema

Properties

BootDiskKmsKey

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

Declaration
[JsonProperty("bootDiskKmsKey")]
public virtual string BootDiskKmsKey { get; set; }
Property Value
Type Description
string

DiskSizeGb

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.

Declaration
[JsonProperty("diskSizeGb")]
public virtual int? DiskSizeGb { get; set; }
Property Value
Type Description
int?

DiskType

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'

Declaration
[JsonProperty("diskType")]
public virtual string DiskType { get; set; }
Property Value
Type Description
string

ETag

The ETag of the item.

Declaration
public virtual string ETag { get; set; }
Property Value
Type Description
string

ImageType

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.

Declaration
[JsonProperty("imageType")]
public virtual string ImageType { get; set; }
Property Value
Type Description
string

InsecureKubeletReadonlyPortEnabled

DEPRECATED. Use NodePoolAutoConfig.NodeKubeletConfig instead.

Declaration
[JsonProperty("insecureKubeletReadonlyPortEnabled")]
public virtual bool? InsecureKubeletReadonlyPortEnabled { get; set; }
Property Value
Type Description
bool?

Management

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

Declaration
[JsonProperty("management")]
public virtual NodeManagement Management { get; set; }
Property Value
Type Description
NodeManagement

MinCpuPlatform

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.

Declaration
[JsonProperty("minCpuPlatform")]
public virtual string MinCpuPlatform { get; set; }
Property Value
Type Description
string

OauthScopes

Scopes that are used by NAP when creating node pools.

Declaration
[JsonProperty("oauthScopes")]
public virtual IList<string> OauthScopes { get; set; }
Property Value
Type Description
IList<string>

ServiceAccount

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

Declaration
[JsonProperty("serviceAccount")]
public virtual string ServiceAccount { get; set; }
Property Value
Type Description
string

ShieldedInstanceConfig

Shielded Instance options.

Declaration
[JsonProperty("shieldedInstanceConfig")]
public virtual ShieldedInstanceConfig ShieldedInstanceConfig { get; set; }
Property Value
Type Description
ShieldedInstanceConfig

UpgradeSettings

Specifies the upgrade settings for NAP created node pools

Declaration
[JsonProperty("upgradeSettings")]
public virtual UpgradeSettings UpgradeSettings { get; set; }
Property Value
Type Description
UpgradeSettings

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX