Uses of Class
com.oracle.bmc.mngdmac.model.MacDevice.LifecycleState
-
Packages that use MacDevice.LifecycleState Package Description com.oracle.bmc.mngdmac com.oracle.bmc.mngdmac.model com.oracle.bmc.mngdmac.requests -
-
Uses of MacDevice.LifecycleState in com.oracle.bmc.mngdmac
Methods in com.oracle.bmc.mngdmac with parameters of type MacDevice.LifecycleState Modifier and Type Method Description Waiter<GetMacDeviceRequest,GetMacDeviceResponse>
MacDeviceWaiters. forMacDevice(GetMacDeviceRequest request, MacDevice.LifecycleState... targetStates)
Creates a newWaiter
using the default configuration.Waiter<GetMacDeviceRequest,GetMacDeviceResponse>
MacDeviceWaiters. forMacDevice(GetMacDeviceRequest request, MacDevice.LifecycleState targetState, TerminationStrategy terminationStrategy, DelayStrategy delayStrategy)
Creates a newWaiter
using the provided configuration.Waiter<GetMacDeviceRequest,GetMacDeviceResponse>
MacDeviceWaiters. forMacDevice(GetMacDeviceRequest request, TerminationStrategy terminationStrategy, DelayStrategy delayStrategy, MacDevice.LifecycleState... targetStates)
Creates a newWaiter
using the provided configuration. -
Uses of MacDevice.LifecycleState in com.oracle.bmc.mngdmac.model
Methods in com.oracle.bmc.mngdmac.model that return MacDevice.LifecycleState Modifier and Type Method Description static MacDevice.LifecycleState
MacDevice.LifecycleState. create(String key)
MacDevice.LifecycleState
MacDevice. getLifecycleState()
The current status of the MacDevice.MacDevice.LifecycleState
MacDeviceSummary. getLifecycleState()
The current status of the MacDevice.static MacDevice.LifecycleState
MacDevice.LifecycleState. valueOf(String name)
Returns the enum constant of this type with the specified name.static MacDevice.LifecycleState[]
MacDevice.LifecycleState. values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.oracle.bmc.mngdmac.model with parameters of type MacDevice.LifecycleState Modifier and Type Method Description MacDevice.Builder
MacDevice.Builder. lifecycleState(MacDevice.LifecycleState lifecycleState)
The current status of the MacDevice.MacDeviceSummary.Builder
MacDeviceSummary.Builder. lifecycleState(MacDevice.LifecycleState lifecycleState)
The current status of the MacDevice.Constructors in com.oracle.bmc.mngdmac.model with parameters of type MacDevice.LifecycleState Constructor Description MacDevice(String id, String compartmentId, String macOrderId, String serialNumber, String ipAddress, MacDevice.LifecycleState lifecycleState, MacOrder.Shape shape, Date timeCreated, Date timeUpdated, Boolean isMarkedDecom, Date timeDecom)
Deprecated.MacDeviceSummary(String id, String compartmentId, String macOrderId, String serialNumber, String ipAddress, MacOrder.Shape shape, MacDevice.LifecycleState lifecycleState, Date timeCreated, Date timeUpdated, Boolean isMarkedDecom, Date timeDecom)
Deprecated. -
Uses of MacDevice.LifecycleState in com.oracle.bmc.mngdmac.requests
Methods in com.oracle.bmc.mngdmac.requests that return MacDevice.LifecycleState Modifier and Type Method Description MacDevice.LifecycleState
ListMacDevicesRequest. getLifecycleState()
A filter to return only resources that match the given lifecycle state.Methods in com.oracle.bmc.mngdmac.requests with parameters of type MacDevice.LifecycleState Modifier and Type Method Description ListMacDevicesRequest.Builder
ListMacDevicesRequest.Builder. lifecycleState(MacDevice.LifecycleState lifecycleState)
A filter to return only resources that match the given lifecycle state.
-