VMware · Schema

EthernetSummary

Summary of a virtual network adapter

Cloud ComputingContainer ManagementHybrid CloudInfrastructureVirtualization

Properties

Name Type Description
nic string Identifier of the network adapter
View JSON Schema on GitHub

JSON Schema

vmware-vsphere-ethernet-summary-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "title": "EthernetSummary",
  "type": "object",
  "description": "Summary of a virtual network adapter",
  "properties": {
    "nic": {
      "type": "string",
      "description": "Identifier of the network adapter"
    }
  }
}