Class: Google::Apis::ManagerV1beta2::ReplicaPoolModuleStatus
- Inherits:
-
Object
- Object
- Google::Apis::ManagerV1beta2::ReplicaPoolModuleStatus
- 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
-
#replica_pool_url ⇒ String
[Output Only] The URL of the associated ReplicaPool resource.
-
#resource_view_url ⇒ String
[Output Only] The URL of the Resource Group associated with this ReplicaPool.
Instance Method Summary collapse
-
#initialize(**args) ⇒ ReplicaPoolModuleStatus
constructor
A new instance of ReplicaPoolModuleStatus.
-
#update!(**args) ⇒ Object
Update properties of this object.
Methods included from Core::JsonObjectSupport
Methods included from Core::Hashable
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_url ⇒ String
[Output Only] The URL of the associated ReplicaPool resource.
Corresponds to the JSON property replicaPoolUrl
1024 1025 1026 |
# File 'generated/google/apis/manager_v1beta2/classes.rb', line 1024 def replica_pool_url @replica_pool_url end |
#resource_view_url ⇒ String
[Output Only] The URL of the Resource Group associated with this ReplicaPool.
Corresponds to the JSON property resourceViewUrl
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 |