Table of Contents

Class SecureConnectSiteCreateRequestEnrollment

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

A Meraki SD-WAN site with the associated region to be enrolled.

[DataContract]
public class SecureConnectSiteCreateRequestEnrollment
Inheritance
SecureConnectSiteCreateRequestEnrollment
Inherited Members

Constructors

SecureConnectSiteCreateRequestEnrollment()

public SecureConnectSiteCreateRequestEnrollment()

Properties

RegionId

ID of the region to enroll the site in

[DataMember(Name = "regionId")]
public string? RegionId { get; set; }

Property Value

string

RegionName

Name of the region to enroll the site in. This is an optional param for the case where the site is being enrolled in a new region that hasn't been deployed yet.

[DataMember(Name = "regionName")]
public string? RegionName { get; set; }

Property Value

string

RegionType

Type of region to enroll the site in (one of: 'CNHE' or 'CloudHub')

[DataMember(Name = "regionType")]
public RegionType RegionType { get; set; }

Property Value

RegionType

SiteId

Network ID of the site to enroll

[DataMember(Name = "siteId")]
public string SiteId { get; set; }

Property Value

string