lib/google/apis/backupdr_v1/classes.rb in google-apis-backupdr_v1-0.8.0 vs lib/google/apis/backupdr_v1/classes.rb in google-apis-backupdr_v1-0.9.0
- old
+ new
@@ -412,10 +412,16 @@
# ManagementServer describes a single BackupDR ManagementServer instance.
class ManagementServer
include Google::Apis::Core::Hashable
+ # Output only. The hostname or ip address of the exposed AGM endpoints, used by
+ # BAs to connect to BA proxy.
+ # Corresponds to the JSON property `baProxyUri`
+ # @return [Array<String>]
+ attr_accessor :ba_proxy_uri
+
# Output only. The time when the instance was created.
# Corresponds to the JSON property `createTime`
# @return [String]
attr_accessor :create_time
@@ -491,9 +497,10 @@
update!(**args)
end
# Update properties of this object
def update!(**args)
+ @ba_proxy_uri = args[:ba_proxy_uri] if args.key?(:ba_proxy_uri)
@create_time = args[:create_time] if args.key?(:create_time)
@description = args[:description] if args.key?(:description)
@etag = args[:etag] if args.key?(:etag)
@labels = args[:labels] if args.key?(:labels)
@management_uri = args[:management_uri] if args.key?(:management_uri)