ovh.Dedicated.Server
Explore with Pulumi AI
Import
Dedicated servers can be imported using the service_name
.
Using the following configuration:
hcl
import {
to = ovh_dedicated_server.server
id = “
}
You can then run:
bash
pulumi preview -generate-config-out=dedicated.tf
pulumi up
The file dedicated.tf
will then contain the imported resource’s configuration, that can be copied next to the import
block above.
See https://developer.hashicorp.com/terraform/language/import/generating-configuration for more details.
Create Server Resource
Resources are created with functions called constructors. To learn more about declaring and configuring resources, see Resources.
Constructor syntax
new Server(name: string, args?: ServerArgs, opts?: CustomResourceOptions);
@overload
def Server(resource_name: str,
args: Optional[ServerArgs] = None,
opts: Optional[ResourceOptions] = None)
@overload
def Server(resource_name: str,
opts: Optional[ResourceOptions] = None,
boot_id: Optional[float] = None,
boot_script: Optional[str] = None,
customizations: Optional[_dedicated.ServerCustomizationsArgs] = None,
display_name: Optional[str] = None,
efi_bootloader_path: Optional[str] = None,
monitoring: Optional[bool] = None,
no_intervention: Optional[bool] = None,
os: Optional[str] = None,
ovh_subsidiary: Optional[str] = None,
plan_options: Optional[Sequence[_dedicated.ServerPlanOptionArgs]] = None,
plans: Optional[Sequence[_dedicated.ServerPlanArgs]] = None,
properties: Optional[Mapping[str, str]] = None,
rescue_mail: Optional[str] = None,
rescue_ssh_key: Optional[str] = None,
root_device: Optional[str] = None,
state: Optional[str] = None,
storages: Optional[Sequence[_dedicated.ServerStorageArgs]] = None)
func NewServer(ctx *Context, name string, args *ServerArgs, opts ...ResourceOption) (*Server, error)
public Server(string name, ServerArgs? args = null, CustomResourceOptions? opts = null)
public Server(String name, ServerArgs args)
public Server(String name, ServerArgs args, CustomResourceOptions options)
type: ovh:Dedicated:Server
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 ServerArgs
- 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 ServerArgs
- 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 ServerArgs
- The arguments to resource properties.
- opts ResourceOption
- Bag of options to control resource's behavior.
- name string
- The unique name of the resource.
- args ServerArgs
- The arguments to resource properties.
- opts CustomResourceOptions
- Bag of options to control resource's behavior.
- name String
- The unique name of the resource.
- args ServerArgs
- 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 serverResource = new Ovh.Dedicated.Server("serverResource", new()
{
BootId = 0,
BootScript = "string",
Customizations = new Ovh.Dedicated.Inputs.ServerCustomizationsArgs
{
ConfigDriveUserData = "string",
EfiBootloaderPath = "string",
Hostname = "string",
HttpHeaders =
{
{ "string", "string" },
},
ImageCheckSum = "string",
ImageCheckSumType = "string",
ImageType = "string",
ImageUrl = "string",
Language = "string",
PostInstallationScript = "string",
PostInstallationScriptExtension = "string",
SshKey = "string",
},
DisplayName = "string",
EfiBootloaderPath = "string",
Monitoring = false,
NoIntervention = false,
Os = "string",
OvhSubsidiary = "string",
PlanOptions = new[]
{
new Ovh.Dedicated.Inputs.ServerPlanOptionArgs
{
Duration = "string",
PlanCode = "string",
PricingMode = "string",
Quantity = 0,
Configurations = new[]
{
new Ovh.Dedicated.Inputs.ServerPlanOptionConfigurationArgs
{
Label = "string",
Value = "string",
},
},
},
},
Plans = new[]
{
new Ovh.Dedicated.Inputs.ServerPlanArgs
{
Duration = "string",
PlanCode = "string",
PricingMode = "string",
Configurations = new[]
{
new Ovh.Dedicated.Inputs.ServerPlanConfigurationArgs
{
Label = "string",
Value = "string",
},
},
ItemId = 0,
Quantity = 0,
},
},
Properties =
{
{ "string", "string" },
},
RescueMail = "string",
RescueSshKey = "string",
RootDevice = "string",
State = "string",
Storages = new[]
{
new Ovh.Dedicated.Inputs.ServerStorageArgs
{
DiskGroupId = 0,
HardwareRaids = new[]
{
new Ovh.Dedicated.Inputs.ServerStorageHardwareRaidArgs
{
Arrays = 0,
Disks = 0,
RaidLevel = 0,
Spares = 0,
},
},
Partitioning = new Ovh.Dedicated.Inputs.ServerStoragePartitioningArgs
{
Disks = 0,
Layouts = new[]
{
new Ovh.Dedicated.Inputs.ServerStoragePartitioningLayoutArgs
{
FileSystem = "string",
MountPoint = "string",
Extras = new Ovh.Dedicated.Inputs.ServerStoragePartitioningLayoutExtrasArgs
{
Lv = new Ovh.Dedicated.Inputs.ServerStoragePartitioningLayoutExtrasLvArgs
{
Name = "string",
},
Zp = new Ovh.Dedicated.Inputs.ServerStoragePartitioningLayoutExtrasZpArgs
{
Name = "string",
},
},
RaidLevel = 0,
Size = 0,
},
},
SchemeName = "string",
},
},
},
});
example, err := Dedicated.NewServer(ctx, "serverResource", &Dedicated.ServerArgs{
BootId: pulumi.Float64(0),
BootScript: pulumi.String("string"),
Customizations: &dedicated.ServerCustomizationsArgs{
ConfigDriveUserData: pulumi.String("string"),
EfiBootloaderPath: pulumi.String("string"),
Hostname: pulumi.String("string"),
HttpHeaders: pulumi.StringMap{
"string": pulumi.String("string"),
},
ImageCheckSum: pulumi.String("string"),
ImageCheckSumType: pulumi.String("string"),
ImageType: pulumi.String("string"),
ImageUrl: pulumi.String("string"),
Language: pulumi.String("string"),
PostInstallationScript: pulumi.String("string"),
PostInstallationScriptExtension: pulumi.String("string"),
SshKey: pulumi.String("string"),
},
DisplayName: pulumi.String("string"),
EfiBootloaderPath: pulumi.String("string"),
Monitoring: pulumi.Bool(false),
NoIntervention: pulumi.Bool(false),
Os: pulumi.String("string"),
OvhSubsidiary: pulumi.String("string"),
PlanOptions: dedicated.ServerPlanOptionArray{
&dedicated.ServerPlanOptionArgs{
Duration: pulumi.String("string"),
PlanCode: pulumi.String("string"),
PricingMode: pulumi.String("string"),
Quantity: pulumi.Float64(0),
Configurations: dedicated.ServerPlanOptionConfigurationArray{
&dedicated.ServerPlanOptionConfigurationArgs{
Label: pulumi.String("string"),
Value: pulumi.String("string"),
},
},
},
},
Plans: dedicated.ServerPlanArray{
&dedicated.ServerPlanArgs{
Duration: pulumi.String("string"),
PlanCode: pulumi.String("string"),
PricingMode: pulumi.String("string"),
Configurations: dedicated.ServerPlanConfigurationArray{
&dedicated.ServerPlanConfigurationArgs{
Label: pulumi.String("string"),
Value: pulumi.String("string"),
},
},
ItemId: pulumi.Float64(0),
Quantity: pulumi.Float64(0),
},
},
Properties: pulumi.StringMap{
"string": pulumi.String("string"),
},
RescueMail: pulumi.String("string"),
RescueSshKey: pulumi.String("string"),
RootDevice: pulumi.String("string"),
State: pulumi.String("string"),
Storages: dedicated.ServerStorageArray{
&dedicated.ServerStorageArgs{
DiskGroupId: pulumi.Float64(0),
HardwareRaids: dedicated.ServerStorageHardwareRaidArray{
&dedicated.ServerStorageHardwareRaidArgs{
Arrays: pulumi.Float64(0),
Disks: pulumi.Float64(0),
RaidLevel: pulumi.Float64(0),
Spares: pulumi.Float64(0),
},
},
Partitioning: &dedicated.ServerStoragePartitioningArgs{
Disks: pulumi.Float64(0),
Layouts: dedicated.ServerStoragePartitioningLayoutArray{
&dedicated.ServerStoragePartitioningLayoutArgs{
FileSystem: pulumi.String("string"),
MountPoint: pulumi.String("string"),
Extras: &dedicated.ServerStoragePartitioningLayoutExtrasArgs{
Lv: &dedicated.ServerStoragePartitioningLayoutExtrasLvArgs{
Name: pulumi.String("string"),
},
Zp: &dedicated.ServerStoragePartitioningLayoutExtrasZpArgs{
Name: pulumi.String("string"),
},
},
RaidLevel: pulumi.Float64(0),
Size: pulumi.Float64(0),
},
},
SchemeName: pulumi.String("string"),
},
},
},
})
var serverResource = new Server("serverResource", ServerArgs.builder()
.bootId(0)
.bootScript("string")
.customizations(ServerCustomizationsArgs.builder()
.configDriveUserData("string")
.efiBootloaderPath("string")
.hostname("string")
.httpHeaders(Map.of("string", "string"))
.imageCheckSum("string")
.imageCheckSumType("string")
.imageType("string")
.imageUrl("string")
.language("string")
.postInstallationScript("string")
.postInstallationScriptExtension("string")
.sshKey("string")
.build())
.displayName("string")
.efiBootloaderPath("string")
.monitoring(false)
.noIntervention(false)
.os("string")
.ovhSubsidiary("string")
.planOptions(ServerPlanOptionArgs.builder()
.duration("string")
.planCode("string")
.pricingMode("string")
.quantity(0)
.configurations(ServerPlanOptionConfigurationArgs.builder()
.label("string")
.value("string")
.build())
.build())
.plans(ServerPlanArgs.builder()
.duration("string")
.planCode("string")
.pricingMode("string")
.configurations(ServerPlanConfigurationArgs.builder()
.label("string")
.value("string")
.build())
.itemId(0)
.quantity(0)
.build())
.properties(Map.of("string", "string"))
.rescueMail("string")
.rescueSshKey("string")
.rootDevice("string")
.state("string")
.storages(ServerStorageArgs.builder()
.diskGroupId(0)
.hardwareRaids(ServerStorageHardwareRaidArgs.builder()
.arrays(0)
.disks(0)
.raidLevel(0)
.spares(0)
.build())
.partitioning(ServerStoragePartitioningArgs.builder()
.disks(0)
.layouts(ServerStoragePartitioningLayoutArgs.builder()
.fileSystem("string")
.mountPoint("string")
.extras(ServerStoragePartitioningLayoutExtrasArgs.builder()
.lv(ServerStoragePartitioningLayoutExtrasLvArgs.builder()
.name("string")
.build())
.zp(ServerStoragePartitioningLayoutExtrasZpArgs.builder()
.name("string")
.build())
.build())
.raidLevel(0)
.size(0)
.build())
.schemeName("string")
.build())
.build())
.build());
server_resource = ovh.dedicated.Server("serverResource",
boot_id=0,
boot_script="string",
customizations={
"config_drive_user_data": "string",
"efi_bootloader_path": "string",
"hostname": "string",
"http_headers": {
"string": "string",
},
"image_check_sum": "string",
"image_check_sum_type": "string",
"image_type": "string",
"image_url": "string",
"language": "string",
"post_installation_script": "string",
"post_installation_script_extension": "string",
"ssh_key": "string",
},
display_name="string",
efi_bootloader_path="string",
monitoring=False,
no_intervention=False,
os="string",
ovh_subsidiary="string",
plan_options=[{
"duration": "string",
"plan_code": "string",
"pricing_mode": "string",
"quantity": 0,
"configurations": [{
"label": "string",
"value": "string",
}],
}],
plans=[{
"duration": "string",
"plan_code": "string",
"pricing_mode": "string",
"configurations": [{
"label": "string",
"value": "string",
}],
"item_id": 0,
"quantity": 0,
}],
properties={
"string": "string",
},
rescue_mail="string",
rescue_ssh_key="string",
root_device="string",
state="string",
storages=[{
"disk_group_id": 0,
"hardware_raids": [{
"arrays": 0,
"disks": 0,
"raid_level": 0,
"spares": 0,
}],
"partitioning": {
"disks": 0,
"layouts": [{
"file_system": "string",
"mount_point": "string",
"extras": {
"lv": {
"name": "string",
},
"zp": {
"name": "string",
},
},
"raid_level": 0,
"size": 0,
}],
"scheme_name": "string",
},
}])
const serverResource = new ovh.dedicated.Server("serverResource", {
bootId: 0,
bootScript: "string",
customizations: {
configDriveUserData: "string",
efiBootloaderPath: "string",
hostname: "string",
httpHeaders: {
string: "string",
},
imageCheckSum: "string",
imageCheckSumType: "string",
imageType: "string",
imageUrl: "string",
language: "string",
postInstallationScript: "string",
postInstallationScriptExtension: "string",
sshKey: "string",
},
displayName: "string",
efiBootloaderPath: "string",
monitoring: false,
noIntervention: false,
os: "string",
ovhSubsidiary: "string",
planOptions: [{
duration: "string",
planCode: "string",
pricingMode: "string",
quantity: 0,
configurations: [{
label: "string",
value: "string",
}],
}],
plans: [{
duration: "string",
planCode: "string",
pricingMode: "string",
configurations: [{
label: "string",
value: "string",
}],
itemId: 0,
quantity: 0,
}],
properties: {
string: "string",
},
rescueMail: "string",
rescueSshKey: "string",
rootDevice: "string",
state: "string",
storages: [{
diskGroupId: 0,
hardwareRaids: [{
arrays: 0,
disks: 0,
raidLevel: 0,
spares: 0,
}],
partitioning: {
disks: 0,
layouts: [{
fileSystem: "string",
mountPoint: "string",
extras: {
lv: {
name: "string",
},
zp: {
name: "string",
},
},
raidLevel: 0,
size: 0,
}],
schemeName: "string",
},
}],
});
type: ovh:Dedicated:Server
properties:
bootId: 0
bootScript: string
customizations:
configDriveUserData: string
efiBootloaderPath: string
hostname: string
httpHeaders:
string: string
imageCheckSum: string
imageCheckSumType: string
imageType: string
imageUrl: string
language: string
postInstallationScript: string
postInstallationScriptExtension: string
sshKey: string
displayName: string
efiBootloaderPath: string
monitoring: false
noIntervention: false
os: string
ovhSubsidiary: string
planOptions:
- configurations:
- label: string
value: string
duration: string
planCode: string
pricingMode: string
quantity: 0
plans:
- configurations:
- label: string
value: string
duration: string
itemId: 0
planCode: string
pricingMode: string
quantity: 0
properties:
string: string
rescueMail: string
rescueSshKey: string
rootDevice: string
state: string
storages:
- diskGroupId: 0
hardwareRaids:
- arrays: 0
disks: 0
raidLevel: 0
spares: 0
partitioning:
disks: 0
layouts:
- extras:
lv:
name: string
zp:
name: string
fileSystem: string
mountPoint: string
raidLevel: 0
size: 0
schemeName: string
Server 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 Server resource accepts the following input properties:
- Boot
Id double - Boot id of the server
- Boot
Script string - Boot script of the server
- Customizations
Server
Customizations - OS reinstallation customizations
- Display
Name string - Resource display name
- Efi
Bootloader stringPath - Path of the EFI bootloader
- Monitoring bool
- Icmp monitoring state
- No
Intervention bool - Prevent datacenter intervention
- Os string
- Operating system
- Ovh
Subsidiary string - OVH subsidiaries
- Plan
Options List<ServerPlan Option> - Plans
List<Server
Plan> - Properties Dictionary<string, string>
- Arbitrary properties to pass to cloud-init's config drive datasource
- Rescue
Mail string - Rescue mail of the server
- Rescue
Ssh stringKey - Public SSH Key used in the rescue mode
- Root
Device string - Root device of the server
- State string
- All states a Dedicated can be in (error, hacked, hackedBlocked, ok)
- Storages
List<Server
Storage> - OS reinstallation storage configurations
- Boot
Id float64 - Boot id of the server
- Boot
Script string - Boot script of the server
- Customizations
Server
Customizations Args - OS reinstallation customizations
- Display
Name string - Resource display name
- Efi
Bootloader stringPath - Path of the EFI bootloader
- Monitoring bool
- Icmp monitoring state
- No
Intervention bool - Prevent datacenter intervention
- Os string
- Operating system
- Ovh
Subsidiary string - OVH subsidiaries
- Plan
Options []ServerPlan Option Args - Plans
[]Server
Plan Args - Properties map[string]string
- Arbitrary properties to pass to cloud-init's config drive datasource
- Rescue
Mail string - Rescue mail of the server
- Rescue
Ssh stringKey - Public SSH Key used in the rescue mode
- Root
Device string - Root device of the server
- State string
- All states a Dedicated can be in (error, hacked, hackedBlocked, ok)
- Storages
[]Server
Storage Args - OS reinstallation storage configurations
- boot
Id Double - Boot id of the server
- boot
Script String - Boot script of the server
- customizations
Server
Customizations - OS reinstallation customizations
- display
Name String - Resource display name
- efi
Bootloader StringPath - Path of the EFI bootloader
- monitoring Boolean
- Icmp monitoring state
- no
Intervention Boolean - Prevent datacenter intervention
- os String
- Operating system
- ovh
Subsidiary String - OVH subsidiaries
- plan
Options List<ServerPlan Option> - plans
List<Server
Plan> - properties Map<String,String>
- Arbitrary properties to pass to cloud-init's config drive datasource
- rescue
Mail String - Rescue mail of the server
- rescue
Ssh StringKey - Public SSH Key used in the rescue mode
- root
Device String - Root device of the server
- state String
- All states a Dedicated can be in (error, hacked, hackedBlocked, ok)
- storages
List<Server
Storage> - OS reinstallation storage configurations
- boot
Id number - Boot id of the server
- boot
Script string - Boot script of the server
- customizations
Server
Customizations - OS reinstallation customizations
- display
Name string - Resource display name
- efi
Bootloader stringPath - Path of the EFI bootloader
- monitoring boolean
- Icmp monitoring state
- no
Intervention boolean - Prevent datacenter intervention
- os string
- Operating system
- ovh
Subsidiary string - OVH subsidiaries
- plan
Options ServerPlan Option[] - plans
Server
Plan[] - properties {[key: string]: string}
- Arbitrary properties to pass to cloud-init's config drive datasource
- rescue
Mail string - Rescue mail of the server
- rescue
Ssh stringKey - Public SSH Key used in the rescue mode
- root
Device string - Root device of the server
- state string
- All states a Dedicated can be in (error, hacked, hackedBlocked, ok)
- storages
Server
Storage[] - OS reinstallation storage configurations
- boot_
id float - Boot id of the server
- boot_
script str - Boot script of the server
- customizations
dedicated.
Server Customizations Args - OS reinstallation customizations
- display_
name str - Resource display name
- efi_
bootloader_ strpath - Path of the EFI bootloader
- monitoring bool
- Icmp monitoring state
- no_
intervention bool - Prevent datacenter intervention
- os str
- Operating system
- ovh_
subsidiary str - OVH subsidiaries
- plan_
options Sequence[dedicated.Server Plan Option Args] - plans
Sequence[dedicated.
Server Plan Args] - properties Mapping[str, str]
- Arbitrary properties to pass to cloud-init's config drive datasource
- rescue_
mail str - Rescue mail of the server
- rescue_
ssh_ strkey - Public SSH Key used in the rescue mode
- root_
device str - Root device of the server
- state str
- All states a Dedicated can be in (error, hacked, hackedBlocked, ok)
- storages
Sequence[dedicated.
Server Storage Args] - OS reinstallation storage configurations
- boot
Id Number - Boot id of the server
- boot
Script String - Boot script of the server
- customizations Property Map
- OS reinstallation customizations
- display
Name String - Resource display name
- efi
Bootloader StringPath - Path of the EFI bootloader
- monitoring Boolean
- Icmp monitoring state
- no
Intervention Boolean - Prevent datacenter intervention
- os String
- Operating system
- ovh
Subsidiary String - OVH subsidiaries
- plan
Options List<Property Map> - plans List<Property Map>
- properties Map<String>
- Arbitrary properties to pass to cloud-init's config drive datasource
- rescue
Mail String - Rescue mail of the server
- rescue
Ssh StringKey - Public SSH Key used in the rescue mode
- root
Device String - Root device of the server
- state String
- All states a Dedicated can be in (error, hacked, hackedBlocked, ok)
- storages List<Property Map>
- OS reinstallation storage configurations
Outputs
All input properties are implicitly available as output properties. Additionally, the Server resource produces the following output properties:
- Availability
Zone string - Dedicated AZ localisation
- Commercial
Range string - Dedicated server commercial range
- Datacenter string
- Dedicated datacenter localisation (bhs1,bhs2,...)
- Iam
Server
Iam - IAM resource information
- Id string
- The provider-assigned unique ID for this managed resource.
- Ip string
- Dedicated server ip (IPv4)
- Link
Speed double - Link speed of the server
- Name string
- Dedicated server name
- New
Upgrade boolSystem - Order
Server
Order - Details about an Order
- Power
State string - Power state of the server (poweron, poweroff)
- Professional
Use bool - Does this server have professional use option
- Rack string
- Rack id of the server
- Region string
- Dedicated region localisation
- Reverse string
- Dedicated server reverse
- Server
Id double - Server id
- Service
Name string - The service_name of your dedicated server
- Support
Level string - Dedicated server support level (critical, fastpath, gs, pro)
- Availability
Zone string - Dedicated AZ localisation
- Commercial
Range string - Dedicated server commercial range
- Datacenter string
- Dedicated datacenter localisation (bhs1,bhs2,...)
- Iam
Server
Iam - IAM resource information
- Id string
- The provider-assigned unique ID for this managed resource.
- Ip string
- Dedicated server ip (IPv4)
- Link
Speed float64 - Link speed of the server
- Name string
- Dedicated server name
- New
Upgrade boolSystem - Order
Server
Order - Details about an Order
- Power
State string - Power state of the server (poweron, poweroff)
- Professional
Use bool - Does this server have professional use option
- Rack string
- Rack id of the server
- Region string
- Dedicated region localisation
- Reverse string
- Dedicated server reverse
- Server
Id float64 - Server id
- Service
Name string - The service_name of your dedicated server
- Support
Level string - Dedicated server support level (critical, fastpath, gs, pro)
- availability
Zone String - Dedicated AZ localisation
- commercial
Range String - Dedicated server commercial range
- datacenter String
- Dedicated datacenter localisation (bhs1,bhs2,...)
- iam
Server
Iam - IAM resource information
- id String
- The provider-assigned unique ID for this managed resource.
- ip String
- Dedicated server ip (IPv4)
- link
Speed Double - Link speed of the server
- name String
- Dedicated server name
- new
Upgrade BooleanSystem - order
Server
Order - Details about an Order
- power
State String - Power state of the server (poweron, poweroff)
- professional
Use Boolean - Does this server have professional use option
- rack String
- Rack id of the server
- region String
- Dedicated region localisation
- reverse String
- Dedicated server reverse
- server
Id Double - Server id
- service
Name String - The service_name of your dedicated server
- support
Level String - Dedicated server support level (critical, fastpath, gs, pro)
- availability
Zone string - Dedicated AZ localisation
- commercial
Range string - Dedicated server commercial range
- datacenter string
- Dedicated datacenter localisation (bhs1,bhs2,...)
- iam
Server
Iam - IAM resource information
- id string
- The provider-assigned unique ID for this managed resource.
- ip string
- Dedicated server ip (IPv4)
- link
Speed number - Link speed of the server
- name string
- Dedicated server name
- new
Upgrade booleanSystem - order
Server
Order - Details about an Order
- power
State string - Power state of the server (poweron, poweroff)
- professional
Use boolean - Does this server have professional use option
- rack string
- Rack id of the server
- region string
- Dedicated region localisation
- reverse string
- Dedicated server reverse
- server
Id number - Server id
- service
Name string - The service_name of your dedicated server
- support
Level string - Dedicated server support level (critical, fastpath, gs, pro)
- availability_
zone str - Dedicated AZ localisation
- commercial_
range str - Dedicated server commercial range
- datacenter str
- Dedicated datacenter localisation (bhs1,bhs2,...)
- iam
dedicated.
Server Iam - IAM resource information
- id str
- The provider-assigned unique ID for this managed resource.
- ip str
- Dedicated server ip (IPv4)
- link_
speed float - Link speed of the server
- name str
- Dedicated server name
- new_
upgrade_ boolsystem - order
dedicated.
Server Order - Details about an Order
- power_
state str - Power state of the server (poweron, poweroff)
- professional_
use bool - Does this server have professional use option
- rack str
- Rack id of the server
- region str
- Dedicated region localisation
- reverse str
- Dedicated server reverse
- server_
id float - Server id
- service_
name str - The service_name of your dedicated server
- support_
level str - Dedicated server support level (critical, fastpath, gs, pro)
- availability
Zone String - Dedicated AZ localisation
- commercial
Range String - Dedicated server commercial range
- datacenter String
- Dedicated datacenter localisation (bhs1,bhs2,...)
- iam Property Map
- IAM resource information
- id String
- The provider-assigned unique ID for this managed resource.
- ip String
- Dedicated server ip (IPv4)
- link
Speed Number - Link speed of the server
- name String
- Dedicated server name
- new
Upgrade BooleanSystem - order Property Map
- Details about an Order
- power
State String - Power state of the server (poweron, poweroff)
- professional
Use Boolean - Does this server have professional use option
- rack String
- Rack id of the server
- region String
- Dedicated region localisation
- reverse String
- Dedicated server reverse
- server
Id Number - Server id
- service
Name String - The service_name of your dedicated server
- support
Level String - Dedicated server support level (critical, fastpath, gs, pro)
Look up Existing Server Resource
Get an existing Server 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?: ServerState, opts?: CustomResourceOptions): Server
@staticmethod
def get(resource_name: str,
id: str,
opts: Optional[ResourceOptions] = None,
availability_zone: Optional[str] = None,
boot_id: Optional[float] = None,
boot_script: Optional[str] = None,
commercial_range: Optional[str] = None,
customizations: Optional[_dedicated.ServerCustomizationsArgs] = None,
datacenter: Optional[str] = None,
display_name: Optional[str] = None,
efi_bootloader_path: Optional[str] = None,
iam: Optional[_dedicated.ServerIamArgs] = None,
ip: Optional[str] = None,
link_speed: Optional[float] = None,
monitoring: Optional[bool] = None,
name: Optional[str] = None,
new_upgrade_system: Optional[bool] = None,
no_intervention: Optional[bool] = None,
order: Optional[_dedicated.ServerOrderArgs] = None,
os: Optional[str] = None,
ovh_subsidiary: Optional[str] = None,
plan_options: Optional[Sequence[_dedicated.ServerPlanOptionArgs]] = None,
plans: Optional[Sequence[_dedicated.ServerPlanArgs]] = None,
power_state: Optional[str] = None,
professional_use: Optional[bool] = None,
properties: Optional[Mapping[str, str]] = None,
rack: Optional[str] = None,
region: Optional[str] = None,
rescue_mail: Optional[str] = None,
rescue_ssh_key: Optional[str] = None,
reverse: Optional[str] = None,
root_device: Optional[str] = None,
server_id: Optional[float] = None,
service_name: Optional[str] = None,
state: Optional[str] = None,
storages: Optional[Sequence[_dedicated.ServerStorageArgs]] = None,
support_level: Optional[str] = None) -> Server
func GetServer(ctx *Context, name string, id IDInput, state *ServerState, opts ...ResourceOption) (*Server, error)
public static Server Get(string name, Input<string> id, ServerState? state, CustomResourceOptions? opts = null)
public static Server get(String name, Output<String> id, ServerState state, CustomResourceOptions options)
resources: _: type: ovh:Dedicated:Server 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.
- Availability
Zone string - Dedicated AZ localisation
- Boot
Id double - Boot id of the server
- Boot
Script string - Boot script of the server
- Commercial
Range string - Dedicated server commercial range
- Customizations
Server
Customizations - OS reinstallation customizations
- Datacenter string
- Dedicated datacenter localisation (bhs1,bhs2,...)
- Display
Name string - Resource display name
- Efi
Bootloader stringPath - Path of the EFI bootloader
- Iam
Server
Iam - IAM resource information
- Ip string
- Dedicated server ip (IPv4)
- Link
Speed double - Link speed of the server
- Monitoring bool
- Icmp monitoring state
- Name string
- Dedicated server name
- New
Upgrade boolSystem - No
Intervention bool - Prevent datacenter intervention
- Order
Server
Order - Details about an Order
- Os string
- Operating system
- Ovh
Subsidiary string - OVH subsidiaries
- Plan
Options List<ServerPlan Option> - Plans
List<Server
Plan> - Power
State string - Power state of the server (poweron, poweroff)
- Professional
Use bool - Does this server have professional use option
- Properties Dictionary<string, string>
- Arbitrary properties to pass to cloud-init's config drive datasource
- Rack string
- Rack id of the server
- Region string
- Dedicated region localisation
- Rescue
Mail string - Rescue mail of the server
- Rescue
Ssh stringKey - Public SSH Key used in the rescue mode
- Reverse string
- Dedicated server reverse
- Root
Device string - Root device of the server
- Server
Id double - Server id
- Service
Name string - The service_name of your dedicated server
- State string
- All states a Dedicated can be in (error, hacked, hackedBlocked, ok)
- Storages
List<Server
Storage> - OS reinstallation storage configurations
- Support
Level string - Dedicated server support level (critical, fastpath, gs, pro)
- Availability
Zone string - Dedicated AZ localisation
- Boot
Id float64 - Boot id of the server
- Boot
Script string - Boot script of the server
- Commercial
Range string - Dedicated server commercial range
- Customizations
Server
Customizations Args - OS reinstallation customizations
- Datacenter string
- Dedicated datacenter localisation (bhs1,bhs2,...)
- Display
Name string - Resource display name
- Efi
Bootloader stringPath - Path of the EFI bootloader
- Iam
Server
Iam Args - IAM resource information
- Ip string
- Dedicated server ip (IPv4)
- Link
Speed float64 - Link speed of the server
- Monitoring bool
- Icmp monitoring state
- Name string
- Dedicated server name
- New
Upgrade boolSystem - No
Intervention bool - Prevent datacenter intervention
- Order
Server
Order Args - Details about an Order
- Os string
- Operating system
- Ovh
Subsidiary string - OVH subsidiaries
- Plan
Options []ServerPlan Option Args - Plans
[]Server
Plan Args - Power
State string - Power state of the server (poweron, poweroff)
- Professional
Use bool - Does this server have professional use option
- Properties map[string]string
- Arbitrary properties to pass to cloud-init's config drive datasource
- Rack string
- Rack id of the server
- Region string
- Dedicated region localisation
- Rescue
Mail string - Rescue mail of the server
- Rescue
Ssh stringKey - Public SSH Key used in the rescue mode
- Reverse string
- Dedicated server reverse
- Root
Device string - Root device of the server
- Server
Id float64 - Server id
- Service
Name string - The service_name of your dedicated server
- State string
- All states a Dedicated can be in (error, hacked, hackedBlocked, ok)
- Storages
[]Server
Storage Args - OS reinstallation storage configurations
- Support
Level string - Dedicated server support level (critical, fastpath, gs, pro)
- availability
Zone String - Dedicated AZ localisation
- boot
Id Double - Boot id of the server
- boot
Script String - Boot script of the server
- commercial
Range String - Dedicated server commercial range
- customizations
Server
Customizations - OS reinstallation customizations
- datacenter String
- Dedicated datacenter localisation (bhs1,bhs2,...)
- display
Name String - Resource display name
- efi
Bootloader StringPath - Path of the EFI bootloader
- iam
Server
Iam - IAM resource information
- ip String
- Dedicated server ip (IPv4)
- link
Speed Double - Link speed of the server
- monitoring Boolean
- Icmp monitoring state
- name String
- Dedicated server name
- new
Upgrade BooleanSystem - no
Intervention Boolean - Prevent datacenter intervention
- order
Server
Order - Details about an Order
- os String
- Operating system
- ovh
Subsidiary String - OVH subsidiaries
- plan
Options List<ServerPlan Option> - plans
List<Server
Plan> - power
State String - Power state of the server (poweron, poweroff)
- professional
Use Boolean - Does this server have professional use option
- properties Map<String,String>
- Arbitrary properties to pass to cloud-init's config drive datasource
- rack String
- Rack id of the server
- region String
- Dedicated region localisation
- rescue
Mail String - Rescue mail of the server
- rescue
Ssh StringKey - Public SSH Key used in the rescue mode
- reverse String
- Dedicated server reverse
- root
Device String - Root device of the server
- server
Id Double - Server id
- service
Name String - The service_name of your dedicated server
- state String
- All states a Dedicated can be in (error, hacked, hackedBlocked, ok)
- storages
List<Server
Storage> - OS reinstallation storage configurations
- support
Level String - Dedicated server support level (critical, fastpath, gs, pro)
- availability
Zone string - Dedicated AZ localisation
- boot
Id number - Boot id of the server
- boot
Script string - Boot script of the server
- commercial
Range string - Dedicated server commercial range
- customizations
Server
Customizations - OS reinstallation customizations
- datacenter string
- Dedicated datacenter localisation (bhs1,bhs2,...)
- display
Name string - Resource display name
- efi
Bootloader stringPath - Path of the EFI bootloader
- iam
Server
Iam - IAM resource information
- ip string
- Dedicated server ip (IPv4)
- link
Speed number - Link speed of the server
- monitoring boolean
- Icmp monitoring state
- name string
- Dedicated server name
- new
Upgrade booleanSystem - no
Intervention boolean - Prevent datacenter intervention
- order
Server
Order - Details about an Order
- os string
- Operating system
- ovh
Subsidiary string - OVH subsidiaries
- plan
Options ServerPlan Option[] - plans
Server
Plan[] - power
State string - Power state of the server (poweron, poweroff)
- professional
Use boolean - Does this server have professional use option
- properties {[key: string]: string}
- Arbitrary properties to pass to cloud-init's config drive datasource
- rack string
- Rack id of the server
- region string
- Dedicated region localisation
- rescue
Mail string - Rescue mail of the server
- rescue
Ssh stringKey - Public SSH Key used in the rescue mode
- reverse string
- Dedicated server reverse
- root
Device string - Root device of the server
- server
Id number - Server id
- service
Name string - The service_name of your dedicated server
- state string
- All states a Dedicated can be in (error, hacked, hackedBlocked, ok)
- storages
Server
Storage[] - OS reinstallation storage configurations
- support
Level string - Dedicated server support level (critical, fastpath, gs, pro)
- availability_
zone str - Dedicated AZ localisation
- boot_
id float - Boot id of the server
- boot_
script str - Boot script of the server
- commercial_
range str - Dedicated server commercial range
- customizations
dedicated.
Server Customizations Args - OS reinstallation customizations
- datacenter str
- Dedicated datacenter localisation (bhs1,bhs2,...)
- display_
name str - Resource display name
- efi_
bootloader_ strpath - Path of the EFI bootloader
- iam
dedicated.
Server Iam Args - IAM resource information
- ip str
- Dedicated server ip (IPv4)
- link_
speed float - Link speed of the server
- monitoring bool
- Icmp monitoring state
- name str
- Dedicated server name
- new_
upgrade_ boolsystem - no_
intervention bool - Prevent datacenter intervention
- order
dedicated.
Server Order Args - Details about an Order
- os str
- Operating system
- ovh_
subsidiary str - OVH subsidiaries
- plan_
options Sequence[dedicated.Server Plan Option Args] - plans
Sequence[dedicated.
Server Plan Args] - power_
state str - Power state of the server (poweron, poweroff)
- professional_
use bool - Does this server have professional use option
- properties Mapping[str, str]
- Arbitrary properties to pass to cloud-init's config drive datasource
- rack str
- Rack id of the server
- region str
- Dedicated region localisation
- rescue_
mail str - Rescue mail of the server
- rescue_
ssh_ strkey - Public SSH Key used in the rescue mode
- reverse str
- Dedicated server reverse
- root_
device str - Root device of the server
- server_
id float - Server id
- service_
name str - The service_name of your dedicated server
- state str
- All states a Dedicated can be in (error, hacked, hackedBlocked, ok)
- storages
Sequence[dedicated.
Server Storage Args] - OS reinstallation storage configurations
- support_
level str - Dedicated server support level (critical, fastpath, gs, pro)
- availability
Zone String - Dedicated AZ localisation
- boot
Id Number - Boot id of the server
- boot
Script String - Boot script of the server
- commercial
Range String - Dedicated server commercial range
- customizations Property Map
- OS reinstallation customizations
- datacenter String
- Dedicated datacenter localisation (bhs1,bhs2,...)
- display
Name String - Resource display name
- efi
Bootloader StringPath - Path of the EFI bootloader
- iam Property Map
- IAM resource information
- ip String
- Dedicated server ip (IPv4)
- link
Speed Number - Link speed of the server
- monitoring Boolean
- Icmp monitoring state
- name String
- Dedicated server name
- new
Upgrade BooleanSystem - no
Intervention Boolean - Prevent datacenter intervention
- order Property Map
- Details about an Order
- os String
- Operating system
- ovh
Subsidiary String - OVH subsidiaries
- plan
Options List<Property Map> - plans List<Property Map>
- power
State String - Power state of the server (poweron, poweroff)
- professional
Use Boolean - Does this server have professional use option
- properties Map<String>
- Arbitrary properties to pass to cloud-init's config drive datasource
- rack String
- Rack id of the server
- region String
- Dedicated region localisation
- rescue
Mail String - Rescue mail of the server
- rescue
Ssh StringKey - Public SSH Key used in the rescue mode
- reverse String
- Dedicated server reverse
- root
Device String - Root device of the server
- server
Id Number - Server id
- service
Name String - The service_name of your dedicated server
- state String
- All states a Dedicated can be in (error, hacked, hackedBlocked, ok)
- storages List<Property Map>
- OS reinstallation storage configurations
- support
Level String - Dedicated server support level (critical, fastpath, gs, pro)
Supporting Types
ServerCustomizations, ServerCustomizationsArgs
- Config
Drive stringUser Data - Config Drive UserData
- Efi
Bootloader stringPath - Path of the EFI bootloader
- Hostname string
- Custom hostname
- Http
Headers Dictionary<string, string> - Image HTTP Headers
- Image
Check stringSum - Image checksum
- Image
Check stringSum Type - Checksum type
- Image
Type string - Image Type
- Image
Url string - Image URL
- Language string
- Display Language
- Post
Installation stringScript - Post-Installation Script
- Post
Installation stringScript Extension - Post-Installation Script File Extension
- Ssh
Key string - SSH Public Key
- Config
Drive stringUser Data - Config Drive UserData
- Efi
Bootloader stringPath - Path of the EFI bootloader
- Hostname string
- Custom hostname
- Http
Headers map[string]string - Image HTTP Headers
- Image
Check stringSum - Image checksum
- Image
Check stringSum Type - Checksum type
- Image
Type string - Image Type
- Image
Url string - Image URL
- Language string
- Display Language
- Post
Installation stringScript - Post-Installation Script
- Post
Installation stringScript Extension - Post-Installation Script File Extension
- Ssh
Key string - SSH Public Key
- config
Drive StringUser Data - Config Drive UserData
- efi
Bootloader StringPath - Path of the EFI bootloader
- hostname String
- Custom hostname
- http
Headers Map<String,String> - Image HTTP Headers
- image
Check StringSum - Image checksum
- image
Check StringSum Type - Checksum type
- image
Type String - Image Type
- image
Url String - Image URL
- language String
- Display Language
- post
Installation StringScript - Post-Installation Script
- post
Installation StringScript Extension - Post-Installation Script File Extension
- ssh
Key String - SSH Public Key
- config
Drive stringUser Data - Config Drive UserData
- efi
Bootloader stringPath - Path of the EFI bootloader
- hostname string
- Custom hostname
- http
Headers {[key: string]: string} - Image HTTP Headers
- image
Check stringSum - Image checksum
- image
Check stringSum Type - Checksum type
- image
Type string - Image Type
- image
Url string - Image URL
- language string
- Display Language
- post
Installation stringScript - Post-Installation Script
- post
Installation stringScript Extension - Post-Installation Script File Extension
- ssh
Key string - SSH Public Key
- config_
drive_ struser_ data - Config Drive UserData
- efi_
bootloader_ strpath - Path of the EFI bootloader
- hostname str
- Custom hostname
- http_
headers Mapping[str, str] - Image HTTP Headers
- image_
check_ strsum - Image checksum
- image_
check_ strsum_ type - Checksum type
- image_
type str - Image Type
- image_
url str - Image URL
- language str
- Display Language
- post_
installation_ strscript - Post-Installation Script
- post_
installation_ strscript_ extension - Post-Installation Script File Extension
- ssh_
key str - SSH Public Key
- config
Drive StringUser Data - Config Drive UserData
- efi
Bootloader StringPath - Path of the EFI bootloader
- hostname String
- Custom hostname
- http
Headers Map<String> - Image HTTP Headers
- image
Check StringSum - Image checksum
- image
Check StringSum Type - Checksum type
- image
Type String - Image Type
- image
Url String - Image URL
- language String
- Display Language
- post
Installation StringScript - Post-Installation Script
- post
Installation StringScript Extension - Post-Installation Script File Extension
- ssh
Key String - SSH Public Key
ServerIam, ServerIamArgs
- Display
Name string - Resource display name
- Id string
- Unique identifier of the resource in the IAM
- 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
- Display
Name string - Resource display name
- Id string
- Unique identifier of the resource in the IAM
- 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
- display
Name String - Resource display name
- id String
- Unique identifier of the resource in the IAM
- 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
- display
Name string - Resource display name
- id string
- Unique identifier of the resource in the IAM
- {[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
- 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
- display
Name String - Resource display name
- id String
- Unique identifier of the resource in the IAM
- 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
ServerOrder, ServerOrderArgs
- Date string
- Details
List<Server
Order Detail> - Expiration
Date string - Order
Id double
- Date string
- Details
[]Server
Order Detail - Expiration
Date string - Order
Id float64
- date String
- details
List<Server
Order Detail> - expiration
Date String - order
Id Double
- date string
- details
Server
Order Detail[] - expiration
Date string - order
Id number
- date String
- details List<Property Map>
- expiration
Date String - order
Id Number
ServerOrderDetail, ServerOrderDetailArgs
- Description string
- Detail
Type string - Product type of item in order
- Domain string
- Order
Detail doubleId - Quantity string
- Description string
- Detail
Type string - Product type of item in order
- Domain string
- Order
Detail float64Id - Quantity string
- description String
- detail
Type String - Product type of item in order
- domain String
- order
Detail DoubleId - quantity String
- description string
- detail
Type string - Product type of item in order
- domain string
- order
Detail numberId - quantity string
- description str
- detail_
type str - Product type of item in order
- domain str
- order_
detail_ floatid - quantity str
- description String
- detail
Type String - Product type of item in order
- domain String
- order
Detail NumberId - quantity String
ServerPlan, ServerPlanArgs
- Duration string
- Duration selected for the purchase of the product
- Plan
Code string - Identifier of the option offer
- Pricing
Mode string - Pricing mode selected for the purchase of the product
- Configurations
List<Server
Plan Configuration> - Item
Id double - Cart item to be linked
- Quantity double
- Quantity of product desired
- Duration string
- Duration selected for the purchase of the product
- Plan
Code string - Identifier of the option offer
- Pricing
Mode string - Pricing mode selected for the purchase of the product
- Configurations
[]Server
Plan Configuration - Item
Id float64 - Cart item to be linked
- Quantity float64
- Quantity of product desired
- duration String
- Duration selected for the purchase of the product
- plan
Code String - Identifier of the option offer
- pricing
Mode String - Pricing mode selected for the purchase of the product
- configurations
List<Server
Plan Configuration> - item
Id Double - Cart item to be linked
- quantity Double
- Quantity of product desired
- duration string
- Duration selected for the purchase of the product
- plan
Code string - Identifier of the option offer
- pricing
Mode string - Pricing mode selected for the purchase of the product
- configurations
Server
Plan Configuration[] - item
Id number - Cart item to be linked
- quantity number
- Quantity of product desired
- duration str
- Duration selected for the purchase of the product
- plan_
code str - Identifier of the option offer
- pricing_
mode str - Pricing mode selected for the purchase of the product
- configurations
Sequence[dedicated.
Server Plan Configuration] - item_
id float - Cart item to be linked
- quantity float
- Quantity of product desired
- duration String
- Duration selected for the purchase of the product
- plan
Code String - Identifier of the option offer
- pricing
Mode String - Pricing mode selected for the purchase of the product
- configurations List<Property Map>
- item
Id Number - Cart item to be linked
- quantity Number
- Quantity of product desired
ServerPlanConfiguration, ServerPlanConfigurationArgs
ServerPlanOption, ServerPlanOptionArgs
- Duration string
- Duration selected for the purchase of the product
- Plan
Code string - Identifier of the option offer
- Pricing
Mode string - Pricing mode selected for the purchase of the product
- Quantity double
- Quantity of product desired
- Configurations
List<Server
Plan Option Configuration>
- Duration string
- Duration selected for the purchase of the product
- Plan
Code string - Identifier of the option offer
- Pricing
Mode string - Pricing mode selected for the purchase of the product
- Quantity float64
- Quantity of product desired
- Configurations
[]Server
Plan Option Configuration
- duration String
- Duration selected for the purchase of the product
- plan
Code String - Identifier of the option offer
- pricing
Mode String - Pricing mode selected for the purchase of the product
- quantity Double
- Quantity of product desired
- configurations
List<Server
Plan Option Configuration>
- duration string
- Duration selected for the purchase of the product
- plan
Code string - Identifier of the option offer
- pricing
Mode string - Pricing mode selected for the purchase of the product
- quantity number
- Quantity of product desired
- configurations
Server
Plan Option Configuration[]
- duration str
- Duration selected for the purchase of the product
- plan_
code str - Identifier of the option offer
- pricing_
mode str - Pricing mode selected for the purchase of the product
- quantity float
- Quantity of product desired
- configurations
Sequence[dedicated.
Server Plan Option Configuration]
- duration String
- Duration selected for the purchase of the product
- plan
Code String - Identifier of the option offer
- pricing
Mode String - Pricing mode selected for the purchase of the product
- quantity Number
- Quantity of product desired
- configurations List<Property Map>
ServerPlanOptionConfiguration, ServerPlanOptionConfigurationArgs
ServerStorage, ServerStorageArgs
- Disk
Group doubleId - Disk group id (default is 0, meaning automatic)
- Hardware
Raids List<ServerStorage Hardware Raid> - Hardware Raid configurations (if not specified, all disks of the chosen disk group id will be configured in JBOD mode)
- Partitioning
Server
Storage Partitioning - Partitioning configuration
- Disk
Group float64Id - Disk group id (default is 0, meaning automatic)
- Hardware
Raids []ServerStorage Hardware Raid - Hardware Raid configurations (if not specified, all disks of the chosen disk group id will be configured in JBOD mode)
- Partitioning
Server
Storage Partitioning - Partitioning configuration
- disk
Group DoubleId - Disk group id (default is 0, meaning automatic)
- hardware
Raids List<ServerStorage Hardware Raid> - Hardware Raid configurations (if not specified, all disks of the chosen disk group id will be configured in JBOD mode)
- partitioning
Server
Storage Partitioning - Partitioning configuration
- disk
Group numberId - Disk group id (default is 0, meaning automatic)
- hardware
Raids ServerStorage Hardware Raid[] - Hardware Raid configurations (if not specified, all disks of the chosen disk group id will be configured in JBOD mode)
- partitioning
Server
Storage Partitioning - Partitioning configuration
- disk_
group_ floatid - Disk group id (default is 0, meaning automatic)
- hardware_
raids Sequence[dedicated.Server Storage Hardware Raid] - Hardware Raid configurations (if not specified, all disks of the chosen disk group id will be configured in JBOD mode)
- partitioning
dedicated.
Server Storage Partitioning - Partitioning configuration
- disk
Group NumberId - Disk group id (default is 0, meaning automatic)
- hardware
Raids List<Property Map> - Hardware Raid configurations (if not specified, all disks of the chosen disk group id will be configured in JBOD mode)
- partitioning Property Map
- Partitioning configuration
ServerStorageHardwareRaid, ServerStorageHardwareRaidArgs
- Arrays double
- Number of arrays (default is 1)
- Disks double
- Total number of disks in the disk group involved in the hardware raid configuration (all disks of the disk group by default)
- Raid
Level double - Hardware raid type (default is 1)
- Spares double
- Number of disks in the disk group involved in the spare (default is 0)
- Arrays float64
- Number of arrays (default is 1)
- Disks float64
- Total number of disks in the disk group involved in the hardware raid configuration (all disks of the disk group by default)
- Raid
Level float64 - Hardware raid type (default is 1)
- Spares float64
- Number of disks in the disk group involved in the spare (default is 0)
- arrays Double
- Number of arrays (default is 1)
- disks Double
- Total number of disks in the disk group involved in the hardware raid configuration (all disks of the disk group by default)
- raid
Level Double - Hardware raid type (default is 1)
- spares Double
- Number of disks in the disk group involved in the spare (default is 0)
- arrays number
- Number of arrays (default is 1)
- disks number
- Total number of disks in the disk group involved in the hardware raid configuration (all disks of the disk group by default)
- raid
Level number - Hardware raid type (default is 1)
- spares number
- Number of disks in the disk group involved in the spare (default is 0)
- arrays float
- Number of arrays (default is 1)
- disks float
- Total number of disks in the disk group involved in the hardware raid configuration (all disks of the disk group by default)
- raid_
level float - Hardware raid type (default is 1)
- spares float
- Number of disks in the disk group involved in the spare (default is 0)
- arrays Number
- Number of arrays (default is 1)
- disks Number
- Total number of disks in the disk group involved in the hardware raid configuration (all disks of the disk group by default)
- raid
Level Number - Hardware raid type (default is 1)
- spares Number
- Number of disks in the disk group involved in the spare (default is 0)
ServerStoragePartitioning, ServerStoragePartitioningArgs
- Disks double
- Total number of disks in the disk group involved in the partitioning configuration (all disks of the disk group by default)
- Layouts
List<Server
Storage Partitioning Layout> - Custom partitioning layout (default is the default layout of the operating system's default partitioning scheme)
- Scheme
Name string - Partitioning scheme (if applicable with selected operating system)
- Disks float64
- Total number of disks in the disk group involved in the partitioning configuration (all disks of the disk group by default)
- Layouts
[]Server
Storage Partitioning Layout - Custom partitioning layout (default is the default layout of the operating system's default partitioning scheme)
- Scheme
Name string - Partitioning scheme (if applicable with selected operating system)
- disks Double
- Total number of disks in the disk group involved in the partitioning configuration (all disks of the disk group by default)
- layouts
List<Server
Storage Partitioning Layout> - Custom partitioning layout (default is the default layout of the operating system's default partitioning scheme)
- scheme
Name String - Partitioning scheme (if applicable with selected operating system)
- disks number
- Total number of disks in the disk group involved in the partitioning configuration (all disks of the disk group by default)
- layouts
Server
Storage Partitioning Layout[] - Custom partitioning layout (default is the default layout of the operating system's default partitioning scheme)
- scheme
Name string - Partitioning scheme (if applicable with selected operating system)
- disks float
- Total number of disks in the disk group involved in the partitioning configuration (all disks of the disk group by default)
- layouts
Sequence[dedicated.
Server Storage Partitioning Layout] - Custom partitioning layout (default is the default layout of the operating system's default partitioning scheme)
- scheme_
name str - Partitioning scheme (if applicable with selected operating system)
- disks Number
- Total number of disks in the disk group involved in the partitioning configuration (all disks of the disk group by default)
- layouts List<Property Map>
- Custom partitioning layout (default is the default layout of the operating system's default partitioning scheme)
- scheme
Name String - Partitioning scheme (if applicable with selected operating system)
ServerStoragePartitioningLayout, ServerStoragePartitioningLayoutArgs
- File
System string - File system type
- Mount
Point string - Mount point
- Extras
Server
Storage Partitioning Layout Extras - Partition extras parameters
- Raid
Level double - Software raid type (default is 1)
- Size double
- Partition size in MiB (default value is 0 which means to fill the disk with that partition)
- File
System string - File system type
- Mount
Point string - Mount point
- Extras
Server
Storage Partitioning Layout Extras - Partition extras parameters
- Raid
Level float64 - Software raid type (default is 1)
- Size float64
- Partition size in MiB (default value is 0 which means to fill the disk with that partition)
- file
System String - File system type
- mount
Point String - Mount point
- extras
Server
Storage Partitioning Layout Extras - Partition extras parameters
- raid
Level Double - Software raid type (default is 1)
- size Double
- Partition size in MiB (default value is 0 which means to fill the disk with that partition)
- file
System string - File system type
- mount
Point string - Mount point
- extras
Server
Storage Partitioning Layout Extras - Partition extras parameters
- raid
Level number - Software raid type (default is 1)
- size number
- Partition size in MiB (default value is 0 which means to fill the disk with that partition)
- file_
system str - File system type
- mount_
point str - Mount point
- extras
dedicated.
Server Storage Partitioning Layout Extras - Partition extras parameters
- raid_
level float - Software raid type (default is 1)
- size float
- Partition size in MiB (default value is 0 which means to fill the disk with that partition)
- file
System String - File system type
- mount
Point String - Mount point
- extras Property Map
- Partition extras parameters
- raid
Level Number - Software raid type (default is 1)
- size Number
- Partition size in MiB (default value is 0 which means to fill the disk with that partition)
ServerStoragePartitioningLayoutExtras, ServerStoragePartitioningLayoutExtrasArgs
- Lv
Server
Storage Partitioning Layout Extras Lv - LVM-specific parameters
- Zp
Server
Storage Partitioning Layout Extras Zp - ZFS-specific parameters
- Lv
Server
Storage Partitioning Layout Extras Lv - LVM-specific parameters
- Zp
Server
Storage Partitioning Layout Extras Zp - ZFS-specific parameters
- lv
Server
Storage Partitioning Layout Extras Lv - LVM-specific parameters
- zp
Server
Storage Partitioning Layout Extras Zp - ZFS-specific parameters
- lv
Server
Storage Partitioning Layout Extras Lv - LVM-specific parameters
- zp
Server
Storage Partitioning Layout Extras Zp - ZFS-specific parameters
- lv
dedicated.
Server Storage Partitioning Layout Extras Lv - LVM-specific parameters
- zp
dedicated.
Server Storage Partitioning Layout Extras Zp - ZFS-specific parameters
- lv Property Map
- LVM-specific parameters
- zp Property Map
- ZFS-specific parameters
ServerStoragePartitioningLayoutExtrasLv, ServerStoragePartitioningLayoutExtrasLvArgs
- Name string
- Dedicated server name
- Name string
- Dedicated server name
- name String
- Dedicated server name
- name string
- Dedicated server name
- name str
- Dedicated server name
- name String
- Dedicated server name
ServerStoragePartitioningLayoutExtrasZp, ServerStoragePartitioningLayoutExtrasZpArgs
- Name string
- Dedicated server name
- Name string
- Dedicated server name
- name String
- Dedicated server name
- name string
- Dedicated server name
- name str
- Dedicated server name
- name String
- Dedicated server name
Package Details
- Repository
- ovh ovh/pulumi-ovh
- License
- Apache-2.0
- Notes
- This Pulumi package is based on the
ovh
Terraform Provider.