GuestCustomizationSpecsCreateRequestBody
This is a request body class for an operation.
Properties
spec
Required
The information i.e. name, description and the settings i.e hostname, ip address etc for the new customization specification that needs to be created.
JSON Example
{
"spec": {
"description": "string",
"name": "string",
"spec": {
"configuration_spec": {},
"global_DNS_settings": {},
"interfaces": [
{
"adapter": {}
}
]
}
}
}