View Source GoogleApi.WorkloadManager.V1.Model.SapComponent (google_api_workload_manager v0.2.0)
The component of sap workload
Attributes
-
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{ haHosts: [String.t()] | nil, resources: [GoogleApi.WorkloadManager.V1.Model.CloudResource.t()] | nil, sid: String.t() | nil, topologyType: String.t() | nil }
Functions
Unwrap a decoded JSON object into its complex fields.