Show / Hide Table of Contents

Class EnumIntegerImageCapabilityDescriptor

Enum Integer type CapabilityDescriptor

Inheritance
object
ImageCapabilitySchemaDescriptor
EnumIntegerImageCapabilityDescriptor
Inherited Members
ImageCapabilitySchemaDescriptor.Source
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: Oci.CoreService.Models
Assembly: OCI.DotNetSDK.Core.dll
Syntax
public class EnumIntegerImageCapabilityDescriptor : ImageCapabilitySchemaDescriptor

Properties

DefaultValue

Declaration
[JsonProperty(PropertyName = "defaultValue")]
public int? DefaultValue { get; set; }
Property Value
Type Description
int?

the default value

Values

Declaration
[Required(ErrorMessage = "Values is required.")]
[JsonProperty(PropertyName = "values")]
public List<int> Values { get; set; }
Property Value
Type Description
List<int>

the list of values for the enum

Remarks

Required

In this article
Back to top