VMware · JSON Structure

Vmware Vsphere Ethernet Info Structure

Type: object Properties: 9
Cloud ComputingContainer ManagementHybrid CloudInfrastructureVirtualization

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

Properties

label type mac_type mac_address state start_connected backing allow_guest_control wake_on_lan_enabled

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

JSON Structure

Raw ↑
{
  "$schema": "https://json-structure.org/draft/2020-12/schema",
  "name": "EthernetInfo",
  "type": "object",
  "properties": {
    "label": {
      "type": "string"
    },
    "type": {
      "type": "string"
    },
    "mac_type": {
      "type": "string"
    },
    "mac_address": {
      "type": "string"
    },
    "state": {
      "type": "string"
    },
    "start_connected": {
      "type": "boolean"
    },
    "backing": {
      "type": "object"
    },
    "allow_guest_control": {
      "type": "boolean"
    },
    "wake_on_lan_enabled": {
      "type": "boolean"
    }
  }
}