Class: Google::Cloud::BackupDR::V1::ComputeInstanceDataSourceProperties

Inherits:
Object
  • Object
show all
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

Instance Attribute Details

#description::String

Returns The description of the Compute Engine instance.

Returns:

  • (::String)

    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.

Returns:

  • (::String)

    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.

Returns:

  • (::String)

    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.

Returns:

  • (::Integer)

    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.

Returns:

  • (::Integer)

    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