Class: Google::Apis::ComputeBeta::InstancesRemoveResourcePoliciesRequest

Inherits:
Object
  • Object
show all
Includes:
Google::Apis::Core::Hashable, Google::Apis::Core::JsonObjectSupport
Defined in:
generated/google/apis/compute_beta/classes.rb,
generated/google/apis/compute_beta/representations.rb,
generated/google/apis/compute_beta/representations.rb
more...

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(**args) ⇒ InstancesRemoveResourcePoliciesRequest

Returns a new instance of InstancesRemoveResourcePoliciesRequest.

[View source]

15179
15180
15181
# File 'generated/google/apis/compute_beta/classes.rb', line 15179

def initialize(**args)
   update!(**args)
end

Instance Attribute Details

#resource_policiesArray<String>

Resource policies to be removed from this instance. Corresponds to the JSON property resourcePolicies

Returns:

  • (Array<String>)

15177
15178
15179
# File 'generated/google/apis/compute_beta/classes.rb', line 15177

def resource_policies
  @resource_policies
end

Instance Method Details

#update!(**args) ⇒ Object

Update properties of this object

[View source]

15184
15185
15186
# File 'generated/google/apis/compute_beta/classes.rb', line 15184

def update!(**args)
  @resource_policies = args[:resource_policies] if args.key?(:resource_policies)
end
x


Privacy · Terms