AutoprovisioningNodePoolDefaults class
AutoprovisioningNodePoolDefaults contains defaults for a node pool created by NAP.
Constructors
-
AutoprovisioningNodePoolDefaults({String? bootDiskKmsKey, int? diskSizeGb, String? diskType, String? imageType, bool? insecureKubeletReadonlyPortEnabled, NodeManagement? management, String? minCpuPlatform, List<
String> ? oauthScopes, String? serviceAccount, ShieldedInstanceConfig? shieldedInstanceConfig, UpgradeSettings? upgradeSettings}) - AutoprovisioningNodePoolDefaults.fromJson(Map json_)
Properties
- bootDiskKmsKey ↔ String?
-
The Customer Managed Encryption Key used to encrypt the boot disk attached
to each node in the node pool.
getter/setter pair
- diskSizeGb ↔ int?
-
Size of the disk attached to each node, specified in GB.
getter/setter pair
- diskType ↔ 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'
getter/setter pair
- hashCode → int
-
The hash code for this object.
no setterinherited
- imageType ↔ String?
-
The image type to use for NAP created node.
getter/setter pair
- insecureKubeletReadonlyPortEnabled ↔ bool?
-
Enable or disable Kubelet read only port.
getter/setter pair
- management ↔ NodeManagement?
-
Specifies the node management options for NAP created node-pools.
getter/setter pair
- minCpuPlatform ↔ String?
-
Minimum CPU platform to be used for NAP created node pools.
getter/setter pair
-
oauthScopes
↔ List<
String> ? -
Scopes that are used by NAP when creating node pools.
getter/setter pair
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- serviceAccount ↔ String?
-
The Google Cloud Platform Service Account to be used by the node VMs.
getter/setter pair
- shieldedInstanceConfig ↔ ShieldedInstanceConfig?
-
Shielded Instance options.
getter/setter pair
- upgradeSettings ↔ UpgradeSettings?
-
Specifies the upgrade settings for NAP created node pools
getter/setter pair
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toJson(
) → Map< String, dynamic> -
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited