Package | Description |
---|---|
com.oracle.bmc.osmanagementhub.model | |
com.oracle.bmc.osmanagementhub.requests |
Modifier and Type | Method and Description |
---|---|
static MirrorState |
MirrorState.create(String key) |
MirrorState |
MirrorSummary.getState()
Current state of the 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.
|
Modifier and Type | Method and Description |
---|---|
MirrorSummary.Builder |
MirrorSummary.Builder.state(MirrorState state)
Current state of the mirror
|
Constructor and Description |
---|
MirrorSummary(String id,
String displayName,
MirrorType type,
OsFamily osFamily,
ArchType archType,
MirrorState state,
Integer percentage,
Date timeLastSynced,
String log)
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
List<MirrorState> |
ListMirrorsRequest.getMirrorStates()
List of Mirror state to filter by
|
Modifier and Type | Method and Description |
---|---|
ListMirrorsRequest.Builder |
ListMirrorsRequest.Builder.mirrorStates(MirrorState singularValue)
Singular setter.
|
Modifier and Type | Method and Description |
---|---|
ListMirrorsRequest.Builder |
ListMirrorsRequest.Builder.mirrorStates(List<MirrorState> mirrorStates)
List of Mirror state to filter by
|
Copyright © 2016–2024. All rights reserved.