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 MirrorType
MirrorType. create(String key)
MirrorType
MirrorSummary. getType()
Type of software source.static MirrorType
MirrorType. 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.Builder
MirrorSummary.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.
-