public sealed class SpotConfig : IMessage<SpotConfig>, IEquatable<SpotConfig>, IDeepCloneable<SpotConfig>, IBufferMessage, IMessageReference documentation and code samples for the Anthos Multi-Cloud v1 API class SpotConfig.
SpotConfig has configuration info for Spot node.
Implements
IMessageSpotConfig, IEquatableSpotConfig, IDeepCloneableSpotConfig, IBufferMessage, IMessageNamespace
Google.Cloud.GkeMultiCloud.V1Assembly
Google.Cloud.GkeMultiCloud.V1.dll
Constructors
SpotConfig()
public SpotConfig()SpotConfig(SpotConfig)
public SpotConfig(SpotConfig other)| Parameter | |
|---|---|
| Name | Description |
other |
SpotConfig |
Properties
InstanceTypes
public RepeatedField<string> InstanceTypes { get; }Required. A list of instance types for creating spot node pool.
| Property Value | |
|---|---|
| Type | Description |
RepeatedFieldstring |
|