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

A Managed Instance resource.

Attributes

  • currentAction (type: String.t, default: nil) - [Output Only] The current action that the managed instance group has scheduled for the instance. Possible values: - NONE The instance is running, and the managed instance group does not have any scheduled actions for this instance. - CREATING The managed instance group is creating this instance. If the group fails to create this instance, it will try again until it is successful. - CREATING_WITHOUT_RETRIES The managed instance group is attempting to create this instance only once. If the group fails to create this instance, it does not try again and the group's targetSize value is decreased instead. - RECREATING The managed instance group is recreating this instance. - DELETING The managed instance group is permanently deleting this instance. - ABANDONING The managed instance group is abandoning this instance. The instance will be removed from the instance group and from any target pools that are associated with this group. - RESTARTING The managed instance group is restarting the instance. - REFRESHING The managed instance group is applying configuration changes to the instance without stopping it. For example, the group can update the target pool list for an instance without stopping that instance. - VERIFYING The managed instance group has created the instance and it is in the process of being verified.
  • id (type: String.t, default: nil) - [Output only] The unique identifier for this resource. This field is empty when instance does not exist.
  • instance (type: String.t, default: nil) - [Output Only] The URL of the instance. The URL can exist even if the instance has not yet been created.
  • instanceHealth (type: list(GoogleApi.Compute.V1.Model.ManagedInstanceInstanceHealth.t), default: nil) - [Output Only] Health state of the instance per health-check.
  • instanceStatus (type: String.t, default: nil) - [Output Only] The status of the instance. This field is empty when the instance does not exist.
  • lastAttempt (type: GoogleApi.Compute.V1.Model.ManagedInstanceLastAttempt.t, default: nil) - [Output Only] Information about the last attempt to create or delete the instance.
  • name (type: String.t, default: nil) - [Output Only] The name of the instance. The name always exists even if the instance has not yet been created.
  • preservedStateFromConfig (type: GoogleApi.Compute.V1.Model.PreservedState.t, default: nil) - [Output Only] Preserved state applied from per-instance config for this instance.
  • preservedStateFromPolicy (type: GoogleApi.Compute.V1.Model.PreservedState.t, default: nil) - [Output Only] Preserved state generated based on stateful policy for this instance.
  • version (type: GoogleApi.Compute.V1.Model.ManagedInstanceVersion.t, default: nil) - [Output Only] Intended version of this instance.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

@type t() :: %GoogleApi.Compute.V1.Model.ManagedInstance{
  currentAction: String.t() | nil,
  id: String.t() | nil,
  instance: String.t() | nil,
  instanceHealth:
    [GoogleApi.Compute.V1.Model.ManagedInstanceInstanceHealth.t()] | nil,
  instanceStatus: String.t() | nil,
  lastAttempt: GoogleApi.Compute.V1.Model.ManagedInstanceLastAttempt.t() | nil,
  name: String.t() | nil,
  preservedStateFromConfig: GoogleApi.Compute.V1.Model.PreservedState.t() | nil,
  preservedStateFromPolicy: GoogleApi.Compute.V1.Model.PreservedState.t() | nil,
  version: GoogleApi.Compute.V1.Model.ManagedInstanceVersion.t() | nil
}

Functions

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

Unwrap a decoded JSON object into its complex fields.