Table of Contents

Class ThirdPartyVpnPeerNetwork

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

Peer Network

[DataContract]
public class ThirdPartyVpnPeerNetwork
Inheritance
ThirdPartyVpnPeerNetwork
Inherited Members

Constructors

ThirdPartyVpnPeerNetwork()

public ThirdPartyVpnPeerNetwork()

Properties

Ids

[optional] A list of network IDs.

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

Property Value

List<string>

Names

[optional] A list of network Names.Supported only for MX 19.1 and above.The order of items matches the order of IDs.

[ApiAccess(ApiAccess.ReadUpdate)]
[DataMember(Name = "names")]
public List<string>? Names { get; set; }

Property Value

List<string>