Class GceInstanceFilter
A filter for matching Compute Engine instances.
Implements
Inherited Members
Namespace: Google.Apis.WorkloadManager.v1.Data
Assembly: Google.Apis.WorkloadManager.v1.dll
Syntax
public class GceInstanceFilter : IDirectResponseSchema
Properties
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
ServiceAccounts
If non-empty, only Compute Engine instances associated with at least one of the provided service accounts will be included in the evaluation.
Declaration
[JsonProperty("serviceAccounts")]
public virtual IList<string> ServiceAccounts { get; set; }
Property Value
| Type | Description |
|---|---|
| IList<string> |