Backup and DR Service V1 API - Class Google::Cloud::BackupDR::V1::ComputeInstanceDataSourceProperties (v0.4.0)

Reference documentation and code samples for the Backup and DR Service V1 API class Google::Cloud::BackupDR::V1::ComputeInstanceDataSourceProperties.

ComputeInstanceDataSourceProperties represents the properties of a ComputeEngine resource that are stored in the DataSource.

Inherits

  • Object

Extended By

  • Google::Protobuf::MessageExts::ClassMethods

Includes

  • Google::Protobuf::MessageExts

Methods

#description

def description() -> ::String
Returns
  • (::String) — The description of the Compute Engine instance.

#description=

def description=(value) -> ::String
Parameter
  • value (::String) — The description of the Compute Engine instance.
Returns
  • (::String) — The description of the Compute Engine instance.

#machine_type

def machine_type() -> ::String
Returns
  • (::String) — The machine type of the instance.

#machine_type=

def machine_type=(value) -> ::String
Parameter
  • value (::String) — The machine type of the instance.
Returns
  • (::String) — The machine type of the instance.

#name

def name() -> ::String
Returns
  • (::String) — Name of the compute instance backed up by the datasource.

#name=

def name=(value) -> ::String
Parameter
  • value (::String) — Name of the compute instance backed up by the datasource.
Returns
  • (::String) — Name of the compute instance backed up by the datasource.

#total_disk_count

def total_disk_count() -> ::Integer
Returns
  • (::Integer) — The total number of disks attached to the Instance.

#total_disk_count=

def total_disk_count=(value) -> ::Integer
Parameter
  • value (::Integer) — The total number of disks attached to the Instance.
Returns
  • (::Integer) — The total number of disks attached to the Instance.

#total_disk_size_gb

def total_disk_size_gb() -> ::Integer
Returns
  • (::Integer) — The sum of all the disk sizes.

#total_disk_size_gb=

def total_disk_size_gb=(value) -> ::Integer
Parameter
  • value (::Integer) — The sum of all the disk sizes.
Returns
  • (::Integer) — The sum of all the disk sizes.