Class SslPoliciesScopedList
Inheritance
System.Object
SslPoliciesScopedList
Implements
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: Google.Apis.Compute.v1.Data
Assembly: Google.Apis.Compute.v1.dll
Syntax
public class SslPoliciesScopedList : IDirectResponseSchema
Properties
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
| Type | Description |
|---|---|
| System.String |
SslPolicies
A list of SslPolicies contained in this scope.
Declaration
[JsonProperty("sslPolicies")]
public virtual IList<SslPolicy> SslPolicies { get; set; }
Property Value
| Type | Description |
|---|---|
| System.Collections.Generic.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 |