Table of Contents

Class SwitchWarmSpareUpdateRequest

Namespace
Meraki.Api.Data
Assembly
Meraki.Api.dll

Warm spare config

[DataContract]
public class SwitchWarmSpareUpdateRequest
Inheritance
SwitchWarmSpareUpdateRequest
Derived
Inherited Members

Properties

Enabled

Enable or disable warm spare for a switch

[ApiAccess(ApiAccess.ReadUpdate)]
[DataMember(Name = "enabled")]
public bool Enabled { get; set; }

Property Value

bool

SpareSerial

Serial number of the warm spare switch

[ApiAccess(ApiAccess.ReadUpdate)]
[DataMember(Name = "spareSerial")]
public string SpareSerial { get; set; }

Property Value

string