Class: Google::Apis::ComputeBeta::DisksAddResourcePoliciesRequest
- Inherits:
-
Object
- Object
- Google::Apis::ComputeBeta::DisksAddResourcePoliciesRequest
- Includes:
- Google::Apis::Core::Hashable, Google::Apis::Core::JsonObjectSupport
- Defined in:
- lib/google/apis/compute_beta/classes.rb,
lib/google/apis/compute_beta/representations.rb,
lib/google/apis/compute_beta/representations.rb
Instance Attribute Summary collapse
-
#resource_policies ⇒ Array<String>
Full or relative path to the resource policy to be added to this disk.
Instance Method Summary collapse
-
#initialize(**args) ⇒ DisksAddResourcePoliciesRequest
constructor
A new instance of DisksAddResourcePoliciesRequest.
-
#update!(**args) ⇒ Object
Update properties of this object.
Constructor Details
#initialize(**args) ⇒ DisksAddResourcePoliciesRequest
Returns a new instance of DisksAddResourcePoliciesRequest.
6839 6840 6841 |
# File 'lib/google/apis/compute_beta/classes.rb', line 6839 def initialize(**args) update!(**args) end |
Instance Attribute Details
#resource_policies ⇒ Array<String>
Full or relative path to the resource policy to be added to this disk. You can
only specify one resource policy.
Corresponds to the JSON property resourcePolicies
6837 6838 6839 |
# File 'lib/google/apis/compute_beta/classes.rb', line 6837 def resource_policies @resource_policies end |
Instance Method Details
#update!(**args) ⇒ Object
Update properties of this object
6844 6845 6846 |
# File 'lib/google/apis/compute_beta/classes.rb', line 6844 def update!(**args) @resource_policies = args[:resource_policies] if args.key?(:resource_policies) end |