Class FirmwareUpgradeRollbackRequest
Firmware upgrade rollback
[DataContract]
public class FirmwareUpgradeRollbackRequest
- Inheritance
-
FirmwareUpgradeRollbackRequest
- Inherited Members
Properties
Product
Product type to rollback (if the network is a combined network)
[DataMember(Name = "product")]
public string Product { get; set; }
Property Value
Reasons
Reasons for the rollback
[DataMember(Name = "reasons")]
public List<Reasons> Reasons { get; set; }
Property Value
Time
Scheduled time for the rollback
[DataMember(Name = "time")]
public string Time { get; set; }
Property Value
ToVersion
Version to downgrade to (if the network has firmware flexibility)
[DataMember(Name = "toVersion")]
public ToVersion ToVersion { get; set; }