Uses of Class
com.oracle.bmc.fleetsoftwareupdate.model.FsuReadinessCheck.Type
-
Packages that use FsuReadinessCheck.Type Package Description com.oracle.bmc.fleetsoftwareupdate.model com.oracle.bmc.fleetsoftwareupdate.requests -
-
Uses of FsuReadinessCheck.Type in com.oracle.bmc.fleetsoftwareupdate.model
Methods in com.oracle.bmc.fleetsoftwareupdate.model that return FsuReadinessCheck.Type Modifier and Type Method Description static FsuReadinessCheck.TypeFsuReadinessCheck.Type. create(String key)FsuReadinessCheck.TypeFsuReadinessCheckSummary. getType()Type of Exadata Fleet Update Readiness Check.static FsuReadinessCheck.TypeFsuReadinessCheck.Type. valueOf(String name)Returns the enum constant of this type with the specified name.static FsuReadinessCheck.Type[]FsuReadinessCheck.Type. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.oracle.bmc.fleetsoftwareupdate.model with parameters of type FsuReadinessCheck.Type Modifier and Type Method Description FsuReadinessCheckSummary.BuilderFsuReadinessCheckSummary.Builder. type(FsuReadinessCheck.Type type)Type of Exadata Fleet Update Readiness Check.Constructors in com.oracle.bmc.fleetsoftwareupdate.model with parameters of type FsuReadinessCheck.Type Constructor Description FsuReadinessCheckSummary(String id, String displayName, String compartmentId, FsuReadinessCheck.Type type, Integer issueCount, Date timeCreated, Date timeUpdated, Date timeFinished, FsuReadinessCheck.LifecycleState lifecycleState, String lifecycleDetails, Map<String,String> freeformTags, Map<String,Map<String,Object>> definedTags, Map<String,Map<String,Object>> systemTags)Deprecated. -
Uses of FsuReadinessCheck.Type in com.oracle.bmc.fleetsoftwareupdate.requests
Methods in com.oracle.bmc.fleetsoftwareupdate.requests that return FsuReadinessCheck.Type Modifier and Type Method Description FsuReadinessCheck.TypeListFsuReadinessChecksRequest. getType()A filter to return only resources whose type matches the specified type.Methods in com.oracle.bmc.fleetsoftwareupdate.requests with parameters of type FsuReadinessCheck.Type Modifier and Type Method Description ListFsuReadinessChecksRequest.BuilderListFsuReadinessChecksRequest.Builder. type(FsuReadinessCheck.Type type)A filter to return only resources whose type matches the specified type.
-