DistributedVirtualSwitchKeyedOpaqueBlob
DistributedVirtualSwitchKeyedOpaqueBlob
This class defines a data structure to hold opaque binary data identified by a key.
AllOf
This class requires all of the following:
JSON Example
{
"_typeName": "string",
"key": "string",
"opaqueData": "string"
}
string
key
Required
A key that identifies the opaque binary blob.
string
opaqueData
Required
The opaque data.
It is recommended that base64 encoding be used for binary data.