Class: Google::Cloud::GkeMultiCloud::V1::SpotConfig
- Inherits:
-
Object
- Object
- Google::Cloud::GkeMultiCloud::V1::SpotConfig
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/gkemulticloud/v1/aws_resources.rb
Overview
SpotConfig has configuration info for Spot node.
Instance Attribute Summary collapse
-
#instance_types ⇒ ::Array<::String>
Required.
Instance Attribute Details
#instance_types ⇒ ::Array<::String>
Returns Required. A list of instance types for creating spot node pool.
843 844 845 846 |
# File 'proto_docs/google/cloud/gkemulticloud/v1/aws_resources.rb', line 843 class SpotConfig include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |