Class: Google::Apis::ManagerV1beta2::ReplicaPoolModuleStatus

Inherits:
Object
  • Object
show all
Includes:
Core::Hashable, Core::JsonObjectSupport
Defined in:
generated/google/apis/manager_v1beta2/classes.rb,
generated/google/apis/manager_v1beta2/representations.rb,
generated/google/apis/manager_v1beta2/representations.rb

Instance Attribute Summary collapse

Instance Method Summary collapse

Methods included from Core::JsonObjectSupport

#to_json

Methods included from Core::Hashable

process_value, #to_h

Constructor Details

#initialize(**args) ⇒ ReplicaPoolModuleStatus

Returns a new instance of ReplicaPoolModuleStatus.



1031
1032
1033
# File 'generated/google/apis/manager_v1beta2/classes.rb', line 1031

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

Instance Attribute Details

#replica_pool_urlString

[Output Only] The URL of the associated ReplicaPool resource. Corresponds to the JSON property replicaPoolUrl

Returns:

  • (String)


1024
1025
1026
# File 'generated/google/apis/manager_v1beta2/classes.rb', line 1024

def replica_pool_url
  @replica_pool_url
end

#resource_view_urlString

[Output Only] The URL of the Resource Group associated with this ReplicaPool. Corresponds to the JSON property resourceViewUrl

Returns:

  • (String)


1029
1030
1031
# File 'generated/google/apis/manager_v1beta2/classes.rb', line 1029

def resource_view_url
  @resource_view_url
end

Instance Method Details

#update!(**args) ⇒ Object

Update properties of this object



1036
1037
1038
1039
# 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