Table of Contents

Class DeviceLiveToolsCyclePortCreateResponseRequest

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

Cycle port request parameters

[DataContract]
public class DeviceLiveToolsCyclePortCreateResponseRequest
Inheritance
DeviceLiveToolsCyclePortCreateResponseRequest
Inherited Members

Constructors

DeviceLiveToolsCyclePortCreateResponseRequest()

public DeviceLiveToolsCyclePortCreateResponseRequest()

Properties

Ports

A list of ports to cycle

[ApiAccess(ApiAccess.Read)]
[DataMember(Name = "ports")]
public List<string> Ports { get; set; }

Property Value

List<string>

Serial

Device serial number

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

Property Value

string