GoogleApi.VMwareEngine.V1.Model.Hcx (google_api_v_mware_engine v0.5.0)

View Source

Details about a HCX Cloud Manager appliance.

Attributes

  • fqdn (type: String.t, default: nil) - Fully qualified domain name of the appliance.
  • internalIp (type: String.t, default: nil) - Internal IP address of the appliance.
  • state (type: String.t, default: nil) - Output only. The state of the appliance.
  • version (type: String.t, default: nil) - Version of the appliance.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

t()

@type t() :: %GoogleApi.VMwareEngine.V1.Model.Hcx{
  fqdn: String.t() | nil,
  internalIp: String.t() | nil,
  state: String.t() | nil,
  version: String.t() | nil
}

Functions

decode(value, options)

@spec decode(struct(), keyword()) :: struct()

Unwrap a decoded JSON object into its complex fields.