Table of Contents

Class Destination

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

Destination

[DataContract]
public class Destination
Inheritance
Destination
Inherited Members

Constructors

Destination()

public Destination()

Properties

Default

Boolean indicating whether this is the default testing destination (true) or not (false). Defaults to false. Only one default is allowed

[ApiAccess(ApiAccess.ReadWrite)]
[DataMember(Name = "default")]
public bool? Default { get; set; }

Property Value

bool?

Description

Description of the testing destination. Optional, defaults to null

[ApiAccess(ApiAccess.ReadWrite)]
[DataMember(Name = "description")]
public string Description { get; set; }

Property Value

string

Ip

The IP address to test connectivity with

[ApiAccess(ApiAccess.ReadWrite)]
[DataMember(Name = "ip")]
public string Ip { get; set; }

Property Value

string