Class ListPrivateEndpointsResponse
Implements
Inherited Members
Namespace: Oci.ResourcemanagerService.Responses
Assembly: OCI.DotNetSDK.Resourcemanager.dll
Syntax
public class ListPrivateEndpointsResponse : OciResponse, IOciResponseProperties
OpcNextPage
Declaration
[HttpConverter(TargetEnum.Header, "opc-next-page")]
public string OpcNextPage { get; set; }Property Value
| Type | Description | 
|---|---|
| string | Retrieves the next page of paginated list items. If the  | 
OpcRequestId
Declaration
[HttpConverter(TargetEnum.Header, "opc-request-id")]
public string OpcRequestId { get; set; }Property Value
| Type | Description | 
|---|---|
| string | Unique Oracle-assigned identifier for the request. | 
PrivateEndpointCollection
Declaration
[HttpConverter(TargetEnum.Body)]
public PrivateEndpointCollection PrivateEndpointCollection { get; set; }Property Value
| Type | Description | 
|---|---|
| PrivateEndpointCollection | The returned PrivateEndpointCollection instance. |