Table of Contents

Class SecureConnectTunnelMetaStateIpsec

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

SecureConnectTunnelClientMetaStateIpsec

[DataContract]
public class SecureConnectTunnelMetaStateIpsec
Inheritance
SecureConnectTunnelMetaStateIpsec
Inherited Members

Constructors

SecureConnectTunnelMetaStateIpsec()

public SecureConnectTunnelMetaStateIpsec()

Properties

Age

The age of the installed state in seconds.

[ApiAccess(ApiAccess.Read)]
[DataMember(Name = "age")]
public string Age { get; set; }

Property Value

string

EncAlgo

The ESP encryption algorithm name.

[ApiAccess(ApiAccess.Read)]
[DataMember(Name = "encAlgo")]
public string EncAlgo { get; set; }

Property Value

string

EncKeySize

The ESP encryption key size (optional field; not available with NULL encryption.

[ApiAccess(ApiAccess.Read)]
[DataMember(Name = "encKeySize")]
public string EncKeySize { get; set; }

Property Value

string

IntegrityAlgo

The ESP or AH integrity algorithm name.

[ApiAccess(ApiAccess.Read)]
[DataMember(Name = "integrityAlgo")]
public string IntegrityAlgo { get; set; }

Property Value

string

PeerSelectors

The peer traffic selectors.

[ApiAccess(ApiAccess.Read)]
[DataMember(Name = "peerSelectors")]
public List<string> PeerSelectors { get; set; }

Property Value

List<string>

SpiIn

The hex encoded inbound SPI.

[ApiAccess(ApiAccess.Read)]
[DataMember(Name = "spiIn")]
public string SpiIn { get; set; }

Property Value

string

SpiOut

The hex encoded outbound SPI.

[ApiAccess(ApiAccess.Read)]
[DataMember(Name = "spiOut")]
public string SpiOut { get; set; }

Property Value

string