Class: Google::Cloud::NetApp::V1::DeleteBackupPolicyRequest

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

Overview

DeleteBackupPolicyRequest deletes a backup policy.

Instance Attribute Summary collapse

Instance Attribute Details

#name::String

Returns Required. The backup policy resource name, in the format projects/{project_id}/locations/{location}/backupPolicies/{backup_policy_id}.

Returns:

  • (::String)

    Required. The backup policy resource name, in the format projects/{project_id}/locations/{location}/backupPolicies/{backup_policy_id}



184
185
186
187
# File 'proto_docs/google/cloud/netapp/v1/backup_policy.rb', line 184

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