public sealed class GceInstanceFilter : IMessage<GceInstanceFilter>, IEquatable<GceInstanceFilter>, IDeepCloneable<GceInstanceFilter>, IBufferMessage, IMessageReference documentation and code samples for the Workload Manager v1 API class GceInstanceFilter.
A filter for matching Compute Engine instances.
Implements
IMessageGceInstanceFilter, IEquatableGceInstanceFilter, IDeepCloneableGceInstanceFilter, IBufferMessage, IMessageNamespace
Google.Cloud.WorkloadManager.V1Assembly
Google.Cloud.WorkloadManager.V1.dll
Constructors
GceInstanceFilter()
public GceInstanceFilter()GceInstanceFilter(GceInstanceFilter)
public GceInstanceFilter(GceInstanceFilter other)| Parameter | |
|---|---|
| Name | Description |
other |
GceInstanceFilter |
Properties
ServiceAccounts
public RepeatedField<string> ServiceAccounts { get; }If non-empty, only Compute Engine instances associated with at least one of the provided service accounts will be included in the evaluation.
| Property Value | |
|---|---|
| Type | Description |
RepeatedFieldstring |
|