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

View Source

A set of properties describing an SAP Database layer.

Attributes

  • databaseSid (type: String.t, default: nil) - Optional. SID of the system database.
  • databaseType (type: String.t, default: nil) - Required. Type of the database. HANA, DB2, etc.
  • databaseVersion (type: String.t, default: nil) - Optional. The version of the database software running in the system.
  • instanceNumber (type: String.t, default: nil) - Optional. Instance number of the SAP instance.
  • landscapeId (type: String.t, default: nil) - Optional. Landscape ID from the HANA nameserver.
  • primaryInstanceUri (type: String.t, default: nil) - Required. URI of the recognized primary instance of the database.
  • sharedNfsUri (type: String.t, default: nil) - Optional. URI of the recognized shared NFS of the database. May be empty if the database has only a single node.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

t()

@type t() ::
  %GoogleApi.WorkloadManager.V1.Model.SapDiscoveryComponentDatabaseProperties{
    databaseSid: String.t() | nil,
    databaseType: String.t() | nil,
    databaseVersion: String.t() | nil,
    instanceNumber: String.t() | nil,
    landscapeId: String.t() | nil,
    primaryInstanceUri: String.t() | nil,
    sharedNfsUri: String.t() | nil
  }

Functions

decode(value, options)

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

Unwrap a decoded JSON object into its complex fields.