Package | Description |
---|---|
com.oracle.bmc.capacitymanagement | |
com.oracle.bmc.capacitymanagement.model |
Modifier and Type | Method and Description |
---|---|
static OccCapacityRequest.LifecycleState |
OccCapacityRequest.LifecycleState.create(String key) |
OccCapacityRequest.LifecycleState |
OccCapacityRequestSummary.getLifecycleState()
The current lifecycle state of the customer group.
|
OccCapacityRequest.LifecycleState |
OccCapacityRequest.getLifecycleState()
The current lifecycle state of the resource.
|
static OccCapacityRequest.LifecycleState |
OccCapacityRequest.LifecycleState.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static OccCapacityRequest.LifecycleState[] |
OccCapacityRequest.LifecycleState.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.lifecycleState(OccCapacityRequest.LifecycleState lifecycleState)
The current lifecycle state of the customer group.
|
OccCapacityRequest.Builder |
OccCapacityRequest.Builder.lifecycleState(OccCapacityRequest.LifecycleState lifecycleState)
The current lifecycle state of the resource.
|
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.