public sealed class SslCertificatesScopedList : IMessage<SslCertificatesScopedList>, IEquatable<SslCertificatesScopedList>, IDeepCloneable<SslCertificatesScopedList>, IBufferMessage, IMessageImplements
IMessageSslCertificatesScopedList, IEquatableSslCertificatesScopedList, IDeepCloneableSslCertificatesScopedList, IBufferMessage, IMessageNamespace
Google.Cloud.Compute.V1Assembly
Google.Cloud.Compute.V1.dll
Constructors
SslCertificatesScopedList()
public SslCertificatesScopedList()SslCertificatesScopedList(SslCertificatesScopedList)
public SslCertificatesScopedList(SslCertificatesScopedList other)| Parameter | |
|---|---|
| Name | Description |
other |
SslCertificatesScopedList |
Properties
SslCertificates
public RepeatedField<SslCertificate> SslCertificates { get; }List of SslCertificates contained in this scope.
| Property Value | |
|---|---|
| Type | Description |
RepeatedFieldSslCertificate |
|
Warning
public Warning Warning { get; set; }Informational warning which replaces the list of backend services when the list is empty.
| Property Value | |
|---|---|
| Type | Description |
Warning |
|