VMware · JSON Structure

Vmware Vsphere Ethernet Create Spec Structure

Type: object Properties: 7
Cloud ComputingContainer ManagementHybrid CloudInfrastructureVirtualization

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

Properties

type mac_type mac_address backing start_connected 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": "EthernetCreateSpec",
  "type": "object",
  "properties": {
    "type": {
      "type": "string"
    },
    "mac_type": {
      "type": "string"
    },
    "mac_address": {
      "type": "string"
    },
    "backing": {
      "type": "object"
    },
    "start_connected": {
      "type": "boolean"
    },
    "allow_guest_control": {
      "type": "boolean"
    },
    "wake_on_lan_enabled": {
      "type": "boolean"
    }
  }
}