Uses of Class
com.oracle.bmc.core.model.DrgRouteDistribution.LifecycleState
-
Packages that use DrgRouteDistribution.LifecycleState Package Description com.oracle.bmc.core com.oracle.bmc.core.model com.oracle.bmc.core.requests -
-
Uses of DrgRouteDistribution.LifecycleState in com.oracle.bmc.core
-
Uses of DrgRouteDistribution.LifecycleState in com.oracle.bmc.core.model
Methods in com.oracle.bmc.core.model that return DrgRouteDistribution.LifecycleState Modifier and Type Method Description static DrgRouteDistribution.LifecycleStateDrgRouteDistribution.LifecycleState. create(String key)DrgRouteDistribution.LifecycleStateDrgRouteDistribution. getLifecycleState()The route distribution’s current state.static DrgRouteDistribution.LifecycleStateDrgRouteDistribution.LifecycleState. valueOf(String name)Returns the enum constant of this type with the specified name.static DrgRouteDistribution.LifecycleState[]DrgRouteDistribution.LifecycleState. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.oracle.bmc.core.model with parameters of type DrgRouteDistribution.LifecycleState Modifier and Type Method Description DrgRouteDistribution.BuilderDrgRouteDistribution.Builder. lifecycleState(DrgRouteDistribution.LifecycleState lifecycleState)The route distribution’s current state.Constructors in com.oracle.bmc.core.model with parameters of type DrgRouteDistribution.LifecycleState Constructor Description DrgRouteDistribution(String drgId, String compartmentId, Map<String,Map<String,Object>> definedTags, String displayName, Map<String,String> freeformTags, String id, DrgRouteDistribution.LifecycleState lifecycleState, Date timeCreated, DrgRouteDistribution.DistributionType distributionType)Deprecated. -
Uses of DrgRouteDistribution.LifecycleState in com.oracle.bmc.core.requests
Methods in com.oracle.bmc.core.requests that return DrgRouteDistribution.LifecycleState Modifier and Type Method Description DrgRouteDistribution.LifecycleStateListDrgRouteDistributionsRequest. getLifecycleState()A filter that only returns resources that match the specified lifecycle state.Methods in com.oracle.bmc.core.requests with parameters of type DrgRouteDistribution.LifecycleState Modifier and Type Method Description ListDrgRouteDistributionsRequest.BuilderListDrgRouteDistributionsRequest.Builder. lifecycleState(DrgRouteDistribution.LifecycleState lifecycleState)A filter that only returns resources that match the specified lifecycle state.
-