Show / Hide Table of Contents

Class VpnTunnelAdditionalKeyExchanges

User specified list of PQC key exchanges.

Inheritance
object
VpnTunnelAdditionalKeyExchanges
Implements
IDirectResponseSchema
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: Google.Apis.Compute.alpha.Data
Assembly: Google.Apis.Compute.alpha.dll
Syntax
public class VpnTunnelAdditionalKeyExchanges : IDirectResponseSchema

Properties

ETag

The ETag of the item.

Declaration
public virtual string ETag { get; set; }
Property Value
Type Description
string

Ke1s

Declaration
[JsonProperty("ke1s")]
public virtual IList<string> Ke1s { get; set; }
Property Value
Type Description
IList<string>

Ke2s

Declaration
[JsonProperty("ke2s")]
public virtual IList<string> Ke2s { get; set; }
Property Value
Type Description
IList<string>

Ke3s

Declaration
[JsonProperty("ke3s")]
public virtual IList<string> Ke3s { get; set; }
Property Value
Type Description
IList<string>

Ke4s

Declaration
[JsonProperty("ke4s")]
public virtual IList<string> Ke4s { get; set; }
Property Value
Type Description
IList<string>

Ke5s

Declaration
[JsonProperty("ke5s")]
public virtual IList<string> Ke5s { get; set; }
Property Value
Type Description
IList<string>

Ke6s

Declaration
[JsonProperty("ke6s")]
public virtual IList<string> Ke6s { get; set; }
Property Value
Type Description
IList<string>

Ke7s

Declaration
[JsonProperty("ke7s")]
public virtual IList<string> Ke7s { get; set; }
Property Value
Type Description
IList<string>

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX