AllowedIkeIPSecParameters¶
-
class
oci.vn_monitoring.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 (oci.vn_monitoring.models.AllowedPhaseOneParameters) – The value to assign to the allowed_phase_one_parameters property of this AllowedIkeIPSecParameters.
- allowed_phase_two_parameters (oci.vn_monitoring.models.AllowedPhaseTwoParameters) – The value to assign to the allowed_phase_two_parameters property of this AllowedIkeIPSecParameters.
- default_phase_one_parameters (oci.vn_monitoring.models.DefaultPhaseOneParameters) – The value to assign to the default_phase_one_parameters property of this AllowedIkeIPSecParameters.
- default_phase_two_parameters (oci.vn_monitoring.models.DefaultPhaseTwoParameters) – The value to assign to the default_phase_two_parameters property of this AllowedIkeIPSecParameters.
-
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.vn_monitoring.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.vn_monitoring.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.vn_monitoring.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.vn_monitoring.models.DefaultPhaseTwoParameters
-