Class ImageVariable
Image variable.
Inherited Members
Namespace: Oci.FleetappsmanagementService.Models
Assembly: OCI.DotNetSDK.Fleetappsmanagement.dll
Syntax
public class ImageVariable : BaseVariable
Properties
DependsOn
Declaration
[JsonProperty(PropertyName = "dependsOn")]
public ImageVariableDependsOn DependsOn { get; set; }
Property Value
| Type | Description |
|---|---|
| ImageVariableDependsOn |
Pattern
Declaration
[JsonProperty(PropertyName = "pattern")]
public string Pattern { get; set; }
Property Value
| Type | Description |
|---|---|
| string | Regex pattern for allowed image references.. |