View Source GoogleApi.WorkloadManager.V1.Model.SapDiscoveryResourceInstanceProperties (google_api_workload_manager v0.3.0)

A set of properties only present for an instance type resource

Attributes

  • clusterInstances (type: list(String.t), default: nil) - Optional. A list of instance URIs that are part of a cluster with this one.
  • virtualHostname (type: String.t, default: nil) - Optional. A virtual hostname of the instance if it has one.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

@type t() ::
  %GoogleApi.WorkloadManager.V1.Model.SapDiscoveryResourceInstanceProperties{
    clusterInstances: [String.t()] | nil,
    virtualHostname: String.t() | nil
  }

Functions

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

Unwrap a decoded JSON object into its complex fields.