OBJECT

VsphereLink

Description

A link with href and rel properties.

link GraphQL Schema definition

  • type VsphereLink {
  • # Destination of link.
  • href: String!
  • # Relation of this link's destination to the current resource.
  • rel: String!
  • }