Class: Google::Apis::WorkloadmanagerV1::SapWorkloadOverview
- Inherits:
-
Object
- Object
- Google::Apis::WorkloadmanagerV1::SapWorkloadOverview
- Includes:
- Core::Hashable, Core::JsonObjectSupport
- Defined in:
- lib/google/apis/workloadmanager_v1/classes.rb,
lib/google/apis/workloadmanager_v1/representations.rb,
lib/google/apis/workloadmanager_v1/representations.rb
Overview
The overview of sap workload
Instance Attribute Summary collapse
-
#app_sid ⇒ String
Output only.
-
#db_sid ⇒ String
Output only.
-
#sap_system_id ⇒ String
Output only.
Instance Method Summary collapse
-
#initialize(**args) ⇒ SapWorkloadOverview
constructor
A new instance of SapWorkloadOverview.
-
#update!(**args) ⇒ Object
Update properties of this object.
Constructor Details
#initialize(**args) ⇒ SapWorkloadOverview
Returns a new instance of SapWorkloadOverview.
1817 1818 1819 |
# File 'lib/google/apis/workloadmanager_v1/classes.rb', line 1817 def initialize(**args) update!(**args) end |
Instance Attribute Details
#app_sid ⇒ String
Output only. The application SID
Corresponds to the JSON property appSid
1805 1806 1807 |
# File 'lib/google/apis/workloadmanager_v1/classes.rb', line 1805 def app_sid @app_sid end |
#db_sid ⇒ String
Output only. The database SID
Corresponds to the JSON property dbSid
1810 1811 1812 |
# File 'lib/google/apis/workloadmanager_v1/classes.rb', line 1810 def db_sid @db_sid end |
#sap_system_id ⇒ String
Output only. The UUID for a SAP workload
Corresponds to the JSON property sapSystemId
1815 1816 1817 |
# File 'lib/google/apis/workloadmanager_v1/classes.rb', line 1815 def sap_system_id @sap_system_id end |
Instance Method Details
#update!(**args) ⇒ Object
Update properties of this object
1822 1823 1824 1825 1826 |
# File 'lib/google/apis/workloadmanager_v1/classes.rb', line 1822 def update!(**args) @app_sid = args[:app_sid] if args.key?(:app_sid) @db_sid = args[:db_sid] if args.key?(:db_sid) @sap_system_id = args[:sap_system_id] if args.key?(:sap_system_id) end |