Class: Google::Cloud::BackupDR::V1::ComputeInstanceDataSourceProperties
- Inherits:
-
Object
- Object
- Google::Cloud::BackupDR::V1::ComputeInstanceDataSourceProperties
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/backupdr/v1/backupvault_gce.rb
Overview
ComputeInstanceDataSourceProperties represents the properties of a ComputeEngine resource that are stored in the DataSource.
Instance Attribute Summary collapse
-
#description ⇒ ::String
The description of the Compute Engine instance.
-
#machine_type ⇒ ::String
The machine type of the instance.
-
#name ⇒ ::String
Name of the compute instance backed up by the datasource.
-
#total_disk_count ⇒ ::Integer
The total number of disks attached to the Instance.
-
#total_disk_size_gb ⇒ ::Integer
The sum of all the disk sizes.
Instance Attribute Details
#description ⇒ ::String
Returns The description of the Compute Engine instance.
273 274 275 276 |
# File 'proto_docs/google/cloud/backupdr/v1/backupvault_gce.rb', line 273 class ComputeInstanceDataSourceProperties include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#machine_type ⇒ ::String
Returns The machine type of the instance.
273 274 275 276 |
# File 'proto_docs/google/cloud/backupdr/v1/backupvault_gce.rb', line 273 class ComputeInstanceDataSourceProperties include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#name ⇒ ::String
Returns Name of the compute instance backed up by the datasource.
273 274 275 276 |
# File 'proto_docs/google/cloud/backupdr/v1/backupvault_gce.rb', line 273 class ComputeInstanceDataSourceProperties include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#total_disk_count ⇒ ::Integer
Returns The total number of disks attached to the Instance.
273 274 275 276 |
# File 'proto_docs/google/cloud/backupdr/v1/backupvault_gce.rb', line 273 class ComputeInstanceDataSourceProperties include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#total_disk_size_gb ⇒ ::Integer
Returns The sum of all the disk sizes.
273 274 275 276 |
# File 'proto_docs/google/cloud/backupdr/v1/backupvault_gce.rb', line 273 class ComputeInstanceDataSourceProperties include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |