VMware · JSON Structure

Vmware Vsphere Network Summary Structure

Type: object Properties: 3
Cloud ComputingContainer ManagementHybrid CloudInfrastructureVirtualization

NetworkSummary is a JSON Structure definition published by VMware, describing 3 properties. It conforms to the https://json-structure.org/draft/2020-12/schema meta-schema.

Properties

network name type

Meta-schema: https://json-structure.org/draft/2020-12/schema

JSON Structure

Raw ↑
{
  "$schema": "https://json-structure.org/draft/2020-12/schema",
  "name": "NetworkSummary",
  "type": "object",
  "properties": {
    "network": {
      "type": "string"
    },
    "name": {
      "type": "string"
    },
    "type": {
      "type": "string"
    }
  }
}