Oracle Cloud Infrastructure v1.41.0 published on Wednesday, Jun 19, 2024 by Pulumi
oci.Opsi.getOpsiConfigurations
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 Opsi Configurations in Oracle Cloud Infrastructure Opsi service.
Gets a list of OPSI configuration resources based on the query parameters specified.
Example Usage
import * as pulumi from "@pulumi/pulumi";
import * as oci from "@pulumi/oci";
const testOpsiConfigurations = oci.Opsi.getOpsiConfigurations({
compartmentId: compartmentId,
displayName: opsiConfigurationDisplayName,
opsiConfigTypes: opsiConfigurationOpsiConfigType,
states: opsiConfigurationState,
});
import pulumi
import pulumi_oci as oci
test_opsi_configurations = oci.Opsi.get_opsi_configurations(compartment_id=compartment_id,
display_name=opsi_configuration_display_name,
opsi_config_types=opsi_configuration_opsi_config_type,
states=opsi_configuration_state)
package main
import (
"github.com/pulumi/pulumi-oci/sdk/go/oci/Opsi"
"github.com/pulumi/pulumi/sdk/v3/go/pulumi"
)
func main() {
pulumi.Run(func(ctx *pulumi.Context) error {
_, err := Opsi.GetOpsiConfigurations(ctx, &opsi.GetOpsiConfigurationsArgs{
CompartmentId: compartmentId,
DisplayName: pulumi.StringRef(opsiConfigurationDisplayName),
OpsiConfigTypes: opsiConfigurationOpsiConfigType,
States: opsiConfigurationState,
}, 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 testOpsiConfigurations = Oci.Opsi.GetOpsiConfigurations.Invoke(new()
{
CompartmentId = compartmentId,
DisplayName = opsiConfigurationDisplayName,
OpsiConfigTypes = opsiConfigurationOpsiConfigType,
States = opsiConfigurationState,
});
});
package generated_program;
import com.pulumi.Context;
import com.pulumi.Pulumi;
import com.pulumi.core.Output;
import com.pulumi.oci.Opsi.OpsiFunctions;
import com.pulumi.oci.Opsi.inputs.GetOpsiConfigurationsArgs;
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 testOpsiConfigurations = OpsiFunctions.getOpsiConfigurations(GetOpsiConfigurationsArgs.builder()
.compartmentId(compartmentId)
.displayName(opsiConfigurationDisplayName)
.opsiConfigTypes(opsiConfigurationOpsiConfigType)
.states(opsiConfigurationState)
.build());
}
}
variables:
testOpsiConfigurations:
fn::invoke:
Function: oci:Opsi:getOpsiConfigurations
Arguments:
compartmentId: ${compartmentId}
displayName: ${opsiConfigurationDisplayName}
opsiConfigTypes: ${opsiConfigurationOpsiConfigType}
states: ${opsiConfigurationState}
Using getOpsiConfigurations
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 getOpsiConfigurations(args: GetOpsiConfigurationsArgs, opts?: InvokeOptions): Promise<GetOpsiConfigurationsResult>
function getOpsiConfigurationsOutput(args: GetOpsiConfigurationsOutputArgs, opts?: InvokeOptions): Output<GetOpsiConfigurationsResult>
def get_opsi_configurations(compartment_id: Optional[str] = None,
display_name: Optional[str] = None,
filters: Optional[Sequence[_opsi.GetOpsiConfigurationsFilter]] = None,
opsi_config_types: Optional[Sequence[str]] = None,
states: Optional[Sequence[str]] = None,
opts: Optional[InvokeOptions] = None) -> GetOpsiConfigurationsResult
def get_opsi_configurations_output(compartment_id: Optional[pulumi.Input[str]] = None,
display_name: Optional[pulumi.Input[str]] = None,
filters: Optional[pulumi.Input[Sequence[pulumi.Input[_opsi.GetOpsiConfigurationsFilterArgs]]]] = None,
opsi_config_types: Optional[pulumi.Input[Sequence[pulumi.Input[str]]]] = None,
states: Optional[pulumi.Input[Sequence[pulumi.Input[str]]]] = None,
opts: Optional[InvokeOptions] = None) -> Output[GetOpsiConfigurationsResult]
func GetOpsiConfigurations(ctx *Context, args *GetOpsiConfigurationsArgs, opts ...InvokeOption) (*GetOpsiConfigurationsResult, error)
func GetOpsiConfigurationsOutput(ctx *Context, args *GetOpsiConfigurationsOutputArgs, opts ...InvokeOption) GetOpsiConfigurationsResultOutput
> Note: This function is named GetOpsiConfigurations
in the Go SDK.
public static class GetOpsiConfigurations
{
public static Task<GetOpsiConfigurationsResult> InvokeAsync(GetOpsiConfigurationsArgs args, InvokeOptions? opts = null)
public static Output<GetOpsiConfigurationsResult> Invoke(GetOpsiConfigurationsInvokeArgs args, InvokeOptions? opts = null)
}
public static CompletableFuture<GetOpsiConfigurationsResult> getOpsiConfigurations(GetOpsiConfigurationsArgs args, InvokeOptions options)
// Output-based functions aren't available in Java yet
fn::invoke:
function: oci:Opsi/getOpsiConfigurations:getOpsiConfigurations
arguments:
# arguments dictionary
The following arguments are supported:
- Compartment
Id string - The OCID of the compartment.
- Display
Name string - Filter to return based on resources that match the entire display name.
- Filters
List<Get
Opsi Configurations Filter> - Opsi
Config List<string>Types - Filter to return based on configuration type of OPSI configuration.
- States List<string>
- Filter to return based on Lifecycle state of OPSI configuration.
- Compartment
Id string - The OCID of the compartment.
- Display
Name string - Filter to return based on resources that match the entire display name.
- Filters
[]Get
Opsi Configurations Filter - Opsi
Config []stringTypes - Filter to return based on configuration type of OPSI configuration.
- States []string
- Filter to return based on Lifecycle state of OPSI configuration.
- compartment
Id String - The OCID of the compartment.
- display
Name String - Filter to return based on resources that match the entire display name.
- filters
List<Get
Configurations Filter> - opsi
Config List<String>Types - Filter to return based on configuration type of OPSI configuration.
- states List<String>
- Filter to return based on Lifecycle state of OPSI configuration.
- compartment
Id string - The OCID of the compartment.
- display
Name string - Filter to return based on resources that match the entire display name.
- filters
Get
Opsi Configurations Filter[] - opsi
Config string[]Types - Filter to return based on configuration type of OPSI configuration.
- states string[]
- Filter to return based on Lifecycle state of OPSI configuration.
- compartment_
id str - The OCID of the compartment.
- display_
name str - Filter to return based on resources that match the entire display name.
- filters
Sequence[opsi.
Get Opsi Configurations Filter] - opsi_
config_ Sequence[str]types - Filter to return based on configuration type of OPSI configuration.
- states Sequence[str]
- Filter to return based on Lifecycle state of OPSI configuration.
- compartment
Id String - The OCID of the compartment.
- display
Name String - Filter to return based on resources that match the entire display name.
- filters List<Property Map>
- opsi
Config List<String>Types - Filter to return based on configuration type of OPSI configuration.
- states List<String>
- Filter to return based on Lifecycle state of OPSI configuration.
getOpsiConfigurations Result
The following output properties are available:
- Compartment
Id string - The OCID of the compartment.
- Id string
- The provider-assigned unique ID for this managed resource.
- Opsi
Configurations List<GetCollections Opsi Configurations Opsi Configurations Collection> - The list of opsi_configurations_collection.
- Display
Name string - User-friendly display name for the OPSI configuration. The name does not have to be unique.
- Filters
List<Get
Opsi Configurations Filter> - Opsi
Config List<string>Types - OPSI configuration type.
- States List<string>
- OPSI configuration resource lifecycle state.
- Compartment
Id string - The OCID of the compartment.
- Id string
- The provider-assigned unique ID for this managed resource.
- Opsi
Configurations []GetCollections Opsi Configurations Opsi Configurations Collection - The list of opsi_configurations_collection.
- Display
Name string - User-friendly display name for the OPSI configuration. The name does not have to be unique.
- Filters
[]Get
Opsi Configurations Filter - Opsi
Config []stringTypes - OPSI configuration type.
- States []string
- OPSI configuration resource lifecycle state.
- compartment
Id String - The OCID of the compartment.
- id String
- The provider-assigned unique ID for this managed resource.
- opsi
Configurations List<GetCollections Configurations Configurations Collection> - The list of opsi_configurations_collection.
- display
Name String - User-friendly display name for the OPSI configuration. The name does not have to be unique.
- filters
List<Get
Configurations Filter> - opsi
Config List<String>Types - OPSI configuration type.
- states List<String>
- OPSI configuration resource lifecycle state.
- compartment
Id string - The OCID of the compartment.
- id string
- The provider-assigned unique ID for this managed resource.
- opsi
Configurations GetCollections Opsi Configurations Opsi Configurations Collection[] - The list of opsi_configurations_collection.
- display
Name string - User-friendly display name for the OPSI configuration. The name does not have to be unique.
- filters
Get
Opsi Configurations Filter[] - opsi
Config string[]Types - OPSI configuration type.
- states string[]
- OPSI configuration resource lifecycle state.
- compartment_
id str - The OCID of the compartment.
- id str
- The provider-assigned unique ID for this managed resource.
- opsi_
configurations_ Sequence[opsi.collections Get Opsi Configurations Opsi Configurations Collection] - The list of opsi_configurations_collection.
- display_
name str - User-friendly display name for the OPSI configuration. The name does not have to be unique.
- filters
Sequence[opsi.
Get Opsi Configurations Filter] - opsi_
config_ Sequence[str]types - OPSI configuration type.
- states Sequence[str]
- OPSI configuration resource lifecycle state.
- compartment
Id String - The OCID of the compartment.
- id String
- The provider-assigned unique ID for this managed resource.
- opsi
Configurations List<Property Map>Collections - The list of opsi_configurations_collection.
- display
Name String - User-friendly display name for the OPSI configuration. The name does not have to be unique.
- filters List<Property Map>
- opsi
Config List<String>Types - OPSI configuration type.
- states List<String>
- OPSI configuration resource lifecycle state.
Supporting Types
GetOpsiConfigurationsFilter
GetOpsiConfigurationsOpsiConfigurationsCollection
GetOpsiConfigurationsOpsiConfigurationsCollectionItem
- Compartment
Id string - The OCID of the compartment.
- Config
Item List<string>Custom Statuses - Config
Item List<string>Fields - Config
Items List<GetOpsi Configurations Opsi Configurations Collection Item Config Item> - Array of configuration item summary objects.
- Config
Items List<string>Applicable Contexts - 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
- Description of OPSI configuration.
- Display
Name string - Filter to return based on resources that match the entire display name.
- 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
- OCID of OPSI configuration resource.
- 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 Failed state.
- Opsi
Config List<string>Fields - Opsi
Config stringType - Filter to return based on configuration type of OPSI configuration.
- State string
- Filter to return based on Lifecycle state of OPSI configuration.
- 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 at which the resource was first created. An RFC3339 formatted datetime string
- Time
Updated string - The time at which the resource was last updated. An RFC3339 formatted datetime string
- Compartment
Id string - The OCID of the compartment.
- Config
Item []stringCustom Statuses - Config
Item []stringFields - Config
Items []GetOpsi Configurations Opsi Configurations Collection Item Config Item - Array of configuration item summary objects.
- Config
Items []stringApplicable Contexts - 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
- Description of OPSI configuration.
- Display
Name string - Filter to return based on resources that match the entire display name.
- 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
- OCID of OPSI configuration resource.
- 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 Failed state.
- Opsi
Config []stringFields - Opsi
Config stringType - Filter to return based on configuration type of OPSI configuration.
- State string
- Filter to return based on Lifecycle state of OPSI configuration.
- 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 at which the resource was first created. An RFC3339 formatted datetime string
- Time
Updated string - The time at which the resource was last updated. An RFC3339 formatted datetime string
- compartment
Id String - The OCID of the compartment.
- config
Item List<String>Custom Statuses - config
Item List<String>Fields - config
Items List<GetConfigurations Configurations Collection Item Config Item> - Array of configuration item summary objects.
- config
Items List<String>Applicable Contexts - 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
- Description of OPSI configuration.
- display
Name String - Filter to return based on resources that match the entire display name.
- 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
- OCID of OPSI configuration resource.
- 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 Failed state.
- opsi
Config List<String>Fields - opsi
Config StringType - Filter to return based on configuration type of OPSI configuration.
- state String
- Filter to return based on Lifecycle state of OPSI configuration.
- 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 at which the resource was first created. An RFC3339 formatted datetime string
- time
Updated String - The time at which the resource was last updated. An RFC3339 formatted datetime string
- compartment
Id string - The OCID of the compartment.
- config
Item string[]Custom Statuses - config
Item string[]Fields - config
Items GetOpsi Configurations Opsi Configurations Collection Item Config Item[] - Array of configuration item summary objects.
- config
Items string[]Applicable Contexts - {[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
- Description of OPSI configuration.
- display
Name string - Filter to return based on resources that match the entire display name.
- {[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
- OCID of OPSI configuration resource.
- 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 Failed state.
- opsi
Config string[]Fields - opsi
Config stringType - Filter to return based on configuration type of OPSI configuration.
- state string
- Filter to return based on Lifecycle state of OPSI configuration.
- {[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 at which the resource was first created. An RFC3339 formatted datetime string
- time
Updated string - The time at which the resource was last updated. An RFC3339 formatted datetime string
- compartment_
id str - The OCID of the compartment.
- config_
item_ Sequence[str]custom_ statuses - config_
item_ Sequence[str]fields - config_
items Sequence[opsi.Get Opsi Configurations Opsi Configurations Collection Item Config Item] - Array of configuration item summary objects.
- config_
items_ Sequence[str]applicable_ contexts - 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
- Description of OPSI configuration.
- display_
name str - Filter to return based on resources that match the entire display name.
- 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
- OCID of OPSI configuration resource.
- 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 Failed state.
- opsi_
config_ Sequence[str]fields - opsi_
config_ strtype - Filter to return based on configuration type of OPSI configuration.
- state str
- Filter to return based on Lifecycle state of OPSI configuration.
- 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 at which the resource was first created. An RFC3339 formatted datetime string
- time_
updated str - The time at which the resource was last updated. An RFC3339 formatted datetime string
- compartment
Id String - The OCID of the compartment.
- config
Item List<String>Custom Statuses - config
Item List<String>Fields - config
Items List<Property Map> - Array of configuration item summary objects.
- config
Items List<String>Applicable Contexts - Map<Any>
- Defined tags for this resource. Each key is predefined and scoped to a namespace. Example:
{"foo-namespace.bar-key": "value"}
- description String
- Description of OPSI configuration.
- display
Name String - Filter to return based on resources that match the entire display name.
- 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
- OCID of OPSI configuration resource.
- 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 Failed state.
- opsi
Config List<String>Fields - opsi
Config StringType - Filter to return based on configuration type of OPSI configuration.
- state String
- Filter to return based on Lifecycle state of OPSI configuration.
- 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 at which the resource was first created. An RFC3339 formatted datetime string
- time
Updated String - The time at which the resource was last updated. An RFC3339 formatted datetime string
GetOpsiConfigurationsOpsiConfigurationsCollectionItemConfigItem
- Applicable
Contexts List<string> - List of contexts in Operations Insights where this configuration item is applicable.
- Config
Item stringType - Type of configuration item.
- Default
Value string - Value of configuration item.
- Metadatas
List<Get
Opsi Configurations Opsi Configurations Collection Item Config Item Metadata> - Configuration item metadata.
- Name string
- Name of configuration item.
- Value string
- Value of configuration item.
- Applicable
Contexts []string - List of contexts in Operations Insights where this configuration item is applicable.
- Config
Item stringType - Type of configuration item.
- Default
Value string - Value of configuration item.
- Metadatas
[]Get
Opsi Configurations Opsi Configurations Collection Item Config Item Metadata - Configuration item metadata.
- Name string
- Name of configuration item.
- Value string
- Value of configuration item.
- applicable
Contexts List<String> - List of contexts in Operations Insights where this configuration item is applicable.
- config
Item StringType - Type of configuration item.
- default
Value String - Value of configuration item.
- metadatas
List<Get
Configurations Configurations Collection Item Config Item Metadata> - Configuration item metadata.
- name String
- Name of configuration item.
- value String
- Value of configuration item.
- applicable
Contexts string[] - List of contexts in Operations Insights where this configuration item is applicable.
- config
Item stringType - Type of configuration item.
- default
Value string - Value of configuration item.
- metadatas
Get
Opsi Configurations Opsi Configurations Collection Item Config Item Metadata[] - Configuration item metadata.
- name string
- Name of configuration item.
- value string
- Value of configuration item.
- applicable_
contexts Sequence[str] - List of contexts in Operations Insights where this configuration item is applicable.
- config_
item_ strtype - Type of configuration item.
- default_
value str - Value of configuration item.
- metadatas
Sequence[opsi.
Get Opsi Configurations Opsi Configurations Collection Item Config Item Metadata] - Configuration item metadata.
- name str
- Name of configuration item.
- value str
- Value of configuration item.
- applicable
Contexts List<String> - List of contexts in Operations Insights where this configuration item is applicable.
- config
Item StringType - Type of configuration item.
- default
Value String - Value of configuration item.
- metadatas List<Property Map>
- Configuration item metadata.
- name String
- Name of configuration item.
- value String
- Value of configuration item.
GetOpsiConfigurationsOpsiConfigurationsCollectionItemConfigItemMetadata
- Config
Item stringType - Type of configuration item.
- Data
Type string - Data type of configuration item. Examples: STRING, BOOLEAN, NUMBER
- Description string
- Description of OPSI configuration.
- Display
Name string - Filter to return based on resources that match the entire display name.
- Unit
Details List<GetOpsi Configurations Opsi Configurations Collection Item Config Item Metadata Unit Detail> - Unit details of configuration item.
- Value
Input List<GetDetails Opsi Configurations Opsi Configurations Collection Item Config Item Metadata Value Input Detail> - Allowed value details of configuration item, to validate what value can be assigned to a configuration item.
- Config
Item stringType - Type of configuration item.
- Data
Type string - Data type of configuration item. Examples: STRING, BOOLEAN, NUMBER
- Description string
- Description of OPSI configuration.
- Display
Name string - Filter to return based on resources that match the entire display name.
- Unit
Details []GetOpsi Configurations Opsi Configurations Collection Item Config Item Metadata Unit Detail - Unit details of configuration item.
- Value
Input []GetDetails Opsi Configurations Opsi Configurations Collection Item Config Item Metadata Value Input Detail - Allowed value details of configuration item, to validate what value can be assigned to a configuration item.
- config
Item StringType - Type of configuration item.
- data
Type String - Data type of configuration item. Examples: STRING, BOOLEAN, NUMBER
- description String
- Description of OPSI configuration.
- display
Name String - Filter to return based on resources that match the entire display name.
- unit
Details List<GetConfigurations Configurations Collection Item Config Item Metadata Unit Detail> - Unit details of configuration item.
- value
Input List<GetDetails Configurations Configurations Collection Item Config Item Metadata Value Input Detail> - Allowed value details of configuration item, to validate what value can be assigned to a configuration item.
- config
Item stringType - Type of configuration item.
- data
Type string - Data type of configuration item. Examples: STRING, BOOLEAN, NUMBER
- description string
- Description of OPSI configuration.
- display
Name string - Filter to return based on resources that match the entire display name.
- unit
Details GetOpsi Configurations Opsi Configurations Collection Item Config Item Metadata Unit Detail[] - Unit details of configuration item.
- value
Input GetDetails Opsi Configurations Opsi Configurations Collection Item Config Item Metadata Value Input Detail[] - Allowed value details of configuration item, to validate what value can be assigned to a configuration item.
- config_
item_ strtype - Type of configuration item.
- data_
type str - Data type of configuration item. Examples: STRING, BOOLEAN, NUMBER
- description str
- Description of OPSI configuration.
- display_
name str - Filter to return based on resources that match the entire display name.
- unit_
details Sequence[opsi.Get Opsi Configurations Opsi Configurations Collection Item Config Item Metadata Unit Detail] - Unit details of configuration item.
- value_
input_ Sequence[opsi.details Get Opsi Configurations Opsi Configurations Collection Item Config Item Metadata Value Input Detail] - Allowed value details of configuration item, to validate what value can be assigned to a configuration item.
- config
Item StringType - Type of configuration item.
- data
Type String - Data type of configuration item. Examples: STRING, BOOLEAN, NUMBER
- description String
- Description of OPSI configuration.
- display
Name String - Filter to return based on resources that match the entire display name.
- unit
Details List<Property Map> - Unit details of configuration item.
- value
Input List<Property Map>Details - Allowed value details of configuration item, to validate what value can be assigned to a configuration item.
GetOpsiConfigurationsOpsiConfigurationsCollectionItemConfigItemMetadataUnitDetail
- Display
Name string - Filter to return based on resources that match the entire display name.
- Unit string
- Unit of configuration item.
- Display
Name string - Filter to return based on resources that match the entire display name.
- Unit string
- Unit of configuration item.
- display
Name String - Filter to return based on resources that match the entire display name.
- unit String
- Unit of configuration item.
- display
Name string - Filter to return based on resources that match the entire display name.
- unit string
- Unit of configuration item.
- display_
name str - Filter to return based on resources that match the entire display name.
- unit str
- Unit of configuration item.
- display
Name String - Filter to return based on resources that match the entire display name.
- unit String
- Unit of configuration item.
GetOpsiConfigurationsOpsiConfigurationsCollectionItemConfigItemMetadataValueInputDetail
- Allowed
Value stringType - Allowed value type of configuration item.
- Max
Value string - Maximum value limit for the configuration item.
- Min
Value string - Minimum value limit for the configuration item.
- Possible
Values List<string> - Allowed values to pick for the configuration item.
- Allowed
Value stringType - Allowed value type of configuration item.
- Max
Value string - Maximum value limit for the configuration item.
- Min
Value string - Minimum value limit for the configuration item.
- Possible
Values []string - Allowed values to pick for the configuration item.
- allowed
Value StringType - Allowed value type of configuration item.
- max
Value String - Maximum value limit for the configuration item.
- min
Value String - Minimum value limit for the configuration item.
- possible
Values List<String> - Allowed values to pick for the configuration item.
- allowed
Value stringType - Allowed value type of configuration item.
- max
Value string - Maximum value limit for the configuration item.
- min
Value string - Minimum value limit for the configuration item.
- possible
Values string[] - Allowed values to pick for the configuration item.
- allowed_
value_ strtype - Allowed value type of configuration item.
- max_
value str - Maximum value limit for the configuration item.
- min_
value str - Minimum value limit for the configuration item.
- possible_
values Sequence[str] - Allowed values to pick for the configuration item.
- allowed
Value StringType - Allowed value type of configuration item.
- max
Value String - Maximum value limit for the configuration item.
- min
Value String - Minimum value limit for the configuration item.
- possible
Values List<String> - Allowed values to pick for the configuration item.
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