Class GetComputeGlobalImageCapabilitySchemaRequest
Implements
Inherited Members
Namespace: Oci.CoreService.Requests
Assembly: OCI.DotNetSDK.Core.dll
Syntax
public class GetComputeGlobalImageCapabilitySchemaRequest : IOciRequestExamples
Click here to see an example of how to use GetComputeGlobalImageCapabilitySchema request.
Properties
ComputeGlobalImageCapabilitySchemaId
Declaration
[Required(ErrorMessage = "ComputeGlobalImageCapabilitySchemaId is required.")]
[HttpConverter(TargetEnum.Path, "computeGlobalImageCapabilitySchemaId")]
public string ComputeGlobalImageCapabilitySchemaId { get; set; }Property Value
| Type | Description | 
|---|---|
| string | The OCID of the compute global image capability schema | 
Remarks
Required