GoogleApi.WorkloadManager.V1.Model.InstanceProperties (google_api_workload_manager v0.12.0)

View Source

Instance Properties.

Attributes

  • instanceNumber (type: String.t, default: nil) - Optional. Instance number.
  • machineType (type: String.t, default: nil) - Optional. Instance machine type.
  • role (type: String.t, default: nil) - Optional. Instance role.
  • roles (type: list(String.t), default: nil) - Optional. Instance roles.
  • sapInstanceProperties (type: GoogleApi.WorkloadManager.V1.Model.SapInstanceProperties.t, default: nil) - Optional. SAP Instance properties.
  • status (type: String.t, default: nil) - Optional. Instance status.
  • upcomingMaintenanceEvent (type: GoogleApi.WorkloadManager.V1.Model.UpcomingMaintenanceEvent.t, default: nil) - Optional. the next maintenance event on VM

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

t()

@type t() :: %GoogleApi.WorkloadManager.V1.Model.InstanceProperties{
  instanceNumber: String.t() | nil,
  machineType: String.t() | nil,
  role: String.t() | nil,
  roles: [String.t()] | nil,
  sapInstanceProperties:
    GoogleApi.WorkloadManager.V1.Model.SapInstanceProperties.t() | nil,
  status: String.t() | nil,
  upcomingMaintenanceEvent:
    GoogleApi.WorkloadManager.V1.Model.UpcomingMaintenanceEvent.t() | nil
}

Functions

decode(value, options)

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

Unwrap a decoded JSON object into its complex fields.