Package | Description |
---|---|
com.oracle.bmc.capacitymanagement.model | |
com.oracle.bmc.capacitymanagement.requests |
Modifier and Type | Method and Description |
---|---|
static OccCapacityRequest.RequestType |
OccCapacityRequest.RequestType.create(String key) |
OccCapacityRequest.RequestType |
OccCapacityRequestSummary.getRequestType()
Type of Capacity Request(New or Transfer)
|
OccCapacityRequest.RequestType |
CreateOccCapacityRequestDetails.getRequestType()
Type of Capacity Request(New or Transfer)
|
OccCapacityRequest.RequestType |
OccCapacityRequest.getRequestType()
Type of Capacity Request(New or Transfer)
|
static OccCapacityRequest.RequestType |
OccCapacityRequest.RequestType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static OccCapacityRequest.RequestType[] |
OccCapacityRequest.RequestType.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.requestType(OccCapacityRequest.RequestType requestType)
Type of Capacity Request(New or Transfer)
|
CreateOccCapacityRequestDetails.Builder |
CreateOccCapacityRequestDetails.Builder.requestType(OccCapacityRequest.RequestType requestType)
Type of Capacity Request(New or Transfer)
|
OccCapacityRequest.Builder |
OccCapacityRequest.Builder.requestType(OccCapacityRequest.RequestType requestType)
Type of Capacity Request(New or Transfer)
|
Constructor and Description |
---|
CreateOccCapacityRequestDetails(String compartmentId,
String occAvailabilityCatalogId,
Namespace namespace,
String region,
String displayName,
OccCapacityRequest.RequestType requestType,
String description,
Map<String,String> freeformTags,
Map<String,Map<String,Object>> definedTags,
String lifecycleDetails,
String availabilityDomain,
Date dateExpectedCapacityHandover,
CreateOccCapacityRequestDetails.RequestState requestState,
List<OccCapacityRequestBaseDetails> details)
Deprecated.
|
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.
|
Modifier and Type | Method and Description |
---|---|
OccCapacityRequest.RequestType |
ListOccCapacityRequestsInternalRequest.getRequestType()
A filter to return only the resources that match the request type.
|
OccCapacityRequest.RequestType |
ListOccCapacityRequestsRequest.getRequestType()
A filter to return only the resources that match the request type.
|
Modifier and Type | Method and Description |
---|---|
ListOccCapacityRequestsInternalRequest.Builder |
ListOccCapacityRequestsInternalRequest.Builder.requestType(OccCapacityRequest.RequestType requestType)
A filter to return only the resources that match the request type.
|
ListOccCapacityRequestsRequest.Builder |
ListOccCapacityRequestsRequest.Builder.requestType(OccCapacityRequest.RequestType requestType)
A filter to return only the resources that match the request type.
|
Copyright © 2016–2024. All rights reserved.