Class OrganizationsApplianceSection
- Namespace
- Meraki.Api.Sections.General.Organizations
- Assembly
- Meraki.Api.dll
Provides access to organizations appliance API endpoints
public class OrganizationsApplianceSection
- Inheritance
-
OrganizationsApplianceSection
- Inherited Members
Constructors
OrganizationsApplianceSection()
public OrganizationsApplianceSection()
Properties
Dns
Gets the dns
public OrganizationsApplianceDnsSection Dns { get; }
Property Value
Sdwan
Get the SDWAN internet traffic preferences for an MX network
public IOrganizationsApplianceSdwan Sdwan { get; }
Property Value
Uplinks
Gets the uplinks
public OrganizationsApplianceUplinksSection Uplinks { get; }
Property Value
Vlans
List the VLANs for an Organization
public IOrganizationsApplianceVlans Vlans { get; }
Property Value
Vpn
Gets the vpn
public OrganizationsVpnSection Vpn { get; set; }