Class VpnTunnelPhase2Algorithms
Inheritance
VpnTunnelPhase2Algorithms
Assembly: Google.Apis.Compute.alpha.dll
Syntax
public class VpnTunnelPhase2Algorithms : IDirectResponseSchema
Properties
ETag
Declaration
public virtual string ETag { get; set; }
Property Value
Encryption
Declaration
[JsonProperty("encryption")]
public virtual IList<string> Encryption { get; set; }
Property Value
Integrity
Declaration
[JsonProperty("integrity")]
public virtual IList<string> Integrity { get; set; }
Property Value
Pfs
Declaration
[JsonProperty("pfs")]
public virtual IList<string> Pfs { get; set; }
Property Value
Implements