Class: Google::Cloud::BackupDR::V1::ManagementURI
- Inherits:
-
Object
- Object
- Google::Cloud::BackupDR::V1::ManagementURI
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/backupdr/v1/backupdr.rb
Overview
ManagementURI for the Management Server resource.
Instance Attribute Summary collapse
-
#api ⇒ ::String
readonly
Output only.
-
#web_ui ⇒ ::String
readonly
Output only.
Instance Attribute Details
#api ⇒ ::String (readonly)
Returns Output only. The ManagementServer AGM/RD API URL.
56 57 58 59 |
# File 'proto_docs/google/cloud/backupdr/v1/backupdr.rb', line 56 class ManagementURI include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#web_ui ⇒ ::String (readonly)
Returns Output only. The ManagementServer AGM/RD WebUI URL.
56 57 58 59 |
# File 'proto_docs/google/cloud/backupdr/v1/backupdr.rb', line 56 class ManagementURI include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |