Class: Google::Cloud::Compute::V1::DisksAddResourcePoliciesRequest
- Inherits:
-
Object
- Object
- Google::Cloud::Compute::V1::DisksAddResourcePoliciesRequest
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/compute/v1/compute.rb
Instance Attribute Summary collapse
-
#resource_policies ⇒ ::Array<::String>
Full or relative path to the resource policy to be added to this disk.
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.
7491 7492 7493 7494 |
# File 'proto_docs/google/cloud/compute/v1/compute.rb', line 7491 class DisksAddResourcePoliciesRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |