We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f46054a commit bd66551Copy full SHA for bd66551
api/baremetal/v1/baremetal_sdk.go
@@ -1327,6 +1327,12 @@ type OS struct {
1327
// CustomPartitioningSupported: defines if custom partitioning is supported by this OS.
1328
CustomPartitioningSupported bool `json:"custom_partitioning_supported"`
1329
1330
+ // CloudInitSupported: defines if cloud-init is supported by this OS.
1331
+ CloudInitSupported bool `json:"cloud_init_supported"`
1332
+
1333
+ // CloudInitVersion: defines the cloud-init API version used by this OS.
1334
+ CloudInitVersion *string `json:"cloud_init_version"`
1335
1336
// Zone: zone in which is the OS is available.
1337
Zone scw.Zone `json:"zone"`
1338
}
0 commit comments