Uses of Class
com.oracle.bmc.osmanagementhub.model.MirrorType
-
Packages that use MirrorType Package Description com.oracle.bmc.osmanagementhub.model -
-
Uses of MirrorType in com.oracle.bmc.osmanagementhub.model
Methods in com.oracle.bmc.osmanagementhub.model that return MirrorType Modifier and Type Method Description static MirrorTypeMirrorType. create(String key)MirrorTypeMirrorSummary. getType()Type of software source.static MirrorTypeMirrorType. valueOf(String name)Returns the enum constant of this type with the specified name.static MirrorType[]MirrorType. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.oracle.bmc.osmanagementhub.model with parameters of type MirrorType Modifier and Type Method Description MirrorSummary.BuilderMirrorSummary.Builder. type(MirrorType type)Type of software source.Constructors in com.oracle.bmc.osmanagementhub.model with parameters of type MirrorType Constructor Description MirrorSummary(String id, String displayName, MirrorType type, OsFamily osFamily, ArchType archType, MirrorState state, Integer percentage, Date timeLastSynced, String log, Integer packageCount, Long size)Deprecated.
-