TunnelIkeConfigProperty
Initializer
import "github.com/alibabacloud-go/ros-cdk/alicloudroscdkvpc"
&alicloudroscdkvpc.TunnelIkeConfigProperty {
IkeAuthAlg: interface{},
IkeEncAlg: interface{},
IkeLifetime: interface{},
IkeMode: interface{},
IkePfs: interface{},
IkeVersion: interface{},
LocalId: interface{},
Psk: interface{},
RemoteId: interface{},
}
Properties
Name | Type | Description |
---|---|---|
IkeAuthAlg |
interface{} |
No description. |
IkeEncAlg |
interface{} |
No description. |
IkeLifetime |
interface{} |
No description. |
IkeMode |
interface{} |
No description. |
IkePfs |
interface{} |
No description. |
IkeVersion |
interface{} |
No description. |
LocalId |
interface{} |
No description. |
Psk |
interface{} |
No description. |
RemoteId |
interface{} |
No description. |
IkeAuthAlg
Optional
IkeAuthAlg interface{}
- Type: interface{}
IkeEncAlg
Optional
IkeEncAlg interface{}
- Type: interface{}
IkeLifetime
Optional
IkeLifetime interface{}
- Type: interface{}
IkeMode
Optional
IkeMode interface{}
- Type: interface{}
IkePfs
Optional
IkePfs interface{}
- Type: interface{}
IkeVersion
Optional
IkeVersion interface{}
- Type: interface{}
LocalId
Optional
LocalId interface{}
- Type: interface{}
Psk
Optional
Psk interface{}
- Type: interface{}
RemoteId
Optional
RemoteId interface{}
- Type: interface{}