Table of Contents

Class AlternateManagementSwitch

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

Array of switch serial number and IP assignment. If parameter is present, it cannot have empty body. Note: switches parameter is not applicable for template networks, in other words, do not put 'switches' in the body when updating template networks. Also, an empty 'switches' array will remove all previous assignments

[DataContract]
public class AlternateManagementSwitch
Inheritance
AlternateManagementSwitch
Inherited Members

Properties

AlternateManagementIp

Switch alternative management IP. To remove a prior IP setting, provide an empty string

[ApiAccess(ApiAccess.ReadUpdate)]
[DataMember(Name = "alternateManagementIp")]
public string? AlternateManagementIp { get; set; }

Property Value

string

Gateway

Gateway

[ApiAccess(ApiAccess.ReadUpdate)]
[DataMember(Name = "gateway")]
public string? Gateway { get; set; }

Property Value

string

Serial

Switch serial number

[ApiAccess(ApiAccess.ReadUpdate)]
[DataMember(Name = "serial")]
public string? Serial { get; set; }

Property Value

string

SubnetMask

Subnet Mask

[ApiAccess(ApiAccess.ReadUpdate)]
[DataMember(Name = "subnetMask")]
public string? SubnetMask { get; set; }

Property Value

string