Class ComputeGlobalImageCapabilitySchemaVersionSummary
Summary information for a compute global image capability schema
Inherited Members
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.
  | 
      
Remarks
Required