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

View Source

The component of sap workload

Attributes

  • databaseProperties (type: GoogleApi.WorkloadManager.V1.Model.DatabaseProperties.t, default: nil) - Output only. All instance properties.
  • haHosts (type: list(String.t), default: nil) - A list of host URIs that are part of the HA configuration if present. An empty list indicates the component is not configured for HA.
  • resources (type: list(GoogleApi.WorkloadManager.V1.Model.CloudResource.t), default: nil) - Output only. resources in the component
  • sid (type: String.t, default: nil) - Output only. sid is the sap component identificator
  • topologyType (type: String.t, default: nil) - The detected topology of the component.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

t()

@type t() :: %GoogleApi.WorkloadManager.V1.Model.SapComponent{
  databaseProperties:
    GoogleApi.WorkloadManager.V1.Model.DatabaseProperties.t() | nil,
  haHosts: [String.t()] | nil,
  resources: [GoogleApi.WorkloadManager.V1.Model.CloudResource.t()] | nil,
  sid: String.t() | nil,
  topologyType: String.t() | nil
}

Functions

decode(value, options)

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

Unwrap a decoded JSON object into its complex fields.