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

View Source

A set of properties describing an SAP Application layer.

Attributes

  • abap (type: boolean(), default: nil) - Optional. Deprecated: ApplicationType now tells you whether this is ABAP or Java.
  • appInstanceNumber (type: String.t, default: nil) - Optional. Instance number of the SAP application instance.
  • applicationType (type: String.t, default: nil) - Required. Type of the application. Netweaver, etc.
  • ascsInstanceNumber (type: String.t, default: nil) - Optional. Instance number of the ASCS instance.
  • ascsUri (type: String.t, default: nil) - Optional. Resource URI of the recognized ASCS host of the application.
  • ersInstanceNumber (type: String.t, default: nil) - Optional. Instance number of the ERS instance.
  • kernelVersion (type: String.t, default: nil) - Optional. Kernel version for Netweaver running in the system.
  • nfsUri (type: String.t, default: nil) - Optional. Resource URI of the recognized shared NFS of the application. May be empty if the application server has only a single node.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

t()

@type t() ::
  %GoogleApi.WorkloadManager.V1.Model.SapDiscoveryComponentApplicationProperties{
    abap: boolean() | nil,
    appInstanceNumber: String.t() | nil,
    applicationType: String.t() | nil,
    ascsInstanceNumber: String.t() | nil,
    ascsUri: String.t() | nil,
    ersInstanceNumber: String.t() | nil,
    kernelVersion: String.t() | nil,
    nfsUri: String.t() | nil
  }

Functions

decode(value, options)

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

Unwrap a decoded JSON object into its complex fields.