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

Attributes

  • abandonInstance (type: boolean(), default: nil) - Whether the instance resource represented by this replica should be deleted or abandoned. If abandoned, the replica will be deleted but the virtual machine instance will remain. By default, this is set to false and the instance will be deleted along with the replica.

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.ReplicasDeleteRequest{
  abandonInstance: boolean()
}

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.