Package | Description |
---|---|
com.oracle.bmc.capacitymanagement.model |
Modifier and Type | Method and Description |
---|---|
static OccCapacityRequest.RequestState |
OccCapacityRequest.RequestState.create(String key) |
OccCapacityRequest.RequestState |
OccCapacityRequestSummary.getRequestState()
A list of states through which the capacity request goes by.
|
OccCapacityRequest.RequestState |
OccCapacityRequest.getRequestState()
The different states the capacity request goes through.
|
static OccCapacityRequest.RequestState |
OccCapacityRequest.RequestState.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static OccCapacityRequest.RequestState[] |
OccCapacityRequest.RequestState.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
OccCapacityRequestSummary.Builder |
OccCapacityRequestSummary.Builder.requestState(OccCapacityRequest.RequestState requestState)
A list of states through which the capacity request goes by.
|
OccCapacityRequest.Builder |
OccCapacityRequest.Builder.requestState(OccCapacityRequest.RequestState requestState)
The different states the capacity request goes through.
|
Constructor and Description |
---|
OccCapacityRequest(String id,
String compartmentId,
String occAvailabilityCatalogId,
String displayName,
String description,
Namespace namespace,
String occCustomerGroupId,
OccCapacityRequest.RequestType requestType,
String region,
String availabilityDomain,
Date dateExpectedCapacityHandover,
OccCapacityRequest.RequestState requestState,
Date timeCreated,
Date timeUpdated,
OccCapacityRequest.LifecycleState lifecycleState,
String lifecycleDetails,
Map<String,String> freeformTags,
Map<String,Map<String,Object>> definedTags,
Map<String,Map<String,Object>> systemTags,
List<OccCapacityRequestBaseDetails> details)
Deprecated.
|
OccCapacityRequestSummary(String id,
String compartmentId,
String occAvailabilityCatalogId,
String displayName,
String description,
Namespace namespace,
String occCustomerGroupId,
String region,
String availabilityDomain,
Date dateExpectedCapacityHandover,
OccCapacityRequest.RequestState requestState,
OccCapacityRequest.RequestType requestType,
Date timeCreated,
Date timeUpdated,
OccCapacityRequest.LifecycleState lifecycleState,
String lifecycleDetails,
Map<String,String> freeformTags,
Map<String,Map<String,Object>> definedTags,
Map<String,Map<String,Object>> systemTags)
Deprecated.
|
Copyright © 2016–2024. All rights reserved.