Class: Google::Apis::BackupdrV1::ManagementUri

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

Instance Method Summary collapse

Constructor Details

#initialize(**args) ⇒ ManagementUri

Returns a new instance of ManagementUri.



2905
2906
2907
# File 'lib/google/apis/backupdr_v1/classes.rb', line 2905

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

Instance Attribute Details

#apiString

Output only. The ManagementServer AGM/RD API URL. Corresponds to the JSON property api

Returns:

  • (String)


2898
2899
2900
# File 'lib/google/apis/backupdr_v1/classes.rb', line 2898

def api
  @api
end

#web_uiString

Output only. The ManagementServer AGM/RD WebUI URL. Corresponds to the JSON property webUi

Returns:

  • (String)


2903
2904
2905
# File 'lib/google/apis/backupdr_v1/classes.rb', line 2903

def web_ui
  @web_ui
end

Instance Method Details

#update!(**args) ⇒ Object

Update properties of this object



2910
2911
2912
2913
# File 'lib/google/apis/backupdr_v1/classes.rb', line 2910

def update!(**args)
  @api = args[:api] if args.key?(:api)
  @web_ui = args[:web_ui] if args.key?(:web_ui)
end