google_api_replica_pool v0.1.0 GoogleApi.ReplicaPool.V1beta1.Model.ReplicaStatus View Source

The current status of a Replica.

Attributes

  • details (type: String.t, default: nil) - [Output Only] Human-readable details about the current state of the replica
  • state (type: String.t, default: nil) - [Output Only] The state of the Replica.
  • templateVersion (type: String.t, default: nil) - [Output Only] The template used to build the replica.
  • vmLink (type: String.t, default: nil) - [Output Only] Link to the virtual machine that this Replica represents.
  • vmStartTime (type: String.t, default: nil) - [Output Only] The time that this Replica got to the RUNNING state, in RFC 3339 format. If the start time is unknown, UNKNOWN is returned.

Link to this section Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Link to this section Types

Link to this type

t()

View Source
t() :: %GoogleApi.ReplicaPool.V1beta1.Model.ReplicaStatus{
  details: String.t(),
  state: String.t(),
  templateVersion: String.t(),
  vmLink: String.t(),
  vmStartTime: String.t()
}

Link to this section Functions

Link to this function

decode(value, options)

View Source
decode(struct(), keyword()) :: struct()

Unwrap a decoded JSON object into its complex fields.