Class UpdateOdaPrivateEndpointRequest
Implements
Inherited Members
Namespace: Oci.OdaService.Requests
Assembly: OCI.DotNetSDK.Oda.dll
Syntax
public class UpdateOdaPrivateEndpointRequest : IOciRequest
Examples
Click here to see an example of how to use UpdateOdaPrivateEndpoint request.
Properties
IfMatch
Declaration
[HttpConverter(TargetEnum.Header, "if-match")]
public string IfMatch { get; set; }
Property Value
Type | Description |
---|---|
string | For optimistic concurrency control in a PUT or DELETE call for
a Digital Assistant instance, set the |
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. |
UpdateOdaPrivateEndpointDetails
Declaration
[Required(ErrorMessage = "UpdateOdaPrivateEndpointDetails is required.")]
[HttpConverter(TargetEnum.Body)]
public UpdateOdaPrivateEndpointDetails UpdateOdaPrivateEndpointDetails { get; set; }
Property Value
Type | Description |
---|---|
UpdateOdaPrivateEndpointDetails | The information to update. |
Remarks
Required