Class GetDatabaseToolsPrivateEndpointRequest
Implements
Inherited Members
Namespace: Oci.DatabasetoolsService.Requests
Assembly: OCI.DotNetSDK.Databasetools.dll
Syntax
public class GetDatabaseToolsPrivateEndpointRequest : IOciRequest
Examples
Click here to see an example of how to use GetDatabaseToolsPrivateEndpoint request.
Properties
DatabaseToolsPrivateEndpointId
Declaration
[Required(ErrorMessage = "DatabaseToolsPrivateEndpointId is required.")]
[HttpConverter(TargetEnum.Path, "databaseToolsPrivateEndpointId")]
public string DatabaseToolsPrivateEndpointId { get; set; }
Property Value
Type | Description |
---|---|
string | The OCID of a Database Tools private endpoint. |
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. |