Show / Hide Table of Contents

Class ComputeGlobalImageCapabilitySchemaVersionSummary

Summary information for a compute global image capability schema

Inheritance
object
ComputeGlobalImageCapabilitySchemaVersionSummary
Inherited Members
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 ComputeGlobalImageCapabilitySchemaVersionSummary

Properties

ComputeGlobalImageCapabilitySchemaId

Declaration
[Required(ErrorMessage = "ComputeGlobalImageCapabilitySchemaId is required.")]
[JsonProperty(PropertyName = "computeGlobalImageCapabilitySchemaId")]
public string ComputeGlobalImageCapabilitySchemaId { get; set; }
Property Value
Type Description
string

The OCID of the compute global image capability schema

Remarks

Required

DisplayName

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

A user-friendly name. Does not have to be unique, and it's changeable. Avoid entering confidential information.

Name

Declaration
[Required(ErrorMessage = "Name is required.")]
[JsonProperty(PropertyName = "name")]
public string Name { get; set; }
Property Value
Type Description
string

The compute global image capability schema version name

Remarks

Required

TimeCreated

Declaration
[Required(ErrorMessage = "TimeCreated is required.")]
[JsonProperty(PropertyName = "timeCreated")]
public DateTime? TimeCreated { get; set; }
Property Value
Type Description
DateTime?

The date and time the compute global image capability schema version was created, in the format defined by RFC3339.
Example: 2016-08-25T21:10:29.600Z

Remarks

Required

In this article
Back to top