google_api_compute v0.3.0 GoogleApi.Compute.V1.Model.NodeType View Source

A Node Type resource.

Attributes

  • cpuPlatform (String.t): [Output Only] The CPU platform used by this node type. 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 node type. Defaults to: null.
  • description (String.t): [Output Only] An optional textual description of the resource. Defaults to: null.
  • guestCpus (integer()): [Output Only] The number of virtual CPUs that are available to the node type. 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] The type of the resource. Always compute#nodeType for node types. Defaults to: null.
  • localSsdGb (integer()): [Output Only] Local SSD available to the node type, defined in GB. Defaults to: null.
  • memoryMb (integer()): [Output Only] The amount of physical memory available to the node type, defined in MB. Defaults to: null.
  • name (String.t): [Output Only] Name of the resource. Defaults to: null.
  • selfLink (String.t): [Output Only] Server-defined URL for the resource. Defaults to: null.
  • zone (String.t): [Output Only] The name of the zone where the node type resides, such as us-central1-a. Defaults to: null.

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.NodeType{
  cpuPlatform: any(),
  creationTimestamp: any(),
  deprecated: GoogleApi.Compute.V1.Model.DeprecationStatus.t(),
  description: any(),
  guestCpus: any(),
  id: any(),
  kind: any(),
  localSsdGb: any(),
  memoryMb: any(),
  name: any(),
  selfLink: any(),
  zone: 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.