Class: Google::Apis::ComputeAlpha::DisksStopGroupAsyncReplicationRequest
- Inherits:
-
Object
- Object
- Google::Apis::ComputeAlpha::DisksStopGroupAsyncReplicationRequest
- 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
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) ⇒ DisksStopGroupAsyncReplicationRequest
constructor
A new instance of DisksStopGroupAsyncReplicationRequest.
-
#update!(**args) ⇒ Object
Update properties of this object.
Constructor Details
#initialize(**args) ⇒ DisksStopGroupAsyncReplicationRequest
Returns a new instance of DisksStopGroupAsyncReplicationRequest.
7596 7597 7598 |
# File 'lib/google/apis/compute_alpha/classes.rb', line 7596 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
7594 7595 7596 |
# File 'lib/google/apis/compute_alpha/classes.rb', line 7594 def resource_policy @resource_policy end |
Instance Method Details
#update!(**args) ⇒ Object
Update properties of this object
7601 7602 7603 |
# File 'lib/google/apis/compute_alpha/classes.rb', line 7601 def update!(**args) @resource_policy = args[:resource_policy] if args.key?(:resource_policy) end |