Show / Hide Table of Contents

Class InstanceShapeVariableWithFlex

Instance shape variable.

Inheritance
object
BaseVariable
InstanceShapeVariableWithFlex
Inherited Members
BaseVariable.Title
BaseVariable.Description
BaseVariable.IsRequired
BaseVariable.Visible
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 InstanceShapeVariableWithFlex : BaseVariable

Properties

DependsOn

Declaration
[JsonProperty(PropertyName = "dependsOn")]
public InstanceShapeVariableWithFlexDependsOn DependsOn { get; set; }
Property Value
Type Description
InstanceShapeVariableWithFlexDependsOn

Pattern

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

Regex pattern for shape values.

In this article
Back to top