Anthos Multi-Cloud v1 API - Class SpotConfig (2.5.0)

public sealed class SpotConfig : IMessage<SpotConfig>, IEquatable<SpotConfig>, IDeepCloneable<SpotConfig>, IBufferMessage, IMessage

Reference documentation and code samples for the Anthos Multi-Cloud v1 API class SpotConfig.

SpotConfig has configuration info for Spot node.

Inheritance

object > SpotConfig

Namespace

Google.Cloud.GkeMultiCloud.V1

Assembly

Google.Cloud.GkeMultiCloud.V1.dll

Constructors

SpotConfig()

public SpotConfig()

SpotConfig(SpotConfig)

public SpotConfig(SpotConfig other)
Parameter
NameDescription
otherSpotConfig

Properties

InstanceTypes

public RepeatedField<string> InstanceTypes { get; }

Required. A list of instance types for creating spot node pool.

Property Value
TypeDescription
RepeatedFieldstring