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: modules/installation-configuration-parameters.adoc
+24Lines changed: 24 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -3172,6 +3172,30 @@ d|List.
3172
3172
3173
3173
The name of one or more failures domains.
3174
3174
3175
+
|compute:
3176
+
platform:
3177
+
nutanix:
3178
+
gpus:
3179
+
type:
3180
+
|The type of identifier used to attach a GPU to a compute machine. Valid values are "Name" or "DeviceID".
3181
+
|String
3182
+
3183
+
|compute:
3184
+
platform:
3185
+
nutanix:
3186
+
gpus:
3187
+
name:
3188
+
|The name of the GPU device to attach to a compute machine. This parameter is required if the GPU `type` is "Name".
3189
+
|String
3190
+
3191
+
|compute:
3192
+
platform:
3193
+
nutanix:
3194
+
gpus:
3195
+
deviceID:
3196
+
|The device identifier of the GPU device to attach to a compute machine. This information is available in Prism Central. This parameter is required if the GPU `type` is "DeviceID".
0 commit comments