class Google::Apis::ComputeV1::InstancesRemoveResourcePoliciesRequest
Attributes
resource_policies[RW]
Resource policies to be removed from this instance. Corresponds to the JSON property `resourcePolicies` @return [Array<String>]
Public Class Methods
new(**args)
click to toggle source
# File lib/google/apis/compute_v1/classes.rb, line 14877 def initialize(**args) update!(**args) end
Public Instance Methods
update!(**args)
click to toggle source
Update properties of this object
# File lib/google/apis/compute_v1/classes.rb, line 14882 def update!(**args) @resource_policies = args[:resource_policies] if args.key?(:resource_policies) end