VcenterSettingsV1ConfigComponentsInventoryDatastoreStoragePod

The StoragePod structure contains spec to define storage pod in vCenter Server.


Properties

string
name Required

Identifier of the Storage Pod. When clients pass a value of this structure as a parameter, the field must be an identifier for the resource type: com.vmware.appliance.vcenter.settings.v1.config.components.inventory.storagepod. When operations return a value of this structure as a result, the field will be an identifier for the resource type: com.vmware.appliance.vcenter.settings.v1.config.components.inventory.storagepod.


string
parent_path Required

Absolute path of the inventory object’s parent.


permissions Optional

Permissions defined on the Storage Pod. If unset, then no permissions defined on this inventory object.


pod_storage_drs_entry Required

Storage DRS related attributes of the Storage Pod.

JSON Example

{
	"name": "string",
	"parent_path": "string",
	"pod_storage_drs_entry": {
		"storage_drs_config": {
			"pod_config": {
				"enabled": false
			}
		}
	}
}

Feedback

Was this page helpful?