Class GetIPSecConnectionRequest
Implements
Inherited Members
Namespace: Oci.CoreService.Requests
Assembly: OCI.DotNetSDK.Core.dll
Syntax
public class GetIPSecConnectionRequest : IOciRequest
Examples
Click here to see an example of how to use GetIPSecConnection 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