Show / Hide Table of Contents

Class LifecycleStateResourceFilter

This is a resource filter for filtering resources based on their lifecycle state.

Inheritance
object
ResourceFilter
LifecycleStateResourceFilter
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: Oci.ResourceschedulerService.Models
Assembly: OCI.DotNetSDK.Resourcescheduler.dll
Syntax
public class LifecycleStateResourceFilter : ResourceFilter

Properties

Value

Declaration
[JsonProperty(PropertyName = "value")]
public List<string> Value { get; set; }
Property Value
Type Description
List<string>

This is a collection of resource lifecycle state values.

In this article
Back to top