Class ValueDestination
Destination
[DataContract]
public class ValueDestination
- Inheritance
-
ValueDestination
- Inherited Members
Properties
Applications
Applications
[ApiAccess(ApiAccess.ReadUpdate)]
[DataMember(Name = "applications")]
public List<ValueDestinationApplication>? Applications { get; set; }
Property Value
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
Fqdn
FQDN format address. Currently only available in 'destination' of 'vpnTrafficUplinkPreference' object. E.g.: 'www.google.com'
[ApiAccess(ApiAccess.ReadUpdate)]
[DataMember(Name = "fqdn")]
public string? Fqdn { get; set; }
Property Value
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?
Id
Id - Undocumented
[ApiAccess(ApiAccess.ReadUpdate)]
[DataMember(Name = "id")]
public string? Id { get; set; }
Property Value
MajorApp
majorApp - Undocumented
[ApiAccess(ApiAccess.ReadUpdate)]
[DataMember(Name = "majorApp")]
public List<ValueDestinationMajorApp>? MajorApp { get; set; }
Property Value
Name
Name
[ApiAccess(ApiAccess.ReadUpdate)]
[DataMember(Name = "name")]
public string? Name { get; set; }
Property Value
Nbar
Nbar - Undocumented
[ApiAccess(ApiAccess.ReadUpdate)]
[DataMember(Name = "nbar")]
public object? Nbar { get; set; }
Property Value
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
Port
E.g.: "any", "0" (also means "any"), "8080", "1-1024"
[ApiAccess(ApiAccess.ReadUpdate)]
[DataMember(Name = "port")]
public string? Port { get; set; }
Property Value
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?