GoogleApi.WorkloadManager.V1.Model.SapComponent (google_api_workload_manager v0.12.0)
View SourceThe component of sap workload
Attributes
-
databaseProperties
(type:GoogleApi.WorkloadManager.V1.Model.DatabaseProperties.t
, default:nil
) - Output only. All instance properties. -
haHosts
(type:list(String.t)
, default:nil
) - A list of host URIs that are part of the HA configuration if present. An empty list indicates the component is not configured for HA. -
resources
(type:list(GoogleApi.WorkloadManager.V1.Model.CloudResource.t)
, default:nil
) - Output only. resources in the component -
sid
(type:String.t
, default:nil
) - Output only. sid is the sap component identificator -
topologyType
(type:String.t
, default:nil
) - The detected topology of the component.
Summary
Functions
Unwrap a decoded JSON object into its complex fields.
Types
@type t() :: %GoogleApi.WorkloadManager.V1.Model.SapComponent{ databaseProperties: GoogleApi.WorkloadManager.V1.Model.DatabaseProperties.t() | nil, haHosts: [String.t()] | nil, resources: [GoogleApi.WorkloadManager.V1.Model.CloudResource.t()] | nil, sid: String.t() | nil, topologyType: String.t() | nil }