Skip to content

Latest commit

 

History

History
20 lines (13 loc) · 563 Bytes

KeyedOpaqueBlob.rst

File metadata and controls

20 lines (13 loc) · 563 Bytes

vim.dvs.KeyedOpaqueBlob

This class defines a data structure to hold opaque binary data identified by a key.
extends:vmodl.DynamicData
since:vSphere API 4.0
Attributes:

key (str):

A key that identifies the opaque binary blob.

opaqueData (str):

The opaque data. It is recommended that base64 encoding be used for binary data.