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",
});
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")
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
})
}
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",
});
});
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());
}
}
variables:
vmaasVdc:
fn::invoke:
function: ibm:getVmaasVdc
arguments:
acceptLanguage: ${ibm_vmaas_vdc.vmaas_vdc_instance.accept_language}
vmaasVdcId: vdc_id
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>
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]
func LookupVmaasVdc(ctx *Context, args *LookupVmaasVdcArgs, opts ...InvokeOption) (*LookupVmaasVdcResult, error)
func LookupVmaasVdcOutput(ctx *Context, args *LookupVmaasVdcOutputArgs, opts ...InvokeOption) LookupVmaasVdcResultOutput
> 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)
}
public static CompletableFuture<GetVmaasVdcResult> getVmaasVdc(GetVmaasVdcArgs args, InvokeOptions options)
public static Output<GetVmaasVdcResult> getVmaasVdc(GetVmaasVdcArgs args, InvokeOptions options)
fn::invoke:
function: ibm:index/getVmaasVdc:getVmaasVdc
arguments:
# arguments dictionary
The following arguments are supported:
- Vmaas
Vdc Id This property is required. string - A unique ID for a specified virtual data center.
- Constraints: The maximum length is
128
characters. The minimum length is1
character. The value must match regular expression/^[A-Za-z0-9_-]{1,128}$/
.
- Constraints: The maximum length is
- Accept
Language string - Language.
- Constraints: The maximum length is
256
characters. The minimum length is1
character. The value must match regular expression/^[A-Za-z0-9-,;=\\.\\*\\s]{1,256}$/
.
- Constraints: The maximum length is
- Id string
- (String) A unique ID for an IBM Transit Gateway.
- Vmaas
Vdc Id This property is required. string - A unique ID for a specified virtual data center.
- Constraints: The maximum length is
128
characters. The minimum length is1
character. The value must match regular expression/^[A-Za-z0-9_-]{1,128}$/
.
- Constraints: The maximum length is
- Accept
Language string - Language.
- Constraints: The maximum length is
256
characters. The minimum length is1
character. The value must match regular expression/^[A-Za-z0-9-,;=\\.\\*\\s]{1,256}$/
.
- Constraints: The maximum length is
- Id string
- (String) A unique ID for an IBM Transit Gateway.
- vmaas
Vdc Id This property is required. String - A unique ID for a specified virtual data center.
- Constraints: The maximum length is
128
characters. The minimum length is1
character. The value must match regular expression/^[A-Za-z0-9_-]{1,128}$/
.
- Constraints: The maximum length is
- accept
Language String - Language.
- Constraints: The maximum length is
256
characters. The minimum length is1
character. The value must match regular expression/^[A-Za-z0-9-,;=\\.\\*\\s]{1,256}$/
.
- Constraints: The maximum length is
- id String
- (String) A unique ID for an IBM Transit Gateway.
- vmaas
Vdc Id This property is required. string - A unique ID for a specified virtual data center.
- Constraints: The maximum length is
128
characters. The minimum length is1
character. The value must match regular expression/^[A-Za-z0-9_-]{1,128}$/
.
- Constraints: The maximum length is
- accept
Language string - Language.
- Constraints: The maximum length is
256
characters. The minimum length is1
character. The value must match regular expression/^[A-Za-z0-9-,;=\\.\\*\\s]{1,256}$/
.
- Constraints: The maximum length is
- 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 is1
character. The value must match regular expression/^[A-Za-z0-9_-]{1,128}$/
.
- Constraints: The maximum length is
- accept_
language str - Language.
- Constraints: The maximum length is
256
characters. The minimum length is1
character. The value must match regular expression/^[A-Za-z0-9-,;=\\.\\*\\s]{1,256}$/
.
- Constraints: The maximum length is
- id str
- (String) A unique ID for an IBM Transit Gateway.
- vmaas
Vdc Id This property is required. String - A unique ID for a specified virtual data center.
- Constraints: The maximum length is
128
characters. The minimum length is1
character. The value must match regular expression/^[A-Za-z0-9_-]{1,128}$/
.
- Constraints: The maximum length is
- accept
Language String - Language.
- Constraints: The maximum length is
256
characters. The minimum length is1
character. The value must match regular expression/^[A-Za-z0-9-,;=\\.\\*\\s]{1,256}$/
.
- Constraints: The maximum length is
- 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 is0
.
- Constraints: The maximum value is
- Crn string
- (String) A unique ID for the virtual data center (VDC) in IBM Cloud.
- Deleted
At string - (String) The time that the virtual data center (VDC) is deleted.
- Director
Sites List<GetVmaas Vdc Director Site> - (List) The Cloud Director site in which to deploy the virtual data center (VDC). Nested schema for director_site:
- Edges
List<Get
Vmaas Vdc Edge> - (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 is0
items. Nested schema for edges:
- Constraints: The maximum length is
- Fast
Provisioning boolEnabled - (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).
- Ordered
At string - (String) The time that the virtual data center (VDC) is ordered.
- Org
Href string - (String) The URL of the organization that owns the VDC.
- Org
Name 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.
- Provisioned
At 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 is0
.
- Constraints: The maximum value is
- 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 string
- (String) Determines the state of the virtual data center.
- Constraints: Allowable values are:
creating
,ready_to_use
,modifying
,deleting
,deleted
,failed
.
- Constraints: Allowable values are:
- Status
Reasons List<GetVmaas Vdc Status Reason> - (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 is0
items. Nested schema for status_reasons:
- Constraints: The maximum length is
- 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
.
- Constraints: Allowable values are:
- Vmaas
Vdc stringId - 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 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 is0
.
- Constraints: The maximum value is
- Crn string
- (String) A unique ID for the virtual data center (VDC) in IBM Cloud.
- Deleted
At string - (String) The time that the virtual data center (VDC) is deleted.
- Director
Sites []GetVmaas Vdc Director Site - (List) The Cloud Director site in which to deploy the virtual data center (VDC). Nested schema for director_site:
- Edges
[]Get
Vmaas Vdc Edge - (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 is0
items. Nested schema for edges:
- Constraints: The maximum length is
- Fast
Provisioning boolEnabled - (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).
- Ordered
At string - (String) The time that the virtual data center (VDC) is ordered.
- Org
Href string - (String) The URL of the organization that owns the VDC.
- Org
Name 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.
- Provisioned
At 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 is0
.
- Constraints: The maximum value is
- 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 string
- (String) Determines the state of the virtual data center.
- Constraints: Allowable values are:
creating
,ready_to_use
,modifying
,deleting
,deleted
,failed
.
- Constraints: Allowable values are:
- Status
Reasons []GetVmaas Vdc Status Reason - (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 is0
items. Nested schema for status_reasons:
- Constraints: The maximum length is
- 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
.
- Constraints: Allowable values are:
- Vmaas
Vdc stringId - 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 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 is0
.
- Constraints: The maximum value is
- crn String
- (String) A unique ID for the virtual data center (VDC) in IBM Cloud.
- deleted
At String - (String) The time that the virtual data center (VDC) is deleted.
- director
Sites List<GetVmaas Vdc Director Site> - (List) The Cloud Director site in which to deploy the virtual data center (VDC). Nested schema for director_site:
- edges
List<Get
Vmaas Vdc Edge> - (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 is0
items. Nested schema for edges:
- Constraints: The maximum length is
- fast
Provisioning BooleanEnabled - (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).
- ordered
At String - (String) The time that the virtual data center (VDC) is ordered.
- org
Href String - (String) The URL of the organization that owns the VDC.
- org
Name 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.
- provisioned
At 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 is0
.
- Constraints: The maximum value is
- rhel
Byol 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
.
- Constraints: Allowable values are:
- status
Reasons List<GetVmaas Vdc Status Reason> - (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 is0
items. Nested schema for status_reasons:
- Constraints: The maximum length is
- 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
.
- Constraints: Allowable values are:
- vmaas
Vdc StringId - windows
Byol Boolean - (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 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 is0
.
- Constraints: The maximum value is
- crn string
- (String) A unique ID for the virtual data center (VDC) in IBM Cloud.
- deleted
At string - (String) The time that the virtual data center (VDC) is deleted.
- director
Sites GetVmaas Vdc Director Site[] - (List) The Cloud Director site in which to deploy the virtual data center (VDC). Nested schema for director_site:
- edges
Get
Vmaas Vdc Edge[] - (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 is0
items. Nested schema for edges:
- Constraints: The maximum length is
- fast
Provisioning booleanEnabled - (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).
- ordered
At string - (String) The time that the virtual data center (VDC) is ordered.
- org
Href string - (String) The URL of the organization that owns the VDC.
- org
Name 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.
- provisioned
At 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 is0
.
- Constraints: The maximum value is
- rhel
Byol 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
.
- Constraints: Allowable values are:
- status
Reasons GetVmaas Vdc Status Reason[] - (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 is0
items. Nested schema for status_reasons:
- Constraints: The maximum length is
- 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
.
- Constraints: Allowable values are:
- vmaas
Vdc stringId - windows
Byol boolean - (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 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 is0
.
- Constraints: The maximum value is
- 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[GetVmaas Vdc Director Site] - (List) The Cloud Director site in which to deploy the virtual data center (VDC). Nested schema for director_site:
- edges
Sequence[Get
Vmaas Vdc Edge] - (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 is0
items. Nested schema for edges:
- Constraints: The maximum length is
- fast_
provisioning_ boolenabled - (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 is0
.
- Constraints: The maximum value is
- 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
.
- Constraints: Allowable values are:
- status_
reasons Sequence[GetVmaas Vdc Status Reason] - (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 is0
items. Nested schema for status_reasons:
- Constraints: The maximum length is
- 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
.
- Constraints: Allowable values are:
- vmaas_
vdc_ strid - 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 is0
.
- Constraints: The maximum value is
- crn String
- (String) A unique ID for the virtual data center (VDC) in IBM Cloud.
- deleted
At String - (String) The time that the virtual data center (VDC) is deleted.
- director
Sites 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 is0
items. Nested schema for edges:
- Constraints: The maximum length is
- fast
Provisioning BooleanEnabled - (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).
- ordered
At String - (String) The time that the virtual data center (VDC) is ordered.
- org
Href String - (String) The URL of the organization that owns the VDC.
- org
Name 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.
- provisioned
At 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 is0
.
- Constraints: The maximum value is
- rhel
Byol 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
.
- Constraints: Allowable values are:
- status
Reasons 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 is0
items. Nested schema for status_reasons:
- Constraints: The maximum length is
- 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
.
- Constraints: Allowable values are:
- vmaas
Vdc StringId - windows
Byol Boolean - (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 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<GetVmaas Vdc Director Site Pvdc> - (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. []GetVmaas Vdc Director Site Pvdc - (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<GetVmaas Vdc Director Site Pvdc> - (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. GetVmaas Vdc Director Site Pvdc[] - (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[GetVmaas Vdc Director Site Pvdc] - (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.
- Provider
Types This property is required. List<GetVmaas Vdc Director Site Pvdc Provider Type> - (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.
- Provider
Types This property is required. []GetVmaas Vdc Director Site Pvdc Provider Type - (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.
- provider
Types This property is required. List<GetVmaas Vdc Director Site Pvdc Provider Type> - (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.
- provider
Types This property is required. GetVmaas Vdc Director Site Pvdc Provider Type[] - (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[GetVmaas Vdc Director Site Pvdc Provider Type] - (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.
- provider
Types 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.
- Private
Ips 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 is0
items.
- Constraints: The maximum length is
- 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. List<string> - (List) The public IP addresses assigned to the edge.
- Constraints: The maximum length is
256
items. The minimum length is0
items.
- Constraints: The maximum length is
- 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
.
- Constraints: Allowable values are:
- 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
.
- Constraints: Allowable values are:
- Transit
Gateways This property is required. List<GetVmaas Vdc Edge Transit Gateway> - (List) Connected IBM Transit Gateways.
- Constraints: The maximum length is
128
items. The minimum length is0
items. Nested schema for transit_gateways:
- Constraints: The maximum length is
- 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
.
- Constraints: Allowable values are:
- 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.
- Private
Ips This property is required. []string - (List) The private IP addresses assigned to the edge.
- Constraints: The maximum length is
128
items. The minimum length is0
items.
- Constraints: The maximum length is
- 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. []string - (List) The public IP addresses assigned to the edge.
- Constraints: The maximum length is
256
items. The minimum length is0
items.
- Constraints: The maximum length is
- 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
.
- Constraints: Allowable values are:
- 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
.
- Constraints: Allowable values are:
- Transit
Gateways This property is required. []GetVmaas Vdc Edge Transit Gateway - (List) Connected IBM Transit Gateways.
- Constraints: The maximum length is
128
items. The minimum length is0
items. Nested schema for transit_gateways:
- Constraints: The maximum length is
- 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
.
- Constraints: Allowable values are:
- 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.
- private
Ips 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 is0
items.
- Constraints: The maximum length is
- private
Only 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.
- public
Ips 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 is0
items.
- Constraints: The maximum length is
- 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
.
- Constraints: Allowable values are:
- 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
.
- Constraints: Allowable values are:
- transit
Gateways This property is required. List<GetVmaas Vdc Edge Transit Gateway> - (List) Connected IBM Transit Gateways.
- Constraints: The maximum length is
128
items. The minimum length is0
items. Nested schema for transit_gateways:
- Constraints: The maximum length is
- 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
.
- Constraints: Allowable values are:
- 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.
- private
Ips This property is required. string[] - (List) The private IP addresses assigned to the edge.
- Constraints: The maximum length is
128
items. The minimum length is0
items.
- Constraints: The maximum length is
- private
Only 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.
- public
Ips This property is required. string[] - (List) The public IP addresses assigned to the edge.
- Constraints: The maximum length is
256
items. The minimum length is0
items.
- Constraints: The maximum length is
- 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
.
- Constraints: Allowable values are:
- 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
.
- Constraints: Allowable values are:
- transit
Gateways This property is required. GetVmaas Vdc Edge Transit Gateway[] - (List) Connected IBM Transit Gateways.
- Constraints: The maximum length is
128
items. The minimum length is0
items. Nested schema for transit_gateways:
- Constraints: The maximum length is
- 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
.
- Constraints: Allowable values are:
- 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 is0
items.
- Constraints: The maximum length is
- 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 is0
items.
- Constraints: The maximum length is
- 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
.
- Constraints: Allowable values are:
- 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
.
- Constraints: Allowable values are:
- transit_
gateways This property is required. Sequence[GetVmaas Vdc Edge Transit Gateway] - (List) Connected IBM Transit Gateways.
- Constraints: The maximum length is
128
items. The minimum length is0
items. Nested schema for transit_gateways:
- Constraints: The maximum length is
- 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
.
- Constraints: Allowable values are:
- 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.
- private
Ips 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 is0
items.
- Constraints: The maximum length is
- private
Only 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.
- public
Ips 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 is0
items.
- Constraints: The maximum length is
- 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
.
- Constraints: Allowable values are:
- 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
.
- Constraints: Allowable values are:
- transit
Gateways This property is required. List<Property Map> - (List) Connected IBM Transit Gateways.
- Constraints: The maximum length is
128
items. The minimum length is0
items. Nested schema for transit_gateways:
- Constraints: The maximum length is
- 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
.
- Constraints: Allowable values are:
- version
This property is required. String - (String) The edge version.
GetVmaasVdcEdgeTransitGateway
- Connections
This property is required. List<GetVmaas Vdc Edge Transit Gateway Connection> - (List) IBM Transit Gateway connections.
- Constraints: The maximum length is
128
items. The minimum length is1
item. Nested schema for connections:
- Constraints: The maximum length is
- 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
.
- Constraints: Allowable values are:
- Connections
This property is required. []GetVmaas Vdc Edge Transit Gateway Connection - (List) IBM Transit Gateway connections.
- Constraints: The maximum length is
128
items. The minimum length is1
item. Nested schema for connections:
- Constraints: The maximum length is
- 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
.
- Constraints: Allowable values are:
- connections
This property is required. List<GetVmaas Vdc Edge Transit Gateway Connection> - (List) IBM Transit Gateway connections.
- Constraints: The maximum length is
128
items. The minimum length is1
item. Nested schema for connections:
- Constraints: The maximum length is
- 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
.
- Constraints: Allowable values are:
- connections
This property is required. GetVmaas Vdc Edge Transit Gateway Connection[] - (List) IBM Transit Gateway connections.
- Constraints: The maximum length is
128
items. The minimum length is1
item. Nested schema for connections:
- Constraints: The maximum length is
- 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
.
- Constraints: Allowable values are:
- connections
This property is required. Sequence[GetVmaas Vdc Edge Transit Gateway Connection] - (List) IBM Transit Gateway connections.
- Constraints: The maximum length is
128
items. The minimum length is1
item. Nested schema for connections:
- Constraints: The maximum length is
- 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
.
- Constraints: Allowable values are:
- connections
This property is required. List<Property Map> - (List) IBM Transit Gateway connections.
- Constraints: The maximum length is
128
items. The minimum length is1
item. Nested schema for connections:
- Constraints: The maximum length is
- 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
.
- Constraints: Allowable values are:
GetVmaasVdcEdgeTransitGatewayConnection
- Base
Network Type This property is required. string - (String) The type of the network that the unbound GRE tunnel is targeting. Only "classic" is supported.
- Local
Bgp Asn This property is required. double - (Integer) Local network BGP ASN for the connection.
- Constraints: The maximum value is
4294967294
. The minimum value is1
.
- Constraints: The maximum value is
- Local
Gateway Ip This property is required. string - (String) Local gateway IP address for the connection.
- Local
Tunnel Ip 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).
- Network
Account Id This property is required. string - (String) The ID of the account that owns the connected network.
- Network
Type This property is required. string - (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. double - (Integer) Remote network BGP ASN for the connection.
- Constraints: The maximum value is
4294967294
. The minimum value is1
.
- Constraints: The maximum value is
- Remote
Gateway Ip This property is required. string - (String) Remote gateway IP address for the connection.
- Remote
Tunnel Ip 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
.
- Constraints: Allowable values are:
- Transit
Gateway Connection Name 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. string - (String) The type of the network that the unbound GRE tunnel is targeting. Only "classic" is supported.
- Local
Bgp Asn This property is required. float64 - (Integer) Local network BGP ASN for the connection.
- Constraints: The maximum value is
4294967294
. The minimum value is1
.
- Constraints: The maximum value is
- Local
Gateway Ip This property is required. string - (String) Local gateway IP address for the connection.
- Local
Tunnel Ip 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).
- Network
Account Id This property is required. string - (String) The ID of the account that owns the connected network.
- Network
Type This property is required. string - (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. float64 - (Integer) Remote network BGP ASN for the connection.
- Constraints: The maximum value is
4294967294
. The minimum value is1
.
- Constraints: The maximum value is
- Remote
Gateway Ip This property is required. string - (String) Remote gateway IP address for the connection.
- Remote
Tunnel Ip 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
.
- Constraints: Allowable values are:
- Transit
Gateway Connection Name 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. String - (String) The type of the network that the unbound GRE tunnel is targeting. Only "classic" is supported.
- local
Bgp Asn This property is required. Double - (Integer) Local network BGP ASN for the connection.
- Constraints: The maximum value is
4294967294
. The minimum value is1
.
- Constraints: The maximum value is
- local
Gateway Ip This property is required. String - (String) Local gateway IP address for the connection.
- local
Tunnel Ip 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).
- network
Account Id This property is required. String - (String) The ID of the account that owns the connected network.
- network
Type This property is required. String - (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. Double - (Integer) Remote network BGP ASN for the connection.
- Constraints: The maximum value is
4294967294
. The minimum value is1
.
- Constraints: The maximum value is
- remote
Gateway Ip This property is required. String - (String) Remote gateway IP address for the connection.
- remote
Tunnel Ip 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
.
- Constraints: Allowable values are:
- transit
Gateway Connection Name 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. string - (String) The type of the network that the unbound GRE tunnel is targeting. Only "classic" is supported.
- local
Bgp Asn This property is required. number - (Integer) Local network BGP ASN for the connection.
- Constraints: The maximum value is
4294967294
. The minimum value is1
.
- Constraints: The maximum value is
- local
Gateway Ip This property is required. string - (String) Local gateway IP address for the connection.
- local
Tunnel Ip 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).
- network
Account Id This property is required. string - (String) The ID of the account that owns the connected network.
- network
Type This property is required. string - (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. number - (Integer) Remote network BGP ASN for the connection.
- Constraints: The maximum value is
4294967294
. The minimum value is1
.
- Constraints: The maximum value is
- remote
Gateway Ip This property is required. string - (String) Remote gateway IP address for the connection.
- remote
Tunnel Ip 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
.
- Constraints: Allowable values are:
- transit
Gateway Connection Name 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 is1
.
- Constraints: The maximum value is
- 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 is1
.
- Constraints: The maximum value is
- 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
.
- Constraints: Allowable values are:
- 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.
- base
Network Type This property is required. String - (String) The type of the network that the unbound GRE tunnel is targeting. Only "classic" is supported.
- local
Bgp Asn This property is required. Number - (Integer) Local network BGP ASN for the connection.
- Constraints: The maximum value is
4294967294
. The minimum value is1
.
- Constraints: The maximum value is
- local
Gateway Ip This property is required. String - (String) Local gateway IP address for the connection.
- local
Tunnel Ip 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).
- network
Account Id This property is required. String - (String) The ID of the account that owns the connected network.
- network
Type This property is required. String - (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. Number - (Integer) Remote network BGP ASN for the connection.
- Constraints: The maximum value is
4294967294
. The minimum value is1
.
- Constraints: The maximum value is
- remote
Gateway Ip This property is required. String - (String) Remote gateway IP address for the connection.
- remote
Tunnel Ip 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
.
- Constraints: Allowable values are:
- transit
Gateway Connection Name 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
.
- Constraints: Allowable values are:
- Message
This property is required. string - (String) A message that describes why the error ocurred.
- More
Info 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
.
- Constraints: Allowable values are:
- Message
This property is required. string - (String) A message that describes why the error ocurred.
- More
Info 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
.
- Constraints: Allowable values are:
- message
This property is required. String - (String) A message that describes why the error ocurred.
- more
Info 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
.
- Constraints: Allowable values are:
- message
This property is required. string - (String) A message that describes why the error ocurred.
- more
Info 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
.
- Constraints: Allowable values are:
- 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
.
- Constraints: Allowable values are:
- message
This property is required. String - (String) A message that describes why the error ocurred.
- more
Info 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.