Class: Google::Cloud::GkeBackup::V1::RestoreConfig::VolumeDataRestorePolicyBinding
- Inherits:
-
Object
- Object
- Google::Cloud::GkeBackup::V1::RestoreConfig::VolumeDataRestorePolicyBinding
- 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
-
#policy ⇒ ::Google::Cloud::GkeBackup::V1::RestoreConfig::VolumeDataRestorePolicy
Required.
-
#volume_type ⇒ ::Google::Cloud::GkeBackup::V1::VolumeTypeEnum::VolumeType
The volume type, as determined by the PVC's bound PV, to apply the policy to.
Instance Attribute Details
#policy ⇒ ::Google::Cloud::GkeBackup::V1::RestoreConfig::VolumeDataRestorePolicy
Returns Required. The VolumeDataRestorePolicy to apply when restoring volumes in scope.
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.
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 |