Class: Google::Cloud::GkeBackup::V1::RestorePlan
- Inherits:
-
Object
- Object
- Google::Cloud::GkeBackup::V1::RestorePlan
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/gkebackup/v1/restore_plan.rb
Overview
The configuration of a potential series of Restore operations to be performed against Backups belong to a particular BackupPlan. Next id: 13
Defined Under Namespace
Modules: State Classes: LabelsEntry
Instance Attribute Summary collapse
-
#backup_plan ⇒ ::String
Required.
-
#cluster ⇒ ::String
Required.
-
#create_time ⇒ ::Google::Protobuf::Timestamp
readonly
Output only.
-
#description ⇒ ::String
User specified descriptive string for this RestorePlan.
-
#etag ⇒ ::String
readonly
Output only.
-
#labels ⇒ ::Google::Protobuf::Map{::String => ::String}
A set of custom labels supplied by user.
-
#name ⇒ ::String
readonly
Output only.
-
#restore_config ⇒ ::Google::Cloud::GkeBackup::V1::RestoreConfig
Required.
-
#state ⇒ ::Google::Cloud::GkeBackup::V1::RestorePlan::State
readonly
Output only.
-
#state_reason ⇒ ::String
readonly
Output only.
-
#uid ⇒ ::String
readonly
Output only.
-
#update_time ⇒ ::Google::Protobuf::Timestamp
readonly
Output only.
Instance Attribute Details
#backup_plan ⇒ ::String
85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 |
# File 'proto_docs/google/cloud/gkebackup/v1/restore_plan.rb', line 85 class RestorePlan include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods # @!attribute [rw] key # @return [::String] # @!attribute [rw] value # @return [::String] class LabelsEntry include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end # State module State # Default first value for Enums. STATE_UNSPECIFIED = 0 # Waiting for cluster state to be RUNNING. CLUSTER_PENDING = 1 # The RestorePlan has successfully been created and is ready for Restores. READY = 2 # RestorePlan creation has failed. FAILED = 3 # The RestorePlan is in the process of being deleted. DELETING = 4 end end |
#cluster ⇒ ::String
85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 |
# File 'proto_docs/google/cloud/gkebackup/v1/restore_plan.rb', line 85 class RestorePlan include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods # @!attribute [rw] key # @return [::String] # @!attribute [rw] value # @return [::String] class LabelsEntry include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end # State module State # Default first value for Enums. STATE_UNSPECIFIED = 0 # Waiting for cluster state to be RUNNING. CLUSTER_PENDING = 1 # The RestorePlan has successfully been created and is ready for Restores. READY = 2 # RestorePlan creation has failed. FAILED = 3 # The RestorePlan is in the process of being deleted. DELETING = 4 end end |
#create_time ⇒ ::Google::Protobuf::Timestamp (readonly)
85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 |
# File 'proto_docs/google/cloud/gkebackup/v1/restore_plan.rb', line 85 class RestorePlan include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods # @!attribute [rw] key # @return [::String] # @!attribute [rw] value # @return [::String] class LabelsEntry include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end # State module State # Default first value for Enums. STATE_UNSPECIFIED = 0 # Waiting for cluster state to be RUNNING. CLUSTER_PENDING = 1 # The RestorePlan has successfully been created and is ready for Restores. READY = 2 # RestorePlan creation has failed. FAILED = 3 # The RestorePlan is in the process of being deleted. DELETING = 4 end end |
#description ⇒ ::String
85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 |
# File 'proto_docs/google/cloud/gkebackup/v1/restore_plan.rb', line 85 class RestorePlan include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods # @!attribute [rw] key # @return [::String] # @!attribute [rw] value # @return [::String] class LabelsEntry include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end # State module State # Default first value for Enums. STATE_UNSPECIFIED = 0 # Waiting for cluster state to be RUNNING. CLUSTER_PENDING = 1 # The RestorePlan has successfully been created and is ready for Restores. READY = 2 # RestorePlan creation has failed. FAILED = 3 # The RestorePlan is in the process of being deleted. DELETING = 4 end end |
#etag ⇒ ::String (readonly)
85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 |
# File 'proto_docs/google/cloud/gkebackup/v1/restore_plan.rb', line 85 class RestorePlan include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods # @!attribute [rw] key # @return [::String] # @!attribute [rw] value # @return [::String] class LabelsEntry include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end # State module State # Default first value for Enums. STATE_UNSPECIFIED = 0 # Waiting for cluster state to be RUNNING. CLUSTER_PENDING = 1 # The RestorePlan has successfully been created and is ready for Restores. READY = 2 # RestorePlan creation has failed. FAILED = 3 # The RestorePlan is in the process of being deleted. DELETING = 4 end end |
#labels ⇒ ::Google::Protobuf::Map{::String => ::String}
85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 |
# File 'proto_docs/google/cloud/gkebackup/v1/restore_plan.rb', line 85 class RestorePlan include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods # @!attribute [rw] key # @return [::String] # @!attribute [rw] value # @return [::String] class LabelsEntry include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end # State module State # Default first value for Enums. STATE_UNSPECIFIED = 0 # Waiting for cluster state to be RUNNING. CLUSTER_PENDING = 1 # The RestorePlan has successfully been created and is ready for Restores. READY = 2 # RestorePlan creation has failed. FAILED = 3 # The RestorePlan is in the process of being deleted. DELETING = 4 end end |
#name ⇒ ::String (readonly)
85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 |
# File 'proto_docs/google/cloud/gkebackup/v1/restore_plan.rb', line 85 class RestorePlan include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods # @!attribute [rw] key # @return [::String] # @!attribute [rw] value # @return [::String] class LabelsEntry include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end # State module State # Default first value for Enums. STATE_UNSPECIFIED = 0 # Waiting for cluster state to be RUNNING. CLUSTER_PENDING = 1 # The RestorePlan has successfully been created and is ready for Restores. READY = 2 # RestorePlan creation has failed. FAILED = 3 # The RestorePlan is in the process of being deleted. DELETING = 4 end end |
#restore_config ⇒ ::Google::Cloud::GkeBackup::V1::RestoreConfig
85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 |
# File 'proto_docs/google/cloud/gkebackup/v1/restore_plan.rb', line 85 class RestorePlan include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods # @!attribute [rw] key # @return [::String] # @!attribute [rw] value # @return [::String] class LabelsEntry include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end # State module State # Default first value for Enums. STATE_UNSPECIFIED = 0 # Waiting for cluster state to be RUNNING. CLUSTER_PENDING = 1 # The RestorePlan has successfully been created and is ready for Restores. READY = 2 # RestorePlan creation has failed. FAILED = 3 # The RestorePlan is in the process of being deleted. DELETING = 4 end end |
#state ⇒ ::Google::Cloud::GkeBackup::V1::RestorePlan::State (readonly)
85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 |
# File 'proto_docs/google/cloud/gkebackup/v1/restore_plan.rb', line 85 class RestorePlan include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods # @!attribute [rw] key # @return [::String] # @!attribute [rw] value # @return [::String] class LabelsEntry include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end # State module State # Default first value for Enums. STATE_UNSPECIFIED = 0 # Waiting for cluster state to be RUNNING. CLUSTER_PENDING = 1 # The RestorePlan has successfully been created and is ready for Restores. READY = 2 # RestorePlan creation has failed. FAILED = 3 # The RestorePlan is in the process of being deleted. DELETING = 4 end end |
#state_reason ⇒ ::String (readonly)
85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 |
# File 'proto_docs/google/cloud/gkebackup/v1/restore_plan.rb', line 85 class RestorePlan include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods # @!attribute [rw] key # @return [::String] # @!attribute [rw] value # @return [::String] class LabelsEntry include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end # State module State # Default first value for Enums. STATE_UNSPECIFIED = 0 # Waiting for cluster state to be RUNNING. CLUSTER_PENDING = 1 # The RestorePlan has successfully been created and is ready for Restores. READY = 2 # RestorePlan creation has failed. FAILED = 3 # The RestorePlan is in the process of being deleted. DELETING = 4 end end |
#uid ⇒ ::String (readonly)
85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 |
# File 'proto_docs/google/cloud/gkebackup/v1/restore_plan.rb', line 85 class RestorePlan include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods # @!attribute [rw] key # @return [::String] # @!attribute [rw] value # @return [::String] class LabelsEntry include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end # State module State # Default first value for Enums. STATE_UNSPECIFIED = 0 # Waiting for cluster state to be RUNNING. CLUSTER_PENDING = 1 # The RestorePlan has successfully been created and is ready for Restores. READY = 2 # RestorePlan creation has failed. FAILED = 3 # The RestorePlan is in the process of being deleted. DELETING = 4 end end |
#update_time ⇒ ::Google::Protobuf::Timestamp (readonly)
85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 |
# File 'proto_docs/google/cloud/gkebackup/v1/restore_plan.rb', line 85 class RestorePlan include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods # @!attribute [rw] key # @return [::String] # @!attribute [rw] value # @return [::String] class LabelsEntry include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end # State module State # Default first value for Enums. STATE_UNSPECIFIED = 0 # Waiting for cluster state to be RUNNING. CLUSTER_PENDING = 1 # The RestorePlan has successfully been created and is ready for Restores. READY = 2 # RestorePlan creation has failed. FAILED = 3 # The RestorePlan is in the process of being deleted. DELETING = 4 end end |