GoogleApi.WorkloadManager.V1.Model.SapDiscoveryResourceInstanceProperties (google_api_workload_manager v0.12.0)

View Source

A set of properties only present for an instance type resource

Attributes

  • appInstances (type: list(GoogleApi.WorkloadManager.V1.Model.SapDiscoveryResourceInstancePropertiesAppInstance.t), default: nil) - Optional. App server instances on the host
  • clusterInstances (type: list(String.t), default: nil) - Optional. A list of instance URIs that are part of a cluster with this one.
  • diskMounts (type: list(GoogleApi.WorkloadManager.V1.Model.SapDiscoveryResourceInstancePropertiesDiskMount.t), default: nil) - Optional. Disk mounts on the instance.
  • instanceNumber (type: String.t, default: nil) - Optional. The VM's instance number.
  • instanceRole (type: String.t, default: nil) - Optional. Bitmask of instance role, a resource may have multiple roles at once.
  • isDrSite (type: boolean(), default: nil) - Optional. Instance is part of a DR site.
  • 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

t()

@type t() ::
  %GoogleApi.WorkloadManager.V1.Model.SapDiscoveryResourceInstanceProperties{
    appInstances:
      [
        GoogleApi.WorkloadManager.V1.Model.SapDiscoveryResourceInstancePropertiesAppInstance.t()
      ]
      | nil,
    clusterInstances: [String.t()] | nil,
    diskMounts:
      [
        GoogleApi.WorkloadManager.V1.Model.SapDiscoveryResourceInstancePropertiesDiskMount.t()
      ]
      | nil,
    instanceNumber: String.t() | nil,
    instanceRole: String.t() | nil,
    isDrSite: boolean() | nil,
    virtualHostname: String.t() | nil
  }

Functions

decode(value, options)

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

Unwrap a decoded JSON object into its complex fields.