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

vcd.NsxtAlbController

Explore with Pulumi AI

Create NsxtAlbController Resource

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

Constructor syntax

new NsxtAlbController(name: string, args: NsxtAlbControllerArgs, opts?: CustomResourceOptions);
@overload
def NsxtAlbController(resource_name: str,
                      args: NsxtAlbControllerArgs,
                      opts: Optional[ResourceOptions] = None)

@overload
def NsxtAlbController(resource_name: str,
                      opts: Optional[ResourceOptions] = None,
                      password: Optional[str] = None,
                      url: Optional[str] = None,
                      username: Optional[str] = None,
                      description: Optional[str] = None,
                      license_type: Optional[str] = None,
                      name: Optional[str] = None,
                      nsxt_alb_controller_id: Optional[str] = None)
func NewNsxtAlbController(ctx *Context, name string, args NsxtAlbControllerArgs, opts ...ResourceOption) (*NsxtAlbController, error)
public NsxtAlbController(string name, NsxtAlbControllerArgs args, CustomResourceOptions? opts = null)
public NsxtAlbController(String name, NsxtAlbControllerArgs args)
public NsxtAlbController(String name, NsxtAlbControllerArgs args, CustomResourceOptions options)
type: vcd:NsxtAlbController
properties: # The arguments to resource properties.
options: # Bag of options to control resource's behavior.

Parameters

name This property is required. string
The unique name of the resource.
args This property is required. NsxtAlbControllerArgs
The arguments to resource properties.
opts CustomResourceOptions
Bag of options to control resource's behavior.
resource_name This property is required. str
The unique name of the resource.
args This property is required. NsxtAlbControllerArgs
The arguments to resource properties.
opts ResourceOptions
Bag of options to control resource's behavior.
ctx Context
Context object for the current deployment.
name This property is required. string
The unique name of the resource.
args This property is required. NsxtAlbControllerArgs
The arguments to resource properties.
opts ResourceOption
Bag of options to control resource's behavior.
name This property is required. string
The unique name of the resource.
args This property is required. NsxtAlbControllerArgs
The arguments to resource properties.
opts CustomResourceOptions
Bag of options to control resource's behavior.
name This property is required. String
The unique name of the resource.
args This property is required. NsxtAlbControllerArgs
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 nsxtAlbControllerResource = new Vcd.NsxtAlbController("nsxtAlbControllerResource", new()
{
    Password = "string",
    Url = "string",
    Username = "string",
    Description = "string",
    LicenseType = "string",
    Name = "string",
    NsxtAlbControllerId = "string",
});
Copy
example, err := vcd.NewNsxtAlbController(ctx, "nsxtAlbControllerResource", &vcd.NsxtAlbControllerArgs{
Password: pulumi.String("string"),
Url: pulumi.String("string"),
Username: pulumi.String("string"),
Description: pulumi.String("string"),
LicenseType: pulumi.String("string"),
Name: pulumi.String("string"),
NsxtAlbControllerId: pulumi.String("string"),
})
Copy
var nsxtAlbControllerResource = new NsxtAlbController("nsxtAlbControllerResource", NsxtAlbControllerArgs.builder()
    .password("string")
    .url("string")
    .username("string")
    .description("string")
    .licenseType("string")
    .name("string")
    .nsxtAlbControllerId("string")
    .build());
Copy
nsxt_alb_controller_resource = vcd.NsxtAlbController("nsxtAlbControllerResource",
    password="string",
    url="string",
    username="string",
    description="string",
    license_type="string",
    name="string",
    nsxt_alb_controller_id="string")
Copy
const nsxtAlbControllerResource = new vcd.NsxtAlbController("nsxtAlbControllerResource", {
    password: "string",
    url: "string",
    username: "string",
    description: "string",
    licenseType: "string",
    name: "string",
    nsxtAlbControllerId: "string",
});
Copy
type: vcd:NsxtAlbController
properties:
    description: string
    licenseType: string
    name: string
    nsxtAlbControllerId: string
    password: string
    url: string
    username: string
Copy

NsxtAlbController 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 NsxtAlbController resource accepts the following input properties:

Password This property is required. string
The password for ALB Controller. Password will not be refreshed.
Url This property is required. string
The URL of ALB Controller
Username This property is required. string
The username for ALB Controller
Description string
An optional description ALB Controller
LicenseType string

License type of ALB Controller (ENTERPRISE or BASIC)

The attribute license_type must not be used in VCD 10.4+, it is replaced by nsxt_alb_service_engine_group and nsxt_alb_settings attribute supported_feature_set.

Name string
A name for ALB Controller
NsxtAlbControllerId string
Password This property is required. string
The password for ALB Controller. Password will not be refreshed.
Url This property is required. string
The URL of ALB Controller
Username This property is required. string
The username for ALB Controller
Description string
An optional description ALB Controller
LicenseType string

License type of ALB Controller (ENTERPRISE or BASIC)

The attribute license_type must not be used in VCD 10.4+, it is replaced by nsxt_alb_service_engine_group and nsxt_alb_settings attribute supported_feature_set.

Name string
A name for ALB Controller
NsxtAlbControllerId string
password This property is required. String
The password for ALB Controller. Password will not be refreshed.
url This property is required. String
The URL of ALB Controller
username This property is required. String
The username for ALB Controller
description String
An optional description ALB Controller
licenseType String

License type of ALB Controller (ENTERPRISE or BASIC)

The attribute license_type must not be used in VCD 10.4+, it is replaced by nsxt_alb_service_engine_group and nsxt_alb_settings attribute supported_feature_set.

name String
A name for ALB Controller
nsxtAlbControllerId String
password This property is required. string
The password for ALB Controller. Password will not be refreshed.
url This property is required. string
The URL of ALB Controller
username This property is required. string
The username for ALB Controller
description string
An optional description ALB Controller
licenseType string

License type of ALB Controller (ENTERPRISE or BASIC)

The attribute license_type must not be used in VCD 10.4+, it is replaced by nsxt_alb_service_engine_group and nsxt_alb_settings attribute supported_feature_set.

name string
A name for ALB Controller
nsxtAlbControllerId string
password This property is required. str
The password for ALB Controller. Password will not be refreshed.
url This property is required. str
The URL of ALB Controller
username This property is required. str
The username for ALB Controller
description str
An optional description ALB Controller
license_type str

License type of ALB Controller (ENTERPRISE or BASIC)

The attribute license_type must not be used in VCD 10.4+, it is replaced by nsxt_alb_service_engine_group and nsxt_alb_settings attribute supported_feature_set.

name str
A name for ALB Controller
nsxt_alb_controller_id str
password This property is required. String
The password for ALB Controller. Password will not be refreshed.
url This property is required. String
The URL of ALB Controller
username This property is required. String
The username for ALB Controller
description String
An optional description ALB Controller
licenseType String

License type of ALB Controller (ENTERPRISE or BASIC)

The attribute license_type must not be used in VCD 10.4+, it is replaced by nsxt_alb_service_engine_group and nsxt_alb_settings attribute supported_feature_set.

name String
A name for ALB Controller
nsxtAlbControllerId String

Outputs

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

Id string
The provider-assigned unique ID for this managed resource.
Version string
ALB Controller version (e.g. 20.1.3)
Id string
The provider-assigned unique ID for this managed resource.
Version string
ALB Controller version (e.g. 20.1.3)
id String
The provider-assigned unique ID for this managed resource.
version String
ALB Controller version (e.g. 20.1.3)
id string
The provider-assigned unique ID for this managed resource.
version string
ALB Controller version (e.g. 20.1.3)
id str
The provider-assigned unique ID for this managed resource.
version str
ALB Controller version (e.g. 20.1.3)
id String
The provider-assigned unique ID for this managed resource.
version String
ALB Controller version (e.g. 20.1.3)

Look up Existing NsxtAlbController Resource

Get an existing NsxtAlbController 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?: NsxtAlbControllerState, opts?: CustomResourceOptions): NsxtAlbController
@staticmethod
def get(resource_name: str,
        id: str,
        opts: Optional[ResourceOptions] = None,
        description: Optional[str] = None,
        license_type: Optional[str] = None,
        name: Optional[str] = None,
        nsxt_alb_controller_id: Optional[str] = None,
        password: Optional[str] = None,
        url: Optional[str] = None,
        username: Optional[str] = None,
        version: Optional[str] = None) -> NsxtAlbController
func GetNsxtAlbController(ctx *Context, name string, id IDInput, state *NsxtAlbControllerState, opts ...ResourceOption) (*NsxtAlbController, error)
public static NsxtAlbController Get(string name, Input<string> id, NsxtAlbControllerState? state, CustomResourceOptions? opts = null)
public static NsxtAlbController get(String name, Output<String> id, NsxtAlbControllerState state, CustomResourceOptions options)
resources:  _:    type: vcd:NsxtAlbController    get:      id: ${id}
name This property is required.
The unique name of the resulting resource.
id This property is required.
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 This property is required.
The unique name of the resulting resource.
id This property is required.
The unique provider ID of the resource to lookup.
name This property is required.
The unique name of the resulting resource.
id This property is required.
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 This property is required.
The unique name of the resulting resource.
id This property is required.
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 This property is required.
The unique name of the resulting resource.
id This property is required.
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:
Description string
An optional description ALB Controller
LicenseType string

License type of ALB Controller (ENTERPRISE or BASIC)

The attribute license_type must not be used in VCD 10.4+, it is replaced by nsxt_alb_service_engine_group and nsxt_alb_settings attribute supported_feature_set.

Name string
A name for ALB Controller
NsxtAlbControllerId string
Password string
The password for ALB Controller. Password will not be refreshed.
Url string
The URL of ALB Controller
Username string
The username for ALB Controller
Version string
ALB Controller version (e.g. 20.1.3)
Description string
An optional description ALB Controller
LicenseType string

License type of ALB Controller (ENTERPRISE or BASIC)

The attribute license_type must not be used in VCD 10.4+, it is replaced by nsxt_alb_service_engine_group and nsxt_alb_settings attribute supported_feature_set.

Name string
A name for ALB Controller
NsxtAlbControllerId string
Password string
The password for ALB Controller. Password will not be refreshed.
Url string
The URL of ALB Controller
Username string
The username for ALB Controller
Version string
ALB Controller version (e.g. 20.1.3)
description String
An optional description ALB Controller
licenseType String

License type of ALB Controller (ENTERPRISE or BASIC)

The attribute license_type must not be used in VCD 10.4+, it is replaced by nsxt_alb_service_engine_group and nsxt_alb_settings attribute supported_feature_set.

name String
A name for ALB Controller
nsxtAlbControllerId String
password String
The password for ALB Controller. Password will not be refreshed.
url String
The URL of ALB Controller
username String
The username for ALB Controller
version String
ALB Controller version (e.g. 20.1.3)
description string
An optional description ALB Controller
licenseType string

License type of ALB Controller (ENTERPRISE or BASIC)

The attribute license_type must not be used in VCD 10.4+, it is replaced by nsxt_alb_service_engine_group and nsxt_alb_settings attribute supported_feature_set.

name string
A name for ALB Controller
nsxtAlbControllerId string
password string
The password for ALB Controller. Password will not be refreshed.
url string
The URL of ALB Controller
username string
The username for ALB Controller
version string
ALB Controller version (e.g. 20.1.3)
description str
An optional description ALB Controller
license_type str

License type of ALB Controller (ENTERPRISE or BASIC)

The attribute license_type must not be used in VCD 10.4+, it is replaced by nsxt_alb_service_engine_group and nsxt_alb_settings attribute supported_feature_set.

name str
A name for ALB Controller
nsxt_alb_controller_id str
password str
The password for ALB Controller. Password will not be refreshed.
url str
The URL of ALB Controller
username str
The username for ALB Controller
version str
ALB Controller version (e.g. 20.1.3)
description String
An optional description ALB Controller
licenseType String

License type of ALB Controller (ENTERPRISE or BASIC)

The attribute license_type must not be used in VCD 10.4+, it is replaced by nsxt_alb_service_engine_group and nsxt_alb_settings attribute supported_feature_set.

name String
A name for ALB Controller
nsxtAlbControllerId String
password String
The password for ALB Controller. Password will not be refreshed.
url String
The URL of ALB Controller
username String
The username for ALB Controller
version String
ALB Controller version (e.g. 20.1.3)

Package Details

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