VsanVbossObjectStoreConfig
Defines configuration properties for object store instance info on both cluster and host layers.
This structure may be used only with operations rendered under /vsan.
{
"_typeName": "string",
"id": "string",
"secretKey": "string",
"volumeUuids": [
"string"
],
"properties": "string"
}
The ID of the object storeinstance.
The secret key of the object store instance.
The secret key is used to authenticate between the object store service instance and vSAN datastore. It is a write-only field.
The list of volume UUIDs of the object store instance.
The additional properties of the object store instance.
example values: { "name": "object-store-name", "policy": { "id": "policy-id", "name": "policy-name", "vsanExpression": "((...))" } }