Class: Google::Cloud::Compute::V1::DisksAddResourcePoliciesRequest

Inherits:
Object
  • Object
show all
Extended by:
Protobuf::MessageExts::ClassMethods
Includes:
Protobuf::MessageExts
Defined in:
proto_docs/google/cloud/compute/v1/compute.rb

Instance Attribute Summary collapse

Instance Attribute Details

#resource_policies::Array<::String>

Returns Full or relative path to the resource policy to be added to this disk. You can only specify one resource policy.

Returns:

  • (::Array<::String>)

    Full or relative path to the resource policy to be added to this disk. You can only specify one resource policy.



5832
5833
5834
5835
# File 'proto_docs/google/cloud/compute/v1/compute.rb', line 5832

class DisksAddResourcePoliciesRequest
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods
end