VMware · Schema

GuestNetworkingInfo

Guest OS networking information from VMware Tools

Cloud ComputingContainer ManagementHybrid CloudInfrastructureVirtualization

Properties

Name Type Description
dns_values object
dns object
interfaces array
View JSON Schema on GitHub

JSON Schema

vmware-vsphere-guest-networking-info-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "title": "GuestNetworkingInfo",
  "type": "object",
  "description": "Guest OS networking information from VMware Tools",
  "properties": {
    "dns_values": {
      "type": "object"
    },
    "dns": {
      "type": "object"
    },
    "interfaces": {
      "type": "array"
    }
  }
}