Table of Contents

Class ValueSource

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

Source

[DataContract]
public class ValueSource
Inheritance
ValueSource
Inherited Members

Properties

Cidr

CIDR format address, or "any". E.g.: "192.168.10.0/24", "192.168.10.1" (same as "192.168.10.1/32"), "0.0.0.0/0" (same as "any")

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

Property Value

string

Host

Host ID in the VLAN, should be used along with 'vlan', and not exceed the vlan subnet capacity. Currently only available under a template network.

[ApiAccess(ApiAccess.ReadUpdate)]
[DataMember(Name = "host")]
public int? Host { get; set; }

Property Value

int?

Nbar

Nbar - Undocumented

[ApiAccess(ApiAccess.ReadUpdate)]
[DataMember(Name = "nbar")]
public object? Nbar { get; set; }

Property Value

object

Network

Meraki network ID. Currently only available under a template network, and the value should be ID of either same template network, or another template network currently. E.g.: "L_12345678".

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

Property Value

string

Port

E.g.: "any", "0" (also means "any"), "8080", "1-1024"

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

Property Value

string

Vlan

VLAN ID of the configured VLAN in the Meraki network. Currently only available under a template network.

[ApiAccess(ApiAccess.ReadUpdate)]
[DataMember(Name = "vlan")]
public int? Vlan { get; set; }

Property Value

int?