Class SecureConnectTunnelMetaStateIpsec
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
EncAlgo
The ESP encryption algorithm name.
[ApiAccess(ApiAccess.Read)]
[DataMember(Name = "encAlgo")]
public string EncAlgo { get; set; }
Property Value
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
IntegrityAlgo
The ESP or AH integrity algorithm name.
[ApiAccess(ApiAccess.Read)]
[DataMember(Name = "integrityAlgo")]
public string IntegrityAlgo { get; set; }
Property Value
PeerSelectors
The peer traffic selectors.
[ApiAccess(ApiAccess.Read)]
[DataMember(Name = "peerSelectors")]
public List<string> PeerSelectors { get; set; }
Property Value
SpiIn
The hex encoded inbound SPI.
[ApiAccess(ApiAccess.Read)]
[DataMember(Name = "spiIn")]
public string SpiIn { get; set; }
Property Value
SpiOut
The hex encoded outbound SPI.
[ApiAccess(ApiAccess.Read)]
[DataMember(Name = "spiOut")]
public string SpiOut { get; set; }