public static class OccCapacityRequestBaseDetails.Builder extends Object
Constructor and Description |
---|
Builder() |
Modifier and Type | Method and Description |
---|---|
OccCapacityRequestBaseDetails.Builder |
actualHandoverQuantity(Long actualHandoverQuantity)
The actual handed over quantity of resources at the time of request resolution.
|
OccCapacityRequestBaseDetails.Builder |
associatedOccHandoverResourceBlockList(List<AssociatedOccHandoverResourceBlock> associatedOccHandoverResourceBlockList)
A list containing details about occHandoverResourceBlocks which were handed over for the
corresponding resource name.
|
OccCapacityRequestBaseDetails.Builder |
availabilityDomain(String availabilityDomain)
The availability domain of the resource which is to be transferred.
|
OccCapacityRequestBaseDetails |
build() |
OccCapacityRequestBaseDetails.Builder |
copy(OccCapacityRequestBaseDetails model) |
OccCapacityRequestBaseDetails.Builder |
dateActualHandover(Date dateActualHandover)
The date on which the actual handover quantity of resources is delivered.
|
OccCapacityRequestBaseDetails.Builder |
dateExpectedHandover(Date dateExpectedHandover)
The date on which the latest increment to supplied quantity of resources was delivered.
|
OccCapacityRequestBaseDetails.Builder |
demandQuantity(Long demandQuantity)
The number of compute server’s with name
|
OccCapacityRequestBaseDetails.Builder |
expectedHandoverQuantity(Long expectedHandoverQuantity)
The incremental quantity of resources supplied as the provisioning is underway.
|
OccCapacityRequestBaseDetails.Builder |
resourceName(String resourceName)
The name of the COMPUTE server shape for which the request is made.
|
OccCapacityRequestBaseDetails.Builder |
resourceType(String resourceType)
The type of the resource against which the user wants to place a capacity request.
|
OccCapacityRequestBaseDetails.Builder |
sourceWorkloadType(String sourceWorkloadType)
The WorkloadType from where capacity request are to be transferred.
|
OccCapacityRequestBaseDetails.Builder |
workloadType(String workloadType)
The type of the workload (Generic/ROW).
|
public OccCapacityRequestBaseDetails.Builder resourceType(String resourceType)
The type of the resource against which the user wants to place a capacity request.
resourceType
- the value to setpublic OccCapacityRequestBaseDetails.Builder workloadType(String workloadType)
The type of the workload (Generic/ROW).
workloadType
- the value to setpublic OccCapacityRequestBaseDetails.Builder sourceWorkloadType(String sourceWorkloadType)
The WorkloadType from where capacity request are to be transferred.
sourceWorkloadType
- the value to setpublic OccCapacityRequestBaseDetails.Builder expectedHandoverQuantity(Long expectedHandoverQuantity)
The incremental quantity of resources supplied as the provisioning is underway.
expectedHandoverQuantity
- the value to setpublic OccCapacityRequestBaseDetails.Builder dateExpectedHandover(Date dateExpectedHandover)
The date on which the latest increment to supplied quantity of resources was delivered.
dateExpectedHandover
- the value to setpublic OccCapacityRequestBaseDetails.Builder actualHandoverQuantity(Long actualHandoverQuantity)
The actual handed over quantity of resources at the time of request resolution.
actualHandoverQuantity
- the value to setpublic OccCapacityRequestBaseDetails.Builder dateActualHandover(Date dateActualHandover)
The date on which the actual handover quantity of resources is delivered.
dateActualHandover
- the value to setpublic OccCapacityRequestBaseDetails.Builder availabilityDomain(String availabilityDomain)
The availability domain of the resource which is to be transferred. Note that this is only required for Capacity Request Transfer requests.
availabilityDomain
- the value to setpublic OccCapacityRequestBaseDetails.Builder associatedOccHandoverResourceBlockList(List<AssociatedOccHandoverResourceBlock> associatedOccHandoverResourceBlockList)
A list containing details about occHandoverResourceBlocks which were handed over for the corresponding resource name.
associatedOccHandoverResourceBlockList
- the value to setpublic OccCapacityRequestBaseDetails.Builder resourceName(String resourceName)
The name of the COMPUTE server shape for which the request is made. Do not use CAPACITY_CONSTRAINT as the resource name.
resourceName
- the value to setpublic OccCapacityRequestBaseDetails.Builder demandQuantity(Long demandQuantity)
The number of compute server’s with name
demandQuantity
- the value to setpublic OccCapacityRequestBaseDetails build()
public OccCapacityRequestBaseDetails.Builder copy(OccCapacityRequestBaseDetails model)
Copyright © 2016–2024. All rights reserved.