Class: Google::Cloud::NetApp::V1::CreateBackupPolicyRequest

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

CreateBackupPolicyRequest creates a backupPolicy.

Instance Attribute Summary collapse

Instance Attribute Details

#backup_policy::Google::Cloud::NetApp::V1::BackupPolicy

Returns Required. A backupPolicy resource.

Returns:



110
111
112
113
# File 'proto_docs/google/cloud/netapp/v1/backup_policy.rb', line 110

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

#backup_policy_id::String

Returns Required. The ID to use for the backup policy. The ID must be unique within the specified location. This value must start with a lowercase letter followed by up to 62 lowercase letters, numbers, or hyphens, and cannot end with a hyphen.

Returns:

  • (::String)

    Required. The ID to use for the backup policy. The ID must be unique within the specified location. This value must start with a lowercase letter followed by up to 62 lowercase letters, numbers, or hyphens, and cannot end with a hyphen.



110
111
112
113
# File 'proto_docs/google/cloud/netapp/v1/backup_policy.rb', line 110

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

#parent::String

Returns Required. The location to create the backup policies of, in the format projects/{project_id}/locations/{location}.

Returns:

  • (::String)

    Required. The location to create the backup policies of, in the format projects/{project_id}/locations/{location}



110
111
112
113
# File 'proto_docs/google/cloud/netapp/v1/backup_policy.rb', line 110

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