Table of Contents

Class MoveNetworkSmDevicesRequest

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

MoveNetworkSmDevices

[DataContract]
public class MoveNetworkSmDevicesRequest
Inheritance
MoveNetworkSmDevicesRequest
Inherited Members

Properties

Ids

The ids of the devices to be moved.

[ApiAccess(ApiAccess.Create)]
[DataMember(Name = "ids")]
public List<string> Ids { get; set; }

Property Value

List<string>

NewNetwork

The new network to which the devices will be moved.

[ApiAccess(ApiAccess.Create)]
[DataMember(Name = "newNetwork")]
public string NewNetwork { get; set; }

Property Value

string

Scope

The scope (one of all, none, withAny, withAll, withoutAny, or withoutAll) and a set of tags of the devices to be moved.

[ApiAccess(ApiAccess.Create)]
[DataMember(Name = "scope")]
public List<object>? Scope { get; set; }

Property Value

List<object>

Serials

The serials of the devices to be moved.

[ApiAccess(ApiAccess.Create)]
[DataMember(Name = "serials")]
public List<string>? Serials { get; set; }

Property Value

List<string>

WifiMacs

The wifiMacs of the devices to be moved.

[ApiAccess(ApiAccess.Create)]
[DataMember(Name = "wifiMacs")]
public List<string>? WifiMacs { get; set; }

Property Value

List<string>