GoogleApi.WorkloadManager.V1.Model.SapWorkload (google_api_workload_manager v0.12.0)
View SourceThe body of sap workload
Attributes
-
application
(type:GoogleApi.WorkloadManager.V1.Model.SapComponent.t
, default:nil
) - Output only. the acsc componment -
architecture
(type:String.t
, default:nil
) - Output only. the architecture -
database
(type:GoogleApi.WorkloadManager.V1.Model.SapComponent.t
, default:nil
) - Output only. the database componment -
metadata
(type:map()
, default:nil
) - Output only. The metadata for SAP workload. -
products
(type:list(GoogleApi.WorkloadManager.V1.Model.Product.t)
, default:nil
) - Output only. the products on this workload.
Summary
Functions
Unwrap a decoded JSON object into its complex fields.
Types
@type t() :: %GoogleApi.WorkloadManager.V1.Model.SapWorkload{ application: GoogleApi.WorkloadManager.V1.Model.SapComponent.t() | nil, architecture: String.t() | nil, database: GoogleApi.WorkloadManager.V1.Model.SapComponent.t() | nil, metadata: map() | nil, products: [GoogleApi.WorkloadManager.V1.Model.Product.t()] | nil }