Class: Google::Apis::WorkloadmanagerV1::SapWorkloadOverview

Inherits:
Object
  • Object
show all
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

Instance Method Summary collapse

Constructor Details

#initialize(**args) ⇒ SapWorkloadOverview

Returns a new instance of SapWorkloadOverview.



1804
1805
1806
# File 'lib/google/apis/workloadmanager_v1/classes.rb', line 1804

def initialize(**args)
   update!(**args)
end

Instance Attribute Details

#app_sidString

Output only. The application SID Corresponds to the JSON property appSid

Returns:

  • (String)


1792
1793
1794
# File 'lib/google/apis/workloadmanager_v1/classes.rb', line 1792

def app_sid
  @app_sid
end

#db_sidString

Output only. The database SID Corresponds to the JSON property dbSid

Returns:

  • (String)


1797
1798
1799
# File 'lib/google/apis/workloadmanager_v1/classes.rb', line 1797

def db_sid
  @db_sid
end

#sap_system_idString

Output only. The UUID for a SAP workload Corresponds to the JSON property sapSystemId

Returns:

  • (String)


1802
1803
1804
# File 'lib/google/apis/workloadmanager_v1/classes.rb', line 1802

def sap_system_id
  @sap_system_id
end

Instance Method Details

#update!(**args) ⇒ Object

Update properties of this object



1809
1810
1811
1812
1813
# File 'lib/google/apis/workloadmanager_v1/classes.rb', line 1809

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