Class SecurityPoliciesScopedList
Inheritance
System.Object
SecurityPoliciesScopedList
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 SecurityPoliciesScopedList : IDirectResponseSchema
Properties
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
| Type | Description |
|---|---|
| System.String |
SecurityPolicies
A list of SecurityPolicies contained in this scope.
Declaration
[JsonProperty("securityPolicies")]
public virtual IList<SecurityPolicy> SecurityPolicies { get; set; }
Property Value
| Type | Description |
|---|---|
| System.Collections.Generic.IList<SecurityPolicy> |
Warning
Informational warning which replaces the list of security policies when the list is empty.
Declaration
[JsonProperty("warning")]
public virtual SecurityPoliciesScopedList.WarningData Warning { get; set; }
Property Value
| Type | Description |
|---|---|
| SecurityPoliciesScopedList.WarningData |