Workload Manager v1 API - Class GceInstanceFilter (1.0.0-beta01)

public sealed class GceInstanceFilter : IMessage<GceInstanceFilter>, IEquatable<GceInstanceFilter>, IDeepCloneable<GceInstanceFilter>, IBufferMessage, IMessage

Reference documentation and code samples for the Workload Manager v1 API class GceInstanceFilter.

A filter for matching Compute Engine instances.

Inheritance

object > GceInstanceFilter

Namespace

Google.Cloud.WorkloadManager.V1

Assembly

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