Scaleway v1.14.0 published on Thursday, Jun 6, 2024 by pulumiverse
scaleway.getBaremetalServer
Explore with Pulumi AI
Gets information about a baremetal server. For more information, see the documentation.
Example Usage
import * as pulumi from "@pulumi/pulumi";
import * as scaleway from "@pulumi/scaleway";
const byName = scaleway.getBaremetalServer({
name: "foobar",
zone: "fr-par-2",
});
const byId = scaleway.getBaremetalServer({
serverId: "11111111-1111-1111-1111-111111111111",
});
import pulumi
import pulumi_scaleway as scaleway
by_name = scaleway.get_baremetal_server(name="foobar",
zone="fr-par-2")
by_id = scaleway.get_baremetal_server(server_id="11111111-1111-1111-1111-111111111111")
package main
import (
"github.com/pulumi/pulumi/sdk/v3/go/pulumi"
"github.com/pulumiverse/pulumi-scaleway/sdk/go/scaleway"
)
func main() {
pulumi.Run(func(ctx *pulumi.Context) error {
_, err := scaleway.LookupBaremetalServer(ctx, &scaleway.LookupBaremetalServerArgs{
Name: pulumi.StringRef("foobar"),
Zone: pulumi.StringRef("fr-par-2"),
}, nil)
if err != nil {
return err
}
_, err = scaleway.LookupBaremetalServer(ctx, &scaleway.LookupBaremetalServerArgs{
ServerId: pulumi.StringRef("11111111-1111-1111-1111-111111111111"),
}, nil)
if err != nil {
return err
}
return nil
})
}
using System.Collections.Generic;
using System.Linq;
using Pulumi;
using Scaleway = Pulumi.Scaleway;
return await Deployment.RunAsync(() =>
{
var byName = Scaleway.GetBaremetalServer.Invoke(new()
{
Name = "foobar",
Zone = "fr-par-2",
});
var byId = Scaleway.GetBaremetalServer.Invoke(new()
{
ServerId = "11111111-1111-1111-1111-111111111111",
});
});
package generated_program;
import com.pulumi.Context;
import com.pulumi.Pulumi;
import com.pulumi.core.Output;
import com.pulumi.scaleway.ScalewayFunctions;
import com.pulumi.scaleway.inputs.GetBaremetalServerArgs;
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 byName = ScalewayFunctions.getBaremetalServer(GetBaremetalServerArgs.builder()
.name("foobar")
.zone("fr-par-2")
.build());
final var byId = ScalewayFunctions.getBaremetalServer(GetBaremetalServerArgs.builder()
.serverId("11111111-1111-1111-1111-111111111111")
.build());
}
}
variables:
byName:
fn::invoke:
Function: scaleway:getBaremetalServer
Arguments:
name: foobar
zone: fr-par-2
byId:
fn::invoke:
Function: scaleway:getBaremetalServer
Arguments:
serverId: 11111111-1111-1111-1111-111111111111
Using getBaremetalServer
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 getBaremetalServer(args: GetBaremetalServerArgs, opts?: InvokeOptions): Promise<GetBaremetalServerResult>
function getBaremetalServerOutput(args: GetBaremetalServerOutputArgs, opts?: InvokeOptions): Output<GetBaremetalServerResult>
def get_baremetal_server(name: Optional[str] = None,
project_id: Optional[str] = None,
server_id: Optional[str] = None,
zone: Optional[str] = None,
opts: Optional[InvokeOptions] = None) -> GetBaremetalServerResult
def get_baremetal_server_output(name: Optional[pulumi.Input[str]] = None,
project_id: Optional[pulumi.Input[str]] = None,
server_id: Optional[pulumi.Input[str]] = None,
zone: Optional[pulumi.Input[str]] = None,
opts: Optional[InvokeOptions] = None) -> Output[GetBaremetalServerResult]
func LookupBaremetalServer(ctx *Context, args *LookupBaremetalServerArgs, opts ...InvokeOption) (*LookupBaremetalServerResult, error)
func LookupBaremetalServerOutput(ctx *Context, args *LookupBaremetalServerOutputArgs, opts ...InvokeOption) LookupBaremetalServerResultOutput
> Note: This function is named LookupBaremetalServer
in the Go SDK.
public static class GetBaremetalServer
{
public static Task<GetBaremetalServerResult> InvokeAsync(GetBaremetalServerArgs args, InvokeOptions? opts = null)
public static Output<GetBaremetalServerResult> Invoke(GetBaremetalServerInvokeArgs args, InvokeOptions? opts = null)
}
public static CompletableFuture<GetBaremetalServerResult> getBaremetalServer(GetBaremetalServerArgs args, InvokeOptions options)
// Output-based functions aren't available in Java yet
fn::invoke:
function: scaleway:index/getBaremetalServer:getBaremetalServer
arguments:
# arguments dictionary
The following arguments are supported:
- name str
- The server name. Only one of
name
andserver_id
should be specified. - project_
id str - The ID of the project the baremetal server is associated with.
- server_
id str - zone str
zone
) The zone in which the server exists.
getBaremetalServer Result
The following output properties are available:
- Description string
- Domain string
- Hostname string
- Id string
- The provider-assigned unique ID for this managed resource.
- Install
Config boolAfterward - Ips
List<Pulumiverse.
Scaleway. Outputs. Get Baremetal Server Ip> - Ipv4s
List<Pulumiverse.
Scaleway. Outputs. Get Baremetal Server Ipv4> - Ipv6s
List<Pulumiverse.
Scaleway. Outputs. Get Baremetal Server Ipv6> - Offer string
- Offer
Id string - Offer
Name string - Options
List<Pulumiverse.
Scaleway. Outputs. Get Baremetal Server Option> - Organization
Id string - Os string
- Os
Name string - Password string
- Private
Networks List<Pulumiverse.Scaleway. Outputs. Get Baremetal Server Private Network> - Reinstall
On boolConfig Changes - Service
Password string - Service
User string - Ssh
Key List<string>Ids - List<string>
- User string
- Name string
- Project
Id string - Server
Id string - Zone string
- Description string
- Domain string
- Hostname string
- Id string
- The provider-assigned unique ID for this managed resource.
- Install
Config boolAfterward - Ips
[]Get
Baremetal Server Ip - Ipv4s
[]Get
Baremetal Server Ipv4 - Ipv6s
[]Get
Baremetal Server Ipv6 - Offer string
- Offer
Id string - Offer
Name string - Options
[]Get
Baremetal Server Option - Organization
Id string - Os string
- Os
Name string - Password string
- Private
Networks []GetBaremetal Server Private Network - Reinstall
On boolConfig Changes - Service
Password string - Service
User string - Ssh
Key []stringIds - []string
- User string
- Name string
- Project
Id string - Server
Id string - Zone string
- description String
- domain String
- hostname String
- id String
- The provider-assigned unique ID for this managed resource.
- install
Config BooleanAfterward - ips
List<Get
Baremetal Server Ip> - ipv4s
List<Get
Baremetal Server Ipv4> - ipv6s
List<Get
Baremetal Server Ipv6> - offer String
- offer
Id String - offer
Name String - options
List<Get
Baremetal Server Option> - organization
Id String - os String
- os
Name String - password String
- private
Networks List<GetBaremetal Server Private Network> - reinstall
On BooleanConfig Changes - service
Password String - service
User String - ssh
Key List<String>Ids - List<String>
- user String
- name String
- project
Id String - server
Id String - zone String
- description string
- domain string
- hostname string
- id string
- The provider-assigned unique ID for this managed resource.
- install
Config booleanAfterward - ips
Get
Baremetal Server Ip[] - ipv4s
Get
Baremetal Server Ipv4[] - ipv6s
Get
Baremetal Server Ipv6[] - offer string
- offer
Id string - offer
Name string - options
Get
Baremetal Server Option[] - organization
Id string - os string
- os
Name string - password string
- private
Networks GetBaremetal Server Private Network[] - reinstall
On booleanConfig Changes - service
Password string - service
User string - ssh
Key string[]Ids - string[]
- user string
- name string
- project
Id string - server
Id string - zone string
- description str
- domain str
- hostname str
- id str
- The provider-assigned unique ID for this managed resource.
- install_
config_ boolafterward - ips
Sequence[Get
Baremetal Server Ip] - ipv4s
Sequence[Get
Baremetal Server Ipv4] - ipv6s
Sequence[Get
Baremetal Server Ipv6] - offer str
- offer_
id str - offer_
name str - options
Sequence[Get
Baremetal Server Option] - organization_
id str - os str
- os_
name str - password str
- private_
networks Sequence[GetBaremetal Server Private Network] - reinstall_
on_ boolconfig_ changes - service_
password str - service_
user str - ssh_
key_ Sequence[str]ids - Sequence[str]
- user str
- name str
- project_
id str - server_
id str - zone str
- description String
- domain String
- hostname String
- id String
- The provider-assigned unique ID for this managed resource.
- install
Config BooleanAfterward - ips List<Property Map>
- ipv4s List<Property Map>
- ipv6s List<Property Map>
- offer String
- offer
Id String - offer
Name String - options List<Property Map>
- organization
Id String - os String
- os
Name String - password String
- private
Networks List<Property Map> - reinstall
On BooleanConfig Changes - service
Password String - service
User String - ssh
Key List<String>Ids - List<String>
- user String
- name String
- project
Id String - server
Id String - zone String
Supporting Types
GetBaremetalServerIp
GetBaremetalServerIpv4
GetBaremetalServerIpv6
GetBaremetalServerOption
- expires_
at str - Auto expire the option after this date
- id str
- The ID of the server.
- name str
- The server name. Only one of
name
andserver_id
should be specified.
GetBaremetalServerPrivateNetwork
- created_
at str - The date and time of the creation of the private network
- id str
- The ID of the server.
- status str
- The private network status
- updated_
at str - The date and time of the last update of the private network
- vlan int
- The VLAN ID associated to the private network
Package Details
- Repository
- scaleway pulumiverse/pulumi-scaleway
- License
- Apache-2.0
- Notes
- This Pulumi package is based on the
scaleway
Terraform Provider.