google_api_compute v0.4.0 GoogleApi.Compute.V1.Model.Zone View Source

A Zone resource. (== resource_for beta.zones ==) (== resource_for v1.zones ==)

Attributes

  • availableCpuPlatforms ([String.t]): [Output Only] Available cpu/platform selections for the zone. Defaults to: null.
  • creationTimestamp (String.t): [Output Only] Creation timestamp in RFC3339 text format. Defaults to: null.
  • deprecated (DeprecationStatus): [Output Only] The deprecation status associated with this zone. Defaults to: null.
  • description (String.t): [Output Only] Textual description of the resource. Defaults to: null.
  • id (String.t): [Output Only] The unique identifier for the resource. This identifier is defined by the server. Defaults to: null.
  • kind (String.t): [Output Only] Type of the resource. Always compute#zone for zones. Defaults to: null.
  • name (String.t): [Output Only] Name of the resource. Defaults to: null.
  • region (String.t): [Output Only] Full URL reference to the region which hosts the zone. Defaults to: null.
  • selfLink (String.t): [Output Only] Server-defined URL for the resource. Defaults to: null.
  • status (String.t): [Output Only] Status of the zone, either UP or DOWN. Defaults to: null.

    • Enum - one of [DOWN, UP]

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.Compute.V1.Model.Zone{
  availableCpuPlatforms: [any()],
  creationTimestamp: any(),
  deprecated: GoogleApi.Compute.V1.Model.DeprecationStatus.t(),
  description: any(),
  id: any(),
  kind: any(),
  name: any(),
  region: any(),
  selfLink: any(),
  status: any()
}

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.