View Source GoogleApi.Compute.V1.Model.ResourceStatus (google_api_compute v0.70.0)
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] The precise location of your instance within the zone's data center, including the block, sub-block, and host. The field is formatted as follows: blockId/subBlockId/hostId. -
scheduling
(type:GoogleApi.Compute.V1.Model.ResourceStatusScheduling.t
, default:nil
) - -
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, scheduling: GoogleApi.Compute.V1.Model.ResourceStatusScheduling.t() | nil, upcomingMaintenance: GoogleApi.Compute.V1.Model.UpcomingMaintenance.t() | nil }