GoogleApi.WorkloadManager.V1.Model.SapDiscoveryComponent (google_api_workload_manager v0.12.0)
View SourceMessage describing the system component.
Attributes
-
applicationProperties
(type:GoogleApi.WorkloadManager.V1.Model.SapDiscoveryComponentApplicationProperties.t
, default:nil
) - Optional. The component is a SAP application. -
databaseProperties
(type:GoogleApi.WorkloadManager.V1.Model.SapDiscoveryComponentDatabaseProperties.t
, default:nil
) - Optional. The component is a SAP database. -
haHosts
(type:list(String.t)
, default:nil
) - Optional. 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. -
hostProject
(type:String.t
, default:nil
) - Required. Pantheon Project in which the resources reside. -
region
(type:String.t
, default:nil
) - Optional. The region this component's resources are primarily located in. -
replicationSites
(type:list(GoogleApi.WorkloadManager.V1.Model.SapDiscoveryComponentReplicationSite.t)
, default:nil
) - Optional. A list of replication sites used in Disaster Recovery (DR) configurations. -
resources
(type:list(GoogleApi.WorkloadManager.V1.Model.SapDiscoveryResource.t)
, default:nil
) - Optional. The resources in a component. -
sid
(type:String.t
, default:nil
) - Optional. The SAP identifier, used by the SAP software and helps differentiate systems for customers. -
topologyType
(type:String.t
, default:nil
) - Optional. The detected topology of the component.
Summary
Functions
Unwrap a decoded JSON object into its complex fields.
Types
@type t() :: %GoogleApi.WorkloadManager.V1.Model.SapDiscoveryComponent{ applicationProperties: GoogleApi.WorkloadManager.V1.Model.SapDiscoveryComponentApplicationProperties.t() | nil, databaseProperties: GoogleApi.WorkloadManager.V1.Model.SapDiscoveryComponentDatabaseProperties.t() | nil, haHosts: [String.t()] | nil, hostProject: String.t() | nil, region: String.t() | nil, replicationSites: [ GoogleApi.WorkloadManager.V1.Model.SapDiscoveryComponentReplicationSite.t() ] | nil, resources: [GoogleApi.WorkloadManager.V1.Model.SapDiscoveryResource.t()] | nil, sid: String.t() | nil, topologyType: String.t() | nil }