Class ServiceUpgradePolicy
- Namespace
- Phoesion.Glow.SDK.HologramDescriptors.Firefly
- Assembly
- Phoesion.Glow.SDK.Hologram.dll
[MessagePackObject(false)]
public class ServiceUpgradePolicy
- Inheritance
-
objectServiceUpgradePolicy
Fields
DefaulBackoffTime
public const int DefaulBackoffTime = 300
Field Value
DefaulHoldTime
public const int DefaulHoldTime = 600
Field Value
Properties
BackoffTime
[Key("BackoffTime")]
public int? BackoffTime { get; set; }
Property Value
- int?
HoldTime
[Key("HoldTime")]
public int? HoldTime { get; set; }
Property Value
- int?
UpgradeMethod
[Key("UpgradeMethod")]
public ServiceUpgradeMethods UpgradeMethod { get; set; }