Compute Engine v1 API - Class SslPolicyReference (2.15.0)

public sealed class SslPolicyReference : IMessage<SslPolicyReference>, IEquatable<SslPolicyReference>, IDeepCloneable<SslPolicyReference>, IBufferMessage, IMessage

Inheritance

object > SslPolicyReference

Namespace

Google.Cloud.Compute.V1

Assembly

Google.Cloud.Compute.V1.dll

Constructors

SslPolicyReference()

public SslPolicyReference()

SslPolicyReference(SslPolicyReference)

public SslPolicyReference(SslPolicyReference other)
Parameter
NameDescription
otherSslPolicyReference

Properties

HasSslPolicy

public bool HasSslPolicy { get; }

Gets whether the "ssl_policy" field is set

Property Value
TypeDescription
bool

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
TypeDescription
string