Show / Hide Table of Contents

Class GetComputeImageCapabilitySchemaRequest

Inheritance
object
GetComputeImageCapabilitySchemaRequest
Implements
IOciRequest
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: Oci.CoreService.Requests
Assembly: OCI.DotNetSDK.Core.dll
Syntax
public class GetComputeImageCapabilitySchemaRequest : IOciRequest
Examples

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

Implements

IOciRequest
In this article
Back to top