Table of Contents

Class ServiceUpgradePolicy

Namespace
Phoesion.Glow.SDK.HologramDescriptors.Firefly
Assembly
Phoesion.Glow.SDK.Hologram.dll
[MessagePackObject(false)]
public class ServiceUpgradePolicy
Inheritance
object
ServiceUpgradePolicy

Fields

DefaulBackoffTime

public const int DefaulBackoffTime = 300

Field Value

int

DefaulHoldTime

public const int DefaulHoldTime = 600

Field Value

int

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; }

Property Value

ServiceUpgradeMethods