Class: Google::Apis::ComputeBeta::InstancesAddResourcePoliciesRequest
- Inherits:
-
Object
- Object
- Google::Apis::ComputeBeta::InstancesAddResourcePoliciesRequest
- 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 instance.
Instance Method Summary collapse
-
#initialize(**args) ⇒ InstancesAddResourcePoliciesRequest
constructor
A new instance of InstancesAddResourcePoliciesRequest.
-
#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) ⇒ InstancesAddResourcePoliciesRequest
Returns a new instance of InstancesAddResourcePoliciesRequest.
13898 13899 13900 |
# File 'generated/google/apis/compute_beta/classes.rb', line 13898 def initialize(**args) update!(**args) end |
Instance Attribute Details
#resource_policies ⇒ Array<String>
Resource policies to be added to this instance.
Corresponds to the JSON property resourcePolicies
13896 13897 13898 |
# File 'generated/google/apis/compute_beta/classes.rb', line 13896 def resource_policies @resource_policies end |
Instance Method Details
#update!(**args) ⇒ Object
Update properties of this object
13903 13904 13905 |
# File 'generated/google/apis/compute_beta/classes.rb', line 13903 def update!(**args) @resource_policies = args[:resource_policies] if args.key?(:resource_policies) end |