Class: Google::Cloud::GkeBackup::V1::RestoreConfig::VolumeDataRestorePolicyBinding

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

Overview

Binds resources in the scope to the given VolumeDataRestorePolicy.

Instance Attribute Summary collapse

Instance Attribute Details

#policy::Google::Cloud::GkeBackup::V1::RestoreConfig::VolumeDataRestorePolicy

Returns Required. The VolumeDataRestorePolicy to apply when restoring volumes in scope.

Returns:



495
496
497
498
# File 'proto_docs/google/cloud/gkebackup/v1/restore.rb', line 495

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

#volume_type::Google::Cloud::GkeBackup::V1::VolumeTypeEnum::VolumeType

Returns The volume type, as determined by the PVC's bound PV, to apply the policy to.

Returns:



495
496
497
498
# File 'proto_docs/google/cloud/gkebackup/v1/restore.rb', line 495

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