Class: Google::Cloud::BackupDR::V1::AcceleratorConfig

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

A specification of the type and number of accelerator cards attached to the instance.

Instance Attribute Summary collapse

Instance Attribute Details

#accelerator_count::Integer

Returns Optional. The number of the guest accelerator cards exposed to this instance.

Returns:

  • (::Integer)

    Optional. The number of the guest accelerator cards exposed to this instance.



335
336
337
338
# File 'proto_docs/google/cloud/backupdr/v1/backupvault_gce.rb', line 335

class AcceleratorConfig
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods
end

#accelerator_type::String

Returns Optional. Full or partial URL of the accelerator type resource to attach to this instance.

Returns:

  • (::String)

    Optional. Full or partial URL of the accelerator type resource to attach to this instance.



335
336
337
338
# File 'proto_docs/google/cloud/backupdr/v1/backupvault_gce.rb', line 335

class AcceleratorConfig
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods
end