You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: clients/workload_manager/lib/google_api/workload_manager/v1/model/sap_discovery.ex
+3Lines changed: 3 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -27,6 +27,7 @@ defmodule GoogleApi.WorkloadManager.V1.Model.SapDiscovery do
27
27
* `projectNumber` (*type:* `String.t`, *default:* `nil`) - Optional. The GCP project number that this SapSystem belongs to.
28
28
* `systemId` (*type:* `String.t`, *default:* `nil`) - Output only. A combination of database SID, database instance URI and tenant DB name to make a unique identifier per-system.
29
29
* `updateTime` (*type:* `DateTime.t`, *default:* `nil`) - Required. Unix timestamp this system has been updated last.
30
+
* `useDrReconciliation` (*type:* `boolean()`, *default:* `nil`) - Optional. Whether to use DR reconciliation or not.
30
31
* `workloadProperties` (*type:* `GoogleApi.WorkloadManager.V1.Model.SapDiscoveryWorkloadProperties.t`, *default:* `nil`) - Optional. The properties of the workload.
31
32
"""
32
33
@@ -39,6 +40,7 @@ defmodule GoogleApi.WorkloadManager.V1.Model.SapDiscovery do
Copy file name to clipboardExpand all lines: clients/workload_manager/lib/google_api/workload_manager/v1/model/sap_discovery_component_database_properties.ex
* `databaseType` (*type:* `String.t`, *default:* `nil`) - Required. Type of the database. HANA, DB2, etc.
26
26
* `databaseVersion` (*type:* `String.t`, *default:* `nil`) - Optional. The version of the database software running in the system.
27
27
* `instanceNumber` (*type:* `String.t`, *default:* `nil`) - Optional. Instance number of the SAP instance.
28
+
* `landscapeId` (*type:* `String.t`, *default:* `nil`) - Optional. Landscape ID from the HANA nameserver.
28
29
* `primaryInstanceUri` (*type:* `String.t`, *default:* `nil`) - Required. URI of the recognized primary instance of the database.
29
30
* `sharedNfsUri` (*type:* `String.t`, *default:* `nil`) - Optional. URI of the recognized shared NFS of the database. May be empty if the database has only a single node.
0 commit comments