VMware · JSON Structure

Vmware Vsphere Guest Networking Info Structure

Type: object Properties: 3
Cloud ComputingContainer ManagementHybrid CloudInfrastructureVirtualization

GuestNetworkingInfo 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

dns_values dns interfaces

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

JSON Structure

Raw ↑
{
  "$schema": "https://json-structure.org/draft/2020-12/schema",
  "name": "GuestNetworkingInfo",
  "type": "object",
  "properties": {
    "dns_values": {
      "type": "object"
    },
    "dns": {
      "type": "object"
    },
    "interfaces": {
      "type": "array"
    }
  }
}