Uses of Class
com.oracle.bmc.vnmonitoring.model.AllowedPhaseTwoParameters
-
Packages that use AllowedPhaseTwoParameters Package Description com.oracle.bmc.vnmonitoring.model -
-
Uses of AllowedPhaseTwoParameters in com.oracle.bmc.vnmonitoring.model
Methods in com.oracle.bmc.vnmonitoring.model that return AllowedPhaseTwoParameters Modifier and Type Method Description AllowedPhaseTwoParameters
AllowedPhaseTwoParameters.Builder. build()
AllowedPhaseTwoParameters
AllowedIkeIPSecParameters. getAllowedPhaseTwoParameters()
Methods in com.oracle.bmc.vnmonitoring.model with parameters of type AllowedPhaseTwoParameters Modifier and Type Method Description AllowedIkeIPSecParameters.Builder
AllowedIkeIPSecParameters.Builder. allowedPhaseTwoParameters(AllowedPhaseTwoParameters allowedPhaseTwoParameters)
AllowedPhaseTwoParameters.Builder
AllowedPhaseTwoParameters.Builder. copy(AllowedPhaseTwoParameters model)
Constructors in com.oracle.bmc.vnmonitoring.model with parameters of type AllowedPhaseTwoParameters Constructor Description AllowedIkeIPSecParameters(AllowedPhaseOneParameters allowedPhaseOneParameters, AllowedPhaseTwoParameters allowedPhaseTwoParameters, DefaultPhaseOneParameters defaultPhaseOneParameters, DefaultPhaseTwoParameters defaultPhaseTwoParameters)
Deprecated.
-