View Source GoogleApi.Compute.V1.Model.StoragePoolDisk (google_api_compute v0.56.2)

Attributes

  • attachedInstances (type: list(String.t), default: nil) - [Output Only] Instances this disk is attached to.
  • creationTimestamp (type: String.t, default: nil) - [Output Only] Creation timestamp in RFC3339 text format.
  • disk (type: String.t, default: nil) - [Output Only] The URL of the disk.
  • name (type: String.t, default: nil) - [Output Only] The name of the disk.
  • provisionedIops (type: String.t, default: nil) - [Output Only] The number of IOPS provisioned for the disk.
  • provisionedThroughput (type: String.t, default: nil) - [Output Only] The throughput provisioned for the disk.
  • resourcePolicies (type: list(String.t), default: nil) - [Output Only] Resource policies applied to disk for automatic snapshot creations.
  • sizeGb (type: String.t, default: nil) - [Output Only] The disk size, in GB.
  • status (type: String.t, default: nil) - [Output Only] The disk status.
  • type (type: String.t, default: nil) - [Output Only] The disk type.
  • usedBytes (type: String.t, default: nil) - [Output Only] Amount of disk space used.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

@type t() :: %GoogleApi.Compute.V1.Model.StoragePoolDisk{
  attachedInstances: [String.t()] | nil,
  creationTimestamp: String.t() | nil,
  disk: String.t() | nil,
  name: String.t() | nil,
  provisionedIops: String.t() | nil,
  provisionedThroughput: String.t() | nil,
  resourcePolicies: [String.t()] | nil,
  sizeGb: String.t() | nil,
  status: String.t() | nil,
  type: String.t() | nil,
  usedBytes: String.t() | nil
}

Functions

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

Unwrap a decoded JSON object into its complex fields.