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

View Source

Disk mount on the instance.

Attributes

  • diskNames (type: list(String.t), default: nil) - Optional. Names of the disks providing this mount point.
  • mountPoint (type: String.t, default: nil) - Optional. Filesystem mount point.
  • name (type: String.t, default: nil) - Optional. Name of the disk.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

t()

@type t() ::
  %GoogleApi.WorkloadManager.V1.Model.SapDiscoveryResourceInstancePropertiesDiskMount{
    diskNames: [String.t()] | nil,
    mountPoint: String.t() | nil,
    name: String.t() | nil
  }

Functions

decode(value, options)

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

Unwrap a decoded JSON object into its complex fields.