Class: Google::Apis::ComputeBeta::RegionDisksAddResourcePoliciesRequest
- Inherits:
-
Object
- Object
- Google::Apis::ComputeBeta::RegionDisksAddResourcePoliciesRequest
- Defined in:
- generated/google/apis/compute_beta/classes.rb,
generated/google/apis/compute_beta/representations.rb,
generated/google/apis/compute_beta/representations.rb
Instance Attribute Summary collapse
-
#resource_policies ⇒ Array<String>
Resource policies to be added to this disk.
Instance Method Summary collapse
-
#initialize(**args) ⇒ RegionDisksAddResourcePoliciesRequest
constructor
A new instance of RegionDisksAddResourcePoliciesRequest.
-
#update!(**args) ⇒ Object
Update properties of this object.
Methods included from Google::Apis::Core::JsonObjectSupport
Methods included from Google::Apis::Core::Hashable
Constructor Details
#initialize(**args) ⇒ RegionDisksAddResourcePoliciesRequest
Returns a new instance of RegionDisksAddResourcePoliciesRequest
18059 18060 18061 |
# File 'generated/google/apis/compute_beta/classes.rb', line 18059 def initialize(**args) update!(**args) end |
Instance Attribute Details
#resource_policies ⇒ Array<String>
Resource policies to be added to this disk.
Corresponds to the JSON property resourcePolicies
18057 18058 18059 |
# File 'generated/google/apis/compute_beta/classes.rb', line 18057 def resource_policies @resource_policies end |
Instance Method Details
#update!(**args) ⇒ Object
Update properties of this object
18064 18065 18066 |
# File 'generated/google/apis/compute_beta/classes.rb', line 18064 def update!(**args) @resource_policies = args[:resource_policies] if args.key?(:resource_policies) end |