Show / Hide Table of Contents

Class DynamicResourceSelection

Dynamic Resource Selection Type

Inheritance
object
ResourceSelection
DynamicResourceSelection
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: Oci.FleetappsmanagementService.Models
Assembly: OCI.DotNetSDK.Fleetappsmanagement.dll
Syntax
public class DynamicResourceSelection : ResourceSelection

Properties

RuleSelectionCriteria

Declaration
[Required(ErrorMessage = "RuleSelectionCriteria is required.")]
[JsonProperty(PropertyName = "ruleSelectionCriteria")]
public SelectionCriteria RuleSelectionCriteria { get; set; }
Property Value
Type Description
SelectionCriteria
Remarks

Required

In this article
Back to top