1. Packages
  2. OVH
  3. API Docs
  4. Dedicated
  5. getServerSpecificationsNetwork
OVHCloud v2.1.0 published on Friday, Mar 28, 2025 by OVHcloud

ovh.Dedicated.getServerSpecificationsNetwork

Explore with Pulumi AI

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 "@pulumi/ovh";

const spec = ovh.Dedicated.getServerSpecificationsNetwork({
    serviceName: "myserver",
});
Copy
import pulumi
import pulumi_ovh as ovh

spec = ovh.Dedicated.get_server_specifications_network(service_name="myserver")
Copy
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
	})
}
Copy
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",
    });

});
Copy
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());

    }
}
Copy
variables:
  spec:
    fn::invoke:
      function: ovh:Dedicated:getServerSpecificationsNetwork
      arguments:
        serviceName: myserver
Copy

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>
Copy
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]
Copy
func GetServerSpecificationsNetwork(ctx *Context, args *GetServerSpecificationsNetworkArgs, opts ...InvokeOption) (*GetServerSpecificationsNetworkResult, error)
func GetServerSpecificationsNetworkOutput(ctx *Context, args *GetServerSpecificationsNetworkOutputArgs, opts ...InvokeOption) GetServerSpecificationsNetworkResultOutput
Copy

> 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)
}
Copy
public static CompletableFuture<GetServerSpecificationsNetworkResult> getServerSpecificationsNetwork(GetServerSpecificationsNetworkArgs args, InvokeOptions options)
public static Output<GetServerSpecificationsNetworkResult> getServerSpecificationsNetwork(GetServerSpecificationsNetworkArgs args, InvokeOptions options)
Copy
fn::invoke:
  function: ovh:Dedicated/getServerSpecificationsNetwork:getServerSpecificationsNetwork
  arguments:
    # arguments dictionary
Copy

The following arguments are supported:

ServiceName This property is required. string
The internal name of your dedicated server.
ServiceName This property is required. string
The internal name of your dedicated server.
serviceName This property is required. String
The internal name of your dedicated server.
serviceName This property is required. string
The internal name of your dedicated server.
service_name This property is required. str
The internal name of your dedicated server.
serviceName This property is required. String
The internal name of your dedicated server.

getServerSpecificationsNetwork Result

The following output properties are available:

Bandwidth GetServerSpecificationsNetworkBandwidth
vrack bandwidth limitation
ConnectionVal GetServerSpecificationsNetworkConnectionVal
Network connection flow rate
Id string
The provider-assigned unique ID for this managed resource.
Ola GetServerSpecificationsNetworkOla
OLA details
Routing GetServerSpecificationsNetworkRouting
Routing details
ServiceName string
Switching GetServerSpecificationsNetworkSwitching
Switching details
Traffic GetServerSpecificationsNetworkTraffic
Traffic details
Vmac GetServerSpecificationsNetworkVmac
VMAC information for this dedicated server
Vrack GetServerSpecificationsNetworkVrack
vRack details
Bandwidth GetServerSpecificationsNetworkBandwidth
vrack bandwidth limitation
ConnectionVal GetServerSpecificationsNetworkConnectionVal
Network connection flow rate
Id string
The provider-assigned unique ID for this managed resource.
Ola GetServerSpecificationsNetworkOla
OLA details
Routing GetServerSpecificationsNetworkRouting
Routing details
ServiceName string
Switching GetServerSpecificationsNetworkSwitching
Switching details
Traffic GetServerSpecificationsNetworkTraffic
Traffic details
Vmac GetServerSpecificationsNetworkVmac
VMAC information for this dedicated server
Vrack GetServerSpecificationsNetworkVrack
vRack details
bandwidth GetServerSpecificationsNetworkBandwidth
vrack bandwidth limitation
connectionVal GetServerSpecificationsNetworkConnectionVal
Network connection flow rate
id String
The provider-assigned unique ID for this managed resource.
ola GetServerSpecificationsNetworkOla
OLA details
routing GetServerSpecificationsNetworkRouting
Routing details
serviceName String
switching GetServerSpecificationsNetworkSwitching
Switching details
traffic GetServerSpecificationsNetworkTraffic
Traffic details
vmac GetServerSpecificationsNetworkVmac
VMAC information for this dedicated server
vrack GetServerSpecificationsNetworkVrack
vRack details
bandwidth GetServerSpecificationsNetworkBandwidth
vrack bandwidth limitation
connectionVal GetServerSpecificationsNetworkConnectionVal
Network connection flow rate
id string
The provider-assigned unique ID for this managed resource.
ola GetServerSpecificationsNetworkOla
OLA details
routing GetServerSpecificationsNetworkRouting
Routing details
serviceName string
switching GetServerSpecificationsNetworkSwitching
Switching details
traffic GetServerSpecificationsNetworkTraffic
Traffic details
vmac GetServerSpecificationsNetworkVmac
VMAC information for this dedicated server
vrack GetServerSpecificationsNetworkVrack
vRack details
bandwidth Property Map
vrack bandwidth limitation
connectionVal 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
serviceName 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

InternetToOvh This property is required. GetServerSpecificationsNetworkBandwidthInternetToOvh
Bandwidth limitation Internet to OVH
OvhToInternet This property is required. GetServerSpecificationsNetworkBandwidthOvhToInternet
Bandwidth limitation OVH to Internet
OvhToOvh This property is required. GetServerSpecificationsNetworkBandwidthOvhToOvh
Bandwidth limitation OVH to OVH
Type This property is required. string
Bandwidth offer type (included┃standard)
InternetToOvh This property is required. GetServerSpecificationsNetworkBandwidthInternetToOvh
Bandwidth limitation Internet to OVH
OvhToInternet This property is required. GetServerSpecificationsNetworkBandwidthOvhToInternet
Bandwidth limitation OVH to Internet
OvhToOvh This property is required. GetServerSpecificationsNetworkBandwidthOvhToOvh
Bandwidth limitation OVH to OVH
Type This property is required. string
Bandwidth offer type (included┃standard)
internetToOvh This property is required. GetServerSpecificationsNetworkBandwidthInternetToOvh
Bandwidth limitation Internet to OVH
ovhToInternet This property is required. GetServerSpecificationsNetworkBandwidthOvhToInternet
Bandwidth limitation OVH to Internet
ovhToOvh This property is required. GetServerSpecificationsNetworkBandwidthOvhToOvh
Bandwidth limitation OVH to OVH
type This property is required. String
Bandwidth offer type (included┃standard)
internetToOvh This property is required. GetServerSpecificationsNetworkBandwidthInternetToOvh
Bandwidth limitation Internet to OVH
ovhToInternet This property is required. GetServerSpecificationsNetworkBandwidthOvhToInternet
Bandwidth limitation OVH to Internet
ovhToOvh This property is required. GetServerSpecificationsNetworkBandwidthOvhToOvh
Bandwidth limitation OVH to OVH
type This property is required. string
Bandwidth offer type (included┃standard)
internet_to_ovh This property is required. dedicated.GetServerSpecificationsNetworkBandwidthInternetToOvh
Bandwidth limitation Internet to OVH
ovh_to_internet This property is required. dedicated.GetServerSpecificationsNetworkBandwidthOvhToInternet
Bandwidth limitation OVH to Internet
ovh_to_ovh This property is required. dedicated.GetServerSpecificationsNetworkBandwidthOvhToOvh
Bandwidth limitation OVH to OVH
type This property is required. str
Bandwidth offer type (included┃standard)
internetToOvh This property is required. Property Map
Bandwidth limitation Internet to OVH
ovhToInternet This property is required. Property Map
Bandwidth limitation OVH to Internet
ovhToOvh This property is required. Property Map
Bandwidth limitation OVH to OVH
type This property is required. String
Bandwidth offer type (included┃standard)

GetServerSpecificationsNetworkBandwidthInternetToOvh

Unit This property is required. string
Value This property is required. double
Unit This property is required. string
Value This property is required. float64
unit This property is required. String
value This property is required. Double
unit This property is required. string
value This property is required. number
unit This property is required. str
value This property is required. float
unit This property is required. String
value This property is required. Number

GetServerSpecificationsNetworkBandwidthOvhToInternet

Unit This property is required. string
Value This property is required. double
Unit This property is required. string
Value This property is required. float64
unit This property is required. String
value This property is required. Double
unit This property is required. string
value This property is required. number
unit This property is required. str
value This property is required. float
unit This property is required. String
value This property is required. Number

GetServerSpecificationsNetworkBandwidthOvhToOvh

Unit This property is required. string
Value This property is required. double
Unit This property is required. string
Value This property is required. float64
unit This property is required. String
value This property is required. Double
unit This property is required. string
value This property is required. number
unit This property is required. str
value This property is required. float
unit This property is required. String
value This property is required. Number

GetServerSpecificationsNetworkConnectionVal

Unit This property is required. string
Value This property is required. double
Unit This property is required. string
Value This property is required. float64
unit This property is required. String
value This property is required. Double
unit This property is required. string
value This property is required. number
unit This property is required. str
value This property is required. float
unit This property is required. String
value This property is required. Number

GetServerSpecificationsNetworkOla

Available This property is required. bool
Is the OLA feature available
AvailableModes This property is required. List<GetServerSpecificationsNetworkOlaAvailableMode>
Supported modes
SupportedModes This property is required. List<string>
Supported modes (DEPRECATED)
Available This property is required. bool
Is the OLA feature available
AvailableModes This property is required. []GetServerSpecificationsNetworkOlaAvailableMode
Supported modes
SupportedModes This property is required. []string
Supported modes (DEPRECATED)
available This property is required. Boolean
Is the OLA feature available
availableModes This property is required. List<GetServerSpecificationsNetworkOlaAvailableMode>
Supported modes
supportedModes This property is required. List<String>
Supported modes (DEPRECATED)
available This property is required. boolean
Is the OLA feature available
availableModes This property is required. GetServerSpecificationsNetworkOlaAvailableMode[]
Supported modes
supportedModes This property is required. string[]
Supported modes (DEPRECATED)
available This property is required. bool
Is the OLA feature available
available_modes This property is required. Sequence[dedicated.GetServerSpecificationsNetworkOlaAvailableMode]
Supported modes
supported_modes This property is required. Sequence[str]
Supported modes (DEPRECATED)
available This property is required. Boolean
Is the OLA feature available
availableModes This property is required. List<Property Map>
Supported modes
supportedModes This property is required. List<String>
Supported modes (DEPRECATED)

GetServerSpecificationsNetworkOlaAvailableMode

Default This property is required. bool
Whether it is the default configuration of the server
Interfaces This property is required. List<GetServerSpecificationsNetworkOlaAvailableModeInterface>
Interface layout
Name This property is required. string
Switch name
Default This property is required. bool
Whether it is the default configuration of the server
Interfaces This property is required. []GetServerSpecificationsNetworkOlaAvailableModeInterface
Interface layout
Name This property is required. string
Switch name
default_ This property is required. Boolean
Whether it is the default configuration of the server
interfaces This property is required. List<GetServerSpecificationsNetworkOlaAvailableModeInterface>
Interface layout
name This property is required. String
Switch name
default This property is required. boolean
Whether it is the default configuration of the server
interfaces This property is required. GetServerSpecificationsNetworkOlaAvailableModeInterface[]
Interface layout
name This property is required. string
Switch name
default This property is required. bool
Whether it is the default configuration of the server
interfaces This property is required. Sequence[dedicated.GetServerSpecificationsNetworkOlaAvailableModeInterface]
Interface layout
name This property is required. str
Switch name
default This property is required. Boolean
Whether it is the default configuration of the server
interfaces This property is required. List<Property Map>
Interface layout
name This property is required. String
Switch name

GetServerSpecificationsNetworkOlaAvailableModeInterface

Aggregation This property is required. bool
Interface aggregation status
Count This property is required. double
Interface count
Type This property is required. string
Bandwidth offer type (included┃standard)
Aggregation This property is required. bool
Interface aggregation status
Count This property is required. float64
Interface count
Type This property is required. string
Bandwidth offer type (included┃standard)
aggregation This property is required. Boolean
Interface aggregation status
count This property is required. Double
Interface count
type This property is required. String
Bandwidth offer type (included┃standard)
aggregation This property is required. boolean
Interface aggregation status
count This property is required. number
Interface count
type This property is required. string
Bandwidth offer type (included┃standard)
aggregation This property is required. bool
Interface aggregation status
count This property is required. float
Interface count
type This property is required. str
Bandwidth offer type (included┃standard)
aggregation This property is required. Boolean
Interface aggregation status
count This property is required. Number
Interface count
type This property is required. String
Bandwidth offer type (included┃standard)

GetServerSpecificationsNetworkRouting

Ipv4 This property is required. GetServerSpecificationsNetworkRoutingIpv4
Ipv4 routing details
Ipv6 This property is required. GetServerSpecificationsNetworkRoutingIpv6
Ipv6 routing details
Ipv4 This property is required. GetServerSpecificationsNetworkRoutingIpv4
Ipv4 routing details
Ipv6 This property is required. GetServerSpecificationsNetworkRoutingIpv6
Ipv6 routing details
ipv4 This property is required. GetServerSpecificationsNetworkRoutingIpv4
Ipv4 routing details
ipv6 This property is required. GetServerSpecificationsNetworkRoutingIpv6
Ipv6 routing details
ipv4 This property is required. GetServerSpecificationsNetworkRoutingIpv4
Ipv4 routing details
ipv6 This property is required. GetServerSpecificationsNetworkRoutingIpv6
Ipv6 routing details
ipv4 This property is required. dedicated.GetServerSpecificationsNetworkRoutingIpv4
Ipv4 routing details
ipv6 This property is required. dedicated.GetServerSpecificationsNetworkRoutingIpv6
Ipv6 routing details
ipv4 This property is required. Property Map
Ipv4 routing details
ipv6 This property is required. Property Map
Ipv6 routing details

GetServerSpecificationsNetworkRoutingIpv4

Gateway This property is required. string
Server gateway
Ip This property is required. string
Server main IP
Network This property is required. string
Server network
Gateway This property is required. string
Server gateway
Ip This property is required. string
Server main IP
Network This property is required. string
Server network
gateway This property is required. String
Server gateway
ip This property is required. String
Server main IP
network This property is required. String
Server network
gateway This property is required. string
Server gateway
ip This property is required. string
Server main IP
network This property is required. string
Server network
gateway This property is required. str
Server gateway
ip This property is required. str
Server main IP
network This property is required. str
Server network
gateway This property is required. String
Server gateway
ip This property is required. String
Server main IP
network This property is required. String
Server network

GetServerSpecificationsNetworkRoutingIpv6

Gateway This property is required. string
Server gateway
Ip This property is required. string
Server main IP
Network This property is required. string
Server network
Gateway This property is required. string
Server gateway
Ip This property is required. string
Server main IP
Network This property is required. string
Server network
gateway This property is required. String
Server gateway
ip This property is required. String
Server main IP
network This property is required. String
Server network
gateway This property is required. string
Server gateway
ip This property is required. string
Server main IP
network This property is required. string
Server network
gateway This property is required. str
Server gateway
ip This property is required. str
Server main IP
network This property is required. str
Server network
gateway This property is required. String
Server gateway
ip This property is required. String
Server main IP
network This property is required. String
Server network

GetServerSpecificationsNetworkSwitching

Name This property is required. string
Switch name
Name This property is required. string
Switch name
name This property is required. String
Switch name
name This property is required. string
Switch name
name This property is required. str
Switch name
name This property is required. String
Switch name

GetServerSpecificationsNetworkTraffic

InputQuotaSize This property is required. GetServerSpecificationsNetworkTrafficInputQuotaSize
Monthly input traffic quota allowed
InputQuotaUsed This property is required. GetServerSpecificationsNetworkTrafficInputQuotaUsed
Monthly input traffic consumed this month
IsThrottled This property is required. bool
Whether bandwidth is throttleted for being over quota
OutputQuotaSize This property is required. GetServerSpecificationsNetworkTrafficOutputQuotaSize
Monthly output traffic quota allowed
OutputQuotaUsed This property is required. GetServerSpecificationsNetworkTrafficOutputQuotaUsed
Monthly output traffic consumed this month
ResetQuotaDate This property is required. string
Next reset quota date for traffic counter
InputQuotaSize This property is required. GetServerSpecificationsNetworkTrafficInputQuotaSize
Monthly input traffic quota allowed
InputQuotaUsed This property is required. GetServerSpecificationsNetworkTrafficInputQuotaUsed
Monthly input traffic consumed this month
IsThrottled This property is required. bool
Whether bandwidth is throttleted for being over quota
OutputQuotaSize This property is required. GetServerSpecificationsNetworkTrafficOutputQuotaSize
Monthly output traffic quota allowed
OutputQuotaUsed This property is required. GetServerSpecificationsNetworkTrafficOutputQuotaUsed
Monthly output traffic consumed this month
ResetQuotaDate This property is required. string
Next reset quota date for traffic counter
inputQuotaSize This property is required. GetServerSpecificationsNetworkTrafficInputQuotaSize
Monthly input traffic quota allowed
inputQuotaUsed This property is required. GetServerSpecificationsNetworkTrafficInputQuotaUsed
Monthly input traffic consumed this month
isThrottled This property is required. Boolean
Whether bandwidth is throttleted for being over quota
outputQuotaSize This property is required. GetServerSpecificationsNetworkTrafficOutputQuotaSize
Monthly output traffic quota allowed
outputQuotaUsed This property is required. GetServerSpecificationsNetworkTrafficOutputQuotaUsed
Monthly output traffic consumed this month
resetQuotaDate This property is required. String
Next reset quota date for traffic counter
inputQuotaSize This property is required. GetServerSpecificationsNetworkTrafficInputQuotaSize
Monthly input traffic quota allowed
inputQuotaUsed This property is required. GetServerSpecificationsNetworkTrafficInputQuotaUsed
Monthly input traffic consumed this month
isThrottled This property is required. boolean
Whether bandwidth is throttleted for being over quota
outputQuotaSize This property is required. GetServerSpecificationsNetworkTrafficOutputQuotaSize
Monthly output traffic quota allowed
outputQuotaUsed This property is required. GetServerSpecificationsNetworkTrafficOutputQuotaUsed
Monthly output traffic consumed this month
resetQuotaDate This property is required. string
Next reset quota date for traffic counter
input_quota_size This property is required. dedicated.GetServerSpecificationsNetworkTrafficInputQuotaSize
Monthly input traffic quota allowed
input_quota_used This property is required. dedicated.GetServerSpecificationsNetworkTrafficInputQuotaUsed
Monthly input traffic consumed this month
is_throttled This property is required. bool
Whether bandwidth is throttleted for being over quota
output_quota_size This property is required. dedicated.GetServerSpecificationsNetworkTrafficOutputQuotaSize
Monthly output traffic quota allowed
output_quota_used This property is required. dedicated.GetServerSpecificationsNetworkTrafficOutputQuotaUsed
Monthly output traffic consumed this month
reset_quota_date This property is required. str
Next reset quota date for traffic counter
inputQuotaSize This property is required. Property Map
Monthly input traffic quota allowed
inputQuotaUsed This property is required. Property Map
Monthly input traffic consumed this month
isThrottled This property is required. Boolean
Whether bandwidth is throttleted for being over quota
outputQuotaSize This property is required. Property Map
Monthly output traffic quota allowed
outputQuotaUsed This property is required. Property Map
Monthly output traffic consumed this month
resetQuotaDate This property is required. String
Next reset quota date for traffic counter

GetServerSpecificationsNetworkTrafficInputQuotaSize

Unit This property is required. string
Value This property is required. double
Unit This property is required. string
Value This property is required. float64
unit This property is required. String
value This property is required. Double
unit This property is required. string
value This property is required. number
unit This property is required. str
value This property is required. float
unit This property is required. String
value This property is required. Number

GetServerSpecificationsNetworkTrafficInputQuotaUsed

Unit This property is required. string
Value This property is required. double
Unit This property is required. string
Value This property is required. float64
unit This property is required. String
value This property is required. Double
unit This property is required. string
value This property is required. number
unit This property is required. str
value This property is required. float
unit This property is required. String
value This property is required. Number

GetServerSpecificationsNetworkTrafficOutputQuotaSize

Unit This property is required. string
Value This property is required. double
Unit This property is required. string
Value This property is required. float64
unit This property is required. String
value This property is required. Double
unit This property is required. string
value This property is required. number
unit This property is required. str
value This property is required. float
unit This property is required. String
value This property is required. Number

GetServerSpecificationsNetworkTrafficOutputQuotaUsed

Unit This property is required. string
Value This property is required. double
Unit This property is required. string
Value This property is required. float64
unit This property is required. String
value This property is required. Double
unit This property is required. string
value This property is required. number
unit This property is required. str
value This property is required. float
unit This property is required. String
value This property is required. Number

GetServerSpecificationsNetworkVmac

Supported This property is required. bool
Whether server is compatible vmac
Supported This property is required. bool
Whether server is compatible vmac
supported This property is required. Boolean
Whether server is compatible vmac
supported This property is required. boolean
Whether server is compatible vmac
supported This property is required. bool
Whether server is compatible vmac
supported This property is required. Boolean
Whether server is compatible vmac

GetServerSpecificationsNetworkVrack

Bandwidth This property is required. GetServerSpecificationsNetworkVrackBandwidth
vrack bandwidth limitation
Type This property is required. string
Bandwidth offer type (included┃standard)
Bandwidth This property is required. GetServerSpecificationsNetworkVrackBandwidth
vrack bandwidth limitation
Type This property is required. string
Bandwidth offer type (included┃standard)
bandwidth This property is required. GetServerSpecificationsNetworkVrackBandwidth
vrack bandwidth limitation
type This property is required. String
Bandwidth offer type (included┃standard)
bandwidth This property is required. GetServerSpecificationsNetworkVrackBandwidth
vrack bandwidth limitation
type This property is required. string
Bandwidth offer type (included┃standard)
bandwidth This property is required. dedicated.GetServerSpecificationsNetworkVrackBandwidth
vrack bandwidth limitation
type This property is required. str
Bandwidth offer type (included┃standard)
bandwidth This property is required. Property Map
vrack bandwidth limitation
type This property is required. String
Bandwidth offer type (included┃standard)

GetServerSpecificationsNetworkVrackBandwidth

Unit This property is required. string
Value This property is required. double
Unit This property is required. string
Value This property is required. float64
unit This property is required. String
value This property is required. Double
unit This property is required. string
value This property is required. number
unit This property is required. str
value This property is required. float
unit This property is required. String
value This property is required. Number

Package Details

Repository
ovh ovh/pulumi-ovh
License
Apache-2.0
Notes
This Pulumi package is based on the ovh Terraform Provider.