Uses of Class
com.oracle.bmc.fusionapps.model.AdditionalEgressRule
-
Packages that use AdditionalEgressRule Package Description com.oracle.bmc.fusionapps.model -
-
Uses of AdditionalEgressRule in com.oracle.bmc.fusionapps.model
Methods in com.oracle.bmc.fusionapps.model that return AdditionalEgressRule Modifier and Type Method Description AdditionalEgressRuleAdditionalEgressRule.Builder. build()Methods in com.oracle.bmc.fusionapps.model that return types with arguments of type AdditionalEgressRule Modifier and Type Method Description List<AdditionalEgressRule>CreateFusionEnvironmentDetails. getAdditionalEgressRules()Additional egress rules that should be applied to the environment.List<AdditionalEgressRule>FusionEnvironment. getAdditionalEgressRules()Additional egress rules that should be applied to the environment.List<AdditionalEgressRule>UpdateFusionEnvironmentDetails. getAdditionalEgressRules()Additional egress rules that should be applied to the environment.Methods in com.oracle.bmc.fusionapps.model with parameters of type AdditionalEgressRule Modifier and Type Method Description AdditionalEgressRule.BuilderAdditionalEgressRule.Builder. copy(AdditionalEgressRule model)Method parameters in com.oracle.bmc.fusionapps.model with type arguments of type AdditionalEgressRule Modifier and Type Method Description CreateFusionEnvironmentDetails.BuilderCreateFusionEnvironmentDetails.Builder. additionalEgressRules(List<AdditionalEgressRule> additionalEgressRules)Additional egress rules that should be applied to the environment.FusionEnvironment.BuilderFusionEnvironment.Builder. additionalEgressRules(List<AdditionalEgressRule> additionalEgressRules)Additional egress rules that should be applied to the environment.UpdateFusionEnvironmentDetails.BuilderUpdateFusionEnvironmentDetails.Builder. additionalEgressRules(List<AdditionalEgressRule> additionalEgressRules)Additional egress rules that should be applied to the environment.
-