ibm.getIsBareMetalServer
Explore with Pulumi AI
Import the details of an existing IBM Cloud Bare Metal Server 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
With Identifier
import * as pulumi from "@pulumi/pulumi";
import * as ibm from "@pulumi/ibm";
const example = ibm.getIsBareMetalServer({
identifier: "9328-9849-9849-9849",
});
import pulumi
import pulumi_ibm as ibm
example = ibm.get_is_bare_metal_server(identifier="9328-9849-9849-9849")
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.LookupIsBareMetalServer(ctx, &ibm.LookupIsBareMetalServerArgs{
Identifier: pulumi.StringRef("9328-9849-9849-9849"),
}, 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.GetIsBareMetalServer.Invoke(new()
{
Identifier = "9328-9849-9849-9849",
});
});
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.GetIsBareMetalServerArgs;
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.getIsBareMetalServer(GetIsBareMetalServerArgs.builder()
.identifier("9328-9849-9849-9849")
.build());
}
}
variables:
example:
fn::invoke:
function: ibm:getIsBareMetalServer
arguments:
identifier: 9328-9849-9849-9849
With Name
import * as pulumi from "@pulumi/pulumi";
import * as ibm from "@pulumi/ibm";
const example = ibm.getIsBareMetalServer({
name: "example-server",
});
import pulumi
import pulumi_ibm as ibm
example = ibm.get_is_bare_metal_server(name="example-server")
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.LookupIsBareMetalServer(ctx, &ibm.LookupIsBareMetalServerArgs{
Name: pulumi.StringRef("example-server"),
}, 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.GetIsBareMetalServer.Invoke(new()
{
Name = "example-server",
});
});
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.GetIsBareMetalServerArgs;
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.getIsBareMetalServer(GetIsBareMetalServerArgs.builder()
.name("example-server")
.build());
}
}
variables:
example:
fn::invoke:
function: ibm:getIsBareMetalServer
arguments:
name: example-server
Using getIsBareMetalServer
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 getIsBareMetalServer(args: GetIsBareMetalServerArgs, opts?: InvokeOptions): Promise<GetIsBareMetalServerResult>
function getIsBareMetalServerOutput(args: GetIsBareMetalServerOutputArgs, opts?: InvokeOptions): Output<GetIsBareMetalServerResult>
def get_is_bare_metal_server(id: Optional[str] = None,
identifier: Optional[str] = None,
name: Optional[str] = None,
opts: Optional[InvokeOptions] = None) -> GetIsBareMetalServerResult
def get_is_bare_metal_server_output(id: Optional[pulumi.Input[str]] = None,
identifier: Optional[pulumi.Input[str]] = None,
name: Optional[pulumi.Input[str]] = None,
opts: Optional[InvokeOptions] = None) -> Output[GetIsBareMetalServerResult]
func LookupIsBareMetalServer(ctx *Context, args *LookupIsBareMetalServerArgs, opts ...InvokeOption) (*LookupIsBareMetalServerResult, error)
func LookupIsBareMetalServerOutput(ctx *Context, args *LookupIsBareMetalServerOutputArgs, opts ...InvokeOption) LookupIsBareMetalServerResultOutput
> Note: This function is named LookupIsBareMetalServer
in the Go SDK.
public static class GetIsBareMetalServer
{
public static Task<GetIsBareMetalServerResult> InvokeAsync(GetIsBareMetalServerArgs args, InvokeOptions? opts = null)
public static Output<GetIsBareMetalServerResult> Invoke(GetIsBareMetalServerInvokeArgs args, InvokeOptions? opts = null)
}
public static CompletableFuture<GetIsBareMetalServerResult> getIsBareMetalServer(GetIsBareMetalServerArgs args, InvokeOptions options)
public static Output<GetIsBareMetalServerResult> getIsBareMetalServer(GetIsBareMetalServerArgs args, InvokeOptions options)
fn::invoke:
function: ibm:index/getIsBareMetalServer:getIsBareMetalServer
arguments:
# arguments dictionary
The following arguments are supported:
- Id string
- (String) The id of the network interface.
- Identifier string
- The id for this bare metal server.
- Name string
The name for this bare metal server.
NOTE
identifier
andname
are mutually exclusive.
- Id string
- (String) The id of the network interface.
- Identifier string
- The id for this bare metal server.
- Name string
The name for this bare metal server.
NOTE
identifier
andname
are mutually exclusive.
- id String
- (String) The id of the network interface.
- identifier String
- The id for this bare metal server.
- name String
The name for this bare metal server.
NOTE
identifier
andname
are mutually exclusive.
- id string
- (String) The id of the network interface.
- identifier string
- The id for this bare metal server.
- name string
The name for this bare metal server.
NOTE
identifier
andname
are mutually exclusive.
- id str
- (String) The id of the network interface.
- identifier str
- The id for this bare metal server.
- name str
The name for this bare metal server.
NOTE
identifier
andname
are mutually exclusive.
- id String
- (String) The id of the network interface.
- identifier String
- The id for this bare metal server.
- name String
The name for this bare metal server.
NOTE
identifier
andname
are mutually exclusive.
getIsBareMetalServer Result
The following output properties are available:
- 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 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 virtual network interface.
- Disks
List<Get
Is Bare Metal 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 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 reserved IP
- Id string
- (String) The id of the network interface.
- Identifier string
- 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
- (String) The user-defined or system-provided name for this reserved IP
- Network
Attachments List<GetIs Bare Metal 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 Server Network Interface> - (List) A nested block describing the additional network interface of this instance.
Nested scheme for
network_interfaces
: - Primary
Network List<GetAttachments Is Bare Metal Server Primary Network Attachment> - (List) The primary network attachment. Nested schema for primary_network_attachment:
- Primary
Network List<GetInterfaces Is Bare Metal Server Primary Network Interface> - (List) A nested block describing the primary network interface of this bare metal server.
Nested scheme for
primary_network_interface
: - Profile string
- (String) The name for this bare metal server profile
- Reservation
Affinities List<GetIs Bare Metal Server Reservation Affinity> - (List) The bare metal server reservation affinity.
- Reservations
List<Get
Is Bare Metal Server Reservation> - (List) The reservation used by this bare metal server.
Nested scheme for
reservation
: - Resource
Group string - (String) resource group id of the bare metal server.
- 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 Server Status Reason> - (List) Array of reasons for the current status (if any).
Nested scheme for
status_reasons
: - List<string>
- (Array) Tags associated with the instance.
- Trusted
Platform List<GetModules Is Bare Metal Server Trusted Platform Module> - (List) trusted platform module (TPM) configuration for this bare metal server
- Vpc string
- (String) The VPC this bare metal server resides 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 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 virtual network interface.
- Disks
[]Get
Is Bare Metal Server Disk Type - (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 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 reserved IP
- Id string
- (String) The id of the network interface.
- Identifier string
- 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
- (String) The user-defined or system-provided name for this reserved IP
- Network
Attachments []GetIs Bare Metal Server Network Attachment Type - (List) The network attachments for this bare metal server, including the primary network attachment. Nested schema for network_attachments:
- Network
Interfaces []GetIs Bare Metal Server Network Interface Type - (List) A nested block describing the additional network interface of this instance.
Nested scheme for
network_interfaces
: - Primary
Network []GetAttachments Is Bare Metal Server Primary Network Attachment - (List) The primary network attachment. Nested schema for primary_network_attachment:
- Primary
Network []GetInterfaces Is Bare Metal Server Primary Network Interface - (List) A nested block describing the primary network interface of this bare metal server.
Nested scheme for
primary_network_interface
: - Profile string
- (String) The name for this bare metal server profile
- Reservation
Affinities []GetIs Bare Metal Server Reservation Affinity - (List) The bare metal server reservation affinity.
- Reservations
[]Get
Is Bare Metal Server Reservation - (List) The reservation used by this bare metal server.
Nested scheme for
reservation
: - Resource
Group string - (String) resource group id of the bare metal server.
- Resource
Type string - (String) The type of resource referenced
- Status string
- (String) The status of the bare metal server.
- Status
Reasons []GetIs Bare Metal Server Status Reason - (List) Array of reasons for the current status (if any).
Nested scheme for
status_reasons
: - []string
- (Array) Tags associated with the instance.
- Trusted
Platform []GetModules Is Bare Metal Server Trusted Platform Module - (List) trusted platform module (TPM) configuration for this bare metal server
- Vpc string
- (String) The VPC this bare metal server resides 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 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 virtual network interface.
- disks
List<Get
Is Bare Metal 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 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 reserved IP
- id String
- (String) The id of the network interface.
- identifier String
- 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
- (String) The user-defined or system-provided name for this reserved IP
- network
Attachments List<GetIs Bare Metal 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 Server Network Interface> - (List) A nested block describing the additional network interface of this instance.
Nested scheme for
network_interfaces
: - primary
Network List<GetAttachments Is Bare Metal Server Primary Network Attachment> - (List) The primary network attachment. Nested schema for primary_network_attachment:
- primary
Network List<GetInterfaces Is Bare Metal Server Primary Network Interface> - (List) A nested block describing the primary network interface of this bare metal server.
Nested scheme for
primary_network_interface
: - profile String
- (String) The name for this bare metal server profile
- reservation
Affinities List<GetIs Bare Metal Server Reservation Affinity> - (List) The bare metal server reservation affinity.
- reservations
List<Get
Is Bare Metal Server Reservation> - (List) The reservation used by this bare metal server.
Nested scheme for
reservation
: - resource
Group String - (String) resource group id of the bare metal server.
- 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 Server Status Reason> - (List) Array of reasons for the current status (if any).
Nested scheme for
status_reasons
: - List<String>
- (Array) Tags associated with the instance.
- trusted
Platform List<GetModules Is Bare Metal Server Trusted Platform Module> - (List) trusted platform module (TPM) configuration for this bare metal server
- vpc String
- (String) The VPC this bare metal server resides 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 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 virtual network interface.
- disks
Get
Is Bare Metal 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 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 reserved IP
- id string
- (String) The id of the network interface.
- identifier string
- 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
- (String) The user-defined or system-provided name for this reserved IP
- network
Attachments GetIs Bare Metal 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 Server Network Interface[] - (List) A nested block describing the additional network interface of this instance.
Nested scheme for
network_interfaces
: - primary
Network GetAttachments Is Bare Metal Server Primary Network Attachment[] - (List) The primary network attachment. Nested schema for primary_network_attachment:
- primary
Network GetInterfaces Is Bare Metal Server Primary Network Interface[] - (List) A nested block describing the primary network interface of this bare metal server.
Nested scheme for
primary_network_interface
: - profile string
- (String) The name for this bare metal server profile
- reservation
Affinities GetIs Bare Metal Server Reservation Affinity[] - (List) The bare metal server reservation affinity.
- reservations
Get
Is Bare Metal Server Reservation[] - (List) The reservation used by this bare metal server.
Nested scheme for
reservation
: - resource
Group string - (String) resource group id of the bare metal server.
- resource
Type string - (String) The type of resource referenced
- status string
- (String) The status of the bare metal server.
- status
Reasons GetIs Bare Metal Server Status Reason[] - (List) Array of reasons for the current status (if any).
Nested scheme for
status_reasons
: - string[]
- (Array) Tags associated with the instance.
- trusted
Platform GetModules Is Bare Metal Server Trusted Platform Module[] - (List) trusted platform module (TPM) configuration for this bare metal server
- vpc string
- (String) The VPC this bare metal server resides 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 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 virtual network interface.
- disks
Sequence[Get
Is Bare Metal 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 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 reserved IP
- id str
- (String) The id of the network interface.
- identifier str
- 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
- (String) The user-defined or system-provided name for this reserved IP
- network_
attachments Sequence[GetIs Bare Metal 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 Server Network Interface] - (List) A nested block describing the additional network interface of this instance.
Nested scheme for
network_interfaces
: - primary_
network_ Sequence[Getattachments Is Bare Metal Server Primary Network Attachment] - (List) The primary network attachment. Nested schema for primary_network_attachment:
- primary_
network_ Sequence[Getinterfaces Is Bare Metal Server Primary Network Interface] - (List) A nested block describing the primary network interface of this bare metal server.
Nested scheme for
primary_network_interface
: - profile str
- (String) The name for this bare metal server profile
- reservation_
affinities Sequence[GetIs Bare Metal Server Reservation Affinity] - (List) The bare metal server reservation affinity.
- reservations
Sequence[Get
Is Bare Metal Server Reservation] - (List) The reservation used by this bare metal server.
Nested scheme for
reservation
: - resource_
group str - (String) resource group id of the bare metal server.
- 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 Server Status Reason] - (List) Array of reasons for the current status (if any).
Nested scheme for
status_reasons
: - Sequence[str]
- (Array) Tags associated with the instance.
- trusted_
platform_ Sequence[Getmodules Is Bare Metal Server Trusted Platform Module] - (List) trusted platform module (TPM) configuration for this bare metal server
- vpc str
- (String) The VPC this bare metal server resides 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 virtual network interface.
- 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 reserved IP
- id String
- (String) The id of the network interface.
- identifier String
- 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
- (String) The user-defined or system-provided name for this reserved IP
- 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.
Nested scheme for
network_interfaces
: - 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.
Nested scheme for
primary_network_interface
: - 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 - (String) resource group id of the bare metal server.
- 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 for
status_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
- (String) The VPC this bare metal server resides in.
- zone String
- (String) The zone this bare metal server resides in.
Supporting Types
GetIsBareMetalServerCpus
- 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
GetIsBareMetalServerDisk
- Href string
- (String) The URL for this reserved IP
- Id string
- (String) The id of the network interface.
- 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 for this bare metal server.
NOTE
identifier
andname
are mutually exclusive.- 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 reserved IP
- Id string
- (String) The id of the network interface.
- 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 for this bare metal server.
NOTE
identifier
andname
are mutually exclusive.- 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 reserved IP
- id String
- (String) The id of the network interface.
- 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 for this bare metal server.
NOTE
identifier
andname
are mutually exclusive.- 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 reserved IP
- id string
- (String) The id of the network interface.
- 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 for this bare metal server.
NOTE
identifier
andname
are mutually exclusive.- 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 reserved IP
- id str
- (String) The id of the network interface.
- 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 for this bare metal server.
NOTE
identifier
andname
are mutually exclusive.- 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 reserved IP
- id String
- (String) The id of the network interface.
- 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 for this bare metal server.
NOTE
identifier
andname
are mutually exclusive.- resource
Type String - (String) The type of resource referenced
- size Number
- (Integer) The size of the disk in GB (gigabytes)
GetIsBareMetalServerHealthReason
GetIsBareMetalServerNetworkAttachment
- Deleteds
List<Get
Is Bare Metal Server Network Attachment Deleted> - (List) If present, this property indicates the referenced resource has been deleted, and providessome supplementary information. Nested schema for deleted:
- Href string
- (String) The URL for this reserved IP
- Id string
- (String) The id of the network interface.
- Name string
The name for this bare metal server.
NOTE
identifier
andname
are mutually exclusive.- Primary
Ips List<GetIs Bare Metal 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 Server Network Attachment Subnet> - (String) ID of the subnet.
- Virtual
Network List<GetInterfaces Is Bare Metal 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 Server Network Attachment Deleted - (List) If present, this property indicates the referenced resource has been deleted, and providessome supplementary information. Nested schema for deleted:
- Href string
- (String) The URL for this reserved IP
- Id string
- (String) The id of the network interface.
- Name string
The name for this bare metal server.
NOTE
identifier
andname
are mutually exclusive.- Primary
Ips []GetIs Bare Metal 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 Server Network Attachment Subnet - (String) ID of the subnet.
- Virtual
Network []GetInterfaces Is Bare Metal 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 Server Network Attachment Deleted> - (List) If present, this property indicates the referenced resource has been deleted, and providessome supplementary information. Nested schema for deleted:
- href String
- (String) The URL for this reserved IP
- id String
- (String) The id of the network interface.
- name String
The name for this bare metal server.
NOTE
identifier
andname
are mutually exclusive.- primary
Ips List<GetIs Bare Metal 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 Server Network Attachment Subnet> - (String) ID of the subnet.
- virtual
Network List<GetInterfaces Is Bare Metal 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 Server Network Attachment Deleted[] - (List) If present, this property indicates the referenced resource has been deleted, and providessome supplementary information. Nested schema for deleted:
- href string
- (String) The URL for this reserved IP
- id string
- (String) The id of the network interface.
- name string
The name for this bare metal server.
NOTE
identifier
andname
are mutually exclusive.- primary
Ips GetIs Bare Metal 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 Server Network Attachment Subnet[] - (String) ID of the subnet.
- virtual
Network GetInterfaces Is Bare Metal 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 Server Network Attachment Deleted] - (List) If present, this property indicates the referenced resource has been deleted, and providessome supplementary information. Nested schema for deleted:
- href str
- (String) The URL for this reserved IP
- id str
- (String) The id of the network interface.
- name str
The name for this bare metal server.
NOTE
identifier
andname
are mutually exclusive.- primary_
ips Sequence[GetIs Bare Metal 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 Server Network Attachment Subnet] - (String) ID of the subnet.
- virtual_
network_ Sequence[Getinterfaces Is Bare Metal 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 providessome supplementary information. Nested schema for deleted:
- href String
- (String) The URL for this reserved IP
- id String
- (String) The id of the network interface.
- name String
The name for this bare metal server.
NOTE
identifier
andname
are mutually exclusive.- 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:
GetIsBareMetalServerNetworkAttachmentDeleted
- 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
GetIsBareMetalServerNetworkAttachmentPrimaryIp
- Address string
- (String) The IP address.If the address has not yet been selected, the value will be
0.0.0.0
.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 Server Network Attachment Primary Ip Deleted> - (List) If present, this property indicates the referenced resource has been deleted, and providessome supplementary information. Nested schema for deleted:
- Href string
- (String) The URL for this virtual network interface.
- Id string
- (String) The unique identifier for this virtual network interface.
- Name string
- (String) The name for this virtual network interface. The name is unique across all virtual network interfaces in the VPC.
- Resource
Type string - (String) The resource type.
- Address string
- (String) The IP address.If the address has not yet been selected, the value will be
0.0.0.0
.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 Server Network Attachment Primary Ip Deleted - (List) If present, this property indicates the referenced resource has been deleted, and providessome supplementary information. Nested schema for deleted:
- Href string
- (String) The URL for this virtual network interface.
- Id string
- (String) The unique identifier for this virtual network interface.
- Name string
- (String) The name for this virtual network interface. The name is unique across all virtual network interfaces in the VPC.
- Resource
Type string - (String) The resource type.
- address String
- (String) The IP address.If the address has not yet been selected, the value will be
0.0.0.0
.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 Server Network Attachment Primary Ip Deleted> - (List) If present, this property indicates the referenced resource has been deleted, and providessome supplementary information. Nested schema for deleted:
- href String
- (String) The URL for this virtual network interface.
- id String
- (String) The unique identifier for this virtual network interface.
- name String
- (String) The name for this virtual network interface. The name is unique across all virtual network interfaces in the VPC.
- resource
Type String - (String) The resource type.
- address string
- (String) The IP address.If the address has not yet been selected, the value will be
0.0.0.0
.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 Server Network Attachment Primary Ip Deleted[] - (List) If present, this property indicates the referenced resource has been deleted, and providessome supplementary information. Nested schema for deleted:
- href string
- (String) The URL for this virtual network interface.
- id string
- (String) The unique identifier for this virtual network interface.
- name string
- (String) The name for this virtual network interface. The name is unique across all virtual network interfaces in the VPC.
- resource
Type string - (String) The resource type.
- address str
- (String) The IP address.If the address has not yet been selected, the value will be
0.0.0.0
.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 Server Network Attachment Primary Ip Deleted] - (List) If present, this property indicates the referenced resource has been deleted, and providessome supplementary information. Nested schema for deleted:
- href str
- (String) The URL for this virtual network interface.
- id str
- (String) The unique identifier for this virtual network interface.
- name str
- (String) The name for this virtual network interface. The name is unique across all virtual network interfaces in the VPC.
- resource_
type str - (String) The resource type.
- address String
- (String) The IP address.If the address has not yet been selected, the value will be
0.0.0.0
.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 providessome supplementary information. Nested schema for deleted:
- href String
- (String) The URL for this virtual network interface.
- id String
- (String) The unique identifier for this virtual network interface.
- name String
- (String) The name for this virtual network interface. The name is unique across all virtual network interfaces in the VPC.
- resource
Type String - (String) The resource type.
GetIsBareMetalServerNetworkAttachmentPrimaryIpDeleted
- More
Info string - (String) Link to documentation about deleted resources.
- More
Info string - (String) Link to documentation about deleted resources.
- more
Info String - (String) Link to documentation about deleted resources.
- more
Info string - (String) Link to documentation about deleted resources.
- more_
info str - (String) Link to documentation about deleted resources.
- more
Info String - (String) Link to documentation about deleted resources.
GetIsBareMetalServerNetworkAttachmentSubnet
- Crn string
- (String) The CRN for this virtual network interface.
- Deleteds
List<Get
Is Bare Metal Server Network Attachment Subnet Deleted> - (List) If present, this property indicates the referenced resource has been deleted, and providessome supplementary information. Nested schema for deleted:
- Href string
- (String) The URL for this virtual network interface.
- Id string
- (String) The unique identifier for this virtual network interface.
- Name string
- (String) The name for this virtual network interface. The name is unique across all virtual network interfaces in the VPC.
- Resource
Type string - (String) The resource type.
- Crn string
- (String) The CRN for this virtual network interface.
- Deleteds
[]Get
Is Bare Metal Server Network Attachment Subnet Deleted - (List) If present, this property indicates the referenced resource has been deleted, and providessome supplementary information. Nested schema for deleted:
- Href string
- (String) The URL for this virtual network interface.
- Id string
- (String) The unique identifier for this virtual network interface.
- Name string
- (String) The name for this virtual network interface. The name is unique across all virtual network interfaces in the VPC.
- Resource
Type string - (String) The resource type.
- crn String
- (String) The CRN for this virtual network interface.
- deleteds
List<Get
Is Bare Metal Server Network Attachment Subnet Deleted> - (List) If present, this property indicates the referenced resource has been deleted, and providessome supplementary information. Nested schema for deleted:
- href String
- (String) The URL for this virtual network interface.
- id String
- (String) The unique identifier for this virtual network interface.
- name String
- (String) The name for this virtual network interface. The name is unique across all virtual network interfaces in the VPC.
- resource
Type String - (String) The resource type.
- crn string
- (String) The CRN for this virtual network interface.
- deleteds
Get
Is Bare Metal Server Network Attachment Subnet Deleted[] - (List) If present, this property indicates the referenced resource has been deleted, and providessome supplementary information. Nested schema for deleted:
- href string
- (String) The URL for this virtual network interface.
- id string
- (String) The unique identifier for this virtual network interface.
- name string
- (String) The name for this virtual network interface. The name is unique across all virtual network interfaces in the VPC.
- resource
Type string - (String) The resource type.
- crn str
- (String) The CRN for this virtual network interface.
- deleteds
Sequence[Get
Is Bare Metal Server Network Attachment Subnet Deleted] - (List) If present, this property indicates the referenced resource has been deleted, and providessome supplementary information. Nested schema for deleted:
- href str
- (String) The URL for this virtual network interface.
- id str
- (String) The unique identifier for this virtual network interface.
- name str
- (String) The name for this virtual network interface. The name is unique across all virtual network interfaces in the VPC.
- resource_
type str - (String) The resource type.
- crn String
- (String) The CRN for this virtual network interface.
- deleteds List<Property Map>
- (List) If present, this property indicates the referenced resource has been deleted, and providessome supplementary information. Nested schema for deleted:
- href String
- (String) The URL for this virtual network interface.
- id String
- (String) The unique identifier for this virtual network interface.
- name String
- (String) The name for this virtual network interface. The name is unique across all virtual network interfaces in the VPC.
- resource
Type String - (String) The resource type.
GetIsBareMetalServerNetworkAttachmentSubnetDeleted
- More
Info string - (String) Link to documentation about deleted resources.
- More
Info string - (String) Link to documentation about deleted resources.
- more
Info String - (String) Link to documentation about deleted resources.
- more
Info string - (String) Link to documentation about deleted resources.
- more_
info str - (String) Link to documentation about deleted resources.
- more
Info String - (String) Link to documentation about deleted resources.
GetIsBareMetalServerNetworkAttachmentVirtualNetworkInterface
- Crn string
- (String) The CRN for this virtual network interface.
- Href string
- (String) The URL for this virtual network interface.
- Id string
- (String) The unique identifier for this virtual network interface.
- Name string
- (String) The name for this virtual network interface. The name is unique across all virtual network interfaces in the VPC.
- Resource
Type string - (String) The resource type.
- Crn string
- (String) The CRN for this virtual network interface.
- Href string
- (String) The URL for this virtual network interface.
- Id string
- (String) The unique identifier for this virtual network interface.
- Name string
- (String) The name for this virtual network interface. The name is unique across all virtual network interfaces in the VPC.
- Resource
Type string - (String) The resource type.
- crn String
- (String) The CRN for this virtual network interface.
- href String
- (String) The URL for this virtual network interface.
- id String
- (String) The unique identifier for this virtual network interface.
- name String
- (String) The name for this virtual network interface. The name is unique across all virtual network interfaces in the VPC.
- resource
Type String - (String) The resource type.
- crn string
- (String) The CRN for this virtual network interface.
- href string
- (String) The URL for this virtual network interface.
- id string
- (String) The unique identifier for this virtual network interface.
- name string
- (String) The name for this virtual network interface. The name is unique across all virtual network interfaces in the VPC.
- resource
Type string - (String) The resource type.
- crn str
- (String) The CRN for this virtual network interface.
- href str
- (String) The URL for this virtual network interface.
- id str
- (String) The unique identifier for this virtual network interface.
- name str
- (String) The name for this virtual network interface. The name is unique across all virtual network interfaces in the VPC.
- resource_
type str - (String) The resource type.
- crn String
- (String) The CRN for this virtual network interface.
- href String
- (String) The URL for this virtual network interface.
- id String
- (String) The unique identifier for this virtual network interface.
- name String
- (String) The name for this virtual network interface. The name is unique across all virtual network interfaces in the VPC.
- resource
Type String - (String) The resource type.
GetIsBareMetalServerNetworkInterface
- 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 reserved IP
- Id string
- (String) The id of the network interface.
- Name string
The name for this bare metal server.
NOTE
identifier
andname
are mutually exclusive.- Primary
Ips List<GetIs Bare Metal 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 reserved IP
- Id string
- (String) The id of the network interface.
- Name string
The name for this bare metal server.
NOTE
identifier
andname
are mutually exclusive.- Primary
Ips []GetIs Bare Metal 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 reserved IP
- id String
- (String) The id of the network interface.
- name String
The name for this bare metal server.
NOTE
identifier
andname
are mutually exclusive.- primary
Ips List<GetIs Bare Metal 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 reserved IP
- id string
- (String) The id of the network interface.
- name string
The name for this bare metal server.
NOTE
identifier
andname
are mutually exclusive.- primary
Ips GetIs Bare Metal 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 reserved IP
- id str
- (String) The id of the network interface.
- name str
The name for this bare metal server.
NOTE
identifier
andname
are mutually exclusive.- primary_
ips Sequence[GetIs Bare Metal 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 reserved IP
- id String
- (String) The id of the network interface.
- name String
The name for this bare metal server.
NOTE
identifier
andname
are mutually exclusive.- 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.
GetIsBareMetalServerNetworkInterfacePrimaryIp
- 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 reserved IP
- Name string
- (String) The user-defined or system-provided name for this reserved IP
- Reserved
Ip string - (String) The unique identifier for this reserved IP
- Resource
Type string - (String)The resource type [ subnet_reserved_ip ]
- 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 reserved IP
- Name string
- (String) The user-defined or system-provided name for this reserved IP
- Reserved
Ip string - (String) The unique identifier for this reserved IP
- Resource
Type string - (String)The resource type [ subnet_reserved_ip ]
- 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 reserved IP
- name String
- (String) The user-defined or system-provided name for this reserved IP
- reserved
Ip String - (String) The unique identifier for this reserved IP
- resource
Type String - (String)The resource type [ subnet_reserved_ip ]
- 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 reserved IP
- name string
- (String) The user-defined or system-provided name for this reserved IP
- reserved
Ip string - (String) The unique identifier for this reserved IP
- resource
Type string - (String)The resource type [ subnet_reserved_ip ]
- 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 reserved IP
- name str
- (String) The user-defined or system-provided name for this reserved IP
- reserved_
ip str - (String) The unique identifier for this reserved IP
- resource_
type str - (String)The resource type [ subnet_reserved_ip ]
- 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 reserved IP
- name String
- (String) The user-defined or system-provided name for this reserved IP
- reserved
Ip String - (String) The unique identifier for this reserved IP
- resource
Type String - (String)The resource type [ subnet_reserved_ip ]
GetIsBareMetalServerPrimaryNetworkAttachment
- Deleteds
List<Get
Is Bare Metal Server Primary Network Attachment Deleted> - (List) If present, this property indicates the referenced resource has been deleted, and providessome supplementary information. Nested schema for deleted:
- Href string
- (String) The URL for this reserved IP
- Id string
- (String) The id of the network interface.
- Name string
The name for this bare metal server.
NOTE
identifier
andname
are mutually exclusive.- Primary
Ips List<GetIs Bare Metal 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 Server Primary Network Attachment Subnet> - (String) ID of the subnet.
- Virtual
Network List<GetInterfaces Is Bare Metal 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 Server Primary Network Attachment Deleted - (List) If present, this property indicates the referenced resource has been deleted, and providessome supplementary information. Nested schema for deleted:
- Href string
- (String) The URL for this reserved IP
- Id string
- (String) The id of the network interface.
- Name string
The name for this bare metal server.
NOTE
identifier
andname
are mutually exclusive.- Primary
Ips []GetIs Bare Metal 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 Server Primary Network Attachment Subnet - (String) ID of the subnet.
- Virtual
Network []GetInterfaces Is Bare Metal 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 Server Primary Network Attachment Deleted> - (List) If present, this property indicates the referenced resource has been deleted, and providessome supplementary information. Nested schema for deleted:
- href String
- (String) The URL for this reserved IP
- id String
- (String) The id of the network interface.
- name String
The name for this bare metal server.
NOTE
identifier
andname
are mutually exclusive.- primary
Ips List<GetIs Bare Metal 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 Server Primary Network Attachment Subnet> - (String) ID of the subnet.
- virtual
Network List<GetInterfaces Is Bare Metal 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 Server Primary Network Attachment Deleted[] - (List) If present, this property indicates the referenced resource has been deleted, and providessome supplementary information. Nested schema for deleted:
- href string
- (String) The URL for this reserved IP
- id string
- (String) The id of the network interface.
- name string
The name for this bare metal server.
NOTE
identifier
andname
are mutually exclusive.- primary
Ips GetIs Bare Metal 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 Server Primary Network Attachment Subnet[] - (String) ID of the subnet.
- virtual
Network GetInterfaces Is Bare Metal 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 Server Primary Network Attachment Deleted] - (List) If present, this property indicates the referenced resource has been deleted, and providessome supplementary information. Nested schema for deleted:
- href str
- (String) The URL for this reserved IP
- id str
- (String) The id of the network interface.
- name str
The name for this bare metal server.
NOTE
identifier
andname
are mutually exclusive.- primary_
ips Sequence[GetIs Bare Metal 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 Server Primary Network Attachment Subnet] - (String) ID of the subnet.
- virtual_
network_ Sequence[Getinterfaces Is Bare Metal 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 providessome supplementary information. Nested schema for deleted:
- href String
- (String) The URL for this reserved IP
- id String
- (String) The id of the network interface.
- name String
The name for this bare metal server.
NOTE
identifier
andname
are mutually exclusive.- 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:
GetIsBareMetalServerPrimaryNetworkAttachmentDeleted
- 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
GetIsBareMetalServerPrimaryNetworkAttachmentPrimaryIp
- 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 Server Primary Network Attachment Primary Ip Deleted> - (List) If present, this property indicates the referenced resource has been deleted, and providessome supplementary information. Nested schema for deleted:
- Href string
- (String) The URL for this reserved IP
- Id string
- (String) The id of the network interface.
- Name string
The name for this bare metal server.
NOTE
identifier
andname
are mutually exclusive.- 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 Server Primary Network Attachment Primary Ip Deleted - (List) If present, this property indicates the referenced resource has been deleted, and providessome supplementary information. Nested schema for deleted:
- Href string
- (String) The URL for this reserved IP
- Id string
- (String) The id of the network interface.
- Name string
The name for this bare metal server.
NOTE
identifier
andname
are mutually exclusive.- 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 Server Primary Network Attachment Primary Ip Deleted> - (List) If present, this property indicates the referenced resource has been deleted, and providessome supplementary information. Nested schema for deleted:
- href String
- (String) The URL for this reserved IP
- id String
- (String) The id of the network interface.
- name String
The name for this bare metal server.
NOTE
identifier
andname
are mutually exclusive.- 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 Server Primary Network Attachment Primary Ip Deleted[] - (List) If present, this property indicates the referenced resource has been deleted, and providessome supplementary information. Nested schema for deleted:
- href string
- (String) The URL for this reserved IP
- id string
- (String) The id of the network interface.
- name string
The name for this bare metal server.
NOTE
identifier
andname
are mutually exclusive.- 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 Server Primary Network Attachment Primary Ip Deleted] - (List) If present, this property indicates the referenced resource has been deleted, and providessome supplementary information. Nested schema for deleted:
- href str
- (String) The URL for this reserved IP
- id str
- (String) The id of the network interface.
- name str
The name for this bare metal server.
NOTE
identifier
andname
are mutually exclusive.- 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 providessome supplementary information. Nested schema for deleted:
- href String
- (String) The URL for this reserved IP
- id String
- (String) The id of the network interface.
- name String
The name for this bare metal server.
NOTE
identifier
andname
are mutually exclusive.- resource
Type String - (String) The type of resource referenced
GetIsBareMetalServerPrimaryNetworkAttachmentPrimaryIpDeleted
- 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
GetIsBareMetalServerPrimaryNetworkAttachmentSubnet
- Crn string
- (String) The CRN for this virtual network interface.
- Deleteds
List<Get
Is Bare Metal Server Primary Network Attachment Subnet Deleted> - (List) If present, this property indicates the referenced resource has been deleted, and providessome supplementary information. Nested schema for deleted:
- Href string
- (String) The URL for this reserved IP
- Id string
- (String) The id of the network interface.
- Name string
The name for this bare metal server.
NOTE
identifier
andname
are mutually exclusive.- Resource
Type string - (String) The type of resource referenced
- Crn string
- (String) The CRN for this virtual network interface.
- Deleteds
[]Get
Is Bare Metal Server Primary Network Attachment Subnet Deleted - (List) If present, this property indicates the referenced resource has been deleted, and providessome supplementary information. Nested schema for deleted:
- Href string
- (String) The URL for this reserved IP
- Id string
- (String) The id of the network interface.
- Name string
The name for this bare metal server.
NOTE
identifier
andname
are mutually exclusive.- Resource
Type string - (String) The type of resource referenced
- crn String
- (String) The CRN for this virtual network interface.
- deleteds
List<Get
Is Bare Metal Server Primary Network Attachment Subnet Deleted> - (List) If present, this property indicates the referenced resource has been deleted, and providessome supplementary information. Nested schema for deleted:
- href String
- (String) The URL for this reserved IP
- id String
- (String) The id of the network interface.
- name String
The name for this bare metal server.
NOTE
identifier
andname
are mutually exclusive.- resource
Type String - (String) The type of resource referenced
- crn string
- (String) The CRN for this virtual network interface.
- deleteds
Get
Is Bare Metal Server Primary Network Attachment Subnet Deleted[] - (List) If present, this property indicates the referenced resource has been deleted, and providessome supplementary information. Nested schema for deleted:
- href string
- (String) The URL for this reserved IP
- id string
- (String) The id of the network interface.
- name string
The name for this bare metal server.
NOTE
identifier
andname
are mutually exclusive.- resource
Type string - (String) The type of resource referenced
- crn str
- (String) The CRN for this virtual network interface.
- deleteds
Sequence[Get
Is Bare Metal Server Primary Network Attachment Subnet Deleted] - (List) If present, this property indicates the referenced resource has been deleted, and providessome supplementary information. Nested schema for deleted:
- href str
- (String) The URL for this reserved IP
- id str
- (String) The id of the network interface.
- name str
The name for this bare metal server.
NOTE
identifier
andname
are mutually exclusive.- resource_
type str - (String) The type of resource referenced
- crn String
- (String) The CRN for this virtual network interface.
- deleteds List<Property Map>
- (List) If present, this property indicates the referenced resource has been deleted, and providessome supplementary information. Nested schema for deleted:
- href String
- (String) The URL for this reserved IP
- id String
- (String) The id of the network interface.
- name String
The name for this bare metal server.
NOTE
identifier
andname
are mutually exclusive.- resource
Type String - (String) The type of resource referenced
GetIsBareMetalServerPrimaryNetworkAttachmentSubnetDeleted
- 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
GetIsBareMetalServerPrimaryNetworkAttachmentVirtualNetworkInterface
- Crn string
- (String) The CRN for this virtual network interface.
- Href string
- (String) The URL for this reserved IP
- Id string
- (String) The id of the network interface.
- Name string
The name for this bare metal server.
NOTE
identifier
andname
are mutually exclusive.- Resource
Type string - (String) The type of resource referenced
- Crn string
- (String) The CRN for this virtual network interface.
- Href string
- (String) The URL for this reserved IP
- Id string
- (String) The id of the network interface.
- Name string
The name for this bare metal server.
NOTE
identifier
andname
are mutually exclusive.- Resource
Type string - (String) The type of resource referenced
- crn String
- (String) The CRN for this virtual network interface.
- href String
- (String) The URL for this reserved IP
- id String
- (String) The id of the network interface.
- name String
The name for this bare metal server.
NOTE
identifier
andname
are mutually exclusive.- resource
Type String - (String) The type of resource referenced
- crn string
- (String) The CRN for this virtual network interface.
- href string
- (String) The URL for this reserved IP
- id string
- (String) The id of the network interface.
- name string
The name for this bare metal server.
NOTE
identifier
andname
are mutually exclusive.- resource
Type string - (String) The type of resource referenced
- crn str
- (String) The CRN for this virtual network interface.
- href str
- (String) The URL for this reserved IP
- id str
- (String) The id of the network interface.
- name str
The name for this bare metal server.
NOTE
identifier
andname
are mutually exclusive.- resource_
type str - (String) The type of resource referenced
- crn String
- (String) The CRN for this virtual network interface.
- href String
- (String) The URL for this reserved IP
- id String
- (String) The id of the network interface.
- name String
The name for this bare metal server.
NOTE
identifier
andname
are mutually exclusive.- resource
Type String - (String) The type of resource referenced
GetIsBareMetalServerPrimaryNetworkInterface
- 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 reserved IP
- Id string
- (String) The id of the network interface.
- Name string
The name for this bare metal server.
NOTE
identifier
andname
are mutually exclusive.- Port
Speed double - Primary
Ips List<GetIs Bare Metal 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 reserved IP
- Id string
- (String) The id of the network interface.
- Name string
The name for this bare metal server.
NOTE
identifier
andname
are mutually exclusive.- Port
Speed float64 - Primary
Ips []GetIs Bare Metal 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 reserved IP
- id String
- (String) The id of the network interface.
- name String
The name for this bare metal server.
NOTE
identifier
andname
are mutually exclusive.- port
Speed Double - primary
Ips List<GetIs Bare Metal 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 reserved IP
- id string
- (String) The id of the network interface.
- name string
The name for this bare metal server.
NOTE
identifier
andname
are mutually exclusive.- port
Speed number - primary
Ips GetIs Bare Metal 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 reserved IP
- id str
- (String) The id of the network interface.
- name str
The name for this bare metal server.
NOTE
identifier
andname
are mutually exclusive.- port_
speed float - primary_
ips Sequence[GetIs Bare Metal 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 reserved IP
- id String
- (String) The id of the network interface.
- name String
The name for this bare metal server.
NOTE
identifier
andname
are mutually exclusive.- 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.
GetIsBareMetalServerPrimaryNetworkInterfacePrimaryIp
- 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 reserved IP
- Name string
The name for this bare metal server.
NOTE
identifier
andname
are mutually exclusive.- 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 reserved IP
- Name string
The name for this bare metal server.
NOTE
identifier
andname
are mutually exclusive.- 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 reserved IP
- name String
The name for this bare metal server.
NOTE
identifier
andname
are mutually exclusive.- 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 reserved IP
- name string
The name for this bare metal server.
NOTE
identifier
andname
are mutually exclusive.- 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 reserved IP
- name str
The name for this bare metal server.
NOTE
identifier
andname
are mutually exclusive.- 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 reserved IP
- name String
The name for this bare metal server.
NOTE
identifier
andname
are mutually exclusive.- reserved
Ip String - (String) The unique identifier for this reserved IP
- resource
Type String - (String) The type of resource referenced
GetIsBareMetalServerReservation
- Crn string
- (String) The CRN for this virtual network interface.
- Deleteds
List<Get
Is Bare Metal Server Reservation Deleted> - (List) If present, this property indicates the referenced resource has been deleted, and providessome supplementary information. Nested schema for deleted:
- Href string
- (String) The URL for this reserved IP
- Id string
- (String) The id of the network interface.
- Name string
The name for this bare metal server.
NOTE
identifier
andname
are mutually exclusive.- Resource
Type string - (String) The type of resource referenced
- Crn string
- (String) The CRN for this virtual network interface.
- Deleteds
[]Get
Is Bare Metal Server Reservation Deleted - (List) If present, this property indicates the referenced resource has been deleted, and providessome supplementary information. Nested schema for deleted:
- Href string
- (String) The URL for this reserved IP
- Id string
- (String) The id of the network interface.
- Name string
The name for this bare metal server.
NOTE
identifier
andname
are mutually exclusive.- Resource
Type string - (String) The type of resource referenced
- crn String
- (String) The CRN for this virtual network interface.
- deleteds
List<Get
Is Bare Metal Server Reservation Deleted> - (List) If present, this property indicates the referenced resource has been deleted, and providessome supplementary information. Nested schema for deleted:
- href String
- (String) The URL for this reserved IP
- id String
- (String) The id of the network interface.
- name String
The name for this bare metal server.
NOTE
identifier
andname
are mutually exclusive.- resource
Type String - (String) The type of resource referenced
- crn string
- (String) The CRN for this virtual network interface.
- deleteds
Get
Is Bare Metal Server Reservation Deleted[] - (List) If present, this property indicates the referenced resource has been deleted, and providessome supplementary information. Nested schema for deleted:
- href string
- (String) The URL for this reserved IP
- id string
- (String) The id of the network interface.
- name string
The name for this bare metal server.
NOTE
identifier
andname
are mutually exclusive.- resource
Type string - (String) The type of resource referenced
- crn str
- (String) The CRN for this virtual network interface.
- deleteds
Sequence[Get
Is Bare Metal Server Reservation Deleted] - (List) If present, this property indicates the referenced resource has been deleted, and providessome supplementary information. Nested schema for deleted:
- href str
- (String) The URL for this reserved IP
- id str
- (String) The id of the network interface.
- name str
The name for this bare metal server.
NOTE
identifier
andname
are mutually exclusive.- resource_
type str - (String) The type of resource referenced
- crn String
- (String) The CRN for this virtual network interface.
- deleteds List<Property Map>
- (List) If present, this property indicates the referenced resource has been deleted, and providessome supplementary information. Nested schema for deleted:
- href String
- (String) The URL for this reserved IP
- id String
- (String) The id of the network interface.
- name String
The name for this bare metal server.
NOTE
identifier
andname
are mutually exclusive.- resource
Type String - (String) The type of resource referenced
GetIsBareMetalServerReservationAffinity
- Policy string
- (String) The reservation affinity policy to use for this bare metal server.
- Pools
List<Get
Is Bare Metal 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 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 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 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 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.
GetIsBareMetalServerReservationAffinityPool
- Crn string
- (String) The CRN for this virtual network interface.
- Deleteds
List<Get
Is Bare Metal Server Reservation Affinity Pool Deleted> - (List) If present, this property indicates the referenced resource has been deleted, and providessome supplementary information. Nested schema for deleted:
- Href string
- (String) The URL for this reserved IP
- Id string
- (String) The id of the network interface.
- Name string
The name for this bare metal server.
NOTE
identifier
andname
are mutually exclusive.- Resource
Type string - (String) The type of resource referenced
- Crn string
- (String) The CRN for this virtual network interface.
- Deleteds
[]Get
Is Bare Metal Server Reservation Affinity Pool Deleted - (List) If present, this property indicates the referenced resource has been deleted, and providessome supplementary information. Nested schema for deleted:
- Href string
- (String) The URL for this reserved IP
- Id string
- (String) The id of the network interface.
- Name string
The name for this bare metal server.
NOTE
identifier
andname
are mutually exclusive.- Resource
Type string - (String) The type of resource referenced
- crn String
- (String) The CRN for this virtual network interface.
- deleteds
List<Get
Is Bare Metal Server Reservation Affinity Pool Deleted> - (List) If present, this property indicates the referenced resource has been deleted, and providessome supplementary information. Nested schema for deleted:
- href String
- (String) The URL for this reserved IP
- id String
- (String) The id of the network interface.
- name String
The name for this bare metal server.
NOTE
identifier
andname
are mutually exclusive.- resource
Type String - (String) The type of resource referenced
- crn string
- (String) The CRN for this virtual network interface.
- deleteds
Get
Is Bare Metal Server Reservation Affinity Pool Deleted[] - (List) If present, this property indicates the referenced resource has been deleted, and providessome supplementary information. Nested schema for deleted:
- href string
- (String) The URL for this reserved IP
- id string
- (String) The id of the network interface.
- name string
The name for this bare metal server.
NOTE
identifier
andname
are mutually exclusive.- resource
Type string - (String) The type of resource referenced
- crn str
- (String) The CRN for this virtual network interface.
- deleteds
Sequence[Get
Is Bare Metal Server Reservation Affinity Pool Deleted] - (List) If present, this property indicates the referenced resource has been deleted, and providessome supplementary information. Nested schema for deleted:
- href str
- (String) The URL for this reserved IP
- id str
- (String) The id of the network interface.
- name str
The name for this bare metal server.
NOTE
identifier
andname
are mutually exclusive.- resource_
type str - (String) The type of resource referenced
- crn String
- (String) The CRN for this virtual network interface.
- deleteds List<Property Map>
- (List) If present, this property indicates the referenced resource has been deleted, and providessome supplementary information. Nested schema for deleted:
- href String
- (String) The URL for this reserved IP
- id String
- (String) The id of the network interface.
- name String
The name for this bare metal server.
NOTE
identifier
andname
are mutually exclusive.- resource
Type String - (String) The type of resource referenced
GetIsBareMetalServerReservationAffinityPoolDeleted
- 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
GetIsBareMetalServerReservationDeleted
- 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
GetIsBareMetalServerStatusReason
GetIsBareMetalServerTrustedPlatformModule
- 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.