Class CreateOdaPrivateEndpointScanProxyRequest
Implements
Inherited Members
Namespace: Oci.OdaService.Requests
Assembly: OCI.DotNetSDK.Oda.dll
Syntax
public class CreateOdaPrivateEndpointScanProxyRequest : IOciRequest
Examples
Click here to see an example of how to use CreateOdaPrivateEndpointScanProxy request.
Properties
CreateOdaPrivateEndpointScanProxyDetails
Declaration
[Required(ErrorMessage = "CreateOdaPrivateEndpointScanProxyDetails is required.")]
[HttpConverter(TargetEnum.Body)]
public CreateOdaPrivateEndpointScanProxyDetails CreateOdaPrivateEndpointScanProxyDetails { get; set; }
Property Value
Type | Description |
---|---|
CreateOdaPrivateEndpointScanProxyDetails | Details for the new ODA Private Endpoint Scan Proxy. |
Remarks
Required
OdaPrivateEndpointId
Declaration
[Required(ErrorMessage = "OdaPrivateEndpointId is required.")]
[HttpConverter(TargetEnum.Path, "odaPrivateEndpointId")]
public string OdaPrivateEndpointId { get; set; }
Property Value
Type | Description |
---|---|
string | Unique ODA Private Endpoint identifier which is the OCID. |
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. This value is included in the opc-request-id response header. |
OpcRetryToken
Declaration
[HttpConverter(TargetEnum.Header, "opc-retry-token")]
public string OpcRetryToken { get; set; }
Property Value
Type | Description |
---|---|
string | A token that uniquely identifies a request so that you can retry the request if there's
a timeout or server error without the risk of executing that same action again.
|