Class: Google::Cloud::GkeMultiCloud::V1::SpotConfig Deprecated
- 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
Deprecated.
This message is deprecated and may be removed in the next major version update.
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.
868 869 870 871 |
# File 'proto_docs/google/cloud/gkemulticloud/v1/aws_resources.rb', line 868 class SpotConfig include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |