Class: Google::Cloud::BackupDR::V1::DiskDataSourceProperties

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

Instance Attribute Details

#description::String

Returns The description of the disk.

Returns:

  • (::String)

    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.

Returns:

  • (::String)

    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.

Returns:

  • (::Integer)

    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.

Returns:

  • (::String)

    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