GuestCustomizationSpecsSetRequestBody
This is a request body class for an operation.
Properties
spec
Required
The new specification that will overwrite the existing specification.
JSON Example
{
"spec": {
"description": "string",
"fingerprint": "string",
"name": "string",
"spec": {
"configuration_spec": {},
"global_DNS_settings": {},
"interfaces": [
{
"adapter": {}
}
]
}
}
}