ProfileMetadataProfileOperationMessage

ProfileMetadataProfileOperationMessage
ProfileMetadataProfileOperationMessage

Some operations on host profile documents may cause unexpected result.

For example, deleting a profile instance of vswitch may break the network connectivity. This data class provides the localizable message which may be presented before or after an operation happens.

AllOf
This class requires all of the following:
JSON Example
{
    "_typeName": "string",
    "operationName": "string",
    "message": {
        "_typeName": "string",
        "key": "string",
        "arg": [
            {
                "_typeName": "string",
                "key": "string",
                "value": {
                    "_typeName": "string"
                }
            }
        ],
        "message": "string"
    }
}
string
operationName
Required

The operation name.

message
Required

The localization message for the operation.