Skip to content

IkeConfigProperty

Initializer

using AlibabaCloud.SDK.ROS.CDK.Vpc;
new IkeConfigProperty {
    object IkeAuthAlg = null,
    object IkeEncAlg = null,
    object IkeLifetime = null,
    object IkeMode = null,
    object IkePfs = null,
    object IkeVersion = null,
    object LocalId = null,
    object Psk = null,
    object RemoteId = null
};

Properties

Name Type Description
IkeAuthAlg object No description.
IkeEncAlg object No description.
IkeLifetime object No description.
IkeMode object No description.
IkePfs object No description.
IkeVersion object No description.
LocalId object No description.
Psk object No description.
RemoteId object No description.

IkeAuthAlgOptional

public object IkeAuthAlg { get; set; }
  • Type: object

IkeEncAlgOptional

public object IkeEncAlg { get; set; }
  • Type: object

IkeLifetimeOptional

public object IkeLifetime { get; set; }
  • Type: object

IkeModeOptional

public object IkeMode { get; set; }
  • Type: object

IkePfsOptional

public object IkePfs { get; set; }
  • Type: object

IkeVersionOptional

public object IkeVersion { get; set; }
  • Type: object

LocalIdOptional

public object LocalId { get; set; }
  • Type: object

PskOptional

public object Psk { get; set; }
  • Type: object

RemoteIdOptional

public object RemoteId { get; set; }
  • Type: object