Class: Google::Apis::BackupdrV1::ManagementUri
- Inherits:
-
Object
- Object
- Google::Apis::BackupdrV1::ManagementUri
- Includes:
- Core::Hashable, Core::JsonObjectSupport
- Defined in:
- lib/google/apis/backupdr_v1/classes.rb,
lib/google/apis/backupdr_v1/representations.rb,
lib/google/apis/backupdr_v1/representations.rb
Overview
ManagementURI for the Management Server resource.
Instance Attribute Summary collapse
-
#api ⇒ String
Output only.
-
#web_ui ⇒ String
Output only.
Instance Method Summary collapse
-
#initialize(**args) ⇒ ManagementUri
constructor
A new instance of ManagementUri.
-
#update!(**args) ⇒ Object
Update properties of this object.
Constructor Details
#initialize(**args) ⇒ ManagementUri
Returns a new instance of ManagementUri.
2852 2853 2854 |
# File 'lib/google/apis/backupdr_v1/classes.rb', line 2852 def initialize(**args) update!(**args) end |
Instance Attribute Details
#api ⇒ String
Output only. The ManagementServer AGM/RD API URL.
Corresponds to the JSON property api
2845 2846 2847 |
# File 'lib/google/apis/backupdr_v1/classes.rb', line 2845 def api @api end |
#web_ui ⇒ String
Output only. The ManagementServer AGM/RD WebUI URL.
Corresponds to the JSON property webUi
2850 2851 2852 |
# File 'lib/google/apis/backupdr_v1/classes.rb', line 2850 def web_ui @web_ui end |
Instance Method Details
#update!(**args) ⇒ Object
Update properties of this object
2857 2858 2859 2860 |
# File 'lib/google/apis/backupdr_v1/classes.rb', line 2857 def update!(**args) @api = args[:api] if args.key?(:api) @web_ui = args[:web_ui] if args.key?(:web_ui) end |