VMware · Schema

StoragePolicySummary

Summary of a VM storage policy

Cloud ComputingContainer ManagementHybrid CloudInfrastructureVirtualization

Properties

Name Type Description
policy string Identifier of the storage policy
name string Name of the storage policy
description string Description of the storage policy
View JSON Schema on GitHub

JSON Schema

vmware-vsphere-storage-policy-summary-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "title": "StoragePolicySummary",
  "type": "object",
  "description": "Summary of a VM storage policy",
  "properties": {
    "policy": {
      "type": "string",
      "description": "Identifier of the storage policy"
    },
    "name": {
      "type": "string",
      "description": "Name of the storage policy"
    },
    "description": {
      "type": "string",
      "description": "Description of the storage policy"
    }
  }
}