1. Packages
  2. Ibm Provider
  3. API Docs
  4. getIsBareMetalServers
ibm 1.78.0 published on Wednesday, Apr 30, 2025 by ibm-cloud

ibm.getIsBareMetalServers

Explore with Pulumi AI

ibm logo
ibm 1.78.0 published on Wednesday, Apr 30, 2025 by ibm-cloud

    Import the details of an existing IBM Cloud vBare Metal Server collection as a read-only data source. You can then reference the fields of the data source in other resources within the same configuration using interpolation syntax. For more information, about bare metal servers, see About Bare Metal Servers for VPC.

    Note: VPC infrastructure services are a regional specific based endpoint, by default targets to us-south. Please make sure to target right region in the provider block as shown in the provider.tf file, if VPC service is created in region other than us-south.

    provider.tf

    import * as pulumi from "@pulumi/pulumi";
    
    import pulumi
    
    package main
    
    import (
    	"github.com/pulumi/pulumi/sdk/v3/go/pulumi"
    )
    
    func main() {
    	pulumi.Run(func(ctx *pulumi.Context) error {
    		return nil
    	})
    }
    
    using System.Collections.Generic;
    using System.Linq;
    using Pulumi;
    
    return await Deployment.RunAsync(() => 
    {
    });
    
    package generated_program;
    
    import com.pulumi.Context;
    import com.pulumi.Pulumi;
    import com.pulumi.core.Output;
    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) {
        }
    }
    
    {}
    

    Example Usage

    import * as pulumi from "@pulumi/pulumi";
    import * as ibm from "@pulumi/ibm";
    
    const example = ibm.getIsBareMetalServers({});
    
    import pulumi
    import pulumi_ibm as ibm
    
    example = ibm.get_is_bare_metal_servers()
    
    package main
    
    import (
    	"github.com/pulumi/pulumi-terraform-provider/sdks/go/ibm/ibm"
    	"github.com/pulumi/pulumi/sdk/v3/go/pulumi"
    )
    
    func main() {
    	pulumi.Run(func(ctx *pulumi.Context) error {
    		_, err := ibm.GetIsBareMetalServers(ctx, &ibm.GetIsBareMetalServersArgs{}, nil)
    		if err != nil {
    			return err
    		}
    		return nil
    	})
    }
    
    using System.Collections.Generic;
    using System.Linq;
    using Pulumi;
    using Ibm = Pulumi.Ibm;
    
    return await Deployment.RunAsync(() => 
    {
        var example = Ibm.GetIsBareMetalServers.Invoke();
    
    });
    
    package generated_program;
    
    import com.pulumi.Context;
    import com.pulumi.Pulumi;
    import com.pulumi.core.Output;
    import com.pulumi.ibm.IbmFunctions;
    import com.pulumi.ibm.inputs.GetIsBareMetalServersArgs;
    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 example = IbmFunctions.getIsBareMetalServers();
    
        }
    }
    
    variables:
      example:
        fn::invoke:
          function: ibm:getIsBareMetalServers
          arguments: {}
    

    Using getIsBareMetalServers

    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 getIsBareMetalServers(args: GetIsBareMetalServersArgs, opts?: InvokeOptions): Promise<GetIsBareMetalServersResult>
    function getIsBareMetalServersOutput(args: GetIsBareMetalServersOutputArgs, opts?: InvokeOptions): Output<GetIsBareMetalServersResult>
    def get_is_bare_metal_servers(id: Optional[str] = None,
                                  name: Optional[str] = None,
                                  network_interfaces_subnet: Optional[str] = None,
                                  network_interfaces_subnet_crn: Optional[str] = None,
                                  network_interfaces_subnet_name: Optional[str] = None,
                                  resource_group: Optional[str] = None,
                                  vpc: Optional[str] = None,
                                  vpc_crn: Optional[str] = None,
                                  vpc_name: Optional[str] = None,
                                  opts: Optional[InvokeOptions] = None) -> GetIsBareMetalServersResult
    def get_is_bare_metal_servers_output(id: Optional[pulumi.Input[str]] = None,
                                  name: Optional[pulumi.Input[str]] = None,
                                  network_interfaces_subnet: Optional[pulumi.Input[str]] = None,
                                  network_interfaces_subnet_crn: Optional[pulumi.Input[str]] = None,
                                  network_interfaces_subnet_name: Optional[pulumi.Input[str]] = None,
                                  resource_group: Optional[pulumi.Input[str]] = None,
                                  vpc: Optional[pulumi.Input[str]] = None,
                                  vpc_crn: Optional[pulumi.Input[str]] = None,
                                  vpc_name: Optional[pulumi.Input[str]] = None,
                                  opts: Optional[InvokeOptions] = None) -> Output[GetIsBareMetalServersResult]
    func GetIsBareMetalServers(ctx *Context, args *GetIsBareMetalServersArgs, opts ...InvokeOption) (*GetIsBareMetalServersResult, error)
    func GetIsBareMetalServersOutput(ctx *Context, args *GetIsBareMetalServersOutputArgs, opts ...InvokeOption) GetIsBareMetalServersResultOutput

    > Note: This function is named GetIsBareMetalServers in the Go SDK.

    public static class GetIsBareMetalServers 
    {
        public static Task<GetIsBareMetalServersResult> InvokeAsync(GetIsBareMetalServersArgs args, InvokeOptions? opts = null)
        public static Output<GetIsBareMetalServersResult> Invoke(GetIsBareMetalServersInvokeArgs args, InvokeOptions? opts = null)
    }
    public static CompletableFuture<GetIsBareMetalServersResult> getIsBareMetalServers(GetIsBareMetalServersArgs args, InvokeOptions options)
    public static Output<GetIsBareMetalServersResult> getIsBareMetalServers(GetIsBareMetalServersArgs args, InvokeOptions options)
    
    fn::invoke:
      function: ibm:index/getIsBareMetalServers:getIsBareMetalServers
      arguments:
        # arguments dictionary

    The following arguments are supported:

    Id string
    (String) The unique identifier for this reservation.
    Name string
    The name of the dedicated host group
    NetworkInterfacesSubnet string
    NetworkInterfacesSubnetCrn string
    NetworkInterfacesSubnetName string
    ResourceGroup string
    The ID of the Resource group this dedicated host group belongs to.
    Vpc string
    The vpc ID this bare metal server is in
    VpcCrn string
    The CRN of the vpc this bare metal server is in
    VpcName string
    The name of the vpc this bare metal server is in
    Id string
    (String) The unique identifier for this reservation.
    Name string
    The name of the dedicated host group
    NetworkInterfacesSubnet string
    NetworkInterfacesSubnetCrn string
    NetworkInterfacesSubnetName string
    ResourceGroup string
    The ID of the Resource group this dedicated host group belongs to.
    Vpc string
    The vpc ID this bare metal server is in
    VpcCrn string
    The CRN of the vpc this bare metal server is in
    VpcName string
    The name of the vpc this bare metal server is in
    id String
    (String) The unique identifier for this reservation.
    name String
    The name of the dedicated host group
    networkInterfacesSubnet String
    networkInterfacesSubnetCrn String
    networkInterfacesSubnetName String
    resourceGroup String
    The ID of the Resource group this dedicated host group belongs to.
    vpc String
    The vpc ID this bare metal server is in
    vpcCrn String
    The CRN of the vpc this bare metal server is in
    vpcName String
    The name of the vpc this bare metal server is in
    id string
    (String) The unique identifier for this reservation.
    name string
    The name of the dedicated host group
    networkInterfacesSubnet string
    networkInterfacesSubnetCrn string
    networkInterfacesSubnetName string
    resourceGroup string
    The ID of the Resource group this dedicated host group belongs to.
    vpc string
    The vpc ID this bare metal server is in
    vpcCrn string
    The CRN of the vpc this bare metal server is in
    vpcName string
    The name of the vpc this bare metal server is in
    id str
    (String) The unique identifier for this reservation.
    name str
    The name of the dedicated host group
    network_interfaces_subnet str
    network_interfaces_subnet_crn str
    network_interfaces_subnet_name str
    resource_group str
    The ID of the Resource group this dedicated host group belongs to.
    vpc str
    The vpc ID this bare metal server is in
    vpc_crn str
    The CRN of the vpc this bare metal server is in
    vpc_name str
    The name of the vpc this bare metal server is in
    id String
    (String) The unique identifier for this reservation.
    name String
    The name of the dedicated host group
    networkInterfacesSubnet String
    networkInterfacesSubnetCrn String
    networkInterfacesSubnetName String
    resourceGroup String
    The ID of the Resource group this dedicated host group belongs to.
    vpc String
    The vpc ID this bare metal server is in
    vpcCrn String
    The CRN of the vpc this bare metal server is in
    vpcName String
    The name of the vpc this bare metal server is in

    getIsBareMetalServers Result

    The following output properties are available:

    Id string
    (String) The unique identifier for this reservation.
    Servers List<GetIsBareMetalServersServer>
    List of all all bare metal servers in the region.
    Name string
    (string) The name for this reservation. The name is unique across all reservations in the region.
    NetworkInterfacesSubnet string
    NetworkInterfacesSubnetCrn string
    NetworkInterfacesSubnetName string
    ResourceGroup string
    (String) resource group id of the bare metal server.
    Vpc string
    (String) The VPC this bare metal server resides in.
    VpcCrn string
    VpcName string
    Id string
    (String) The unique identifier for this reservation.
    Servers []GetIsBareMetalServersServer
    List of all all bare metal servers in the region.
    Name string
    (string) The name for this reservation. The name is unique across all reservations in the region.
    NetworkInterfacesSubnet string
    NetworkInterfacesSubnetCrn string
    NetworkInterfacesSubnetName string
    ResourceGroup string
    (String) resource group id of the bare metal server.
    Vpc string
    (String) The VPC this bare metal server resides in.
    VpcCrn string
    VpcName string
    id String
    (String) The unique identifier for this reservation.
    servers List<GetIsBareMetalServersServer>
    List of all all bare metal servers in the region.
    name String
    (string) The name for this reservation. The name is unique across all reservations in the region.
    networkInterfacesSubnet String
    networkInterfacesSubnetCrn String
    networkInterfacesSubnetName String
    resourceGroup String
    (String) resource group id of the bare metal server.
    vpc String
    (String) The VPC this bare metal server resides in.
    vpcCrn String
    vpcName String
    id string
    (String) The unique identifier for this reservation.
    servers GetIsBareMetalServersServer[]
    List of all all bare metal servers in the region.
    name string
    (string) The name for this reservation. The name is unique across all reservations in the region.
    networkInterfacesSubnet string
    networkInterfacesSubnetCrn string
    networkInterfacesSubnetName string
    resourceGroup string
    (String) resource group id of the bare metal server.
    vpc string
    (String) The VPC this bare metal server resides in.
    vpcCrn string
    vpcName string
    id str
    (String) The unique identifier for this reservation.
    servers Sequence[GetIsBareMetalServersServer]
    List of all all bare metal servers in the region.
    name str
    (string) The name for this reservation. The name is unique across all reservations in the region.
    network_interfaces_subnet str
    network_interfaces_subnet_crn str
    network_interfaces_subnet_name str
    resource_group str
    (String) resource group id of the bare metal server.
    vpc str
    (String) The VPC this bare metal server resides in.
    vpc_crn str
    vpc_name str
    id String
    (String) The unique identifier for this reservation.
    servers List<Property Map>
    List of all all bare metal servers in the region.
    name String
    (string) The name for this reservation. The name is unique across all reservations in the region.
    networkInterfacesSubnet String
    networkInterfacesSubnetCrn String
    networkInterfacesSubnetName String
    resourceGroup String
    (String) resource group id of the bare metal server.
    vpc String
    (String) The VPC this bare metal server resides in.
    vpcCrn String
    vpcName String

    Supporting Types

    GetIsBareMetalServersServer

    AccessTags List<string>
    (List) Access management tags associated for the bare metal server.
    Bandwidth double
    (Integer) The total bandwidth (in megabits per second) shared across the bare metal server's network interfaces.
    BootTarget string
    (String) The unique identifier for this bare metal server disk.
    Cpus List<GetIsBareMetalServersServerCpus>
    (List) A nested block describing the CPU configuration of this bare metal server. Nested scheme for cpu:
    CreatedAt string
    (Timestamp) The date and time that the bare metal server was created.
    Crn string
    (String) The CRN for this reservation.
    Disks List<GetIsBareMetalServersServerDisk>
    (List) The disks for this bare metal server, including any disks that are associated with the boot_target. Nested scheme for disks:
    EnableSecureBoot bool
    (Boolean) Indicates whether secure boot is enabled. If enabled, the image must support secure boot or the server will fail to boot.
    FirmwareUpdateTypeAvailable string
    (String) The firmware update type available for the bare metal server.
    HealthReasons List<GetIsBareMetalServersServerHealthReason>
    (List) The reasons for the current health_state (if any).
    HealthState string
    (String) The health of this resource.
    Href string
    (String) The URL for this reservation.
    Id string
    (String) The unique identifier for this reservation.
    Image string
    (String) Image used in the bare metal server.
    Keys List<string>
    (String) Image used in the bare metal server.
    Memory double
    (Integer) The amount of memory, truncated to whole gibibytes
    Name string
    The name of the dedicated host group
    NetworkAttachments List<GetIsBareMetalServersServerNetworkAttachment>
    (List) The network attachments for this bare metal server, including the primary network attachment. Nested schema for network_attachments:
    NetworkInterfaces List<GetIsBareMetalServersServerNetworkInterface>
    (List) A nested block describing the additional network interface of this instance.
    PrimaryNetworkAttachments List<GetIsBareMetalServersServerPrimaryNetworkAttachment>
    (List) The primary network attachment. Nested schema for primary_network_attachment:
    PrimaryNetworkInterfaces List<GetIsBareMetalServersServerPrimaryNetworkInterface>
    (List) A nested block describing the primary network interface of this bare metal server.
    Profile string
    (String) The name for this bare metal server profile
    ReservationAffinities List<GetIsBareMetalServersServerReservationAffinity>
    (List) The bare metal server reservation affinity.
    Reservations List<GetIsBareMetalServersServerReservation>
    (List) The reservation used by this bare metal server. Nested scheme for reservation:
    ResourceGroup string
    The ID of the Resource group this dedicated host group belongs to.
    ResourceType string
    (String) The type of resource referenced
    Status string
    (String) The status of the bare metal server.
    StatusReasons List<GetIsBareMetalServersServerStatusReason>
    (List) Array of reasons for the current status (if any).
    Nested scheme for status_reasons:
    Tags List<string>
    (Array) Tags associated with the instance.
    TrustedPlatformModules List<GetIsBareMetalServersServerTrustedPlatformModule>
    (List) trusted platform module (TPM) configuration for this bare metal server
    Vpc string
    The vpc ID this bare metal server is in
    Zone string
    (String) The zone this bare metal server resides in.
    AccessTags []string
    (List) Access management tags associated for the bare metal server.
    Bandwidth float64
    (Integer) The total bandwidth (in megabits per second) shared across the bare metal server's network interfaces.
    BootTarget string
    (String) The unique identifier for this bare metal server disk.
    Cpus []GetIsBareMetalServersServerCpus
    (List) A nested block describing the CPU configuration of this bare metal server. Nested scheme for cpu:
    CreatedAt string
    (Timestamp) The date and time that the bare metal server was created.
    Crn string
    (String) The CRN for this reservation.
    Disks []GetIsBareMetalServersServerDisk
    (List) The disks for this bare metal server, including any disks that are associated with the boot_target. Nested scheme for disks:
    EnableSecureBoot bool
    (Boolean) Indicates whether secure boot is enabled. If enabled, the image must support secure boot or the server will fail to boot.
    FirmwareUpdateTypeAvailable string
    (String) The firmware update type available for the bare metal server.
    HealthReasons []GetIsBareMetalServersServerHealthReason
    (List) The reasons for the current health_state (if any).
    HealthState string
    (String) The health of this resource.
    Href string
    (String) The URL for this reservation.
    Id string
    (String) The unique identifier for this reservation.
    Image string
    (String) Image used in the bare metal server.
    Keys []string
    (String) Image used in the bare metal server.
    Memory float64
    (Integer) The amount of memory, truncated to whole gibibytes
    Name string
    The name of the dedicated host group
    NetworkAttachments []GetIsBareMetalServersServerNetworkAttachment
    (List) The network attachments for this bare metal server, including the primary network attachment. Nested schema for network_attachments:
    NetworkInterfaces []GetIsBareMetalServersServerNetworkInterface
    (List) A nested block describing the additional network interface of this instance.
    PrimaryNetworkAttachments []GetIsBareMetalServersServerPrimaryNetworkAttachment
    (List) The primary network attachment. Nested schema for primary_network_attachment:
    PrimaryNetworkInterfaces []GetIsBareMetalServersServerPrimaryNetworkInterface
    (List) A nested block describing the primary network interface of this bare metal server.
    Profile string
    (String) The name for this bare metal server profile
    ReservationAffinities []GetIsBareMetalServersServerReservationAffinity
    (List) The bare metal server reservation affinity.
    Reservations []GetIsBareMetalServersServerReservation
    (List) The reservation used by this bare metal server. Nested scheme for reservation:
    ResourceGroup string
    The ID of the Resource group this dedicated host group belongs to.
    ResourceType string
    (String) The type of resource referenced
    Status string
    (String) The status of the bare metal server.
    StatusReasons []GetIsBareMetalServersServerStatusReason
    (List) Array of reasons for the current status (if any).
    Nested scheme for status_reasons:
    Tags []string
    (Array) Tags associated with the instance.
    TrustedPlatformModules []GetIsBareMetalServersServerTrustedPlatformModule
    (List) trusted platform module (TPM) configuration for this bare metal server
    Vpc string
    The vpc ID this bare metal server is in
    Zone string
    (String) The zone this bare metal server resides in.
    accessTags List<String>
    (List) Access management tags associated for the bare metal server.
    bandwidth Double
    (Integer) The total bandwidth (in megabits per second) shared across the bare metal server's network interfaces.
    bootTarget String
    (String) The unique identifier for this bare metal server disk.
    cpus List<GetIsBareMetalServersServerCpus>
    (List) A nested block describing the CPU configuration of this bare metal server. Nested scheme for cpu:
    createdAt String
    (Timestamp) The date and time that the bare metal server was created.
    crn String
    (String) The CRN for this reservation.
    disks List<GetIsBareMetalServersServerDisk>
    (List) The disks for this bare metal server, including any disks that are associated with the boot_target. Nested scheme for disks:
    enableSecureBoot Boolean
    (Boolean) Indicates whether secure boot is enabled. If enabled, the image must support secure boot or the server will fail to boot.
    firmwareUpdateTypeAvailable String
    (String) The firmware update type available for the bare metal server.
    healthReasons List<GetIsBareMetalServersServerHealthReason>
    (List) The reasons for the current health_state (if any).
    healthState String
    (String) The health of this resource.
    href String
    (String) The URL for this reservation.
    id String
    (String) The unique identifier for this reservation.
    image String
    (String) Image used in the bare metal server.
    keys List<String>
    (String) Image used in the bare metal server.
    memory Double
    (Integer) The amount of memory, truncated to whole gibibytes
    name String
    The name of the dedicated host group
    networkAttachments List<GetIsBareMetalServersServerNetworkAttachment>
    (List) The network attachments for this bare metal server, including the primary network attachment. Nested schema for network_attachments:
    networkInterfaces List<GetIsBareMetalServersServerNetworkInterface>
    (List) A nested block describing the additional network interface of this instance.
    primaryNetworkAttachments List<GetIsBareMetalServersServerPrimaryNetworkAttachment>
    (List) The primary network attachment. Nested schema for primary_network_attachment:
    primaryNetworkInterfaces List<GetIsBareMetalServersServerPrimaryNetworkInterface>
    (List) A nested block describing the primary network interface of this bare metal server.
    profile String
    (String) The name for this bare metal server profile
    reservationAffinities List<GetIsBareMetalServersServerReservationAffinity>
    (List) The bare metal server reservation affinity.
    reservations List<GetIsBareMetalServersServerReservation>
    (List) The reservation used by this bare metal server. Nested scheme for reservation:
    resourceGroup String
    The ID of the Resource group this dedicated host group belongs to.
    resourceType String
    (String) The type of resource referenced
    status String
    (String) The status of the bare metal server.
    statusReasons List<GetIsBareMetalServersServerStatusReason>
    (List) Array of reasons for the current status (if any).
    Nested scheme for status_reasons:
    tags List<String>
    (Array) Tags associated with the instance.
    trustedPlatformModules List<GetIsBareMetalServersServerTrustedPlatformModule>
    (List) trusted platform module (TPM) configuration for this bare metal server
    vpc String
    The vpc ID this bare metal server is in
    zone String
    (String) The zone this bare metal server resides in.
    accessTags string[]
    (List) Access management tags associated for the bare metal server.
    bandwidth number
    (Integer) The total bandwidth (in megabits per second) shared across the bare metal server's network interfaces.
    bootTarget string
    (String) The unique identifier for this bare metal server disk.
    cpus GetIsBareMetalServersServerCpus[]
    (List) A nested block describing the CPU configuration of this bare metal server. Nested scheme for cpu:
    createdAt string
    (Timestamp) The date and time that the bare metal server was created.
    crn string
    (String) The CRN for this reservation.
    disks GetIsBareMetalServersServerDisk[]
    (List) The disks for this bare metal server, including any disks that are associated with the boot_target. Nested scheme for disks:
    enableSecureBoot boolean
    (Boolean) Indicates whether secure boot is enabled. If enabled, the image must support secure boot or the server will fail to boot.
    firmwareUpdateTypeAvailable string
    (String) The firmware update type available for the bare metal server.
    healthReasons GetIsBareMetalServersServerHealthReason[]
    (List) The reasons for the current health_state (if any).
    healthState string
    (String) The health of this resource.
    href string
    (String) The URL for this reservation.
    id string
    (String) The unique identifier for this reservation.
    image string
    (String) Image used in the bare metal server.
    keys string[]
    (String) Image used in the bare metal server.
    memory number
    (Integer) The amount of memory, truncated to whole gibibytes
    name string
    The name of the dedicated host group
    networkAttachments GetIsBareMetalServersServerNetworkAttachment[]
    (List) The network attachments for this bare metal server, including the primary network attachment. Nested schema for network_attachments:
    networkInterfaces GetIsBareMetalServersServerNetworkInterface[]
    (List) A nested block describing the additional network interface of this instance.
    primaryNetworkAttachments GetIsBareMetalServersServerPrimaryNetworkAttachment[]
    (List) The primary network attachment. Nested schema for primary_network_attachment:
    primaryNetworkInterfaces GetIsBareMetalServersServerPrimaryNetworkInterface[]
    (List) A nested block describing the primary network interface of this bare metal server.
    profile string
    (String) The name for this bare metal server profile
    reservationAffinities GetIsBareMetalServersServerReservationAffinity[]
    (List) The bare metal server reservation affinity.
    reservations GetIsBareMetalServersServerReservation[]
    (List) The reservation used by this bare metal server. Nested scheme for reservation:
    resourceGroup string
    The ID of the Resource group this dedicated host group belongs to.
    resourceType string
    (String) The type of resource referenced
    status string
    (String) The status of the bare metal server.
    statusReasons GetIsBareMetalServersServerStatusReason[]
    (List) Array of reasons for the current status (if any).
    Nested scheme for status_reasons:
    tags string[]
    (Array) Tags associated with the instance.
    trustedPlatformModules GetIsBareMetalServersServerTrustedPlatformModule[]
    (List) trusted platform module (TPM) configuration for this bare metal server
    vpc string
    The vpc ID this bare metal server is in
    zone string
    (String) The zone this bare metal server resides in.
    access_tags Sequence[str]
    (List) Access management tags associated for the bare metal server.
    bandwidth float
    (Integer) The total bandwidth (in megabits per second) shared across the bare metal server's network interfaces.
    boot_target str
    (String) The unique identifier for this bare metal server disk.
    cpus Sequence[GetIsBareMetalServersServerCpus]
    (List) A nested block describing the CPU configuration of this bare metal server. Nested scheme for cpu:
    created_at str
    (Timestamp) The date and time that the bare metal server was created.
    crn str
    (String) The CRN for this reservation.
    disks Sequence[GetIsBareMetalServersServerDisk]
    (List) The disks for this bare metal server, including any disks that are associated with the boot_target. Nested scheme for disks:
    enable_secure_boot bool
    (Boolean) Indicates whether secure boot is enabled. If enabled, the image must support secure boot or the server will fail to boot.
    firmware_update_type_available str
    (String) The firmware update type available for the bare metal server.
    health_reasons Sequence[GetIsBareMetalServersServerHealthReason]
    (List) The reasons for the current health_state (if any).
    health_state str
    (String) The health of this resource.
    href str
    (String) The URL for this reservation.
    id str
    (String) The unique identifier for this reservation.
    image str
    (String) Image used in the bare metal server.
    keys Sequence[str]
    (String) Image used in the bare metal server.
    memory float
    (Integer) The amount of memory, truncated to whole gibibytes
    name str
    The name of the dedicated host group
    network_attachments Sequence[GetIsBareMetalServersServerNetworkAttachment]
    (List) The network attachments for this bare metal server, including the primary network attachment. Nested schema for network_attachments:
    network_interfaces Sequence[GetIsBareMetalServersServerNetworkInterface]
    (List) A nested block describing the additional network interface of this instance.
    primary_network_attachments Sequence[GetIsBareMetalServersServerPrimaryNetworkAttachment]
    (List) The primary network attachment. Nested schema for primary_network_attachment:
    primary_network_interfaces Sequence[GetIsBareMetalServersServerPrimaryNetworkInterface]
    (List) A nested block describing the primary network interface of this bare metal server.
    profile str
    (String) The name for this bare metal server profile
    reservation_affinities Sequence[GetIsBareMetalServersServerReservationAffinity]
    (List) The bare metal server reservation affinity.
    reservations Sequence[GetIsBareMetalServersServerReservation]
    (List) The reservation used by this bare metal server. Nested scheme for reservation:
    resource_group str
    The ID of the Resource group this dedicated host group belongs to.
    resource_type str
    (String) The type of resource referenced
    status str
    (String) The status of the bare metal server.
    status_reasons Sequence[GetIsBareMetalServersServerStatusReason]
    (List) Array of reasons for the current status (if any).
    Nested scheme for status_reasons:
    tags Sequence[str]
    (Array) Tags associated with the instance.
    trusted_platform_modules Sequence[GetIsBareMetalServersServerTrustedPlatformModule]
    (List) trusted platform module (TPM) configuration for this bare metal server
    vpc str
    The vpc ID this bare metal server is in
    zone str
    (String) The zone this bare metal server resides in.
    accessTags List<String>
    (List) Access management tags associated for the bare metal server.
    bandwidth Number
    (Integer) The total bandwidth (in megabits per second) shared across the bare metal server's network interfaces.
    bootTarget String
    (String) The unique identifier for this bare metal server disk.
    cpus List<Property Map>
    (List) A nested block describing the CPU configuration of this bare metal server. Nested scheme for cpu:
    createdAt String
    (Timestamp) The date and time that the bare metal server was created.
    crn String
    (String) The CRN for this reservation.
    disks List<Property Map>
    (List) The disks for this bare metal server, including any disks that are associated with the boot_target. Nested scheme for disks:
    enableSecureBoot Boolean
    (Boolean) Indicates whether secure boot is enabled. If enabled, the image must support secure boot or the server will fail to boot.
    firmwareUpdateTypeAvailable String
    (String) The firmware update type available for the bare metal server.
    healthReasons List<Property Map>
    (List) The reasons for the current health_state (if any).
    healthState String
    (String) The health of this resource.
    href String
    (String) The URL for this reservation.
    id String
    (String) The unique identifier for this reservation.
    image String
    (String) Image used in the bare metal server.
    keys List<String>
    (String) Image used in the bare metal server.
    memory Number
    (Integer) The amount of memory, truncated to whole gibibytes
    name String
    The name of the dedicated host group
    networkAttachments List<Property Map>
    (List) The network attachments for this bare metal server, including the primary network attachment. Nested schema for network_attachments:
    networkInterfaces List<Property Map>
    (List) A nested block describing the additional network interface of this instance.
    primaryNetworkAttachments List<Property Map>
    (List) The primary network attachment. Nested schema for primary_network_attachment:
    primaryNetworkInterfaces List<Property Map>
    (List) A nested block describing the primary network interface of this bare metal server.
    profile String
    (String) The name for this bare metal server profile
    reservationAffinities List<Property Map>
    (List) The bare metal server reservation affinity.
    reservations List<Property Map>
    (List) The reservation used by this bare metal server. Nested scheme for reservation:
    resourceGroup String
    The ID of the Resource group this dedicated host group belongs to.
    resourceType String
    (String) The type of resource referenced
    status String
    (String) The status of the bare metal server.
    statusReasons List<Property Map>
    (List) Array of reasons for the current status (if any).
    Nested scheme for status_reasons:
    tags List<String>
    (Array) Tags associated with the instance.
    trustedPlatformModules List<Property Map>
    (List) trusted platform module (TPM) configuration for this bare metal server
    vpc String
    The vpc ID this bare metal server is in
    zone String
    (String) The zone this bare metal server resides in.

    GetIsBareMetalServersServerCpus

    Architecture string
    (String) The architecture of the bare metal server.
    CoreCount double
    (Integer) The total number of cores
    SocketCount double
    (Integer) The total number of CPU sockets
    ThreadsPerCore double
    (Integer) The total number of hardware threads per core
    Architecture string
    (String) The architecture of the bare metal server.
    CoreCount float64
    (Integer) The total number of cores
    SocketCount float64
    (Integer) The total number of CPU sockets
    ThreadsPerCore float64
    (Integer) The total number of hardware threads per core
    architecture String
    (String) The architecture of the bare metal server.
    coreCount Double
    (Integer) The total number of cores
    socketCount Double
    (Integer) The total number of CPU sockets
    threadsPerCore Double
    (Integer) The total number of hardware threads per core
    architecture string
    (String) The architecture of the bare metal server.
    coreCount number
    (Integer) The total number of cores
    socketCount number
    (Integer) The total number of CPU sockets
    threadsPerCore number
    (Integer) The total number of hardware threads per core
    architecture str
    (String) The architecture of the bare metal server.
    core_count float
    (Integer) The total number of cores
    socket_count float
    (Integer) The total number of CPU sockets
    threads_per_core float
    (Integer) The total number of hardware threads per core
    architecture String
    (String) The architecture of the bare metal server.
    coreCount Number
    (Integer) The total number of cores
    socketCount Number
    (Integer) The total number of CPU sockets
    threadsPerCore Number
    (Integer) The total number of hardware threads per core

    GetIsBareMetalServersServerDisk

    Href string
    (String) The URL for this reservation.
    Id string
    (String) The unique identifier for this reservation.
    InterfaceType string
    (String) The disk interface used for attaching the disk. The enumerated values for this property are expected to expand in the future. When processing this property, check for and log unknown values. Optionally halt processing and surface the error, or bypass the resource on which the unexpected property value was encountered. [ nvme, sata ]
    Name string
    The name of the dedicated host group
    ResourceType string
    (String) The type of resource referenced
    Size double
    (Integer) The size of the disk in GB (gigabytes)
    Href string
    (String) The URL for this reservation.
    Id string
    (String) The unique identifier for this reservation.
    InterfaceType string
    (String) The disk interface used for attaching the disk. The enumerated values for this property are expected to expand in the future. When processing this property, check for and log unknown values. Optionally halt processing and surface the error, or bypass the resource on which the unexpected property value was encountered. [ nvme, sata ]
    Name string
    The name of the dedicated host group
    ResourceType string
    (String) The type of resource referenced
    Size float64
    (Integer) The size of the disk in GB (gigabytes)
    href String
    (String) The URL for this reservation.
    id String
    (String) The unique identifier for this reservation.
    interfaceType String
    (String) The disk interface used for attaching the disk. The enumerated values for this property are expected to expand in the future. When processing this property, check for and log unknown values. Optionally halt processing and surface the error, or bypass the resource on which the unexpected property value was encountered. [ nvme, sata ]
    name String
    The name of the dedicated host group
    resourceType String
    (String) The type of resource referenced
    size Double
    (Integer) The size of the disk in GB (gigabytes)
    href string
    (String) The URL for this reservation.
    id string
    (String) The unique identifier for this reservation.
    interfaceType string
    (String) The disk interface used for attaching the disk. The enumerated values for this property are expected to expand in the future. When processing this property, check for and log unknown values. Optionally halt processing and surface the error, or bypass the resource on which the unexpected property value was encountered. [ nvme, sata ]
    name string
    The name of the dedicated host group
    resourceType string
    (String) The type of resource referenced
    size number
    (Integer) The size of the disk in GB (gigabytes)
    href str
    (String) The URL for this reservation.
    id str
    (String) The unique identifier for this reservation.
    interface_type str
    (String) The disk interface used for attaching the disk. The enumerated values for this property are expected to expand in the future. When processing this property, check for and log unknown values. Optionally halt processing and surface the error, or bypass the resource on which the unexpected property value was encountered. [ nvme, sata ]
    name str
    The name of the dedicated host group
    resource_type str
    (String) The type of resource referenced
    size float
    (Integer) The size of the disk in GB (gigabytes)
    href String
    (String) The URL for this reservation.
    id String
    (String) The unique identifier for this reservation.
    interfaceType String
    (String) The disk interface used for attaching the disk. The enumerated values for this property are expected to expand in the future. When processing this property, check for and log unknown values. Optionally halt processing and surface the error, or bypass the resource on which the unexpected property value was encountered. [ nvme, sata ]
    name String
    The name of the dedicated host group
    resourceType String
    (String) The type of resource referenced
    size Number
    (Integer) The size of the disk in GB (gigabytes)

    GetIsBareMetalServersServerHealthReason

    Code string
    (String) The status reason code
    Message string
    (String) An explanation of the status reason
    MoreInfo string
    (String) Link to documentation about this status reason
    Code string
    (String) The status reason code
    Message string
    (String) An explanation of the status reason
    MoreInfo string
    (String) Link to documentation about this status reason
    code String
    (String) The status reason code
    message String
    (String) An explanation of the status reason
    moreInfo String
    (String) Link to documentation about this status reason
    code string
    (String) The status reason code
    message string
    (String) An explanation of the status reason
    moreInfo string
    (String) Link to documentation about this status reason
    code str
    (String) The status reason code
    message str
    (String) An explanation of the status reason
    more_info str
    (String) Link to documentation about this status reason
    code String
    (String) The status reason code
    message String
    (String) An explanation of the status reason
    moreInfo String
    (String) Link to documentation about this status reason

    GetIsBareMetalServersServerNetworkAttachment

    Deleteds List<GetIsBareMetalServersServerNetworkAttachmentDeleted>
    (List) If present, this property indicates the referenced resource has been deleted, and provides some supplementary information.
    Href string
    (String) The URL for this reservation.
    Id string
    (String) The unique identifier for this reservation.
    Name string
    The name of the dedicated host group
    PrimaryIps List<GetIsBareMetalServersServerNetworkAttachmentPrimaryIp>
    (List) The primary IP address to bind to the network interface. This can be specified using an existing reserved IP, or a prototype object for a new reserved IP.
    ResourceType string
    (String) The type of resource referenced
    Subnets List<GetIsBareMetalServersServerNetworkAttachmentSubnet>
    (String) ID of the subnet.
    VirtualNetworkInterfaces List<GetIsBareMetalServersServerNetworkAttachmentVirtualNetworkInterface>
    (List) The virtual network interface for this bare metal server network attachment. Nested schema for virtual_network_interface:
    Deleteds []GetIsBareMetalServersServerNetworkAttachmentDeleted
    (List) If present, this property indicates the referenced resource has been deleted, and provides some supplementary information.
    Href string
    (String) The URL for this reservation.
    Id string
    (String) The unique identifier for this reservation.
    Name string
    The name of the dedicated host group
    PrimaryIps []GetIsBareMetalServersServerNetworkAttachmentPrimaryIp
    (List) The primary IP address to bind to the network interface. This can be specified using an existing reserved IP, or a prototype object for a new reserved IP.
    ResourceType string
    (String) The type of resource referenced
    Subnets []GetIsBareMetalServersServerNetworkAttachmentSubnet
    (String) ID of the subnet.
    VirtualNetworkInterfaces []GetIsBareMetalServersServerNetworkAttachmentVirtualNetworkInterface
    (List) The virtual network interface for this bare metal server network attachment. Nested schema for virtual_network_interface:
    deleteds List<GetIsBareMetalServersServerNetworkAttachmentDeleted>
    (List) If present, this property indicates the referenced resource has been deleted, and provides some supplementary information.
    href String
    (String) The URL for this reservation.
    id String
    (String) The unique identifier for this reservation.
    name String
    The name of the dedicated host group
    primaryIps List<GetIsBareMetalServersServerNetworkAttachmentPrimaryIp>
    (List) The primary IP address to bind to the network interface. This can be specified using an existing reserved IP, or a prototype object for a new reserved IP.
    resourceType String
    (String) The type of resource referenced
    subnets List<GetIsBareMetalServersServerNetworkAttachmentSubnet>
    (String) ID of the subnet.
    virtualNetworkInterfaces List<GetIsBareMetalServersServerNetworkAttachmentVirtualNetworkInterface>
    (List) The virtual network interface for this bare metal server network attachment. Nested schema for virtual_network_interface:
    deleteds GetIsBareMetalServersServerNetworkAttachmentDeleted[]
    (List) If present, this property indicates the referenced resource has been deleted, and provides some supplementary information.
    href string
    (String) The URL for this reservation.
    id string
    (String) The unique identifier for this reservation.
    name string
    The name of the dedicated host group
    primaryIps GetIsBareMetalServersServerNetworkAttachmentPrimaryIp[]
    (List) The primary IP address to bind to the network interface. This can be specified using an existing reserved IP, or a prototype object for a new reserved IP.
    resourceType string
    (String) The type of resource referenced
    subnets GetIsBareMetalServersServerNetworkAttachmentSubnet[]
    (String) ID of the subnet.
    virtualNetworkInterfaces GetIsBareMetalServersServerNetworkAttachmentVirtualNetworkInterface[]
    (List) The virtual network interface for this bare metal server network attachment. Nested schema for virtual_network_interface:
    deleteds Sequence[GetIsBareMetalServersServerNetworkAttachmentDeleted]
    (List) If present, this property indicates the referenced resource has been deleted, and provides some supplementary information.
    href str
    (String) The URL for this reservation.
    id str
    (String) The unique identifier for this reservation.
    name str
    The name of the dedicated host group
    primary_ips Sequence[GetIsBareMetalServersServerNetworkAttachmentPrimaryIp]
    (List) The primary IP address to bind to the network interface. This can be specified using an existing reserved IP, or a prototype object for a new reserved IP.
    resource_type str
    (String) The type of resource referenced
    subnets Sequence[GetIsBareMetalServersServerNetworkAttachmentSubnet]
    (String) ID of the subnet.
    virtual_network_interfaces Sequence[GetIsBareMetalServersServerNetworkAttachmentVirtualNetworkInterface]
    (List) The virtual network interface for this bare metal server network attachment. Nested schema for virtual_network_interface:
    deleteds List<Property Map>
    (List) If present, this property indicates the referenced resource has been deleted, and provides some supplementary information.
    href String
    (String) The URL for this reservation.
    id String
    (String) The unique identifier for this reservation.
    name String
    The name of the dedicated host group
    primaryIps List<Property Map>
    (List) The primary IP address to bind to the network interface. This can be specified using an existing reserved IP, or a prototype object for a new reserved IP.
    resourceType String
    (String) The type of resource referenced
    subnets List<Property Map>
    (String) ID of the subnet.
    virtualNetworkInterfaces List<Property Map>
    (List) The virtual network interface for this bare metal server network attachment. Nested schema for virtual_network_interface:

    GetIsBareMetalServersServerNetworkAttachmentDeleted

    MoreInfo string
    (String) Link to documentation about this status reason
    MoreInfo string
    (String) Link to documentation about this status reason
    moreInfo String
    (String) Link to documentation about this status reason
    moreInfo string
    (String) Link to documentation about this status reason
    more_info str
    (String) Link to documentation about this status reason
    moreInfo String
    (String) Link to documentation about this status reason

    GetIsBareMetalServersServerNetworkAttachmentPrimaryIp

    Address string
    (String) title: IPv4 The IP address. This property may add support for IPv6 addresses in the future. When processing a value in this property, verify that the address is in an expected format. If it is not, log an error. Optionally halt processing and surface the error, or bypass the resource on which the unexpected IP address format was encountered.
    Deleteds List<GetIsBareMetalServersServerNetworkAttachmentPrimaryIpDeleted>
    (List) If present, this property indicates the referenced resource has been deleted, and provides some supplementary information.
    Href string
    (String) The URL for this reservation.
    Id string
    (String) The unique identifier for this reservation.
    Name string
    The name of the dedicated host group
    ResourceType string
    (String) The type of resource referenced
    Address string
    (String) title: IPv4 The IP address. This property may add support for IPv6 addresses in the future. When processing a value in this property, verify that the address is in an expected format. If it is not, log an error. Optionally halt processing and surface the error, or bypass the resource on which the unexpected IP address format was encountered.
    Deleteds []GetIsBareMetalServersServerNetworkAttachmentPrimaryIpDeleted
    (List) If present, this property indicates the referenced resource has been deleted, and provides some supplementary information.
    Href string
    (String) The URL for this reservation.
    Id string
    (String) The unique identifier for this reservation.
    Name string
    The name of the dedicated host group
    ResourceType string
    (String) The type of resource referenced
    address String
    (String) title: IPv4 The IP address. This property may add support for IPv6 addresses in the future. When processing a value in this property, verify that the address is in an expected format. If it is not, log an error. Optionally halt processing and surface the error, or bypass the resource on which the unexpected IP address format was encountered.
    deleteds List<GetIsBareMetalServersServerNetworkAttachmentPrimaryIpDeleted>
    (List) If present, this property indicates the referenced resource has been deleted, and provides some supplementary information.
    href String
    (String) The URL for this reservation.
    id String
    (String) The unique identifier for this reservation.
    name String
    The name of the dedicated host group
    resourceType String
    (String) The type of resource referenced
    address string
    (String) title: IPv4 The IP address. This property may add support for IPv6 addresses in the future. When processing a value in this property, verify that the address is in an expected format. If it is not, log an error. Optionally halt processing and surface the error, or bypass the resource on which the unexpected IP address format was encountered.
    deleteds GetIsBareMetalServersServerNetworkAttachmentPrimaryIpDeleted[]
    (List) If present, this property indicates the referenced resource has been deleted, and provides some supplementary information.
    href string
    (String) The URL for this reservation.
    id string
    (String) The unique identifier for this reservation.
    name string
    The name of the dedicated host group
    resourceType string
    (String) The type of resource referenced
    address str
    (String) title: IPv4 The IP address. This property may add support for IPv6 addresses in the future. When processing a value in this property, verify that the address is in an expected format. If it is not, log an error. Optionally halt processing and surface the error, or bypass the resource on which the unexpected IP address format was encountered.
    deleteds Sequence[GetIsBareMetalServersServerNetworkAttachmentPrimaryIpDeleted]
    (List) If present, this property indicates the referenced resource has been deleted, and provides some supplementary information.
    href str
    (String) The URL for this reservation.
    id str
    (String) The unique identifier for this reservation.
    name str
    The name of the dedicated host group
    resource_type str
    (String) The type of resource referenced
    address String
    (String) title: IPv4 The IP address. This property may add support for IPv6 addresses in the future. When processing a value in this property, verify that the address is in an expected format. If it is not, log an error. Optionally halt processing and surface the error, or bypass the resource on which the unexpected IP address format was encountered.
    deleteds List<Property Map>
    (List) If present, this property indicates the referenced resource has been deleted, and provides some supplementary information.
    href String
    (String) The URL for this reservation.
    id String
    (String) The unique identifier for this reservation.
    name String
    The name of the dedicated host group
    resourceType String
    (String) The type of resource referenced

    GetIsBareMetalServersServerNetworkAttachmentPrimaryIpDeleted

    MoreInfo string
    (String) Link to documentation about this status reason
    MoreInfo string
    (String) Link to documentation about this status reason
    moreInfo String
    (String) Link to documentation about this status reason
    moreInfo string
    (String) Link to documentation about this status reason
    more_info str
    (String) Link to documentation about this status reason
    moreInfo String
    (String) Link to documentation about this status reason

    GetIsBareMetalServersServerNetworkAttachmentSubnet

    Crn string
    (String) The CRN for this reservation.
    Deleteds List<GetIsBareMetalServersServerNetworkAttachmentSubnetDeleted>
    (List) If present, this property indicates the referenced resource has been deleted, and provides some supplementary information.
    Href string
    (String) The URL for this reservation.
    Id string
    (String) The unique identifier for this reservation.
    Name string
    The name of the dedicated host group
    ResourceType string
    (String) The type of resource referenced
    Crn string
    (String) The CRN for this reservation.
    Deleteds []GetIsBareMetalServersServerNetworkAttachmentSubnetDeleted
    (List) If present, this property indicates the referenced resource has been deleted, and provides some supplementary information.
    Href string
    (String) The URL for this reservation.
    Id string
    (String) The unique identifier for this reservation.
    Name string
    The name of the dedicated host group
    ResourceType string
    (String) The type of resource referenced
    crn String
    (String) The CRN for this reservation.
    deleteds List<GetIsBareMetalServersServerNetworkAttachmentSubnetDeleted>
    (List) If present, this property indicates the referenced resource has been deleted, and provides some supplementary information.
    href String
    (String) The URL for this reservation.
    id String
    (String) The unique identifier for this reservation.
    name String
    The name of the dedicated host group
    resourceType String
    (String) The type of resource referenced
    crn string
    (String) The CRN for this reservation.
    deleteds GetIsBareMetalServersServerNetworkAttachmentSubnetDeleted[]
    (List) If present, this property indicates the referenced resource has been deleted, and provides some supplementary information.
    href string
    (String) The URL for this reservation.
    id string
    (String) The unique identifier for this reservation.
    name string
    The name of the dedicated host group
    resourceType string
    (String) The type of resource referenced
    crn str
    (String) The CRN for this reservation.
    deleteds Sequence[GetIsBareMetalServersServerNetworkAttachmentSubnetDeleted]
    (List) If present, this property indicates the referenced resource has been deleted, and provides some supplementary information.
    href str
    (String) The URL for this reservation.
    id str
    (String) The unique identifier for this reservation.
    name str
    The name of the dedicated host group
    resource_type str
    (String) The type of resource referenced
    crn String
    (String) The CRN for this reservation.
    deleteds List<Property Map>
    (List) If present, this property indicates the referenced resource has been deleted, and provides some supplementary information.
    href String
    (String) The URL for this reservation.
    id String
    (String) The unique identifier for this reservation.
    name String
    The name of the dedicated host group
    resourceType String
    (String) The type of resource referenced

    GetIsBareMetalServersServerNetworkAttachmentSubnetDeleted

    MoreInfo string
    (String) Link to documentation about this status reason
    MoreInfo string
    (String) Link to documentation about this status reason
    moreInfo String
    (String) Link to documentation about this status reason
    moreInfo string
    (String) Link to documentation about this status reason
    more_info str
    (String) Link to documentation about this status reason
    moreInfo String
    (String) Link to documentation about this status reason

    GetIsBareMetalServersServerNetworkAttachmentVirtualNetworkInterface

    Crn string
    (String) The CRN for this reservation.
    Href string
    (String) The URL for this reservation.
    Id string
    (String) The unique identifier for this reservation.
    Name string
    The name of the dedicated host group
    ResourceType string
    (String) The type of resource referenced
    Crn string
    (String) The CRN for this reservation.
    Href string
    (String) The URL for this reservation.
    Id string
    (String) The unique identifier for this reservation.
    Name string
    The name of the dedicated host group
    ResourceType string
    (String) The type of resource referenced
    crn String
    (String) The CRN for this reservation.
    href String
    (String) The URL for this reservation.
    id String
    (String) The unique identifier for this reservation.
    name String
    The name of the dedicated host group
    resourceType String
    (String) The type of resource referenced
    crn string
    (String) The CRN for this reservation.
    href string
    (String) The URL for this reservation.
    id string
    (String) The unique identifier for this reservation.
    name string
    The name of the dedicated host group
    resourceType string
    (String) The type of resource referenced
    crn str
    (String) The CRN for this reservation.
    href str
    (String) The URL for this reservation.
    id str
    (String) The unique identifier for this reservation.
    name str
    The name of the dedicated host group
    resource_type str
    (String) The type of resource referenced
    crn String
    (String) The CRN for this reservation.
    href String
    (String) The URL for this reservation.
    id String
    (String) The unique identifier for this reservation.
    name String
    The name of the dedicated host group
    resourceType String
    (String) The type of resource referenced

    GetIsBareMetalServersServerNetworkInterface

    AllowIpSpoofing bool
    (Bool) Indicates whether source IP spoofing is allowed on this interface. If false, source IP spoofing is prevented on this interface. If true, source IP spoofing is allowed on this interface.
    Href string
    (String) The URL for this reservation.
    Id string
    (String) The unique identifier for this reservation.
    Name string
    The name of the dedicated host group
    PrimaryIps List<GetIsBareMetalServersServerNetworkInterfacePrimaryIp>
    (List) The primary IP address to bind to the network interface. This can be specified using an existing reserved IP, or a prototype object for a new reserved IP.
    SecurityGroups List<string>
    (Array) List of security groups.
    Subnet string
    (String) ID of the subnet.
    AllowIpSpoofing bool
    (Bool) Indicates whether source IP spoofing is allowed on this interface. If false, source IP spoofing is prevented on this interface. If true, source IP spoofing is allowed on this interface.
    Href string
    (String) The URL for this reservation.
    Id string
    (String) The unique identifier for this reservation.
    Name string
    The name of the dedicated host group
    PrimaryIps []GetIsBareMetalServersServerNetworkInterfacePrimaryIp
    (List) The primary IP address to bind to the network interface. This can be specified using an existing reserved IP, or a prototype object for a new reserved IP.
    SecurityGroups []string
    (Array) List of security groups.
    Subnet string
    (String) ID of the subnet.
    allowIpSpoofing Boolean
    (Bool) Indicates whether source IP spoofing is allowed on this interface. If false, source IP spoofing is prevented on this interface. If true, source IP spoofing is allowed on this interface.
    href String
    (String) The URL for this reservation.
    id String
    (String) The unique identifier for this reservation.
    name String
    The name of the dedicated host group
    primaryIps List<GetIsBareMetalServersServerNetworkInterfacePrimaryIp>
    (List) The primary IP address to bind to the network interface. This can be specified using an existing reserved IP, or a prototype object for a new reserved IP.
    securityGroups List<String>
    (Array) List of security groups.
    subnet String
    (String) ID of the subnet.
    allowIpSpoofing boolean
    (Bool) Indicates whether source IP spoofing is allowed on this interface. If false, source IP spoofing is prevented on this interface. If true, source IP spoofing is allowed on this interface.
    href string
    (String) The URL for this reservation.
    id string
    (String) The unique identifier for this reservation.
    name string
    The name of the dedicated host group
    primaryIps GetIsBareMetalServersServerNetworkInterfacePrimaryIp[]
    (List) The primary IP address to bind to the network interface. This can be specified using an existing reserved IP, or a prototype object for a new reserved IP.
    securityGroups string[]
    (Array) List of security groups.
    subnet string
    (String) ID of the subnet.
    allow_ip_spoofing bool
    (Bool) Indicates whether source IP spoofing is allowed on this interface. If false, source IP spoofing is prevented on this interface. If true, source IP spoofing is allowed on this interface.
    href str
    (String) The URL for this reservation.
    id str
    (String) The unique identifier for this reservation.
    name str
    The name of the dedicated host group
    primary_ips Sequence[GetIsBareMetalServersServerNetworkInterfacePrimaryIp]
    (List) The primary IP address to bind to the network interface. This can be specified using an existing reserved IP, or a prototype object for a new reserved IP.
    security_groups Sequence[str]
    (Array) List of security groups.
    subnet str
    (String) ID of the subnet.
    allowIpSpoofing Boolean
    (Bool) Indicates whether source IP spoofing is allowed on this interface. If false, source IP spoofing is prevented on this interface. If true, source IP spoofing is allowed on this interface.
    href String
    (String) The URL for this reservation.
    id String
    (String) The unique identifier for this reservation.
    name String
    The name of the dedicated host group
    primaryIps List<Property Map>
    (List) The primary IP address to bind to the network interface. This can be specified using an existing reserved IP, or a prototype object for a new reserved IP.
    securityGroups List<String>
    (Array) List of security groups.
    subnet String
    (String) ID of the subnet.

    GetIsBareMetalServersServerNetworkInterfacePrimaryIp

    Address string
    (String) title: IPv4 The IP address. This property may add support for IPv6 addresses in the future. When processing a value in this property, verify that the address is in an expected format. If it is not, log an error. Optionally halt processing and surface the error, or bypass the resource on which the unexpected IP address format was encountered.
    Href string
    (String) The URL for this reservation.
    Name string
    The name of the dedicated host group
    ReservedIp string
    (String) The unique identifier for this reserved IP
    ResourceType string
    (String) The type of resource referenced
    Address string
    (String) title: IPv4 The IP address. This property may add support for IPv6 addresses in the future. When processing a value in this property, verify that the address is in an expected format. If it is not, log an error. Optionally halt processing and surface the error, or bypass the resource on which the unexpected IP address format was encountered.
    Href string
    (String) The URL for this reservation.
    Name string
    The name of the dedicated host group
    ReservedIp string
    (String) The unique identifier for this reserved IP
    ResourceType string
    (String) The type of resource referenced
    address String
    (String) title: IPv4 The IP address. This property may add support for IPv6 addresses in the future. When processing a value in this property, verify that the address is in an expected format. If it is not, log an error. Optionally halt processing and surface the error, or bypass the resource on which the unexpected IP address format was encountered.
    href String
    (String) The URL for this reservation.
    name String
    The name of the dedicated host group
    reservedIp String
    (String) The unique identifier for this reserved IP
    resourceType String
    (String) The type of resource referenced
    address string
    (String) title: IPv4 The IP address. This property may add support for IPv6 addresses in the future. When processing a value in this property, verify that the address is in an expected format. If it is not, log an error. Optionally halt processing and surface the error, or bypass the resource on which the unexpected IP address format was encountered.
    href string
    (String) The URL for this reservation.
    name string
    The name of the dedicated host group
    reservedIp string
    (String) The unique identifier for this reserved IP
    resourceType string
    (String) The type of resource referenced
    address str
    (String) title: IPv4 The IP address. This property may add support for IPv6 addresses in the future. When processing a value in this property, verify that the address is in an expected format. If it is not, log an error. Optionally halt processing and surface the error, or bypass the resource on which the unexpected IP address format was encountered.
    href str
    (String) The URL for this reservation.
    name str
    The name of the dedicated host group
    reserved_ip str
    (String) The unique identifier for this reserved IP
    resource_type str
    (String) The type of resource referenced
    address String
    (String) title: IPv4 The IP address. This property may add support for IPv6 addresses in the future. When processing a value in this property, verify that the address is in an expected format. If it is not, log an error. Optionally halt processing and surface the error, or bypass the resource on which the unexpected IP address format was encountered.
    href String
    (String) The URL for this reservation.
    name String
    The name of the dedicated host group
    reservedIp String
    (String) The unique identifier for this reserved IP
    resourceType String
    (String) The type of resource referenced

    GetIsBareMetalServersServerPrimaryNetworkAttachment

    Deleteds List<GetIsBareMetalServersServerPrimaryNetworkAttachmentDeleted>
    (List) If present, this property indicates the referenced resource has been deleted, and provides some supplementary information.
    Href string
    (String) The URL for this reservation.
    Id string
    (String) The unique identifier for this reservation.
    Name string
    The name of the dedicated host group
    PrimaryIps List<GetIsBareMetalServersServerPrimaryNetworkAttachmentPrimaryIp>
    (List) The primary IP address to bind to the network interface. This can be specified using an existing reserved IP, or a prototype object for a new reserved IP.
    ResourceType string
    (String) The type of resource referenced
    Subnets List<GetIsBareMetalServersServerPrimaryNetworkAttachmentSubnet>
    (String) ID of the subnet.
    VirtualNetworkInterfaces List<GetIsBareMetalServersServerPrimaryNetworkAttachmentVirtualNetworkInterface>
    (List) The virtual network interface for this bare metal server network attachment. Nested schema for virtual_network_interface:
    Deleteds []GetIsBareMetalServersServerPrimaryNetworkAttachmentDeleted
    (List) If present, this property indicates the referenced resource has been deleted, and provides some supplementary information.
    Href string
    (String) The URL for this reservation.
    Id string
    (String) The unique identifier for this reservation.
    Name string
    The name of the dedicated host group
    PrimaryIps []GetIsBareMetalServersServerPrimaryNetworkAttachmentPrimaryIp
    (List) The primary IP address to bind to the network interface. This can be specified using an existing reserved IP, or a prototype object for a new reserved IP.
    ResourceType string
    (String) The type of resource referenced
    Subnets []GetIsBareMetalServersServerPrimaryNetworkAttachmentSubnet
    (String) ID of the subnet.
    VirtualNetworkInterfaces []GetIsBareMetalServersServerPrimaryNetworkAttachmentVirtualNetworkInterface
    (List) The virtual network interface for this bare metal server network attachment. Nested schema for virtual_network_interface:
    deleteds List<GetIsBareMetalServersServerPrimaryNetworkAttachmentDeleted>
    (List) If present, this property indicates the referenced resource has been deleted, and provides some supplementary information.
    href String
    (String) The URL for this reservation.
    id String
    (String) The unique identifier for this reservation.
    name String
    The name of the dedicated host group
    primaryIps List<GetIsBareMetalServersServerPrimaryNetworkAttachmentPrimaryIp>
    (List) The primary IP address to bind to the network interface. This can be specified using an existing reserved IP, or a prototype object for a new reserved IP.
    resourceType String
    (String) The type of resource referenced
    subnets List<GetIsBareMetalServersServerPrimaryNetworkAttachmentSubnet>
    (String) ID of the subnet.
    virtualNetworkInterfaces List<GetIsBareMetalServersServerPrimaryNetworkAttachmentVirtualNetworkInterface>
    (List) The virtual network interface for this bare metal server network attachment. Nested schema for virtual_network_interface:
    deleteds GetIsBareMetalServersServerPrimaryNetworkAttachmentDeleted[]
    (List) If present, this property indicates the referenced resource has been deleted, and provides some supplementary information.
    href string
    (String) The URL for this reservation.
    id string
    (String) The unique identifier for this reservation.
    name string
    The name of the dedicated host group
    primaryIps GetIsBareMetalServersServerPrimaryNetworkAttachmentPrimaryIp[]
    (List) The primary IP address to bind to the network interface. This can be specified using an existing reserved IP, or a prototype object for a new reserved IP.
    resourceType string
    (String) The type of resource referenced
    subnets GetIsBareMetalServersServerPrimaryNetworkAttachmentSubnet[]
    (String) ID of the subnet.
    virtualNetworkInterfaces GetIsBareMetalServersServerPrimaryNetworkAttachmentVirtualNetworkInterface[]
    (List) The virtual network interface for this bare metal server network attachment. Nested schema for virtual_network_interface:
    deleteds Sequence[GetIsBareMetalServersServerPrimaryNetworkAttachmentDeleted]
    (List) If present, this property indicates the referenced resource has been deleted, and provides some supplementary information.
    href str
    (String) The URL for this reservation.
    id str
    (String) The unique identifier for this reservation.
    name str
    The name of the dedicated host group
    primary_ips Sequence[GetIsBareMetalServersServerPrimaryNetworkAttachmentPrimaryIp]
    (List) The primary IP address to bind to the network interface. This can be specified using an existing reserved IP, or a prototype object for a new reserved IP.
    resource_type str
    (String) The type of resource referenced
    subnets Sequence[GetIsBareMetalServersServerPrimaryNetworkAttachmentSubnet]
    (String) ID of the subnet.
    virtual_network_interfaces Sequence[GetIsBareMetalServersServerPrimaryNetworkAttachmentVirtualNetworkInterface]
    (List) The virtual network interface for this bare metal server network attachment. Nested schema for virtual_network_interface:
    deleteds List<Property Map>
    (List) If present, this property indicates the referenced resource has been deleted, and provides some supplementary information.
    href String
    (String) The URL for this reservation.
    id String
    (String) The unique identifier for this reservation.
    name String
    The name of the dedicated host group
    primaryIps List<Property Map>
    (List) The primary IP address to bind to the network interface. This can be specified using an existing reserved IP, or a prototype object for a new reserved IP.
    resourceType String
    (String) The type of resource referenced
    subnets List<Property Map>
    (String) ID of the subnet.
    virtualNetworkInterfaces List<Property Map>
    (List) The virtual network interface for this bare metal server network attachment. Nested schema for virtual_network_interface:

    GetIsBareMetalServersServerPrimaryNetworkAttachmentDeleted

    MoreInfo string
    (String) Link to documentation about this status reason
    MoreInfo string
    (String) Link to documentation about this status reason
    moreInfo String
    (String) Link to documentation about this status reason
    moreInfo string
    (String) Link to documentation about this status reason
    more_info str
    (String) Link to documentation about this status reason
    moreInfo String
    (String) Link to documentation about this status reason

    GetIsBareMetalServersServerPrimaryNetworkAttachmentPrimaryIp

    Address string
    (String) title: IPv4 The IP address. This property may add support for IPv6 addresses in the future. When processing a value in this property, verify that the address is in an expected format. If it is not, log an error. Optionally halt processing and surface the error, or bypass the resource on which the unexpected IP address format was encountered.
    Deleteds List<GetIsBareMetalServersServerPrimaryNetworkAttachmentPrimaryIpDeleted>
    (List) If present, this property indicates the referenced resource has been deleted, and provides some supplementary information.
    Href string
    (String) The URL for this reservation.
    Id string
    (String) The unique identifier for this reservation.
    Name string
    The name of the dedicated host group
    ResourceType string
    (String) The type of resource referenced
    Address string
    (String) title: IPv4 The IP address. This property may add support for IPv6 addresses in the future. When processing a value in this property, verify that the address is in an expected format. If it is not, log an error. Optionally halt processing and surface the error, or bypass the resource on which the unexpected IP address format was encountered.
    Deleteds []GetIsBareMetalServersServerPrimaryNetworkAttachmentPrimaryIpDeleted
    (List) If present, this property indicates the referenced resource has been deleted, and provides some supplementary information.
    Href string
    (String) The URL for this reservation.
    Id string
    (String) The unique identifier for this reservation.
    Name string
    The name of the dedicated host group
    ResourceType string
    (String) The type of resource referenced
    address String
    (String) title: IPv4 The IP address. This property may add support for IPv6 addresses in the future. When processing a value in this property, verify that the address is in an expected format. If it is not, log an error. Optionally halt processing and surface the error, or bypass the resource on which the unexpected IP address format was encountered.
    deleteds List<GetIsBareMetalServersServerPrimaryNetworkAttachmentPrimaryIpDeleted>
    (List) If present, this property indicates the referenced resource has been deleted, and provides some supplementary information.
    href String
    (String) The URL for this reservation.
    id String
    (String) The unique identifier for this reservation.
    name String
    The name of the dedicated host group
    resourceType String
    (String) The type of resource referenced
    address string
    (String) title: IPv4 The IP address. This property may add support for IPv6 addresses in the future. When processing a value in this property, verify that the address is in an expected format. If it is not, log an error. Optionally halt processing and surface the error, or bypass the resource on which the unexpected IP address format was encountered.
    deleteds GetIsBareMetalServersServerPrimaryNetworkAttachmentPrimaryIpDeleted[]
    (List) If present, this property indicates the referenced resource has been deleted, and provides some supplementary information.
    href string
    (String) The URL for this reservation.
    id string
    (String) The unique identifier for this reservation.
    name string
    The name of the dedicated host group
    resourceType string
    (String) The type of resource referenced
    address str
    (String) title: IPv4 The IP address. This property may add support for IPv6 addresses in the future. When processing a value in this property, verify that the address is in an expected format. If it is not, log an error. Optionally halt processing and surface the error, or bypass the resource on which the unexpected IP address format was encountered.
    deleteds Sequence[GetIsBareMetalServersServerPrimaryNetworkAttachmentPrimaryIpDeleted]
    (List) If present, this property indicates the referenced resource has been deleted, and provides some supplementary information.
    href str
    (String) The URL for this reservation.
    id str
    (String) The unique identifier for this reservation.
    name str
    The name of the dedicated host group
    resource_type str
    (String) The type of resource referenced
    address String
    (String) title: IPv4 The IP address. This property may add support for IPv6 addresses in the future. When processing a value in this property, verify that the address is in an expected format. If it is not, log an error. Optionally halt processing and surface the error, or bypass the resource on which the unexpected IP address format was encountered.
    deleteds List<Property Map>
    (List) If present, this property indicates the referenced resource has been deleted, and provides some supplementary information.
    href String
    (String) The URL for this reservation.
    id String
    (String) The unique identifier for this reservation.
    name String
    The name of the dedicated host group
    resourceType String
    (String) The type of resource referenced

    GetIsBareMetalServersServerPrimaryNetworkAttachmentPrimaryIpDeleted

    MoreInfo string
    (String) Link to documentation about this status reason
    MoreInfo string
    (String) Link to documentation about this status reason
    moreInfo String
    (String) Link to documentation about this status reason
    moreInfo string
    (String) Link to documentation about this status reason
    more_info str
    (String) Link to documentation about this status reason
    moreInfo String
    (String) Link to documentation about this status reason

    GetIsBareMetalServersServerPrimaryNetworkAttachmentSubnet

    Crn string
    (String) The CRN for this reservation.
    Deleteds List<GetIsBareMetalServersServerPrimaryNetworkAttachmentSubnetDeleted>
    (List) If present, this property indicates the referenced resource has been deleted, and provides some supplementary information.
    Href string
    (String) The URL for this reservation.
    Id string
    (String) The unique identifier for this reservation.
    Name string
    The name of the dedicated host group
    ResourceType string
    (String) The type of resource referenced
    Crn string
    (String) The CRN for this reservation.
    Deleteds []GetIsBareMetalServersServerPrimaryNetworkAttachmentSubnetDeleted
    (List) If present, this property indicates the referenced resource has been deleted, and provides some supplementary information.
    Href string
    (String) The URL for this reservation.
    Id string
    (String) The unique identifier for this reservation.
    Name string
    The name of the dedicated host group
    ResourceType string
    (String) The type of resource referenced
    crn String
    (String) The CRN for this reservation.
    deleteds List<GetIsBareMetalServersServerPrimaryNetworkAttachmentSubnetDeleted>
    (List) If present, this property indicates the referenced resource has been deleted, and provides some supplementary information.
    href String
    (String) The URL for this reservation.
    id String
    (String) The unique identifier for this reservation.
    name String
    The name of the dedicated host group
    resourceType String
    (String) The type of resource referenced
    crn string
    (String) The CRN for this reservation.
    deleteds GetIsBareMetalServersServerPrimaryNetworkAttachmentSubnetDeleted[]
    (List) If present, this property indicates the referenced resource has been deleted, and provides some supplementary information.
    href string
    (String) The URL for this reservation.
    id string
    (String) The unique identifier for this reservation.
    name string
    The name of the dedicated host group
    resourceType string
    (String) The type of resource referenced
    crn str
    (String) The CRN for this reservation.
    deleteds Sequence[GetIsBareMetalServersServerPrimaryNetworkAttachmentSubnetDeleted]
    (List) If present, this property indicates the referenced resource has been deleted, and provides some supplementary information.
    href str
    (String) The URL for this reservation.
    id str
    (String) The unique identifier for this reservation.
    name str
    The name of the dedicated host group
    resource_type str
    (String) The type of resource referenced
    crn String
    (String) The CRN for this reservation.
    deleteds List<Property Map>
    (List) If present, this property indicates the referenced resource has been deleted, and provides some supplementary information.
    href String
    (String) The URL for this reservation.
    id String
    (String) The unique identifier for this reservation.
    name String
    The name of the dedicated host group
    resourceType String
    (String) The type of resource referenced

    GetIsBareMetalServersServerPrimaryNetworkAttachmentSubnetDeleted

    MoreInfo string
    (String) Link to documentation about this status reason
    MoreInfo string
    (String) Link to documentation about this status reason
    moreInfo String
    (String) Link to documentation about this status reason
    moreInfo string
    (String) Link to documentation about this status reason
    more_info str
    (String) Link to documentation about this status reason
    moreInfo String
    (String) Link to documentation about this status reason

    GetIsBareMetalServersServerPrimaryNetworkAttachmentVirtualNetworkInterface

    Crn string
    (String) The CRN for this reservation.
    Href string
    (String) The URL for this reservation.
    Id string
    (String) The unique identifier for this reservation.
    Name string
    The name of the dedicated host group
    ResourceType string
    (String) The type of resource referenced
    Crn string
    (String) The CRN for this reservation.
    Href string
    (String) The URL for this reservation.
    Id string
    (String) The unique identifier for this reservation.
    Name string
    The name of the dedicated host group
    ResourceType string
    (String) The type of resource referenced
    crn String
    (String) The CRN for this reservation.
    href String
    (String) The URL for this reservation.
    id String
    (String) The unique identifier for this reservation.
    name String
    The name of the dedicated host group
    resourceType String
    (String) The type of resource referenced
    crn string
    (String) The CRN for this reservation.
    href string
    (String) The URL for this reservation.
    id string
    (String) The unique identifier for this reservation.
    name string
    The name of the dedicated host group
    resourceType string
    (String) The type of resource referenced
    crn str
    (String) The CRN for this reservation.
    href str
    (String) The URL for this reservation.
    id str
    (String) The unique identifier for this reservation.
    name str
    The name of the dedicated host group
    resource_type str
    (String) The type of resource referenced
    crn String
    (String) The CRN for this reservation.
    href String
    (String) The URL for this reservation.
    id String
    (String) The unique identifier for this reservation.
    name String
    The name of the dedicated host group
    resourceType String
    (String) The type of resource referenced

    GetIsBareMetalServersServerPrimaryNetworkInterface

    AllowIpSpoofing bool
    (Bool) Indicates whether source IP spoofing is allowed on this interface. If false, source IP spoofing is prevented on this interface. If true, source IP spoofing is allowed on this interface.
    Href string
    (String) The URL for this reservation.
    Id string
    (String) The unique identifier for this reservation.
    Name string
    The name of the dedicated host group
    PortSpeed double
    PrimaryIps List<GetIsBareMetalServersServerPrimaryNetworkInterfacePrimaryIp>
    (List) The primary IP address to bind to the network interface. This can be specified using an existing reserved IP, or a prototype object for a new reserved IP.
    SecurityGroups List<string>
    (Array) List of security groups.
    Subnet string
    (String) ID of the subnet.
    AllowIpSpoofing bool
    (Bool) Indicates whether source IP spoofing is allowed on this interface. If false, source IP spoofing is prevented on this interface. If true, source IP spoofing is allowed on this interface.
    Href string
    (String) The URL for this reservation.
    Id string
    (String) The unique identifier for this reservation.
    Name string
    The name of the dedicated host group
    PortSpeed float64
    PrimaryIps []GetIsBareMetalServersServerPrimaryNetworkInterfacePrimaryIp
    (List) The primary IP address to bind to the network interface. This can be specified using an existing reserved IP, or a prototype object for a new reserved IP.
    SecurityGroups []string
    (Array) List of security groups.
    Subnet string
    (String) ID of the subnet.
    allowIpSpoofing Boolean
    (Bool) Indicates whether source IP spoofing is allowed on this interface. If false, source IP spoofing is prevented on this interface. If true, source IP spoofing is allowed on this interface.
    href String
    (String) The URL for this reservation.
    id String
    (String) The unique identifier for this reservation.
    name String
    The name of the dedicated host group
    portSpeed Double
    primaryIps List<GetIsBareMetalServersServerPrimaryNetworkInterfacePrimaryIp>
    (List) The primary IP address to bind to the network interface. This can be specified using an existing reserved IP, or a prototype object for a new reserved IP.
    securityGroups List<String>
    (Array) List of security groups.
    subnet String
    (String) ID of the subnet.
    allowIpSpoofing boolean
    (Bool) Indicates whether source IP spoofing is allowed on this interface. If false, source IP spoofing is prevented on this interface. If true, source IP spoofing is allowed on this interface.
    href string
    (String) The URL for this reservation.
    id string
    (String) The unique identifier for this reservation.
    name string
    The name of the dedicated host group
    portSpeed number
    primaryIps GetIsBareMetalServersServerPrimaryNetworkInterfacePrimaryIp[]
    (List) The primary IP address to bind to the network interface. This can be specified using an existing reserved IP, or a prototype object for a new reserved IP.
    securityGroups string[]
    (Array) List of security groups.
    subnet string
    (String) ID of the subnet.
    allow_ip_spoofing bool
    (Bool) Indicates whether source IP spoofing is allowed on this interface. If false, source IP spoofing is prevented on this interface. If true, source IP spoofing is allowed on this interface.
    href str
    (String) The URL for this reservation.
    id str
    (String) The unique identifier for this reservation.
    name str
    The name of the dedicated host group
    port_speed float
    primary_ips Sequence[GetIsBareMetalServersServerPrimaryNetworkInterfacePrimaryIp]
    (List) The primary IP address to bind to the network interface. This can be specified using an existing reserved IP, or a prototype object for a new reserved IP.
    security_groups Sequence[str]
    (Array) List of security groups.
    subnet str
    (String) ID of the subnet.
    allowIpSpoofing Boolean
    (Bool) Indicates whether source IP spoofing is allowed on this interface. If false, source IP spoofing is prevented on this interface. If true, source IP spoofing is allowed on this interface.
    href String
    (String) The URL for this reservation.
    id String
    (String) The unique identifier for this reservation.
    name String
    The name of the dedicated host group
    portSpeed Number
    primaryIps List<Property Map>
    (List) The primary IP address to bind to the network interface. This can be specified using an existing reserved IP, or a prototype object for a new reserved IP.
    securityGroups List<String>
    (Array) List of security groups.
    subnet String
    (String) ID of the subnet.

    GetIsBareMetalServersServerPrimaryNetworkInterfacePrimaryIp

    Address string
    (String) title: IPv4 The IP address. This property may add support for IPv6 addresses in the future. When processing a value in this property, verify that the address is in an expected format. If it is not, log an error. Optionally halt processing and surface the error, or bypass the resource on which the unexpected IP address format was encountered.
    Href string
    (String) The URL for this reservation.
    Name string
    The name of the dedicated host group
    ReservedIp string
    (String) The unique identifier for this reserved IP
    ResourceType string
    (String) The type of resource referenced
    Address string
    (String) title: IPv4 The IP address. This property may add support for IPv6 addresses in the future. When processing a value in this property, verify that the address is in an expected format. If it is not, log an error. Optionally halt processing and surface the error, or bypass the resource on which the unexpected IP address format was encountered.
    Href string
    (String) The URL for this reservation.
    Name string
    The name of the dedicated host group
    ReservedIp string
    (String) The unique identifier for this reserved IP
    ResourceType string
    (String) The type of resource referenced
    address String
    (String) title: IPv4 The IP address. This property may add support for IPv6 addresses in the future. When processing a value in this property, verify that the address is in an expected format. If it is not, log an error. Optionally halt processing and surface the error, or bypass the resource on which the unexpected IP address format was encountered.
    href String
    (String) The URL for this reservation.
    name String
    The name of the dedicated host group
    reservedIp String
    (String) The unique identifier for this reserved IP
    resourceType String
    (String) The type of resource referenced
    address string
    (String) title: IPv4 The IP address. This property may add support for IPv6 addresses in the future. When processing a value in this property, verify that the address is in an expected format. If it is not, log an error. Optionally halt processing and surface the error, or bypass the resource on which the unexpected IP address format was encountered.
    href string
    (String) The URL for this reservation.
    name string
    The name of the dedicated host group
    reservedIp string
    (String) The unique identifier for this reserved IP
    resourceType string
    (String) The type of resource referenced
    address str
    (String) title: IPv4 The IP address. This property may add support for IPv6 addresses in the future. When processing a value in this property, verify that the address is in an expected format. If it is not, log an error. Optionally halt processing and surface the error, or bypass the resource on which the unexpected IP address format was encountered.
    href str
    (String) The URL for this reservation.
    name str
    The name of the dedicated host group
    reserved_ip str
    (String) The unique identifier for this reserved IP
    resource_type str
    (String) The type of resource referenced
    address String
    (String) title: IPv4 The IP address. This property may add support for IPv6 addresses in the future. When processing a value in this property, verify that the address is in an expected format. If it is not, log an error. Optionally halt processing and surface the error, or bypass the resource on which the unexpected IP address format was encountered.
    href String
    (String) The URL for this reservation.
    name String
    The name of the dedicated host group
    reservedIp String
    (String) The unique identifier for this reserved IP
    resourceType String
    (String) The type of resource referenced

    GetIsBareMetalServersServerReservation

    Crn string
    (String) The CRN for this reservation.
    Deleteds List<GetIsBareMetalServersServerReservationDeleted>
    (List) If present, this property indicates the referenced resource has been deleted, and provides some supplementary information.
    Href string
    (String) The URL for this reservation.
    Id string
    (String) The unique identifier for this reservation.
    Name string
    The name of the dedicated host group
    ResourceType string
    (String) The type of resource referenced
    Crn string
    (String) The CRN for this reservation.
    Deleteds []GetIsBareMetalServersServerReservationDeleted
    (List) If present, this property indicates the referenced resource has been deleted, and provides some supplementary information.
    Href string
    (String) The URL for this reservation.
    Id string
    (String) The unique identifier for this reservation.
    Name string
    The name of the dedicated host group
    ResourceType string
    (String) The type of resource referenced
    crn String
    (String) The CRN for this reservation.
    deleteds List<GetIsBareMetalServersServerReservationDeleted>
    (List) If present, this property indicates the referenced resource has been deleted, and provides some supplementary information.
    href String
    (String) The URL for this reservation.
    id String
    (String) The unique identifier for this reservation.
    name String
    The name of the dedicated host group
    resourceType String
    (String) The type of resource referenced
    crn string
    (String) The CRN for this reservation.
    deleteds GetIsBareMetalServersServerReservationDeleted[]
    (List) If present, this property indicates the referenced resource has been deleted, and provides some supplementary information.
    href string
    (String) The URL for this reservation.
    id string
    (String) The unique identifier for this reservation.
    name string
    The name of the dedicated host group
    resourceType string
    (String) The type of resource referenced
    crn str
    (String) The CRN for this reservation.
    deleteds Sequence[GetIsBareMetalServersServerReservationDeleted]
    (List) If present, this property indicates the referenced resource has been deleted, and provides some supplementary information.
    href str
    (String) The URL for this reservation.
    id str
    (String) The unique identifier for this reservation.
    name str
    The name of the dedicated host group
    resource_type str
    (String) The type of resource referenced
    crn String
    (String) The CRN for this reservation.
    deleteds List<Property Map>
    (List) If present, this property indicates the referenced resource has been deleted, and provides some supplementary information.
    href String
    (String) The URL for this reservation.
    id String
    (String) The unique identifier for this reservation.
    name String
    The name of the dedicated host group
    resourceType String
    (String) The type of resource referenced

    GetIsBareMetalServersServerReservationAffinity

    Policy string
    (String) The reservation affinity policy to use for this bare metal server.
    Pools List<GetIsBareMetalServersServerReservationAffinityPool>
    (List) The pool of reservations available for use by this bare metal server.
    Policy string
    (String) The reservation affinity policy to use for this bare metal server.
    Pools []GetIsBareMetalServersServerReservationAffinityPool
    (List) The pool of reservations available for use by this bare metal server.
    policy String
    (String) The reservation affinity policy to use for this bare metal server.
    pools List<GetIsBareMetalServersServerReservationAffinityPool>
    (List) The pool of reservations available for use by this bare metal server.
    policy string
    (String) The reservation affinity policy to use for this bare metal server.
    pools GetIsBareMetalServersServerReservationAffinityPool[]
    (List) The pool of reservations available for use by this bare metal server.
    policy str
    (String) The reservation affinity policy to use for this bare metal server.
    pools Sequence[GetIsBareMetalServersServerReservationAffinityPool]
    (List) The pool of reservations available for use by this bare metal server.
    policy String
    (String) The reservation affinity policy to use for this bare metal server.
    pools List<Property Map>
    (List) The pool of reservations available for use by this bare metal server.

    GetIsBareMetalServersServerReservationAffinityPool

    Crn string
    (String) The CRN for this reservation.
    Deleteds List<GetIsBareMetalServersServerReservationAffinityPoolDeleted>
    (List) If present, this property indicates the referenced resource has been deleted, and provides some supplementary information.
    Href string
    (String) The URL for this reservation.
    Id string
    (String) The unique identifier for this reservation.
    Name string
    The name of the dedicated host group
    ResourceType string
    (String) The type of resource referenced
    Crn string
    (String) The CRN for this reservation.
    Deleteds []GetIsBareMetalServersServerReservationAffinityPoolDeleted
    (List) If present, this property indicates the referenced resource has been deleted, and provides some supplementary information.
    Href string
    (String) The URL for this reservation.
    Id string
    (String) The unique identifier for this reservation.
    Name string
    The name of the dedicated host group
    ResourceType string
    (String) The type of resource referenced
    crn String
    (String) The CRN for this reservation.
    deleteds List<GetIsBareMetalServersServerReservationAffinityPoolDeleted>
    (List) If present, this property indicates the referenced resource has been deleted, and provides some supplementary information.
    href String
    (String) The URL for this reservation.
    id String
    (String) The unique identifier for this reservation.
    name String
    The name of the dedicated host group
    resourceType String
    (String) The type of resource referenced
    crn string
    (String) The CRN for this reservation.
    deleteds GetIsBareMetalServersServerReservationAffinityPoolDeleted[]
    (List) If present, this property indicates the referenced resource has been deleted, and provides some supplementary information.
    href string
    (String) The URL for this reservation.
    id string
    (String) The unique identifier for this reservation.
    name string
    The name of the dedicated host group
    resourceType string
    (String) The type of resource referenced
    crn str
    (String) The CRN for this reservation.
    deleteds Sequence[GetIsBareMetalServersServerReservationAffinityPoolDeleted]
    (List) If present, this property indicates the referenced resource has been deleted, and provides some supplementary information.
    href str
    (String) The URL for this reservation.
    id str
    (String) The unique identifier for this reservation.
    name str
    The name of the dedicated host group
    resource_type str
    (String) The type of resource referenced
    crn String
    (String) The CRN for this reservation.
    deleteds List<Property Map>
    (List) If present, this property indicates the referenced resource has been deleted, and provides some supplementary information.
    href String
    (String) The URL for this reservation.
    id String
    (String) The unique identifier for this reservation.
    name String
    The name of the dedicated host group
    resourceType String
    (String) The type of resource referenced

    GetIsBareMetalServersServerReservationAffinityPoolDeleted

    MoreInfo string
    (String) Link to documentation about this status reason
    MoreInfo string
    (String) Link to documentation about this status reason
    moreInfo String
    (String) Link to documentation about this status reason
    moreInfo string
    (String) Link to documentation about this status reason
    more_info str
    (String) Link to documentation about this status reason
    moreInfo String
    (String) Link to documentation about this status reason

    GetIsBareMetalServersServerReservationDeleted

    MoreInfo string
    (String) Link to documentation about this status reason
    MoreInfo string
    (String) Link to documentation about this status reason
    moreInfo String
    (String) Link to documentation about this status reason
    moreInfo string
    (String) Link to documentation about this status reason
    more_info str
    (String) Link to documentation about this status reason
    moreInfo String
    (String) Link to documentation about this status reason

    GetIsBareMetalServersServerStatusReason

    Code string
    (String) The status reason code
    Message string
    (String) An explanation of the status reason
    MoreInfo string
    (String) Link to documentation about this status reason
    Code string
    (String) The status reason code
    Message string
    (String) An explanation of the status reason
    MoreInfo string
    (String) Link to documentation about this status reason
    code String
    (String) The status reason code
    message String
    (String) An explanation of the status reason
    moreInfo String
    (String) Link to documentation about this status reason
    code string
    (String) The status reason code
    message string
    (String) An explanation of the status reason
    moreInfo string
    (String) Link to documentation about this status reason
    code str
    (String) The status reason code
    message str
    (String) An explanation of the status reason
    more_info str
    (String) Link to documentation about this status reason
    code String
    (String) The status reason code
    message String
    (String) An explanation of the status reason
    moreInfo String
    (String) Link to documentation about this status reason

    GetIsBareMetalServersServerTrustedPlatformModule

    Enabled bool
    (Boolean) Indicates whether the trusted platform module is enabled.
    Mode string
    (String) The trusted platform module mode to use. The specified value must be listed in the bare metal server profile's supported_trusted_platform_module_modes. Updating trusted_platform_module mode would require the server to be stopped then started again.

    • Constraints: Allowable values are: disabled, tpm_2.
    SupportedModes List<string>
    (Array) The trusted platform module (TPM) mode:

    • disabled: No TPM functionality
    • tpm_2: TPM 2.0
    • The enumerated values for this property are expected to expand in the future. When processing this property, check for and log unknown values. Optionally halt processing and surface the error, or bypass the resource on which the unexpected property value was encountered.
    Enabled bool
    (Boolean) Indicates whether the trusted platform module is enabled.
    Mode string
    (String) The trusted platform module mode to use. The specified value must be listed in the bare metal server profile's supported_trusted_platform_module_modes. Updating trusted_platform_module mode would require the server to be stopped then started again.

    • Constraints: Allowable values are: disabled, tpm_2.
    SupportedModes []string
    (Array) The trusted platform module (TPM) mode:

    • disabled: No TPM functionality
    • tpm_2: TPM 2.0
    • The enumerated values for this property are expected to expand in the future. When processing this property, check for and log unknown values. Optionally halt processing and surface the error, or bypass the resource on which the unexpected property value was encountered.
    enabled Boolean
    (Boolean) Indicates whether the trusted platform module is enabled.
    mode String
    (String) The trusted platform module mode to use. The specified value must be listed in the bare metal server profile's supported_trusted_platform_module_modes. Updating trusted_platform_module mode would require the server to be stopped then started again.

    • Constraints: Allowable values are: disabled, tpm_2.
    supportedModes List<String>
    (Array) The trusted platform module (TPM) mode:

    • disabled: No TPM functionality
    • tpm_2: TPM 2.0
    • The enumerated values for this property are expected to expand in the future. When processing this property, check for and log unknown values. Optionally halt processing and surface the error, or bypass the resource on which the unexpected property value was encountered.
    enabled boolean
    (Boolean) Indicates whether the trusted platform module is enabled.
    mode string
    (String) The trusted platform module mode to use. The specified value must be listed in the bare metal server profile's supported_trusted_platform_module_modes. Updating trusted_platform_module mode would require the server to be stopped then started again.

    • Constraints: Allowable values are: disabled, tpm_2.
    supportedModes string[]
    (Array) The trusted platform module (TPM) mode:

    • disabled: No TPM functionality
    • tpm_2: TPM 2.0
    • The enumerated values for this property are expected to expand in the future. When processing this property, check for and log unknown values. Optionally halt processing and surface the error, or bypass the resource on which the unexpected property value was encountered.
    enabled bool
    (Boolean) Indicates whether the trusted platform module is enabled.
    mode str
    (String) The trusted platform module mode to use. The specified value must be listed in the bare metal server profile's supported_trusted_platform_module_modes. Updating trusted_platform_module mode would require the server to be stopped then started again.

    • Constraints: Allowable values are: disabled, tpm_2.
    supported_modes Sequence[str]
    (Array) The trusted platform module (TPM) mode:

    • disabled: No TPM functionality
    • tpm_2: TPM 2.0
    • The enumerated values for this property are expected to expand in the future. When processing this property, check for and log unknown values. Optionally halt processing and surface the error, or bypass the resource on which the unexpected property value was encountered.
    enabled Boolean
    (Boolean) Indicates whether the trusted platform module is enabled.
    mode String
    (String) The trusted platform module mode to use. The specified value must be listed in the bare metal server profile's supported_trusted_platform_module_modes. Updating trusted_platform_module mode would require the server to be stopped then started again.

    • Constraints: Allowable values are: disabled, tpm_2.
    supportedModes List<String>
    (Array) The trusted platform module (TPM) mode:

    • disabled: No TPM functionality
    • tpm_2: TPM 2.0
    • The enumerated values for this property are expected to expand in the future. When processing this property, check for and log unknown values. Optionally halt processing and surface the error, or bypass the resource on which the unexpected property value was encountered.

    Package Details

    Repository
    ibm ibm-cloud/terraform-provider-ibm
    License
    Notes
    This Pulumi package is based on the ibm Terraform Provider.
    ibm logo
    ibm 1.78.0 published on Wednesday, Apr 30, 2025 by ibm-cloud