Class GetIPSecConnectionTunnelErrorRequest
Implements
Inherited Members
Namespace: Oci.CoreService.Requests
Assembly: OCI.DotNetSDK.Core.dll
Syntax
public class GetIPSecConnectionTunnelErrorRequest : IOciRequest
Examples
Click here to see an example of how to use GetIPSecConnectionTunnelError request.
Properties
IpscId
Declaration
[Required(ErrorMessage = "IpscId is required.")]
[HttpConverter(TargetEnum.Path, "ipscId")]
public string IpscId { get; set; }
Property Value
Type | Description |
---|---|
string | The OCID of the IPSec connection. |
Remarks
Required
TunnelId
Declaration
[Required(ErrorMessage = "TunnelId is required.")]
[HttpConverter(TargetEnum.Path, "tunnelId")]
public string TunnelId { get; set; }
Property Value
Type | Description |
---|---|
string | The OCID of the tunnel. |
Remarks
Required