Viewing docs for OVHCloud v2.12.0
published on Thursday, Mar 12, 2026 by OVHcloud
published on Thursday, Mar 12, 2026 by OVHcloud
Viewing docs for OVHCloud v2.12.0
published on Thursday, Mar 12, 2026 by OVHcloud
published on Thursday, Mar 12, 2026 by OVHcloud
Get information about a Managed VMware service.
Example Usage
import * as pulumi from "@pulumi/pulumi";
import * as ovh from "@ovhcloud/pulumi-ovh";
const pcc = ovh.Dedicated.getCloud({
serviceName: "<Dedicated Cloud service name>",
});
import pulumi
import pulumi_ovh as ovh
pcc = ovh.Dedicated.get_cloud(service_name="<Dedicated Cloud service name>")
package main
import (
"github.com/ovh/pulumi-ovh/sdk/v2/go/ovh/dedicated"
"github.com/pulumi/pulumi/sdk/v3/go/pulumi"
)
func main() {
pulumi.Run(func(ctx *pulumi.Context) error {
_, err := dedicated.GetCloud(ctx, &dedicated.GetCloudArgs{
ServiceName: "<Dedicated Cloud service name>",
}, 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 pcc = Ovh.Dedicated.GetCloud.Invoke(new()
{
ServiceName = "<Dedicated Cloud service name>",
});
});
package generated_program;
import com.pulumi.Context;
import com.pulumi.Pulumi;
import com.pulumi.core.Output;
import com.pulumi.ovh.Dedicated.DedicatedFunctions;
import com.pulumi.ovh.Dedicated.inputs.GetCloudArgs;
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 pcc = DedicatedFunctions.getCloud(GetCloudArgs.builder()
.serviceName("<Dedicated Cloud service name>")
.build());
}
}
variables:
pcc:
fn::invoke:
function: ovh:Dedicated:getCloud
arguments:
serviceName: <Dedicated Cloud service name>
Using getCloud
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 getCloud(args: GetCloudArgs, opts?: InvokeOptions): Promise<GetCloudResult>
function getCloudOutput(args: GetCloudOutputArgs, opts?: InvokeOptions): Output<GetCloudResult>def get_cloud(service_name: Optional[str] = None,
opts: Optional[InvokeOptions] = None) -> GetCloudResult
def get_cloud_output(service_name: Optional[pulumi.Input[str]] = None,
opts: Optional[InvokeOptions] = None) -> Output[GetCloudResult]func GetCloud(ctx *Context, args *GetCloudArgs, opts ...InvokeOption) (*GetCloudResult, error)
func GetCloudOutput(ctx *Context, args *GetCloudOutputArgs, opts ...InvokeOption) GetCloudResultOutput> Note: This function is named GetCloud in the Go SDK.
public static class GetCloud
{
public static Task<GetCloudResult> InvokeAsync(GetCloudArgs args, InvokeOptions? opts = null)
public static Output<GetCloudResult> Invoke(GetCloudInvokeArgs args, InvokeOptions? opts = null)
}public static CompletableFuture<GetCloudResult> getCloud(GetCloudArgs args, InvokeOptions options)
public static Output<GetCloudResult> getCloud(GetCloudArgs args, InvokeOptions options)
fn::invoke:
function: ovh:Dedicated/getCloud:getCloud
arguments:
# arguments dictionaryThe following arguments are supported:
- Service
Name string - Domain of the service
- Service
Name string - Domain of the service
- service
Name String - Domain of the service
- service
Name string - Domain of the service
- service_
name str - Domain of the service
- service
Name String - Domain of the service
getCloud Result
The following output properties are available:
- Advanced
Security bool - Advanced security state
- Bandwidth string
- The current bandwidth of your VMware on OVHcloud
- Billing
Type string - Billing type of your VMware on OVHcloud
- Can
Migrate boolTo Vcd - Can the PCC be migrated to VCD
- Certified
Interface stringUrl - Url to the VMware on OVHcloud certified interface
- Commercial
Range string - The current version of your VMware on OVHcloud
- Description string
- Description of your VMware on OVHcloud
- Generation string
- Generation of your VMware on OVHcloud
- Iam
Get
Cloud Iam - IAM resource metadata
- Id string
- The provider-assigned unique ID for this managed resource.
- Location string
- Datacenter where your VMware on OVHcloud is physically located
- Management
Interface string - The management interface name
- Product
Reference string - The reference universe information for your VMware on OVHcloud
- Service
Name string - Domain of the service
- Service
Pack stringName - Name of the current service pack
- Spla bool
- SPLA licensing state
- Ssl
V3 bool - Enable SSL v3 support. Warning : this option is not recommended as it was recognized as a security breach. If this is enabled, we advise you to enable the filtered User access policy
- State string
- Current state of your VMware on OVHcloud
- User
Access stringPolicy - Access policy of your VMware on OVHcloud : opened to every IPs or filtered
- User
Limit doubleConcurrent Session - The maximum amount of connected users allowed on the VMware on OVHcloud management interface
- User
Logout stringPolicy - Which user will be disconnected first in case of quota of maximum connection is reached
- User
Session doubleTimeout - The timeout (in seconds) for the user sessions on the VMware on OVHcloud management interface. 0 value disable the timeout
- VScope
Url string - Url to the VMware on OVHcloud vScope interface
- Version
Get
Cloud Version - Version of the management interface
- Web
Interface stringUrl - Url to the VMware on OVHcloud web interface
- Advanced
Security bool - Advanced security state
- Bandwidth string
- The current bandwidth of your VMware on OVHcloud
- Billing
Type string - Billing type of your VMware on OVHcloud
- Can
Migrate boolTo Vcd - Can the PCC be migrated to VCD
- Certified
Interface stringUrl - Url to the VMware on OVHcloud certified interface
- Commercial
Range string - The current version of your VMware on OVHcloud
- Description string
- Description of your VMware on OVHcloud
- Generation string
- Generation of your VMware on OVHcloud
- Iam
Get
Cloud Iam - IAM resource metadata
- Id string
- The provider-assigned unique ID for this managed resource.
- Location string
- Datacenter where your VMware on OVHcloud is physically located
- Management
Interface string - The management interface name
- Product
Reference string - The reference universe information for your VMware on OVHcloud
- Service
Name string - Domain of the service
- Service
Pack stringName - Name of the current service pack
- Spla bool
- SPLA licensing state
- Ssl
V3 bool - Enable SSL v3 support. Warning : this option is not recommended as it was recognized as a security breach. If this is enabled, we advise you to enable the filtered User access policy
- State string
- Current state of your VMware on OVHcloud
- User
Access stringPolicy - Access policy of your VMware on OVHcloud : opened to every IPs or filtered
- User
Limit float64Concurrent Session - The maximum amount of connected users allowed on the VMware on OVHcloud management interface
- User
Logout stringPolicy - Which user will be disconnected first in case of quota of maximum connection is reached
- User
Session float64Timeout - The timeout (in seconds) for the user sessions on the VMware on OVHcloud management interface. 0 value disable the timeout
- VScope
Url string - Url to the VMware on OVHcloud vScope interface
- Version
Get
Cloud Version - Version of the management interface
- Web
Interface stringUrl - Url to the VMware on OVHcloud web interface
- advanced
Security Boolean - Advanced security state
- bandwidth String
- The current bandwidth of your VMware on OVHcloud
- billing
Type String - Billing type of your VMware on OVHcloud
- can
Migrate BooleanTo Vcd - Can the PCC be migrated to VCD
- certified
Interface StringUrl - Url to the VMware on OVHcloud certified interface
- commercial
Range String - The current version of your VMware on OVHcloud
- description String
- Description of your VMware on OVHcloud
- generation String
- Generation of your VMware on OVHcloud
- iam
Get
Cloud Iam - IAM resource metadata
- id String
- The provider-assigned unique ID for this managed resource.
- location String
- Datacenter where your VMware on OVHcloud is physically located
- management
Interface String - The management interface name
- product
Reference String - The reference universe information for your VMware on OVHcloud
- service
Name String - Domain of the service
- service
Pack StringName - Name of the current service pack
- spla Boolean
- SPLA licensing state
- ssl
V3 Boolean - Enable SSL v3 support. Warning : this option is not recommended as it was recognized as a security breach. If this is enabled, we advise you to enable the filtered User access policy
- state String
- Current state of your VMware on OVHcloud
- user
Access StringPolicy - Access policy of your VMware on OVHcloud : opened to every IPs or filtered
- user
Limit DoubleConcurrent Session - The maximum amount of connected users allowed on the VMware on OVHcloud management interface
- user
Logout StringPolicy - Which user will be disconnected first in case of quota of maximum connection is reached
- user
Session DoubleTimeout - The timeout (in seconds) for the user sessions on the VMware on OVHcloud management interface. 0 value disable the timeout
- v
Scope StringUrl - Url to the VMware on OVHcloud vScope interface
- version
Get
Cloud Version - Version of the management interface
- web
Interface StringUrl - Url to the VMware on OVHcloud web interface
- advanced
Security boolean - Advanced security state
- bandwidth string
- The current bandwidth of your VMware on OVHcloud
- billing
Type string - Billing type of your VMware on OVHcloud
- can
Migrate booleanTo Vcd - Can the PCC be migrated to VCD
- certified
Interface stringUrl - Url to the VMware on OVHcloud certified interface
- commercial
Range string - The current version of your VMware on OVHcloud
- description string
- Description of your VMware on OVHcloud
- generation string
- Generation of your VMware on OVHcloud
- iam
Get
Cloud Iam - IAM resource metadata
- id string
- The provider-assigned unique ID for this managed resource.
- location string
- Datacenter where your VMware on OVHcloud is physically located
- management
Interface string - The management interface name
- product
Reference string - The reference universe information for your VMware on OVHcloud
- service
Name string - Domain of the service
- service
Pack stringName - Name of the current service pack
- spla boolean
- SPLA licensing state
- ssl
V3 boolean - Enable SSL v3 support. Warning : this option is not recommended as it was recognized as a security breach. If this is enabled, we advise you to enable the filtered User access policy
- state string
- Current state of your VMware on OVHcloud
- user
Access stringPolicy - Access policy of your VMware on OVHcloud : opened to every IPs or filtered
- user
Limit numberConcurrent Session - The maximum amount of connected users allowed on the VMware on OVHcloud management interface
- user
Logout stringPolicy - Which user will be disconnected first in case of quota of maximum connection is reached
- user
Session numberTimeout - The timeout (in seconds) for the user sessions on the VMware on OVHcloud management interface. 0 value disable the timeout
- v
Scope stringUrl - Url to the VMware on OVHcloud vScope interface
- version
Get
Cloud Version - Version of the management interface
- web
Interface stringUrl - Url to the VMware on OVHcloud web interface
- advanced_
security bool - Advanced security state
- bandwidth str
- The current bandwidth of your VMware on OVHcloud
- billing_
type str - Billing type of your VMware on OVHcloud
- can_
migrate_ boolto_ vcd - Can the PCC be migrated to VCD
- certified_
interface_ strurl - Url to the VMware on OVHcloud certified interface
- commercial_
range str - The current version of your VMware on OVHcloud
- description str
- Description of your VMware on OVHcloud
- generation str
- Generation of your VMware on OVHcloud
- iam
Get
Cloud Iam - IAM resource metadata
- id str
- The provider-assigned unique ID for this managed resource.
- location str
- Datacenter where your VMware on OVHcloud is physically located
- management_
interface str - The management interface name
- product_
reference str - The reference universe information for your VMware on OVHcloud
- service_
name str - Domain of the service
- service_
pack_ strname - Name of the current service pack
- spla bool
- SPLA licensing state
- ssl_
v3 bool - Enable SSL v3 support. Warning : this option is not recommended as it was recognized as a security breach. If this is enabled, we advise you to enable the filtered User access policy
- state str
- Current state of your VMware on OVHcloud
- user_
access_ strpolicy - Access policy of your VMware on OVHcloud : opened to every IPs or filtered
- user_
limit_ floatconcurrent_ session - The maximum amount of connected users allowed on the VMware on OVHcloud management interface
- user_
logout_ strpolicy - Which user will be disconnected first in case of quota of maximum connection is reached
- user_
session_ floattimeout - The timeout (in seconds) for the user sessions on the VMware on OVHcloud management interface. 0 value disable the timeout
- v_
scope_ strurl - Url to the VMware on OVHcloud vScope interface
- version
Get
Cloud Version - Version of the management interface
- web_
interface_ strurl - Url to the VMware on OVHcloud web interface
- advanced
Security Boolean - Advanced security state
- bandwidth String
- The current bandwidth of your VMware on OVHcloud
- billing
Type String - Billing type of your VMware on OVHcloud
- can
Migrate BooleanTo Vcd - Can the PCC be migrated to VCD
- certified
Interface StringUrl - Url to the VMware on OVHcloud certified interface
- commercial
Range String - The current version of your VMware on OVHcloud
- description String
- Description of your VMware on OVHcloud
- generation String
- Generation of your VMware on OVHcloud
- iam Property Map
- IAM resource metadata
- id String
- The provider-assigned unique ID for this managed resource.
- location String
- Datacenter where your VMware on OVHcloud is physically located
- management
Interface String - The management interface name
- product
Reference String - The reference universe information for your VMware on OVHcloud
- service
Name String - Domain of the service
- service
Pack StringName - Name of the current service pack
- spla Boolean
- SPLA licensing state
- ssl
V3 Boolean - Enable SSL v3 support. Warning : this option is not recommended as it was recognized as a security breach. If this is enabled, we advise you to enable the filtered User access policy
- state String
- Current state of your VMware on OVHcloud
- user
Access StringPolicy - Access policy of your VMware on OVHcloud : opened to every IPs or filtered
- user
Limit NumberConcurrent Session - The maximum amount of connected users allowed on the VMware on OVHcloud management interface
- user
Logout StringPolicy - Which user will be disconnected first in case of quota of maximum connection is reached
- user
Session NumberTimeout - The timeout (in seconds) for the user sessions on the VMware on OVHcloud management interface. 0 value disable the timeout
- v
Scope StringUrl - Url to the VMware on OVHcloud vScope interface
- version Property Map
- Version of the management interface
- web
Interface StringUrl - Url to the VMware on OVHcloud web interface
Supporting Types
GetCloudIam
- Display
Name string - Resource display name
- Id string
- Unique identifier of the resource
- Dictionary<string, string>
- Resource tags. Tags that were internally computed are prefixed with ovh:
- Urn string
- Unique resource name used in policies
- Display
Name string - Resource display name
- Id string
- Unique identifier of the resource
- map[string]string
- Resource tags. Tags that were internally computed are prefixed with ovh:
- Urn string
- Unique resource name used in policies
- display
Name String - Resource display name
- id String
- Unique identifier of the resource
- Map<String,String>
- Resource tags. Tags that were internally computed are prefixed with ovh:
- urn String
- Unique resource name used in policies
- display
Name string - Resource display name
- id string
- Unique identifier of the resource
- {[key: string]: string}
- Resource tags. Tags that were internally computed are prefixed with ovh:
- urn string
- Unique resource name used in policies
- display_
name str - Resource display name
- id str
- Unique identifier of the resource
- Mapping[str, str]
- Resource tags. Tags that were internally computed are prefixed with ovh:
- urn str
- Unique resource name used in policies
- display
Name String - Resource display name
- id String
- Unique identifier of the resource
- Map<String>
- Resource tags. Tags that were internally computed are prefixed with ovh:
- urn String
- Unique resource name used in policies
GetCloudVersion
Package Details
- Repository
- ovh ovh/pulumi-ovh
- License
- Apache-2.0
- Notes
- This Pulumi package is based on the
ovhTerraform Provider.
Viewing docs for OVHCloud v2.12.0
published on Thursday, Mar 12, 2026 by OVHcloud
published on Thursday, Mar 12, 2026 by OVHcloud
