class Google::Apis::ComputeBeta::DisksAddResourcePoliciesRequest
Attributes
resource_policies[RW]
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` @return [Array<String>]
Public Class Methods
new(**args)
click to toggle source
# File lib/google/apis/compute_beta/classes.rb, line 6758 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_beta/classes.rb, line 6763 def update!(**args) @resource_policies = args[:resource_policies] if args.key?(:resource_policies) end