Class GetDeploymentUpgradeRequest
Implements
Inherited Members
Namespace: Oci.GoldengateService.Requests
Assembly: OCI.DotNetSDK.Goldengate.dll
Syntax
public class GetDeploymentUpgradeRequest : IOciRequestExamples
Click here to see an example of how to use GetDeploymentUpgrade request.
Properties
DeploymentUpgradeId
Declaration
[Required(ErrorMessage = "DeploymentUpgradeId is required.")]
[HttpConverter(TargetEnum.Path, "deploymentUpgradeId")]
public string DeploymentUpgradeId { get; set; }Property Value
| Type | Description | 
|---|---|
| string | A unique Deployment Upgrade identifier. | 
Remarks
Required
OpcRequestId
Declaration
[HttpConverter(TargetEnum.Header, "opc-request-id")]
public string OpcRequestId { get; set; }Property Value
| Type | Description | 
|---|---|
| string | The client request ID for tracing. |