IpsecConfigProperty
Initializer
import { IpsecConfigProperty } from '@alicloud/ros-cdk-vpc'
const ipsecConfigProperty: IpsecConfigProperty = { ... }
Properties
| Name |
Type |
Description |
ipsecAuthAlg |
string | @alicloud/ros-cdk-core.IResolvable |
No description. |
ipsecEncAlg |
string | @alicloud/ros-cdk-core.IResolvable |
No description. |
ipsecLifetime |
number | @alicloud/ros-cdk-core.IResolvable |
No description. |
ipsecPfs |
string | @alicloud/ros-cdk-core.IResolvable |
No description. |
ipsecAuthAlgOptional
public readonly ipsecAuthAlg: string | IResolvable;
- Type: string | @alicloud/ros-cdk-core.IResolvable
ipsecEncAlgOptional
public readonly ipsecEncAlg: string | IResolvable;
- Type: string | @alicloud/ros-cdk-core.IResolvable
ipsecLifetimeOptional
public readonly ipsecLifetime: number | IResolvable;
- Type: number | @alicloud/ros-cdk-core.IResolvable
ipsecPfsOptional
public readonly ipsecPfs: string | IResolvable;
- Type: string | @alicloud/ros-cdk-core.IResolvable