Class: Google::Cloud::BackupDR::V1::DataSource
- Inherits:
-
Object
- Object
- Google::Cloud::BackupDR::V1::DataSource
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/backupdr/v1/backupvault.rb
Overview
Message describing a DataSource object. Datasource object used to represent Datasource details for both admin and basic view.
Defined Under Namespace
Modules: State Classes: LabelsEntry
Instance Attribute Summary collapse
-
#backup_blocked_by_vault_access_restriction ⇒ ::Boolean
readonly
Output only.
-
#backup_config_info ⇒ ::Google::Cloud::BackupDR::V1::BackupConfigInfo
readonly
Output only.
-
#backup_count ⇒ ::Integer
Number of backups in the data source.
-
#config_state ⇒ ::Google::Cloud::BackupDR::V1::BackupConfigState
readonly
Output only.
-
#create_time ⇒ ::Google::Protobuf::Timestamp
readonly
Output only.
-
#data_source_backup_appliance_application ⇒ ::Google::Cloud::BackupDR::V1::DataSourceBackupApplianceApplication
The backed up resource is a backup appliance application.
-
#data_source_gcp_resource ⇒ ::Google::Cloud::BackupDR::V1::DataSourceGcpResource
The backed up resource is a Google Cloud resource.
-
#etag ⇒ ::String
Server specified ETag for the ManagementServer resource to prevent simultaneous updates from overwiting each other.
-
#labels ⇒ ::Google::Protobuf::Map{::String => ::String}
Optional.
-
#name ⇒ ::String
readonly
Output only.
-
#state ⇒ ::Google::Cloud::BackupDR::V1::DataSource::State
readonly
Output only.
-
#total_stored_bytes ⇒ ::Integer
The number of bytes (metadata and data) stored in this datasource.
-
#update_time ⇒ ::Google::Protobuf::Timestamp
readonly
Output only.
Instance Attribute Details
#backup_blocked_by_vault_access_restriction ⇒ ::Boolean (readonly)
210 211 212 213 214 215 216 217 218 219 220 221 222 223 224 225 226 227 228 229 230 231 232 233 234 235 236 237 238 239 240 |
# File 'proto_docs/google/cloud/backupdr/v1/backupvault.rb', line 210 class DataSource 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 # Holds the state of the data source resource. module State # State not set. STATE_UNSPECIFIED = 0 # The data source is being created. CREATING = 1 # The data source has been created and is fully usable. ACTIVE = 2 # The data source is being deleted. DELETING = 3 # The data source is experiencing an issue and might be unusable. ERROR = 4 end end |
#backup_config_info ⇒ ::Google::Cloud::BackupDR::V1::BackupConfigInfo (readonly)
210 211 212 213 214 215 216 217 218 219 220 221 222 223 224 225 226 227 228 229 230 231 232 233 234 235 236 237 238 239 240 |
# File 'proto_docs/google/cloud/backupdr/v1/backupvault.rb', line 210 class DataSource 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 # Holds the state of the data source resource. module State # State not set. STATE_UNSPECIFIED = 0 # The data source is being created. CREATING = 1 # The data source has been created and is fully usable. ACTIVE = 2 # The data source is being deleted. DELETING = 3 # The data source is experiencing an issue and might be unusable. ERROR = 4 end end |
#backup_count ⇒ ::Integer
210 211 212 213 214 215 216 217 218 219 220 221 222 223 224 225 226 227 228 229 230 231 232 233 234 235 236 237 238 239 240 |
# File 'proto_docs/google/cloud/backupdr/v1/backupvault.rb', line 210 class DataSource 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 # Holds the state of the data source resource. module State # State not set. STATE_UNSPECIFIED = 0 # The data source is being created. CREATING = 1 # The data source has been created and is fully usable. ACTIVE = 2 # The data source is being deleted. DELETING = 3 # The data source is experiencing an issue and might be unusable. ERROR = 4 end end |
#config_state ⇒ ::Google::Cloud::BackupDR::V1::BackupConfigState (readonly)
210 211 212 213 214 215 216 217 218 219 220 221 222 223 224 225 226 227 228 229 230 231 232 233 234 235 236 237 238 239 240 |
# File 'proto_docs/google/cloud/backupdr/v1/backupvault.rb', line 210 class DataSource 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 # Holds the state of the data source resource. module State # State not set. STATE_UNSPECIFIED = 0 # The data source is being created. CREATING = 1 # The data source has been created and is fully usable. ACTIVE = 2 # The data source is being deleted. DELETING = 3 # The data source is experiencing an issue and might be unusable. ERROR = 4 end end |
#create_time ⇒ ::Google::Protobuf::Timestamp (readonly)
210 211 212 213 214 215 216 217 218 219 220 221 222 223 224 225 226 227 228 229 230 231 232 233 234 235 236 237 238 239 240 |
# File 'proto_docs/google/cloud/backupdr/v1/backupvault.rb', line 210 class DataSource 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 # Holds the state of the data source resource. module State # State not set. STATE_UNSPECIFIED = 0 # The data source is being created. CREATING = 1 # The data source has been created and is fully usable. ACTIVE = 2 # The data source is being deleted. DELETING = 3 # The data source is experiencing an issue and might be unusable. ERROR = 4 end end |
#data_source_backup_appliance_application ⇒ ::Google::Cloud::BackupDR::V1::DataSourceBackupApplianceApplication
210 211 212 213 214 215 216 217 218 219 220 221 222 223 224 225 226 227 228 229 230 231 232 233 234 235 236 237 238 239 240 |
# File 'proto_docs/google/cloud/backupdr/v1/backupvault.rb', line 210 class DataSource 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 # Holds the state of the data source resource. module State # State not set. STATE_UNSPECIFIED = 0 # The data source is being created. CREATING = 1 # The data source has been created and is fully usable. ACTIVE = 2 # The data source is being deleted. DELETING = 3 # The data source is experiencing an issue and might be unusable. ERROR = 4 end end |
#data_source_gcp_resource ⇒ ::Google::Cloud::BackupDR::V1::DataSourceGcpResource
210 211 212 213 214 215 216 217 218 219 220 221 222 223 224 225 226 227 228 229 230 231 232 233 234 235 236 237 238 239 240 |
# File 'proto_docs/google/cloud/backupdr/v1/backupvault.rb', line 210 class DataSource 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 # Holds the state of the data source resource. module State # State not set. STATE_UNSPECIFIED = 0 # The data source is being created. CREATING = 1 # The data source has been created and is fully usable. ACTIVE = 2 # The data source is being deleted. DELETING = 3 # The data source is experiencing an issue and might be unusable. ERROR = 4 end end |
#etag ⇒ ::String
210 211 212 213 214 215 216 217 218 219 220 221 222 223 224 225 226 227 228 229 230 231 232 233 234 235 236 237 238 239 240 |
# File 'proto_docs/google/cloud/backupdr/v1/backupvault.rb', line 210 class DataSource 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 # Holds the state of the data source resource. module State # State not set. STATE_UNSPECIFIED = 0 # The data source is being created. CREATING = 1 # The data source has been created and is fully usable. ACTIVE = 2 # The data source is being deleted. DELETING = 3 # The data source is experiencing an issue and might be unusable. ERROR = 4 end end |
#labels ⇒ ::Google::Protobuf::Map{::String => ::String}
210 211 212 213 214 215 216 217 218 219 220 221 222 223 224 225 226 227 228 229 230 231 232 233 234 235 236 237 238 239 240 |
# File 'proto_docs/google/cloud/backupdr/v1/backupvault.rb', line 210 class DataSource 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 # Holds the state of the data source resource. module State # State not set. STATE_UNSPECIFIED = 0 # The data source is being created. CREATING = 1 # The data source has been created and is fully usable. ACTIVE = 2 # The data source is being deleted. DELETING = 3 # The data source is experiencing an issue and might be unusable. ERROR = 4 end end |
#name ⇒ ::String (readonly)
210 211 212 213 214 215 216 217 218 219 220 221 222 223 224 225 226 227 228 229 230 231 232 233 234 235 236 237 238 239 240 |
# File 'proto_docs/google/cloud/backupdr/v1/backupvault.rb', line 210 class DataSource 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 # Holds the state of the data source resource. module State # State not set. STATE_UNSPECIFIED = 0 # The data source is being created. CREATING = 1 # The data source has been created and is fully usable. ACTIVE = 2 # The data source is being deleted. DELETING = 3 # The data source is experiencing an issue and might be unusable. ERROR = 4 end end |
#state ⇒ ::Google::Cloud::BackupDR::V1::DataSource::State (readonly)
210 211 212 213 214 215 216 217 218 219 220 221 222 223 224 225 226 227 228 229 230 231 232 233 234 235 236 237 238 239 240 |
# File 'proto_docs/google/cloud/backupdr/v1/backupvault.rb', line 210 class DataSource 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 # Holds the state of the data source resource. module State # State not set. STATE_UNSPECIFIED = 0 # The data source is being created. CREATING = 1 # The data source has been created and is fully usable. ACTIVE = 2 # The data source is being deleted. DELETING = 3 # The data source is experiencing an issue and might be unusable. ERROR = 4 end end |
#total_stored_bytes ⇒ ::Integer
210 211 212 213 214 215 216 217 218 219 220 221 222 223 224 225 226 227 228 229 230 231 232 233 234 235 236 237 238 239 240 |
# File 'proto_docs/google/cloud/backupdr/v1/backupvault.rb', line 210 class DataSource 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 # Holds the state of the data source resource. module State # State not set. STATE_UNSPECIFIED = 0 # The data source is being created. CREATING = 1 # The data source has been created and is fully usable. ACTIVE = 2 # The data source is being deleted. DELETING = 3 # The data source is experiencing an issue and might be unusable. ERROR = 4 end end |
#update_time ⇒ ::Google::Protobuf::Timestamp (readonly)
210 211 212 213 214 215 216 217 218 219 220 221 222 223 224 225 226 227 228 229 230 231 232 233 234 235 236 237 238 239 240 |
# File 'proto_docs/google/cloud/backupdr/v1/backupvault.rb', line 210 class DataSource 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 # Holds the state of the data source resource. module State # State not set. STATE_UNSPECIFIED = 0 # The data source is being created. CREATING = 1 # The data source has been created and is fully usable. ACTIVE = 2 # The data source is being deleted. DELETING = 3 # The data source is experiencing an issue and might be unusable. ERROR = 4 end end |