Show / Hide Table of Contents

Class EnumStringImageCapabilitySchemaDescriptor

Enum String type of ImageCapabilitySchemaDescriptor

Inheritance
object
ImageCapabilitySchemaDescriptor
EnumStringImageCapabilitySchemaDescriptor
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 EnumStringImageCapabilitySchemaDescriptor : ImageCapabilitySchemaDescriptor

Properties

DefaultValue

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

the default value

Values

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

the list of values for the enum

Remarks

Required

In this article
Back to top