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

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

    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 string
    The unique name of the resource.
    args NsxtAlbControllerArgs
    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 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 string
    The unique name of the resource.
    args NsxtAlbControllerArgs
    The arguments to resource properties.
    opts ResourceOption
    Bag of options to control resource's behavior.
    name string
    The unique name of the resource.
    args NsxtAlbControllerArgs
    The arguments to resource properties.
    opts CustomResourceOptions
    Bag of options to control resource's behavior.
    name String
    The unique name of the resource.
    args 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",
    });
    
    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"),
    })
    
    var nsxtAlbControllerResource = new NsxtAlbController("nsxtAlbControllerResource", NsxtAlbControllerArgs.builder()
        .password("string")
        .url("string")
        .username("string")
        .description("string")
        .licenseType("string")
        .name("string")
        .nsxtAlbControllerId("string")
        .build());
    
    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")
    
    const nsxtAlbControllerResource = new vcd.NsxtAlbController("nsxtAlbControllerResource", {
        password: "string",
        url: "string",
        username: "string",
        description: "string",
        licenseType: "string",
        name: "string",
        nsxtAlbControllerId: "string",
    });
    
    type: vcd:NsxtAlbController
    properties:
        description: string
        licenseType: string
        name: string
        nsxtAlbControllerId: string
        password: string
        url: string
        username: string
    

    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 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
    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
    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
    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
    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 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
    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 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
    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
    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:
    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.
    vcd logo
    vcd 3.14.1 published on Monday, Apr 14, 2025 by vmware