Class and Description |
---|
OccAvailabilityCatalog.LifecycleState
The current lifecycle state of the resource.
|
OccAvailabilityCatalogSummary
A catalog containing resource availability details for a customer.
|
OccAvailabilitySummary
The details about the available capacity and constraints for different resource types present in
the availability catalog.
|
OccCapacityRequest.LifecycleState
The current lifecycle state of the resource.
|
OccCapacityRequestSummary
A summary model for the capacity request model.
|
OccCustomerGroup.LifecycleState
The current lifecycle state of the resource.
|
OccCustomerGroupSummary
A customer group is a resource that represents the portion of the capacity reserved for a
customer or a group of customers to facilitate their capacity bookings.
|
OccHandoverResourceBlockDetailSummary
Detailed information about a particular occHandoverResourceBlock.
|
OccHandoverResourceBlockSummary
Details about the association of capacity requests with the corresponding resources handed over
by oracle.
|
OccOverviewSummary
The overview summary is used to represent an array item that shall be used to represent the
overview of the catalog resources along with their corresponding capacity requests.
|
Class and Description |
---|
AssociatedCapacityRequestDetails
Details about the associated capacity requests against which the resources were provisioned by
oracle.
|
AssociatedCapacityRequestDetails.Builder |
AssociatedOccHandoverResourceBlock
Details about the resource block that was handed over.
|
AssociatedOccHandoverResourceBlock.Builder |
CreateOccAvailabilityCatalogDetails
Details about the create request for the availability catalog.
|
CreateOccAvailabilityCatalogDetails.Builder |
CreateOccCapacityRequestDetails
Details about the create request for the capacity request.
|
CreateOccCapacityRequestDetails.Builder |
CreateOccCapacityRequestDetails.RequestState
The subset of request states available for creating the capacity request.
|
CreateOccCustomerDetails
The details about the customer.
|
CreateOccCustomerDetails.Builder |
CreateOccCustomerDetails.Status
To determine whether the customer is enabled/disabled.
|
CreateOccCustomerGroupDetails
Details about the create request for the customer group.
|
CreateOccCustomerGroupDetails.Builder |
CreateOccCustomerGroupDetails.Status
To determine whether the customer group is enabled/disabled.
|
MetadataDetails
Used for representing the metadata of the catalog.
|
MetadataDetails.Builder |
MetadataDetails.FormatVersion
The version for the format of the catalog file being uploaded.
|
Namespace
The name of the OCI service in consideration.
|
OccAvailabilityCatalog
Details of the availability catalog resource.
|
OccAvailabilityCatalog.Builder |
OccAvailabilityCatalog.CatalogState
The different states associated with the availability catalog.
|
OccAvailabilityCatalog.LifecycleState
The current lifecycle state of the resource.
|
OccAvailabilityCatalogCollection
A list of availability catalogs.
|
OccAvailabilityCatalogCollection.Builder |
OccAvailabilityCatalogSummary
A catalog containing resource availability details for a customer.
|
OccAvailabilityCatalogSummary.Builder |
OccAvailabilityCollection
A list of capacity constraints.
|
OccAvailabilityCollection.Builder |
OccAvailabilitySummary
The details about the available capacity and constraints for different resource types present in
the availability catalog.
|
OccAvailabilitySummary.Builder |
OccCapacityRequest
A single request of some quantity of a specific server type, in a specific location and expected
delivery date.
|
OccCapacityRequest.Builder |
OccCapacityRequest.LifecycleState
The current lifecycle state of the resource.
|
OccCapacityRequest.RequestState
The different states the capacity request goes through.
|
OccCapacityRequest.RequestType
Type of Capacity Request(New or Transfer)
|
OccCapacityRequestBaseDetails
The details of the create capacity request.
|
OccCapacityRequestBaseDetails.Builder |
OccCapacityRequestCollection
A list of capacity requests.
|
OccCapacityRequestCollection.Builder |
OccCapacityRequestSummary
A summary model for the capacity request model.
|
OccCapacityRequestSummary.Builder |
OccCustomer
The details about the customer.
|
OccCustomer.Builder |
OccCustomer.Status
To determine whether the customer is enabled/disabled.
|
OccCustomerGroup
Details of the customer group resource.
|
OccCustomerGroup.Builder |
OccCustomerGroup.LifecycleState
The current lifecycle state of the resource.
|
OccCustomerGroup.Status
To determine whether the customer group is enabled/disabled.
|
OccCustomerGroupCollection
A list of customer groups.
|
OccCustomerGroupCollection.Builder |
OccCustomerGroupSummary
A customer group is a resource that represents the portion of the capacity reserved for a
customer or a group of customers to facilitate their capacity bookings.
|
OccCustomerGroupSummary.Builder |
OccHandoverResourceBlockCollection
A list of occ handover resource blocks.
|
OccHandoverResourceBlockCollection.Builder |
OccHandoverResourceBlockDetailCollection
A list of occResourceHandoverDetails.
|
OccHandoverResourceBlockDetailCollection.Builder |
OccHandoverResourceBlockDetailSummary
Detailed information about a particular occHandoverResourceBlock.
|
OccHandoverResourceBlockDetailSummary.Builder |
OccHandoverResourceBlockSummary
Details about the association of capacity requests with the corresponding resources handed over
by oracle.
|
OccHandoverResourceBlockSummary.Builder |
OccOverviewCollection
A list representing response of overview API.
|
OccOverviewCollection.Builder |
OccOverviewSummary
The overview summary is used to represent an array item that shall be used to represent the
overview of the catalog resources along with their corresponding capacity requests.
|
OccOverviewSummary.Builder |
PatchInsertInstruction
An operation that inserts a value into an array, shifting array items as necessary and handling
NOT_FOUND exceptions by creating the implied containing structure.
|
PatchInsertInstruction.Builder |
PatchInsertInstruction.Position
Where to insert the value, relative to the first item matched by
selectedItem . |
PatchInsertMultipleInstruction
An operation that inserts multiple consecutive values into an array, shifting array items as
necessary and handling NOT_FOUND exceptions by creating the implied containing structure.
|
PatchInsertMultipleInstruction.Builder |
PatchInsertMultipleInstruction.Position
Where to insert the values, relative to the first item matched by
selectedItem . |
PatchInstruction
A single instruction to be included as part of Patch request content.
|
PatchInstruction.Operation |
PatchMergeInstruction
An operation that recursively updates items of the selection, or adding the value if the
selection is empty.
|
PatchMergeInstruction.Builder |
PatchMoveInstruction
An operation that “puts” values from elsewhere in the target, functionally equivalent to a single
add and then a remove.
|
PatchMoveInstruction.Builder |
PatchMoveInstruction.Position
Where to insert the value in an array, relative to the first item in the selection.
|
PatchOccCapacityRequestDetails
CapacityRequest details to patch.
|
PatchOccCapacityRequestDetails.Builder |
PatchProhibitInstruction
A precondition operation that requires a selection to be empty, or optionally to be non-empty but
include no item with a specified value (useful for asserting that a value does not exist before
attempting to create it, avoiding accidental update).
|
PatchProhibitInstruction.Builder |
PatchRemoveInstruction
An operation that deletes items, ignoring NOT_FOUND exceptions.
|
PatchRemoveInstruction.Builder |
PatchReplaceInstruction
An operation that “puts” a value, replacing every item of the selection with it, or creating it
if the selection is empty.
|
PatchReplaceInstruction.Builder |
PatchRequireInstruction
A precondition operation that requires a selection to be non-empty, and optionally to include an
item with a specified value (useful for asserting that a value exists before attempting to update
it, avoiding accidental creation).
|
PatchRequireInstruction.Builder |
PlacementDetails
Details like building, room and block where the resource was placed after provisioning in the
datacenter.
|
PlacementDetails.Builder |
SortOrder
Sort orders.
|
UpdateInternalOccCapacityRequestDetails
The details required for making an internal API update call for the capacity requests.
|
UpdateInternalOccCapacityRequestDetails.Builder |
UpdateInternalOccCapacityRequestDetails.RequestState
The subset of request states available internally for updating the capacity request.
|
UpdateOccAvailabilityCatalogDetails
Details about the update request for updating the availability catalogs.
|
UpdateOccAvailabilityCatalogDetails.Builder |
UpdateOccCapacityRequestDetails
The details required for making an update call for capacity requests.
|
UpdateOccCapacityRequestDetails.Builder |
UpdateOccCapacityRequestDetails.RequestState
The subset of request states available for updating the capacity request.
|
UpdateOccCustomerDetails
Details about the update request for updating the customer.
|
UpdateOccCustomerDetails.Builder |
UpdateOccCustomerDetails.Status
To determine whether the customer group is enabled/disabled.
|
UpdateOccCustomerGroupDetails
Details about the update request for updating the customer group.
|
UpdateOccCustomerGroupDetails.Builder |
UpdateOccCustomerGroupDetails.Status
To determine whether the customer group is enabled/disabled.
|
Class and Description |
---|
CreateOccAvailabilityCatalogDetails
Details about the create request for the availability catalog.
|
CreateOccCapacityRequestDetails
Details about the create request for the capacity request.
|
CreateOccCustomerDetails
The details about the customer.
|
CreateOccCustomerGroupDetails
Details about the create request for the customer group.
|
Namespace
The name of the OCI service in consideration.
|
OccAvailabilityCatalog.CatalogState
The different states associated with the availability catalog.
|
OccCapacityRequest.RequestType
Type of Capacity Request(New or Transfer)
|
OccCustomerGroup.Status
To determine whether the customer group is enabled/disabled.
|
PatchOccCapacityRequestDetails
CapacityRequest details to patch.
|
SortOrder
Sort orders.
|
UpdateInternalOccCapacityRequestDetails
The details required for making an internal API update call for the capacity requests.
|
UpdateOccAvailabilityCatalogDetails
Details about the update request for updating the availability catalogs.
|
UpdateOccCapacityRequestDetails
The details required for making an update call for capacity requests.
|
UpdateOccCustomerDetails
Details about the update request for updating the customer.
|
UpdateOccCustomerGroupDetails
Details about the update request for updating the customer group.
|
Class and Description |
---|
OccAvailabilityCatalog
Details of the availability catalog resource.
|
OccAvailabilityCatalogCollection
A list of availability catalogs.
|
OccAvailabilityCollection
A list of capacity constraints.
|
OccCapacityRequest
A single request of some quantity of a specific server type, in a specific location and expected
delivery date.
|
OccCapacityRequestCollection
A list of capacity requests.
|
OccCustomer
The details about the customer.
|
OccCustomerGroup
Details of the customer group resource.
|
OccCustomerGroupCollection
A list of customer groups.
|
OccHandoverResourceBlockCollection
A list of occ handover resource blocks.
|
OccHandoverResourceBlockDetailCollection
A list of occResourceHandoverDetails.
|
OccOverviewCollection
A list representing response of overview API.
|
Copyright © 2016–2024. All rights reserved.