Uses of Class
com.oracle.bmc.osmanagementhub.model.MirrorState
-
Packages that use MirrorState Package Description com.oracle.bmc.osmanagementhub.model com.oracle.bmc.osmanagementhub.requests -
-
Uses of MirrorState in com.oracle.bmc.osmanagementhub.model
Methods in com.oracle.bmc.osmanagementhub.model that return MirrorState Modifier and Type Method Description static MirrorState
MirrorState. create(String key)
MirrorState
MirrorSummary. getState()
Current state of the software source mirror.static MirrorState
MirrorState. valueOf(String name)
Returns the enum constant of this type with the specified name.static MirrorState[]
MirrorState. 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 MirrorState Modifier and Type Method Description MirrorSummary.Builder
MirrorSummary.Builder. state(MirrorState state)
Current state of the software source mirror.Constructors in com.oracle.bmc.osmanagementhub.model with parameters of type MirrorState 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. -
Uses of MirrorState in com.oracle.bmc.osmanagementhub.requests
Methods in com.oracle.bmc.osmanagementhub.requests that return types with arguments of type MirrorState Modifier and Type Method Description List<MirrorState>
ListMirrorsRequest. getMirrorStates()
List of Mirror state to filter byMethods in com.oracle.bmc.osmanagementhub.requests with parameters of type MirrorState Modifier and Type Method Description ListMirrorsRequest.Builder
ListMirrorsRequest.Builder. mirrorStates(MirrorState singularValue)
Singular setter.Method parameters in com.oracle.bmc.osmanagementhub.requests with type arguments of type MirrorState Modifier and Type Method Description ListMirrorsRequest.Builder
ListMirrorsRequest.Builder. mirrorStates(List<MirrorState> mirrorStates)
List of Mirror state to filter by
-