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

Contains output only fields. Use this sub-message for all output fields set on ResourcePolicy. The internal structure of this "status" field should mimic the structure of ResourcePolicy proto specification.

Attributes

  • instanceSchedulePolicy (type: GoogleApi.Compute.V1.Model.ResourcePolicyResourceStatusInstanceSchedulePolicyStatus.t, default: nil) - [Output Only] Specifies a set of output values reffering to the instance_schedule_policy system status. This field should have the same name as corresponding policy field.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

@type t() :: %GoogleApi.Compute.V1.Model.ResourcePolicyResourceStatus{
  instanceSchedulePolicy:
    GoogleApi.Compute.V1.Model.ResourcePolicyResourceStatusInstanceSchedulePolicyStatus.t()
    | nil
}

Functions

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

Unwrap a decoded JSON object into its complex fields.