Show / Hide Table of Contents

Class TimeCreatedResourceFilter

This is a resource filter for filtering resources based on their creation time.

Inheritance
object
ResourceFilter
TimeCreatedResourceFilter
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 TimeCreatedResourceFilter : ResourceFilter

Properties

Condition

Declaration
[JsonProperty(PropertyName = "condition")]
[JsonConverter(typeof(ResponseEnumConverter))]
public TimeCreatedResourceFilter.ConditionEnum? Condition { get; set; }
Property Value
Type Description
TimeCreatedResourceFilter.ConditionEnum?

This is the condition for the filter in comparison to its creation time.

Value

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

This is the date and time as the value of the filter.

In this article
Back to top