Table of Contents

Class Subnet

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

Subnet

[DataContract]
public class Subnet
Inheritance
Subnet
Inherited Members

Properties

LocalSubnet

The CIDR notation subnet used within the VPN

[ApiAccess(ApiAccess.ReadUpdate)]
[DataMember(Name = "localSubnet")]
public string LocalSubnet { get; set; }

Property Value

string

Nat

Undocumented - 2025-01-13

[ApiAccess(ApiAccess.ReadUpdate)]
[DataMember(Name = "nat")]
public SubnetNat? Nat { get; set; }

Property Value

SubnetNat

UseVpn

Indicates the presence of the subnet in the VPN

[ApiAccess(ApiAccess.ReadUpdate)]
[DataMember(Name = "useVpn")]
public bool UseVpn { get; set; }

Property Value

bool