Class: Google::Apis::ComputeAlpha::DisksStopGroupAsyncReplicationResource
- Inherits:
-
Object
- Object
- Google::Apis::ComputeAlpha::DisksStopGroupAsyncReplicationResource
- Includes:
- Google::Apis::Core::Hashable, Google::Apis::Core::JsonObjectSupport
- Defined in:
- lib/google/apis/compute_alpha/classes.rb,
lib/google/apis/compute_alpha/representations.rb,
lib/google/apis/compute_alpha/representations.rb
Overview
A transient resource used in compute.disks.stopGroupAsyncReplication and compute.regionDisks.stopGroupAsyncReplication. It is only used to process requests and is not persisted.
Instance Attribute Summary collapse
-
#resource_policy ⇒ String
The URL of the DiskConsistencyGroupPolicy for the group of disks to stop.
Instance Method Summary collapse
-
#initialize(**args) ⇒ DisksStopGroupAsyncReplicationResource
constructor
A new instance of DisksStopGroupAsyncReplicationResource.
-
#update!(**args) ⇒ Object
Update properties of this object.
Constructor Details
#initialize(**args) ⇒ DisksStopGroupAsyncReplicationResource
Returns a new instance of DisksStopGroupAsyncReplicationResource.
8142 8143 8144 |
# File 'lib/google/apis/compute_alpha/classes.rb', line 8142 def initialize(**args) update!(**args) end |
Instance Attribute Details
#resource_policy ⇒ String
The URL of the DiskConsistencyGroupPolicy for the group of disks to stop. This
may be a full or partial URL, such as: - https://www.googleapis.com/compute/v1/
projects/project/regions/region /resourcePolicies/resourcePolicy - projects/
project/regions/region/resourcePolicies/resourcePolicy - regions/region/
resourcePolicies/resourcePolicy
Corresponds to the JSON property resourcePolicy
8140 8141 8142 |
# File 'lib/google/apis/compute_alpha/classes.rb', line 8140 def resource_policy @resource_policy end |
Instance Method Details
#update!(**args) ⇒ Object
Update properties of this object
8147 8148 8149 |
# File 'lib/google/apis/compute_alpha/classes.rb', line 8147 def update!(**args) @resource_policy = args[:resource_policy] if args.key?(:resource_policy) end |