Oracle Cloud Infrastructure v1.41.0 published on Wednesday, Jun 19, 2024 by Pulumi
oci.CapacityManagement.getOccAvailabilityCatalogs
Explore with Pulumi AI
Oracle Cloud Infrastructure v1.41.0 published on Wednesday, Jun 19, 2024 by Pulumi
This data source provides the list of Occ Availability Catalogs in Oracle Cloud Infrastructure Capacity Management service.
Lists all availability catalogs.
Example Usage
import * as pulumi from "@pulumi/pulumi";
import * as oci from "@pulumi/oci";
const testOccAvailabilityCatalogs = oci.CapacityManagement.getOccAvailabilityCatalogs({
compartmentId: compartmentId,
catalogState: occAvailabilityCatalogCatalogState,
displayName: occAvailabilityCatalogDisplayName,
id: occAvailabilityCatalogId,
namespace: occAvailabilityCatalogNamespace,
});
import pulumi
import pulumi_oci as oci
test_occ_availability_catalogs = oci.CapacityManagement.get_occ_availability_catalogs(compartment_id=compartment_id,
catalog_state=occ_availability_catalog_catalog_state,
display_name=occ_availability_catalog_display_name,
id=occ_availability_catalog_id,
namespace=occ_availability_catalog_namespace)
package main
import (
"github.com/pulumi/pulumi-oci/sdk/go/oci/CapacityManagement"
"github.com/pulumi/pulumi/sdk/v3/go/pulumi"
)
func main() {
pulumi.Run(func(ctx *pulumi.Context) error {
_, err := CapacityManagement.GetOccAvailabilityCatalogs(ctx, &capacitymanagement.GetOccAvailabilityCatalogsArgs{
CompartmentId: compartmentId,
CatalogState: pulumi.StringRef(occAvailabilityCatalogCatalogState),
DisplayName: pulumi.StringRef(occAvailabilityCatalogDisplayName),
Id: pulumi.StringRef(occAvailabilityCatalogId),
Namespace: pulumi.StringRef(occAvailabilityCatalogNamespace),
}, nil)
if err != nil {
return err
}
return nil
})
}
using System.Collections.Generic;
using System.Linq;
using Pulumi;
using Oci = Pulumi.Oci;
return await Deployment.RunAsync(() =>
{
var testOccAvailabilityCatalogs = Oci.CapacityManagement.GetOccAvailabilityCatalogs.Invoke(new()
{
CompartmentId = compartmentId,
CatalogState = occAvailabilityCatalogCatalogState,
DisplayName = occAvailabilityCatalogDisplayName,
Id = occAvailabilityCatalogId,
Namespace = occAvailabilityCatalogNamespace,
});
});
package generated_program;
import com.pulumi.Context;
import com.pulumi.Pulumi;
import com.pulumi.core.Output;
import com.pulumi.oci.CapacityManagement.CapacityManagementFunctions;
import com.pulumi.oci.CapacityManagement.inputs.GetOccAvailabilityCatalogsArgs;
import java.util.List;
import java.util.ArrayList;
import java.util.Map;
import java.io.File;
import java.nio.file.Files;
import java.nio.file.Paths;
public class App {
public static void main(String[] args) {
Pulumi.run(App::stack);
}
public static void stack(Context ctx) {
final var testOccAvailabilityCatalogs = CapacityManagementFunctions.getOccAvailabilityCatalogs(GetOccAvailabilityCatalogsArgs.builder()
.compartmentId(compartmentId)
.catalogState(occAvailabilityCatalogCatalogState)
.displayName(occAvailabilityCatalogDisplayName)
.id(occAvailabilityCatalogId)
.namespace(occAvailabilityCatalogNamespace)
.build());
}
}
variables:
testOccAvailabilityCatalogs:
fn::invoke:
Function: oci:CapacityManagement:getOccAvailabilityCatalogs
Arguments:
compartmentId: ${compartmentId}
catalogState: ${occAvailabilityCatalogCatalogState}
displayName: ${occAvailabilityCatalogDisplayName}
id: ${occAvailabilityCatalogId}
namespace: ${occAvailabilityCatalogNamespace}
Using getOccAvailabilityCatalogs
Two invocation forms are available. The direct form accepts plain arguments and either blocks until the result value is available, or returns a Promise-wrapped result. The output form accepts Input-wrapped arguments and returns an Output-wrapped result.
function getOccAvailabilityCatalogs(args: GetOccAvailabilityCatalogsArgs, opts?: InvokeOptions): Promise<GetOccAvailabilityCatalogsResult>
function getOccAvailabilityCatalogsOutput(args: GetOccAvailabilityCatalogsOutputArgs, opts?: InvokeOptions): Output<GetOccAvailabilityCatalogsResult>
def get_occ_availability_catalogs(catalog_state: Optional[str] = None,
compartment_id: Optional[str] = None,
display_name: Optional[str] = None,
filters: Optional[Sequence[_capacitymanagement.GetOccAvailabilityCatalogsFilter]] = None,
id: Optional[str] = None,
namespace: Optional[str] = None,
opts: Optional[InvokeOptions] = None) -> GetOccAvailabilityCatalogsResult
def get_occ_availability_catalogs_output(catalog_state: Optional[pulumi.Input[str]] = None,
compartment_id: Optional[pulumi.Input[str]] = None,
display_name: Optional[pulumi.Input[str]] = None,
filters: Optional[pulumi.Input[Sequence[pulumi.Input[_capacitymanagement.GetOccAvailabilityCatalogsFilterArgs]]]] = None,
id: Optional[pulumi.Input[str]] = None,
namespace: Optional[pulumi.Input[str]] = None,
opts: Optional[InvokeOptions] = None) -> Output[GetOccAvailabilityCatalogsResult]
func GetOccAvailabilityCatalogs(ctx *Context, args *GetOccAvailabilityCatalogsArgs, opts ...InvokeOption) (*GetOccAvailabilityCatalogsResult, error)
func GetOccAvailabilityCatalogsOutput(ctx *Context, args *GetOccAvailabilityCatalogsOutputArgs, opts ...InvokeOption) GetOccAvailabilityCatalogsResultOutput
> Note: This function is named GetOccAvailabilityCatalogs
in the Go SDK.
public static class GetOccAvailabilityCatalogs
{
public static Task<GetOccAvailabilityCatalogsResult> InvokeAsync(GetOccAvailabilityCatalogsArgs args, InvokeOptions? opts = null)
public static Output<GetOccAvailabilityCatalogsResult> Invoke(GetOccAvailabilityCatalogsInvokeArgs args, InvokeOptions? opts = null)
}
public static CompletableFuture<GetOccAvailabilityCatalogsResult> getOccAvailabilityCatalogs(GetOccAvailabilityCatalogsArgs args, InvokeOptions options)
// Output-based functions aren't available in Java yet
fn::invoke:
function: oci:CapacityManagement/getOccAvailabilityCatalogs:getOccAvailabilityCatalogs
arguments:
# arguments dictionary
The following arguments are supported:
- Compartment
Id string - The ocid of the compartment or tenancy in which resources are to be listed. This will also be used for authorization purposes.
- Catalog
State string - Filter the list of availability catalogs based on the catalog state.
- Display
Name string - A filter to return only the resources that match the entire display name. The match is not case sensitive.
- Filters
List<Get
Occ Availability Catalogs Filter> - Id string
- The OCID of the availability catalog to filter the list of availability catalogs.
- Namespace string
- The namespace by which we would filter the list.
- Compartment
Id string - The ocid of the compartment or tenancy in which resources are to be listed. This will also be used for authorization purposes.
- Catalog
State string - Filter the list of availability catalogs based on the catalog state.
- Display
Name string - A filter to return only the resources that match the entire display name. The match is not case sensitive.
- Filters
[]Get
Occ Availability Catalogs Filter - Id string
- The OCID of the availability catalog to filter the list of availability catalogs.
- Namespace string
- The namespace by which we would filter the list.
- compartment
Id String - The ocid of the compartment or tenancy in which resources are to be listed. This will also be used for authorization purposes.
- catalog
State String - Filter the list of availability catalogs based on the catalog state.
- display
Name String - A filter to return only the resources that match the entire display name. The match is not case sensitive.
- filters
List<Get
Occ Availability Catalogs Filter> - id String
- The OCID of the availability catalog to filter the list of availability catalogs.
- namespace String
- The namespace by which we would filter the list.
- compartment
Id string - The ocid of the compartment or tenancy in which resources are to be listed. This will also be used for authorization purposes.
- catalog
State string - Filter the list of availability catalogs based on the catalog state.
- display
Name string - A filter to return only the resources that match the entire display name. The match is not case sensitive.
- filters
Get
Occ Availability Catalogs Filter[] - id string
- The OCID of the availability catalog to filter the list of availability catalogs.
- namespace string
- The namespace by which we would filter the list.
- compartment_
id str - The ocid of the compartment or tenancy in which resources are to be listed. This will also be used for authorization purposes.
- catalog_
state str - Filter the list of availability catalogs based on the catalog state.
- display_
name str - A filter to return only the resources that match the entire display name. The match is not case sensitive.
- filters
Sequence[capacitymanagement.
Get Occ Availability Catalogs Filter] - id str
- The OCID of the availability catalog to filter the list of availability catalogs.
- namespace str
- The namespace by which we would filter the list.
- compartment
Id String - The ocid of the compartment or tenancy in which resources are to be listed. This will also be used for authorization purposes.
- catalog
State String - Filter the list of availability catalogs based on the catalog state.
- display
Name String - A filter to return only the resources that match the entire display name. The match is not case sensitive.
- filters List<Property Map>
- id String
- The OCID of the availability catalog to filter the list of availability catalogs.
- namespace String
- The namespace by which we would filter the list.
getOccAvailabilityCatalogs Result
The following output properties are available:
- Compartment
Id string - The OCID of the tenancy where the availability catalog resides.
- Occ
Availability List<GetCatalog Collections Occ Availability Catalogs Occ Availability Catalog Collection> - The list of occ_availability_catalog_collection.
- Catalog
State string - The different states associated with the availability catalog.
- Display
Name string - A user-friendly name for the availability catalog.
- Filters
List<Get
Occ Availability Catalogs Filter> - Id string
- The OCID of the availability catalog.
- Namespace string
- The name of the Oracle Cloud Infrastructure service in consideration. For example, Compute, Exadata, and so on.
- Compartment
Id string - The OCID of the tenancy where the availability catalog resides.
- Occ
Availability []GetCatalog Collections Occ Availability Catalogs Occ Availability Catalog Collection - The list of occ_availability_catalog_collection.
- Catalog
State string - The different states associated with the availability catalog.
- Display
Name string - A user-friendly name for the availability catalog.
- Filters
[]Get
Occ Availability Catalogs Filter - Id string
- The OCID of the availability catalog.
- Namespace string
- The name of the Oracle Cloud Infrastructure service in consideration. For example, Compute, Exadata, and so on.
- compartment
Id String - The OCID of the tenancy where the availability catalog resides.
- occ
Availability List<GetCatalog Collections Occ Availability Catalogs Occ Availability Catalog Collection> - The list of occ_availability_catalog_collection.
- catalog
State String - The different states associated with the availability catalog.
- display
Name String - A user-friendly name for the availability catalog.
- filters
List<Get
Occ Availability Catalogs Filter> - id String
- The OCID of the availability catalog.
- namespace String
- The name of the Oracle Cloud Infrastructure service in consideration. For example, Compute, Exadata, and so on.
- compartment
Id string - The OCID of the tenancy where the availability catalog resides.
- occ
Availability GetCatalog Collections Occ Availability Catalogs Occ Availability Catalog Collection[] - The list of occ_availability_catalog_collection.
- catalog
State string - The different states associated with the availability catalog.
- display
Name string - A user-friendly name for the availability catalog.
- filters
Get
Occ Availability Catalogs Filter[] - id string
- The OCID of the availability catalog.
- namespace string
- The name of the Oracle Cloud Infrastructure service in consideration. For example, Compute, Exadata, and so on.
- compartment_
id str - The OCID of the tenancy where the availability catalog resides.
- occ_
availability_ Sequence[capacitymanagement.catalog_ collections Get Occ Availability Catalogs Occ Availability Catalog Collection] - The list of occ_availability_catalog_collection.
- catalog_
state str - The different states associated with the availability catalog.
- display_
name str - A user-friendly name for the availability catalog.
- filters
Sequence[capacitymanagement.
Get Occ Availability Catalogs Filter] - id str
- The OCID of the availability catalog.
- namespace str
- The name of the Oracle Cloud Infrastructure service in consideration. For example, Compute, Exadata, and so on.
- compartment
Id String - The OCID of the tenancy where the availability catalog resides.
- occ
Availability List<Property Map>Catalog Collections - The list of occ_availability_catalog_collection.
- catalog
State String - The different states associated with the availability catalog.
- display
Name String - A user-friendly name for the availability catalog.
- filters List<Property Map>
- id String
- The OCID of the availability catalog.
- namespace String
- The name of the Oracle Cloud Infrastructure service in consideration. For example, Compute, Exadata, and so on.
Supporting Types
GetOccAvailabilityCatalogsFilter
GetOccAvailabilityCatalogsOccAvailabilityCatalogCollection
GetOccAvailabilityCatalogsOccAvailabilityCatalogCollectionItem
- Base64encoded
Catalog stringDetails - Catalog
State string - Filter the list of availability catalogs based on the catalog state.
- Compartment
Id string - The ocid of the compartment or tenancy in which resources are to be listed. This will also be used for authorization purposes.
- Dictionary<string, object>
- Defined tags for this resource. Each key is predefined and scoped to a namespace. Example:
{"foo-namespace.bar-key": "value"}
- Description string
- Text information about the availability catalog.
- Details
List<Get
Occ Availability Catalogs Occ Availability Catalog Collection Item Detail> - Details about capacity available for different resources in catalog.
- Display
Name string - A filter to return only the resources that match the entire display name. The match is not case sensitive.
- Dictionary<string, object>
- Simple key-value pair that is applied without any predefined name, type or scope. Exists for cross-compatibility only. Example:
{"bar-key": "value"}
- Id string
- The OCID of the availability catalog to filter the list of availability catalogs.
- 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.
- Metadata
Details List<GetOcc Availability Catalogs Occ Availability Catalog Collection Item Metadata Detail> - Used for representing the metadata of the catalog. This denotes the version and format of the CSV file for parsing.
- Namespace string
- The namespace by which we would filter the list.
- Occ
Customer stringGroup Id - The customer group OCID to which the availability catalog belongs.
- State string
- The current lifecycle state of the resource.
- Dictionary<string, object>
- 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 availability catalog was created.
- Time
Updated string - The time when the availability catalog was last updated.
- Base64encoded
Catalog stringDetails - Catalog
State string - Filter the list of availability catalogs based on the catalog state.
- Compartment
Id string - The ocid of the compartment or tenancy in which resources are to be listed. This will also be used for authorization purposes.
- map[string]interface{}
- Defined tags for this resource. Each key is predefined and scoped to a namespace. Example:
{"foo-namespace.bar-key": "value"}
- Description string
- Text information about the availability catalog.
- Details
[]Get
Occ Availability Catalogs Occ Availability Catalog Collection Item Detail - Details about capacity available for different resources in catalog.
- Display
Name string - A filter to return only the resources that match the entire display name. The match is not case sensitive.
- map[string]interface{}
- Simple key-value pair that is applied without any predefined name, type or scope. Exists for cross-compatibility only. Example:
{"bar-key": "value"}
- Id string
- The OCID of the availability catalog to filter the list of availability catalogs.
- 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.
- Metadata
Details []GetOcc Availability Catalogs Occ Availability Catalog Collection Item Metadata Detail - Used for representing the metadata of the catalog. This denotes the version and format of the CSV file for parsing.
- Namespace string
- The namespace by which we would filter the list.
- Occ
Customer stringGroup Id - The customer group OCID to which the availability catalog belongs.
- State string
- The current lifecycle state of the resource.
- map[string]interface{}
- 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 availability catalog was created.
- Time
Updated string - The time when the availability catalog was last updated.
- base64encoded
Catalog StringDetails - catalog
State String - Filter the list of availability catalogs based on the catalog state.
- compartment
Id String - The ocid of the compartment or tenancy in which resources are to be listed. This will also be used for authorization purposes.
- Map<String,Object>
- Defined tags for this resource. Each key is predefined and scoped to a namespace. Example:
{"foo-namespace.bar-key": "value"}
- description String
- Text information about the availability catalog.
- details
List<Get
Occ Availability Catalogs Occ Availability Catalog Collection Item Detail> - Details about capacity available for different resources in catalog.
- display
Name String - A filter to return only the resources that match the entire display name. The match is not case sensitive.
- Map<String,Object>
- Simple key-value pair that is applied without any predefined name, type or scope. Exists for cross-compatibility only. Example:
{"bar-key": "value"}
- id String
- The OCID of the availability catalog to filter the list of availability catalogs.
- 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.
- metadata
Details List<GetOcc Availability Catalogs Occ Availability Catalog Collection Item Metadata Detail> - Used for representing the metadata of the catalog. This denotes the version and format of the CSV file for parsing.
- namespace String
- The namespace by which we would filter the list.
- occ
Customer StringGroup Id - The customer group OCID to which the availability catalog belongs.
- state String
- The current lifecycle state of the resource.
- Map<String,Object>
- 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 availability catalog was created.
- time
Updated String - The time when the availability catalog was last updated.
- base64encoded
Catalog stringDetails - catalog
State string - Filter the list of availability catalogs based on the catalog state.
- compartment
Id string - The ocid of the compartment or tenancy in which resources are to be listed. This will also be used for authorization purposes.
- {[key: string]: any}
- Defined tags for this resource. Each key is predefined and scoped to a namespace. Example:
{"foo-namespace.bar-key": "value"}
- description string
- Text information about the availability catalog.
- details
Get
Occ Availability Catalogs Occ Availability Catalog Collection Item Detail[] - Details about capacity available for different resources in catalog.
- display
Name string - A filter to return only the resources that match the entire display name. The match is not case sensitive.
- {[key: string]: any}
- Simple key-value pair that is applied without any predefined name, type or scope. Exists for cross-compatibility only. Example:
{"bar-key": "value"}
- id string
- The OCID of the availability catalog to filter the list of availability catalogs.
- 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.
- metadata
Details GetOcc Availability Catalogs Occ Availability Catalog Collection Item Metadata Detail[] - Used for representing the metadata of the catalog. This denotes the version and format of the CSV file for parsing.
- namespace string
- The namespace by which we would filter the list.
- occ
Customer stringGroup Id - The customer group OCID to which the availability catalog belongs.
- state string
- The current lifecycle state of the resource.
- {[key: string]: any}
- 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 availability catalog was created.
- time
Updated string - The time when the availability catalog was last updated.
- base64encoded_
catalog_ strdetails - catalog_
state str - Filter the list of availability catalogs based on the catalog state.
- compartment_
id str - The ocid of the compartment or tenancy in which resources are to be listed. This will also be used for authorization purposes.
- Mapping[str, Any]
- Defined tags for this resource. Each key is predefined and scoped to a namespace. Example:
{"foo-namespace.bar-key": "value"}
- description str
- Text information about the availability catalog.
- details
Sequence[capacitymanagement.
Get Occ Availability Catalogs Occ Availability Catalog Collection Item Detail] - Details about capacity available for different resources in catalog.
- display_
name str - A filter to return only the resources that match the entire display name. The match is not case sensitive.
- Mapping[str, Any]
- Simple key-value pair that is applied without any predefined name, type or scope. Exists for cross-compatibility only. Example:
{"bar-key": "value"}
- id str
- The OCID of the availability catalog to filter the list of availability catalogs.
- 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.
- metadata_
details Sequence[capacitymanagement.Get Occ Availability Catalogs Occ Availability Catalog Collection Item Metadata Detail] - Used for representing the metadata of the catalog. This denotes the version and format of the CSV file for parsing.
- namespace str
- The namespace by which we would filter the list.
- occ_
customer_ strgroup_ id - The customer group OCID to which the availability catalog belongs.
- state str
- The current lifecycle state of the resource.
- Mapping[str, Any]
- 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 availability catalog was created.
- time_
updated str - The time when the availability catalog was last updated.
- base64encoded
Catalog StringDetails - catalog
State String - Filter the list of availability catalogs based on the catalog state.
- compartment
Id String - The ocid of the compartment or tenancy in which resources are to be listed. This will also be used for authorization purposes.
- Map<Any>
- Defined tags for this resource. Each key is predefined and scoped to a namespace. Example:
{"foo-namespace.bar-key": "value"}
- description String
- Text information about the availability catalog.
- details List<Property Map>
- Details about capacity available for different resources in catalog.
- display
Name String - A filter to return only the resources that match the entire display name. The match is not case sensitive.
- Map<Any>
- Simple key-value pair that is applied without any predefined name, type or scope. Exists for cross-compatibility only. Example:
{"bar-key": "value"}
- id String
- The OCID of the availability catalog to filter the list of availability catalogs.
- 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.
- metadata
Details List<Property Map> - Used for representing the metadata of the catalog. This denotes the version and format of the CSV file for parsing.
- namespace String
- The namespace by which we would filter the list.
- occ
Customer StringGroup Id - The customer group OCID to which the availability catalog belongs.
- state String
- The current lifecycle state of the resource.
- Map<Any>
- 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 availability catalog was created.
- time
Updated String - The time when the availability catalog was last updated.
GetOccAvailabilityCatalogsOccAvailabilityCatalogCollectionItemDetail
- Available
Quantity string - The quantity of available resource that the customer can request.
- Catalog
Id string - The OCID of the availability catalog.
- Date
Expected stringCapacity Handover - The date by which the capacity requested by customers before dateFinalCustomerOrder needs to be fulfilled.
- Date
Final stringCustomer Order - The date by which the customer must place the order to have their capacity requirements met by the customer handover date.
- Namespace string
- The namespace by which we would filter the list.
- Resource
Name string - The name of the resource that the customer can request.
- Resource
Type string - The different types of resources against which customers can place capacity requests.
- Unit string
- The unit in which the resource available is measured.
- Workload
Type string - The type of workload (Generic/ROW).
- Available
Quantity string - The quantity of available resource that the customer can request.
- Catalog
Id string - The OCID of the availability catalog.
- Date
Expected stringCapacity Handover - The date by which the capacity requested by customers before dateFinalCustomerOrder needs to be fulfilled.
- Date
Final stringCustomer Order - The date by which the customer must place the order to have their capacity requirements met by the customer handover date.
- Namespace string
- The namespace by which we would filter the list.
- Resource
Name string - The name of the resource that the customer can request.
- Resource
Type string - The different types of resources against which customers can place capacity requests.
- Unit string
- The unit in which the resource available is measured.
- Workload
Type string - The type of workload (Generic/ROW).
- available
Quantity String - The quantity of available resource that the customer can request.
- catalog
Id String - The OCID of the availability catalog.
- date
Expected StringCapacity Handover - The date by which the capacity requested by customers before dateFinalCustomerOrder needs to be fulfilled.
- date
Final StringCustomer Order - The date by which the customer must place the order to have their capacity requirements met by the customer handover date.
- namespace String
- The namespace by which we would filter the list.
- resource
Name String - The name of the resource that the customer can request.
- resource
Type String - The different types of resources against which customers can place capacity requests.
- unit String
- The unit in which the resource available is measured.
- workload
Type String - The type of workload (Generic/ROW).
- available
Quantity string - The quantity of available resource that the customer can request.
- catalog
Id string - The OCID of the availability catalog.
- date
Expected stringCapacity Handover - The date by which the capacity requested by customers before dateFinalCustomerOrder needs to be fulfilled.
- date
Final stringCustomer Order - The date by which the customer must place the order to have their capacity requirements met by the customer handover date.
- namespace string
- The namespace by which we would filter the list.
- resource
Name string - The name of the resource that the customer can request.
- resource
Type string - The different types of resources against which customers can place capacity requests.
- unit string
- The unit in which the resource available is measured.
- workload
Type string - The type of workload (Generic/ROW).
- available_
quantity str - The quantity of available resource that the customer can request.
- catalog_
id str - The OCID of the availability catalog.
- date_
expected_ strcapacity_ handover - The date by which the capacity requested by customers before dateFinalCustomerOrder needs to be fulfilled.
- date_
final_ strcustomer_ order - The date by which the customer must place the order to have their capacity requirements met by the customer handover date.
- namespace str
- The namespace by which we would filter the list.
- resource_
name str - The name of the resource that the customer can request.
- resource_
type str - The different types of resources against which customers can place capacity requests.
- unit str
- The unit in which the resource available is measured.
- workload_
type str - The type of workload (Generic/ROW).
- available
Quantity String - The quantity of available resource that the customer can request.
- catalog
Id String - The OCID of the availability catalog.
- date
Expected StringCapacity Handover - The date by which the capacity requested by customers before dateFinalCustomerOrder needs to be fulfilled.
- date
Final StringCustomer Order - The date by which the customer must place the order to have their capacity requirements met by the customer handover date.
- namespace String
- The namespace by which we would filter the list.
- resource
Name String - The name of the resource that the customer can request.
- resource
Type String - The different types of resources against which customers can place capacity requests.
- unit String
- The unit in which the resource available is measured.
- workload
Type String - The type of workload (Generic/ROW).
GetOccAvailabilityCatalogsOccAvailabilityCatalogCollectionItemMetadataDetail
- Format
Version string - The version for the format of the catalog file being uploaded.
- Format
Version string - The version for the format of the catalog file being uploaded.
- format
Version String - The version for the format of the catalog file being uploaded.
- format
Version string - The version for the format of the catalog file being uploaded.
- format_
version str - The version for the format of the catalog file being uploaded.
- format
Version String - The version for the format of the catalog file being uploaded.
Package Details
- Repository
- oci pulumi/pulumi-oci
- License
- Apache-2.0
- Notes
- This Pulumi package is based on the
oci
Terraform Provider.
Oracle Cloud Infrastructure v1.41.0 published on Wednesday, Jun 19, 2024 by Pulumi