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

Contains output only fields. Use this sub-message for actual values set on Instance attributes as compared to the value requested by the user (intent) in their instance CRUD calls.

Attributes

  • physicalHost (type: String.t, default: nil) - [Output Only] An opaque ID of the host on which the VM is running.
  • upcomingMaintenance (type: GoogleApi.Compute.V1.Model.UpcomingMaintenance.t, default: nil) -

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

@type t() :: %GoogleApi.Compute.V1.Model.ResourceStatus{
  physicalHost: String.t() | nil,
  upcomingMaintenance: GoogleApi.Compute.V1.Model.UpcomingMaintenance.t() | nil
}

Functions

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

Unwrap a decoded JSON object into its complex fields.