oci.CapacityManagement.OccCapacityRequest
Explore with Pulumi AI
This resource provides the Occ Capacity Request resource in Oracle Cloud Infrastructure Capacity Management service.
Create Capacity Request. Updates the OccCapacityRequest by evaluating a sequence of instructions.
Example Usage
Coming soon!
Coming soon!
Coming soon!
Coming soon!
Coming soon!
resources:
testOccCapacityRequest:
type: oci:CapacityManagement:OccCapacityRequest
name: test_occ_capacity_request
properties:
compartmentId: ${compartmentId}
dateExpectedCapacityHandover: ${occCapacityRequestDateExpectedCapacityHandover}
details:
- demandQuantity: ${occCapacityRequestDetailsDemandQuantity}
resourceName: ${testResource.name}
resourceType: ${occCapacityRequestDetailsResourceType}
workloadType: ${occCapacityRequestDetailsWorkloadType}
actualHandoverQuantity: ${occCapacityRequestDetailsActualHandoverQuantity}
associatedOccHandoverResourceBlockLists:
- handoverQuantity: ${occCapacityRequestDetailsAssociatedOccHandoverResourceBlockListHandoverQuantity}
occHandoverResourceBlockId: ${testOccHandoverResourceBlock.id}
availabilityDomain: ${occCapacityRequestDetailsAvailabilityDomain}
dateActualHandover: ${occCapacityRequestDetailsDateActualHandover}
dateExpectedHandover: ${occCapacityRequestDetailsDateExpectedHandover}
expectedHandoverQuantity: ${occCapacityRequestDetailsExpectedHandoverQuantity}
sourceWorkloadType: ${occCapacityRequestDetailsSourceWorkloadType}
displayName: ${occCapacityRequestDisplayName}
namespace: ${occCapacityRequestNamespace}
occCapacityRequestId: ${occCapacityRequestOccCapacityRequestId}
region: ${occCapacityRequestRegion}
availabilityDomain: ${occCapacityRequestAvailabilityDomain}
definedTags:
foo-namespace.bar-key: value
description: ${occCapacityRequestDescription}
freeformTags:
bar-key: value
lifecycleDetails: ${occCapacityRequestLifecycleDetails}
occAvailabilityCatalogId: ${testOccAvailabilityCatalog.id}
patchOperations:
- operation: ${occCapacityRequestPatchOperationsOperation}
selection: ${occCapacityRequestPatchOperationsSelection}
from: ${occCapacityRequestPatchOperationsFrom}
position: ${occCapacityRequestPatchOperationsPosition}
selectedItem: ${occCapacityRequestPatchOperationsSelectedItem}
value: ${occCapacityRequestPatchOperationsValue}
values: ${occCapacityRequestPatchOperationsValues}
requestState: ${occCapacityRequestRequestState}
requestType: ${occCapacityRequestRequestType}
Create OccCapacityRequest Resource
Resources are created with functions called constructors. To learn more about declaring and configuring resources, see Resources.
Constructor syntax
new OccCapacityRequest(name: string, args: OccCapacityRequestArgs, opts?: CustomResourceOptions);
@overload
def OccCapacityRequest(resource_name: str,
args: OccCapacityRequestArgs,
opts: Optional[ResourceOptions] = None)
@overload
def OccCapacityRequest(resource_name: str,
opts: Optional[ResourceOptions] = None,
namespace: Optional[str] = None,
display_name: Optional[str] = None,
date_expected_capacity_handover: Optional[str] = None,
region: Optional[str] = None,
occ_availability_catalog_id: Optional[str] = None,
details: Optional[Sequence[_capacitymanagement.OccCapacityRequestDetailArgs]] = None,
compartment_id: Optional[str] = None,
description: Optional[str] = None,
lifecycle_details: Optional[str] = None,
availability_domain: Optional[str] = None,
freeform_tags: Optional[Mapping[str, str]] = None,
patch_operations: Optional[Sequence[_capacitymanagement.OccCapacityRequestPatchOperationArgs]] = None,
defined_tags: Optional[Mapping[str, str]] = None,
request_state: Optional[str] = None,
request_type: Optional[str] = None)
func NewOccCapacityRequest(ctx *Context, name string, args OccCapacityRequestArgs, opts ...ResourceOption) (*OccCapacityRequest, error)
public OccCapacityRequest(string name, OccCapacityRequestArgs args, CustomResourceOptions? opts = null)
public OccCapacityRequest(String name, OccCapacityRequestArgs args)
public OccCapacityRequest(String name, OccCapacityRequestArgs args, CustomResourceOptions options)
type: oci:CapacityManagement:OccCapacityRequest
properties: # The arguments to resource properties.
options: # Bag of options to control resource's behavior.
Parameters
- name string
- The unique name of the resource.
- args OccCapacityRequestArgs
- The arguments to resource properties.
- opts CustomResourceOptions
- Bag of options to control resource's behavior.
- resource_name str
- The unique name of the resource.
- args OccCapacityRequestArgs
- The arguments to resource properties.
- opts ResourceOptions
- Bag of options to control resource's behavior.
- ctx Context
- Context object for the current deployment.
- name string
- The unique name of the resource.
- args OccCapacityRequestArgs
- The arguments to resource properties.
- opts ResourceOption
- Bag of options to control resource's behavior.
- name string
- The unique name of the resource.
- args OccCapacityRequestArgs
- The arguments to resource properties.
- opts CustomResourceOptions
- Bag of options to control resource's behavior.
- name String
- The unique name of the resource.
- args OccCapacityRequestArgs
- The arguments to resource properties.
- options CustomResourceOptions
- Bag of options to control resource's behavior.
Constructor example
The following reference example uses placeholder values for all input properties.
var occCapacityRequestResource = new Oci.CapacityManagement.OccCapacityRequest("occCapacityRequestResource", new()
{
Namespace = "string",
DisplayName = "string",
DateExpectedCapacityHandover = "string",
Region = "string",
OccAvailabilityCatalogId = "string",
Details = new[]
{
new Oci.CapacityManagement.Inputs.OccCapacityRequestDetailArgs
{
DemandQuantity = "string",
ResourceName = "string",
ResourceType = "string",
WorkloadType = "string",
ActualHandoverQuantity = "string",
AssociatedOccHandoverResourceBlockLists = new[]
{
new Oci.CapacityManagement.Inputs.OccCapacityRequestDetailAssociatedOccHandoverResourceBlockListArgs
{
HandoverQuantity = "string",
OccHandoverResourceBlockId = "string",
},
},
AvailabilityDomain = "string",
DateActualHandover = "string",
DateExpectedHandover = "string",
ExpectedHandoverQuantity = "string",
SourceWorkloadType = "string",
},
},
CompartmentId = "string",
Description = "string",
LifecycleDetails = "string",
AvailabilityDomain = "string",
FreeformTags =
{
{ "string", "string" },
},
PatchOperations = new[]
{
new Oci.CapacityManagement.Inputs.OccCapacityRequestPatchOperationArgs
{
From = "string",
Operation = "string",
Selection = "string",
Value =
{
{ "string", "string" },
},
Position = "string",
SelectedItem = "string",
},
},
DefinedTags =
{
{ "string", "string" },
},
RequestState = "string",
RequestType = "string",
});
example, err := CapacityManagement.NewOccCapacityRequest(ctx, "occCapacityRequestResource", &CapacityManagement.OccCapacityRequestArgs{
Namespace: pulumi.String("string"),
DisplayName: pulumi.String("string"),
DateExpectedCapacityHandover: pulumi.String("string"),
Region: pulumi.String("string"),
OccAvailabilityCatalogId: pulumi.String("string"),
Details: capacitymanagement.OccCapacityRequestDetailArray{
&capacitymanagement.OccCapacityRequestDetailArgs{
DemandQuantity: pulumi.String("string"),
ResourceName: pulumi.String("string"),
ResourceType: pulumi.String("string"),
WorkloadType: pulumi.String("string"),
ActualHandoverQuantity: pulumi.String("string"),
AssociatedOccHandoverResourceBlockLists: capacitymanagement.OccCapacityRequestDetailAssociatedOccHandoverResourceBlockListArray{
&capacitymanagement.OccCapacityRequestDetailAssociatedOccHandoverResourceBlockListArgs{
HandoverQuantity: pulumi.String("string"),
OccHandoverResourceBlockId: pulumi.String("string"),
},
},
AvailabilityDomain: pulumi.String("string"),
DateActualHandover: pulumi.String("string"),
DateExpectedHandover: pulumi.String("string"),
ExpectedHandoverQuantity: pulumi.String("string"),
SourceWorkloadType: pulumi.String("string"),
},
},
CompartmentId: pulumi.String("string"),
Description: pulumi.String("string"),
LifecycleDetails: pulumi.String("string"),
AvailabilityDomain: pulumi.String("string"),
FreeformTags: pulumi.StringMap{
"string": pulumi.String("string"),
},
PatchOperations: capacitymanagement.OccCapacityRequestPatchOperationArray{
&capacitymanagement.OccCapacityRequestPatchOperationArgs{
From: pulumi.String("string"),
Operation: pulumi.String("string"),
Selection: pulumi.String("string"),
Value: pulumi.StringMap{
"string": pulumi.String("string"),
},
Position: pulumi.String("string"),
SelectedItem: pulumi.String("string"),
},
},
DefinedTags: pulumi.StringMap{
"string": pulumi.String("string"),
},
RequestState: pulumi.String("string"),
RequestType: pulumi.String("string"),
})
var occCapacityRequestResource = new OccCapacityRequest("occCapacityRequestResource", OccCapacityRequestArgs.builder()
.namespace("string")
.displayName("string")
.dateExpectedCapacityHandover("string")
.region("string")
.occAvailabilityCatalogId("string")
.details(OccCapacityRequestDetailArgs.builder()
.demandQuantity("string")
.resourceName("string")
.resourceType("string")
.workloadType("string")
.actualHandoverQuantity("string")
.associatedOccHandoverResourceBlockLists(OccCapacityRequestDetailAssociatedOccHandoverResourceBlockListArgs.builder()
.handoverQuantity("string")
.occHandoverResourceBlockId("string")
.build())
.availabilityDomain("string")
.dateActualHandover("string")
.dateExpectedHandover("string")
.expectedHandoverQuantity("string")
.sourceWorkloadType("string")
.build())
.compartmentId("string")
.description("string")
.lifecycleDetails("string")
.availabilityDomain("string")
.freeformTags(Map.of("string", "string"))
.patchOperations(OccCapacityRequestPatchOperationArgs.builder()
.from("string")
.operation("string")
.selection("string")
.value(Map.of("string", "string"))
.position("string")
.selectedItem("string")
.build())
.definedTags(Map.of("string", "string"))
.requestState("string")
.requestType("string")
.build());
occ_capacity_request_resource = oci.capacity_management.OccCapacityRequest("occCapacityRequestResource",
namespace="string",
display_name="string",
date_expected_capacity_handover="string",
region="string",
occ_availability_catalog_id="string",
details=[oci.capacity_management.OccCapacityRequestDetailArgs(
demand_quantity="string",
resource_name="string",
resource_type="string",
workload_type="string",
actual_handover_quantity="string",
associated_occ_handover_resource_block_lists=[oci.capacity_management.OccCapacityRequestDetailAssociatedOccHandoverResourceBlockListArgs(
handover_quantity="string",
occ_handover_resource_block_id="string",
)],
availability_domain="string",
date_actual_handover="string",
date_expected_handover="string",
expected_handover_quantity="string",
source_workload_type="string",
)],
compartment_id="string",
description="string",
lifecycle_details="string",
availability_domain="string",
freeform_tags={
"string": "string",
},
patch_operations=[oci.capacity_management.OccCapacityRequestPatchOperationArgs(
from_="string",
operation="string",
selection="string",
value={
"string": "string",
},
position="string",
selected_item="string",
)],
defined_tags={
"string": "string",
},
request_state="string",
request_type="string")
const occCapacityRequestResource = new oci.capacitymanagement.OccCapacityRequest("occCapacityRequestResource", {
namespace: "string",
displayName: "string",
dateExpectedCapacityHandover: "string",
region: "string",
occAvailabilityCatalogId: "string",
details: [{
demandQuantity: "string",
resourceName: "string",
resourceType: "string",
workloadType: "string",
actualHandoverQuantity: "string",
associatedOccHandoverResourceBlockLists: [{
handoverQuantity: "string",
occHandoverResourceBlockId: "string",
}],
availabilityDomain: "string",
dateActualHandover: "string",
dateExpectedHandover: "string",
expectedHandoverQuantity: "string",
sourceWorkloadType: "string",
}],
compartmentId: "string",
description: "string",
lifecycleDetails: "string",
availabilityDomain: "string",
freeformTags: {
string: "string",
},
patchOperations: [{
from: "string",
operation: "string",
selection: "string",
value: {
string: "string",
},
position: "string",
selectedItem: "string",
}],
definedTags: {
string: "string",
},
requestState: "string",
requestType: "string",
});
type: oci:CapacityManagement:OccCapacityRequest
properties:
availabilityDomain: string
compartmentId: string
dateExpectedCapacityHandover: string
definedTags:
string: string
description: string
details:
- actualHandoverQuantity: string
associatedOccHandoverResourceBlockLists:
- handoverQuantity: string
occHandoverResourceBlockId: string
availabilityDomain: string
dateActualHandover: string
dateExpectedHandover: string
demandQuantity: string
expectedHandoverQuantity: string
resourceName: string
resourceType: string
sourceWorkloadType: string
workloadType: string
displayName: string
freeformTags:
string: string
lifecycleDetails: string
namespace: string
occAvailabilityCatalogId: string
patchOperations:
- from: string
operation: string
position: string
selectedItem: string
selection: string
value:
string: string
region: string
requestState: string
requestType: string
OccCapacityRequest Resource Properties
To learn more about resource properties and how to use them, see Inputs and Outputs in the Architecture and Concepts docs.
Inputs
The OccCapacityRequest resource accepts the following input properties:
- Compartment
Id string - Since all resources are at tenancy level hence this will be the ocid of the tenancy where operation is to be performed.
- Date
Expected stringCapacity Handover - The date by which the capacity requested by customers before dateFinalCustomerOrder needs to be fulfilled.
- Details
List<Occ
Capacity Request Detail> - A list of different resources requested by the user.
- Display
Name string - (Updatable) An user-friendly name for the capacity request. Does not have to be unique, and it's changeable. Avoid entering confidential information.
- Namespace string
- The name of the Oracle Cloud Infrastructure service in consideration. For example, Compute, Exadata, and so on.
- Occ
Availability stringCatalog Id - The OCID of the availability catalog against which capacity request is made.
- Region string
- The name of the region for which the capacity request is made.
- Availability
Domain string - The availability domain (AD) in which the new resource is to be placed. If this is specified then the capacity will be validated and fulfilled within the scope of this AD. Note that this field is NOT required for Capacity request Transfer requests.
- Dictionary<string, string>
- (Updatable) Defined tags for this resource. Each key is predefined and scoped to a namespace. Example:
{"foo-namespace.bar-key": "value"}
- Description string
- Meaningful text about the capacity request.
- Dictionary<string, string>
- (Updatable) Simple key-value pair that is applied without any predefined name, type or scope. Exists for cross-compatibility only. Example:
{"bar-key": "value"}
- Lifecycle
Details string - A message describing the current state in more detail. For example, can be used to provide actionable information for a resource in a Failed State.
- Patch
Operations List<OccCapacity Request Patch Operation> - (Updatable)
- Request
State string - (Updatable) The subset of request states available for creating the capacity request.
- Request
Type string Type of Capacity Request(New or Transfer)
** IMPORTANT ** Any change to a property that does not support update will force the destruction and recreation of the resource with the new property values
- Compartment
Id string - Since all resources are at tenancy level hence this will be the ocid of the tenancy where operation is to be performed.
- Date
Expected stringCapacity Handover - The date by which the capacity requested by customers before dateFinalCustomerOrder needs to be fulfilled.
- Details
[]Occ
Capacity Request Detail Args - A list of different resources requested by the user.
- Display
Name string - (Updatable) An user-friendly name for the capacity request. Does not have to be unique, and it's changeable. Avoid entering confidential information.
- Namespace string
- The name of the Oracle Cloud Infrastructure service in consideration. For example, Compute, Exadata, and so on.
- Occ
Availability stringCatalog Id - The OCID of the availability catalog against which capacity request is made.
- Region string
- The name of the region for which the capacity request is made.
- Availability
Domain string - The availability domain (AD) in which the new resource is to be placed. If this is specified then the capacity will be validated and fulfilled within the scope of this AD. Note that this field is NOT required for Capacity request Transfer requests.
- map[string]string
- (Updatable) Defined tags for this resource. Each key is predefined and scoped to a namespace. Example:
{"foo-namespace.bar-key": "value"}
- Description string
- Meaningful text about the capacity request.
- map[string]string
- (Updatable) Simple key-value pair that is applied without any predefined name, type or scope. Exists for cross-compatibility only. Example:
{"bar-key": "value"}
- Lifecycle
Details string - A message describing the current state in more detail. For example, can be used to provide actionable information for a resource in a Failed State.
- Patch
Operations []OccCapacity Request Patch Operation Args - (Updatable)
- Request
State string - (Updatable) The subset of request states available for creating the capacity request.
- Request
Type string Type of Capacity Request(New or Transfer)
** IMPORTANT ** Any change to a property that does not support update will force the destruction and recreation of the resource with the new property values
- compartment
Id String - Since all resources are at tenancy level hence this will be the ocid of the tenancy where operation is to be performed.
- date
Expected StringCapacity Handover - The date by which the capacity requested by customers before dateFinalCustomerOrder needs to be fulfilled.
- details
List<Occ
Capacity Request Detail> - A list of different resources requested by the user.
- display
Name String - (Updatable) An user-friendly name for the capacity request. Does not have to be unique, and it's changeable. Avoid entering confidential information.
- namespace String
- The name of the Oracle Cloud Infrastructure service in consideration. For example, Compute, Exadata, and so on.
- occ
Availability StringCatalog Id - The OCID of the availability catalog against which capacity request is made.
- region String
- The name of the region for which the capacity request is made.
- availability
Domain String - The availability domain (AD) in which the new resource is to be placed. If this is specified then the capacity will be validated and fulfilled within the scope of this AD. Note that this field is NOT required for Capacity request Transfer requests.
- Map<String,String>
- (Updatable) Defined tags for this resource. Each key is predefined and scoped to a namespace. Example:
{"foo-namespace.bar-key": "value"}
- description String
- Meaningful text about the capacity request.
- Map<String,String>
- (Updatable) Simple key-value pair that is applied without any predefined name, type or scope. Exists for cross-compatibility only. Example:
{"bar-key": "value"}
- lifecycle
Details String - A message describing the current state in more detail. For example, can be used to provide actionable information for a resource in a Failed State.
- patch
Operations List<OccCapacity Request Patch Operation> - (Updatable)
- request
State String - (Updatable) The subset of request states available for creating the capacity request.
- request
Type String Type of Capacity Request(New or Transfer)
** IMPORTANT ** Any change to a property that does not support update will force the destruction and recreation of the resource with the new property values
- compartment
Id string - Since all resources are at tenancy level hence this will be the ocid of the tenancy where operation is to be performed.
- date
Expected stringCapacity Handover - The date by which the capacity requested by customers before dateFinalCustomerOrder needs to be fulfilled.
- details
Occ
Capacity Request Detail[] - A list of different resources requested by the user.
- display
Name string - (Updatable) An user-friendly name for the capacity request. Does not have to be unique, and it's changeable. Avoid entering confidential information.
- namespace string
- The name of the Oracle Cloud Infrastructure service in consideration. For example, Compute, Exadata, and so on.
- occ
Availability stringCatalog Id - The OCID of the availability catalog against which capacity request is made.
- region string
- The name of the region for which the capacity request is made.
- availability
Domain string - The availability domain (AD) in which the new resource is to be placed. If this is specified then the capacity will be validated and fulfilled within the scope of this AD. Note that this field is NOT required for Capacity request Transfer requests.
- {[key: string]: string}
- (Updatable) Defined tags for this resource. Each key is predefined and scoped to a namespace. Example:
{"foo-namespace.bar-key": "value"}
- description string
- Meaningful text about the capacity request.
- {[key: string]: string}
- (Updatable) Simple key-value pair that is applied without any predefined name, type or scope. Exists for cross-compatibility only. Example:
{"bar-key": "value"}
- lifecycle
Details string - A message describing the current state in more detail. For example, can be used to provide actionable information for a resource in a Failed State.
- patch
Operations OccCapacity Request Patch Operation[] - (Updatable)
- request
State string - (Updatable) The subset of request states available for creating the capacity request.
- request
Type string Type of Capacity Request(New or Transfer)
** IMPORTANT ** Any change to a property that does not support update will force the destruction and recreation of the resource with the new property values
- compartment_
id str - Since all resources are at tenancy level hence this will be the ocid of the tenancy where operation is to be performed.
- date_
expected_ strcapacity_ handover - The date by which the capacity requested by customers before dateFinalCustomerOrder needs to be fulfilled.
- details
Sequence[capacitymanagement.
Occ Capacity Request Detail Args] - A list of different resources requested by the user.
- display_
name str - (Updatable) An user-friendly name for the capacity request. Does not have to be unique, and it's changeable. Avoid entering confidential information.
- namespace str
- The name of the Oracle Cloud Infrastructure service in consideration. For example, Compute, Exadata, and so on.
- occ_
availability_ strcatalog_ id - The OCID of the availability catalog against which capacity request is made.
- region str
- The name of the region for which the capacity request is made.
- availability_
domain str - The availability domain (AD) in which the new resource is to be placed. If this is specified then the capacity will be validated and fulfilled within the scope of this AD. Note that this field is NOT required for Capacity request Transfer requests.
- Mapping[str, str]
- (Updatable) Defined tags for this resource. Each key is predefined and scoped to a namespace. Example:
{"foo-namespace.bar-key": "value"}
- description str
- Meaningful text about the capacity request.
- Mapping[str, str]
- (Updatable) Simple key-value pair that is applied without any predefined name, type or scope. Exists for cross-compatibility only. Example:
{"bar-key": "value"}
- lifecycle_
details str - A message describing the current state in more detail. For example, can be used to provide actionable information for a resource in a Failed State.
- patch_
operations Sequence[capacitymanagement.Occ Capacity Request Patch Operation Args] - (Updatable)
- request_
state str - (Updatable) The subset of request states available for creating the capacity request.
- request_
type str Type of Capacity Request(New or Transfer)
** IMPORTANT ** Any change to a property that does not support update will force the destruction and recreation of the resource with the new property values
- compartment
Id String - Since all resources are at tenancy level hence this will be the ocid of the tenancy where operation is to be performed.
- date
Expected StringCapacity Handover - The date by which the capacity requested by customers before dateFinalCustomerOrder needs to be fulfilled.
- details List<Property Map>
- A list of different resources requested by the user.
- display
Name String - (Updatable) An user-friendly name for the capacity request. Does not have to be unique, and it's changeable. Avoid entering confidential information.
- namespace String
- The name of the Oracle Cloud Infrastructure service in consideration. For example, Compute, Exadata, and so on.
- occ
Availability StringCatalog Id - The OCID of the availability catalog against which capacity request is made.
- region String
- The name of the region for which the capacity request is made.
- availability
Domain String - The availability domain (AD) in which the new resource is to be placed. If this is specified then the capacity will be validated and fulfilled within the scope of this AD. Note that this field is NOT required for Capacity request Transfer requests.
- Map<String>
- (Updatable) Defined tags for this resource. Each key is predefined and scoped to a namespace. Example:
{"foo-namespace.bar-key": "value"}
- description String
- Meaningful text about the capacity request.
- Map<String>
- (Updatable) Simple key-value pair that is applied without any predefined name, type or scope. Exists for cross-compatibility only. Example:
{"bar-key": "value"}
- lifecycle
Details String - A message describing the current state in more detail. For example, can be used to provide actionable information for a resource in a Failed State.
- patch
Operations List<Property Map> - (Updatable)
- request
State String - (Updatable) The subset of request states available for creating the capacity request.
- request
Type String Type of Capacity Request(New or Transfer)
** IMPORTANT ** Any change to a property that does not support update will force the destruction and recreation of the resource with the new property values
Outputs
All input properties are implicitly available as output properties. Additionally, the OccCapacityRequest resource produces the following output properties:
- Id string
- The provider-assigned unique ID for this managed resource.
- Occ
Customer stringGroup Id - The OCID of the customer group to which this customer belongs to.
- State string
- The current lifecycle state of the resource.
- Dictionary<string, string>
- System tags for this resource. Each key is predefined and scoped to a namespace. Example:
{"orcl-cloud.free-tier-retained": "true"}
- Time
Created string - The time when the capacity request was created.
- Time
Updated string - The time when the capacity request was updated.
- Id string
- The provider-assigned unique ID for this managed resource.
- Occ
Customer stringGroup Id - The OCID of the customer group to which this customer belongs to.
- State string
- The current lifecycle state of the resource.
- map[string]string
- System tags for this resource. Each key is predefined and scoped to a namespace. Example:
{"orcl-cloud.free-tier-retained": "true"}
- Time
Created string - The time when the capacity request was created.
- Time
Updated string - The time when the capacity request was updated.
- id String
- The provider-assigned unique ID for this managed resource.
- occ
Customer StringGroup Id - The OCID of the customer group to which this customer belongs to.
- state String
- The current lifecycle state of the resource.
- Map<String,String>
- System tags for this resource. Each key is predefined and scoped to a namespace. Example:
{"orcl-cloud.free-tier-retained": "true"}
- time
Created String - The time when the capacity request was created.
- time
Updated String - The time when the capacity request was updated.
- id string
- The provider-assigned unique ID for this managed resource.
- occ
Customer stringGroup Id - The OCID of the customer group to which this customer belongs to.
- state string
- The current lifecycle state of the resource.
- {[key: string]: string}
- System tags for this resource. Each key is predefined and scoped to a namespace. Example:
{"orcl-cloud.free-tier-retained": "true"}
- time
Created string - The time when the capacity request was created.
- time
Updated string - The time when the capacity request was updated.
- id str
- The provider-assigned unique ID for this managed resource.
- occ_
customer_ strgroup_ id - The OCID of the customer group to which this customer belongs to.
- state str
- The current lifecycle state of the resource.
- Mapping[str, str]
- System tags for this resource. Each key is predefined and scoped to a namespace. Example:
{"orcl-cloud.free-tier-retained": "true"}
- time_
created str - The time when the capacity request was created.
- time_
updated str - The time when the capacity request was updated.
- id String
- The provider-assigned unique ID for this managed resource.
- occ
Customer StringGroup Id - The OCID of the customer group to which this customer belongs to.
- state String
- The current lifecycle state of the resource.
- Map<String>
- System tags for this resource. Each key is predefined and scoped to a namespace. Example:
{"orcl-cloud.free-tier-retained": "true"}
- time
Created String - The time when the capacity request was created.
- time
Updated String - The time when the capacity request was updated.
Look up Existing OccCapacityRequest Resource
Get an existing OccCapacityRequest resource’s state with the given name, ID, and optional extra properties used to qualify the lookup.
public static get(name: string, id: Input<ID>, state?: OccCapacityRequestState, opts?: CustomResourceOptions): OccCapacityRequest
@staticmethod
def get(resource_name: str,
id: str,
opts: Optional[ResourceOptions] = None,
availability_domain: Optional[str] = None,
compartment_id: Optional[str] = None,
date_expected_capacity_handover: Optional[str] = None,
defined_tags: Optional[Mapping[str, str]] = None,
description: Optional[str] = None,
details: Optional[Sequence[_capacitymanagement.OccCapacityRequestDetailArgs]] = None,
display_name: Optional[str] = None,
freeform_tags: Optional[Mapping[str, str]] = None,
lifecycle_details: Optional[str] = None,
namespace: Optional[str] = None,
occ_availability_catalog_id: Optional[str] = None,
occ_customer_group_id: Optional[str] = None,
patch_operations: Optional[Sequence[_capacitymanagement.OccCapacityRequestPatchOperationArgs]] = None,
region: Optional[str] = None,
request_state: Optional[str] = None,
request_type: Optional[str] = None,
state: Optional[str] = None,
system_tags: Optional[Mapping[str, str]] = None,
time_created: Optional[str] = None,
time_updated: Optional[str] = None) -> OccCapacityRequest
func GetOccCapacityRequest(ctx *Context, name string, id IDInput, state *OccCapacityRequestState, opts ...ResourceOption) (*OccCapacityRequest, error)
public static OccCapacityRequest Get(string name, Input<string> id, OccCapacityRequestState? state, CustomResourceOptions? opts = null)
public static OccCapacityRequest get(String name, Output<String> id, OccCapacityRequestState state, CustomResourceOptions options)
Resource lookup is not supported in YAML
- name
- The unique name of the resulting resource.
- id
- The unique provider ID of the resource to lookup.
- state
- Any extra arguments used during the lookup.
- opts
- A bag of options that control this resource's behavior.
- resource_name
- The unique name of the resulting resource.
- id
- The unique provider ID of the resource to lookup.
- name
- The unique name of the resulting resource.
- id
- The unique provider ID of the resource to lookup.
- state
- Any extra arguments used during the lookup.
- opts
- A bag of options that control this resource's behavior.
- name
- The unique name of the resulting resource.
- id
- The unique provider ID of the resource to lookup.
- state
- Any extra arguments used during the lookup.
- opts
- A bag of options that control this resource's behavior.
- name
- The unique name of the resulting resource.
- id
- The unique provider ID of the resource to lookup.
- state
- Any extra arguments used during the lookup.
- opts
- A bag of options that control this resource's behavior.
- Availability
Domain string - The availability domain (AD) in which the new resource is to be placed. If this is specified then the capacity will be validated and fulfilled within the scope of this AD. Note that this field is NOT required for Capacity request Transfer requests.
- Compartment
Id string - Since all resources are at tenancy level hence this will be the ocid of the tenancy where operation is to be performed.
- Date
Expected stringCapacity Handover - The date by which the capacity requested by customers before dateFinalCustomerOrder needs to be fulfilled.
- Dictionary<string, string>
- (Updatable) Defined tags for this resource. Each key is predefined and scoped to a namespace. Example:
{"foo-namespace.bar-key": "value"}
- Description string
- Meaningful text about the capacity request.
- Details
List<Occ
Capacity Request Detail> - A list of different resources requested by the user.
- Display
Name string - (Updatable) An user-friendly name for the capacity request. Does not have to be unique, and it's changeable. Avoid entering confidential information.
- Dictionary<string, string>
- (Updatable) Simple key-value pair that is applied without any predefined name, type or scope. Exists for cross-compatibility only. Example:
{"bar-key": "value"}
- Lifecycle
Details string - A message describing the current state in more detail. For example, can be used to provide actionable information for a resource in a Failed State.
- Namespace string
- The name of the Oracle Cloud Infrastructure service in consideration. For example, Compute, Exadata, and so on.
- Occ
Availability stringCatalog Id - The OCID of the availability catalog against which capacity request is made.
- Occ
Customer stringGroup Id - The OCID of the customer group to which this customer belongs to.
- Patch
Operations List<OccCapacity Request Patch Operation> - (Updatable)
- Region string
- The name of the region for which the capacity request is made.
- Request
State string - (Updatable) The subset of request states available for creating the capacity request.
- Request
Type string Type of Capacity Request(New or Transfer)
** IMPORTANT ** Any change to a property that does not support update will force the destruction and recreation of the resource with the new property values
- State string
- The current lifecycle state of the resource.
- Dictionary<string, string>
- System tags for this resource. Each key is predefined and scoped to a namespace. Example:
{"orcl-cloud.free-tier-retained": "true"}
- Time
Created string - The time when the capacity request was created.
- Time
Updated string - The time when the capacity request was updated.
- Availability
Domain string - The availability domain (AD) in which the new resource is to be placed. If this is specified then the capacity will be validated and fulfilled within the scope of this AD. Note that this field is NOT required for Capacity request Transfer requests.
- Compartment
Id string - Since all resources are at tenancy level hence this will be the ocid of the tenancy where operation is to be performed.
- Date
Expected stringCapacity Handover - The date by which the capacity requested by customers before dateFinalCustomerOrder needs to be fulfilled.
- map[string]string
- (Updatable) Defined tags for this resource. Each key is predefined and scoped to a namespace. Example:
{"foo-namespace.bar-key": "value"}
- Description string
- Meaningful text about the capacity request.
- Details
[]Occ
Capacity Request Detail Args - A list of different resources requested by the user.
- Display
Name string - (Updatable) An user-friendly name for the capacity request. Does not have to be unique, and it's changeable. Avoid entering confidential information.
- map[string]string
- (Updatable) Simple key-value pair that is applied without any predefined name, type or scope. Exists for cross-compatibility only. Example:
{"bar-key": "value"}
- Lifecycle
Details string - A message describing the current state in more detail. For example, can be used to provide actionable information for a resource in a Failed State.
- Namespace string
- The name of the Oracle Cloud Infrastructure service in consideration. For example, Compute, Exadata, and so on.
- Occ
Availability stringCatalog Id - The OCID of the availability catalog against which capacity request is made.
- Occ
Customer stringGroup Id - The OCID of the customer group to which this customer belongs to.
- Patch
Operations []OccCapacity Request Patch Operation Args - (Updatable)
- Region string
- The name of the region for which the capacity request is made.
- Request
State string - (Updatable) The subset of request states available for creating the capacity request.
- Request
Type string Type of Capacity Request(New or Transfer)
** IMPORTANT ** Any change to a property that does not support update will force the destruction and recreation of the resource with the new property values
- State string
- The current lifecycle state of the resource.
- map[string]string
- System tags for this resource. Each key is predefined and scoped to a namespace. Example:
{"orcl-cloud.free-tier-retained": "true"}
- Time
Created string - The time when the capacity request was created.
- Time
Updated string - The time when the capacity request was updated.
- availability
Domain String - The availability domain (AD) in which the new resource is to be placed. If this is specified then the capacity will be validated and fulfilled within the scope of this AD. Note that this field is NOT required for Capacity request Transfer requests.
- compartment
Id String - Since all resources are at tenancy level hence this will be the ocid of the tenancy where operation is to be performed.
- date
Expected StringCapacity Handover - The date by which the capacity requested by customers before dateFinalCustomerOrder needs to be fulfilled.
- Map<String,String>
- (Updatable) Defined tags for this resource. Each key is predefined and scoped to a namespace. Example:
{"foo-namespace.bar-key": "value"}
- description String
- Meaningful text about the capacity request.
- details
List<Occ
Capacity Request Detail> - A list of different resources requested by the user.
- display
Name String - (Updatable) An user-friendly name for the capacity request. Does not have to be unique, and it's changeable. Avoid entering confidential information.
- Map<String,String>
- (Updatable) Simple key-value pair that is applied without any predefined name, type or scope. Exists for cross-compatibility only. Example:
{"bar-key": "value"}
- lifecycle
Details String - A message describing the current state in more detail. For example, can be used to provide actionable information for a resource in a Failed State.
- namespace String
- The name of the Oracle Cloud Infrastructure service in consideration. For example, Compute, Exadata, and so on.
- occ
Availability StringCatalog Id - The OCID of the availability catalog against which capacity request is made.
- occ
Customer StringGroup Id - The OCID of the customer group to which this customer belongs to.
- patch
Operations List<OccCapacity Request Patch Operation> - (Updatable)
- region String
- The name of the region for which the capacity request is made.
- request
State String - (Updatable) The subset of request states available for creating the capacity request.
- request
Type String Type of Capacity Request(New or Transfer)
** IMPORTANT ** Any change to a property that does not support update will force the destruction and recreation of the resource with the new property values
- state String
- The current lifecycle state of the resource.
- Map<String,String>
- System tags for this resource. Each key is predefined and scoped to a namespace. Example:
{"orcl-cloud.free-tier-retained": "true"}
- time
Created String - The time when the capacity request was created.
- time
Updated String - The time when the capacity request was updated.
- availability
Domain string - The availability domain (AD) in which the new resource is to be placed. If this is specified then the capacity will be validated and fulfilled within the scope of this AD. Note that this field is NOT required for Capacity request Transfer requests.
- compartment
Id string - Since all resources are at tenancy level hence this will be the ocid of the tenancy where operation is to be performed.
- date
Expected stringCapacity Handover - The date by which the capacity requested by customers before dateFinalCustomerOrder needs to be fulfilled.
- {[key: string]: string}
- (Updatable) Defined tags for this resource. Each key is predefined and scoped to a namespace. Example:
{"foo-namespace.bar-key": "value"}
- description string
- Meaningful text about the capacity request.
- details
Occ
Capacity Request Detail[] - A list of different resources requested by the user.
- display
Name string - (Updatable) An user-friendly name for the capacity request. Does not have to be unique, and it's changeable. Avoid entering confidential information.
- {[key: string]: string}
- (Updatable) Simple key-value pair that is applied without any predefined name, type or scope. Exists for cross-compatibility only. Example:
{"bar-key": "value"}
- lifecycle
Details string - A message describing the current state in more detail. For example, can be used to provide actionable information for a resource in a Failed State.
- namespace string
- The name of the Oracle Cloud Infrastructure service in consideration. For example, Compute, Exadata, and so on.
- occ
Availability stringCatalog Id - The OCID of the availability catalog against which capacity request is made.
- occ
Customer stringGroup Id - The OCID of the customer group to which this customer belongs to.
- patch
Operations OccCapacity Request Patch Operation[] - (Updatable)
- region string
- The name of the region for which the capacity request is made.
- request
State string - (Updatable) The subset of request states available for creating the capacity request.
- request
Type string Type of Capacity Request(New or Transfer)
** IMPORTANT ** Any change to a property that does not support update will force the destruction and recreation of the resource with the new property values
- state string
- The current lifecycle state of the resource.
- {[key: string]: string}
- System tags for this resource. Each key is predefined and scoped to a namespace. Example:
{"orcl-cloud.free-tier-retained": "true"}
- time
Created string - The time when the capacity request was created.
- time
Updated string - The time when the capacity request was updated.
- availability_
domain str - The availability domain (AD) in which the new resource is to be placed. If this is specified then the capacity will be validated and fulfilled within the scope of this AD. Note that this field is NOT required for Capacity request Transfer requests.
- compartment_
id str - Since all resources are at tenancy level hence this will be the ocid of the tenancy where operation is to be performed.
- date_
expected_ strcapacity_ handover - The date by which the capacity requested by customers before dateFinalCustomerOrder needs to be fulfilled.
- Mapping[str, str]
- (Updatable) Defined tags for this resource. Each key is predefined and scoped to a namespace. Example:
{"foo-namespace.bar-key": "value"}
- description str
- Meaningful text about the capacity request.
- details
Sequence[capacitymanagement.
Occ Capacity Request Detail Args] - A list of different resources requested by the user.
- display_
name str - (Updatable) An user-friendly name for the capacity request. Does not have to be unique, and it's changeable. Avoid entering confidential information.
- Mapping[str, str]
- (Updatable) Simple key-value pair that is applied without any predefined name, type or scope. Exists for cross-compatibility only. Example:
{"bar-key": "value"}
- lifecycle_
details str - A message describing the current state in more detail. For example, can be used to provide actionable information for a resource in a Failed State.
- namespace str
- The name of the Oracle Cloud Infrastructure service in consideration. For example, Compute, Exadata, and so on.
- occ_
availability_ strcatalog_ id - The OCID of the availability catalog against which capacity request is made.
- occ_
customer_ strgroup_ id - The OCID of the customer group to which this customer belongs to.
- patch_
operations Sequence[capacitymanagement.Occ Capacity Request Patch Operation Args] - (Updatable)
- region str
- The name of the region for which the capacity request is made.
- request_
state str - (Updatable) The subset of request states available for creating the capacity request.
- request_
type str Type of Capacity Request(New or Transfer)
** IMPORTANT ** Any change to a property that does not support update will force the destruction and recreation of the resource with the new property values
- state str
- The current lifecycle state of the resource.
- Mapping[str, str]
- System tags for this resource. Each key is predefined and scoped to a namespace. Example:
{"orcl-cloud.free-tier-retained": "true"}
- time_
created str - The time when the capacity request was created.
- time_
updated str - The time when the capacity request was updated.
- availability
Domain String - The availability domain (AD) in which the new resource is to be placed. If this is specified then the capacity will be validated and fulfilled within the scope of this AD. Note that this field is NOT required for Capacity request Transfer requests.
- compartment
Id String - Since all resources are at tenancy level hence this will be the ocid of the tenancy where operation is to be performed.
- date
Expected StringCapacity Handover - The date by which the capacity requested by customers before dateFinalCustomerOrder needs to be fulfilled.
- Map<String>
- (Updatable) Defined tags for this resource. Each key is predefined and scoped to a namespace. Example:
{"foo-namespace.bar-key": "value"}
- description String
- Meaningful text about the capacity request.
- details List<Property Map>
- A list of different resources requested by the user.
- display
Name String - (Updatable) An user-friendly name for the capacity request. Does not have to be unique, and it's changeable. Avoid entering confidential information.
- Map<String>
- (Updatable) Simple key-value pair that is applied without any predefined name, type or scope. Exists for cross-compatibility only. Example:
{"bar-key": "value"}
- lifecycle
Details String - A message describing the current state in more detail. For example, can be used to provide actionable information for a resource in a Failed State.
- namespace String
- The name of the Oracle Cloud Infrastructure service in consideration. For example, Compute, Exadata, and so on.
- occ
Availability StringCatalog Id - The OCID of the availability catalog against which capacity request is made.
- occ
Customer StringGroup Id - The OCID of the customer group to which this customer belongs to.
- patch
Operations List<Property Map> - (Updatable)
- region String
- The name of the region for which the capacity request is made.
- request
State String - (Updatable) The subset of request states available for creating the capacity request.
- request
Type String Type of Capacity Request(New or Transfer)
** IMPORTANT ** Any change to a property that does not support update will force the destruction and recreation of the resource with the new property values
- state String
- The current lifecycle state of the resource.
- Map<String>
- System tags for this resource. Each key is predefined and scoped to a namespace. Example:
{"orcl-cloud.free-tier-retained": "true"}
- time
Created String - The time when the capacity request was created.
- time
Updated String - The time when the capacity request was updated.
Supporting Types
OccCapacityRequestDetail, OccCapacityRequestDetailArgs
- Demand
Quantity string - The number of compute server's with name required by the user.
- Resource
Name string - The name of the COMPUTE server shape for which the request is made. Do not use CAPACITY_CONSTRAINT as the resource name.
- Resource
Type string - The type of the resource against which the user wants to place a capacity request.
- Workload
Type string - The type of the workload (Generic/ROW).
- Actual
Handover stringQuantity - The actual handed over quantity of resources at the time of request resolution.
- Associated
Occ List<OccHandover Resource Block Lists Capacity Request Detail Associated Occ Handover Resource Block List> - A list containing details about occHandoverResourceBlocks which were handed over for the corresponding resource name.
- Availability
Domain string - The availability domain of the resource which is to be transferred. Note that this is only required for Capacity Request Transfer requests.
- Date
Actual stringHandover - The date on which the actual handover quantity of resources is delivered.
- Date
Expected stringHandover - The date on which the latest increment to supplied quantity of resources was delivered.
- Expected
Handover stringQuantity - The incremental quantity of resources supplied as the provisioning is underway.
- Source
Workload stringType - The WorkloadType from where capacity request are to be transferred.
- Demand
Quantity string - The number of compute server's with name required by the user.
- Resource
Name string - The name of the COMPUTE server shape for which the request is made. Do not use CAPACITY_CONSTRAINT as the resource name.
- Resource
Type string - The type of the resource against which the user wants to place a capacity request.
- Workload
Type string - The type of the workload (Generic/ROW).
- Actual
Handover stringQuantity - The actual handed over quantity of resources at the time of request resolution.
- Associated
Occ []OccHandover Resource Block Lists Capacity Request Detail Associated Occ Handover Resource Block List - A list containing details about occHandoverResourceBlocks which were handed over for the corresponding resource name.
- Availability
Domain string - The availability domain of the resource which is to be transferred. Note that this is only required for Capacity Request Transfer requests.
- Date
Actual stringHandover - The date on which the actual handover quantity of resources is delivered.
- Date
Expected stringHandover - The date on which the latest increment to supplied quantity of resources was delivered.
- Expected
Handover stringQuantity - The incremental quantity of resources supplied as the provisioning is underway.
- Source
Workload stringType - The WorkloadType from where capacity request are to be transferred.
- demand
Quantity String - The number of compute server's with name required by the user.
- resource
Name String - The name of the COMPUTE server shape for which the request is made. Do not use CAPACITY_CONSTRAINT as the resource name.
- resource
Type String - The type of the resource against which the user wants to place a capacity request.
- workload
Type String - The type of the workload (Generic/ROW).
- actual
Handover StringQuantity - The actual handed over quantity of resources at the time of request resolution.
- associated
Occ List<OccHandover Resource Block Lists Capacity Request Detail Associated Occ Handover Resource Block List> - A list containing details about occHandoverResourceBlocks which were handed over for the corresponding resource name.
- availability
Domain String - The availability domain of the resource which is to be transferred. Note that this is only required for Capacity Request Transfer requests.
- date
Actual StringHandover - The date on which the actual handover quantity of resources is delivered.
- date
Expected StringHandover - The date on which the latest increment to supplied quantity of resources was delivered.
- expected
Handover StringQuantity - The incremental quantity of resources supplied as the provisioning is underway.
- source
Workload StringType - The WorkloadType from where capacity request are to be transferred.
- demand
Quantity string - The number of compute server's with name required by the user.
- resource
Name string - The name of the COMPUTE server shape for which the request is made. Do not use CAPACITY_CONSTRAINT as the resource name.
- resource
Type string - The type of the resource against which the user wants to place a capacity request.
- workload
Type string - The type of the workload (Generic/ROW).
- actual
Handover stringQuantity - The actual handed over quantity of resources at the time of request resolution.
- associated
Occ OccHandover Resource Block Lists Capacity Request Detail Associated Occ Handover Resource Block List[] - A list containing details about occHandoverResourceBlocks which were handed over for the corresponding resource name.
- availability
Domain string - The availability domain of the resource which is to be transferred. Note that this is only required for Capacity Request Transfer requests.
- date
Actual stringHandover - The date on which the actual handover quantity of resources is delivered.
- date
Expected stringHandover - The date on which the latest increment to supplied quantity of resources was delivered.
- expected
Handover stringQuantity - The incremental quantity of resources supplied as the provisioning is underway.
- source
Workload stringType - The WorkloadType from where capacity request are to be transferred.
- demand_
quantity str - The number of compute server's with name required by the user.
- resource_
name str - The name of the COMPUTE server shape for which the request is made. Do not use CAPACITY_CONSTRAINT as the resource name.
- resource_
type str - The type of the resource against which the user wants to place a capacity request.
- workload_
type str - The type of the workload (Generic/ROW).
- actual_
handover_ strquantity - The actual handed over quantity of resources at the time of request resolution.
- associated_
occ_ Sequence[capacitymanagement.handover_ resource_ block_ lists Occ Capacity Request Detail Associated Occ Handover Resource Block List] - A list containing details about occHandoverResourceBlocks which were handed over for the corresponding resource name.
- availability_
domain str - The availability domain of the resource which is to be transferred. Note that this is only required for Capacity Request Transfer requests.
- date_
actual_ strhandover - The date on which the actual handover quantity of resources is delivered.
- date_
expected_ strhandover - The date on which the latest increment to supplied quantity of resources was delivered.
- expected_
handover_ strquantity - The incremental quantity of resources supplied as the provisioning is underway.
- source_
workload_ strtype - The WorkloadType from where capacity request are to be transferred.
- demand
Quantity String - The number of compute server's with name required by the user.
- resource
Name String - The name of the COMPUTE server shape for which the request is made. Do not use CAPACITY_CONSTRAINT as the resource name.
- resource
Type String - The type of the resource against which the user wants to place a capacity request.
- workload
Type String - The type of the workload (Generic/ROW).
- actual
Handover StringQuantity - The actual handed over quantity of resources at the time of request resolution.
- associated
Occ List<Property Map>Handover Resource Block Lists - A list containing details about occHandoverResourceBlocks which were handed over for the corresponding resource name.
- availability
Domain String - The availability domain of the resource which is to be transferred. Note that this is only required for Capacity Request Transfer requests.
- date
Actual StringHandover - The date on which the actual handover quantity of resources is delivered.
- date
Expected StringHandover - The date on which the latest increment to supplied quantity of resources was delivered.
- expected
Handover StringQuantity - The incremental quantity of resources supplied as the provisioning is underway.
- source
Workload StringType - The WorkloadType from where capacity request are to be transferred.
OccCapacityRequestDetailAssociatedOccHandoverResourceBlockList, OccCapacityRequestDetailAssociatedOccHandoverResourceBlockListArgs
- Handover
Quantity string - The total quantity of the resource that was made available to the customer as part of this resource block
- Occ
Handover stringResource Block Id - The OCID of the handed over resource block.
- Handover
Quantity string - The total quantity of the resource that was made available to the customer as part of this resource block
- Occ
Handover stringResource Block Id - The OCID of the handed over resource block.
- handover
Quantity String - The total quantity of the resource that was made available to the customer as part of this resource block
- occ
Handover StringResource Block Id - The OCID of the handed over resource block.
- handover
Quantity string - The total quantity of the resource that was made available to the customer as part of this resource block
- occ
Handover stringResource Block Id - The OCID of the handed over resource block.
- handover_
quantity str - The total quantity of the resource that was made available to the customer as part of this resource block
- occ_
handover_ strresource_ block_ id - The OCID of the handed over resource block.
- handover
Quantity String - The total quantity of the resource that was made available to the customer as part of this resource block
- occ
Handover StringResource Block Id - The OCID of the handed over resource block.
OccCapacityRequestPatchOperation, OccCapacityRequestPatchOperationArgs
Import
OccCapacityRequests can be imported using the id
, e.g.
$ pulumi import oci:CapacityManagement/occCapacityRequest:OccCapacityRequest test_occ_capacity_request "id"
To learn more about importing existing cloud resources, see Importing resources.
Package Details
- Repository
- oci pulumi/pulumi-oci
- License
- Apache-2.0
- Notes
- This Pulumi package is based on the
oci
Terraform Provider.