class Google::Apis::ManagerV1beta2::ReplicaPoolModuleStatus
Attributes
replica_pool_url[RW]
- Output Only
-
The URL of the associated ReplicaPool resource.
Corresponds to the JSON property `replicaPoolUrl` @return [String]
resource_view_url[RW]
- Output Only
-
The URL of the Resource Group associated with this ReplicaPool.
Corresponds to the JSON property `resourceViewUrl` @return [String]
Public Class Methods
new(**args)
click to toggle source
# File generated/google/apis/manager_v1beta2/classes.rb, line 1031 def initialize(**args) update!(**args) end
Public Instance Methods
update!(**args)
click to toggle source
Update properties of this object
# File generated/google/apis/manager_v1beta2/classes.rb, line 1036 def update!(**args) @replica_pool_url = args[:replica_pool_url] if args.key?(:replica_pool_url) @resource_view_url = args[:resource_view_url] if args.key?(:resource_view_url) end