Skip to content

IkeConfigProperty

Initializer

import "github.com/alibabacloud-go/ros-cdk/alicloudroscdkvpc"
&alicloudroscdkvpc.IkeConfigProperty {
    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.

IkeAuthAlgOptional

IkeAuthAlg interface{}
  • Type: interface{}

IkeEncAlgOptional

IkeEncAlg interface{}
  • Type: interface{}

IkeLifetimeOptional

IkeLifetime interface{}
  • Type: interface{}

IkeModeOptional

IkeMode interface{}
  • Type: interface{}

IkePfsOptional

IkePfs interface{}
  • Type: interface{}

IkeVersionOptional

IkeVersion interface{}
  • Type: interface{}

LocalIdOptional

LocalId interface{}
  • Type: interface{}

PskOptional

Psk interface{}
  • Type: interface{}

RemoteIdOptional

RemoteId interface{}
  • Type: interface{}