Class: Google::Cloud::BackupDR::V1::DiskDataSourceProperties
- Inherits:
-
Object
- Object
- Google::Cloud::BackupDR::V1::DiskDataSourceProperties
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/backupdr/v1/backupvault_disk.rb
Overview
DiskDataSourceProperties represents the properties of a Disk resource that are stored in the DataSource. .
Instance Attribute Summary collapse
-
#description ⇒ ::String
The description of the disk.
-
#name ⇒ ::String
Name of the disk backed up by the datasource.
-
#size_gb ⇒ ::Integer
The size of the disk in GB.
-
#type ⇒ ::String
The type of the disk.
Instance Attribute Details
#description ⇒ ::String
Returns The description of the disk.
234 235 236 237 |
# File 'proto_docs/google/cloud/backupdr/v1/backupvault_disk.rb', line 234 class DiskDataSourceProperties include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#name ⇒ ::String
Returns Name of the disk backed up by the datasource.
234 235 236 237 |
# File 'proto_docs/google/cloud/backupdr/v1/backupvault_disk.rb', line 234 class DiskDataSourceProperties include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#size_gb ⇒ ::Integer
Returns The size of the disk in GB.
234 235 236 237 |
# File 'proto_docs/google/cloud/backupdr/v1/backupvault_disk.rb', line 234 class DiskDataSourceProperties include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#type ⇒ ::String
Returns The type of the disk.
234 235 236 237 |
# File 'proto_docs/google/cloud/backupdr/v1/backupvault_disk.rb', line 234 class DiskDataSourceProperties include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |