Class GetComputeImageCapabilitySchemaRequest
Implements
Inherited Members
Namespace: Oci.CoreService.Requests
Assembly: OCI.DotNetSDK.Core.dll
Syntax
public class GetComputeImageCapabilitySchemaRequest : IOciRequestExamples
Click here to see an example of how to use GetComputeImageCapabilitySchema 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
IsMergeEnabled
Declaration
[HttpConverter(TargetEnum.Query, "isMergeEnabled")]
public bool? IsMergeEnabled { get; set; }Property Value
| Type | Description | 
|---|---|
| bool? | Merge the image capability schema with the global image capability schema |