1. Packages
  2. Qdrant-Cloud Provider
  3. API Docs
  4. AccountsHybridCloudEnvironment
qdrant-cloud 1.11.0 published on Tuesday, Sep 23, 2025 by qdrant

qdrant-cloud.AccountsHybridCloudEnvironment

Explore with Pulumi AI

qdrant-cloud logo
qdrant-cloud 1.11.0 published on Tuesday, Sep 23, 2025 by qdrant

    Example Usage

    Create AccountsHybridCloudEnvironment Resource

    Resources are created with functions called constructors. To learn more about declaring and configuring resources, see Resources.

    Constructor syntax

    new AccountsHybridCloudEnvironment(name: string, args: AccountsHybridCloudEnvironmentArgs, opts?: CustomResourceOptions);
    @overload
    def AccountsHybridCloudEnvironment(resource_name: str,
                                       args: AccountsHybridCloudEnvironmentArgs,
                                       opts: Optional[ResourceOptions] = None)
    
    @overload
    def AccountsHybridCloudEnvironment(resource_name: str,
                                       opts: Optional[ResourceOptions] = None,
                                       configuration: Optional[AccountsHybridCloudEnvironmentConfigurationArgs] = None,
                                       account_id: Optional[str] = None,
                                       bootstrap_commands_version: Optional[float] = None,
                                       name: Optional[str] = None)
    func NewAccountsHybridCloudEnvironment(ctx *Context, name string, args AccountsHybridCloudEnvironmentArgs, opts ...ResourceOption) (*AccountsHybridCloudEnvironment, error)
    public AccountsHybridCloudEnvironment(string name, AccountsHybridCloudEnvironmentArgs args, CustomResourceOptions? opts = null)
    public AccountsHybridCloudEnvironment(String name, AccountsHybridCloudEnvironmentArgs args)
    public AccountsHybridCloudEnvironment(String name, AccountsHybridCloudEnvironmentArgs args, CustomResourceOptions options)
    
    type: qdrant-cloud:AccountsHybridCloudEnvironment
    properties: # The arguments to resource properties.
    options: # Bag of options to control resource's behavior.
    
    

    Parameters

    name string
    The unique name of the resource.
    args AccountsHybridCloudEnvironmentArgs
    The arguments to resource properties.
    opts CustomResourceOptions
    Bag of options to control resource's behavior.
    resource_name str
    The unique name of the resource.
    args AccountsHybridCloudEnvironmentArgs
    The arguments to resource properties.
    opts ResourceOptions
    Bag of options to control resource's behavior.
    ctx Context
    Context object for the current deployment.
    name string
    The unique name of the resource.
    args AccountsHybridCloudEnvironmentArgs
    The arguments to resource properties.
    opts ResourceOption
    Bag of options to control resource's behavior.
    name string
    The unique name of the resource.
    args AccountsHybridCloudEnvironmentArgs
    The arguments to resource properties.
    opts CustomResourceOptions
    Bag of options to control resource's behavior.
    name String
    The unique name of the resource.
    args AccountsHybridCloudEnvironmentArgs
    The arguments to resource properties.
    options CustomResourceOptions
    Bag of options to control resource's behavior.

    Constructor example

    The following reference example uses placeholder values for all input properties.

    var accountsHybridCloudEnvironmentResource = new QdrantCloud.AccountsHybridCloudEnvironment("accountsHybridCloudEnvironmentResource", new()
    {
        Configuration = new QdrantCloud.Inputs.AccountsHybridCloudEnvironmentConfigurationArgs
        {
            Namespace = "string",
            LastModifiedAt = "string",
            ContainerRegistryUrl = "string",
            DatabaseStorageClass = "string",
            HttpProxyUrl = "string",
            HttpsProxyUrl = "string",
            CaCertificates = "string",
            LogLevel = "string",
            ChartRepositoryUrl = "string",
            NoProxyConfigs = new[]
            {
                "string",
            },
            RegistrySecretName = "string",
            SnapshotStorageClass = "string",
            VolumeSnapshotStorageClass = "string",
        },
        AccountId = "string",
        BootstrapCommandsVersion = 0,
        Name = "string",
    });
    
    example, err := qdrantcloud.NewAccountsHybridCloudEnvironment(ctx, "accountsHybridCloudEnvironmentResource", &qdrantcloud.AccountsHybridCloudEnvironmentArgs{
    	Configuration: &qdrantcloud.AccountsHybridCloudEnvironmentConfigurationArgs{
    		Namespace:            pulumi.String("string"),
    		LastModifiedAt:       pulumi.String("string"),
    		ContainerRegistryUrl: pulumi.String("string"),
    		DatabaseStorageClass: pulumi.String("string"),
    		HttpProxyUrl:         pulumi.String("string"),
    		HttpsProxyUrl:        pulumi.String("string"),
    		CaCertificates:       pulumi.String("string"),
    		LogLevel:             pulumi.String("string"),
    		ChartRepositoryUrl:   pulumi.String("string"),
    		NoProxyConfigs: pulumi.StringArray{
    			pulumi.String("string"),
    		},
    		RegistrySecretName:         pulumi.String("string"),
    		SnapshotStorageClass:       pulumi.String("string"),
    		VolumeSnapshotStorageClass: pulumi.String("string"),
    	},
    	AccountId:                pulumi.String("string"),
    	BootstrapCommandsVersion: pulumi.Float64(0),
    	Name:                     pulumi.String("string"),
    })
    
    var accountsHybridCloudEnvironmentResource = new AccountsHybridCloudEnvironment("accountsHybridCloudEnvironmentResource", AccountsHybridCloudEnvironmentArgs.builder()
        .configuration(AccountsHybridCloudEnvironmentConfigurationArgs.builder()
            .namespace("string")
            .lastModifiedAt("string")
            .containerRegistryUrl("string")
            .databaseStorageClass("string")
            .httpProxyUrl("string")
            .httpsProxyUrl("string")
            .caCertificates("string")
            .logLevel("string")
            .chartRepositoryUrl("string")
            .noProxyConfigs("string")
            .registrySecretName("string")
            .snapshotStorageClass("string")
            .volumeSnapshotStorageClass("string")
            .build())
        .accountId("string")
        .bootstrapCommandsVersion(0.0)
        .name("string")
        .build());
    
    accounts_hybrid_cloud_environment_resource = qdrant_cloud.AccountsHybridCloudEnvironment("accountsHybridCloudEnvironmentResource",
        configuration={
            "namespace": "string",
            "last_modified_at": "string",
            "container_registry_url": "string",
            "database_storage_class": "string",
            "http_proxy_url": "string",
            "https_proxy_url": "string",
            "ca_certificates": "string",
            "log_level": "string",
            "chart_repository_url": "string",
            "no_proxy_configs": ["string"],
            "registry_secret_name": "string",
            "snapshot_storage_class": "string",
            "volume_snapshot_storage_class": "string",
        },
        account_id="string",
        bootstrap_commands_version=0,
        name="string")
    
    const accountsHybridCloudEnvironmentResource = new qdrant_cloud.AccountsHybridCloudEnvironment("accountsHybridCloudEnvironmentResource", {
        configuration: {
            namespace: "string",
            lastModifiedAt: "string",
            containerRegistryUrl: "string",
            databaseStorageClass: "string",
            httpProxyUrl: "string",
            httpsProxyUrl: "string",
            caCertificates: "string",
            logLevel: "string",
            chartRepositoryUrl: "string",
            noProxyConfigs: ["string"],
            registrySecretName: "string",
            snapshotStorageClass: "string",
            volumeSnapshotStorageClass: "string",
        },
        accountId: "string",
        bootstrapCommandsVersion: 0,
        name: "string",
    });
    
    type: qdrant-cloud:AccountsHybridCloudEnvironment
    properties:
        accountId: string
        bootstrapCommandsVersion: 0
        configuration:
            caCertificates: string
            chartRepositoryUrl: string
            containerRegistryUrl: string
            databaseStorageClass: string
            httpProxyUrl: string
            httpsProxyUrl: string
            lastModifiedAt: string
            logLevel: string
            namespace: string
            noProxyConfigs:
                - string
            registrySecretName: string
            snapshotStorageClass: string
            volumeSnapshotStorageClass: string
        name: string
    

    AccountsHybridCloudEnvironment Resource Properties

    To learn more about resource properties and how to use them, see Inputs and Outputs in the Architecture and Concepts docs.

    Inputs

    In Python, inputs that are objects can be passed either as argument classes or as dictionary literals.

    The AccountsHybridCloudEnvironment resource accepts the following input properties:

    Configuration Pulumi.QdrantCloud.Inputs.AccountsHybridCloudEnvironmentConfiguration
    Hybrid cloud environment Schema Configuration field
    AccountId string
    Hybrid cloud environment Schema Account ID field
    BootstrapCommandsVersion double
    Version knob to (re)generate bootstrap commands. -1 = never generate, 0 = idle/do not (re)generate, >0 = generate/rotate.
    Name string
    Hybrid cloud environment Schema Name field
    Configuration AccountsHybridCloudEnvironmentConfigurationArgs
    Hybrid cloud environment Schema Configuration field
    AccountId string
    Hybrid cloud environment Schema Account ID field
    BootstrapCommandsVersion float64
    Version knob to (re)generate bootstrap commands. -1 = never generate, 0 = idle/do not (re)generate, >0 = generate/rotate.
    Name string
    Hybrid cloud environment Schema Name field
    configuration AccountsHybridCloudEnvironmentConfiguration
    Hybrid cloud environment Schema Configuration field
    accountId String
    Hybrid cloud environment Schema Account ID field
    bootstrapCommandsVersion Double
    Version knob to (re)generate bootstrap commands. -1 = never generate, 0 = idle/do not (re)generate, >0 = generate/rotate.
    name String
    Hybrid cloud environment Schema Name field
    configuration AccountsHybridCloudEnvironmentConfiguration
    Hybrid cloud environment Schema Configuration field
    accountId string
    Hybrid cloud environment Schema Account ID field
    bootstrapCommandsVersion number
    Version knob to (re)generate bootstrap commands. -1 = never generate, 0 = idle/do not (re)generate, >0 = generate/rotate.
    name string
    Hybrid cloud environment Schema Name field
    configuration AccountsHybridCloudEnvironmentConfigurationArgs
    Hybrid cloud environment Schema Configuration field
    account_id str
    Hybrid cloud environment Schema Account ID field
    bootstrap_commands_version float
    Version knob to (re)generate bootstrap commands. -1 = never generate, 0 = idle/do not (re)generate, >0 = generate/rotate.
    name str
    Hybrid cloud environment Schema Name field
    configuration Property Map
    Hybrid cloud environment Schema Configuration field
    accountId String
    Hybrid cloud environment Schema Account ID field
    bootstrapCommandsVersion Number
    Version knob to (re)generate bootstrap commands. -1 = never generate, 0 = idle/do not (re)generate, >0 = generate/rotate.
    name String
    Hybrid cloud environment Schema Name field

    Outputs

    All input properties are implicitly available as output properties. Additionally, the AccountsHybridCloudEnvironment resource produces the following output properties:

    BootstrapCommands List<string>
    Hybrid cloud environment Schema Commands to bootstrap a Kubernetes cluster into this environment field
    CreatedAt string
    Hybrid cloud environment Schema Creation timestamp field
    Id string
    The provider-assigned unique ID for this managed resource.
    LastModifiedAt string
    Hybrid cloud environment Schema Last modification timestamp field
    Statuses List<Pulumi.QdrantCloud.Outputs.AccountsHybridCloudEnvironmentStatus>
    Current status of the hybrid cloud environment (read-only).
    BootstrapCommands []string
    Hybrid cloud environment Schema Commands to bootstrap a Kubernetes cluster into this environment field
    CreatedAt string
    Hybrid cloud environment Schema Creation timestamp field
    Id string
    The provider-assigned unique ID for this managed resource.
    LastModifiedAt string
    Hybrid cloud environment Schema Last modification timestamp field
    Statuses []AccountsHybridCloudEnvironmentStatus
    Current status of the hybrid cloud environment (read-only).
    bootstrapCommands List<String>
    Hybrid cloud environment Schema Commands to bootstrap a Kubernetes cluster into this environment field
    createdAt String
    Hybrid cloud environment Schema Creation timestamp field
    id String
    The provider-assigned unique ID for this managed resource.
    lastModifiedAt String
    Hybrid cloud environment Schema Last modification timestamp field
    statuses List<AccountsHybridCloudEnvironmentStatus>
    Current status of the hybrid cloud environment (read-only).
    bootstrapCommands string[]
    Hybrid cloud environment Schema Commands to bootstrap a Kubernetes cluster into this environment field
    createdAt string
    Hybrid cloud environment Schema Creation timestamp field
    id string
    The provider-assigned unique ID for this managed resource.
    lastModifiedAt string
    Hybrid cloud environment Schema Last modification timestamp field
    statuses AccountsHybridCloudEnvironmentStatus[]
    Current status of the hybrid cloud environment (read-only).
    bootstrap_commands Sequence[str]
    Hybrid cloud environment Schema Commands to bootstrap a Kubernetes cluster into this environment field
    created_at str
    Hybrid cloud environment Schema Creation timestamp field
    id str
    The provider-assigned unique ID for this managed resource.
    last_modified_at str
    Hybrid cloud environment Schema Last modification timestamp field
    statuses Sequence[AccountsHybridCloudEnvironmentStatus]
    Current status of the hybrid cloud environment (read-only).
    bootstrapCommands List<String>
    Hybrid cloud environment Schema Commands to bootstrap a Kubernetes cluster into this environment field
    createdAt String
    Hybrid cloud environment Schema Creation timestamp field
    id String
    The provider-assigned unique ID for this managed resource.
    lastModifiedAt String
    Hybrid cloud environment Schema Last modification timestamp field
    statuses List<Property Map>
    Current status of the hybrid cloud environment (read-only).

    Look up Existing AccountsHybridCloudEnvironment Resource

    Get an existing AccountsHybridCloudEnvironment resource’s state with the given name, ID, and optional extra properties used to qualify the lookup.

    public static get(name: string, id: Input<ID>, state?: AccountsHybridCloudEnvironmentState, opts?: CustomResourceOptions): AccountsHybridCloudEnvironment
    @staticmethod
    def get(resource_name: str,
            id: str,
            opts: Optional[ResourceOptions] = None,
            account_id: Optional[str] = None,
            bootstrap_commands: Optional[Sequence[str]] = None,
            bootstrap_commands_version: Optional[float] = None,
            configuration: Optional[AccountsHybridCloudEnvironmentConfigurationArgs] = None,
            created_at: Optional[str] = None,
            last_modified_at: Optional[str] = None,
            name: Optional[str] = None,
            statuses: Optional[Sequence[AccountsHybridCloudEnvironmentStatusArgs]] = None) -> AccountsHybridCloudEnvironment
    func GetAccountsHybridCloudEnvironment(ctx *Context, name string, id IDInput, state *AccountsHybridCloudEnvironmentState, opts ...ResourceOption) (*AccountsHybridCloudEnvironment, error)
    public static AccountsHybridCloudEnvironment Get(string name, Input<string> id, AccountsHybridCloudEnvironmentState? state, CustomResourceOptions? opts = null)
    public static AccountsHybridCloudEnvironment get(String name, Output<String> id, AccountsHybridCloudEnvironmentState state, CustomResourceOptions options)
    resources:  _:    type: qdrant-cloud:AccountsHybridCloudEnvironment    get:      id: ${id}
    name
    The unique name of the resulting resource.
    id
    The unique provider ID of the resource to lookup.
    state
    Any extra arguments used during the lookup.
    opts
    A bag of options that control this resource's behavior.
    resource_name
    The unique name of the resulting resource.
    id
    The unique provider ID of the resource to lookup.
    name
    The unique name of the resulting resource.
    id
    The unique provider ID of the resource to lookup.
    state
    Any extra arguments used during the lookup.
    opts
    A bag of options that control this resource's behavior.
    name
    The unique name of the resulting resource.
    id
    The unique provider ID of the resource to lookup.
    state
    Any extra arguments used during the lookup.
    opts
    A bag of options that control this resource's behavior.
    name
    The unique name of the resulting resource.
    id
    The unique provider ID of the resource to lookup.
    state
    Any extra arguments used during the lookup.
    opts
    A bag of options that control this resource's behavior.
    The following state arguments are supported:
    AccountId string
    Hybrid cloud environment Schema Account ID field
    BootstrapCommands List<string>
    Hybrid cloud environment Schema Commands to bootstrap a Kubernetes cluster into this environment field
    BootstrapCommandsVersion double
    Version knob to (re)generate bootstrap commands. -1 = never generate, 0 = idle/do not (re)generate, >0 = generate/rotate.
    Configuration Pulumi.QdrantCloud.Inputs.AccountsHybridCloudEnvironmentConfiguration
    Hybrid cloud environment Schema Configuration field
    CreatedAt string
    Hybrid cloud environment Schema Creation timestamp field
    LastModifiedAt string
    Hybrid cloud environment Schema Last modification timestamp field
    Name string
    Hybrid cloud environment Schema Name field
    Statuses List<Pulumi.QdrantCloud.Inputs.AccountsHybridCloudEnvironmentStatus>
    Current status of the hybrid cloud environment (read-only).
    AccountId string
    Hybrid cloud environment Schema Account ID field
    BootstrapCommands []string
    Hybrid cloud environment Schema Commands to bootstrap a Kubernetes cluster into this environment field
    BootstrapCommandsVersion float64
    Version knob to (re)generate bootstrap commands. -1 = never generate, 0 = idle/do not (re)generate, >0 = generate/rotate.
    Configuration AccountsHybridCloudEnvironmentConfigurationArgs
    Hybrid cloud environment Schema Configuration field
    CreatedAt string
    Hybrid cloud environment Schema Creation timestamp field
    LastModifiedAt string
    Hybrid cloud environment Schema Last modification timestamp field
    Name string
    Hybrid cloud environment Schema Name field
    Statuses []AccountsHybridCloudEnvironmentStatusArgs
    Current status of the hybrid cloud environment (read-only).
    accountId String
    Hybrid cloud environment Schema Account ID field
    bootstrapCommands List<String>
    Hybrid cloud environment Schema Commands to bootstrap a Kubernetes cluster into this environment field
    bootstrapCommandsVersion Double
    Version knob to (re)generate bootstrap commands. -1 = never generate, 0 = idle/do not (re)generate, >0 = generate/rotate.
    configuration AccountsHybridCloudEnvironmentConfiguration
    Hybrid cloud environment Schema Configuration field
    createdAt String
    Hybrid cloud environment Schema Creation timestamp field
    lastModifiedAt String
    Hybrid cloud environment Schema Last modification timestamp field
    name String
    Hybrid cloud environment Schema Name field
    statuses List<AccountsHybridCloudEnvironmentStatus>
    Current status of the hybrid cloud environment (read-only).
    accountId string
    Hybrid cloud environment Schema Account ID field
    bootstrapCommands string[]
    Hybrid cloud environment Schema Commands to bootstrap a Kubernetes cluster into this environment field
    bootstrapCommandsVersion number
    Version knob to (re)generate bootstrap commands. -1 = never generate, 0 = idle/do not (re)generate, >0 = generate/rotate.
    configuration AccountsHybridCloudEnvironmentConfiguration
    Hybrid cloud environment Schema Configuration field
    createdAt string
    Hybrid cloud environment Schema Creation timestamp field
    lastModifiedAt string
    Hybrid cloud environment Schema Last modification timestamp field
    name string
    Hybrid cloud environment Schema Name field
    statuses AccountsHybridCloudEnvironmentStatus[]
    Current status of the hybrid cloud environment (read-only).
    account_id str
    Hybrid cloud environment Schema Account ID field
    bootstrap_commands Sequence[str]
    Hybrid cloud environment Schema Commands to bootstrap a Kubernetes cluster into this environment field
    bootstrap_commands_version float
    Version knob to (re)generate bootstrap commands. -1 = never generate, 0 = idle/do not (re)generate, >0 = generate/rotate.
    configuration AccountsHybridCloudEnvironmentConfigurationArgs
    Hybrid cloud environment Schema Configuration field
    created_at str
    Hybrid cloud environment Schema Creation timestamp field
    last_modified_at str
    Hybrid cloud environment Schema Last modification timestamp field
    name str
    Hybrid cloud environment Schema Name field
    statuses Sequence[AccountsHybridCloudEnvironmentStatusArgs]
    Current status of the hybrid cloud environment (read-only).
    accountId String
    Hybrid cloud environment Schema Account ID field
    bootstrapCommands List<String>
    Hybrid cloud environment Schema Commands to bootstrap a Kubernetes cluster into this environment field
    bootstrapCommandsVersion Number
    Version knob to (re)generate bootstrap commands. -1 = never generate, 0 = idle/do not (re)generate, >0 = generate/rotate.
    configuration Property Map
    Hybrid cloud environment Schema Configuration field
    createdAt String
    Hybrid cloud environment Schema Creation timestamp field
    lastModifiedAt String
    Hybrid cloud environment Schema Last modification timestamp field
    name String
    Hybrid cloud environment Schema Name field
    statuses List<Property Map>
    Current status of the hybrid cloud environment (read-only).

    Supporting Types

    AccountsHybridCloudEnvironmentConfiguration, AccountsHybridCloudEnvironmentConfigurationArgs

    Namespace string
    The Kubernetes namespace where the Qdrant hybrid cloud components will be deployed.
    CaCertificates string
    CA certificates for custom certificate authorities.
    ChartRepositoryUrl string
    Chart registry URL.
    ContainerRegistryUrl string
    Container registry URL.
    DatabaseStorageClass string
    Default database storage class.
    HttpProxyUrl string
    Optional HTTP proxy URL.
    HttpsProxyUrl string
    Optional HTTPS proxy URL.
    LastModifiedAt string
    Last modification timestamp of the configuration.
    LogLevel string
    Log level for deployed components.
    NoProxyConfigs List<string>
    List of hosts that should not be proxied.
    RegistrySecretName string
    Kubernetes secret name containing registry credentials.
    SnapshotStorageClass string
    Default snapshot storage class.
    VolumeSnapshotStorageClass string
    Default volume snapshot storage class.
    Namespace string
    The Kubernetes namespace where the Qdrant hybrid cloud components will be deployed.
    CaCertificates string
    CA certificates for custom certificate authorities.
    ChartRepositoryUrl string
    Chart registry URL.
    ContainerRegistryUrl string
    Container registry URL.
    DatabaseStorageClass string
    Default database storage class.
    HttpProxyUrl string
    Optional HTTP proxy URL.
    HttpsProxyUrl string
    Optional HTTPS proxy URL.
    LastModifiedAt string
    Last modification timestamp of the configuration.
    LogLevel string
    Log level for deployed components.
    NoProxyConfigs []string
    List of hosts that should not be proxied.
    RegistrySecretName string
    Kubernetes secret name containing registry credentials.
    SnapshotStorageClass string
    Default snapshot storage class.
    VolumeSnapshotStorageClass string
    Default volume snapshot storage class.
    namespace String
    The Kubernetes namespace where the Qdrant hybrid cloud components will be deployed.
    caCertificates String
    CA certificates for custom certificate authorities.
    chartRepositoryUrl String
    Chart registry URL.
    containerRegistryUrl String
    Container registry URL.
    databaseStorageClass String
    Default database storage class.
    httpProxyUrl String
    Optional HTTP proxy URL.
    httpsProxyUrl String
    Optional HTTPS proxy URL.
    lastModifiedAt String
    Last modification timestamp of the configuration.
    logLevel String
    Log level for deployed components.
    noProxyConfigs List<String>
    List of hosts that should not be proxied.
    registrySecretName String
    Kubernetes secret name containing registry credentials.
    snapshotStorageClass String
    Default snapshot storage class.
    volumeSnapshotStorageClass String
    Default volume snapshot storage class.
    namespace string
    The Kubernetes namespace where the Qdrant hybrid cloud components will be deployed.
    caCertificates string
    CA certificates for custom certificate authorities.
    chartRepositoryUrl string
    Chart registry URL.
    containerRegistryUrl string
    Container registry URL.
    databaseStorageClass string
    Default database storage class.
    httpProxyUrl string
    Optional HTTP proxy URL.
    httpsProxyUrl string
    Optional HTTPS proxy URL.
    lastModifiedAt string
    Last modification timestamp of the configuration.
    logLevel string
    Log level for deployed components.
    noProxyConfigs string[]
    List of hosts that should not be proxied.
    registrySecretName string
    Kubernetes secret name containing registry credentials.
    snapshotStorageClass string
    Default snapshot storage class.
    volumeSnapshotStorageClass string
    Default volume snapshot storage class.
    namespace str
    The Kubernetes namespace where the Qdrant hybrid cloud components will be deployed.
    ca_certificates str
    CA certificates for custom certificate authorities.
    chart_repository_url str
    Chart registry URL.
    container_registry_url str
    Container registry URL.
    database_storage_class str
    Default database storage class.
    http_proxy_url str
    Optional HTTP proxy URL.
    https_proxy_url str
    Optional HTTPS proxy URL.
    last_modified_at str
    Last modification timestamp of the configuration.
    log_level str
    Log level for deployed components.
    no_proxy_configs Sequence[str]
    List of hosts that should not be proxied.
    registry_secret_name str
    Kubernetes secret name containing registry credentials.
    snapshot_storage_class str
    Default snapshot storage class.
    volume_snapshot_storage_class str
    Default volume snapshot storage class.
    namespace String
    The Kubernetes namespace where the Qdrant hybrid cloud components will be deployed.
    caCertificates String
    CA certificates for custom certificate authorities.
    chartRepositoryUrl String
    Chart registry URL.
    containerRegistryUrl String
    Container registry URL.
    databaseStorageClass String
    Default database storage class.
    httpProxyUrl String
    Optional HTTP proxy URL.
    httpsProxyUrl String
    Optional HTTPS proxy URL.
    lastModifiedAt String
    Last modification timestamp of the configuration.
    logLevel String
    Log level for deployed components.
    noProxyConfigs List<String>
    List of hosts that should not be proxied.
    registrySecretName String
    Kubernetes secret name containing registry credentials.
    snapshotStorageClass String
    Default snapshot storage class.
    volumeSnapshotStorageClass String
    Default volume snapshot storage class.

    AccountsHybridCloudEnvironmentStatus, AccountsHybridCloudEnvironmentStatusArgs

    AccountsHybridCloudEnvironmentStatusCapability, AccountsHybridCloudEnvironmentStatusCapabilityArgs

    AccountsHybridCloudEnvironmentStatusComponentStatus, AccountsHybridCloudEnvironmentStatusComponentStatusArgs

    Message string
    Name string
    Namespace string
    Phase string
    Version string
    Message string
    Name string
    Namespace string
    Phase string
    Version string
    message String
    name String
    namespace String
    phase String
    version String
    message string
    name string
    namespace string
    phase string
    version string
    message String
    name String
    namespace String
    phase String
    version String

    AccountsHybridCloudEnvironmentStatusStorageClass, AccountsHybridCloudEnvironmentStatusStorageClassArgs

    AllowVolumeExpansion bool
    Default bool
    Name string
    Parameters Dictionary<string, string>
    Provisioner string
    ReclaimPolicy string
    AllowVolumeExpansion bool
    Default bool
    Name string
    Parameters map[string]string
    Provisioner string
    ReclaimPolicy string
    allowVolumeExpansion Boolean
    default_ Boolean
    name String
    parameters Map<String,String>
    provisioner String
    reclaimPolicy String
    allowVolumeExpansion boolean
    default boolean
    name string
    parameters {[key: string]: string}
    provisioner string
    reclaimPolicy string
    allowVolumeExpansion Boolean
    default Boolean
    name String
    parameters Map<String>
    provisioner String
    reclaimPolicy String

    AccountsHybridCloudEnvironmentStatusVolumeSnapshotClass, AccountsHybridCloudEnvironmentStatusVolumeSnapshotClassArgs

    Driver string
    Name string
    Driver string
    Name string
    driver String
    name String
    driver string
    name string
    driver str
    name str
    driver String
    name String

    Import

    qdrant-cloud_accounts_hybrid_cloud_environment can be imported using the environment ID:

    $ pulumi import qdrant-cloud:index/accountsHybridCloudEnvironment:AccountsHybridCloudEnvironment example 00000000-0000-0000-0000-000000000000
    

    To learn more about importing existing cloud resources, see Importing resources.

    Package Details

    Repository
    qdrant-cloud qdrant/terraform-provider-qdrant-cloud
    License
    Notes
    This Pulumi package is based on the qdrant-cloud Terraform Provider.
    qdrant-cloud logo
    qdrant-cloud 1.11.0 published on Tuesday, Sep 23, 2025 by qdrant