1. Packages
  2. Ibm Provider
  3. API Docs
  4. getVmaasVdc
ibm 1.77.1 published on Monday, Apr 14, 2025 by ibm-cloud

ibm.getVmaasVdc

Explore with Pulumi AI

Provides a read-only data source to retrieve information about a vmaas_vdc. You can then reference the fields of the data source in other resources within the same configuration by using interpolation syntax.

Example Usage

import * as pulumi from "@pulumi/pulumi";
import * as ibm from "@pulumi/ibm";

const vmaasVdc = ibm.getVmaasVdc({
    acceptLanguage: ibm_vmaas_vdc.vmaas_vdc_instance.accept_language,
    vmaasVdcId: "vdc_id",
});
Copy
import pulumi
import pulumi_ibm as ibm

vmaas_vdc = ibm.get_vmaas_vdc(accept_language=ibm_vmaas_vdc["vmaas_vdc_instance"]["accept_language"],
    vmaas_vdc_id="vdc_id")
Copy
package main

import (
	"github.com/pulumi/pulumi-terraform-provider/sdks/go/ibm/ibm"
	"github.com/pulumi/pulumi/sdk/v3/go/pulumi"
)

func main() {
	pulumi.Run(func(ctx *pulumi.Context) error {
		_, err := ibm.LookupVmaasVdc(ctx, &ibm.LookupVmaasVdcArgs{
			AcceptLanguage: pulumi.StringRef(ibm_vmaas_vdc.Vmaas_vdc_instance.Accept_language),
			VmaasVdcId:     "vdc_id",
		}, nil)
		if err != nil {
			return err
		}
		return nil
	})
}
Copy
using System.Collections.Generic;
using System.Linq;
using Pulumi;
using Ibm = Pulumi.Ibm;

return await Deployment.RunAsync(() => 
{
    var vmaasVdc = Ibm.GetVmaasVdc.Invoke(new()
    {
        AcceptLanguage = ibm_vmaas_vdc.Vmaas_vdc_instance.Accept_language,
        VmaasVdcId = "vdc_id",
    });

});
Copy
package generated_program;

import com.pulumi.Context;
import com.pulumi.Pulumi;
import com.pulumi.core.Output;
import com.pulumi.ibm.IbmFunctions;
import com.pulumi.ibm.inputs.GetVmaasVdcArgs;
import java.util.List;
import java.util.ArrayList;
import java.util.Map;
import java.io.File;
import java.nio.file.Files;
import java.nio.file.Paths;

public class App {
    public static void main(String[] args) {
        Pulumi.run(App::stack);
    }

    public static void stack(Context ctx) {
        final var vmaasVdc = IbmFunctions.getVmaasVdc(GetVmaasVdcArgs.builder()
            .acceptLanguage(ibm_vmaas_vdc.vmaas_vdc_instance().accept_language())
            .vmaasVdcId("vdc_id")
            .build());

    }
}
Copy
variables:
  vmaasVdc:
    fn::invoke:
      function: ibm:getVmaasVdc
      arguments:
        acceptLanguage: ${ibm_vmaas_vdc.vmaas_vdc_instance.accept_language}
        vmaasVdcId: vdc_id
Copy

Using getVmaasVdc

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 getVmaasVdc(args: GetVmaasVdcArgs, opts?: InvokeOptions): Promise<GetVmaasVdcResult>
function getVmaasVdcOutput(args: GetVmaasVdcOutputArgs, opts?: InvokeOptions): Output<GetVmaasVdcResult>
Copy
def get_vmaas_vdc(accept_language: Optional[str] = None,
                  id: Optional[str] = None,
                  vmaas_vdc_id: Optional[str] = None,
                  opts: Optional[InvokeOptions] = None) -> GetVmaasVdcResult
def get_vmaas_vdc_output(accept_language: Optional[pulumi.Input[str]] = None,
                  id: Optional[pulumi.Input[str]] = None,
                  vmaas_vdc_id: Optional[pulumi.Input[str]] = None,
                  opts: Optional[InvokeOptions] = None) -> Output[GetVmaasVdcResult]
Copy
func LookupVmaasVdc(ctx *Context, args *LookupVmaasVdcArgs, opts ...InvokeOption) (*LookupVmaasVdcResult, error)
func LookupVmaasVdcOutput(ctx *Context, args *LookupVmaasVdcOutputArgs, opts ...InvokeOption) LookupVmaasVdcResultOutput
Copy

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

public static class GetVmaasVdc 
{
    public static Task<GetVmaasVdcResult> InvokeAsync(GetVmaasVdcArgs args, InvokeOptions? opts = null)
    public static Output<GetVmaasVdcResult> Invoke(GetVmaasVdcInvokeArgs args, InvokeOptions? opts = null)
}
Copy
public static CompletableFuture<GetVmaasVdcResult> getVmaasVdc(GetVmaasVdcArgs args, InvokeOptions options)
public static Output<GetVmaasVdcResult> getVmaasVdc(GetVmaasVdcArgs args, InvokeOptions options)
Copy
fn::invoke:
  function: ibm:index/getVmaasVdc:getVmaasVdc
  arguments:
    # arguments dictionary
Copy

The following arguments are supported:

VmaasVdcId This property is required. string
A unique ID for a specified virtual data center.

  • Constraints: The maximum length is 128 characters. The minimum length is 1 character. The value must match regular expression /^[A-Za-z0-9_-]{1,128}$/.
AcceptLanguage string
Language.

  • Constraints: The maximum length is 256 characters. The minimum length is 1 character. The value must match regular expression /^[A-Za-z0-9-,;=\\.\\*\\s]{1,256}$/.
Id string
(String) A unique ID for an IBM Transit Gateway.
VmaasVdcId This property is required. string
A unique ID for a specified virtual data center.

  • Constraints: The maximum length is 128 characters. The minimum length is 1 character. The value must match regular expression /^[A-Za-z0-9_-]{1,128}$/.
AcceptLanguage string
Language.

  • Constraints: The maximum length is 256 characters. The minimum length is 1 character. The value must match regular expression /^[A-Za-z0-9-,;=\\.\\*\\s]{1,256}$/.
Id string
(String) A unique ID for an IBM Transit Gateway.
vmaasVdcId This property is required. String
A unique ID for a specified virtual data center.

  • Constraints: The maximum length is 128 characters. The minimum length is 1 character. The value must match regular expression /^[A-Za-z0-9_-]{1,128}$/.
acceptLanguage String
Language.

  • Constraints: The maximum length is 256 characters. The minimum length is 1 character. The value must match regular expression /^[A-Za-z0-9-,;=\\.\\*\\s]{1,256}$/.
id String
(String) A unique ID for an IBM Transit Gateway.
vmaasVdcId This property is required. string
A unique ID for a specified virtual data center.

  • Constraints: The maximum length is 128 characters. The minimum length is 1 character. The value must match regular expression /^[A-Za-z0-9_-]{1,128}$/.
acceptLanguage string
Language.

  • Constraints: The maximum length is 256 characters. The minimum length is 1 character. The value must match regular expression /^[A-Za-z0-9-,;=\\.\\*\\s]{1,256}$/.
id string
(String) A unique ID for an IBM Transit Gateway.
vmaas_vdc_id This property is required. str
A unique ID for a specified virtual data center.

  • Constraints: The maximum length is 128 characters. The minimum length is 1 character. The value must match regular expression /^[A-Za-z0-9_-]{1,128}$/.
accept_language str
Language.

  • Constraints: The maximum length is 256 characters. The minimum length is 1 character. The value must match regular expression /^[A-Za-z0-9-,;=\\.\\*\\s]{1,256}$/.
id str
(String) A unique ID for an IBM Transit Gateway.
vmaasVdcId This property is required. String
A unique ID for a specified virtual data center.

  • Constraints: The maximum length is 128 characters. The minimum length is 1 character. The value must match regular expression /^[A-Za-z0-9_-]{1,128}$/.
acceptLanguage String
Language.

  • Constraints: The maximum length is 256 characters. The minimum length is 1 character. The value must match regular expression /^[A-Za-z0-9-,;=\\.\\*\\s]{1,256}$/.
id String
(String) A unique ID for an IBM Transit Gateway.

getVmaasVdc Result

The following output properties are available:

Cpu double
(Integer) The vCPU usage limit on the virtual data center (VDC). Supported for VDCs deployed on a multitenant Cloud Director site. This property is applicable when the resource pool type is reserved.

  • Constraints: The maximum value is 2000. The minimum value is 0.
Crn string
(String) A unique ID for the virtual data center (VDC) in IBM Cloud.
DeletedAt string
(String) The time that the virtual data center (VDC) is deleted.
DirectorSites List<GetVmaasVdcDirectorSite>
(List) The Cloud Director site in which to deploy the virtual data center (VDC). Nested schema for director_site:
Edges List<GetVmaasVdcEdge>
(List) The VMware NSX-T networking edges deployed on the virtual data center (VDC). NSX-T edges are used for bridging virtualization networking to the physical public-internet and IBM private networking.

  • Constraints: The maximum length is 128 items. The minimum length is 0 items. Nested schema for edges:
FastProvisioningEnabled bool
(Boolean) Determines whether this virtual data center has fast provisioning enabled or not.
Href string
(String) The URL of this virtual data center (VDC).
Id string
(String) A unique ID for an IBM Transit Gateway.
Name string
(String) A human readable ID for the virtual data center (VDC).
OrderedAt string
(String) The time that the virtual data center (VDC) is ordered.
OrgHref string
(String) The URL of the organization that owns the VDC.
OrgName string
(String) The name of the VMware Cloud Director organization that contains this virtual data center (VDC). VMware Cloud Director organizations are used to create strong boundaries between VDCs. There is a complete isolation of user administration, networking, workloads, and VMware Cloud Director catalogs between different Director organizations.
ProvisionedAt string
(String) The time that the virtual data center (VDC) is provisioned and available to use.
Ram double
(Integer) The RAM usage limit on the virtual data center (VDC) in GB (1024^3 bytes). Supported for VDCs deployed on a multitenant Cloud Director site. This property is applicable when the resource pool type is reserved.

  • Constraints: The maximum value is 40960. The minimum value is 0.
RhelByol bool
(Boolean) Indicates if the RHEL VMs will be using the license from IBM or the customer will use their own license (BYOL).
Status string
(String) Determines the state of the virtual data center.

  • Constraints: Allowable values are: creating, ready_to_use, modifying, deleting, deleted, failed.
StatusReasons List<GetVmaasVdcStatusReason>
(List) Information about why the request to create the virtual data center (VDC) cannot be completed.

  • Constraints: The maximum length is 128 items. The minimum length is 0 items. Nested schema for status_reasons:
Type string
(String) Determines whether this virtual data center is in a single-tenant or multitenant Cloud Director site.

  • Constraints: Allowable values are: single_tenant, multitenant.
VmaasVdcId string
WindowsByol bool
(Boolean) Indicates if the Microsoft Windows VMs will be using the license from IBM or the customer will use their own license (BYOL).
AcceptLanguage string
Cpu float64
(Integer) The vCPU usage limit on the virtual data center (VDC). Supported for VDCs deployed on a multitenant Cloud Director site. This property is applicable when the resource pool type is reserved.

  • Constraints: The maximum value is 2000. The minimum value is 0.
Crn string
(String) A unique ID for the virtual data center (VDC) in IBM Cloud.
DeletedAt string
(String) The time that the virtual data center (VDC) is deleted.
DirectorSites []GetVmaasVdcDirectorSite
(List) The Cloud Director site in which to deploy the virtual data center (VDC). Nested schema for director_site:
Edges []GetVmaasVdcEdge
(List) The VMware NSX-T networking edges deployed on the virtual data center (VDC). NSX-T edges are used for bridging virtualization networking to the physical public-internet and IBM private networking.

  • Constraints: The maximum length is 128 items. The minimum length is 0 items. Nested schema for edges:
FastProvisioningEnabled bool
(Boolean) Determines whether this virtual data center has fast provisioning enabled or not.
Href string
(String) The URL of this virtual data center (VDC).
Id string
(String) A unique ID for an IBM Transit Gateway.
Name string
(String) A human readable ID for the virtual data center (VDC).
OrderedAt string
(String) The time that the virtual data center (VDC) is ordered.
OrgHref string
(String) The URL of the organization that owns the VDC.
OrgName string
(String) The name of the VMware Cloud Director organization that contains this virtual data center (VDC). VMware Cloud Director organizations are used to create strong boundaries between VDCs. There is a complete isolation of user administration, networking, workloads, and VMware Cloud Director catalogs between different Director organizations.
ProvisionedAt string
(String) The time that the virtual data center (VDC) is provisioned and available to use.
Ram float64
(Integer) The RAM usage limit on the virtual data center (VDC) in GB (1024^3 bytes). Supported for VDCs deployed on a multitenant Cloud Director site. This property is applicable when the resource pool type is reserved.

  • Constraints: The maximum value is 40960. The minimum value is 0.
RhelByol bool
(Boolean) Indicates if the RHEL VMs will be using the license from IBM or the customer will use their own license (BYOL).
Status string
(String) Determines the state of the virtual data center.

  • Constraints: Allowable values are: creating, ready_to_use, modifying, deleting, deleted, failed.
StatusReasons []GetVmaasVdcStatusReason
(List) Information about why the request to create the virtual data center (VDC) cannot be completed.

  • Constraints: The maximum length is 128 items. The minimum length is 0 items. Nested schema for status_reasons:
Type string
(String) Determines whether this virtual data center is in a single-tenant or multitenant Cloud Director site.

  • Constraints: Allowable values are: single_tenant, multitenant.
VmaasVdcId string
WindowsByol bool
(Boolean) Indicates if the Microsoft Windows VMs will be using the license from IBM or the customer will use their own license (BYOL).
AcceptLanguage string
cpu Double
(Integer) The vCPU usage limit on the virtual data center (VDC). Supported for VDCs deployed on a multitenant Cloud Director site. This property is applicable when the resource pool type is reserved.

  • Constraints: The maximum value is 2000. The minimum value is 0.
crn String
(String) A unique ID for the virtual data center (VDC) in IBM Cloud.
deletedAt String
(String) The time that the virtual data center (VDC) is deleted.
directorSites List<GetVmaasVdcDirectorSite>
(List) The Cloud Director site in which to deploy the virtual data center (VDC). Nested schema for director_site:
edges List<GetVmaasVdcEdge>
(List) The VMware NSX-T networking edges deployed on the virtual data center (VDC). NSX-T edges are used for bridging virtualization networking to the physical public-internet and IBM private networking.

  • Constraints: The maximum length is 128 items. The minimum length is 0 items. Nested schema for edges:
fastProvisioningEnabled Boolean
(Boolean) Determines whether this virtual data center has fast provisioning enabled or not.
href String
(String) The URL of this virtual data center (VDC).
id String
(String) A unique ID for an IBM Transit Gateway.
name String
(String) A human readable ID for the virtual data center (VDC).
orderedAt String
(String) The time that the virtual data center (VDC) is ordered.
orgHref String
(String) The URL of the organization that owns the VDC.
orgName String
(String) The name of the VMware Cloud Director organization that contains this virtual data center (VDC). VMware Cloud Director organizations are used to create strong boundaries between VDCs. There is a complete isolation of user administration, networking, workloads, and VMware Cloud Director catalogs between different Director organizations.
provisionedAt String
(String) The time that the virtual data center (VDC) is provisioned and available to use.
ram Double
(Integer) The RAM usage limit on the virtual data center (VDC) in GB (1024^3 bytes). Supported for VDCs deployed on a multitenant Cloud Director site. This property is applicable when the resource pool type is reserved.

  • Constraints: The maximum value is 40960. The minimum value is 0.
rhelByol Boolean
(Boolean) Indicates if the RHEL VMs will be using the license from IBM or the customer will use their own license (BYOL).
status String
(String) Determines the state of the virtual data center.

  • Constraints: Allowable values are: creating, ready_to_use, modifying, deleting, deleted, failed.
statusReasons List<GetVmaasVdcStatusReason>
(List) Information about why the request to create the virtual data center (VDC) cannot be completed.

  • Constraints: The maximum length is 128 items. The minimum length is 0 items. Nested schema for status_reasons:
type String
(String) Determines whether this virtual data center is in a single-tenant or multitenant Cloud Director site.

  • Constraints: Allowable values are: single_tenant, multitenant.
vmaasVdcId String
windowsByol Boolean
(Boolean) Indicates if the Microsoft Windows VMs will be using the license from IBM or the customer will use their own license (BYOL).
acceptLanguage String
cpu number
(Integer) The vCPU usage limit on the virtual data center (VDC). Supported for VDCs deployed on a multitenant Cloud Director site. This property is applicable when the resource pool type is reserved.

  • Constraints: The maximum value is 2000. The minimum value is 0.
crn string
(String) A unique ID for the virtual data center (VDC) in IBM Cloud.
deletedAt string
(String) The time that the virtual data center (VDC) is deleted.
directorSites GetVmaasVdcDirectorSite[]
(List) The Cloud Director site in which to deploy the virtual data center (VDC). Nested schema for director_site:
edges GetVmaasVdcEdge[]
(List) The VMware NSX-T networking edges deployed on the virtual data center (VDC). NSX-T edges are used for bridging virtualization networking to the physical public-internet and IBM private networking.

  • Constraints: The maximum length is 128 items. The minimum length is 0 items. Nested schema for edges:
fastProvisioningEnabled boolean
(Boolean) Determines whether this virtual data center has fast provisioning enabled or not.
href string
(String) The URL of this virtual data center (VDC).
id string
(String) A unique ID for an IBM Transit Gateway.
name string
(String) A human readable ID for the virtual data center (VDC).
orderedAt string
(String) The time that the virtual data center (VDC) is ordered.
orgHref string
(String) The URL of the organization that owns the VDC.
orgName string
(String) The name of the VMware Cloud Director organization that contains this virtual data center (VDC). VMware Cloud Director organizations are used to create strong boundaries between VDCs. There is a complete isolation of user administration, networking, workloads, and VMware Cloud Director catalogs between different Director organizations.
provisionedAt string
(String) The time that the virtual data center (VDC) is provisioned and available to use.
ram number
(Integer) The RAM usage limit on the virtual data center (VDC) in GB (1024^3 bytes). Supported for VDCs deployed on a multitenant Cloud Director site. This property is applicable when the resource pool type is reserved.

  • Constraints: The maximum value is 40960. The minimum value is 0.
rhelByol boolean
(Boolean) Indicates if the RHEL VMs will be using the license from IBM or the customer will use their own license (BYOL).
status string
(String) Determines the state of the virtual data center.

  • Constraints: Allowable values are: creating, ready_to_use, modifying, deleting, deleted, failed.
statusReasons GetVmaasVdcStatusReason[]
(List) Information about why the request to create the virtual data center (VDC) cannot be completed.

  • Constraints: The maximum length is 128 items. The minimum length is 0 items. Nested schema for status_reasons:
type string
(String) Determines whether this virtual data center is in a single-tenant or multitenant Cloud Director site.

  • Constraints: Allowable values are: single_tenant, multitenant.
vmaasVdcId string
windowsByol boolean
(Boolean) Indicates if the Microsoft Windows VMs will be using the license from IBM or the customer will use their own license (BYOL).
acceptLanguage string
cpu float
(Integer) The vCPU usage limit on the virtual data center (VDC). Supported for VDCs deployed on a multitenant Cloud Director site. This property is applicable when the resource pool type is reserved.

  • Constraints: The maximum value is 2000. The minimum value is 0.
crn str
(String) A unique ID for the virtual data center (VDC) in IBM Cloud.
deleted_at str
(String) The time that the virtual data center (VDC) is deleted.
director_sites Sequence[GetVmaasVdcDirectorSite]
(List) The Cloud Director site in which to deploy the virtual data center (VDC). Nested schema for director_site:
edges Sequence[GetVmaasVdcEdge]
(List) The VMware NSX-T networking edges deployed on the virtual data center (VDC). NSX-T edges are used for bridging virtualization networking to the physical public-internet and IBM private networking.

  • Constraints: The maximum length is 128 items. The minimum length is 0 items. Nested schema for edges:
fast_provisioning_enabled bool
(Boolean) Determines whether this virtual data center has fast provisioning enabled or not.
href str
(String) The URL of this virtual data center (VDC).
id str
(String) A unique ID for an IBM Transit Gateway.
name str
(String) A human readable ID for the virtual data center (VDC).
ordered_at str
(String) The time that the virtual data center (VDC) is ordered.
org_href str
(String) The URL of the organization that owns the VDC.
org_name str
(String) The name of the VMware Cloud Director organization that contains this virtual data center (VDC). VMware Cloud Director organizations are used to create strong boundaries between VDCs. There is a complete isolation of user administration, networking, workloads, and VMware Cloud Director catalogs between different Director organizations.
provisioned_at str
(String) The time that the virtual data center (VDC) is provisioned and available to use.
ram float
(Integer) The RAM usage limit on the virtual data center (VDC) in GB (1024^3 bytes). Supported for VDCs deployed on a multitenant Cloud Director site. This property is applicable when the resource pool type is reserved.

  • Constraints: The maximum value is 40960. The minimum value is 0.
rhel_byol bool
(Boolean) Indicates if the RHEL VMs will be using the license from IBM or the customer will use their own license (BYOL).
status str
(String) Determines the state of the virtual data center.

  • Constraints: Allowable values are: creating, ready_to_use, modifying, deleting, deleted, failed.
status_reasons Sequence[GetVmaasVdcStatusReason]
(List) Information about why the request to create the virtual data center (VDC) cannot be completed.

  • Constraints: The maximum length is 128 items. The minimum length is 0 items. Nested schema for status_reasons:
type str
(String) Determines whether this virtual data center is in a single-tenant or multitenant Cloud Director site.

  • Constraints: Allowable values are: single_tenant, multitenant.
vmaas_vdc_id str
windows_byol bool
(Boolean) Indicates if the Microsoft Windows VMs will be using the license from IBM or the customer will use their own license (BYOL).
accept_language str
cpu Number
(Integer) The vCPU usage limit on the virtual data center (VDC). Supported for VDCs deployed on a multitenant Cloud Director site. This property is applicable when the resource pool type is reserved.

  • Constraints: The maximum value is 2000. The minimum value is 0.
crn String
(String) A unique ID for the virtual data center (VDC) in IBM Cloud.
deletedAt String
(String) The time that the virtual data center (VDC) is deleted.
directorSites List<Property Map>
(List) The Cloud Director site in which to deploy the virtual data center (VDC). Nested schema for director_site:
edges List<Property Map>
(List) The VMware NSX-T networking edges deployed on the virtual data center (VDC). NSX-T edges are used for bridging virtualization networking to the physical public-internet and IBM private networking.

  • Constraints: The maximum length is 128 items. The minimum length is 0 items. Nested schema for edges:
fastProvisioningEnabled Boolean
(Boolean) Determines whether this virtual data center has fast provisioning enabled or not.
href String
(String) The URL of this virtual data center (VDC).
id String
(String) A unique ID for an IBM Transit Gateway.
name String
(String) A human readable ID for the virtual data center (VDC).
orderedAt String
(String) The time that the virtual data center (VDC) is ordered.
orgHref String
(String) The URL of the organization that owns the VDC.
orgName String
(String) The name of the VMware Cloud Director organization that contains this virtual data center (VDC). VMware Cloud Director organizations are used to create strong boundaries between VDCs. There is a complete isolation of user administration, networking, workloads, and VMware Cloud Director catalogs between different Director organizations.
provisionedAt String
(String) The time that the virtual data center (VDC) is provisioned and available to use.
ram Number
(Integer) The RAM usage limit on the virtual data center (VDC) in GB (1024^3 bytes). Supported for VDCs deployed on a multitenant Cloud Director site. This property is applicable when the resource pool type is reserved.

  • Constraints: The maximum value is 40960. The minimum value is 0.
rhelByol Boolean
(Boolean) Indicates if the RHEL VMs will be using the license from IBM or the customer will use their own license (BYOL).
status String
(String) Determines the state of the virtual data center.

  • Constraints: Allowable values are: creating, ready_to_use, modifying, deleting, deleted, failed.
statusReasons List<Property Map>
(List) Information about why the request to create the virtual data center (VDC) cannot be completed.

  • Constraints: The maximum length is 128 items. The minimum length is 0 items. Nested schema for status_reasons:
type String
(String) Determines whether this virtual data center is in a single-tenant or multitenant Cloud Director site.

  • Constraints: Allowable values are: single_tenant, multitenant.
vmaasVdcId String
windowsByol Boolean
(Boolean) Indicates if the Microsoft Windows VMs will be using the license from IBM or the customer will use their own license (BYOL).
acceptLanguage String

Supporting Types

GetVmaasVdcDirectorSite

Id This property is required. string
(String) A unique ID for an IBM Transit Gateway.
Pvdcs This property is required. List<GetVmaasVdcDirectorSitePvdc>
(List) The resource pool within the Director Site in which to deploy the virtual data center (VDC). Nested schema for pvdc:
Url This property is required. string
(String) The URL of the VMware Cloud Director tenant portal where this virtual data center (VDC) can be managed.
Id This property is required. string
(String) A unique ID for an IBM Transit Gateway.
Pvdcs This property is required. []GetVmaasVdcDirectorSitePvdc
(List) The resource pool within the Director Site in which to deploy the virtual data center (VDC). Nested schema for pvdc:
Url This property is required. string
(String) The URL of the VMware Cloud Director tenant portal where this virtual data center (VDC) can be managed.
id This property is required. String
(String) A unique ID for an IBM Transit Gateway.
pvdcs This property is required. List<GetVmaasVdcDirectorSitePvdc>
(List) The resource pool within the Director Site in which to deploy the virtual data center (VDC). Nested schema for pvdc:
url This property is required. String
(String) The URL of the VMware Cloud Director tenant portal where this virtual data center (VDC) can be managed.
id This property is required. string
(String) A unique ID for an IBM Transit Gateway.
pvdcs This property is required. GetVmaasVdcDirectorSitePvdc[]
(List) The resource pool within the Director Site in which to deploy the virtual data center (VDC). Nested schema for pvdc:
url This property is required. string
(String) The URL of the VMware Cloud Director tenant portal where this virtual data center (VDC) can be managed.
id This property is required. str
(String) A unique ID for an IBM Transit Gateway.
pvdcs This property is required. Sequence[GetVmaasVdcDirectorSitePvdc]
(List) The resource pool within the Director Site in which to deploy the virtual data center (VDC). Nested schema for pvdc:
url This property is required. str
(String) The URL of the VMware Cloud Director tenant portal where this virtual data center (VDC) can be managed.
id This property is required. String
(String) A unique ID for an IBM Transit Gateway.
pvdcs This property is required. List<Property Map>
(List) The resource pool within the Director Site in which to deploy the virtual data center (VDC). Nested schema for pvdc:
url This property is required. String
(String) The URL of the VMware Cloud Director tenant portal where this virtual data center (VDC) can be managed.

GetVmaasVdcDirectorSitePvdc

Id This property is required. string
(String) A unique ID for an IBM Transit Gateway.
ProviderTypes This property is required. List<GetVmaasVdcDirectorSitePvdcProviderType>
(List) Determines how resources are made available to the virtual data center (VDC). Required for VDCs deployed on a multitenant Cloud Director site. Nested schema for provider_type:
Id This property is required. string
(String) A unique ID for an IBM Transit Gateway.
ProviderTypes This property is required. []GetVmaasVdcDirectorSitePvdcProviderType
(List) Determines how resources are made available to the virtual data center (VDC). Required for VDCs deployed on a multitenant Cloud Director site. Nested schema for provider_type:
id This property is required. String
(String) A unique ID for an IBM Transit Gateway.
providerTypes This property is required. List<GetVmaasVdcDirectorSitePvdcProviderType>
(List) Determines how resources are made available to the virtual data center (VDC). Required for VDCs deployed on a multitenant Cloud Director site. Nested schema for provider_type:
id This property is required. string
(String) A unique ID for an IBM Transit Gateway.
providerTypes This property is required. GetVmaasVdcDirectorSitePvdcProviderType[]
(List) Determines how resources are made available to the virtual data center (VDC). Required for VDCs deployed on a multitenant Cloud Director site. Nested schema for provider_type:
id This property is required. str
(String) A unique ID for an IBM Transit Gateway.
provider_types This property is required. Sequence[GetVmaasVdcDirectorSitePvdcProviderType]
(List) Determines how resources are made available to the virtual data center (VDC). Required for VDCs deployed on a multitenant Cloud Director site. Nested schema for provider_type:
id This property is required. String
(String) A unique ID for an IBM Transit Gateway.
providerTypes This property is required. List<Property Map>
(List) Determines how resources are made available to the virtual data center (VDC). Required for VDCs deployed on a multitenant Cloud Director site. Nested schema for provider_type:

GetVmaasVdcDirectorSitePvdcProviderType

Name This property is required. string
(String) A human readable ID for the virtual data center (VDC).
Name This property is required. string
(String) A human readable ID for the virtual data center (VDC).
name This property is required. String
(String) A human readable ID for the virtual data center (VDC).
name This property is required. string
(String) A human readable ID for the virtual data center (VDC).
name This property is required. str
(String) A human readable ID for the virtual data center (VDC).
name This property is required. String
(String) A human readable ID for the virtual data center (VDC).

GetVmaasVdcEdge

Id This property is required. string
(String) A unique ID for an IBM Transit Gateway.
PrivateIps This property is required. List<string>
(List) The private IP addresses assigned to the edge.

  • Constraints: The maximum length is 128 items. The minimum length is 0 items.
PrivateOnly This property is required. bool
(Boolean) Indicates whether the edge is private only. The default value is True for a private Cloud Director site and False for a public Cloud Director site.
PublicIps This property is required. List<string>
(List) The public IP addresses assigned to the edge.

  • Constraints: The maximum length is 256 items. The minimum length is 0 items.
Size This property is required. string
(String) The size of the edge.The size can be specified only for performance edges. Larger sizes require more capacity from the Cloud Director site in which the virtual data center (VDC) was created to be deployed.

  • Constraints: Allowable values are: medium, large, extra_large.
Status This property is required. string
(String) Determines the state of the virtual data center.

  • Constraints: Allowable values are: creating, ready_to_use, modifying, deleting, deleted, failed.
TransitGateways This property is required. List<GetVmaasVdcEdgeTransitGateway>
(List) Connected IBM Transit Gateways.

  • Constraints: The maximum length is 128 items. The minimum length is 0 items. Nested schema for transit_gateways:
Type This property is required. string
(String) Determines whether this virtual data center is in a single-tenant or multitenant Cloud Director site.

  • Constraints: Allowable values are: single_tenant, multitenant.
Version This property is required. string
(String) The edge version.
Id This property is required. string
(String) A unique ID for an IBM Transit Gateway.
PrivateIps This property is required. []string
(List) The private IP addresses assigned to the edge.

  • Constraints: The maximum length is 128 items. The minimum length is 0 items.
PrivateOnly This property is required. bool
(Boolean) Indicates whether the edge is private only. The default value is True for a private Cloud Director site and False for a public Cloud Director site.
PublicIps This property is required. []string
(List) The public IP addresses assigned to the edge.

  • Constraints: The maximum length is 256 items. The minimum length is 0 items.
Size This property is required. string
(String) The size of the edge.The size can be specified only for performance edges. Larger sizes require more capacity from the Cloud Director site in which the virtual data center (VDC) was created to be deployed.

  • Constraints: Allowable values are: medium, large, extra_large.
Status This property is required. string
(String) Determines the state of the virtual data center.

  • Constraints: Allowable values are: creating, ready_to_use, modifying, deleting, deleted, failed.
TransitGateways This property is required. []GetVmaasVdcEdgeTransitGateway
(List) Connected IBM Transit Gateways.

  • Constraints: The maximum length is 128 items. The minimum length is 0 items. Nested schema for transit_gateways:
Type This property is required. string
(String) Determines whether this virtual data center is in a single-tenant or multitenant Cloud Director site.

  • Constraints: Allowable values are: single_tenant, multitenant.
Version This property is required. string
(String) The edge version.
id This property is required. String
(String) A unique ID for an IBM Transit Gateway.
privateIps This property is required. List<String>
(List) The private IP addresses assigned to the edge.

  • Constraints: The maximum length is 128 items. The minimum length is 0 items.
privateOnly This property is required. Boolean
(Boolean) Indicates whether the edge is private only. The default value is True for a private Cloud Director site and False for a public Cloud Director site.
publicIps This property is required. List<String>
(List) The public IP addresses assigned to the edge.

  • Constraints: The maximum length is 256 items. The minimum length is 0 items.
size This property is required. String
(String) The size of the edge.The size can be specified only for performance edges. Larger sizes require more capacity from the Cloud Director site in which the virtual data center (VDC) was created to be deployed.

  • Constraints: Allowable values are: medium, large, extra_large.
status This property is required. String
(String) Determines the state of the virtual data center.

  • Constraints: Allowable values are: creating, ready_to_use, modifying, deleting, deleted, failed.
transitGateways This property is required. List<GetVmaasVdcEdgeTransitGateway>
(List) Connected IBM Transit Gateways.

  • Constraints: The maximum length is 128 items. The minimum length is 0 items. Nested schema for transit_gateways:
type This property is required. String
(String) Determines whether this virtual data center is in a single-tenant or multitenant Cloud Director site.

  • Constraints: Allowable values are: single_tenant, multitenant.
version This property is required. String
(String) The edge version.
id This property is required. string
(String) A unique ID for an IBM Transit Gateway.
privateIps This property is required. string[]
(List) The private IP addresses assigned to the edge.

  • Constraints: The maximum length is 128 items. The minimum length is 0 items.
privateOnly This property is required. boolean
(Boolean) Indicates whether the edge is private only. The default value is True for a private Cloud Director site and False for a public Cloud Director site.
publicIps This property is required. string[]
(List) The public IP addresses assigned to the edge.

  • Constraints: The maximum length is 256 items. The minimum length is 0 items.
size This property is required. string
(String) The size of the edge.The size can be specified only for performance edges. Larger sizes require more capacity from the Cloud Director site in which the virtual data center (VDC) was created to be deployed.

  • Constraints: Allowable values are: medium, large, extra_large.
status This property is required. string
(String) Determines the state of the virtual data center.

  • Constraints: Allowable values are: creating, ready_to_use, modifying, deleting, deleted, failed.
transitGateways This property is required. GetVmaasVdcEdgeTransitGateway[]
(List) Connected IBM Transit Gateways.

  • Constraints: The maximum length is 128 items. The minimum length is 0 items. Nested schema for transit_gateways:
type This property is required. string
(String) Determines whether this virtual data center is in a single-tenant or multitenant Cloud Director site.

  • Constraints: Allowable values are: single_tenant, multitenant.
version This property is required. string
(String) The edge version.
id This property is required. str
(String) A unique ID for an IBM Transit Gateway.
private_ips This property is required. Sequence[str]
(List) The private IP addresses assigned to the edge.

  • Constraints: The maximum length is 128 items. The minimum length is 0 items.
private_only This property is required. bool
(Boolean) Indicates whether the edge is private only. The default value is True for a private Cloud Director site and False for a public Cloud Director site.
public_ips This property is required. Sequence[str]
(List) The public IP addresses assigned to the edge.

  • Constraints: The maximum length is 256 items. The minimum length is 0 items.
size This property is required. str
(String) The size of the edge.The size can be specified only for performance edges. Larger sizes require more capacity from the Cloud Director site in which the virtual data center (VDC) was created to be deployed.

  • Constraints: Allowable values are: medium, large, extra_large.
status This property is required. str
(String) Determines the state of the virtual data center.

  • Constraints: Allowable values are: creating, ready_to_use, modifying, deleting, deleted, failed.
transit_gateways This property is required. Sequence[GetVmaasVdcEdgeTransitGateway]
(List) Connected IBM Transit Gateways.

  • Constraints: The maximum length is 128 items. The minimum length is 0 items. Nested schema for transit_gateways:
type This property is required. str
(String) Determines whether this virtual data center is in a single-tenant or multitenant Cloud Director site.

  • Constraints: Allowable values are: single_tenant, multitenant.
version This property is required. str
(String) The edge version.
id This property is required. String
(String) A unique ID for an IBM Transit Gateway.
privateIps This property is required. List<String>
(List) The private IP addresses assigned to the edge.

  • Constraints: The maximum length is 128 items. The minimum length is 0 items.
privateOnly This property is required. Boolean
(Boolean) Indicates whether the edge is private only. The default value is True for a private Cloud Director site and False for a public Cloud Director site.
publicIps This property is required. List<String>
(List) The public IP addresses assigned to the edge.

  • Constraints: The maximum length is 256 items. The minimum length is 0 items.
size This property is required. String
(String) The size of the edge.The size can be specified only for performance edges. Larger sizes require more capacity from the Cloud Director site in which the virtual data center (VDC) was created to be deployed.

  • Constraints: Allowable values are: medium, large, extra_large.
status This property is required. String
(String) Determines the state of the virtual data center.

  • Constraints: Allowable values are: creating, ready_to_use, modifying, deleting, deleted, failed.
transitGateways This property is required. List<Property Map>
(List) Connected IBM Transit Gateways.

  • Constraints: The maximum length is 128 items. The minimum length is 0 items. Nested schema for transit_gateways:
type This property is required. String
(String) Determines whether this virtual data center is in a single-tenant or multitenant Cloud Director site.

  • Constraints: Allowable values are: single_tenant, multitenant.
version This property is required. String
(String) The edge version.

GetVmaasVdcEdgeTransitGateway

Connections This property is required. List<GetVmaasVdcEdgeTransitGatewayConnection>
(List) IBM Transit Gateway connections.

  • Constraints: The maximum length is 128 items. The minimum length is 1 item. Nested schema for connections:
Id This property is required. string
(String) A unique ID for an IBM Transit Gateway.
Region This property is required. string
(String) The region where the IBM Transit Gateway is deployed.
Status This property is required. string
(String) Determines the state of the virtual data center.

  • Constraints: Allowable values are: creating, ready_to_use, modifying, deleting, deleted, failed.
Connections This property is required. []GetVmaasVdcEdgeTransitGatewayConnection
(List) IBM Transit Gateway connections.

  • Constraints: The maximum length is 128 items. The minimum length is 1 item. Nested schema for connections:
Id This property is required. string
(String) A unique ID for an IBM Transit Gateway.
Region This property is required. string
(String) The region where the IBM Transit Gateway is deployed.
Status This property is required. string
(String) Determines the state of the virtual data center.

  • Constraints: Allowable values are: creating, ready_to_use, modifying, deleting, deleted, failed.
connections This property is required. List<GetVmaasVdcEdgeTransitGatewayConnection>
(List) IBM Transit Gateway connections.

  • Constraints: The maximum length is 128 items. The minimum length is 1 item. Nested schema for connections:
id This property is required. String
(String) A unique ID for an IBM Transit Gateway.
region This property is required. String
(String) The region where the IBM Transit Gateway is deployed.
status This property is required. String
(String) Determines the state of the virtual data center.

  • Constraints: Allowable values are: creating, ready_to_use, modifying, deleting, deleted, failed.
connections This property is required. GetVmaasVdcEdgeTransitGatewayConnection[]
(List) IBM Transit Gateway connections.

  • Constraints: The maximum length is 128 items. The minimum length is 1 item. Nested schema for connections:
id This property is required. string
(String) A unique ID for an IBM Transit Gateway.
region This property is required. string
(String) The region where the IBM Transit Gateway is deployed.
status This property is required. string
(String) Determines the state of the virtual data center.

  • Constraints: Allowable values are: creating, ready_to_use, modifying, deleting, deleted, failed.
connections This property is required. Sequence[GetVmaasVdcEdgeTransitGatewayConnection]
(List) IBM Transit Gateway connections.

  • Constraints: The maximum length is 128 items. The minimum length is 1 item. Nested schema for connections:
id This property is required. str
(String) A unique ID for an IBM Transit Gateway.
region This property is required. str
(String) The region where the IBM Transit Gateway is deployed.
status This property is required. str
(String) Determines the state of the virtual data center.

  • Constraints: Allowable values are: creating, ready_to_use, modifying, deleting, deleted, failed.
connections This property is required. List<Property Map>
(List) IBM Transit Gateway connections.

  • Constraints: The maximum length is 128 items. The minimum length is 1 item. Nested schema for connections:
id This property is required. String
(String) A unique ID for an IBM Transit Gateway.
region This property is required. String
(String) The region where the IBM Transit Gateway is deployed.
status This property is required. String
(String) Determines the state of the virtual data center.

  • Constraints: Allowable values are: creating, ready_to_use, modifying, deleting, deleted, failed.

GetVmaasVdcEdgeTransitGatewayConnection

BaseNetworkType This property is required. string
(String) The type of the network that the unbound GRE tunnel is targeting. Only "classic" is supported.
LocalBgpAsn This property is required. double
(Integer) Local network BGP ASN for the connection.

  • Constraints: The maximum value is 4294967294. The minimum value is 1.
LocalGatewayIp This property is required. string
(String) Local gateway IP address for the connection.
LocalTunnelIp This property is required. string
(String) Local tunnel IP address for the connection.
Name This property is required. string
(String) A human readable ID for the virtual data center (VDC).
NetworkAccountId This property is required. string
(String) The ID of the account that owns the connected network.
NetworkType This property is required. string
(String) The type of the network that is connected through this connection. Only "unbound_gre_tunnel" is supported.
RemoteBgpAsn This property is required. double
(Integer) Remote network BGP ASN for the connection.

  • Constraints: The maximum value is 4294967294. The minimum value is 1.
RemoteGatewayIp This property is required. string
(String) Remote gateway IP address for the connection.
RemoteTunnelIp This property is required. string
(String) Remote tunnel IP address for the connection.
Status This property is required. string
(String) Determines the state of the virtual data center.

  • Constraints: Allowable values are: creating, ready_to_use, modifying, deleting, deleted, failed.
TransitGatewayConnectionName This property is required. string
(String) The user-defined name of the connection created on the IBM Transit Gateway.
Zone This property is required. string
(String) The location of the connection.
BaseNetworkType This property is required. string
(String) The type of the network that the unbound GRE tunnel is targeting. Only "classic" is supported.
LocalBgpAsn This property is required. float64
(Integer) Local network BGP ASN for the connection.

  • Constraints: The maximum value is 4294967294. The minimum value is 1.
LocalGatewayIp This property is required. string
(String) Local gateway IP address for the connection.
LocalTunnelIp This property is required. string
(String) Local tunnel IP address for the connection.
Name This property is required. string
(String) A human readable ID for the virtual data center (VDC).
NetworkAccountId This property is required. string
(String) The ID of the account that owns the connected network.
NetworkType This property is required. string
(String) The type of the network that is connected through this connection. Only "unbound_gre_tunnel" is supported.
RemoteBgpAsn This property is required. float64
(Integer) Remote network BGP ASN for the connection.

  • Constraints: The maximum value is 4294967294. The minimum value is 1.
RemoteGatewayIp This property is required. string
(String) Remote gateway IP address for the connection.
RemoteTunnelIp This property is required. string
(String) Remote tunnel IP address for the connection.
Status This property is required. string
(String) Determines the state of the virtual data center.

  • Constraints: Allowable values are: creating, ready_to_use, modifying, deleting, deleted, failed.
TransitGatewayConnectionName This property is required. string
(String) The user-defined name of the connection created on the IBM Transit Gateway.
Zone This property is required. string
(String) The location of the connection.
baseNetworkType This property is required. String
(String) The type of the network that the unbound GRE tunnel is targeting. Only "classic" is supported.
localBgpAsn This property is required. Double
(Integer) Local network BGP ASN for the connection.

  • Constraints: The maximum value is 4294967294. The minimum value is 1.
localGatewayIp This property is required. String
(String) Local gateway IP address for the connection.
localTunnelIp This property is required. String
(String) Local tunnel IP address for the connection.
name This property is required. String
(String) A human readable ID for the virtual data center (VDC).
networkAccountId This property is required. String
(String) The ID of the account that owns the connected network.
networkType This property is required. String
(String) The type of the network that is connected through this connection. Only "unbound_gre_tunnel" is supported.
remoteBgpAsn This property is required. Double
(Integer) Remote network BGP ASN for the connection.

  • Constraints: The maximum value is 4294967294. The minimum value is 1.
remoteGatewayIp This property is required. String
(String) Remote gateway IP address for the connection.
remoteTunnelIp This property is required. String
(String) Remote tunnel IP address for the connection.
status This property is required. String
(String) Determines the state of the virtual data center.

  • Constraints: Allowable values are: creating, ready_to_use, modifying, deleting, deleted, failed.
transitGatewayConnectionName This property is required. String
(String) The user-defined name of the connection created on the IBM Transit Gateway.
zone This property is required. String
(String) The location of the connection.
baseNetworkType This property is required. string
(String) The type of the network that the unbound GRE tunnel is targeting. Only "classic" is supported.
localBgpAsn This property is required. number
(Integer) Local network BGP ASN for the connection.

  • Constraints: The maximum value is 4294967294. The minimum value is 1.
localGatewayIp This property is required. string
(String) Local gateway IP address for the connection.
localTunnelIp This property is required. string
(String) Local tunnel IP address for the connection.
name This property is required. string
(String) A human readable ID for the virtual data center (VDC).
networkAccountId This property is required. string
(String) The ID of the account that owns the connected network.
networkType This property is required. string
(String) The type of the network that is connected through this connection. Only "unbound_gre_tunnel" is supported.
remoteBgpAsn This property is required. number
(Integer) Remote network BGP ASN for the connection.

  • Constraints: The maximum value is 4294967294. The minimum value is 1.
remoteGatewayIp This property is required. string
(String) Remote gateway IP address for the connection.
remoteTunnelIp This property is required. string
(String) Remote tunnel IP address for the connection.
status This property is required. string
(String) Determines the state of the virtual data center.

  • Constraints: Allowable values are: creating, ready_to_use, modifying, deleting, deleted, failed.
transitGatewayConnectionName This property is required. string
(String) The user-defined name of the connection created on the IBM Transit Gateway.
zone This property is required. string
(String) The location of the connection.
base_network_type This property is required. str
(String) The type of the network that the unbound GRE tunnel is targeting. Only "classic" is supported.
local_bgp_asn This property is required. float
(Integer) Local network BGP ASN for the connection.

  • Constraints: The maximum value is 4294967294. The minimum value is 1.
local_gateway_ip This property is required. str
(String) Local gateway IP address for the connection.
local_tunnel_ip This property is required. str
(String) Local tunnel IP address for the connection.
name This property is required. str
(String) A human readable ID for the virtual data center (VDC).
network_account_id This property is required. str
(String) The ID of the account that owns the connected network.
network_type This property is required. str
(String) The type of the network that is connected through this connection. Only "unbound_gre_tunnel" is supported.
remote_bgp_asn This property is required. float
(Integer) Remote network BGP ASN for the connection.

  • Constraints: The maximum value is 4294967294. The minimum value is 1.
remote_gateway_ip This property is required. str
(String) Remote gateway IP address for the connection.
remote_tunnel_ip This property is required. str
(String) Remote tunnel IP address for the connection.
status This property is required. str
(String) Determines the state of the virtual data center.

  • Constraints: Allowable values are: creating, ready_to_use, modifying, deleting, deleted, failed.
transit_gateway_connection_name This property is required. str
(String) The user-defined name of the connection created on the IBM Transit Gateway.
zone This property is required. str
(String) The location of the connection.
baseNetworkType This property is required. String
(String) The type of the network that the unbound GRE tunnel is targeting. Only "classic" is supported.
localBgpAsn This property is required. Number
(Integer) Local network BGP ASN for the connection.

  • Constraints: The maximum value is 4294967294. The minimum value is 1.
localGatewayIp This property is required. String
(String) Local gateway IP address for the connection.
localTunnelIp This property is required. String
(String) Local tunnel IP address for the connection.
name This property is required. String
(String) A human readable ID for the virtual data center (VDC).
networkAccountId This property is required. String
(String) The ID of the account that owns the connected network.
networkType This property is required. String
(String) The type of the network that is connected through this connection. Only "unbound_gre_tunnel" is supported.
remoteBgpAsn This property is required. Number
(Integer) Remote network BGP ASN for the connection.

  • Constraints: The maximum value is 4294967294. The minimum value is 1.
remoteGatewayIp This property is required. String
(String) Remote gateway IP address for the connection.
remoteTunnelIp This property is required. String
(String) Remote tunnel IP address for the connection.
status This property is required. String
(String) Determines the state of the virtual data center.

  • Constraints: Allowable values are: creating, ready_to_use, modifying, deleting, deleted, failed.
transitGatewayConnectionName This property is required. String
(String) The user-defined name of the connection created on the IBM Transit Gateway.
zone This property is required. String
(String) The location of the connection.

GetVmaasVdcStatusReason

Code This property is required. string
(String) An error code specific to the error encountered.

  • Constraints: Allowable values are: insufficent_cpu, insufficent_ram, insufficent_cpu_and_ram.
Message This property is required. string
(String) A message that describes why the error ocurred.
MoreInfo This property is required. string
(String) A URL that links to a page with more information about this error.
Code This property is required. string
(String) An error code specific to the error encountered.

  • Constraints: Allowable values are: insufficent_cpu, insufficent_ram, insufficent_cpu_and_ram.
Message This property is required. string
(String) A message that describes why the error ocurred.
MoreInfo This property is required. string
(String) A URL that links to a page with more information about this error.
code This property is required. String
(String) An error code specific to the error encountered.

  • Constraints: Allowable values are: insufficent_cpu, insufficent_ram, insufficent_cpu_and_ram.
message This property is required. String
(String) A message that describes why the error ocurred.
moreInfo This property is required. String
(String) A URL that links to a page with more information about this error.
code This property is required. string
(String) An error code specific to the error encountered.

  • Constraints: Allowable values are: insufficent_cpu, insufficent_ram, insufficent_cpu_and_ram.
message This property is required. string
(String) A message that describes why the error ocurred.
moreInfo This property is required. string
(String) A URL that links to a page with more information about this error.
code This property is required. str
(String) An error code specific to the error encountered.

  • Constraints: Allowable values are: insufficent_cpu, insufficent_ram, insufficent_cpu_and_ram.
message This property is required. str
(String) A message that describes why the error ocurred.
more_info This property is required. str
(String) A URL that links to a page with more information about this error.
code This property is required. String
(String) An error code specific to the error encountered.

  • Constraints: Allowable values are: insufficent_cpu, insufficent_ram, insufficent_cpu_and_ram.
message This property is required. String
(String) A message that describes why the error ocurred.
moreInfo This property is required. String
(String) A URL that links to a page with more information about this error.

Package Details

Repository
ibm ibm-cloud/terraform-provider-ibm
License
Notes
This Pulumi package is based on the ibm Terraform Provider.