Class ResourceFilter
Message describing resource filters
Implements
Inherited Members
Namespace: Google.Apis.WorkloadManager.v1.Data
Assembly: Google.Apis.WorkloadManager.v1.dll
Syntax
public class ResourceFilter : IDirectResponseSchema
Properties
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
Type | Description |
---|---|
string |
GceInstanceFilter
Filter compute engine resource
Declaration
[JsonProperty("gceInstanceFilter")]
public virtual GceInstanceFilter GceInstanceFilter { get; set; }
Property Value
Type | Description |
---|---|
GceInstanceFilter |
InclusionLabels
The label used for filter resource
Declaration
[JsonProperty("inclusionLabels")]
public virtual IDictionary<string, string> InclusionLabels { get; set; }
Property Value
Type | Description |
---|---|
IDictionary<string, string> |
ResourceIdPatterns
The id pattern for filter resource
Declaration
[JsonProperty("resourceIdPatterns")]
public virtual IList<string> ResourceIdPatterns { get; set; }
Property Value
Type | Description |
---|---|
IList<string> |
Scopes
The scopes of evaluation resource
Declaration
[JsonProperty("scopes")]
public virtual IList<string> Scopes { get; set; }
Property Value
Type | Description |
---|---|
IList<string> |