1. Packages
  2. Vcd Provider
  3. API Docs
  4. NsxtAlbCloud
vcd 3.14.1 published on Monday, Apr 14, 2025 by vmware

vcd.NsxtAlbCloud

Explore with Pulumi AI

vcd logo
vcd 3.14.1 published on Monday, Apr 14, 2025 by vmware

    Create NsxtAlbCloud Resource

    Resources are created with functions called constructors. To learn more about declaring and configuring resources, see Resources.

    Constructor syntax

    new NsxtAlbCloud(name: string, args: NsxtAlbCloudArgs, opts?: CustomResourceOptions);
    @overload
    def NsxtAlbCloud(resource_name: str,
                     args: NsxtAlbCloudArgs,
                     opts: Optional[ResourceOptions] = None)
    
    @overload
    def NsxtAlbCloud(resource_name: str,
                     opts: Optional[ResourceOptions] = None,
                     controller_id: Optional[str] = None,
                     importable_cloud_id: Optional[str] = None,
                     network_pool_id: Optional[str] = None,
                     description: Optional[str] = None,
                     name: Optional[str] = None,
                     nsxt_alb_cloud_id: Optional[str] = None)
    func NewNsxtAlbCloud(ctx *Context, name string, args NsxtAlbCloudArgs, opts ...ResourceOption) (*NsxtAlbCloud, error)
    public NsxtAlbCloud(string name, NsxtAlbCloudArgs args, CustomResourceOptions? opts = null)
    public NsxtAlbCloud(String name, NsxtAlbCloudArgs args)
    public NsxtAlbCloud(String name, NsxtAlbCloudArgs args, CustomResourceOptions options)
    
    type: vcd:NsxtAlbCloud
    properties: # The arguments to resource properties.
    options: # Bag of options to control resource's behavior.
    
    

    Parameters

    name string
    The unique name of the resource.
    args NsxtAlbCloudArgs
    The arguments to resource properties.
    opts CustomResourceOptions
    Bag of options to control resource's behavior.
    resource_name str
    The unique name of the resource.
    args NsxtAlbCloudArgs
    The arguments to resource properties.
    opts ResourceOptions
    Bag of options to control resource's behavior.
    ctx Context
    Context object for the current deployment.
    name string
    The unique name of the resource.
    args NsxtAlbCloudArgs
    The arguments to resource properties.
    opts ResourceOption
    Bag of options to control resource's behavior.
    name string
    The unique name of the resource.
    args NsxtAlbCloudArgs
    The arguments to resource properties.
    opts CustomResourceOptions
    Bag of options to control resource's behavior.
    name String
    The unique name of the resource.
    args NsxtAlbCloudArgs
    The arguments to resource properties.
    options CustomResourceOptions
    Bag of options to control resource's behavior.

    Constructor example

    The following reference example uses placeholder values for all input properties.

    var nsxtAlbCloudResource = new Vcd.NsxtAlbCloud("nsxtAlbCloudResource", new()
    {
        ControllerId = "string",
        ImportableCloudId = "string",
        NetworkPoolId = "string",
        Description = "string",
        Name = "string",
        NsxtAlbCloudId = "string",
    });
    
    example, err := vcd.NewNsxtAlbCloud(ctx, "nsxtAlbCloudResource", &vcd.NsxtAlbCloudArgs{
    	ControllerId:      pulumi.String("string"),
    	ImportableCloudId: pulumi.String("string"),
    	NetworkPoolId:     pulumi.String("string"),
    	Description:       pulumi.String("string"),
    	Name:              pulumi.String("string"),
    	NsxtAlbCloudId:    pulumi.String("string"),
    })
    
    var nsxtAlbCloudResource = new NsxtAlbCloud("nsxtAlbCloudResource", NsxtAlbCloudArgs.builder()
        .controllerId("string")
        .importableCloudId("string")
        .networkPoolId("string")
        .description("string")
        .name("string")
        .nsxtAlbCloudId("string")
        .build());
    
    nsxt_alb_cloud_resource = vcd.NsxtAlbCloud("nsxtAlbCloudResource",
        controller_id="string",
        importable_cloud_id="string",
        network_pool_id="string",
        description="string",
        name="string",
        nsxt_alb_cloud_id="string")
    
    const nsxtAlbCloudResource = new vcd.NsxtAlbCloud("nsxtAlbCloudResource", {
        controllerId: "string",
        importableCloudId: "string",
        networkPoolId: "string",
        description: "string",
        name: "string",
        nsxtAlbCloudId: "string",
    });
    
    type: vcd:NsxtAlbCloud
    properties:
        controllerId: string
        description: string
        importableCloudId: string
        name: string
        networkPoolId: string
        nsxtAlbCloudId: string
    

    NsxtAlbCloud Resource Properties

    To learn more about resource properties and how to use them, see Inputs and Outputs in the Architecture and Concepts docs.

    Inputs

    In Python, inputs that are objects can be passed either as argument classes or as dictionary literals.

    The NsxtAlbCloud resource accepts the following input properties:

    ControllerId string
    ALB Controller ID
    ImportableCloudId string
    Importable Cloud ID. Can be looked up using vcd.getNsxtAlbImportableCloud data source
    NetworkPoolId string
    Network pool ID for ALB Cloud. Can be looked up using vcd.getNsxtAlbImportableCloud data source
    Description string
    An optional description ALB Cloud
    Name string
    A name for ALB Cloud
    NsxtAlbCloudId string
    ControllerId string
    ALB Controller ID
    ImportableCloudId string
    Importable Cloud ID. Can be looked up using vcd.getNsxtAlbImportableCloud data source
    NetworkPoolId string
    Network pool ID for ALB Cloud. Can be looked up using vcd.getNsxtAlbImportableCloud data source
    Description string
    An optional description ALB Cloud
    Name string
    A name for ALB Cloud
    NsxtAlbCloudId string
    controllerId String
    ALB Controller ID
    importableCloudId String
    Importable Cloud ID. Can be looked up using vcd.getNsxtAlbImportableCloud data source
    networkPoolId String
    Network pool ID for ALB Cloud. Can be looked up using vcd.getNsxtAlbImportableCloud data source
    description String
    An optional description ALB Cloud
    name String
    A name for ALB Cloud
    nsxtAlbCloudId String
    controllerId string
    ALB Controller ID
    importableCloudId string
    Importable Cloud ID. Can be looked up using vcd.getNsxtAlbImportableCloud data source
    networkPoolId string
    Network pool ID for ALB Cloud. Can be looked up using vcd.getNsxtAlbImportableCloud data source
    description string
    An optional description ALB Cloud
    name string
    A name for ALB Cloud
    nsxtAlbCloudId string
    controller_id str
    ALB Controller ID
    importable_cloud_id str
    Importable Cloud ID. Can be looked up using vcd.getNsxtAlbImportableCloud data source
    network_pool_id str
    Network pool ID for ALB Cloud. Can be looked up using vcd.getNsxtAlbImportableCloud data source
    description str
    An optional description ALB Cloud
    name str
    A name for ALB Cloud
    nsxt_alb_cloud_id str
    controllerId String
    ALB Controller ID
    importableCloudId String
    Importable Cloud ID. Can be looked up using vcd.getNsxtAlbImportableCloud data source
    networkPoolId String
    Network pool ID for ALB Cloud. Can be looked up using vcd.getNsxtAlbImportableCloud data source
    description String
    An optional description ALB Cloud
    name String
    A name for ALB Cloud
    nsxtAlbCloudId String

    Outputs

    All input properties are implicitly available as output properties. Additionally, the NsxtAlbCloud resource produces the following output properties:

    HealthMessage string
    DetailedHealthMessage contains detailed message on the health of the Cloud
    HealthStatus string
    HealthStatus contains status of the Load Balancer Cloud. Possible values are:

    • UP - The cloud is healthy and ready to enable Load Balancer for an Edge Gateway
    • DOWN - The cloud is in a failure state. Enabling Load balancer on an Edge Gateway may not be possible
    • RUNNING - The cloud is currently processing. An example is if it's enabling a Load Balancer for an Edge Gateway
    • UNAVAILABLE - The cloud is unavailable
    • UNKNOWN - The cloud state is unknown
    Id string
    The provider-assigned unique ID for this managed resource.
    NetworkPoolName string
    Network Pool Name used by the Cloud
    HealthMessage string
    DetailedHealthMessage contains detailed message on the health of the Cloud
    HealthStatus string
    HealthStatus contains status of the Load Balancer Cloud. Possible values are:

    • UP - The cloud is healthy and ready to enable Load Balancer for an Edge Gateway
    • DOWN - The cloud is in a failure state. Enabling Load balancer on an Edge Gateway may not be possible
    • RUNNING - The cloud is currently processing. An example is if it's enabling a Load Balancer for an Edge Gateway
    • UNAVAILABLE - The cloud is unavailable
    • UNKNOWN - The cloud state is unknown
    Id string
    The provider-assigned unique ID for this managed resource.
    NetworkPoolName string
    Network Pool Name used by the Cloud
    healthMessage String
    DetailedHealthMessage contains detailed message on the health of the Cloud
    healthStatus String
    HealthStatus contains status of the Load Balancer Cloud. Possible values are:

    • UP - The cloud is healthy and ready to enable Load Balancer for an Edge Gateway
    • DOWN - The cloud is in a failure state. Enabling Load balancer on an Edge Gateway may not be possible
    • RUNNING - The cloud is currently processing. An example is if it's enabling a Load Balancer for an Edge Gateway
    • UNAVAILABLE - The cloud is unavailable
    • UNKNOWN - The cloud state is unknown
    id String
    The provider-assigned unique ID for this managed resource.
    networkPoolName String
    Network Pool Name used by the Cloud
    healthMessage string
    DetailedHealthMessage contains detailed message on the health of the Cloud
    healthStatus string
    HealthStatus contains status of the Load Balancer Cloud. Possible values are:

    • UP - The cloud is healthy and ready to enable Load Balancer for an Edge Gateway
    • DOWN - The cloud is in a failure state. Enabling Load balancer on an Edge Gateway may not be possible
    • RUNNING - The cloud is currently processing. An example is if it's enabling a Load Balancer for an Edge Gateway
    • UNAVAILABLE - The cloud is unavailable
    • UNKNOWN - The cloud state is unknown
    id string
    The provider-assigned unique ID for this managed resource.
    networkPoolName string
    Network Pool Name used by the Cloud
    health_message str
    DetailedHealthMessage contains detailed message on the health of the Cloud
    health_status str
    HealthStatus contains status of the Load Balancer Cloud. Possible values are:

    • UP - The cloud is healthy and ready to enable Load Balancer for an Edge Gateway
    • DOWN - The cloud is in a failure state. Enabling Load balancer on an Edge Gateway may not be possible
    • RUNNING - The cloud is currently processing. An example is if it's enabling a Load Balancer for an Edge Gateway
    • UNAVAILABLE - The cloud is unavailable
    • UNKNOWN - The cloud state is unknown
    id str
    The provider-assigned unique ID for this managed resource.
    network_pool_name str
    Network Pool Name used by the Cloud
    healthMessage String
    DetailedHealthMessage contains detailed message on the health of the Cloud
    healthStatus String
    HealthStatus contains status of the Load Balancer Cloud. Possible values are:

    • UP - The cloud is healthy and ready to enable Load Balancer for an Edge Gateway
    • DOWN - The cloud is in a failure state. Enabling Load balancer on an Edge Gateway may not be possible
    • RUNNING - The cloud is currently processing. An example is if it's enabling a Load Balancer for an Edge Gateway
    • UNAVAILABLE - The cloud is unavailable
    • UNKNOWN - The cloud state is unknown
    id String
    The provider-assigned unique ID for this managed resource.
    networkPoolName String
    Network Pool Name used by the Cloud

    Look up Existing NsxtAlbCloud Resource

    Get an existing NsxtAlbCloud resource’s state with the given name, ID, and optional extra properties used to qualify the lookup.

    public static get(name: string, id: Input<ID>, state?: NsxtAlbCloudState, opts?: CustomResourceOptions): NsxtAlbCloud
    @staticmethod
    def get(resource_name: str,
            id: str,
            opts: Optional[ResourceOptions] = None,
            controller_id: Optional[str] = None,
            description: Optional[str] = None,
            health_message: Optional[str] = None,
            health_status: Optional[str] = None,
            importable_cloud_id: Optional[str] = None,
            name: Optional[str] = None,
            network_pool_id: Optional[str] = None,
            network_pool_name: Optional[str] = None,
            nsxt_alb_cloud_id: Optional[str] = None) -> NsxtAlbCloud
    func GetNsxtAlbCloud(ctx *Context, name string, id IDInput, state *NsxtAlbCloudState, opts ...ResourceOption) (*NsxtAlbCloud, error)
    public static NsxtAlbCloud Get(string name, Input<string> id, NsxtAlbCloudState? state, CustomResourceOptions? opts = null)
    public static NsxtAlbCloud get(String name, Output<String> id, NsxtAlbCloudState state, CustomResourceOptions options)
    resources:  _:    type: vcd:NsxtAlbCloud    get:      id: ${id}
    name
    The unique name of the resulting resource.
    id
    The unique provider ID of the resource to lookup.
    state
    Any extra arguments used during the lookup.
    opts
    A bag of options that control this resource's behavior.
    resource_name
    The unique name of the resulting resource.
    id
    The unique provider ID of the resource to lookup.
    name
    The unique name of the resulting resource.
    id
    The unique provider ID of the resource to lookup.
    state
    Any extra arguments used during the lookup.
    opts
    A bag of options that control this resource's behavior.
    name
    The unique name of the resulting resource.
    id
    The unique provider ID of the resource to lookup.
    state
    Any extra arguments used during the lookup.
    opts
    A bag of options that control this resource's behavior.
    name
    The unique name of the resulting resource.
    id
    The unique provider ID of the resource to lookup.
    state
    Any extra arguments used during the lookup.
    opts
    A bag of options that control this resource's behavior.
    The following state arguments are supported:
    ControllerId string
    ALB Controller ID
    Description string
    An optional description ALB Cloud
    HealthMessage string
    DetailedHealthMessage contains detailed message on the health of the Cloud
    HealthStatus string
    HealthStatus contains status of the Load Balancer Cloud. Possible values are:

    • UP - The cloud is healthy and ready to enable Load Balancer for an Edge Gateway
    • DOWN - The cloud is in a failure state. Enabling Load balancer on an Edge Gateway may not be possible
    • RUNNING - The cloud is currently processing. An example is if it's enabling a Load Balancer for an Edge Gateway
    • UNAVAILABLE - The cloud is unavailable
    • UNKNOWN - The cloud state is unknown
    ImportableCloudId string
    Importable Cloud ID. Can be looked up using vcd.getNsxtAlbImportableCloud data source
    Name string
    A name for ALB Cloud
    NetworkPoolId string
    Network pool ID for ALB Cloud. Can be looked up using vcd.getNsxtAlbImportableCloud data source
    NetworkPoolName string
    Network Pool Name used by the Cloud
    NsxtAlbCloudId string
    ControllerId string
    ALB Controller ID
    Description string
    An optional description ALB Cloud
    HealthMessage string
    DetailedHealthMessage contains detailed message on the health of the Cloud
    HealthStatus string
    HealthStatus contains status of the Load Balancer Cloud. Possible values are:

    • UP - The cloud is healthy and ready to enable Load Balancer for an Edge Gateway
    • DOWN - The cloud is in a failure state. Enabling Load balancer on an Edge Gateway may not be possible
    • RUNNING - The cloud is currently processing. An example is if it's enabling a Load Balancer for an Edge Gateway
    • UNAVAILABLE - The cloud is unavailable
    • UNKNOWN - The cloud state is unknown
    ImportableCloudId string
    Importable Cloud ID. Can be looked up using vcd.getNsxtAlbImportableCloud data source
    Name string
    A name for ALB Cloud
    NetworkPoolId string
    Network pool ID for ALB Cloud. Can be looked up using vcd.getNsxtAlbImportableCloud data source
    NetworkPoolName string
    Network Pool Name used by the Cloud
    NsxtAlbCloudId string
    controllerId String
    ALB Controller ID
    description String
    An optional description ALB Cloud
    healthMessage String
    DetailedHealthMessage contains detailed message on the health of the Cloud
    healthStatus String
    HealthStatus contains status of the Load Balancer Cloud. Possible values are:

    • UP - The cloud is healthy and ready to enable Load Balancer for an Edge Gateway
    • DOWN - The cloud is in a failure state. Enabling Load balancer on an Edge Gateway may not be possible
    • RUNNING - The cloud is currently processing. An example is if it's enabling a Load Balancer for an Edge Gateway
    • UNAVAILABLE - The cloud is unavailable
    • UNKNOWN - The cloud state is unknown
    importableCloudId String
    Importable Cloud ID. Can be looked up using vcd.getNsxtAlbImportableCloud data source
    name String
    A name for ALB Cloud
    networkPoolId String
    Network pool ID for ALB Cloud. Can be looked up using vcd.getNsxtAlbImportableCloud data source
    networkPoolName String
    Network Pool Name used by the Cloud
    nsxtAlbCloudId String
    controllerId string
    ALB Controller ID
    description string
    An optional description ALB Cloud
    healthMessage string
    DetailedHealthMessage contains detailed message on the health of the Cloud
    healthStatus string
    HealthStatus contains status of the Load Balancer Cloud. Possible values are:

    • UP - The cloud is healthy and ready to enable Load Balancer for an Edge Gateway
    • DOWN - The cloud is in a failure state. Enabling Load balancer on an Edge Gateway may not be possible
    • RUNNING - The cloud is currently processing. An example is if it's enabling a Load Balancer for an Edge Gateway
    • UNAVAILABLE - The cloud is unavailable
    • UNKNOWN - The cloud state is unknown
    importableCloudId string
    Importable Cloud ID. Can be looked up using vcd.getNsxtAlbImportableCloud data source
    name string
    A name for ALB Cloud
    networkPoolId string
    Network pool ID for ALB Cloud. Can be looked up using vcd.getNsxtAlbImportableCloud data source
    networkPoolName string
    Network Pool Name used by the Cloud
    nsxtAlbCloudId string
    controller_id str
    ALB Controller ID
    description str
    An optional description ALB Cloud
    health_message str
    DetailedHealthMessage contains detailed message on the health of the Cloud
    health_status str
    HealthStatus contains status of the Load Balancer Cloud. Possible values are:

    • UP - The cloud is healthy and ready to enable Load Balancer for an Edge Gateway
    • DOWN - The cloud is in a failure state. Enabling Load balancer on an Edge Gateway may not be possible
    • RUNNING - The cloud is currently processing. An example is if it's enabling a Load Balancer for an Edge Gateway
    • UNAVAILABLE - The cloud is unavailable
    • UNKNOWN - The cloud state is unknown
    importable_cloud_id str
    Importable Cloud ID. Can be looked up using vcd.getNsxtAlbImportableCloud data source
    name str
    A name for ALB Cloud
    network_pool_id str
    Network pool ID for ALB Cloud. Can be looked up using vcd.getNsxtAlbImportableCloud data source
    network_pool_name str
    Network Pool Name used by the Cloud
    nsxt_alb_cloud_id str
    controllerId String
    ALB Controller ID
    description String
    An optional description ALB Cloud
    healthMessage String
    DetailedHealthMessage contains detailed message on the health of the Cloud
    healthStatus String
    HealthStatus contains status of the Load Balancer Cloud. Possible values are:

    • UP - The cloud is healthy and ready to enable Load Balancer for an Edge Gateway
    • DOWN - The cloud is in a failure state. Enabling Load balancer on an Edge Gateway may not be possible
    • RUNNING - The cloud is currently processing. An example is if it's enabling a Load Balancer for an Edge Gateway
    • UNAVAILABLE - The cloud is unavailable
    • UNKNOWN - The cloud state is unknown
    importableCloudId String
    Importable Cloud ID. Can be looked up using vcd.getNsxtAlbImportableCloud data source
    name String
    A name for ALB Cloud
    networkPoolId String
    Network pool ID for ALB Cloud. Can be looked up using vcd.getNsxtAlbImportableCloud data source
    networkPoolName String
    Network Pool Name used by the Cloud
    nsxtAlbCloudId String

    Package Details

    Repository
    vcd vmware/terraform-provider-vcd
    License
    Notes
    This Pulumi package is based on the vcd Terraform Provider.
    vcd logo
    vcd 3.14.1 published on Monday, Apr 14, 2025 by vmware