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-ethernetsummary-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/EthernetSummary",
  "title": "EthernetSummary",
  "type": "object",
  "description": "Summary of a virtual network adapter",
  "properties": {
    "nic": {
      "type": "string",
      "description": "Identifier of the network adapter",
      "example": "example_value"
    }
  }
}