You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/dyn/container_v1.projects.locations.clusters.nodePools.html
+21Lines changed: 21 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -143,9 +143,15 @@ <h3>Method Details</h3>
143
143
"gpuPartitionSize": "A String", # Size of partitions to create on the GPU. Valid values are described in the NVIDIA [mig user guide](https://docs.nvidia.com/datacenter/tesla/mig-user-guide/#partitioning).
144
144
},
145
145
],
146
+
"advancedMachineFeatures": { # Specifies options for controlling advanced machine features. # Advanced features for the Compute Engine VM.
147
+
"threadsPerCore": "A String", # The number of threads per physical core. To disable simultaneous multithreading (SMT) set this to 1. If unset, the maximum number of threads supported per core by the underlying processor is assumed.
148
+
},
146
149
"bootDiskKmsKey": "A 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
147
150
"diskSizeGb": 42, # 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.
148
151
"diskType": "A 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'
152
+
"gcfsConfig": { # GcfsConfig contains configurations of Google Container File System (image streaming). # Google Container File System (image streaming) configs.
153
+
"enabled": True or False, # Whether to use GCFS.
154
+
},
149
155
"gvnic": { # Configuration of gVNIC feature. # Enable or disable gvnic in the node pool.
150
156
"enabled": True or False, # Whether gVNIC features are enabled in the node pool.
151
157
},
@@ -414,9 +420,15 @@ <h3>Method Details</h3>
414
420
"gpuPartitionSize": "A String", # Size of partitions to create on the GPU. Valid values are described in the NVIDIA [mig user guide](https://docs.nvidia.com/datacenter/tesla/mig-user-guide/#partitioning).
415
421
},
416
422
],
423
+
"advancedMachineFeatures": { # Specifies options for controlling advanced machine features. # Advanced features for the Compute Engine VM.
424
+
"threadsPerCore": "A String", # The number of threads per physical core. To disable simultaneous multithreading (SMT) set this to 1. If unset, the maximum number of threads supported per core by the underlying processor is assumed.
425
+
},
417
426
"bootDiskKmsKey": "A 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
418
427
"diskSizeGb": 42, # 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.
419
428
"diskType": "A 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'
429
+
"gcfsConfig": { # GcfsConfig contains configurations of Google Container File System (image streaming). # Google Container File System (image streaming) configs.
430
+
"enabled": True or False, # Whether to use GCFS.
431
+
},
420
432
"gvnic": { # Configuration of gVNIC feature. # Enable or disable gvnic in the node pool.
421
433
"enabled": True or False, # Whether gVNIC features are enabled in the node pool.
422
434
},
@@ -551,9 +563,15 @@ <h3>Method Details</h3>
551
563
"gpuPartitionSize": "A String", # Size of partitions to create on the GPU. Valid values are described in the NVIDIA [mig user guide](https://docs.nvidia.com/datacenter/tesla/mig-user-guide/#partitioning).
552
564
},
553
565
],
566
+
"advancedMachineFeatures": { # Specifies options for controlling advanced machine features. # Advanced features for the Compute Engine VM.
567
+
"threadsPerCore": "A String", # The number of threads per physical core. To disable simultaneous multithreading (SMT) set this to 1. If unset, the maximum number of threads supported per core by the underlying processor is assumed.
568
+
},
554
569
"bootDiskKmsKey": "A 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
555
570
"diskSizeGb": 42, # 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.
556
571
"diskType": "A 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'
572
+
"gcfsConfig": { # GcfsConfig contains configurations of Google Container File System (image streaming). # Google Container File System (image streaming) configs.
573
+
"enabled": True or False, # Whether to use GCFS.
574
+
},
557
575
"gvnic": { # Configuration of gVNIC feature. # Enable or disable gvnic in the node pool.
558
576
"enabled": True or False, # Whether gVNIC features are enabled in the node pool.
559
577
},
@@ -987,6 +1005,9 @@ <h3>Method Details</h3>
987
1005
988
1006
{ # UpdateNodePoolRequests update a node pool's image and/or version.
989
1007
"clusterId": "A String", # Deprecated. The name of the cluster to upgrade. This field has been deprecated and replaced by the name field.
1008
+
"gcfsConfig": { # GcfsConfig contains configurations of Google Container File System (image streaming). # GCFS config.
1009
+
"enabled": True or False, # Whether to use GCFS.
1010
+
},
990
1011
"gvnic": { # Configuration of gVNIC feature. # Enable or disable gvnic on the node pool.
991
1012
"enabled": True or False, # Whether gVNIC features are enabled in the node pool.
0 commit comments