Class SslPoliciesScopedList
Implements
Inherited Members
Namespace: Google.Apis.Compute.beta.Data
Assembly: Google.Apis.Compute.beta.dll
Syntax
public class SslPoliciesScopedList : IDirectResponseSchema
Properties
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
SslPolicies
A list of SslPolicies contained in this scope.
Declaration
[JsonProperty("sslPolicies")]
public virtual IList<SslPolicy> SslPolicies { get; set; }
Property Value
| Type | Description |
|---|---|
| IList<SslPolicy> |
Warning
Informational warning which replaces the list of SSL policies when the list is empty.
Declaration
[JsonProperty("warning")]
public virtual SslPoliciesScopedList.WarningData Warning { get; set; }
Property Value
| Type | Description |
|---|---|
| SslPoliciesScopedList.WarningData |