Compute Engine v1 API - Class SslPoliciesScopedList (2.15.0)

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

Inheritance

object > SslPoliciesScopedList

Namespace

Google.Cloud.Compute.V1

Assembly

Google.Cloud.Compute.V1.dll

Constructors

SslPoliciesScopedList()

public SslPoliciesScopedList()

SslPoliciesScopedList(SslPoliciesScopedList)

public SslPoliciesScopedList(SslPoliciesScopedList other)
Parameter
NameDescription
otherSslPoliciesScopedList

Properties

SslPolicies

public RepeatedField<SslPolicy> SslPolicies { get; }

A list of SslPolicies contained in this scope.

Property Value
TypeDescription
RepeatedFieldSslPolicy

Warning

public Warning Warning { get; set; }

Informational warning which replaces the list of SSL policies when the list is empty.

Property Value
TypeDescription
Warning