public sealed class SslPolicyReference : IMessage<SslPolicyReference>, IEquatable<SslPolicyReference>, IDeepCloneable<SslPolicyReference>, IBufferMessage, IMessage
Implements
IMessage<SslPolicyReference>, IEquatable<SslPolicyReference>, IDeepCloneable<SslPolicyReference>, IBufferMessage, IMessageNamespace
Google.Cloud.Compute.V1Assembly
Google.Cloud.Compute.V1.dll
Constructors
SslPolicyReference()
public SslPolicyReference()
SslPolicyReference(SslPolicyReference)
public SslPolicyReference(SslPolicyReference other)
Parameter | |
---|---|
Name | Description |
other | SslPolicyReference |
Properties
HasSslPolicy
public bool HasSslPolicy { get; }
Gets whether the "ssl_policy" field is set
Property Value | |
---|---|
Type | Description |
Boolean |
SslPolicy
public string SslPolicy { get; set; }
URL of the SSL policy resource. Set this to empty string to clear any existing SSL policy associated with the target proxy resource.
Property Value | |
---|---|
Type | Description |
String |