Class: Google::Cloud::Compute::V1::Accelerators
- Inherits:
-
Object
- Object
- Google::Cloud::Compute::V1::Accelerators
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/compute/v1/compute.rb
Instance Attribute Summary collapse
-
#guest_accelerator_count ⇒ ::Integer
Number of accelerator cards exposed to the guest.
-
#guest_accelerator_type ⇒ ::String
The accelerator type resource name, not a full URL, e.g.
Instance Attribute Details
#guest_accelerator_count ⇒ ::Integer
Returns Number of accelerator cards exposed to the guest.
207 208 209 210 |
# File 'proto_docs/google/cloud/compute/v1/compute.rb', line 207 class Accelerators include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#guest_accelerator_type ⇒ ::String
Returns The accelerator type resource name, not a full URL, e.g. nvidia-tesla-t4.
207 208 209 210 |
# File 'proto_docs/google/cloud/compute/v1/compute.rb', line 207 class Accelerators include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |