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

View Source

A set of properties describing an SAP workload.

Attributes

  • productVersions (type: list(GoogleApi.WorkloadManager.V1.Model.SapDiscoveryWorkloadPropertiesProductVersion.t), default: nil) - Optional. List of SAP Products and their versions running on the system.
  • softwareComponentVersions (type: list(GoogleApi.WorkloadManager.V1.Model.SapDiscoveryWorkloadPropertiesSoftwareComponentProperties.t), default: nil) - Optional. A list of SAP software components and their versions running on the system.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

t()

@type t() :: %GoogleApi.WorkloadManager.V1.Model.SapDiscoveryWorkloadProperties{
  productVersions:
    [
      GoogleApi.WorkloadManager.V1.Model.SapDiscoveryWorkloadPropertiesProductVersion.t()
    ]
    | nil,
  softwareComponentVersions:
    [
      GoogleApi.WorkloadManager.V1.Model.SapDiscoveryWorkloadPropertiesSoftwareComponentProperties.t()
    ]
    | nil
}

Functions

decode(value, options)

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

Unwrap a decoded JSON object into its complex fields.