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

Attributes

  • currentName (type: String.t, default: nil) - The current name of this resource, used to prevent conflicts. Provide the latest name when making a request to change name.
  • name (type: String.t, default: nil) - The name to be applied to the instance. Needs to be RFC 1035 compliant.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

@type t() :: %GoogleApi.Compute.V1.Model.InstancesSetNameRequest{
  currentName: String.t() | nil,
  name: String.t() | nil
}

Functions

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

Unwrap a decoded JSON object into its complex fields.