Class LifecycleStateResourceFilter
This is a resource filter for filtering resources based on their lifecycle state.
Inherited Members
Namespace: Oci.ResourceschedulerService.Models
Assembly: OCI.DotNetSDK.Resourcescheduler.dll
Syntax
public class LifecycleStateResourceFilter : ResourceFilterProperties
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. |