Show / Hide Table of Contents

Class ResourceFilter

Message describing resource filters

Inheritance
object
ResourceFilter
Implements
IDirectResponseSchema
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
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>

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX