1. Packages
  2. Oracle Cloud Infrastructure
  3. API Docs
  4. Ocvp
  5. getManagementAppliances
Oracle Cloud Infrastructure v3.16.0 published on Wednesday, Jan 28, 2026 by Pulumi
oci logo
Oracle Cloud Infrastructure v3.16.0 published on Wednesday, Jan 28, 2026 by Pulumi

    This data source provides the list of Management Appliances in Oracle Cloud Infrastructure Oracle Cloud VMware Solution service.

    Lists management appliances in compartment specified. List can be filtered by management appliance, compartment, name and lifecycle state.

    Example Usage

    import * as pulumi from "@pulumi/pulumi";
    import * as oci from "@pulumi/oci";
    
    const testManagementAppliances = oci.Ocvp.getManagementAppliances({
        compartmentId: compartmentId,
        displayName: managementApplianceDisplayName,
        managementApplianceId: testManagementAppliance.id,
        state: managementApplianceState,
    });
    
    import pulumi
    import pulumi_oci as oci
    
    test_management_appliances = oci.Ocvp.get_management_appliances(compartment_id=compartment_id,
        display_name=management_appliance_display_name,
        management_appliance_id=test_management_appliance["id"],
        state=management_appliance_state)
    
    package main
    
    import (
    	"github.com/pulumi/pulumi-oci/sdk/v3/go/oci/ocvp"
    	"github.com/pulumi/pulumi/sdk/v3/go/pulumi"
    )
    
    func main() {
    	pulumi.Run(func(ctx *pulumi.Context) error {
    		_, err := ocvp.GetManagementAppliances(ctx, &ocvp.GetManagementAppliancesArgs{
    			CompartmentId:         compartmentId,
    			DisplayName:           pulumi.StringRef(managementApplianceDisplayName),
    			ManagementApplianceId: pulumi.StringRef(testManagementAppliance.Id),
    			State:                 pulumi.StringRef(managementApplianceState),
    		}, 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 testManagementAppliances = Oci.Ocvp.GetManagementAppliances.Invoke(new()
        {
            CompartmentId = compartmentId,
            DisplayName = managementApplianceDisplayName,
            ManagementApplianceId = testManagementAppliance.Id,
            State = managementApplianceState,
        });
    
    });
    
    package generated_program;
    
    import com.pulumi.Context;
    import com.pulumi.Pulumi;
    import com.pulumi.core.Output;
    import com.pulumi.oci.Ocvp.OcvpFunctions;
    import com.pulumi.oci.Ocvp.inputs.GetManagementAppliancesArgs;
    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 testManagementAppliances = OcvpFunctions.getManagementAppliances(GetManagementAppliancesArgs.builder()
                .compartmentId(compartmentId)
                .displayName(managementApplianceDisplayName)
                .managementApplianceId(testManagementAppliance.id())
                .state(managementApplianceState)
                .build());
    
        }
    }
    
    variables:
      testManagementAppliances:
        fn::invoke:
          function: oci:Ocvp:getManagementAppliances
          arguments:
            compartmentId: ${compartmentId}
            displayName: ${managementApplianceDisplayName}
            managementApplianceId: ${testManagementAppliance.id}
            state: ${managementApplianceState}
    

    Using getManagementAppliances

    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 getManagementAppliances(args: GetManagementAppliancesArgs, opts?: InvokeOptions): Promise<GetManagementAppliancesResult>
    function getManagementAppliancesOutput(args: GetManagementAppliancesOutputArgs, opts?: InvokeOptions): Output<GetManagementAppliancesResult>
    def get_management_appliances(compartment_id: Optional[str] = None,
                                  display_name: Optional[str] = None,
                                  filters: Optional[Sequence[GetManagementAppliancesFilter]] = None,
                                  management_appliance_id: Optional[str] = None,
                                  state: Optional[str] = None,
                                  opts: Optional[InvokeOptions] = None) -> GetManagementAppliancesResult
    def get_management_appliances_output(compartment_id: Optional[pulumi.Input[str]] = None,
                                  display_name: Optional[pulumi.Input[str]] = None,
                                  filters: Optional[pulumi.Input[Sequence[pulumi.Input[GetManagementAppliancesFilterArgs]]]] = None,
                                  management_appliance_id: Optional[pulumi.Input[str]] = None,
                                  state: Optional[pulumi.Input[str]] = None,
                                  opts: Optional[InvokeOptions] = None) -> Output[GetManagementAppliancesResult]
    func GetManagementAppliances(ctx *Context, args *GetManagementAppliancesArgs, opts ...InvokeOption) (*GetManagementAppliancesResult, error)
    func GetManagementAppliancesOutput(ctx *Context, args *GetManagementAppliancesOutputArgs, opts ...InvokeOption) GetManagementAppliancesResultOutput

    > Note: This function is named GetManagementAppliances in the Go SDK.

    public static class GetManagementAppliances 
    {
        public static Task<GetManagementAppliancesResult> InvokeAsync(GetManagementAppliancesArgs args, InvokeOptions? opts = null)
        public static Output<GetManagementAppliancesResult> Invoke(GetManagementAppliancesInvokeArgs args, InvokeOptions? opts = null)
    }
    public static CompletableFuture<GetManagementAppliancesResult> getManagementAppliances(GetManagementAppliancesArgs args, InvokeOptions options)
    public static Output<GetManagementAppliancesResult> getManagementAppliances(GetManagementAppliancesArgs args, InvokeOptions options)
    
    fn::invoke:
      function: oci:Ocvp/getManagementAppliances:getManagementAppliances
      arguments:
        # arguments dictionary

    The following arguments are supported:

    CompartmentId string
    The OCID of the compartment.
    DisplayName string
    A filter to return only resources that match the given display name exactly.
    Filters List<GetManagementAppliancesFilter>
    ManagementApplianceId string
    The OCID of the management appliance.
    State string
    The lifecycle state of the management appliance.
    CompartmentId string
    The OCID of the compartment.
    DisplayName string
    A filter to return only resources that match the given display name exactly.
    Filters []GetManagementAppliancesFilter
    ManagementApplianceId string
    The OCID of the management appliance.
    State string
    The lifecycle state of the management appliance.
    compartmentId String
    The OCID of the compartment.
    displayName String
    A filter to return only resources that match the given display name exactly.
    filters List<GetManagementAppliancesFilter>
    managementApplianceId String
    The OCID of the management appliance.
    state String
    The lifecycle state of the management appliance.
    compartmentId string
    The OCID of the compartment.
    displayName string
    A filter to return only resources that match the given display name exactly.
    filters GetManagementAppliancesFilter[]
    managementApplianceId string
    The OCID of the management appliance.
    state string
    The lifecycle state of the management appliance.
    compartment_id str
    The OCID of the compartment.
    display_name str
    A filter to return only resources that match the given display name exactly.
    filters Sequence[GetManagementAppliancesFilter]
    management_appliance_id str
    The OCID of the management appliance.
    state str
    The lifecycle state of the management appliance.
    compartmentId String
    The OCID of the compartment.
    displayName String
    A filter to return only resources that match the given display name exactly.
    filters List<Property Map>
    managementApplianceId String
    The OCID of the management appliance.
    state String
    The lifecycle state of the management appliance.

    getManagementAppliances Result

    The following output properties are available:

    CompartmentId string
    The OCID of compartment in OCI, that this appliance is going to be created in.
    Id string
    The provider-assigned unique ID for this managed resource.
    ManagementApplianceCollections List<GetManagementAppliancesManagementApplianceCollection>
    The list of management_appliance_collection.
    DisplayName string
    A descriptive name for the management appliance. It must be unique, start with a letter, and contain only letters, digits, whitespaces, dashes and underscores. Avoid entering confidential information.
    Filters List<GetManagementAppliancesFilter>
    ManagementApplianceId string
    State string
    Current state of the management appliance.
    CompartmentId string
    The OCID of compartment in OCI, that this appliance is going to be created in.
    Id string
    The provider-assigned unique ID for this managed resource.
    ManagementApplianceCollections []GetManagementAppliancesManagementApplianceCollection
    The list of management_appliance_collection.
    DisplayName string
    A descriptive name for the management appliance. It must be unique, start with a letter, and contain only letters, digits, whitespaces, dashes and underscores. Avoid entering confidential information.
    Filters []GetManagementAppliancesFilter
    ManagementApplianceId string
    State string
    Current state of the management appliance.
    compartmentId String
    The OCID of compartment in OCI, that this appliance is going to be created in.
    id String
    The provider-assigned unique ID for this managed resource.
    managementApplianceCollections List<GetManagementAppliancesManagementApplianceCollection>
    The list of management_appliance_collection.
    displayName String
    A descriptive name for the management appliance. It must be unique, start with a letter, and contain only letters, digits, whitespaces, dashes and underscores. Avoid entering confidential information.
    filters List<GetManagementAppliancesFilter>
    managementApplianceId String
    state String
    Current state of the management appliance.
    compartmentId string
    The OCID of compartment in OCI, that this appliance is going to be created in.
    id string
    The provider-assigned unique ID for this managed resource.
    managementApplianceCollections GetManagementAppliancesManagementApplianceCollection[]
    The list of management_appliance_collection.
    displayName string
    A descriptive name for the management appliance. It must be unique, start with a letter, and contain only letters, digits, whitespaces, dashes and underscores. Avoid entering confidential information.
    filters GetManagementAppliancesFilter[]
    managementApplianceId string
    state string
    Current state of the management appliance.
    compartment_id str
    The OCID of compartment in OCI, that this appliance is going to be created in.
    id str
    The provider-assigned unique ID for this managed resource.
    management_appliance_collections Sequence[GetManagementAppliancesManagementApplianceCollection]
    The list of management_appliance_collection.
    display_name str
    A descriptive name for the management appliance. It must be unique, start with a letter, and contain only letters, digits, whitespaces, dashes and underscores. Avoid entering confidential information.
    filters Sequence[GetManagementAppliancesFilter]
    management_appliance_id str
    state str
    Current state of the management appliance.
    compartmentId String
    The OCID of compartment in OCI, that this appliance is going to be created in.
    id String
    The provider-assigned unique ID for this managed resource.
    managementApplianceCollections List<Property Map>
    The list of management_appliance_collection.
    displayName String
    A descriptive name for the management appliance. It must be unique, start with a letter, and contain only letters, digits, whitespaces, dashes and underscores. Avoid entering confidential information.
    filters List<Property Map>
    managementApplianceId String
    state String
    Current state of the management appliance.

    Supporting Types

    GetManagementAppliancesFilter

    Name string
    Values List<string>
    Regex bool
    Name string
    Values []string
    Regex bool
    name String
    values List<String>
    regex Boolean
    name string
    values string[]
    regex boolean
    name str
    values Sequence[str]
    regex bool
    name String
    values List<String>
    regex Boolean

    GetManagementAppliancesManagementApplianceCollection

    GetManagementAppliancesManagementApplianceCollectionItem

    CompartmentId string
    The OCID of the compartment.
    ComputeInstanceId string
    The OCID of compute instance of management appliance in OCI.
    Configurations List<GetManagementAppliancesManagementApplianceCollectionItemConfiguration>
    Configuration of management appliance.
    Connections List<GetManagementAppliancesManagementApplianceCollectionItemConnection>
    Array of connections for management appliance.
    DefinedTags Dictionary<string, string>
    Defined tags for this resource. Each key is predefined and scoped to a namespace. For more information, see Resource Tags. Example: {"Operations.CostCenter": "42"}
    DisplayName string
    A filter to return only resources that match the given display name exactly.
    FreeformTags Dictionary<string, string>
    Free-form tags for this resource. Each tag is a simple key-value pair with no predefined name, type, or namespace. For more information, see Resource Tags. Example: {"Department": "Finance"}
    HeartbeatConnectionStates List<GetManagementAppliancesManagementApplianceCollectionItemHeartbeatConnectionState>
    Current states of connections.
    Id string
    The OCID of management appliance.
    LifecycleDetails string
    Information about current lifecycleState. For FAILED and NEEDS_ATTENTION contains explanations. For other states may contain some details about their progress.
    ManagementAgentId string
    The OCID of management agent, that this appliance is running in.
    PublicSshKeys string
    SddcId string
    The OCID of SDDC in OCI, that this appliance is going to be registered in.
    State string
    The lifecycle state of the management appliance.
    SystemTags Dictionary<string, string>
    Usage of system tag keys. These predefined keys are scoped to namespaces. Example: {orcl-cloud: {free-tier-retain: true}}
    TimeConfigurationUpdated string
    The date and time the configuration of management appliance was last updated in the format defined by RFC3339.
    TimeCreated string
    The date and time the management appliance was created in the format defined by RFC3339.
    TimeLastHeartbeat string
    The date and time the management appliance has last received heartbeat in the format defined by RFC3339.
    TimeUpdated string
    The date and time the management appliance was last updated in the format defined by RFC3339.
    CompartmentId string
    The OCID of the compartment.
    ComputeInstanceId string
    The OCID of compute instance of management appliance in OCI.
    Configurations []GetManagementAppliancesManagementApplianceCollectionItemConfiguration
    Configuration of management appliance.
    Connections []GetManagementAppliancesManagementApplianceCollectionItemConnection
    Array of connections for management appliance.
    DefinedTags map[string]string
    Defined tags for this resource. Each key is predefined and scoped to a namespace. For more information, see Resource Tags. Example: {"Operations.CostCenter": "42"}
    DisplayName string
    A filter to return only resources that match the given display name exactly.
    FreeformTags map[string]string
    Free-form tags for this resource. Each tag is a simple key-value pair with no predefined name, type, or namespace. For more information, see Resource Tags. Example: {"Department": "Finance"}
    HeartbeatConnectionStates []GetManagementAppliancesManagementApplianceCollectionItemHeartbeatConnectionState
    Current states of connections.
    Id string
    The OCID of management appliance.
    LifecycleDetails string
    Information about current lifecycleState. For FAILED and NEEDS_ATTENTION contains explanations. For other states may contain some details about their progress.
    ManagementAgentId string
    The OCID of management agent, that this appliance is running in.
    PublicSshKeys string
    SddcId string
    The OCID of SDDC in OCI, that this appliance is going to be registered in.
    State string
    The lifecycle state of the management appliance.
    SystemTags map[string]string
    Usage of system tag keys. These predefined keys are scoped to namespaces. Example: {orcl-cloud: {free-tier-retain: true}}
    TimeConfigurationUpdated string
    The date and time the configuration of management appliance was last updated in the format defined by RFC3339.
    TimeCreated string
    The date and time the management appliance was created in the format defined by RFC3339.
    TimeLastHeartbeat string
    The date and time the management appliance has last received heartbeat in the format defined by RFC3339.
    TimeUpdated string
    The date and time the management appliance was last updated in the format defined by RFC3339.
    compartmentId String
    The OCID of the compartment.
    computeInstanceId String
    The OCID of compute instance of management appliance in OCI.
    configurations List<GetManagementAppliancesManagementApplianceCollectionItemConfiguration>
    Configuration of management appliance.
    connections List<GetManagementAppliancesManagementApplianceCollectionItemConnection>
    Array of connections for management appliance.
    definedTags Map<String,String>
    Defined tags for this resource. Each key is predefined and scoped to a namespace. For more information, see Resource Tags. Example: {"Operations.CostCenter": "42"}
    displayName String
    A filter to return only resources that match the given display name exactly.
    freeformTags Map<String,String>
    Free-form tags for this resource. Each tag is a simple key-value pair with no predefined name, type, or namespace. For more information, see Resource Tags. Example: {"Department": "Finance"}
    heartbeatConnectionStates List<GetManagementAppliancesManagementApplianceCollectionItemHeartbeatConnectionState>
    Current states of connections.
    id String
    The OCID of management appliance.
    lifecycleDetails String
    Information about current lifecycleState. For FAILED and NEEDS_ATTENTION contains explanations. For other states may contain some details about their progress.
    managementAgentId String
    The OCID of management agent, that this appliance is running in.
    publicSshKeys String
    sddcId String
    The OCID of SDDC in OCI, that this appliance is going to be registered in.
    state String
    The lifecycle state of the management appliance.
    systemTags Map<String,String>
    Usage of system tag keys. These predefined keys are scoped to namespaces. Example: {orcl-cloud: {free-tier-retain: true}}
    timeConfigurationUpdated String
    The date and time the configuration of management appliance was last updated in the format defined by RFC3339.
    timeCreated String
    The date and time the management appliance was created in the format defined by RFC3339.
    timeLastHeartbeat String
    The date and time the management appliance has last received heartbeat in the format defined by RFC3339.
    timeUpdated String
    The date and time the management appliance was last updated in the format defined by RFC3339.
    compartmentId string
    The OCID of the compartment.
    computeInstanceId string
    The OCID of compute instance of management appliance in OCI.
    configurations GetManagementAppliancesManagementApplianceCollectionItemConfiguration[]
    Configuration of management appliance.
    connections GetManagementAppliancesManagementApplianceCollectionItemConnection[]
    Array of connections for management appliance.
    definedTags {[key: string]: string}
    Defined tags for this resource. Each key is predefined and scoped to a namespace. For more information, see Resource Tags. Example: {"Operations.CostCenter": "42"}
    displayName string
    A filter to return only resources that match the given display name exactly.
    freeformTags {[key: string]: string}
    Free-form tags for this resource. Each tag is a simple key-value pair with no predefined name, type, or namespace. For more information, see Resource Tags. Example: {"Department": "Finance"}
    heartbeatConnectionStates GetManagementAppliancesManagementApplianceCollectionItemHeartbeatConnectionState[]
    Current states of connections.
    id string
    The OCID of management appliance.
    lifecycleDetails string
    Information about current lifecycleState. For FAILED and NEEDS_ATTENTION contains explanations. For other states may contain some details about their progress.
    managementAgentId string
    The OCID of management agent, that this appliance is running in.
    publicSshKeys string
    sddcId string
    The OCID of SDDC in OCI, that this appliance is going to be registered in.
    state string
    The lifecycle state of the management appliance.
    systemTags {[key: string]: string}
    Usage of system tag keys. These predefined keys are scoped to namespaces. Example: {orcl-cloud: {free-tier-retain: true}}
    timeConfigurationUpdated string
    The date and time the configuration of management appliance was last updated in the format defined by RFC3339.
    timeCreated string
    The date and time the management appliance was created in the format defined by RFC3339.
    timeLastHeartbeat string
    The date and time the management appliance has last received heartbeat in the format defined by RFC3339.
    timeUpdated string
    The date and time the management appliance was last updated in the format defined by RFC3339.
    compartment_id str
    The OCID of the compartment.
    compute_instance_id str
    The OCID of compute instance of management appliance in OCI.
    configurations Sequence[GetManagementAppliancesManagementApplianceCollectionItemConfiguration]
    Configuration of management appliance.
    connections Sequence[GetManagementAppliancesManagementApplianceCollectionItemConnection]
    Array of connections for management appliance.
    defined_tags Mapping[str, str]
    Defined tags for this resource. Each key is predefined and scoped to a namespace. For more information, see Resource Tags. Example: {"Operations.CostCenter": "42"}
    display_name str
    A filter to return only resources that match the given display name exactly.
    freeform_tags Mapping[str, str]
    Free-form tags for this resource. Each tag is a simple key-value pair with no predefined name, type, or namespace. For more information, see Resource Tags. Example: {"Department": "Finance"}
    heartbeat_connection_states Sequence[GetManagementAppliancesManagementApplianceCollectionItemHeartbeatConnectionState]
    Current states of connections.
    id str
    The OCID of management appliance.
    lifecycle_details str
    Information about current lifecycleState. For FAILED and NEEDS_ATTENTION contains explanations. For other states may contain some details about their progress.
    management_agent_id str
    The OCID of management agent, that this appliance is running in.
    public_ssh_keys str
    sddc_id str
    The OCID of SDDC in OCI, that this appliance is going to be registered in.
    state str
    The lifecycle state of the management appliance.
    system_tags Mapping[str, str]
    Usage of system tag keys. These predefined keys are scoped to namespaces. Example: {orcl-cloud: {free-tier-retain: true}}
    time_configuration_updated str
    The date and time the configuration of management appliance was last updated in the format defined by RFC3339.
    time_created str
    The date and time the management appliance was created in the format defined by RFC3339.
    time_last_heartbeat str
    The date and time the management appliance has last received heartbeat in the format defined by RFC3339.
    time_updated str
    The date and time the management appliance was last updated in the format defined by RFC3339.
    compartmentId String
    The OCID of the compartment.
    computeInstanceId String
    The OCID of compute instance of management appliance in OCI.
    configurations List<Property Map>
    Configuration of management appliance.
    connections List<Property Map>
    Array of connections for management appliance.
    definedTags Map<String>
    Defined tags for this resource. Each key is predefined and scoped to a namespace. For more information, see Resource Tags. Example: {"Operations.CostCenter": "42"}
    displayName String
    A filter to return only resources that match the given display name exactly.
    freeformTags Map<String>
    Free-form tags for this resource. Each tag is a simple key-value pair with no predefined name, type, or namespace. For more information, see Resource Tags. Example: {"Department": "Finance"}
    heartbeatConnectionStates List<Property Map>
    Current states of connections.
    id String
    The OCID of management appliance.
    lifecycleDetails String
    Information about current lifecycleState. For FAILED and NEEDS_ATTENTION contains explanations. For other states may contain some details about their progress.
    managementAgentId String
    The OCID of management agent, that this appliance is running in.
    publicSshKeys String
    sddcId String
    The OCID of SDDC in OCI, that this appliance is going to be registered in.
    state String
    The lifecycle state of the management appliance.
    systemTags Map<String>
    Usage of system tag keys. These predefined keys are scoped to namespaces. Example: {orcl-cloud: {free-tier-retain: true}}
    timeConfigurationUpdated String
    The date and time the configuration of management appliance was last updated in the format defined by RFC3339.
    timeCreated String
    The date and time the management appliance was created in the format defined by RFC3339.
    timeLastHeartbeat String
    The date and time the management appliance has last received heartbeat in the format defined by RFC3339.
    timeUpdated String
    The date and time the management appliance was last updated in the format defined by RFC3339.

    GetManagementAppliancesManagementApplianceCollectionItemConfiguration

    IsLogIngestionEnabled bool
    Is log ingestion from SDDC to Oracle Cloud Infrastructure enabled.
    IsMetricsCollectionEnabled bool
    Is metrics collection and publishing is enabled for appliance.
    Metrics List<string>
    Array of metrics ids to collect.
    SupportBundleBucketId string
    The OCID of support bundle Object Storage bucket.
    IsLogIngestionEnabled bool
    Is log ingestion from SDDC to Oracle Cloud Infrastructure enabled.
    IsMetricsCollectionEnabled bool
    Is metrics collection and publishing is enabled for appliance.
    Metrics []string
    Array of metrics ids to collect.
    SupportBundleBucketId string
    The OCID of support bundle Object Storage bucket.
    isLogIngestionEnabled Boolean
    Is log ingestion from SDDC to Oracle Cloud Infrastructure enabled.
    isMetricsCollectionEnabled Boolean
    Is metrics collection and publishing is enabled for appliance.
    metrics List<String>
    Array of metrics ids to collect.
    supportBundleBucketId String
    The OCID of support bundle Object Storage bucket.
    isLogIngestionEnabled boolean
    Is log ingestion from SDDC to Oracle Cloud Infrastructure enabled.
    isMetricsCollectionEnabled boolean
    Is metrics collection and publishing is enabled for appliance.
    metrics string[]
    Array of metrics ids to collect.
    supportBundleBucketId string
    The OCID of support bundle Object Storage bucket.
    is_log_ingestion_enabled bool
    Is log ingestion from SDDC to Oracle Cloud Infrastructure enabled.
    is_metrics_collection_enabled bool
    Is metrics collection and publishing is enabled for appliance.
    metrics Sequence[str]
    Array of metrics ids to collect.
    support_bundle_bucket_id str
    The OCID of support bundle Object Storage bucket.
    isLogIngestionEnabled Boolean
    Is log ingestion from SDDC to Oracle Cloud Infrastructure enabled.
    isMetricsCollectionEnabled Boolean
    Is metrics collection and publishing is enabled for appliance.
    metrics List<String>
    Array of metrics ids to collect.
    supportBundleBucketId String
    The OCID of support bundle Object Storage bucket.

    GetManagementAppliancesManagementApplianceCollectionItemConnection

    CredentialsSecretId string
    The OCID of secret in Oracle Cloud Infrastructure vault, that is used for storage of username and password in JSON format.
    Type string
    Type of connection.
    CredentialsSecretId string
    The OCID of secret in Oracle Cloud Infrastructure vault, that is used for storage of username and password in JSON format.
    Type string
    Type of connection.
    credentialsSecretId String
    The OCID of secret in Oracle Cloud Infrastructure vault, that is used for storage of username and password in JSON format.
    type String
    Type of connection.
    credentialsSecretId string
    The OCID of secret in Oracle Cloud Infrastructure vault, that is used for storage of username and password in JSON format.
    type string
    Type of connection.
    credentials_secret_id str
    The OCID of secret in Oracle Cloud Infrastructure vault, that is used for storage of username and password in JSON format.
    type str
    Type of connection.
    credentialsSecretId String
    The OCID of secret in Oracle Cloud Infrastructure vault, that is used for storage of username and password in JSON format.
    type String
    Type of connection.

    GetManagementAppliancesManagementApplianceCollectionItemHeartbeatConnectionState

    Details string
    Information about current connection status.
    State string
    The lifecycle state of the management appliance.
    Type string
    Type of connection.
    Details string
    Information about current connection status.
    State string
    The lifecycle state of the management appliance.
    Type string
    Type of connection.
    details String
    Information about current connection status.
    state String
    The lifecycle state of the management appliance.
    type String
    Type of connection.
    details string
    Information about current connection status.
    state string
    The lifecycle state of the management appliance.
    type string
    Type of connection.
    details str
    Information about current connection status.
    state str
    The lifecycle state of the management appliance.
    type str
    Type of connection.
    details String
    Information about current connection status.
    state String
    The lifecycle state of the management appliance.
    type String
    Type of connection.

    Package Details

    Repository
    oci pulumi/pulumi-oci
    License
    Apache-2.0
    Notes
    This Pulumi package is based on the oci Terraform Provider.
    oci logo
    Oracle Cloud Infrastructure v3.16.0 published on Wednesday, Jan 28, 2026 by Pulumi
      Meet Neo: Your AI Platform Teammate