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
Use this data source to get the network information about a dedicated server associated with your OVHcloud Account.
Example Usage
import * as pulumi from "@pulumi/pulumi";
import * as ovh from "@ovhcloud/pulumi-ovh";
const spec = ovh.Dedicated.getServerSpecificationsNetwork({
serviceName: "myserver",
});
import pulumi
import pulumi_ovh as ovh
spec = ovh.Dedicated.get_server_specifications_network(service_name="myserver")
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.GetServerSpecificationsNetwork(ctx, &dedicated.GetServerSpecificationsNetworkArgs{
ServiceName: "myserver",
}, 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 spec = Ovh.Dedicated.GetServerSpecificationsNetwork.Invoke(new()
{
ServiceName = "myserver",
});
});
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.GetServerSpecificationsNetworkArgs;
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 spec = DedicatedFunctions.getServerSpecificationsNetwork(GetServerSpecificationsNetworkArgs.builder()
.serviceName("myserver")
.build());
}
}
variables:
spec:
fn::invoke:
function: ovh:Dedicated:getServerSpecificationsNetwork
arguments:
serviceName: myserver
Using getServerSpecificationsNetwork
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 getServerSpecificationsNetwork(args: GetServerSpecificationsNetworkArgs, opts?: InvokeOptions): Promise<GetServerSpecificationsNetworkResult>
function getServerSpecificationsNetworkOutput(args: GetServerSpecificationsNetworkOutputArgs, opts?: InvokeOptions): Output<GetServerSpecificationsNetworkResult>def get_server_specifications_network(service_name: Optional[str] = None,
opts: Optional[InvokeOptions] = None) -> GetServerSpecificationsNetworkResult
def get_server_specifications_network_output(service_name: Optional[pulumi.Input[str]] = None,
opts: Optional[InvokeOptions] = None) -> Output[GetServerSpecificationsNetworkResult]func GetServerSpecificationsNetwork(ctx *Context, args *GetServerSpecificationsNetworkArgs, opts ...InvokeOption) (*GetServerSpecificationsNetworkResult, error)
func GetServerSpecificationsNetworkOutput(ctx *Context, args *GetServerSpecificationsNetworkOutputArgs, opts ...InvokeOption) GetServerSpecificationsNetworkResultOutput> Note: This function is named GetServerSpecificationsNetwork in the Go SDK.
public static class GetServerSpecificationsNetwork
{
public static Task<GetServerSpecificationsNetworkResult> InvokeAsync(GetServerSpecificationsNetworkArgs args, InvokeOptions? opts = null)
public static Output<GetServerSpecificationsNetworkResult> Invoke(GetServerSpecificationsNetworkInvokeArgs args, InvokeOptions? opts = null)
}public static CompletableFuture<GetServerSpecificationsNetworkResult> getServerSpecificationsNetwork(GetServerSpecificationsNetworkArgs args, InvokeOptions options)
public static Output<GetServerSpecificationsNetworkResult> getServerSpecificationsNetwork(GetServerSpecificationsNetworkArgs args, InvokeOptions options)
fn::invoke:
function: ovh:Dedicated/getServerSpecificationsNetwork:getServerSpecificationsNetwork
arguments:
# arguments dictionaryThe following arguments are supported:
- Service
Name string - The internal name of your dedicated server.
- Service
Name string - The internal name of your dedicated server.
- service
Name String - The internal name of your dedicated server.
- service
Name string - The internal name of your dedicated server.
- service_
name str - The internal name of your dedicated server.
- service
Name String - The internal name of your dedicated server.
getServerSpecificationsNetwork Result
The following output properties are available:
- Bandwidth
Get
Server Specifications Network Bandwidth - vrack bandwidth limitation
- Connection
Val GetServer Specifications Network Connection Val - Network connection flow rate
- Id string
- The provider-assigned unique ID for this managed resource.
- Ola
Get
Server Specifications Network Ola - OLA details
- Routing
Get
Server Specifications Network Routing - Routing details
- Service
Name string - Switching
Get
Server Specifications Network Switching - Switching details
- Traffic
Get
Server Specifications Network Traffic - Traffic details
- Vmac
Get
Server Specifications Network Vmac - VMAC information for this dedicated server
- Vrack
Get
Server Specifications Network Vrack - vRack details
- Bandwidth
Get
Server Specifications Network Bandwidth - vrack bandwidth limitation
- Connection
Val GetServer Specifications Network Connection Val - Network connection flow rate
- Id string
- The provider-assigned unique ID for this managed resource.
- Ola
Get
Server Specifications Network Ola - OLA details
- Routing
Get
Server Specifications Network Routing - Routing details
- Service
Name string - Switching
Get
Server Specifications Network Switching - Switching details
- Traffic
Get
Server Specifications Network Traffic - Traffic details
- Vmac
Get
Server Specifications Network Vmac - VMAC information for this dedicated server
- Vrack
Get
Server Specifications Network Vrack - vRack details
- bandwidth
Get
Server Specifications Network Bandwidth - vrack bandwidth limitation
- connection
Val GetServer Specifications Network Connection Val - Network connection flow rate
- id String
- The provider-assigned unique ID for this managed resource.
- ola
Get
Server Specifications Network Ola - OLA details
- routing
Get
Server Specifications Network Routing - Routing details
- service
Name String - switching
Get
Server Specifications Network Switching - Switching details
- traffic
Get
Server Specifications Network Traffic - Traffic details
- vmac
Get
Server Specifications Network Vmac - VMAC information for this dedicated server
- vrack
Get
Server Specifications Network Vrack - vRack details
- bandwidth
Get
Server Specifications Network Bandwidth - vrack bandwidth limitation
- connection
Val GetServer Specifications Network Connection Val - Network connection flow rate
- id string
- The provider-assigned unique ID for this managed resource.
- ola
Get
Server Specifications Network Ola - OLA details
- routing
Get
Server Specifications Network Routing - Routing details
- service
Name string - switching
Get
Server Specifications Network Switching - Switching details
- traffic
Get
Server Specifications Network Traffic - Traffic details
- vmac
Get
Server Specifications Network Vmac - VMAC information for this dedicated server
- vrack
Get
Server Specifications Network Vrack - vRack details
- bandwidth
Get
Server Specifications Network Bandwidth - vrack bandwidth limitation
- connection_
val GetServer Specifications Network Connection Val - Network connection flow rate
- id str
- The provider-assigned unique ID for this managed resource.
- ola
Get
Server Specifications Network Ola - OLA details
- routing
Get
Server Specifications Network Routing - Routing details
- service_
name str - switching
Get
Server Specifications Network Switching - Switching details
- traffic
Get
Server Specifications Network Traffic - Traffic details
- vmac
Get
Server Specifications Network Vmac - VMAC information for this dedicated server
- vrack
Get
Server Specifications Network Vrack - vRack details
- bandwidth Property Map
- vrack bandwidth limitation
- connection
Val Property Map - Network connection flow rate
- id String
- The provider-assigned unique ID for this managed resource.
- ola Property Map
- OLA details
- routing Property Map
- Routing details
- service
Name String - switching Property Map
- Switching details
- traffic Property Map
- Traffic details
- vmac Property Map
- VMAC information for this dedicated server
- vrack Property Map
- vRack details
Supporting Types
GetServerSpecificationsNetworkBandwidth
- Internet
To GetOvh Server Specifications Network Bandwidth Internet To Ovh - Bandwidth limitation Internet to OVH
- Ovh
To GetInternet Server Specifications Network Bandwidth Ovh To Internet - Bandwidth limitation OVH to Internet
- Ovh
To GetOvh Server Specifications Network Bandwidth Ovh To Ovh - Bandwidth limitation OVH to OVH
- Type string
- Bandwidth offer type (included┃standard)
- Internet
To GetOvh Server Specifications Network Bandwidth Internet To Ovh - Bandwidth limitation Internet to OVH
- Ovh
To GetInternet Server Specifications Network Bandwidth Ovh To Internet - Bandwidth limitation OVH to Internet
- Ovh
To GetOvh Server Specifications Network Bandwidth Ovh To Ovh - Bandwidth limitation OVH to OVH
- Type string
- Bandwidth offer type (included┃standard)
- internet
To GetOvh Server Specifications Network Bandwidth Internet To Ovh - Bandwidth limitation Internet to OVH
- ovh
To GetInternet Server Specifications Network Bandwidth Ovh To Internet - Bandwidth limitation OVH to Internet
- ovh
To GetOvh Server Specifications Network Bandwidth Ovh To Ovh - Bandwidth limitation OVH to OVH
- type String
- Bandwidth offer type (included┃standard)
- internet
To GetOvh Server Specifications Network Bandwidth Internet To Ovh - Bandwidth limitation Internet to OVH
- ovh
To GetInternet Server Specifications Network Bandwidth Ovh To Internet - Bandwidth limitation OVH to Internet
- ovh
To GetOvh Server Specifications Network Bandwidth Ovh To Ovh - Bandwidth limitation OVH to OVH
- type string
- Bandwidth offer type (included┃standard)
- internet_
to_ Getovh Server Specifications Network Bandwidth Internet To Ovh - Bandwidth limitation Internet to OVH
- ovh_
to_ Getinternet Server Specifications Network Bandwidth Ovh To Internet - Bandwidth limitation OVH to Internet
- ovh_
to_ Getovh Server Specifications Network Bandwidth Ovh To Ovh - Bandwidth limitation OVH to OVH
- type str
- Bandwidth offer type (included┃standard)
- internet
To Property MapOvh - Bandwidth limitation Internet to OVH
- ovh
To Property MapInternet - Bandwidth limitation OVH to Internet
- ovh
To Property MapOvh - Bandwidth limitation OVH to OVH
- type String
- Bandwidth offer type (included┃standard)
GetServerSpecificationsNetworkBandwidthInternetToOvh
GetServerSpecificationsNetworkBandwidthOvhToInternet
GetServerSpecificationsNetworkBandwidthOvhToOvh
GetServerSpecificationsNetworkConnectionVal
GetServerSpecificationsNetworkOla
- Available bool
- Is the OLA feature available
- Available
Modes List<GetServer Specifications Network Ola Available Mode> - Supported modes
- Supported
Modes List<string> - Supported modes (DEPRECATED)
- Available bool
- Is the OLA feature available
- Available
Modes []GetServer Specifications Network Ola Available Mode - Supported modes
- Supported
Modes []string - Supported modes (DEPRECATED)
- available Boolean
- Is the OLA feature available
- available
Modes List<GetServer Specifications Network Ola Available Mode> - Supported modes
- supported
Modes List<String> - Supported modes (DEPRECATED)
- available boolean
- Is the OLA feature available
- available
Modes GetServer Specifications Network Ola Available Mode[] - Supported modes
- supported
Modes string[] - Supported modes (DEPRECATED)
- available bool
- Is the OLA feature available
- available_
modes Sequence[GetServer Specifications Network Ola Available Mode] - Supported modes
- supported_
modes Sequence[str] - Supported modes (DEPRECATED)
- available Boolean
- Is the OLA feature available
- available
Modes List<Property Map> - Supported modes
- supported
Modes List<String> - Supported modes (DEPRECATED)
GetServerSpecificationsNetworkOlaAvailableMode
- Default bool
- Whether it is the default configuration of the server
- Interfaces
List<Get
Server Specifications Network Ola Available Mode Interface> - Interface layout
- Name string
- Switch name
- Default bool
- Whether it is the default configuration of the server
- Interfaces
[]Get
Server Specifications Network Ola Available Mode Interface - Interface layout
- Name string
- Switch name
- default_ Boolean
- Whether it is the default configuration of the server
- interfaces
List<Get
Server Specifications Network Ola Available Mode Interface> - Interface layout
- name String
- Switch name
- default boolean
- Whether it is the default configuration of the server
- interfaces
Get
Server Specifications Network Ola Available Mode Interface[] - Interface layout
- name string
- Switch name
- default bool
- Whether it is the default configuration of the server
- interfaces
Sequence[Get
Server Specifications Network Ola Available Mode Interface] - Interface layout
- name str
- Switch name
- default Boolean
- Whether it is the default configuration of the server
- interfaces List<Property Map>
- Interface layout
- name String
- Switch name
GetServerSpecificationsNetworkOlaAvailableModeInterface
- Aggregation bool
- Interface aggregation status
- Count double
- Interface count
- Type string
- Bandwidth offer type (included┃standard)
- Aggregation bool
- Interface aggregation status
- Count float64
- Interface count
- Type string
- Bandwidth offer type (included┃standard)
- aggregation Boolean
- Interface aggregation status
- count Double
- Interface count
- type String
- Bandwidth offer type (included┃standard)
- aggregation boolean
- Interface aggregation status
- count number
- Interface count
- type string
- Bandwidth offer type (included┃standard)
- aggregation bool
- Interface aggregation status
- count float
- Interface count
- type str
- Bandwidth offer type (included┃standard)
- aggregation Boolean
- Interface aggregation status
- count Number
- Interface count
- type String
- Bandwidth offer type (included┃standard)
GetServerSpecificationsNetworkRouting
- Ipv4
Get
Server Specifications Network Routing Ipv4 - Ipv4 routing details
- Ipv6
Get
Server Specifications Network Routing Ipv6 - Ipv6 routing details
- Ipv4
Get
Server Specifications Network Routing Ipv4 - Ipv4 routing details
- Ipv6
Get
Server Specifications Network Routing Ipv6 - Ipv6 routing details
- ipv4
Get
Server Specifications Network Routing Ipv4 - Ipv4 routing details
- ipv6
Get
Server Specifications Network Routing Ipv6 - Ipv6 routing details
- ipv4
Get
Server Specifications Network Routing Ipv4 - Ipv4 routing details
- ipv6
Get
Server Specifications Network Routing Ipv6 - Ipv6 routing details
- ipv4
Get
Server Specifications Network Routing Ipv4 - Ipv4 routing details
- ipv6
Get
Server Specifications Network Routing Ipv6 - Ipv6 routing details
- ipv4 Property Map
- Ipv4 routing details
- ipv6 Property Map
- Ipv6 routing details
GetServerSpecificationsNetworkRoutingIpv4
GetServerSpecificationsNetworkRoutingIpv6
GetServerSpecificationsNetworkSwitching
- Name string
- Switch name
- Name string
- Switch name
- name String
- Switch name
- name string
- Switch name
- name str
- Switch name
- name String
- Switch name
GetServerSpecificationsNetworkTraffic
- Input
Quota GetSize Server Specifications Network Traffic Input Quota Size - Monthly input traffic quota allowed
- Input
Quota GetUsed Server Specifications Network Traffic Input Quota Used - Monthly input traffic consumed this month
- Is
Throttled bool - Whether bandwidth is throttleted for being over quota
- Output
Quota GetSize Server Specifications Network Traffic Output Quota Size - Monthly output traffic quota allowed
- Output
Quota GetUsed Server Specifications Network Traffic Output Quota Used - Monthly output traffic consumed this month
- Reset
Quota stringDate - Next reset quota date for traffic counter
- Input
Quota GetSize Server Specifications Network Traffic Input Quota Size - Monthly input traffic quota allowed
- Input
Quota GetUsed Server Specifications Network Traffic Input Quota Used - Monthly input traffic consumed this month
- Is
Throttled bool - Whether bandwidth is throttleted for being over quota
- Output
Quota GetSize Server Specifications Network Traffic Output Quota Size - Monthly output traffic quota allowed
- Output
Quota GetUsed Server Specifications Network Traffic Output Quota Used - Monthly output traffic consumed this month
- Reset
Quota stringDate - Next reset quota date for traffic counter
- input
Quota GetSize Server Specifications Network Traffic Input Quota Size - Monthly input traffic quota allowed
- input
Quota GetUsed Server Specifications Network Traffic Input Quota Used - Monthly input traffic consumed this month
- is
Throttled Boolean - Whether bandwidth is throttleted for being over quota
- output
Quota GetSize Server Specifications Network Traffic Output Quota Size - Monthly output traffic quota allowed
- output
Quota GetUsed Server Specifications Network Traffic Output Quota Used - Monthly output traffic consumed this month
- reset
Quota StringDate - Next reset quota date for traffic counter
- input
Quota GetSize Server Specifications Network Traffic Input Quota Size - Monthly input traffic quota allowed
- input
Quota GetUsed Server Specifications Network Traffic Input Quota Used - Monthly input traffic consumed this month
- is
Throttled boolean - Whether bandwidth is throttleted for being over quota
- output
Quota GetSize Server Specifications Network Traffic Output Quota Size - Monthly output traffic quota allowed
- output
Quota GetUsed Server Specifications Network Traffic Output Quota Used - Monthly output traffic consumed this month
- reset
Quota stringDate - Next reset quota date for traffic counter
- input_
quota_ Getsize Server Specifications Network Traffic Input Quota Size - Monthly input traffic quota allowed
- input_
quota_ Getused Server Specifications Network Traffic Input Quota Used - Monthly input traffic consumed this month
- is_
throttled bool - Whether bandwidth is throttleted for being over quota
- output_
quota_ Getsize Server Specifications Network Traffic Output Quota Size - Monthly output traffic quota allowed
- output_
quota_ Getused Server Specifications Network Traffic Output Quota Used - Monthly output traffic consumed this month
- reset_
quota_ strdate - Next reset quota date for traffic counter
- input
Quota Property MapSize - Monthly input traffic quota allowed
- input
Quota Property MapUsed - Monthly input traffic consumed this month
- is
Throttled Boolean - Whether bandwidth is throttleted for being over quota
- output
Quota Property MapSize - Monthly output traffic quota allowed
- output
Quota Property MapUsed - Monthly output traffic consumed this month
- reset
Quota StringDate - Next reset quota date for traffic counter
GetServerSpecificationsNetworkTrafficInputQuotaSize
GetServerSpecificationsNetworkTrafficInputQuotaUsed
GetServerSpecificationsNetworkTrafficOutputQuotaSize
GetServerSpecificationsNetworkTrafficOutputQuotaUsed
GetServerSpecificationsNetworkVmac
- Supported bool
- Whether server is compatible vmac
- Supported bool
- Whether server is compatible vmac
- supported Boolean
- Whether server is compatible vmac
- supported boolean
- Whether server is compatible vmac
- supported bool
- Whether server is compatible vmac
- supported Boolean
- Whether server is compatible vmac
GetServerSpecificationsNetworkVrack
- Bandwidth
Get
Server Specifications Network Vrack Bandwidth - vrack bandwidth limitation
- Type string
- Bandwidth offer type (included┃standard)
- Bandwidth
Get
Server Specifications Network Vrack Bandwidth - vrack bandwidth limitation
- Type string
- Bandwidth offer type (included┃standard)
- bandwidth
Get
Server Specifications Network Vrack Bandwidth - vrack bandwidth limitation
- type String
- Bandwidth offer type (included┃standard)
- bandwidth
Get
Server Specifications Network Vrack Bandwidth - vrack bandwidth limitation
- type string
- Bandwidth offer type (included┃standard)
- bandwidth
Get
Server Specifications Network Vrack Bandwidth - vrack bandwidth limitation
- type str
- Bandwidth offer type (included┃standard)
- bandwidth Property Map
- vrack bandwidth limitation
- type String
- Bandwidth offer type (included┃standard)
GetServerSpecificationsNetworkVrackBandwidth
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
