Class ThirdPartyVpnPeerNetwork
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
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; }