1. Packages
  2. OVH
  3. API Docs
  4. OVHcloud
  5. Connects
OVHCloud v2.0.7 published on Wednesday, Mar 19, 2025 by OVHcloud

ovh.OVHcloud.Connects

Explore with Pulumi AI

ovh logo
OVHCloud v2.0.7 published on Wednesday, Mar 19, 2025 by OVHcloud

    Get the details of your Ovhcloud Connect products.

    Example Usage

    import * as pulumi from "@pulumi/pulumi";
    import * as ovh from "@pulumi/ovh";
    
    const occs = ovh.OVHcloud.Connect({});
    
    import pulumi
    import pulumi_ovh as ovh
    
    occs = ovh.OVHcloud.connect()
    
    package main
    
    import (
    	"github.com/ovh/pulumi-ovh/sdk/v2/go/ovh/ovhcloud"
    	"github.com/pulumi/pulumi/sdk/v3/go/pulumi"
    )
    
    func main() {
    	pulumi.Run(func(ctx *pulumi.Context) error {
    		_, err := ovhcloud.Connect(ctx, &ovhcloud.ConnectArgs{}, nil)
    		if err != nil {
    			return err
    		}
    		return nil
    	})
    }
    
    using System.Collections.Generic;
    using System.Linq;
    using Pulumi;
    using Ovh = Pulumi.Ovh;
    
    return await Deployment.RunAsync(() => 
    {
        var occs = Ovh.OVHcloud.Connect.Invoke();
    
    });
    
    package generated_program;
    
    import com.pulumi.Context;
    import com.pulumi.Pulumi;
    import com.pulumi.core.Output;
    import com.pulumi.ovh.OVHcloud.OVHcloudFunctions;
    import com.pulumi.ovh.OVHcloud.inputs.ConnectArgs;
    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 occs = OVHcloudFunctions.Connect();
    
        }
    }
    
    variables:
      occs:
        fn::invoke:
          function: ovh:OVHcloud:Connect
          arguments: {}
    

    Using Connects

    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 connects(opts?: InvokeOptions): Promise<ConnectsResult>
    function connectsOutput(opts?: InvokeOptions): Output<ConnectsResult>
    def connects(opts: Optional[InvokeOptions] = None) -> ConnectsResult
    def connects_output(opts: Optional[InvokeOptions] = None) -> Output[ConnectsResult]
    func Connects(ctx *Context, opts ...InvokeOption) (*ConnectsResult, error)
    func ConnectsOutput(ctx *Context, opts ...InvokeOption) ConnectsResultOutput
    public static class Connects 
    {
        public static Task<ConnectsResult> InvokeAsync(InvokeOptions? opts = null)
        public static Output<ConnectsResult> Invoke(InvokeOptions? opts = null)
    }
    public static CompletableFuture<ConnectsResult> connects(InvokeOptions options)
    public static Output<ConnectsResult> connects(InvokeOptions options)
    
    fn::invoke:
      function: ovh:OVHcloud:Connects
      arguments:
        # arguments dictionary

    Connects Result

    The following output properties are available:

    Id string
    The provider-assigned unique ID for this managed resource.
    Occs List<ConnectsOcc>
    Id string
    The provider-assigned unique ID for this managed resource.
    Occs []ConnectsOcc
    id String
    The provider-assigned unique ID for this managed resource.
    occs List<ConnectsOcc>
    id string
    The provider-assigned unique ID for this managed resource.
    occs ConnectsOcc[]
    id str
    The provider-assigned unique ID for this managed resource.
    occs Sequence[ovhcloud.ConnectsOcc]
    id String
    The provider-assigned unique ID for this managed resource.
    occs List<Property Map>

    Supporting Types

    ConnectsOcc

    Bandwidth string
    Service bandwidth
    Description string
    Service description
    Iam ConnectsOccIam
    IAM resource information
    InterfaceLists List<double>
    List of interfaces linked to a service
    Pop string
    Pop reference where the service is delivered
    PortQuantity string
    Port quantity
    Product string
    Product name of the service
    ProviderName string
    Service provider
    ServiceName string
    Service name
    Status string
    Service status
    Uuid string
    uuid of the Ovhcloud Connect service
    Vrack string
    vrack linked to the service
    Bandwidth string
    Service bandwidth
    Description string
    Service description
    Iam ConnectsOccIam
    IAM resource information
    InterfaceLists []float64
    List of interfaces linked to a service
    Pop string
    Pop reference where the service is delivered
    PortQuantity string
    Port quantity
    Product string
    Product name of the service
    ProviderName string
    Service provider
    ServiceName string
    Service name
    Status string
    Service status
    Uuid string
    uuid of the Ovhcloud Connect service
    Vrack string
    vrack linked to the service
    bandwidth String
    Service bandwidth
    description String
    Service description
    iam ConnectsOccIam
    IAM resource information
    interfaceLists List<Double>
    List of interfaces linked to a service
    pop String
    Pop reference where the service is delivered
    portQuantity String
    Port quantity
    product String
    Product name of the service
    providerName String
    Service provider
    serviceName String
    Service name
    status String
    Service status
    uuid String
    uuid of the Ovhcloud Connect service
    vrack String
    vrack linked to the service
    bandwidth string
    Service bandwidth
    description string
    Service description
    iam ConnectsOccIam
    IAM resource information
    interfaceLists number[]
    List of interfaces linked to a service
    pop string
    Pop reference where the service is delivered
    portQuantity string
    Port quantity
    product string
    Product name of the service
    providerName string
    Service provider
    serviceName string
    Service name
    status string
    Service status
    uuid string
    uuid of the Ovhcloud Connect service
    vrack string
    vrack linked to the service
    bandwidth str
    Service bandwidth
    description str
    Service description
    iam ovhcloud.ConnectsOccIam
    IAM resource information
    interface_lists Sequence[float]
    List of interfaces linked to a service
    pop str
    Pop reference where the service is delivered
    port_quantity str
    Port quantity
    product str
    Product name of the service
    provider_name str
    Service provider
    service_name str
    Service name
    status str
    Service status
    uuid str
    uuid of the Ovhcloud Connect service
    vrack str
    vrack linked to the service
    bandwidth String
    Service bandwidth
    description String
    Service description
    iam Property Map
    IAM resource information
    interfaceLists List<Number>
    List of interfaces linked to a service
    pop String
    Pop reference where the service is delivered
    portQuantity String
    Port quantity
    product String
    Product name of the service
    providerName String
    Service provider
    serviceName String
    Service name
    status String
    Service status
    uuid String
    uuid of the Ovhcloud Connect service
    vrack String
    vrack linked to the service

    ConnectsOccIam

    DisplayName string
    Resource display name
    Id string
    Unique identifier of the resource in the IAM
    Tags Dictionary<string, string>
    Resource tags. Tags that were internally computed are prefixed with ovh:
    Urn string
    URN of the private database, used when writing IAM policies
    DisplayName string
    Resource display name
    Id string
    Unique identifier of the resource in the IAM
    Tags map[string]string
    Resource tags. Tags that were internally computed are prefixed with ovh:
    Urn string
    URN of the private database, used when writing IAM policies
    displayName String
    Resource display name
    id String
    Unique identifier of the resource in the IAM
    tags Map<String,String>
    Resource tags. Tags that were internally computed are prefixed with ovh:
    urn String
    URN of the private database, used when writing IAM policies
    displayName string
    Resource display name
    id string
    Unique identifier of the resource in the IAM
    tags {[key: string]: string}
    Resource tags. Tags that were internally computed are prefixed with ovh:
    urn string
    URN of the private database, used when writing IAM policies
    display_name str
    Resource display name
    id str
    Unique identifier of the resource in the IAM
    tags Mapping[str, str]
    Resource tags. Tags that were internally computed are prefixed with ovh:
    urn str
    URN of the private database, used when writing IAM policies
    displayName String
    Resource display name
    id String
    Unique identifier of the resource in the IAM
    tags Map<String>
    Resource tags. Tags that were internally computed are prefixed with ovh:
    urn String
    URN of the private database, used when writing IAM policies

    Package Details

    Repository
    ovh ovh/pulumi-ovh
    License
    Apache-2.0
    Notes
    This Pulumi package is based on the ovh Terraform Provider.
    ovh logo
    OVHCloud v2.0.7 published on Wednesday, Mar 19, 2025 by OVHcloud