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

View Source

The schema of SAP system discovery data.

Attributes

  • applicationLayer (type: GoogleApi.WorkloadManager.V1.Model.SapDiscoveryComponent.t, default: nil) - Optional. An SAP system may run without an application layer.
  • databaseLayer (type: GoogleApi.WorkloadManager.V1.Model.SapDiscoveryComponent.t, default: nil) - Required. An SAP System must have a database.
  • metadata (type: GoogleApi.WorkloadManager.V1.Model.SapDiscoveryMetadata.t, default: nil) - Optional. The metadata for SAP system discovery data.
  • projectNumber (type: String.t, default: nil) - Optional. The GCP project number that this SapSystem belongs to.
  • systemId (type: String.t, default: nil) - Output only. A combination of database SID, database instance URI and tenant DB name to make a unique identifier per-system.
  • updateTime (type: DateTime.t, default: nil) - Required. Unix timestamp this system has been updated last.
  • useDrReconciliation (type: boolean(), default: nil) - Optional. Whether to use DR reconciliation or not.
  • workloadProperties (type: GoogleApi.WorkloadManager.V1.Model.SapDiscoveryWorkloadProperties.t, default: nil) - Optional. The properties of the workload.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

t()

@type t() :: %GoogleApi.WorkloadManager.V1.Model.SapDiscovery{
  applicationLayer:
    GoogleApi.WorkloadManager.V1.Model.SapDiscoveryComponent.t() | nil,
  databaseLayer:
    GoogleApi.WorkloadManager.V1.Model.SapDiscoveryComponent.t() | nil,
  metadata: GoogleApi.WorkloadManager.V1.Model.SapDiscoveryMetadata.t() | nil,
  projectNumber: String.t() | nil,
  systemId: String.t() | nil,
  updateTime: DateTime.t() | nil,
  useDrReconciliation: boolean() | nil,
  workloadProperties:
    GoogleApi.WorkloadManager.V1.Model.SapDiscoveryWorkloadProperties.t() | nil
}

Functions

decode(value, options)

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

Unwrap a decoded JSON object into its complex fields.