Class GetInfrastructureScaleOptionResponse
Implements
Inherited Members
Namespace: Oci.DataccService.Responses
Assembly: OCI.DotNetSDK.Datacc.dll
Syntax
public class GetInfrastructureScaleOptionResponse : OciResponse, IOciResponse
Properties
InfrastructureScaleOption
Declaration
[HttpConverter(TargetEnum.Body)]
public InfrastructureScaleOption InfrastructureScaleOption { get; set; }
Property Value
| Type | Description |
|---|---|
| InfrastructureScaleOption | The returned InfrastructureScaleOption instance. |
OpcRequestId
Declaration
[HttpConverter(TargetEnum.Header, "opc-request-id")]
public string OpcRequestId { get; set; }
Property Value
| Type | Description |
|---|---|
| string | Unique identifier assigned by Oracle for the request. If you need to contact Oracle about a particular request, then please provide the request ID. |