Class ListOdaPrivateEndpointsRequest
Implements
Inherited Members
Namespace: Oci.OdaService.Requests
Assembly: OCI.DotNetSDK.Oda.dll
Syntax
public class ListOdaPrivateEndpointsRequest : IOciRequestExamples
Click here to see an example of how to use ListOdaPrivateEndpoints request.
Properties
CompartmentId
Declaration
[Required(ErrorMessage = "CompartmentId is required.")]
[HttpConverter(TargetEnum.Query, "compartmentId")]
public string CompartmentId { get; set; }Property Value
| Type | Description | 
|---|---|
| string | List the ODA Private Endpoints that belong to this compartment. | 
Remarks
Required
DisplayName
Declaration
[HttpConverter(TargetEnum.Query, "displayName")]
public string DisplayName { get; set; }Property Value
| Type | Description | 
|---|---|
| string | List only the information for the Digital Assistant instance with this user-friendly name. These names don't have to be unique and may change.
 | 
LifecycleState
Declaration
[HttpConverter(TargetEnum.Query, "lifecycleState")]
public OdaPrivateEndpoint.LifecycleStateEnum? LifecycleState { get; set; }Property Value
| Type | Description | 
|---|---|
| OdaPrivateEndpoint.LifecycleStateEnum? | List only the ODA Private Endpoints that are in this lifecycle state. | 
Limit
Declaration
[HttpConverter(TargetEnum.Query, "limit")]
public int? Limit { get; set; }Property Value
| Type | Description | 
|---|---|
| int? | The maximum number of items to return per page. | 
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. | 
Page
Declaration
[HttpConverter(TargetEnum.Query, "page")]
public string Page { get; set; }Property Value
| Type | Description | 
|---|---|
| string | The page at which to start retrieving results.
 | 
SortBy
Declaration
[HttpConverter(TargetEnum.Query, "sortBy")]
public ListOdaPrivateEndpointsRequest.SortByEnum? SortBy { get; set; }Property Value
| Type | Description | 
|---|---|
| ListOdaPrivateEndpointsRequest.SortByEnum? | Sort on this field. You can specify one sort order only. The default sort field is  | 
SortOrder
Declaration
[HttpConverter(TargetEnum.Query, "sortOrder")]
public ListOdaPrivateEndpointsRequest.SortOrderEnum? SortOrder { get; set; }Property Value
| Type | Description | 
|---|---|
| ListOdaPrivateEndpointsRequest.SortOrderEnum? | Sort the results in this order, use either  |