Table of Contents

Class OrganizationInventoryOnboardingCloudMonitoringPrepareCreateRequestDeviceTunnel

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

TLS Related Parameters

[DataContract]
public class OrganizationInventoryOnboardingCloudMonitoringPrepareCreateRequestDeviceTunnel
Inheritance
OrganizationInventoryOnboardingCloudMonitoringPrepareCreateRequestDeviceTunnel
Inherited Members

Constructors

OrganizationInventoryOnboardingCloudMonitoringPrepareCreateRequestDeviceTunnel()

public OrganizationInventoryOnboardingCloudMonitoringPrepareCreateRequestDeviceTunnel()

Properties

CertificateName

Name of the configured TLS certificate

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

Property Value

string

LocalInterface

Number of the vlan expected to be used to connect to the cloud

[DataMember(Name = "localInterface")]
public int? LocalInterface { get; set; }

Property Value

int?

LoopbackNumber

Number of the configured Loopback Interface used for TLS overlay

[DataMember(Name = "loopbackNumber")]
public int? LoopbackNumber { get; set; }

Property Value

int?

Name

Name of the configured TLS tunnel

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

Property Value

string