Package | Description |
---|---|
com.oracle.bmc.core | |
com.oracle.bmc.core.model | |
com.oracle.bmc.core.requests |
Modifier and Type | Method and Description |
---|---|
static ComputeCapacityReservation.LifecycleState |
ComputeCapacityReservation.LifecycleState.create(String key) |
ComputeCapacityReservation.LifecycleState |
ComputeCapacityReservation.getLifecycleState()
The current state of the compute capacity reservation.
|
ComputeCapacityReservation.LifecycleState |
ComputeCapacityReservationSummary.getLifecycleState()
The current state of the capacity reservation.
|
static ComputeCapacityReservation.LifecycleState |
ComputeCapacityReservation.LifecycleState.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ComputeCapacityReservation.LifecycleState[] |
ComputeCapacityReservation.LifecycleState.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
ComputeCapacityReservation.Builder |
ComputeCapacityReservation.Builder.lifecycleState(ComputeCapacityReservation.LifecycleState lifecycleState)
The current state of the compute capacity reservation.
|
ComputeCapacityReservationSummary.Builder |
ComputeCapacityReservationSummary.Builder.lifecycleState(ComputeCapacityReservation.LifecycleState lifecycleState)
The current state of the capacity reservation.
|
Constructor and Description |
---|
ComputeCapacityReservation(String availabilityDomain,
String compartmentId,
Map<String,Map<String,Object>> definedTags,
String displayName,
Map<String,String> freeformTags,
String id,
Boolean isDefaultReservation,
List<InstanceReservationConfig> instanceReservationConfigs,
ComputeCapacityReservation.LifecycleState lifecycleState,
Long reservedInstanceCount,
Date timeUpdated,
Date timeCreated,
Long usedInstanceCount)
Deprecated.
|
ComputeCapacityReservationSummary(String id,
String compartmentId,
String displayName,
Map<String,Map<String,Object>> definedTags,
Map<String,String> freeformTags,
ComputeCapacityReservation.LifecycleState lifecycleState,
String availabilityDomain,
Long reservedInstanceCount,
Long usedInstanceCount,
Boolean isDefaultReservation,
Date timeCreated)
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
ComputeCapacityReservation.LifecycleState |
ListComputeCapacityReservationsRequest.getLifecycleState()
A filter to only return resources that match the given lifecycle state.
|
Modifier and Type | Method and Description |
---|---|
ListComputeCapacityReservationsRequest.Builder |
ListComputeCapacityReservationsRequest.Builder.lifecycleState(ComputeCapacityReservation.LifecycleState lifecycleState)
A filter to only return resources that match the given lifecycle state.
|
Copyright © 2016–2024. All rights reserved.