ibm.getIsBareMetalServers
Explore with Pulumi AI
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
- Network
Interfaces stringSubnet - Network
Interfaces stringSubnet Crn - Network
Interfaces stringSubnet Name - Resource
Group string - The ID of the Resource group this dedicated host group belongs to.
- Vpc string
- The vpc ID this bare metal server is in
- Vpc
Crn string - The CRN of the vpc this bare metal server is in
- Vpc
Name 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
- Network
Interfaces stringSubnet - Network
Interfaces stringSubnet Crn - Network
Interfaces stringSubnet Name - Resource
Group string - The ID of the Resource group this dedicated host group belongs to.
- Vpc string
- The vpc ID this bare metal server is in
- Vpc
Crn string - The CRN of the vpc this bare metal server is in
- Vpc
Name 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
- network
Interfaces StringSubnet - network
Interfaces StringSubnet Crn - network
Interfaces StringSubnet Name - resource
Group String - The ID of the Resource group this dedicated host group belongs to.
- vpc String
- The vpc ID this bare metal server is in
- vpc
Crn String - The CRN of the vpc this bare metal server is in
- vpc
Name 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
- network
Interfaces stringSubnet - network
Interfaces stringSubnet Crn - network
Interfaces stringSubnet Name - resource
Group string - The ID of the Resource group this dedicated host group belongs to.
- vpc string
- The vpc ID this bare metal server is in
- vpc
Crn string - The CRN of the vpc this bare metal server is in
- vpc
Name 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_ strsubnet - network_
interfaces_ strsubnet_ crn - network_
interfaces_ strsubnet_ name - 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
- network
Interfaces StringSubnet - network
Interfaces StringSubnet Crn - network
Interfaces StringSubnet Name - resource
Group String - The ID of the Resource group this dedicated host group belongs to.
- vpc String
- The vpc ID this bare metal server is in
- vpc
Crn String - The CRN of the vpc this bare metal server is in
- vpc
Name 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<Get
Is Bare Metal Servers Server> - 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.
- Network
Interfaces stringSubnet - Network
Interfaces stringSubnet Crn - Network
Interfaces stringSubnet Name - Resource
Group string - (String) resource group id of the bare metal server.
- Vpc string
- (String) The VPC this bare metal server resides in.
- Vpc
Crn string - Vpc
Name string
- Id string
- (String) The unique identifier for this reservation.
- Servers
[]Get
Is Bare Metal Servers Server - 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.
- Network
Interfaces stringSubnet - Network
Interfaces stringSubnet Crn - Network
Interfaces stringSubnet Name - Resource
Group string - (String) resource group id of the bare metal server.
- Vpc string
- (String) The VPC this bare metal server resides in.
- Vpc
Crn string - Vpc
Name string
- id String
- (String) The unique identifier for this reservation.
- servers
List<Get
Is Bare Metal Servers Server> - 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.
- network
Interfaces StringSubnet - network
Interfaces StringSubnet Crn - network
Interfaces StringSubnet Name - resource
Group String - (String) resource group id of the bare metal server.
- vpc String
- (String) The VPC this bare metal server resides in.
- vpc
Crn String - vpc
Name String
- id string
- (String) The unique identifier for this reservation.
- servers
Get
Is Bare Metal Servers Server[] - 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.
- network
Interfaces stringSubnet - network
Interfaces stringSubnet Crn - network
Interfaces stringSubnet Name - resource
Group string - (String) resource group id of the bare metal server.
- vpc string
- (String) The VPC this bare metal server resides in.
- vpc
Crn string - vpc
Name string
- id str
- (String) The unique identifier for this reservation.
- servers
Sequence[Get
Is Bare Metal Servers Server] - 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_ strsubnet - network_
interfaces_ strsubnet_ crn - network_
interfaces_ strsubnet_ name - 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.
- network
Interfaces StringSubnet - network
Interfaces StringSubnet Crn - network
Interfaces StringSubnet Name - resource
Group String - (String) resource group id of the bare metal server.
- vpc String
- (String) The VPC this bare metal server resides in.
- vpc
Crn String - vpc
Name String
Supporting Types
GetIsBareMetalServersServer
- 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.
- Boot
Target string - (String) The unique identifier for this bare metal server disk.
- Cpus
List<Get
Is Bare Metal Servers Server Cpus> - (List) A nested block describing the CPU configuration of this bare metal server.
Nested scheme for
cpu
: - Created
At string - (Timestamp) The date and time that the bare metal server was created.
- Crn string
- (String) The CRN for this reservation.
- Disks
List<Get
Is Bare Metal Servers Server Disk> - (List) The disks for this bare metal server, including any disks that are associated with the boot_target.
Nested scheme for
disks
: - Enable
Secure boolBoot - (Boolean) Indicates whether secure boot is enabled. If enabled, the image must support secure boot or the server will fail to boot.
- Firmware
Update stringType Available - (String) The firmware update type available for the bare metal server.
- Health
Reasons List<GetIs Bare Metal Servers Server Health Reason> - (List) The reasons for the current health_state (if any).
- Health
State 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
- Network
Attachments List<GetIs Bare Metal Servers Server Network Attachment> - (List) The network attachments for this bare metal server, including the primary network attachment. Nested schema for network_attachments:
- Network
Interfaces List<GetIs Bare Metal Servers Server Network Interface> - (List) A nested block describing the additional network interface of this instance.
- Primary
Network List<GetAttachments Is Bare Metal Servers Server Primary Network Attachment> - (List) The primary network attachment. Nested schema for primary_network_attachment:
- Primary
Network List<GetInterfaces Is Bare Metal Servers Server Primary Network Interface> - (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
- Reservation
Affinities List<GetIs Bare Metal Servers Server Reservation Affinity> - (List) The bare metal server reservation affinity.
- Reservations
List<Get
Is Bare Metal Servers Server Reservation> - (List) The reservation used by this bare metal server.
Nested scheme for
reservation
: - Resource
Group string - The ID of the Resource group this dedicated host group belongs to.
- Resource
Type string - (String) The type of resource referenced
- Status string
- (String) The status of the bare metal server.
- Status
Reasons List<GetIs Bare Metal Servers Server Status Reason> - (List) Array of reasons for the current status (if any).
Nested scheme forstatus_reasons
: - List<string>
- (Array) Tags associated with the instance.
- Trusted
Platform List<GetModules Is Bare Metal Servers Server Trusted Platform Module> - (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.
- []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.
- Boot
Target string - (String) The unique identifier for this bare metal server disk.
- Cpus
[]Get
Is Bare Metal Servers Server Cpus - (List) A nested block describing the CPU configuration of this bare metal server.
Nested scheme for
cpu
: - Created
At string - (Timestamp) The date and time that the bare metal server was created.
- Crn string
- (String) The CRN for this reservation.
- Disks
[]Get
Is Bare Metal Servers Server Disk - (List) The disks for this bare metal server, including any disks that are associated with the boot_target.
Nested scheme for
disks
: - Enable
Secure boolBoot - (Boolean) Indicates whether secure boot is enabled. If enabled, the image must support secure boot or the server will fail to boot.
- Firmware
Update stringType Available - (String) The firmware update type available for the bare metal server.
- Health
Reasons []GetIs Bare Metal Servers Server Health Reason - (List) The reasons for the current health_state (if any).
- Health
State 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
- Network
Attachments []GetIs Bare Metal Servers Server Network Attachment - (List) The network attachments for this bare metal server, including the primary network attachment. Nested schema for network_attachments:
- Network
Interfaces []GetIs Bare Metal Servers Server Network Interface - (List) A nested block describing the additional network interface of this instance.
- Primary
Network []GetAttachments Is Bare Metal Servers Server Primary Network Attachment - (List) The primary network attachment. Nested schema for primary_network_attachment:
- Primary
Network []GetInterfaces Is Bare Metal Servers Server Primary Network Interface - (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
- Reservation
Affinities []GetIs Bare Metal Servers Server Reservation Affinity - (List) The bare metal server reservation affinity.
- Reservations
[]Get
Is Bare Metal Servers Server Reservation - (List) The reservation used by this bare metal server.
Nested scheme for
reservation
: - Resource
Group string - The ID of the Resource group this dedicated host group belongs to.
- Resource
Type string - (String) The type of resource referenced
- Status string
- (String) The status of the bare metal server.
- Status
Reasons []GetIs Bare Metal Servers Server Status Reason - (List) Array of reasons for the current status (if any).
Nested scheme forstatus_reasons
: - []string
- (Array) Tags associated with the instance.
- Trusted
Platform []GetModules Is Bare Metal Servers Server Trusted Platform Module - (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.
- 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.
- boot
Target String - (String) The unique identifier for this bare metal server disk.
- cpus
List<Get
Is Bare Metal Servers Server Cpus> - (List) A nested block describing the CPU configuration of this bare metal server.
Nested scheme for
cpu
: - created
At String - (Timestamp) The date and time that the bare metal server was created.
- crn String
- (String) The CRN for this reservation.
- disks
List<Get
Is Bare Metal Servers Server Disk> - (List) The disks for this bare metal server, including any disks that are associated with the boot_target.
Nested scheme for
disks
: - enable
Secure BooleanBoot - (Boolean) Indicates whether secure boot is enabled. If enabled, the image must support secure boot or the server will fail to boot.
- firmware
Update StringType Available - (String) The firmware update type available for the bare metal server.
- health
Reasons List<GetIs Bare Metal Servers Server Health Reason> - (List) The reasons for the current health_state (if any).
- health
State 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
- network
Attachments List<GetIs Bare Metal Servers Server Network Attachment> - (List) The network attachments for this bare metal server, including the primary network attachment. Nested schema for network_attachments:
- network
Interfaces List<GetIs Bare Metal Servers Server Network Interface> - (List) A nested block describing the additional network interface of this instance.
- primary
Network List<GetAttachments Is Bare Metal Servers Server Primary Network Attachment> - (List) The primary network attachment. Nested schema for primary_network_attachment:
- primary
Network List<GetInterfaces Is Bare Metal Servers Server Primary Network Interface> - (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
- reservation
Affinities List<GetIs Bare Metal Servers Server Reservation Affinity> - (List) The bare metal server reservation affinity.
- reservations
List<Get
Is Bare Metal Servers Server Reservation> - (List) The reservation used by this bare metal server.
Nested scheme for
reservation
: - resource
Group String - The ID of the Resource group this dedicated host group belongs to.
- resource
Type String - (String) The type of resource referenced
- status String
- (String) The status of the bare metal server.
- status
Reasons List<GetIs Bare Metal Servers Server Status Reason> - (List) Array of reasons for the current status (if any).
Nested scheme forstatus_reasons
: - List<String>
- (Array) Tags associated with the instance.
- trusted
Platform List<GetModules Is Bare Metal Servers Server Trusted Platform Module> - (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.
- 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.
- boot
Target string - (String) The unique identifier for this bare metal server disk.
- cpus
Get
Is Bare Metal Servers Server Cpus[] - (List) A nested block describing the CPU configuration of this bare metal server.
Nested scheme for
cpu
: - created
At string - (Timestamp) The date and time that the bare metal server was created.
- crn string
- (String) The CRN for this reservation.
- disks
Get
Is Bare Metal Servers Server Disk[] - (List) The disks for this bare metal server, including any disks that are associated with the boot_target.
Nested scheme for
disks
: - enable
Secure booleanBoot - (Boolean) Indicates whether secure boot is enabled. If enabled, the image must support secure boot or the server will fail to boot.
- firmware
Update stringType Available - (String) The firmware update type available for the bare metal server.
- health
Reasons GetIs Bare Metal Servers Server Health Reason[] - (List) The reasons for the current health_state (if any).
- health
State 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
- network
Attachments GetIs Bare Metal Servers Server Network Attachment[] - (List) The network attachments for this bare metal server, including the primary network attachment. Nested schema for network_attachments:
- network
Interfaces GetIs Bare Metal Servers Server Network Interface[] - (List) A nested block describing the additional network interface of this instance.
- primary
Network GetAttachments Is Bare Metal Servers Server Primary Network Attachment[] - (List) The primary network attachment. Nested schema for primary_network_attachment:
- primary
Network GetInterfaces Is Bare Metal Servers Server Primary Network Interface[] - (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
- reservation
Affinities GetIs Bare Metal Servers Server Reservation Affinity[] - (List) The bare metal server reservation affinity.
- reservations
Get
Is Bare Metal Servers Server Reservation[] - (List) The reservation used by this bare metal server.
Nested scheme for
reservation
: - resource
Group string - The ID of the Resource group this dedicated host group belongs to.
- resource
Type string - (String) The type of resource referenced
- status string
- (String) The status of the bare metal server.
- status
Reasons GetIs Bare Metal Servers Server Status Reason[] - (List) Array of reasons for the current status (if any).
Nested scheme forstatus_reasons
: - string[]
- (Array) Tags associated with the instance.
- trusted
Platform GetModules Is Bare Metal Servers Server Trusted Platform Module[] - (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.
- 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[Get
Is Bare Metal Servers Server Cpus] - (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[Get
Is Bare Metal Servers Server Disk] - (List) The disks for this bare metal server, including any disks that are associated with the boot_target.
Nested scheme for
disks
: - enable_
secure_ boolboot - (Boolean) Indicates whether secure boot is enabled. If enabled, the image must support secure boot or the server will fail to boot.
- firmware_
update_ strtype_ available - (String) The firmware update type available for the bare metal server.
- health_
reasons Sequence[GetIs Bare Metal Servers Server Health Reason] - (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[GetIs Bare Metal Servers Server Network Attachment] - (List) The network attachments for this bare metal server, including the primary network attachment. Nested schema for network_attachments:
- network_
interfaces Sequence[GetIs Bare Metal Servers Server Network Interface] - (List) A nested block describing the additional network interface of this instance.
- primary_
network_ Sequence[Getattachments Is Bare Metal Servers Server Primary Network Attachment] - (List) The primary network attachment. Nested schema for primary_network_attachment:
- primary_
network_ Sequence[Getinterfaces Is Bare Metal Servers Server Primary Network Interface] - (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[GetIs Bare Metal Servers Server Reservation Affinity] - (List) The bare metal server reservation affinity.
- reservations
Sequence[Get
Is Bare Metal Servers Server Reservation] - (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[GetIs Bare Metal Servers Server Status Reason] - (List) Array of reasons for the current status (if any).
Nested scheme forstatus_reasons
: - Sequence[str]
- (Array) Tags associated with the instance.
- trusted_
platform_ Sequence[Getmodules Is Bare Metal Servers Server Trusted Platform Module] - (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.
- 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.
- boot
Target 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
: - created
At 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
: - enable
Secure BooleanBoot - (Boolean) Indicates whether secure boot is enabled. If enabled, the image must support secure boot or the server will fail to boot.
- firmware
Update StringType Available - (String) The firmware update type available for the bare metal server.
- health
Reasons List<Property Map> - (List) The reasons for the current health_state (if any).
- health
State 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
- network
Attachments List<Property Map> - (List) The network attachments for this bare metal server, including the primary network attachment. Nested schema for network_attachments:
- network
Interfaces List<Property Map> - (List) A nested block describing the additional network interface of this instance.
- primary
Network List<Property Map>Attachments - (List) The primary network attachment. Nested schema for primary_network_attachment:
- primary
Network List<Property Map>Interfaces - (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
- reservation
Affinities 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
: - resource
Group String - The ID of the Resource group this dedicated host group belongs to.
- resource
Type String - (String) The type of resource referenced
- status String
- (String) The status of the bare metal server.
- status
Reasons List<Property Map> - (List) Array of reasons for the current status (if any).
Nested scheme forstatus_reasons
: - List<String>
- (Array) Tags associated with the instance.
- trusted
Platform List<Property Map>Modules - (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.
- Core
Count double - (Integer) The total number of cores
- Socket
Count double - (Integer) The total number of CPU sockets
- Threads
Per doubleCore - (Integer) The total number of hardware threads per core
- Architecture string
- (String) The architecture of the bare metal server.
- Core
Count float64 - (Integer) The total number of cores
- Socket
Count float64 - (Integer) The total number of CPU sockets
- Threads
Per float64Core - (Integer) The total number of hardware threads per core
- architecture String
- (String) The architecture of the bare metal server.
- core
Count Double - (Integer) The total number of cores
- socket
Count Double - (Integer) The total number of CPU sockets
- threads
Per DoubleCore - (Integer) The total number of hardware threads per core
- architecture string
- (String) The architecture of the bare metal server.
- core
Count number - (Integer) The total number of cores
- socket
Count number - (Integer) The total number of CPU sockets
- threads
Per numberCore - (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_ floatcore - (Integer) The total number of hardware threads per core
- architecture String
- (String) The architecture of the bare metal server.
- core
Count Number - (Integer) The total number of cores
- socket
Count Number - (Integer) The total number of CPU sockets
- threads
Per NumberCore - (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.
- Interface
Type 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
- Resource
Type 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.
- Interface
Type 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
- Resource
Type 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.
- interface
Type 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
- resource
Type 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.
- interface
Type 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
- resource
Type 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.
- interface
Type 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
- resource
Type String - (String) The type of resource referenced
- size Number
- (Integer) The size of the disk in GB (gigabytes)
GetIsBareMetalServersServerHealthReason
GetIsBareMetalServersServerNetworkAttachment
- Deleteds
List<Get
Is Bare Metal Servers Server Network Attachment Deleted> - (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
- Primary
Ips List<GetIs Bare Metal Servers Server Network Attachment Primary Ip> - (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 string - (String) The type of resource referenced
- Subnets
List<Get
Is Bare Metal Servers Server Network Attachment Subnet> - (String) ID of the subnet.
- Virtual
Network List<GetInterfaces Is Bare Metal Servers Server Network Attachment Virtual Network Interface> - (List) The virtual network interface for this bare metal server network attachment. Nested schema for virtual_network_interface:
- Deleteds
[]Get
Is Bare Metal Servers Server Network Attachment Deleted - (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
- Primary
Ips []GetIs Bare Metal Servers Server Network Attachment Primary Ip - (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 string - (String) The type of resource referenced
- Subnets
[]Get
Is Bare Metal Servers Server Network Attachment Subnet - (String) ID of the subnet.
- Virtual
Network []GetInterfaces Is Bare Metal Servers Server Network Attachment Virtual Network Interface - (List) The virtual network interface for this bare metal server network attachment. Nested schema for virtual_network_interface:
- deleteds
List<Get
Is Bare Metal Servers Server Network Attachment Deleted> - (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
- primary
Ips List<GetIs Bare Metal Servers Server Network Attachment Primary Ip> - (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 String - (String) The type of resource referenced
- subnets
List<Get
Is Bare Metal Servers Server Network Attachment Subnet> - (String) ID of the subnet.
- virtual
Network List<GetInterfaces Is Bare Metal Servers Server Network Attachment Virtual Network Interface> - (List) The virtual network interface for this bare metal server network attachment. Nested schema for virtual_network_interface:
- deleteds
Get
Is Bare Metal Servers Server Network Attachment Deleted[] - (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
- primary
Ips GetIs Bare Metal Servers Server Network Attachment Primary Ip[] - (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 string - (String) The type of resource referenced
- subnets
Get
Is Bare Metal Servers Server Network Attachment Subnet[] - (String) ID of the subnet.
- virtual
Network GetInterfaces Is Bare Metal Servers Server Network Attachment Virtual Network Interface[] - (List) The virtual network interface for this bare metal server network attachment. Nested schema for virtual_network_interface:
- deleteds
Sequence[Get
Is Bare Metal Servers Server Network Attachment Deleted] - (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[GetIs Bare Metal Servers Server Network Attachment Primary Ip] - (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[Get
Is Bare Metal Servers Server Network Attachment Subnet] - (String) ID of the subnet.
- virtual_
network_ Sequence[Getinterfaces Is Bare Metal Servers Server Network Attachment Virtual Network Interface] - (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
- primary
Ips 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.
- resource
Type String - (String) The type of resource referenced
- subnets List<Property Map>
- (String) ID of the subnet.
- virtual
Network List<Property Map>Interfaces - (List) The virtual network interface for this bare metal server network attachment. Nested schema for virtual_network_interface:
GetIsBareMetalServersServerNetworkAttachmentDeleted
- More
Info string - (String) Link to documentation about this status reason
- More
Info string - (String) Link to documentation about this status reason
- more
Info String - (String) Link to documentation about this status reason
- more
Info string - (String) Link to documentation about this status reason
- more_
info str - (String) Link to documentation about this status reason
- more
Info 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<Get
Is Bare Metal Servers Server Network Attachment Primary Ip Deleted> - (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
- Resource
Type 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
[]Get
Is Bare Metal Servers Server Network Attachment Primary Ip Deleted - (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
- Resource
Type 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<Get
Is Bare Metal Servers Server Network Attachment Primary Ip Deleted> - (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
- resource
Type 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
Get
Is Bare Metal Servers Server Network Attachment Primary Ip Deleted[] - (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
- resource
Type 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[Get
Is Bare Metal Servers Server Network Attachment Primary Ip Deleted] - (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
- resource
Type String - (String) The type of resource referenced
GetIsBareMetalServersServerNetworkAttachmentPrimaryIpDeleted
- More
Info string - (String) Link to documentation about this status reason
- More
Info string - (String) Link to documentation about this status reason
- more
Info String - (String) Link to documentation about this status reason
- more
Info string - (String) Link to documentation about this status reason
- more_
info str - (String) Link to documentation about this status reason
- more
Info String - (String) Link to documentation about this status reason
GetIsBareMetalServersServerNetworkAttachmentSubnet
- Crn string
- (String) The CRN for this reservation.
- Deleteds
List<Get
Is Bare Metal Servers Server Network Attachment Subnet Deleted> - (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
- Resource
Type string - (String) The type of resource referenced
- Crn string
- (String) The CRN for this reservation.
- Deleteds
[]Get
Is Bare Metal Servers Server Network Attachment Subnet Deleted - (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
- Resource
Type string - (String) The type of resource referenced
- crn String
- (String) The CRN for this reservation.
- deleteds
List<Get
Is Bare Metal Servers Server Network Attachment Subnet Deleted> - (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
- resource
Type String - (String) The type of resource referenced
- crn string
- (String) The CRN for this reservation.
- deleteds
Get
Is Bare Metal Servers Server Network Attachment Subnet Deleted[] - (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
- resource
Type string - (String) The type of resource referenced
- crn str
- (String) The CRN for this reservation.
- deleteds
Sequence[Get
Is Bare Metal Servers Server Network Attachment Subnet Deleted] - (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
- resource
Type String - (String) The type of resource referenced
GetIsBareMetalServersServerNetworkAttachmentSubnetDeleted
- More
Info string - (String) Link to documentation about this status reason
- More
Info string - (String) Link to documentation about this status reason
- more
Info String - (String) Link to documentation about this status reason
- more
Info string - (String) Link to documentation about this status reason
- more_
info str - (String) Link to documentation about this status reason
- more
Info 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
- Resource
Type 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
- Resource
Type 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
- resource
Type 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
- resource
Type 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
- resource
Type String - (String) The type of resource referenced
GetIsBareMetalServersServerNetworkInterface
- Allow
Ip boolSpoofing - (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
- Primary
Ips List<GetIs Bare Metal Servers Server Network Interface Primary Ip> - (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 List<string> - (Array) List of security groups.
- Subnet string
- (String) ID of the subnet.
- Allow
Ip boolSpoofing - (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
- Primary
Ips []GetIs Bare Metal Servers Server Network Interface Primary Ip - (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 []string - (Array) List of security groups.
- Subnet string
- (String) ID of the subnet.
- allow
Ip BooleanSpoofing - (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
- primary
Ips List<GetIs Bare Metal Servers Server Network Interface Primary Ip> - (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 List<String> - (Array) List of security groups.
- subnet String
- (String) ID of the subnet.
- allow
Ip booleanSpoofing - (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
- primary
Ips GetIs Bare Metal Servers Server Network Interface Primary Ip[] - (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 string[] - (Array) List of security groups.
- subnet string
- (String) ID of the subnet.
- allow_
ip_ boolspoofing - (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[GetIs Bare Metal Servers Server Network Interface Primary Ip] - (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.
- allow
Ip BooleanSpoofing - (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
- primary
Ips 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.
- security
Groups 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
- Reserved
Ip string - (String) The unique identifier for this reserved IP
- Resource
Type 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
- Reserved
Ip string - (String) The unique identifier for this reserved IP
- Resource
Type 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
- reserved
Ip String - (String) The unique identifier for this reserved IP
- resource
Type 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
- reserved
Ip string - (String) The unique identifier for this reserved IP
- resource
Type 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
- reserved
Ip String - (String) The unique identifier for this reserved IP
- resource
Type String - (String) The type of resource referenced
GetIsBareMetalServersServerPrimaryNetworkAttachment
- Deleteds
List<Get
Is Bare Metal Servers Server Primary Network Attachment Deleted> - (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
- Primary
Ips List<GetIs Bare Metal Servers Server Primary Network Attachment Primary Ip> - (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 string - (String) The type of resource referenced
- Subnets
List<Get
Is Bare Metal Servers Server Primary Network Attachment Subnet> - (String) ID of the subnet.
- Virtual
Network List<GetInterfaces Is Bare Metal Servers Server Primary Network Attachment Virtual Network Interface> - (List) The virtual network interface for this bare metal server network attachment. Nested schema for virtual_network_interface:
- Deleteds
[]Get
Is Bare Metal Servers Server Primary Network Attachment Deleted - (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
- Primary
Ips []GetIs Bare Metal Servers Server Primary Network Attachment Primary Ip - (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 string - (String) The type of resource referenced
- Subnets
[]Get
Is Bare Metal Servers Server Primary Network Attachment Subnet - (String) ID of the subnet.
- Virtual
Network []GetInterfaces Is Bare Metal Servers Server Primary Network Attachment Virtual Network Interface - (List) The virtual network interface for this bare metal server network attachment. Nested schema for virtual_network_interface:
- deleteds
List<Get
Is Bare Metal Servers Server Primary Network Attachment Deleted> - (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
- primary
Ips List<GetIs Bare Metal Servers Server Primary Network Attachment Primary Ip> - (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 String - (String) The type of resource referenced
- subnets
List<Get
Is Bare Metal Servers Server Primary Network Attachment Subnet> - (String) ID of the subnet.
- virtual
Network List<GetInterfaces Is Bare Metal Servers Server Primary Network Attachment Virtual Network Interface> - (List) The virtual network interface for this bare metal server network attachment. Nested schema for virtual_network_interface:
- deleteds
Get
Is Bare Metal Servers Server Primary Network Attachment Deleted[] - (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
- primary
Ips GetIs Bare Metal Servers Server Primary Network Attachment Primary Ip[] - (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 string - (String) The type of resource referenced
- subnets
Get
Is Bare Metal Servers Server Primary Network Attachment Subnet[] - (String) ID of the subnet.
- virtual
Network GetInterfaces Is Bare Metal Servers Server Primary Network Attachment Virtual Network Interface[] - (List) The virtual network interface for this bare metal server network attachment. Nested schema for virtual_network_interface:
- deleteds
Sequence[Get
Is Bare Metal Servers Server Primary Network Attachment Deleted] - (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[GetIs Bare Metal Servers Server Primary Network Attachment Primary Ip] - (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[Get
Is Bare Metal Servers Server Primary Network Attachment Subnet] - (String) ID of the subnet.
- virtual_
network_ Sequence[Getinterfaces Is Bare Metal Servers Server Primary Network Attachment Virtual Network Interface] - (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
- primary
Ips 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.
- resource
Type String - (String) The type of resource referenced
- subnets List<Property Map>
- (String) ID of the subnet.
- virtual
Network List<Property Map>Interfaces - (List) The virtual network interface for this bare metal server network attachment. Nested schema for virtual_network_interface:
GetIsBareMetalServersServerPrimaryNetworkAttachmentDeleted
- More
Info string - (String) Link to documentation about this status reason
- More
Info string - (String) Link to documentation about this status reason
- more
Info String - (String) Link to documentation about this status reason
- more
Info string - (String) Link to documentation about this status reason
- more_
info str - (String) Link to documentation about this status reason
- more
Info 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<Get
Is Bare Metal Servers Server Primary Network Attachment Primary Ip Deleted> - (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
- Resource
Type 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
[]Get
Is Bare Metal Servers Server Primary Network Attachment Primary Ip Deleted - (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
- Resource
Type 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<Get
Is Bare Metal Servers Server Primary Network Attachment Primary Ip Deleted> - (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
- resource
Type 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
Get
Is Bare Metal Servers Server Primary Network Attachment Primary Ip Deleted[] - (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
- resource
Type 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[Get
Is Bare Metal Servers Server Primary Network Attachment Primary Ip Deleted] - (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
- resource
Type String - (String) The type of resource referenced
GetIsBareMetalServersServerPrimaryNetworkAttachmentPrimaryIpDeleted
- More
Info string - (String) Link to documentation about this status reason
- More
Info string - (String) Link to documentation about this status reason
- more
Info String - (String) Link to documentation about this status reason
- more
Info string - (String) Link to documentation about this status reason
- more_
info str - (String) Link to documentation about this status reason
- more
Info String - (String) Link to documentation about this status reason
GetIsBareMetalServersServerPrimaryNetworkAttachmentSubnet
- Crn string
- (String) The CRN for this reservation.
- Deleteds
List<Get
Is Bare Metal Servers Server Primary Network Attachment Subnet Deleted> - (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
- Resource
Type string - (String) The type of resource referenced
- Crn string
- (String) The CRN for this reservation.
- Deleteds
[]Get
Is Bare Metal Servers Server Primary Network Attachment Subnet Deleted - (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
- Resource
Type string - (String) The type of resource referenced
- crn String
- (String) The CRN for this reservation.
- deleteds
List<Get
Is Bare Metal Servers Server Primary Network Attachment Subnet Deleted> - (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
- resource
Type String - (String) The type of resource referenced
- crn string
- (String) The CRN for this reservation.
- deleteds
Get
Is Bare Metal Servers Server Primary Network Attachment Subnet Deleted[] - (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
- resource
Type string - (String) The type of resource referenced
- crn str
- (String) The CRN for this reservation.
- deleteds
Sequence[Get
Is Bare Metal Servers Server Primary Network Attachment Subnet Deleted] - (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
- resource
Type String - (String) The type of resource referenced
GetIsBareMetalServersServerPrimaryNetworkAttachmentSubnetDeleted
- More
Info string - (String) Link to documentation about this status reason
- More
Info string - (String) Link to documentation about this status reason
- more
Info String - (String) Link to documentation about this status reason
- more
Info string - (String) Link to documentation about this status reason
- more_
info str - (String) Link to documentation about this status reason
- more
Info 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
- Resource
Type 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
- Resource
Type 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
- resource
Type 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
- resource
Type 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
- resource
Type String - (String) The type of resource referenced
GetIsBareMetalServersServerPrimaryNetworkInterface
- Allow
Ip boolSpoofing - (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
- Port
Speed double - Primary
Ips List<GetIs Bare Metal Servers Server Primary Network Interface Primary Ip> - (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 List<string> - (Array) List of security groups.
- Subnet string
- (String) ID of the subnet.
- Allow
Ip boolSpoofing - (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
- Port
Speed float64 - Primary
Ips []GetIs Bare Metal Servers Server Primary Network Interface Primary Ip - (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 []string - (Array) List of security groups.
- Subnet string
- (String) ID of the subnet.
- allow
Ip BooleanSpoofing - (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
- port
Speed Double - primary
Ips List<GetIs Bare Metal Servers Server Primary Network Interface Primary Ip> - (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 List<String> - (Array) List of security groups.
- subnet String
- (String) ID of the subnet.
- allow
Ip booleanSpoofing - (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
- port
Speed number - primary
Ips GetIs Bare Metal Servers Server Primary Network Interface Primary Ip[] - (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 string[] - (Array) List of security groups.
- subnet string
- (String) ID of the subnet.
- allow_
ip_ boolspoofing - (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[GetIs Bare Metal Servers Server Primary Network Interface Primary Ip] - (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.
- allow
Ip BooleanSpoofing - (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
- port
Speed Number - primary
Ips 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.
- security
Groups 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
- Reserved
Ip string - (String) The unique identifier for this reserved IP
- Resource
Type 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
- Reserved
Ip string - (String) The unique identifier for this reserved IP
- Resource
Type 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
- reserved
Ip String - (String) The unique identifier for this reserved IP
- resource
Type 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
- reserved
Ip string - (String) The unique identifier for this reserved IP
- resource
Type 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
- reserved
Ip String - (String) The unique identifier for this reserved IP
- resource
Type String - (String) The type of resource referenced
GetIsBareMetalServersServerReservation
- Crn string
- (String) The CRN for this reservation.
- Deleteds
List<Get
Is Bare Metal Servers Server Reservation Deleted> - (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
- Resource
Type string - (String) The type of resource referenced
- Crn string
- (String) The CRN for this reservation.
- Deleteds
[]Get
Is Bare Metal Servers Server Reservation Deleted - (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
- Resource
Type string - (String) The type of resource referenced
- crn String
- (String) The CRN for this reservation.
- deleteds
List<Get
Is Bare Metal Servers Server Reservation Deleted> - (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
- resource
Type String - (String) The type of resource referenced
- crn string
- (String) The CRN for this reservation.
- deleteds
Get
Is Bare Metal Servers Server Reservation Deleted[] - (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
- resource
Type string - (String) The type of resource referenced
- crn str
- (String) The CRN for this reservation.
- deleteds
Sequence[Get
Is Bare Metal Servers Server Reservation Deleted] - (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
- resource
Type String - (String) The type of resource referenced
GetIsBareMetalServersServerReservationAffinity
- Policy string
- (String) The reservation affinity policy to use for this bare metal server.
- Pools
List<Get
Is Bare Metal Servers Server Reservation Affinity Pool> - (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
[]Get
Is Bare Metal Servers Server Reservation Affinity Pool - (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<Get
Is Bare Metal Servers Server Reservation Affinity Pool> - (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
Get
Is Bare Metal Servers Server Reservation Affinity Pool[] - (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[Get
Is Bare Metal Servers Server Reservation Affinity Pool] - (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<Get
Is Bare Metal Servers Server Reservation Affinity Pool Deleted> - (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
- Resource
Type string - (String) The type of resource referenced
- Crn string
- (String) The CRN for this reservation.
- Deleteds
[]Get
Is Bare Metal Servers Server Reservation Affinity Pool Deleted - (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
- Resource
Type string - (String) The type of resource referenced
- crn String
- (String) The CRN for this reservation.
- deleteds
List<Get
Is Bare Metal Servers Server Reservation Affinity Pool Deleted> - (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
- resource
Type String - (String) The type of resource referenced
- crn string
- (String) The CRN for this reservation.
- deleteds
Get
Is Bare Metal Servers Server Reservation Affinity Pool Deleted[] - (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
- resource
Type string - (String) The type of resource referenced
- crn str
- (String) The CRN for this reservation.
- deleteds
Sequence[Get
Is Bare Metal Servers Server Reservation Affinity Pool Deleted] - (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
- resource
Type String - (String) The type of resource referenced
GetIsBareMetalServersServerReservationAffinityPoolDeleted
- More
Info string - (String) Link to documentation about this status reason
- More
Info string - (String) Link to documentation about this status reason
- more
Info String - (String) Link to documentation about this status reason
- more
Info string - (String) Link to documentation about this status reason
- more_
info str - (String) Link to documentation about this status reason
- more
Info String - (String) Link to documentation about this status reason
GetIsBareMetalServersServerReservationDeleted
- More
Info string - (String) Link to documentation about this status reason
- More
Info string - (String) Link to documentation about this status reason
- more
Info String - (String) Link to documentation about this status reason
- more
Info string - (String) Link to documentation about this status reason
- more_
info str - (String) Link to documentation about this status reason
- more
Info String - (String) Link to documentation about this status reason
GetIsBareMetalServersServerStatusReason
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
.
- Constraints: Allowable values are:
- Supported
Modes 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
.
- Constraints: Allowable values are:
- Supported
Modes []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
.
- Constraints: Allowable values are:
- supported
Modes 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
.
- Constraints: Allowable values are:
- supported
Modes 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
.
- Constraints: Allowable values are:
- 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
.
- Constraints: Allowable values are:
- supported
Modes 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.