Class GetOdaPrivateEndpointAttachmentRequest
Implements
Inherited Members
Namespace: Oci.OdaService.Requests
Assembly: OCI.DotNetSDK.Oda.dll
Syntax
public class GetOdaPrivateEndpointAttachmentRequest : IOciRequest
Examples
Click here to see an example of how to use GetOdaPrivateEndpointAttachment request.
Properties
OdaPrivateEndpointAttachmentId
Declaration
[Required(ErrorMessage = "OdaPrivateEndpointAttachmentId is required.")]
[HttpConverter(TargetEnum.Path, "odaPrivateEndpointAttachmentId")]
public string OdaPrivateEndpointAttachmentId { get; set; }
Property Value
Type | Description |
---|---|
string | The OCID of ODA Private Endpoint Attachment. |
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. |