Class UpdateComputeImageCapabilitySchemaRequest
Implements
Inherited Members
Namespace: Oci.CoreService.Requests
Assembly: OCI.DotNetSDK.Core.dll
Syntax
public class UpdateComputeImageCapabilitySchemaRequest : IOciRequestExamples
Click here to see an example of how to use UpdateComputeImageCapabilitySchema request.
Properties
ComputeImageCapabilitySchemaId
Declaration
[Required(ErrorMessage = "ComputeImageCapabilitySchemaId is required.")]
[HttpConverter(TargetEnum.Path, "computeImageCapabilitySchemaId")]
public string ComputeImageCapabilitySchemaId { get; set; }Property Value
| Type | Description | 
|---|---|
| string | The id of the compute image capability schema or the image ocid | 
Remarks
Required
IfMatch
Declaration
[HttpConverter(TargetEnum.Header, "if-match")]
public string IfMatch { get; set; }Property Value
| Type | Description | 
|---|---|
| string | For optimistic concurrency control. In the PUT or DELETE call for a resource, set the  | 
UpdateComputeImageCapabilitySchemaDetails
Declaration
[Required(ErrorMessage = "UpdateComputeImageCapabilitySchemaDetails is required.")]
[HttpConverter(TargetEnum.Body)]
public UpdateComputeImageCapabilitySchemaDetails UpdateComputeImageCapabilitySchemaDetails { get; set; }Property Value
| Type | Description | 
|---|---|
| UpdateComputeImageCapabilitySchemaDetails | Updates the freeFormTags, definedTags, and display name of the image capability schema | 
Remarks
Required