ibm.getIsInstance
Explore with Pulumi AI
Retrieve information of an existing IBM Cloud virtual server instance as a read-only data source. For more information, about managing VPC instance, see about virtual server instances 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) {
}
}
{}
Using getIsInstance
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 getIsInstance(args: GetIsInstanceArgs, opts?: InvokeOptions): Promise<GetIsInstanceResult>
function getIsInstanceOutput(args: GetIsInstanceOutputArgs, opts?: InvokeOptions): Output<GetIsInstanceResult>
def get_is_instance(id: Optional[str] = None,
name: Optional[str] = None,
passphrase: Optional[str] = None,
private_key: Optional[str] = None,
opts: Optional[InvokeOptions] = None) -> GetIsInstanceResult
def get_is_instance_output(id: Optional[pulumi.Input[str]] = None,
name: Optional[pulumi.Input[str]] = None,
passphrase: Optional[pulumi.Input[str]] = None,
private_key: Optional[pulumi.Input[str]] = None,
opts: Optional[InvokeOptions] = None) -> Output[GetIsInstanceResult]
func LookupIsInstance(ctx *Context, args *LookupIsInstanceArgs, opts ...InvokeOption) (*LookupIsInstanceResult, error)
func LookupIsInstanceOutput(ctx *Context, args *LookupIsInstanceOutputArgs, opts ...InvokeOption) LookupIsInstanceResultOutput
> Note: This function is named LookupIsInstance
in the Go SDK.
public static class GetIsInstance
{
public static Task<GetIsInstanceResult> InvokeAsync(GetIsInstanceArgs args, InvokeOptions? opts = null)
public static Output<GetIsInstanceResult> Invoke(GetIsInstanceInvokeArgs args, InvokeOptions? opts = null)
}
public static CompletableFuture<GetIsInstanceResult> getIsInstance(GetIsInstanceArgs args, InvokeOptions options)
public static Output<GetIsInstanceResult> getIsInstance(GetIsInstanceArgs args, InvokeOptions options)
fn::invoke:
function: ibm:index/getIsInstance:getIsInstance
arguments:
# arguments dictionary
The following arguments are supported:
- Name string
- The name of the Virtual Servers for VPC instance that you want to retrieve.
- Id string
- (String) The ID of the volume attachment.
- Passphrase string
- The passphrase that you used when you created your SSH key. If you did not enter a passphrase when you created the SSH key, do not provide this input parameter.
- Private
Key string - The private key of an SSH key that you want to add to your Virtual Servers for VPC instance during creation in PEM format. It is used to decrypt the default password of the Windows administrator for the virtual server instance if the image is used of type
windows
.
- Name string
- The name of the Virtual Servers for VPC instance that you want to retrieve.
- Id string
- (String) The ID of the volume attachment.
- Passphrase string
- The passphrase that you used when you created your SSH key. If you did not enter a passphrase when you created the SSH key, do not provide this input parameter.
- Private
Key string - The private key of an SSH key that you want to add to your Virtual Servers for VPC instance during creation in PEM format. It is used to decrypt the default password of the Windows administrator for the virtual server instance if the image is used of type
windows
.
- name String
- The name of the Virtual Servers for VPC instance that you want to retrieve.
- id String
- (String) The ID of the volume attachment.
- passphrase String
- The passphrase that you used when you created your SSH key. If you did not enter a passphrase when you created the SSH key, do not provide this input parameter.
- private
Key String - The private key of an SSH key that you want to add to your Virtual Servers for VPC instance during creation in PEM format. It is used to decrypt the default password of the Windows administrator for the virtual server instance if the image is used of type
windows
.
- name string
- The name of the Virtual Servers for VPC instance that you want to retrieve.
- id string
- (String) The ID of the volume attachment.
- passphrase string
- The passphrase that you used when you created your SSH key. If you did not enter a passphrase when you created the SSH key, do not provide this input parameter.
- private
Key string - The private key of an SSH key that you want to add to your Virtual Servers for VPC instance during creation in PEM format. It is used to decrypt the default password of the Windows administrator for the virtual server instance if the image is used of type
windows
.
- name str
- The name of the Virtual Servers for VPC instance that you want to retrieve.
- id str
- (String) The ID of the volume attachment.
- passphrase str
- The passphrase that you used when you created your SSH key. If you did not enter a passphrase when you created the SSH key, do not provide this input parameter.
- private_
key str - The private key of an SSH key that you want to add to your Virtual Servers for VPC instance during creation in PEM format. It is used to decrypt the default password of the Windows administrator for the virtual server instance if the image is used of type
windows
.
- name String
- The name of the Virtual Servers for VPC instance that you want to retrieve.
- id String
- (String) The ID of the volume attachment.
- passphrase String
- The passphrase that you used when you created your SSH key. If you did not enter a passphrase when you created the SSH key, do not provide this input parameter.
- private
Key String - The private key of an SSH key that you want to add to your Virtual Servers for VPC instance during creation in PEM format. It is used to decrypt the default password of the Windows administrator for the virtual server instance if the image is used of type
windows
.
getIsInstance Result
The following output properties are available:
- List<string>
- (List) Access management tags associated for instance.
- Availability
Policy stringHost Failure - (String) The availability policy for this virtual server instance. The action to perform if the compute host experiences a failure.
- Bandwidth double
- (Integer) The total bandwidth (in megabits per second) shared across the instance's network interfaces and storage volumes
- Boot
Volumes List<GetIs Instance Boot Volume> - (List of Objects) A list of boot volumes that were created for the instance.
- Catalog
Offerings List<GetIs Instance Catalog Offering> - (List) The catalog offering or offering version to use when provisioning this virtual server instance. If an offering is specified, the latest version of that offering will be used. The specified offering or offering version may be in a different account in the same enterprise, subject to IAM policies.
- Cluster
Network List<GetAttachments Is Instance Cluster Network Attachment> - (List) The cluster network attachments for this virtual server instance.The cluster network attachments are ordered for consistent instance configuration. Nested schema for cluster_network_attachments:
- Cluster
Networks List<GetIs Instance Cluster Network> - (List) If present, the cluster network that this virtual server instance resides in. Nested schema for cluster_network:
- Confidential
Compute stringMode - (String) The confidential compute mode to use for this virtual server instance.If unspecified, the default confidential compute mode from the profile will be used.
- Crn string
- (String) The CRN for this reservation.
- Disks
List<Get
Is Instance Disk> - (List) Collection of the instance's disks. Nested
disks
blocks has the following structure: - Enable
Secure boolBoot - (Boolean) Indicates whether secure boot is enabled for this virtual server instance.If unspecified, the default secure boot mode from the profile will be used.
- Gpus
List<Get
Is Instance Gpus> - (List) A list of graphics processing units that are allocated to the instance.
- Health
Reasons List<GetIs Instance Health Reason> - (List) The reasons for the current health_state (if any).
- Health
State string - (String) The health of this resource.
- Id string
- (String) The ID of the volume attachment.
- Image string
- (String) The ID of the virtual server image that is used in the instance.
- Keys
List<Get
Is Instance Key> - (List) A list of SSH keys that were added to the instance during creation.
- Lifecycle
Reasons List<GetIs Instance Lifecycle Reason> - (List) The reasons for the current lifecycle_state (if any).
- Lifecycle
State string - (String) The lifecycle state of the virtual server instance.
- Memory double
- (Integer) The amount of memory that was allocated to the instance.
- Metadata
Service boolEnabled - (Boolean) Indicates whether the metadata service endpoint is available to the virtual server instance.
- Metadata
Services List<GetIs Instance Metadata Service> - (List) The metadata service configuration.
- Name string
- (String) The name of the volume attachment.
- Network
Attachments List<GetIs Instance Network Attachment> - (List) The network attachments for this virtual server instance, including the primary network attachment. Nested schema for network_attachments:
- Network
Interfaces List<GetIs Instance Network Interface> - (List) A list of more network interfaces that the instance uses.
- Numa
Count double - (Integer) The number of NUMA nodes this virtual server instance is provisioned on. This property may be absent if the instance's
status
is notrunning
. - Password string
- (String) The password that you can use to access your instance.
- Placement
Targets List<GetIs Instance Placement Target> - (List) The placement restrictions for the virtual server instance.
- Primary
Network List<GetAttachments Is Instance Primary Network Attachment> - (List) The primary network attachment for this virtual server instance. Nested schema for primary_network_attachment:
- Primary
Network List<GetInterfaces Is Instance Primary Network Interface> - (List) A list of primary network interfaces that were created for the instance.
- Profile string
- Reservation
Affinities List<GetIs Instance Reservation Affinity> - (List) The instance reservation affinity.
- Reservations
List<Get
Is Instance Reservation> - (List) The reservation used by this virtual server instance.
- Resource
Controller stringUrl - (String) The URL of the IBM Cloud dashboard that you can use to see details for your instance.
- Resource
Crn string - Resource
Group string - (String) The resource group id, where the instance was created.
- Resource
Group stringName - Resource
Name string - Resource
Status string - Status string
- (String) The status of the instance.
- Status
Reasons List<GetIs Instance Status Reason> - (List) Array of reasons for the current status.
- List<string>
- Total
Network doubleBandwidth - (Integer) The amount of bandwidth (in megabits per second) allocated exclusively to instance network interfaces.
- Total
Volume doubleBandwidth - (Integer) The amount of bandwidth (in megabits per second) allocated exclusively to instance storage volumes
- Vcpus
List<Get
Is Instance Vcpus> - (List) A list of virtual CPUs that were allocated to the instance.
- Volume
Attachments List<GetIs Instance Volume Attachment> - (List) A list of volume attachments that were created for the instance.
- Volumes List<string>
- Vpc string
- (String) The ID of the VPC that the instance belongs to.
- Zone string
- (String) The zone where the instance was created.
- Passphrase string
- Private
Key string
- []string
- (List) Access management tags associated for instance.
- Availability
Policy stringHost Failure - (String) The availability policy for this virtual server instance. The action to perform if the compute host experiences a failure.
- Bandwidth float64
- (Integer) The total bandwidth (in megabits per second) shared across the instance's network interfaces and storage volumes
- Boot
Volumes []GetIs Instance Boot Volume - (List of Objects) A list of boot volumes that were created for the instance.
- Catalog
Offerings []GetIs Instance Catalog Offering - (List) The catalog offering or offering version to use when provisioning this virtual server instance. If an offering is specified, the latest version of that offering will be used. The specified offering or offering version may be in a different account in the same enterprise, subject to IAM policies.
- Cluster
Network []GetAttachments Is Instance Cluster Network Attachment Type - (List) The cluster network attachments for this virtual server instance.The cluster network attachments are ordered for consistent instance configuration. Nested schema for cluster_network_attachments:
- Cluster
Networks []GetIs Instance Cluster Network - (List) If present, the cluster network that this virtual server instance resides in. Nested schema for cluster_network:
- Confidential
Compute stringMode - (String) The confidential compute mode to use for this virtual server instance.If unspecified, the default confidential compute mode from the profile will be used.
- Crn string
- (String) The CRN for this reservation.
- Disks
[]Get
Is Instance Disk - (List) Collection of the instance's disks. Nested
disks
blocks has the following structure: - Enable
Secure boolBoot - (Boolean) Indicates whether secure boot is enabled for this virtual server instance.If unspecified, the default secure boot mode from the profile will be used.
- Gpus
[]Get
Is Instance Gpus - (List) A list of graphics processing units that are allocated to the instance.
- Health
Reasons []GetIs Instance Health Reason - (List) The reasons for the current health_state (if any).
- Health
State string - (String) The health of this resource.
- Id string
- (String) The ID of the volume attachment.
- Image string
- (String) The ID of the virtual server image that is used in the instance.
- Keys
[]Get
Is Instance Key - (List) A list of SSH keys that were added to the instance during creation.
- Lifecycle
Reasons []GetIs Instance Lifecycle Reason - (List) The reasons for the current lifecycle_state (if any).
- Lifecycle
State string - (String) The lifecycle state of the virtual server instance.
- Memory float64
- (Integer) The amount of memory that was allocated to the instance.
- Metadata
Service boolEnabled - (Boolean) Indicates whether the metadata service endpoint is available to the virtual server instance.
- Metadata
Services []GetIs Instance Metadata Service - (List) The metadata service configuration.
- Name string
- (String) The name of the volume attachment.
- Network
Attachments []GetIs Instance Network Attachment Type - (List) The network attachments for this virtual server instance, including the primary network attachment. Nested schema for network_attachments:
- Network
Interfaces []GetIs Instance Network Interface Type - (List) A list of more network interfaces that the instance uses.
- Numa
Count float64 - (Integer) The number of NUMA nodes this virtual server instance is provisioned on. This property may be absent if the instance's
status
is notrunning
. - Password string
- (String) The password that you can use to access your instance.
- Placement
Targets []GetIs Instance Placement Target - (List) The placement restrictions for the virtual server instance.
- Primary
Network []GetAttachments Is Instance Primary Network Attachment - (List) The primary network attachment for this virtual server instance. Nested schema for primary_network_attachment:
- Primary
Network []GetInterfaces Is Instance Primary Network Interface - (List) A list of primary network interfaces that were created for the instance.
- Profile string
- Reservation
Affinities []GetIs Instance Reservation Affinity - (List) The instance reservation affinity.
- Reservations
[]Get
Is Instance Reservation - (List) The reservation used by this virtual server instance.
- Resource
Controller stringUrl - (String) The URL of the IBM Cloud dashboard that you can use to see details for your instance.
- Resource
Crn string - Resource
Group string - (String) The resource group id, where the instance was created.
- Resource
Group stringName - Resource
Name string - Resource
Status string - Status string
- (String) The status of the instance.
- Status
Reasons []GetIs Instance Status Reason - (List) Array of reasons for the current status.
- []string
- Total
Network float64Bandwidth - (Integer) The amount of bandwidth (in megabits per second) allocated exclusively to instance network interfaces.
- Total
Volume float64Bandwidth - (Integer) The amount of bandwidth (in megabits per second) allocated exclusively to instance storage volumes
- Vcpus
[]Get
Is Instance Vcpus - (List) A list of virtual CPUs that were allocated to the instance.
- Volume
Attachments []GetIs Instance Volume Attachment Type - (List) A list of volume attachments that were created for the instance.
- Volumes []string
- Vpc string
- (String) The ID of the VPC that the instance belongs to.
- Zone string
- (String) The zone where the instance was created.
- Passphrase string
- Private
Key string
- List<String>
- (List) Access management tags associated for instance.
- availability
Policy StringHost Failure - (String) The availability policy for this virtual server instance. The action to perform if the compute host experiences a failure.
- bandwidth Double
- (Integer) The total bandwidth (in megabits per second) shared across the instance's network interfaces and storage volumes
- boot
Volumes List<GetIs Instance Boot Volume> - (List of Objects) A list of boot volumes that were created for the instance.
- catalog
Offerings List<GetIs Instance Catalog Offering> - (List) The catalog offering or offering version to use when provisioning this virtual server instance. If an offering is specified, the latest version of that offering will be used. The specified offering or offering version may be in a different account in the same enterprise, subject to IAM policies.
- cluster
Network List<GetAttachments Is Instance Cluster Network Attachment> - (List) The cluster network attachments for this virtual server instance.The cluster network attachments are ordered for consistent instance configuration. Nested schema for cluster_network_attachments:
- cluster
Networks List<GetIs Instance Cluster Network> - (List) If present, the cluster network that this virtual server instance resides in. Nested schema for cluster_network:
- confidential
Compute StringMode - (String) The confidential compute mode to use for this virtual server instance.If unspecified, the default confidential compute mode from the profile will be used.
- crn String
- (String) The CRN for this reservation.
- disks
List<Get
Is Instance Disk> - (List) Collection of the instance's disks. Nested
disks
blocks has the following structure: - enable
Secure BooleanBoot - (Boolean) Indicates whether secure boot is enabled for this virtual server instance.If unspecified, the default secure boot mode from the profile will be used.
- gpus
List<Get
Is Instance Gpus> - (List) A list of graphics processing units that are allocated to the instance.
- health
Reasons List<GetIs Instance Health Reason> - (List) The reasons for the current health_state (if any).
- health
State String - (String) The health of this resource.
- id String
- (String) The ID of the volume attachment.
- image String
- (String) The ID of the virtual server image that is used in the instance.
- keys
List<Get
Is Instance Key> - (List) A list of SSH keys that were added to the instance during creation.
- lifecycle
Reasons List<GetIs Instance Lifecycle Reason> - (List) The reasons for the current lifecycle_state (if any).
- lifecycle
State String - (String) The lifecycle state of the virtual server instance.
- memory Double
- (Integer) The amount of memory that was allocated to the instance.
- metadata
Service BooleanEnabled - (Boolean) Indicates whether the metadata service endpoint is available to the virtual server instance.
- metadata
Services List<GetIs Instance Metadata Service> - (List) The metadata service configuration.
- name String
- (String) The name of the volume attachment.
- network
Attachments List<GetIs Instance Network Attachment> - (List) The network attachments for this virtual server instance, including the primary network attachment. Nested schema for network_attachments:
- network
Interfaces List<GetIs Instance Network Interface> - (List) A list of more network interfaces that the instance uses.
- numa
Count Double - (Integer) The number of NUMA nodes this virtual server instance is provisioned on. This property may be absent if the instance's
status
is notrunning
. - password String
- (String) The password that you can use to access your instance.
- placement
Targets List<GetIs Instance Placement Target> - (List) The placement restrictions for the virtual server instance.
- primary
Network List<GetAttachments Is Instance Primary Network Attachment> - (List) The primary network attachment for this virtual server instance. Nested schema for primary_network_attachment:
- primary
Network List<GetInterfaces Is Instance Primary Network Interface> - (List) A list of primary network interfaces that were created for the instance.
- profile String
- reservation
Affinities List<GetIs Instance Reservation Affinity> - (List) The instance reservation affinity.
- reservations
List<Get
Is Instance Reservation> - (List) The reservation used by this virtual server instance.
- resource
Controller StringUrl - (String) The URL of the IBM Cloud dashboard that you can use to see details for your instance.
- resource
Crn String - resource
Group String - (String) The resource group id, where the instance was created.
- resource
Group StringName - resource
Name String - resource
Status String - status String
- (String) The status of the instance.
- status
Reasons List<GetIs Instance Status Reason> - (List) Array of reasons for the current status.
- List<String>
- total
Network DoubleBandwidth - (Integer) The amount of bandwidth (in megabits per second) allocated exclusively to instance network interfaces.
- total
Volume DoubleBandwidth - (Integer) The amount of bandwidth (in megabits per second) allocated exclusively to instance storage volumes
- vcpus
List<Get
Is Instance Vcpus> - (List) A list of virtual CPUs that were allocated to the instance.
- volume
Attachments List<GetIs Instance Volume Attachment> - (List) A list of volume attachments that were created for the instance.
- volumes List<String>
- vpc String
- (String) The ID of the VPC that the instance belongs to.
- zone String
- (String) The zone where the instance was created.
- passphrase String
- private
Key String
- string[]
- (List) Access management tags associated for instance.
- availability
Policy stringHost Failure - (String) The availability policy for this virtual server instance. The action to perform if the compute host experiences a failure.
- bandwidth number
- (Integer) The total bandwidth (in megabits per second) shared across the instance's network interfaces and storage volumes
- boot
Volumes GetIs Instance Boot Volume[] - (List of Objects) A list of boot volumes that were created for the instance.
- catalog
Offerings GetIs Instance Catalog Offering[] - (List) The catalog offering or offering version to use when provisioning this virtual server instance. If an offering is specified, the latest version of that offering will be used. The specified offering or offering version may be in a different account in the same enterprise, subject to IAM policies.
- cluster
Network GetAttachments Is Instance Cluster Network Attachment[] - (List) The cluster network attachments for this virtual server instance.The cluster network attachments are ordered for consistent instance configuration. Nested schema for cluster_network_attachments:
- cluster
Networks GetIs Instance Cluster Network[] - (List) If present, the cluster network that this virtual server instance resides in. Nested schema for cluster_network:
- confidential
Compute stringMode - (String) The confidential compute mode to use for this virtual server instance.If unspecified, the default confidential compute mode from the profile will be used.
- crn string
- (String) The CRN for this reservation.
- disks
Get
Is Instance Disk[] - (List) Collection of the instance's disks. Nested
disks
blocks has the following structure: - enable
Secure booleanBoot - (Boolean) Indicates whether secure boot is enabled for this virtual server instance.If unspecified, the default secure boot mode from the profile will be used.
- gpus
Get
Is Instance Gpus[] - (List) A list of graphics processing units that are allocated to the instance.
- health
Reasons GetIs Instance Health Reason[] - (List) The reasons for the current health_state (if any).
- health
State string - (String) The health of this resource.
- id string
- (String) The ID of the volume attachment.
- image string
- (String) The ID of the virtual server image that is used in the instance.
- keys
Get
Is Instance Key[] - (List) A list of SSH keys that were added to the instance during creation.
- lifecycle
Reasons GetIs Instance Lifecycle Reason[] - (List) The reasons for the current lifecycle_state (if any).
- lifecycle
State string - (String) The lifecycle state of the virtual server instance.
- memory number
- (Integer) The amount of memory that was allocated to the instance.
- metadata
Service booleanEnabled - (Boolean) Indicates whether the metadata service endpoint is available to the virtual server instance.
- metadata
Services GetIs Instance Metadata Service[] - (List) The metadata service configuration.
- name string
- (String) The name of the volume attachment.
- network
Attachments GetIs Instance Network Attachment[] - (List) The network attachments for this virtual server instance, including the primary network attachment. Nested schema for network_attachments:
- network
Interfaces GetIs Instance Network Interface[] - (List) A list of more network interfaces that the instance uses.
- numa
Count number - (Integer) The number of NUMA nodes this virtual server instance is provisioned on. This property may be absent if the instance's
status
is notrunning
. - password string
- (String) The password that you can use to access your instance.
- placement
Targets GetIs Instance Placement Target[] - (List) The placement restrictions for the virtual server instance.
- primary
Network GetAttachments Is Instance Primary Network Attachment[] - (List) The primary network attachment for this virtual server instance. Nested schema for primary_network_attachment:
- primary
Network GetInterfaces Is Instance Primary Network Interface[] - (List) A list of primary network interfaces that were created for the instance.
- profile string
- reservation
Affinities GetIs Instance Reservation Affinity[] - (List) The instance reservation affinity.
- reservations
Get
Is Instance Reservation[] - (List) The reservation used by this virtual server instance.
- resource
Controller stringUrl - (String) The URL of the IBM Cloud dashboard that you can use to see details for your instance.
- resource
Crn string - resource
Group string - (String) The resource group id, where the instance was created.
- resource
Group stringName - resource
Name string - resource
Status string - status string
- (String) The status of the instance.
- status
Reasons GetIs Instance Status Reason[] - (List) Array of reasons for the current status.
- string[]
- total
Network numberBandwidth - (Integer) The amount of bandwidth (in megabits per second) allocated exclusively to instance network interfaces.
- total
Volume numberBandwidth - (Integer) The amount of bandwidth (in megabits per second) allocated exclusively to instance storage volumes
- vcpus
Get
Is Instance Vcpus[] - (List) A list of virtual CPUs that were allocated to the instance.
- volume
Attachments GetIs Instance Volume Attachment[] - (List) A list of volume attachments that were created for the instance.
- volumes string[]
- vpc string
- (String) The ID of the VPC that the instance belongs to.
- zone string
- (String) The zone where the instance was created.
- passphrase string
- private
Key string
- Sequence[str]
- (List) Access management tags associated for instance.
- availability_
policy_ strhost_ failure - (String) The availability policy for this virtual server instance. The action to perform if the compute host experiences a failure.
- bandwidth float
- (Integer) The total bandwidth (in megabits per second) shared across the instance's network interfaces and storage volumes
- boot_
volumes Sequence[GetIs Instance Boot Volume] - (List of Objects) A list of boot volumes that were created for the instance.
- catalog_
offerings Sequence[GetIs Instance Catalog Offering] - (List) The catalog offering or offering version to use when provisioning this virtual server instance. If an offering is specified, the latest version of that offering will be used. The specified offering or offering version may be in a different account in the same enterprise, subject to IAM policies.
- cluster_
network_ Sequence[Getattachments Is Instance Cluster Network Attachment] - (List) The cluster network attachments for this virtual server instance.The cluster network attachments are ordered for consistent instance configuration. Nested schema for cluster_network_attachments:
- cluster_
networks Sequence[GetIs Instance Cluster Network] - (List) If present, the cluster network that this virtual server instance resides in. Nested schema for cluster_network:
- confidential_
compute_ strmode - (String) The confidential compute mode to use for this virtual server instance.If unspecified, the default confidential compute mode from the profile will be used.
- crn str
- (String) The CRN for this reservation.
- disks
Sequence[Get
Is Instance Disk] - (List) Collection of the instance's disks. Nested
disks
blocks has the following structure: - enable_
secure_ boolboot - (Boolean) Indicates whether secure boot is enabled for this virtual server instance.If unspecified, the default secure boot mode from the profile will be used.
- gpus
Sequence[Get
Is Instance Gpus] - (List) A list of graphics processing units that are allocated to the instance.
- health_
reasons Sequence[GetIs Instance Health Reason] - (List) The reasons for the current health_state (if any).
- health_
state str - (String) The health of this resource.
- id str
- (String) The ID of the volume attachment.
- image str
- (String) The ID of the virtual server image that is used in the instance.
- keys
Sequence[Get
Is Instance Key] - (List) A list of SSH keys that were added to the instance during creation.
- lifecycle_
reasons Sequence[GetIs Instance Lifecycle Reason] - (List) The reasons for the current lifecycle_state (if any).
- lifecycle_
state str - (String) The lifecycle state of the virtual server instance.
- memory float
- (Integer) The amount of memory that was allocated to the instance.
- metadata_
service_ boolenabled - (Boolean) Indicates whether the metadata service endpoint is available to the virtual server instance.
- metadata_
services Sequence[GetIs Instance Metadata Service] - (List) The metadata service configuration.
- name str
- (String) The name of the volume attachment.
- network_
attachments Sequence[GetIs Instance Network Attachment] - (List) The network attachments for this virtual server instance, including the primary network attachment. Nested schema for network_attachments:
- network_
interfaces Sequence[GetIs Instance Network Interface] - (List) A list of more network interfaces that the instance uses.
- numa_
count float - (Integer) The number of NUMA nodes this virtual server instance is provisioned on. This property may be absent if the instance's
status
is notrunning
. - password str
- (String) The password that you can use to access your instance.
- placement_
targets Sequence[GetIs Instance Placement Target] - (List) The placement restrictions for the virtual server instance.
- primary_
network_ Sequence[Getattachments Is Instance Primary Network Attachment] - (List) The primary network attachment for this virtual server instance. Nested schema for primary_network_attachment:
- primary_
network_ Sequence[Getinterfaces Is Instance Primary Network Interface] - (List) A list of primary network interfaces that were created for the instance.
- profile str
- reservation_
affinities Sequence[GetIs Instance Reservation Affinity] - (List) The instance reservation affinity.
- reservations
Sequence[Get
Is Instance Reservation] - (List) The reservation used by this virtual server instance.
- resource_
controller_ strurl - (String) The URL of the IBM Cloud dashboard that you can use to see details for your instance.
- resource_
crn str - resource_
group str - (String) The resource group id, where the instance was created.
- resource_
group_ strname - resource_
name str - resource_
status str - status str
- (String) The status of the instance.
- status_
reasons Sequence[GetIs Instance Status Reason] - (List) Array of reasons for the current status.
- Sequence[str]
- total_
network_ floatbandwidth - (Integer) The amount of bandwidth (in megabits per second) allocated exclusively to instance network interfaces.
- total_
volume_ floatbandwidth - (Integer) The amount of bandwidth (in megabits per second) allocated exclusively to instance storage volumes
- vcpus
Sequence[Get
Is Instance Vcpus] - (List) A list of virtual CPUs that were allocated to the instance.
- volume_
attachments Sequence[GetIs Instance Volume Attachment] - (List) A list of volume attachments that were created for the instance.
- volumes Sequence[str]
- vpc str
- (String) The ID of the VPC that the instance belongs to.
- zone str
- (String) The zone where the instance was created.
- passphrase str
- private_
key str
- List<String>
- (List) Access management tags associated for instance.
- availability
Policy StringHost Failure - (String) The availability policy for this virtual server instance. The action to perform if the compute host experiences a failure.
- bandwidth Number
- (Integer) The total bandwidth (in megabits per second) shared across the instance's network interfaces and storage volumes
- boot
Volumes List<Property Map> - (List of Objects) A list of boot volumes that were created for the instance.
- catalog
Offerings List<Property Map> - (List) The catalog offering or offering version to use when provisioning this virtual server instance. If an offering is specified, the latest version of that offering will be used. The specified offering or offering version may be in a different account in the same enterprise, subject to IAM policies.
- cluster
Network List<Property Map>Attachments - (List) The cluster network attachments for this virtual server instance.The cluster network attachments are ordered for consistent instance configuration. Nested schema for cluster_network_attachments:
- cluster
Networks List<Property Map> - (List) If present, the cluster network that this virtual server instance resides in. Nested schema for cluster_network:
- confidential
Compute StringMode - (String) The confidential compute mode to use for this virtual server instance.If unspecified, the default confidential compute mode from the profile will be used.
- crn String
- (String) The CRN for this reservation.
- disks List<Property Map>
- (List) Collection of the instance's disks. Nested
disks
blocks has the following structure: - enable
Secure BooleanBoot - (Boolean) Indicates whether secure boot is enabled for this virtual server instance.If unspecified, the default secure boot mode from the profile will be used.
- gpus List<Property Map>
- (List) A list of graphics processing units that are allocated to the instance.
- health
Reasons List<Property Map> - (List) The reasons for the current health_state (if any).
- health
State String - (String) The health of this resource.
- id String
- (String) The ID of the volume attachment.
- image String
- (String) The ID of the virtual server image that is used in the instance.
- keys List<Property Map>
- (List) A list of SSH keys that were added to the instance during creation.
- lifecycle
Reasons List<Property Map> - (List) The reasons for the current lifecycle_state (if any).
- lifecycle
State String - (String) The lifecycle state of the virtual server instance.
- memory Number
- (Integer) The amount of memory that was allocated to the instance.
- metadata
Service BooleanEnabled - (Boolean) Indicates whether the metadata service endpoint is available to the virtual server instance.
- metadata
Services List<Property Map> - (List) The metadata service configuration.
- name String
- (String) The name of the volume attachment.
- network
Attachments List<Property Map> - (List) The network attachments for this virtual server instance, including the primary network attachment. Nested schema for network_attachments:
- network
Interfaces List<Property Map> - (List) A list of more network interfaces that the instance uses.
- numa
Count Number - (Integer) The number of NUMA nodes this virtual server instance is provisioned on. This property may be absent if the instance's
status
is notrunning
. - password String
- (String) The password that you can use to access your instance.
- placement
Targets List<Property Map> - (List) The placement restrictions for the virtual server instance.
- primary
Network List<Property Map>Attachments - (List) The primary network attachment for this virtual server instance. Nested schema for primary_network_attachment:
- primary
Network List<Property Map>Interfaces - (List) A list of primary network interfaces that were created for the instance.
- profile String
- reservation
Affinities List<Property Map> - (List) The instance reservation affinity.
- reservations List<Property Map>
- (List) The reservation used by this virtual server instance.
- resource
Controller StringUrl - (String) The URL of the IBM Cloud dashboard that you can use to see details for your instance.
- resource
Crn String - resource
Group String - (String) The resource group id, where the instance was created.
- resource
Group StringName - resource
Name String - resource
Status String - status String
- (String) The status of the instance.
- status
Reasons List<Property Map> - (List) Array of reasons for the current status.
- List<String>
- total
Network NumberBandwidth - (Integer) The amount of bandwidth (in megabits per second) allocated exclusively to instance network interfaces.
- total
Volume NumberBandwidth - (Integer) The amount of bandwidth (in megabits per second) allocated exclusively to instance storage volumes
- vcpus List<Property Map>
- (List) A list of virtual CPUs that were allocated to the instance.
- volume
Attachments List<Property Map> - (List) A list of volume attachments that were created for the instance.
- volumes List<String>
- vpc String
- (String) The ID of the VPC that the instance belongs to.
- zone String
- (String) The zone where the instance was created.
- passphrase String
- private
Key String
Supporting Types
GetIsInstanceBootVolume
- Device string
- (String) The name of the device that is associated with the boot volume.
- Id string
- (String) The ID of the volume attachment.
- Name string
- The name of the Virtual Servers for VPC instance that you want to retrieve.
- Volume
Crn string - (String) The CRN of the volume that is associated with the volume attachment.
- Volume
Id string - (String) The ID of the volume that is associated with the volume attachment.
- Volume
Name string - (String) The name of the volume that is associated with the volume attachment.
- Device string
- (String) The name of the device that is associated with the boot volume.
- Id string
- (String) The ID of the volume attachment.
- Name string
- The name of the Virtual Servers for VPC instance that you want to retrieve.
- Volume
Crn string - (String) The CRN of the volume that is associated with the volume attachment.
- Volume
Id string - (String) The ID of the volume that is associated with the volume attachment.
- Volume
Name string - (String) The name of the volume that is associated with the volume attachment.
- device String
- (String) The name of the device that is associated with the boot volume.
- id String
- (String) The ID of the volume attachment.
- name String
- The name of the Virtual Servers for VPC instance that you want to retrieve.
- volume
Crn String - (String) The CRN of the volume that is associated with the volume attachment.
- volume
Id String - (String) The ID of the volume that is associated with the volume attachment.
- volume
Name String - (String) The name of the volume that is associated with the volume attachment.
- device string
- (String) The name of the device that is associated with the boot volume.
- id string
- (String) The ID of the volume attachment.
- name string
- The name of the Virtual Servers for VPC instance that you want to retrieve.
- volume
Crn string - (String) The CRN of the volume that is associated with the volume attachment.
- volume
Id string - (String) The ID of the volume that is associated with the volume attachment.
- volume
Name string - (String) The name of the volume that is associated with the volume attachment.
- device str
- (String) The name of the device that is associated with the boot volume.
- id str
- (String) The ID of the volume attachment.
- name str
- The name of the Virtual Servers for VPC instance that you want to retrieve.
- volume_
crn str - (String) The CRN of the volume that is associated with the volume attachment.
- volume_
id str - (String) The ID of the volume that is associated with the volume attachment.
- volume_
name str - (String) The name of the volume that is associated with the volume attachment.
- device String
- (String) The name of the device that is associated with the boot volume.
- id String
- (String) The ID of the volume attachment.
- name String
- The name of the Virtual Servers for VPC instance that you want to retrieve.
- volume
Crn String - (String) The CRN of the volume that is associated with the volume attachment.
- volume
Id String - (String) The ID of the volume that is associated with the volume attachment.
- volume
Name String - (String) The name of the volume that is associated with the volume attachment.
GetIsInstanceCatalogOffering
- Deleteds
List<Get
Is Instance Catalog Offering Deleted> - (List) If present, this property indicates the referenced resource has been deleted, and provides some supplementary information.
- Offering
Crn string - (String) The CRN for this catalog offering. Identifies a catalog offering by this unique property
- Plan
Crn string - (String) The CRN for this catalog offering version's billing plan
- Version
Crn string - (String) The CRN for this version of a catalog offering. Identifies a version of a catalog offering by this unique property
- Deleteds
[]Get
Is Instance Catalog Offering Deleted - (List) If present, this property indicates the referenced resource has been deleted, and provides some supplementary information.
- Offering
Crn string - (String) The CRN for this catalog offering. Identifies a catalog offering by this unique property
- Plan
Crn string - (String) The CRN for this catalog offering version's billing plan
- Version
Crn string - (String) The CRN for this version of a catalog offering. Identifies a version of a catalog offering by this unique property
- deleteds
List<Get
Is Instance Catalog Offering Deleted> - (List) If present, this property indicates the referenced resource has been deleted, and provides some supplementary information.
- offering
Crn String - (String) The CRN for this catalog offering. Identifies a catalog offering by this unique property
- plan
Crn String - (String) The CRN for this catalog offering version's billing plan
- version
Crn String - (String) The CRN for this version of a catalog offering. Identifies a version of a catalog offering by this unique property
- deleteds
Get
Is Instance Catalog Offering Deleted[] - (List) If present, this property indicates the referenced resource has been deleted, and provides some supplementary information.
- offering
Crn string - (String) The CRN for this catalog offering. Identifies a catalog offering by this unique property
- plan
Crn string - (String) The CRN for this catalog offering version's billing plan
- version
Crn string - (String) The CRN for this version of a catalog offering. Identifies a version of a catalog offering by this unique property
- deleteds
Sequence[Get
Is Instance Catalog Offering Deleted] - (List) If present, this property indicates the referenced resource has been deleted, and provides some supplementary information.
- offering_
crn str - (String) The CRN for this catalog offering. Identifies a catalog offering by this unique property
- plan_
crn str - (String) The CRN for this catalog offering version's billing plan
- version_
crn str - (String) The CRN for this version of a catalog offering. Identifies a version of a catalog offering by this unique property
- deleteds List<Property Map>
- (List) If present, this property indicates the referenced resource has been deleted, and provides some supplementary information.
- offering
Crn String - (String) The CRN for this catalog offering. Identifies a catalog offering by this unique property
- plan
Crn String - (String) The CRN for this catalog offering version's billing plan
- version
Crn String - (String) The CRN for this version of a catalog offering. Identifies a version of a catalog offering by this unique property
GetIsInstanceCatalogOfferingDeleted
- 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
GetIsInstanceClusterNetwork
- Crn string
- (String) The CRN for this reservation.
- Deleteds
List<Get
Is Instance Cluster Network Deleted> - (List) If present, this property indicates the referenced resource has been deleted, and provides some supplementary information.
- Href string
- (String) The URL for this reservation.
- Id string
- (String) The ID of the volume attachment.
- Name string
- The name of the Virtual Servers for VPC instance that you want to retrieve.
- Resource
Type string - (string) The resource type.
- Crn string
- (String) The CRN for this reservation.
- Deleteds
[]Get
Is Instance Cluster Network Deleted - (List) If present, this property indicates the referenced resource has been deleted, and provides some supplementary information.
- Href string
- (String) The URL for this reservation.
- Id string
- (String) The ID of the volume attachment.
- Name string
- The name of the Virtual Servers for VPC instance that you want to retrieve.
- Resource
Type string - (string) The resource type.
- crn String
- (String) The CRN for this reservation.
- deleteds
List<Get
Is Instance Cluster Network Deleted> - (List) If present, this property indicates the referenced resource has been deleted, and provides some supplementary information.
- href String
- (String) The URL for this reservation.
- id String
- (String) The ID of the volume attachment.
- name String
- The name of the Virtual Servers for VPC instance that you want to retrieve.
- resource
Type String - (string) The resource type.
- crn string
- (String) The CRN for this reservation.
- deleteds
Get
Is Instance Cluster Network Deleted[] - (List) If present, this property indicates the referenced resource has been deleted, and provides some supplementary information.
- href string
- (String) The URL for this reservation.
- id string
- (String) The ID of the volume attachment.
- name string
- The name of the Virtual Servers for VPC instance that you want to retrieve.
- resource
Type string - (string) The resource type.
- crn str
- (String) The CRN for this reservation.
- deleteds
Sequence[Get
Is Instance Cluster Network Deleted] - (List) If present, this property indicates the referenced resource has been deleted, and provides some supplementary information.
- href str
- (String) The URL for this reservation.
- id str
- (String) The ID of the volume attachment.
- name str
- The name of the Virtual Servers for VPC instance that you want to retrieve.
- resource_
type str - (string) The resource type.
- crn String
- (String) The CRN for this reservation.
- deleteds List<Property Map>
- (List) If present, this property indicates the referenced resource has been deleted, and provides some supplementary information.
- href String
- (String) The URL for this reservation.
- id String
- (String) The ID of the volume attachment.
- name String
- The name of the Virtual Servers for VPC instance that you want to retrieve.
- resource
Type String - (string) The resource type.
GetIsInstanceClusterNetworkAttachment
- Href string
- (String) The URL for this reservation.
- Id string
- (String) The ID of the volume attachment.
- Name string
- The name of the Virtual Servers for VPC instance that you want to retrieve.
- Resource
Type string - (string) The resource type.
- Href string
- (String) The URL for this reservation.
- Id string
- (String) The ID of the volume attachment.
- Name string
- The name of the Virtual Servers for VPC instance that you want to retrieve.
- Resource
Type string - (string) The resource type.
- href String
- (String) The URL for this reservation.
- id String
- (String) The ID of the volume attachment.
- name String
- The name of the Virtual Servers for VPC instance that you want to retrieve.
- resource
Type String - (string) The resource type.
- href string
- (String) The URL for this reservation.
- id string
- (String) The ID of the volume attachment.
- name string
- The name of the Virtual Servers for VPC instance that you want to retrieve.
- resource
Type string - (string) The resource type.
- href str
- (String) The URL for this reservation.
- id str
- (String) The ID of the volume attachment.
- name str
- The name of the Virtual Servers for VPC instance that you want to retrieve.
- resource_
type str - (string) The resource type.
- href String
- (String) The URL for this reservation.
- id String
- (String) The ID of the volume attachment.
- name String
- The name of the Virtual Servers for VPC instance that you want to retrieve.
- resource
Type String - (string) The resource type.
GetIsInstanceClusterNetworkDeleted
- 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
GetIsInstanceDisk
- Created
At string - (Timestamp) The creation date and time of the disk.
- Href string
- (String) The URL for this reservation.
- Id string
- (String) The ID of the volume attachment.
- 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.
- Name string
- The name of the Virtual Servers for VPC instance that you want to retrieve.
- Resource
Type string - (string) The resource type.
- Size double
- (String) The size of the disk in GB.
- Created
At string - (Timestamp) The creation date and time of the disk.
- Href string
- (String) The URL for this reservation.
- Id string
- (String) The ID of the volume attachment.
- 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.
- Name string
- The name of the Virtual Servers for VPC instance that you want to retrieve.
- Resource
Type string - (string) The resource type.
- Size float64
- (String) The size of the disk in GB.
- created
At String - (Timestamp) The creation date and time of the disk.
- href String
- (String) The URL for this reservation.
- id String
- (String) The ID of the volume attachment.
- 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.
- name String
- The name of the Virtual Servers for VPC instance that you want to retrieve.
- resource
Type String - (string) The resource type.
- size Double
- (String) The size of the disk in GB.
- created
At string - (Timestamp) The creation date and time of the disk.
- href string
- (String) The URL for this reservation.
- id string
- (String) The ID of the volume attachment.
- 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.
- name string
- The name of the Virtual Servers for VPC instance that you want to retrieve.
- resource
Type string - (string) The resource type.
- size number
- (String) The size of the disk in GB.
- created_
at str - (Timestamp) The creation date and time of the disk.
- href str
- (String) The URL for this reservation.
- id str
- (String) The ID of the volume attachment.
- 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.
- name str
- The name of the Virtual Servers for VPC instance that you want to retrieve.
- resource_
type str - (string) The resource type.
- size float
- (String) The size of the disk in GB.
- created
At String - (Timestamp) The creation date and time of the disk.
- href String
- (String) The URL for this reservation.
- id String
- (String) The ID of the volume attachment.
- 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.
- name String
- The name of the Virtual Servers for VPC instance that you want to retrieve.
- resource
Type String - (string) The resource type.
- size Number
- (String) The size of the disk in GB.
GetIsInstanceGpus
- Count double
- (Integer) The number of virtual CPUs that are allocated to the instance.
- Manufacturer string
- (String) The manufacturer of the virtual CPU.
- Memory double
- (Integer) The amount of memory that was allocated to the instance.
- Model string
- (String) The model of the GPU.
- Count float64
- (Integer) The number of virtual CPUs that are allocated to the instance.
- Manufacturer string
- (String) The manufacturer of the virtual CPU.
- Memory float64
- (Integer) The amount of memory that was allocated to the instance.
- Model string
- (String) The model of the GPU.
- count Double
- (Integer) The number of virtual CPUs that are allocated to the instance.
- manufacturer String
- (String) The manufacturer of the virtual CPU.
- memory Double
- (Integer) The amount of memory that was allocated to the instance.
- model String
- (String) The model of the GPU.
- count number
- (Integer) The number of virtual CPUs that are allocated to the instance.
- manufacturer string
- (String) The manufacturer of the virtual CPU.
- memory number
- (Integer) The amount of memory that was allocated to the instance.
- model string
- (String) The model of the GPU.
- count float
- (Integer) The number of virtual CPUs that are allocated to the instance.
- manufacturer str
- (String) The manufacturer of the virtual CPU.
- memory float
- (Integer) The amount of memory that was allocated to the instance.
- model str
- (String) The model of the GPU.
- count Number
- (Integer) The number of virtual CPUs that are allocated to the instance.
- manufacturer String
- (String) The manufacturer of the virtual CPU.
- memory Number
- (Integer) The amount of memory that was allocated to the instance.
- model String
- (String) The model of the GPU.
GetIsInstanceHealthReason
GetIsInstanceKey
GetIsInstanceLifecycleReason
GetIsInstanceMetadataService
- Enabled bool
- (Boolean) Indicates whether the metadata service endpoint will be available to the virtual server instance.
- Protocol string
- (String) The communication protocol to use for the metadata service endpoint.
- Response
Hop doubleLimit - (Integer) The hop limit (IP time to live) for IP response packets from the metadata service.
- Enabled bool
- (Boolean) Indicates whether the metadata service endpoint will be available to the virtual server instance.
- Protocol string
- (String) The communication protocol to use for the metadata service endpoint.
- Response
Hop float64Limit - (Integer) The hop limit (IP time to live) for IP response packets from the metadata service.
- enabled Boolean
- (Boolean) Indicates whether the metadata service endpoint will be available to the virtual server instance.
- protocol String
- (String) The communication protocol to use for the metadata service endpoint.
- response
Hop DoubleLimit - (Integer) The hop limit (IP time to live) for IP response packets from the metadata service.
- enabled boolean
- (Boolean) Indicates whether the metadata service endpoint will be available to the virtual server instance.
- protocol string
- (String) The communication protocol to use for the metadata service endpoint.
- response
Hop numberLimit - (Integer) The hop limit (IP time to live) for IP response packets from the metadata service.
- enabled bool
- (Boolean) Indicates whether the metadata service endpoint will be available to the virtual server instance.
- protocol str
- (String) The communication protocol to use for the metadata service endpoint.
- response_
hop_ floatlimit - (Integer) The hop limit (IP time to live) for IP response packets from the metadata service.
- enabled Boolean
- (Boolean) Indicates whether the metadata service endpoint will be available to the virtual server instance.
- protocol String
- (String) The communication protocol to use for the metadata service endpoint.
- response
Hop NumberLimit - (Integer) The hop limit (IP time to live) for IP response packets from the metadata service.
GetIsInstanceNetworkAttachment
- Deleteds
List<Get
Is Instance Network Attachment Deleted> - (List) If present, this property indicates the referenced resource has been deleted, and provides some supplementary information.
- Href string
- (String) The URL for this reservation.
- Id string
- (String) The ID of the volume attachment.
- Name string
- The name of the Virtual Servers for VPC instance that you want to retrieve.
- Primary
Ips List<GetIs Instance 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 resource type.
- Subnets
List<Get
Is Instance Network Attachment Subnet> - (String) The ID of the subnet that is used in the primary network interface.
- Virtual
Network List<GetInterfaces Is Instance 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 Instance Network Attachment Deleted - (List) If present, this property indicates the referenced resource has been deleted, and provides some supplementary information.
- Href string
- (String) The URL for this reservation.
- Id string
- (String) The ID of the volume attachment.
- Name string
- The name of the Virtual Servers for VPC instance that you want to retrieve.
- Primary
Ips []GetIs Instance 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 resource type.
- Subnets
[]Get
Is Instance Network Attachment Subnet - (String) The ID of the subnet that is used in the primary network interface.
- Virtual
Network []GetInterfaces Is Instance 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 Instance Network Attachment Deleted> - (List) If present, this property indicates the referenced resource has been deleted, and provides some supplementary information.
- href String
- (String) The URL for this reservation.
- id String
- (String) The ID of the volume attachment.
- name String
- The name of the Virtual Servers for VPC instance that you want to retrieve.
- primary
Ips List<GetIs Instance 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 resource type.
- subnets
List<Get
Is Instance Network Attachment Subnet> - (String) The ID of the subnet that is used in the primary network interface.
- virtual
Network List<GetInterfaces Is Instance 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 Instance Network Attachment Deleted[] - (List) If present, this property indicates the referenced resource has been deleted, and provides some supplementary information.
- href string
- (String) The URL for this reservation.
- id string
- (String) The ID of the volume attachment.
- name string
- The name of the Virtual Servers for VPC instance that you want to retrieve.
- primary
Ips GetIs Instance 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 resource type.
- subnets
Get
Is Instance Network Attachment Subnet[] - (String) The ID of the subnet that is used in the primary network interface.
- virtual
Network GetInterfaces Is Instance 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 Instance Network Attachment Deleted] - (List) If present, this property indicates the referenced resource has been deleted, and provides some supplementary information.
- href str
- (String) The URL for this reservation.
- id str
- (String) The ID of the volume attachment.
- name str
- The name of the Virtual Servers for VPC instance that you want to retrieve.
- primary_
ips Sequence[GetIs Instance 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 resource type.
- subnets
Sequence[Get
Is Instance Network Attachment Subnet] - (String) The ID of the subnet that is used in the primary network interface.
- virtual_
network_ Sequence[Getinterfaces Is Instance Network Attachment Virtual Network Interface] - (List) The virtual network interface for this bare metal server network attachment. Nested schema for virtual_network_interface:
- deleteds List<Property Map>
- (List) If present, this property indicates the referenced resource has been deleted, and provides some supplementary information.
- href String
- (String) The URL for this reservation.
- id String
- (String) The ID of the volume attachment.
- name String
- The name of the Virtual Servers for VPC instance that you want to retrieve.
- 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 resource type.
- subnets List<Property Map>
- (String) The ID of the subnet that is used in the primary network interface.
- virtual
Network List<Property Map>Interfaces - (List) The virtual network interface for this bare metal server network attachment. Nested schema for virtual_network_interface:
GetIsInstanceNetworkAttachmentDeleted
- 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
GetIsInstanceNetworkAttachmentPrimaryIp
- 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 Instance 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 Instance 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 Instance 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 Instance 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 Instance 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.
GetIsInstanceNetworkAttachmentPrimaryIpDeleted
- 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.
GetIsInstanceNetworkAttachmentSubnet
- Crn string
- (String) The CRN for this virtual network interface.
- Deleteds
List<Get
Is Instance 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 Instance 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 Instance 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 Instance 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 Instance 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.
GetIsInstanceNetworkAttachmentSubnetDeleted
- 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.
GetIsInstanceNetworkAttachmentVirtualNetworkInterface
- 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.
GetIsInstanceNetworkInterface
- Id string
- (String) The ID of the volume attachment.
- Name string
- The name of the Virtual Servers for VPC instance that you want to retrieve.
- Primary
Ips List<GetIs Instance 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.
- Primary
Ipv4Address string - (String) The IPv4 address range that the subnet uses. Same as
primary_ip.0.address
- Security
Groups List<string> - (List)A list of security groups that were created for the interface.
- Subnet string
- (String) The ID of the subnet that is used in the primary network interface.
- Id string
- (String) The ID of the volume attachment.
- Name string
- The name of the Virtual Servers for VPC instance that you want to retrieve.
- Primary
Ips []GetIs Instance 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.
- Primary
Ipv4Address string - (String) The IPv4 address range that the subnet uses. Same as
primary_ip.0.address
- Security
Groups []string - (List)A list of security groups that were created for the interface.
- Subnet string
- (String) The ID of the subnet that is used in the primary network interface.
- id String
- (String) The ID of the volume attachment.
- name String
- The name of the Virtual Servers for VPC instance that you want to retrieve.
- primary
Ips List<GetIs Instance 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.
- primary
Ipv4Address String - (String) The IPv4 address range that the subnet uses. Same as
primary_ip.0.address
- security
Groups List<String> - (List)A list of security groups that were created for the interface.
- subnet String
- (String) The ID of the subnet that is used in the primary network interface.
- id string
- (String) The ID of the volume attachment.
- name string
- The name of the Virtual Servers for VPC instance that you want to retrieve.
- primary
Ips GetIs Instance 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.
- primary
Ipv4Address string - (String) The IPv4 address range that the subnet uses. Same as
primary_ip.0.address
- security
Groups string[] - (List)A list of security groups that were created for the interface.
- subnet string
- (String) The ID of the subnet that is used in the primary network interface.
- id str
- (String) The ID of the volume attachment.
- name str
- The name of the Virtual Servers for VPC instance that you want to retrieve.
- primary_
ips Sequence[GetIs Instance 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.
- primary_
ipv4_ straddress - (String) The IPv4 address range that the subnet uses. Same as
primary_ip.0.address
- security_
groups Sequence[str] - (List)A list of security groups that were created for the interface.
- subnet str
- (String) The ID of the subnet that is used in the primary network interface.
- id String
- (String) The ID of the volume attachment.
- name String
- The name of the Virtual Servers for VPC instance that you want to retrieve.
- 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.
- primary
Ipv4Address String - (String) The IPv4 address range that the subnet uses. Same as
primary_ip.0.address
- security
Groups List<String> - (List)A list of security groups that were created for the interface.
- subnet String
- (String) The ID of the subnet that is used in the primary network interface.
GetIsInstanceNetworkInterfacePrimaryIp
- Address string
- (String) The IP address of the reserved IP. Same as
primary_ipv4_address
- Href string
- (String) The URL for this subnet.
- Name string
- (String) The user-defined name for this subnet.
- Reserved
Ip string - (String) The unique identifier for this reserved IP
- Resource
Type string - (String) The resource type.
- Address string
- (String) The IP address of the reserved IP. Same as
primary_ipv4_address
- Href string
- (String) The URL for this subnet.
- Name string
- (String) The user-defined name for this subnet.
- Reserved
Ip string - (String) The unique identifier for this reserved IP
- Resource
Type string - (String) The resource type.
- address String
- (String) The IP address of the reserved IP. Same as
primary_ipv4_address
- href String
- (String) The URL for this subnet.
- name String
- (String) The user-defined name for this subnet.
- reserved
Ip String - (String) The unique identifier for this reserved IP
- resource
Type String - (String) The resource type.
- address string
- (String) The IP address of the reserved IP. Same as
primary_ipv4_address
- href string
- (String) The URL for this subnet.
- name string
- (String) The user-defined name for this subnet.
- reserved
Ip string - (String) The unique identifier for this reserved IP
- resource
Type string - (String) The resource type.
- address str
- (String) The IP address of the reserved IP. Same as
primary_ipv4_address
- href str
- (String) The URL for this subnet.
- name str
- (String) The user-defined name for this subnet.
- reserved_
ip str - (String) The unique identifier for this reserved IP
- resource_
type str - (String) The resource type.
- address String
- (String) The IP address of the reserved IP. Same as
primary_ipv4_address
- href String
- (String) The URL for this subnet.
- name String
- (String) The user-defined name for this subnet.
- reserved
Ip String - (String) The unique identifier for this reserved IP
- resource
Type String - (String) The resource type.
GetIsInstancePlacementTarget
- Crn string
- (String) The CRN for this reservation.
- Deleteds
List<Get
Is Instance Placement Target Deleted> - (List) If present, this property indicates the referenced resource has been deleted, and provides some supplementary information.
- Href string
- (String) The URL for this reservation.
- Id string
- (String) The ID of the volume attachment.
- Name string
- The name of the Virtual Servers for VPC instance that you want to retrieve.
- Resource
Type string - (string) The resource type.
- Crn string
- (String) The CRN for this reservation.
- Deleteds
[]Get
Is Instance Placement Target Deleted - (List) If present, this property indicates the referenced resource has been deleted, and provides some supplementary information.
- Href string
- (String) The URL for this reservation.
- Id string
- (String) The ID of the volume attachment.
- Name string
- The name of the Virtual Servers for VPC instance that you want to retrieve.
- Resource
Type string - (string) The resource type.
- crn String
- (String) The CRN for this reservation.
- deleteds
List<Get
Is Instance Placement Target Deleted> - (List) If present, this property indicates the referenced resource has been deleted, and provides some supplementary information.
- href String
- (String) The URL for this reservation.
- id String
- (String) The ID of the volume attachment.
- name String
- The name of the Virtual Servers for VPC instance that you want to retrieve.
- resource
Type String - (string) The resource type.
- crn string
- (String) The CRN for this reservation.
- deleteds
Get
Is Instance Placement Target Deleted[] - (List) If present, this property indicates the referenced resource has been deleted, and provides some supplementary information.
- href string
- (String) The URL for this reservation.
- id string
- (String) The ID of the volume attachment.
- name string
- The name of the Virtual Servers for VPC instance that you want to retrieve.
- resource
Type string - (string) The resource type.
- crn str
- (String) The CRN for this reservation.
- deleteds
Sequence[Get
Is Instance Placement Target Deleted] - (List) If present, this property indicates the referenced resource has been deleted, and provides some supplementary information.
- href str
- (String) The URL for this reservation.
- id str
- (String) The ID of the volume attachment.
- name str
- The name of the Virtual Servers for VPC instance that you want to retrieve.
- resource_
type str - (string) The resource type.
- crn String
- (String) The CRN for this reservation.
- deleteds List<Property Map>
- (List) If present, this property indicates the referenced resource has been deleted, and provides some supplementary information.
- href String
- (String) The URL for this reservation.
- id String
- (String) The ID of the volume attachment.
- name String
- The name of the Virtual Servers for VPC instance that you want to retrieve.
- resource
Type String - (string) The resource type.
GetIsInstancePlacementTargetDeleted
- 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
GetIsInstancePrimaryNetworkAttachment
- Deleteds
List<Get
Is Instance Primary Network Attachment Deleted> - (List) If present, this property indicates the referenced resource has been deleted, and provides some supplementary information.
- Href string
- (String) The URL for this reservation.
- Id string
- (String) The ID of the volume attachment.
- Name string
- The name of the Virtual Servers for VPC instance that you want to retrieve.
- Primary
Ips List<GetIs Instance 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 resource type.
- Subnets
List<Get
Is Instance Primary Network Attachment Subnet> - (String) The ID of the subnet that is used in the primary network interface.
- Virtual
Network List<GetInterfaces Is Instance 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 Instance Primary Network Attachment Deleted - (List) If present, this property indicates the referenced resource has been deleted, and provides some supplementary information.
- Href string
- (String) The URL for this reservation.
- Id string
- (String) The ID of the volume attachment.
- Name string
- The name of the Virtual Servers for VPC instance that you want to retrieve.
- Primary
Ips []GetIs Instance 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 resource type.
- Subnets
[]Get
Is Instance Primary Network Attachment Subnet - (String) The ID of the subnet that is used in the primary network interface.
- Virtual
Network []GetInterfaces Is Instance 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 Instance Primary Network Attachment Deleted> - (List) If present, this property indicates the referenced resource has been deleted, and provides some supplementary information.
- href String
- (String) The URL for this reservation.
- id String
- (String) The ID of the volume attachment.
- name String
- The name of the Virtual Servers for VPC instance that you want to retrieve.
- primary
Ips List<GetIs Instance 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 resource type.
- subnets
List<Get
Is Instance Primary Network Attachment Subnet> - (String) The ID of the subnet that is used in the primary network interface.
- virtual
Network List<GetInterfaces Is Instance 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 Instance Primary Network Attachment Deleted[] - (List) If present, this property indicates the referenced resource has been deleted, and provides some supplementary information.
- href string
- (String) The URL for this reservation.
- id string
- (String) The ID of the volume attachment.
- name string
- The name of the Virtual Servers for VPC instance that you want to retrieve.
- primary
Ips GetIs Instance 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 resource type.
- subnets
Get
Is Instance Primary Network Attachment Subnet[] - (String) The ID of the subnet that is used in the primary network interface.
- virtual
Network GetInterfaces Is Instance 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 Instance Primary Network Attachment Deleted] - (List) If present, this property indicates the referenced resource has been deleted, and provides some supplementary information.
- href str
- (String) The URL for this reservation.
- id str
- (String) The ID of the volume attachment.
- name str
- The name of the Virtual Servers for VPC instance that you want to retrieve.
- primary_
ips Sequence[GetIs Instance 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 resource type.
- subnets
Sequence[Get
Is Instance Primary Network Attachment Subnet] - (String) The ID of the subnet that is used in the primary network interface.
- virtual_
network_ Sequence[Getinterfaces Is Instance Primary Network Attachment Virtual Network Interface] - (List) The virtual network interface for this bare metal server network attachment. Nested schema for virtual_network_interface:
- deleteds List<Property Map>
- (List) If present, this property indicates the referenced resource has been deleted, and provides some supplementary information.
- href String
- (String) The URL for this reservation.
- id String
- (String) The ID of the volume attachment.
- name String
- The name of the Virtual Servers for VPC instance that you want to retrieve.
- 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 resource type.
- subnets List<Property Map>
- (String) The ID of the subnet that is used in the primary network interface.
- virtual
Network List<Property Map>Interfaces - (List) The virtual network interface for this bare metal server network attachment. Nested schema for virtual_network_interface:
GetIsInstancePrimaryNetworkAttachmentDeleted
- 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
GetIsInstancePrimaryNetworkAttachmentPrimaryIp
- Address string
- (String) The IP address of the reserved IP. Same as
primary_ipv4_address
- Deleteds
List<Get
Is Instance Primary Network Attachment Primary Ip Deleted> - (List) If present, this property indicates the referenced resource has been deleted, and provides some supplementary information.
- Href string
- (String) The URL for this reservation.
- Id string
- (String) The ID of the volume attachment.
- Name string
- The name of the Virtual Servers for VPC instance that you want to retrieve.
- Resource
Type string - (string) The resource type.
- Address string
- (String) The IP address of the reserved IP. Same as
primary_ipv4_address
- Deleteds
[]Get
Is Instance Primary Network Attachment Primary Ip Deleted - (List) If present, this property indicates the referenced resource has been deleted, and provides some supplementary information.
- Href string
- (String) The URL for this reservation.
- Id string
- (String) The ID of the volume attachment.
- Name string
- The name of the Virtual Servers for VPC instance that you want to retrieve.
- Resource
Type string - (string) The resource type.
- address String
- (String) The IP address of the reserved IP. Same as
primary_ipv4_address
- deleteds
List<Get
Is Instance Primary Network Attachment Primary Ip Deleted> - (List) If present, this property indicates the referenced resource has been deleted, and provides some supplementary information.
- href String
- (String) The URL for this reservation.
- id String
- (String) The ID of the volume attachment.
- name String
- The name of the Virtual Servers for VPC instance that you want to retrieve.
- resource
Type String - (string) The resource type.
- address string
- (String) The IP address of the reserved IP. Same as
primary_ipv4_address
- deleteds
Get
Is Instance Primary Network Attachment Primary Ip Deleted[] - (List) If present, this property indicates the referenced resource has been deleted, and provides some supplementary information.
- href string
- (String) The URL for this reservation.
- id string
- (String) The ID of the volume attachment.
- name string
- The name of the Virtual Servers for VPC instance that you want to retrieve.
- resource
Type string - (string) The resource type.
- address str
- (String) The IP address of the reserved IP. Same as
primary_ipv4_address
- deleteds
Sequence[Get
Is Instance Primary Network Attachment Primary Ip Deleted] - (List) If present, this property indicates the referenced resource has been deleted, and provides some supplementary information.
- href str
- (String) The URL for this reservation.
- id str
- (String) The ID of the volume attachment.
- name str
- The name of the Virtual Servers for VPC instance that you want to retrieve.
- resource_
type str - (string) The resource type.
- address String
- (String) The IP address of the reserved IP. Same as
primary_ipv4_address
- deleteds List<Property Map>
- (List) If present, this property indicates the referenced resource has been deleted, and provides some supplementary information.
- href String
- (String) The URL for this reservation.
- id String
- (String) The ID of the volume attachment.
- name String
- The name of the Virtual Servers for VPC instance that you want to retrieve.
- resource
Type String - (string) The resource type.
GetIsInstancePrimaryNetworkAttachmentPrimaryIpDeleted
- 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
GetIsInstancePrimaryNetworkAttachmentSubnet
- Crn string
- (String) The CRN for this reservation.
- Deleteds
List<Get
Is Instance Primary Network Attachment Subnet Deleted> - (List) If present, this property indicates the referenced resource has been deleted, and provides some supplementary information.
- Href string
- (String) The URL for this reservation.
- Id string
- (String) The ID of the volume attachment.
- Name string
- The name of the Virtual Servers for VPC instance that you want to retrieve.
- Resource
Type string - (string) The resource type.
- Crn string
- (String) The CRN for this reservation.
- Deleteds
[]Get
Is Instance Primary Network Attachment Subnet Deleted - (List) If present, this property indicates the referenced resource has been deleted, and provides some supplementary information.
- Href string
- (String) The URL for this reservation.
- Id string
- (String) The ID of the volume attachment.
- Name string
- The name of the Virtual Servers for VPC instance that you want to retrieve.
- Resource
Type string - (string) The resource type.
- crn String
- (String) The CRN for this reservation.
- deleteds
List<Get
Is Instance Primary Network Attachment Subnet Deleted> - (List) If present, this property indicates the referenced resource has been deleted, and provides some supplementary information.
- href String
- (String) The URL for this reservation.
- id String
- (String) The ID of the volume attachment.
- name String
- The name of the Virtual Servers for VPC instance that you want to retrieve.
- resource
Type String - (string) The resource type.
- crn string
- (String) The CRN for this reservation.
- deleteds
Get
Is Instance Primary Network Attachment Subnet Deleted[] - (List) If present, this property indicates the referenced resource has been deleted, and provides some supplementary information.
- href string
- (String) The URL for this reservation.
- id string
- (String) The ID of the volume attachment.
- name string
- The name of the Virtual Servers for VPC instance that you want to retrieve.
- resource
Type string - (string) The resource type.
- crn str
- (String) The CRN for this reservation.
- deleteds
Sequence[Get
Is Instance Primary Network Attachment Subnet Deleted] - (List) If present, this property indicates the referenced resource has been deleted, and provides some supplementary information.
- href str
- (String) The URL for this reservation.
- id str
- (String) The ID of the volume attachment.
- name str
- The name of the Virtual Servers for VPC instance that you want to retrieve.
- resource_
type str - (string) The resource type.
- crn String
- (String) The CRN for this reservation.
- deleteds List<Property Map>
- (List) If present, this property indicates the referenced resource has been deleted, and provides some supplementary information.
- href String
- (String) The URL for this reservation.
- id String
- (String) The ID of the volume attachment.
- name String
- The name of the Virtual Servers for VPC instance that you want to retrieve.
- resource
Type String - (string) The resource type.
GetIsInstancePrimaryNetworkAttachmentSubnetDeleted
- 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
GetIsInstancePrimaryNetworkAttachmentVirtualNetworkInterface
- Crn string
- (String) The CRN for this reservation.
- Href string
- (String) The URL for this reservation.
- Id string
- (String) The ID of the volume attachment.
- Name string
- The name of the Virtual Servers for VPC instance that you want to retrieve.
- Resource
Type string - (string) The resource type.
- Crn string
- (String) The CRN for this reservation.
- Href string
- (String) The URL for this reservation.
- Id string
- (String) The ID of the volume attachment.
- Name string
- The name of the Virtual Servers for VPC instance that you want to retrieve.
- Resource
Type string - (string) The resource type.
- crn String
- (String) The CRN for this reservation.
- href String
- (String) The URL for this reservation.
- id String
- (String) The ID of the volume attachment.
- name String
- The name of the Virtual Servers for VPC instance that you want to retrieve.
- resource
Type String - (string) The resource type.
- crn string
- (String) The CRN for this reservation.
- href string
- (String) The URL for this reservation.
- id string
- (String) The ID of the volume attachment.
- name string
- The name of the Virtual Servers for VPC instance that you want to retrieve.
- resource
Type string - (string) The resource type.
- crn str
- (String) The CRN for this reservation.
- href str
- (String) The URL for this reservation.
- id str
- (String) The ID of the volume attachment.
- name str
- The name of the Virtual Servers for VPC instance that you want to retrieve.
- resource_
type str - (string) The resource type.
- crn String
- (String) The CRN for this reservation.
- href String
- (String) The URL for this reservation.
- id String
- (String) The ID of the volume attachment.
- name String
- The name of the Virtual Servers for VPC instance that you want to retrieve.
- resource
Type String - (string) The resource type.
GetIsInstancePrimaryNetworkInterface
- Id string
- (String) The ID of the volume attachment.
- Name string
- The name of the Virtual Servers for VPC instance that you want to retrieve.
- Port
Speed double - Primary
Ips List<GetIs Instance 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.
- Primary
Ipv4Address string - (String) The IPv4 address range that the subnet uses. Same as
primary_ip.0.address
- Security
Groups List<string> - (List)A list of security groups that were created for the interface.
- Subnet string
- (String) The ID of the subnet that is used in the primary network interface.
- Id string
- (String) The ID of the volume attachment.
- Name string
- The name of the Virtual Servers for VPC instance that you want to retrieve.
- Port
Speed float64 - Primary
Ips []GetIs Instance 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.
- Primary
Ipv4Address string - (String) The IPv4 address range that the subnet uses. Same as
primary_ip.0.address
- Security
Groups []string - (List)A list of security groups that were created for the interface.
- Subnet string
- (String) The ID of the subnet that is used in the primary network interface.
- id String
- (String) The ID of the volume attachment.
- name String
- The name of the Virtual Servers for VPC instance that you want to retrieve.
- port
Speed Double - primary
Ips List<GetIs Instance 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.
- primary
Ipv4Address String - (String) The IPv4 address range that the subnet uses. Same as
primary_ip.0.address
- security
Groups List<String> - (List)A list of security groups that were created for the interface.
- subnet String
- (String) The ID of the subnet that is used in the primary network interface.
- id string
- (String) The ID of the volume attachment.
- name string
- The name of the Virtual Servers for VPC instance that you want to retrieve.
- port
Speed number - primary
Ips GetIs Instance 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.
- primary
Ipv4Address string - (String) The IPv4 address range that the subnet uses. Same as
primary_ip.0.address
- security
Groups string[] - (List)A list of security groups that were created for the interface.
- subnet string
- (String) The ID of the subnet that is used in the primary network interface.
- id str
- (String) The ID of the volume attachment.
- name str
- The name of the Virtual Servers for VPC instance that you want to retrieve.
- port_
speed float - primary_
ips Sequence[GetIs Instance 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.
- primary_
ipv4_ straddress - (String) The IPv4 address range that the subnet uses. Same as
primary_ip.0.address
- security_
groups Sequence[str] - (List)A list of security groups that were created for the interface.
- subnet str
- (String) The ID of the subnet that is used in the primary network interface.
- id String
- (String) The ID of the volume attachment.
- name String
- The name of the Virtual Servers for VPC instance that you want to retrieve.
- 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.
- primary
Ipv4Address String - (String) The IPv4 address range that the subnet uses. Same as
primary_ip.0.address
- security
Groups List<String> - (List)A list of security groups that were created for the interface.
- subnet String
- (String) The ID of the subnet that is used in the primary network interface.
GetIsInstancePrimaryNetworkInterfacePrimaryIp
- Address string
- (String) The IP address of the reserved IP. Same as
primary_ipv4_address
- Href string
- (String) The URL for this reservation.
- Name string
- The name of the Virtual Servers for VPC instance that you want to retrieve.
- Reserved
Ip string - (String) The unique identifier for this reserved IP
- Resource
Type string - (string) The resource type.
- Address string
- (String) The IP address of the reserved IP. Same as
primary_ipv4_address
- Href string
- (String) The URL for this reservation.
- Name string
- The name of the Virtual Servers for VPC instance that you want to retrieve.
- Reserved
Ip string - (String) The unique identifier for this reserved IP
- Resource
Type string - (string) The resource type.
- address String
- (String) The IP address of the reserved IP. Same as
primary_ipv4_address
- href String
- (String) The URL for this reservation.
- name String
- The name of the Virtual Servers for VPC instance that you want to retrieve.
- reserved
Ip String - (String) The unique identifier for this reserved IP
- resource
Type String - (string) The resource type.
- address string
- (String) The IP address of the reserved IP. Same as
primary_ipv4_address
- href string
- (String) The URL for this reservation.
- name string
- The name of the Virtual Servers for VPC instance that you want to retrieve.
- reserved
Ip string - (String) The unique identifier for this reserved IP
- resource
Type string - (string) The resource type.
- address str
- (String) The IP address of the reserved IP. Same as
primary_ipv4_address
- href str
- (String) The URL for this reservation.
- name str
- The name of the Virtual Servers for VPC instance that you want to retrieve.
- reserved_
ip str - (String) The unique identifier for this reserved IP
- resource_
type str - (string) The resource type.
- address String
- (String) The IP address of the reserved IP. Same as
primary_ipv4_address
- href String
- (String) The URL for this reservation.
- name String
- The name of the Virtual Servers for VPC instance that you want to retrieve.
- reserved
Ip String - (String) The unique identifier for this reserved IP
- resource
Type String - (string) The resource type.
GetIsInstanceReservation
- Crn string
- (String) The CRN for this reservation.
- Deleteds
List<Get
Is Instance Reservation Deleted> - (List) If present, this property indicates the referenced resource has been deleted, and provides some supplementary information.
- Href string
- (String) The URL for this reservation.
- Id string
- (String) The ID of the volume attachment.
- Name string
- The name of the Virtual Servers for VPC instance that you want to retrieve.
- Resource
Type string - (string) The resource type.
- Crn string
- (String) The CRN for this reservation.
- Deleteds
[]Get
Is Instance Reservation Deleted - (List) If present, this property indicates the referenced resource has been deleted, and provides some supplementary information.
- Href string
- (String) The URL for this reservation.
- Id string
- (String) The ID of the volume attachment.
- Name string
- The name of the Virtual Servers for VPC instance that you want to retrieve.
- Resource
Type string - (string) The resource type.
- crn String
- (String) The CRN for this reservation.
- deleteds
List<Get
Is Instance Reservation Deleted> - (List) If present, this property indicates the referenced resource has been deleted, and provides some supplementary information.
- href String
- (String) The URL for this reservation.
- id String
- (String) The ID of the volume attachment.
- name String
- The name of the Virtual Servers for VPC instance that you want to retrieve.
- resource
Type String - (string) The resource type.
- crn string
- (String) The CRN for this reservation.
- deleteds
Get
Is Instance Reservation Deleted[] - (List) If present, this property indicates the referenced resource has been deleted, and provides some supplementary information.
- href string
- (String) The URL for this reservation.
- id string
- (String) The ID of the volume attachment.
- name string
- The name of the Virtual Servers for VPC instance that you want to retrieve.
- resource
Type string - (string) The resource type.
- crn str
- (String) The CRN for this reservation.
- deleteds
Sequence[Get
Is Instance Reservation Deleted] - (List) If present, this property indicates the referenced resource has been deleted, and provides some supplementary information.
- href str
- (String) The URL for this reservation.
- id str
- (String) The ID of the volume attachment.
- name str
- The name of the Virtual Servers for VPC instance that you want to retrieve.
- resource_
type str - (string) The resource type.
- crn String
- (String) The CRN for this reservation.
- deleteds List<Property Map>
- (List) If present, this property indicates the referenced resource has been deleted, and provides some supplementary information.
- href String
- (String) The URL for this reservation.
- id String
- (String) The ID of the volume attachment.
- name String
- The name of the Virtual Servers for VPC instance that you want to retrieve.
- resource
Type String - (string) The resource type.
GetIsInstanceReservationAffinity
- Policy string
- (String) The reservation affinity policy to use for this virtual server instance.
- Pools
List<Get
Is Instance Reservation Affinity Pool> - (List) The pool of reservations available for use by this virtual server instance.
- Policy string
- (String) The reservation affinity policy to use for this virtual server instance.
- Pools
[]Get
Is Instance Reservation Affinity Pool - (List) The pool of reservations available for use by this virtual server instance.
- policy String
- (String) The reservation affinity policy to use for this virtual server instance.
- pools
List<Get
Is Instance Reservation Affinity Pool> - (List) The pool of reservations available for use by this virtual server instance.
- policy string
- (String) The reservation affinity policy to use for this virtual server instance.
- pools
Get
Is Instance Reservation Affinity Pool[] - (List) The pool of reservations available for use by this virtual server instance.
- policy str
- (String) The reservation affinity policy to use for this virtual server instance.
- pools
Sequence[Get
Is Instance Reservation Affinity Pool] - (List) The pool of reservations available for use by this virtual server instance.
- policy String
- (String) The reservation affinity policy to use for this virtual server instance.
- pools List<Property Map>
- (List) The pool of reservations available for use by this virtual server instance.
GetIsInstanceReservationAffinityPool
- Crn string
- (String) The CRN for this reservation.
- Deleteds
List<Get
Is Instance Reservation Affinity Pool Deleted> - (List) If present, this property indicates the referenced resource has been deleted, and provides some supplementary information.
- Href string
- (String) The URL for this reservation.
- Id string
- (String) The ID of the volume attachment.
- Name string
- The name of the Virtual Servers for VPC instance that you want to retrieve.
- Resource
Type string - (string) The resource type.
- Crn string
- (String) The CRN for this reservation.
- Deleteds
[]Get
Is Instance Reservation Affinity Pool Deleted - (List) If present, this property indicates the referenced resource has been deleted, and provides some supplementary information.
- Href string
- (String) The URL for this reservation.
- Id string
- (String) The ID of the volume attachment.
- Name string
- The name of the Virtual Servers for VPC instance that you want to retrieve.
- Resource
Type string - (string) The resource type.
- crn String
- (String) The CRN for this reservation.
- deleteds
List<Get
Is Instance Reservation Affinity Pool Deleted> - (List) If present, this property indicates the referenced resource has been deleted, and provides some supplementary information.
- href String
- (String) The URL for this reservation.
- id String
- (String) The ID of the volume attachment.
- name String
- The name of the Virtual Servers for VPC instance that you want to retrieve.
- resource
Type String - (string) The resource type.
- crn string
- (String) The CRN for this reservation.
- deleteds
Get
Is Instance Reservation Affinity Pool Deleted[] - (List) If present, this property indicates the referenced resource has been deleted, and provides some supplementary information.
- href string
- (String) The URL for this reservation.
- id string
- (String) The ID of the volume attachment.
- name string
- The name of the Virtual Servers for VPC instance that you want to retrieve.
- resource
Type string - (string) The resource type.
- crn str
- (String) The CRN for this reservation.
- deleteds
Sequence[Get
Is Instance Reservation Affinity Pool Deleted] - (List) If present, this property indicates the referenced resource has been deleted, and provides some supplementary information.
- href str
- (String) The URL for this reservation.
- id str
- (String) The ID of the volume attachment.
- name str
- The name of the Virtual Servers for VPC instance that you want to retrieve.
- resource_
type str - (string) The resource type.
- crn String
- (String) The CRN for this reservation.
- deleteds List<Property Map>
- (List) If present, this property indicates the referenced resource has been deleted, and provides some supplementary information.
- href String
- (String) The URL for this reservation.
- id String
- (String) The ID of the volume attachment.
- name String
- The name of the Virtual Servers for VPC instance that you want to retrieve.
- resource
Type String - (string) The resource type.
GetIsInstanceReservationAffinityPoolDeleted
- 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
GetIsInstanceReservationDeleted
- 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
GetIsInstanceStatusReason
GetIsInstanceVcpus
- Architecture string
- (String) The architecture of the virtual CPU.
- Count double
- (Integer) The number of virtual CPUs that are allocated to the instance.
- Manufacturer string
- (String) The manufacturer of the virtual CPU.
- Architecture string
- (String) The architecture of the virtual CPU.
- Count float64
- (Integer) The number of virtual CPUs that are allocated to the instance.
- Manufacturer string
- (String) The manufacturer of the virtual CPU.
- architecture String
- (String) The architecture of the virtual CPU.
- count Double
- (Integer) The number of virtual CPUs that are allocated to the instance.
- manufacturer String
- (String) The manufacturer of the virtual CPU.
- architecture string
- (String) The architecture of the virtual CPU.
- count number
- (Integer) The number of virtual CPUs that are allocated to the instance.
- manufacturer string
- (String) The manufacturer of the virtual CPU.
- architecture str
- (String) The architecture of the virtual CPU.
- count float
- (Integer) The number of virtual CPUs that are allocated to the instance.
- manufacturer str
- (String) The manufacturer of the virtual CPU.
- architecture String
- (String) The architecture of the virtual CPU.
- count Number
- (Integer) The number of virtual CPUs that are allocated to the instance.
- manufacturer String
- (String) The manufacturer of the virtual CPU.
GetIsInstanceVolumeAttachment
- Id string
- (String) The ID of the volume attachment.
- Name string
- The name of the Virtual Servers for VPC instance that you want to retrieve.
- Volume
Crn string - (String) The CRN of the volume that is associated with the volume attachment.
- Volume
Id string - (String) The ID of the volume that is associated with the volume attachment.
- Volume
Name string - (String) The name of the volume that is associated with the volume attachment.
- Id string
- (String) The ID of the volume attachment.
- Name string
- The name of the Virtual Servers for VPC instance that you want to retrieve.
- Volume
Crn string - (String) The CRN of the volume that is associated with the volume attachment.
- Volume
Id string - (String) The ID of the volume that is associated with the volume attachment.
- Volume
Name string - (String) The name of the volume that is associated with the volume attachment.
- id String
- (String) The ID of the volume attachment.
- name String
- The name of the Virtual Servers for VPC instance that you want to retrieve.
- volume
Crn String - (String) The CRN of the volume that is associated with the volume attachment.
- volume
Id String - (String) The ID of the volume that is associated with the volume attachment.
- volume
Name String - (String) The name of the volume that is associated with the volume attachment.
- id string
- (String) The ID of the volume attachment.
- name string
- The name of the Virtual Servers for VPC instance that you want to retrieve.
- volume
Crn string - (String) The CRN of the volume that is associated with the volume attachment.
- volume
Id string - (String) The ID of the volume that is associated with the volume attachment.
- volume
Name string - (String) The name of the volume that is associated with the volume attachment.
- id str
- (String) The ID of the volume attachment.
- name str
- The name of the Virtual Servers for VPC instance that you want to retrieve.
- volume_
crn str - (String) The CRN of the volume that is associated with the volume attachment.
- volume_
id str - (String) The ID of the volume that is associated with the volume attachment.
- volume_
name str - (String) The name of the volume that is associated with the volume attachment.
- id String
- (String) The ID of the volume attachment.
- name String
- The name of the Virtual Servers for VPC instance that you want to retrieve.
- volume
Crn String - (String) The CRN of the volume that is associated with the volume attachment.
- volume
Id String - (String) The ID of the volume that is associated with the volume attachment.
- volume
Name String - (String) The name of the volume that is associated with the volume attachment.
Package Details
- Repository
- ibm ibm-cloud/terraform-provider-ibm
- License
- Notes
- This Pulumi package is based on the
ibm
Terraform Provider.