AllowedIkeIPSecParameters

class oci.core.models.AllowedIkeIPSecParameters(**kwargs)

Bases: object

Lists the current allowed and default IPSec tunnel parameters.

Methods

__init__(**kwargs) Initializes a new AllowedIkeIPSecParameters object with values from keyword arguments.

Attributes

allowed_phase_one_parameters [Required] Gets the allowed_phase_one_parameters of this AllowedIkeIPSecParameters.
allowed_phase_two_parameters [Required] Gets the allowed_phase_two_parameters of this AllowedIkeIPSecParameters.
default_phase_one_parameters [Required] Gets the default_phase_one_parameters of this AllowedIkeIPSecParameters.
default_phase_two_parameters [Required] Gets the default_phase_two_parameters of this AllowedIkeIPSecParameters.
__init__(**kwargs)

Initializes a new AllowedIkeIPSecParameters object with values from keyword arguments. The following keyword arguments are supported (corresponding to the getters/setters of this class):

Parameters:
allowed_phase_one_parameters

[Required] Gets the allowed_phase_one_parameters of this AllowedIkeIPSecParameters.

Returns:The allowed_phase_one_parameters of this AllowedIkeIPSecParameters.
Return type:oci.core.models.AllowedPhaseOneParameters
allowed_phase_two_parameters

[Required] Gets the allowed_phase_two_parameters of this AllowedIkeIPSecParameters.

Returns:The allowed_phase_two_parameters of this AllowedIkeIPSecParameters.
Return type:oci.core.models.AllowedPhaseTwoParameters
default_phase_one_parameters

[Required] Gets the default_phase_one_parameters of this AllowedIkeIPSecParameters.

Returns:The default_phase_one_parameters of this AllowedIkeIPSecParameters.
Return type:oci.core.models.DefaultPhaseOneParameters
default_phase_two_parameters

[Required] Gets the default_phase_two_parameters of this AllowedIkeIPSecParameters.

Returns:The default_phase_two_parameters of this AllowedIkeIPSecParameters.
Return type:oci.core.models.DefaultPhaseTwoParameters