public sealed class SslPoliciesScopedList : IMessage<SslPoliciesScopedList>, IEquatable<SslPoliciesScopedList>, IDeepCloneable<SslPoliciesScopedList>, IBufferMessage, IMessage
Implements
IMessage<SslPoliciesScopedList>, IEquatable<SslPoliciesScopedList>, IDeepCloneable<SslPoliciesScopedList>, IBufferMessage, IMessageNamespace
Google.Cloud.Compute.V1Assembly
Google.Cloud.Compute.V1.dll
Constructors
SslPoliciesScopedList()
public SslPoliciesScopedList()
SslPoliciesScopedList(SslPoliciesScopedList)
public SslPoliciesScopedList(SslPoliciesScopedList other)
Parameter | |
---|---|
Name | Description |
other | SslPoliciesScopedList |
Properties
SslPolicies
public RepeatedField<SslPolicy> SslPolicies { get; }
A list of SslPolicies contained in this scope.
Property Value | |
---|---|
Type | Description |
RepeatedField<SslPolicy> |
Warning
public Warning Warning { get; set; }
Informational warning which replaces the list of SSL policies when the list is empty.
Property Value | |
---|---|
Type | Description |
Warning |