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

vcd.SolutionAddOn

Explore with Pulumi AI

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

    Create SolutionAddOn Resource

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

    Constructor syntax

    new SolutionAddOn(name: string, args: SolutionAddOnArgs, opts?: CustomResourceOptions);
    @overload
    def SolutionAddOn(resource_name: str,
                      args: SolutionAddOnArgs,
                      opts: Optional[ResourceOptions] = None)
    
    @overload
    def SolutionAddOn(resource_name: str,
                      opts: Optional[ResourceOptions] = None,
                      add_on_path: Optional[str] = None,
                      catalog_item_id: Optional[str] = None,
                      auto_trust_certificate: Optional[bool] = None,
                      solution_add_on_id: Optional[str] = None)
    func NewSolutionAddOn(ctx *Context, name string, args SolutionAddOnArgs, opts ...ResourceOption) (*SolutionAddOn, error)
    public SolutionAddOn(string name, SolutionAddOnArgs args, CustomResourceOptions? opts = null)
    public SolutionAddOn(String name, SolutionAddOnArgs args)
    public SolutionAddOn(String name, SolutionAddOnArgs args, CustomResourceOptions options)
    
    type: vcd:SolutionAddOn
    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 SolutionAddOnArgs
    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 SolutionAddOnArgs
    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 SolutionAddOnArgs
    The arguments to resource properties.
    opts ResourceOption
    Bag of options to control resource's behavior.
    name string
    The unique name of the resource.
    args SolutionAddOnArgs
    The arguments to resource properties.
    opts CustomResourceOptions
    Bag of options to control resource's behavior.
    name String
    The unique name of the resource.
    args SolutionAddOnArgs
    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 solutionAddOnResource = new Vcd.SolutionAddOn("solutionAddOnResource", new()
    {
        AddOnPath = "string",
        CatalogItemId = "string",
        AutoTrustCertificate = false,
        SolutionAddOnId = "string",
    });
    
    example, err := vcd.NewSolutionAddOn(ctx, "solutionAddOnResource", &vcd.SolutionAddOnArgs{
    	AddOnPath:            pulumi.String("string"),
    	CatalogItemId:        pulumi.String("string"),
    	AutoTrustCertificate: pulumi.Bool(false),
    	SolutionAddOnId:      pulumi.String("string"),
    })
    
    var solutionAddOnResource = new SolutionAddOn("solutionAddOnResource", SolutionAddOnArgs.builder()
        .addOnPath("string")
        .catalogItemId("string")
        .autoTrustCertificate(false)
        .solutionAddOnId("string")
        .build());
    
    solution_add_on_resource = vcd.SolutionAddOn("solutionAddOnResource",
        add_on_path="string",
        catalog_item_id="string",
        auto_trust_certificate=False,
        solution_add_on_id="string")
    
    const solutionAddOnResource = new vcd.SolutionAddOn("solutionAddOnResource", {
        addOnPath: "string",
        catalogItemId: "string",
        autoTrustCertificate: false,
        solutionAddOnId: "string",
    });
    
    type: vcd:SolutionAddOn
    properties:
        addOnPath: string
        autoTrustCertificate: false
        catalogItemId: string
        solutionAddOnId: string
    

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

    AddOnPath string
    Local filesystem path of Solution Add-On. The Add-On image is required locally as some of the metadata must be extracted for creating the Solution Add-On entry in Cloud Director.
    CatalogItemId string
    The catalog item ID of Solution Add-On. It can be uploaded using vcd.CatalogMedia
    AutoTrustCertificate bool
    Plugin can automatically trust the certificate of Solution Add-On. This is required for Solution Add-Ons to work and one will have to do it manually before using the Solution Add-On if not enabled here.
    SolutionAddOnId string
    AddOnPath string
    Local filesystem path of Solution Add-On. The Add-On image is required locally as some of the metadata must be extracted for creating the Solution Add-On entry in Cloud Director.
    CatalogItemId string
    The catalog item ID of Solution Add-On. It can be uploaded using vcd.CatalogMedia
    AutoTrustCertificate bool
    Plugin can automatically trust the certificate of Solution Add-On. This is required for Solution Add-Ons to work and one will have to do it manually before using the Solution Add-On if not enabled here.
    SolutionAddOnId string
    addOnPath String
    Local filesystem path of Solution Add-On. The Add-On image is required locally as some of the metadata must be extracted for creating the Solution Add-On entry in Cloud Director.
    catalogItemId String
    The catalog item ID of Solution Add-On. It can be uploaded using vcd.CatalogMedia
    autoTrustCertificate Boolean
    Plugin can automatically trust the certificate of Solution Add-On. This is required for Solution Add-Ons to work and one will have to do it manually before using the Solution Add-On if not enabled here.
    solutionAddOnId String
    addOnPath string
    Local filesystem path of Solution Add-On. The Add-On image is required locally as some of the metadata must be extracted for creating the Solution Add-On entry in Cloud Director.
    catalogItemId string
    The catalog item ID of Solution Add-On. It can be uploaded using vcd.CatalogMedia
    autoTrustCertificate boolean
    Plugin can automatically trust the certificate of Solution Add-On. This is required for Solution Add-Ons to work and one will have to do it manually before using the Solution Add-On if not enabled here.
    solutionAddOnId string
    add_on_path str
    Local filesystem path of Solution Add-On. The Add-On image is required locally as some of the metadata must be extracted for creating the Solution Add-On entry in Cloud Director.
    catalog_item_id str
    The catalog item ID of Solution Add-On. It can be uploaded using vcd.CatalogMedia
    auto_trust_certificate bool
    Plugin can automatically trust the certificate of Solution Add-On. This is required for Solution Add-Ons to work and one will have to do it manually before using the Solution Add-On if not enabled here.
    solution_add_on_id str
    addOnPath String
    Local filesystem path of Solution Add-On. The Add-On image is required locally as some of the metadata must be extracted for creating the Solution Add-On entry in Cloud Director.
    catalogItemId String
    The catalog item ID of Solution Add-On. It can be uploaded using vcd.CatalogMedia
    autoTrustCertificate Boolean
    Plugin can automatically trust the certificate of Solution Add-On. This is required for Solution Add-Ons to work and one will have to do it manually before using the Solution Add-On if not enabled here.
    solutionAddOnId String

    Outputs

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

    Id string
    The provider-assigned unique ID for this managed resource.
    Name string
    reports the name of Solution Add-On as defined in the system. This name can be also used in data source vcd.SolutionAddOn
    RdeState string
    Parent RDE state
    Id string
    The provider-assigned unique ID for this managed resource.
    Name string
    reports the name of Solution Add-On as defined in the system. This name can be also used in data source vcd.SolutionAddOn
    RdeState string
    Parent RDE state
    id String
    The provider-assigned unique ID for this managed resource.
    name String
    reports the name of Solution Add-On as defined in the system. This name can be also used in data source vcd.SolutionAddOn
    rdeState String
    Parent RDE state
    id string
    The provider-assigned unique ID for this managed resource.
    name string
    reports the name of Solution Add-On as defined in the system. This name can be also used in data source vcd.SolutionAddOn
    rdeState string
    Parent RDE state
    id str
    The provider-assigned unique ID for this managed resource.
    name str
    reports the name of Solution Add-On as defined in the system. This name can be also used in data source vcd.SolutionAddOn
    rde_state str
    Parent RDE state
    id String
    The provider-assigned unique ID for this managed resource.
    name String
    reports the name of Solution Add-On as defined in the system. This name can be also used in data source vcd.SolutionAddOn
    rdeState String
    Parent RDE state

    Look up Existing SolutionAddOn Resource

    Get an existing SolutionAddOn 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?: SolutionAddOnState, opts?: CustomResourceOptions): SolutionAddOn
    @staticmethod
    def get(resource_name: str,
            id: str,
            opts: Optional[ResourceOptions] = None,
            add_on_path: Optional[str] = None,
            auto_trust_certificate: Optional[bool] = None,
            catalog_item_id: Optional[str] = None,
            name: Optional[str] = None,
            rde_state: Optional[str] = None,
            solution_add_on_id: Optional[str] = None) -> SolutionAddOn
    func GetSolutionAddOn(ctx *Context, name string, id IDInput, state *SolutionAddOnState, opts ...ResourceOption) (*SolutionAddOn, error)
    public static SolutionAddOn Get(string name, Input<string> id, SolutionAddOnState? state, CustomResourceOptions? opts = null)
    public static SolutionAddOn get(String name, Output<String> id, SolutionAddOnState state, CustomResourceOptions options)
    resources:  _:    type: vcd:SolutionAddOn    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:
    AddOnPath string
    Local filesystem path of Solution Add-On. The Add-On image is required locally as some of the metadata must be extracted for creating the Solution Add-On entry in Cloud Director.
    AutoTrustCertificate bool
    Plugin can automatically trust the certificate of Solution Add-On. This is required for Solution Add-Ons to work and one will have to do it manually before using the Solution Add-On if not enabled here.
    CatalogItemId string
    The catalog item ID of Solution Add-On. It can be uploaded using vcd.CatalogMedia
    Name string
    reports the name of Solution Add-On as defined in the system. This name can be also used in data source vcd.SolutionAddOn
    RdeState string
    Parent RDE state
    SolutionAddOnId string
    AddOnPath string
    Local filesystem path of Solution Add-On. The Add-On image is required locally as some of the metadata must be extracted for creating the Solution Add-On entry in Cloud Director.
    AutoTrustCertificate bool
    Plugin can automatically trust the certificate of Solution Add-On. This is required for Solution Add-Ons to work and one will have to do it manually before using the Solution Add-On if not enabled here.
    CatalogItemId string
    The catalog item ID of Solution Add-On. It can be uploaded using vcd.CatalogMedia
    Name string
    reports the name of Solution Add-On as defined in the system. This name can be also used in data source vcd.SolutionAddOn
    RdeState string
    Parent RDE state
    SolutionAddOnId string
    addOnPath String
    Local filesystem path of Solution Add-On. The Add-On image is required locally as some of the metadata must be extracted for creating the Solution Add-On entry in Cloud Director.
    autoTrustCertificate Boolean
    Plugin can automatically trust the certificate of Solution Add-On. This is required for Solution Add-Ons to work and one will have to do it manually before using the Solution Add-On if not enabled here.
    catalogItemId String
    The catalog item ID of Solution Add-On. It can be uploaded using vcd.CatalogMedia
    name String
    reports the name of Solution Add-On as defined in the system. This name can be also used in data source vcd.SolutionAddOn
    rdeState String
    Parent RDE state
    solutionAddOnId String
    addOnPath string
    Local filesystem path of Solution Add-On. The Add-On image is required locally as some of the metadata must be extracted for creating the Solution Add-On entry in Cloud Director.
    autoTrustCertificate boolean
    Plugin can automatically trust the certificate of Solution Add-On. This is required for Solution Add-Ons to work and one will have to do it manually before using the Solution Add-On if not enabled here.
    catalogItemId string
    The catalog item ID of Solution Add-On. It can be uploaded using vcd.CatalogMedia
    name string
    reports the name of Solution Add-On as defined in the system. This name can be also used in data source vcd.SolutionAddOn
    rdeState string
    Parent RDE state
    solutionAddOnId string
    add_on_path str
    Local filesystem path of Solution Add-On. The Add-On image is required locally as some of the metadata must be extracted for creating the Solution Add-On entry in Cloud Director.
    auto_trust_certificate bool
    Plugin can automatically trust the certificate of Solution Add-On. This is required for Solution Add-Ons to work and one will have to do it manually before using the Solution Add-On if not enabled here.
    catalog_item_id str
    The catalog item ID of Solution Add-On. It can be uploaded using vcd.CatalogMedia
    name str
    reports the name of Solution Add-On as defined in the system. This name can be also used in data source vcd.SolutionAddOn
    rde_state str
    Parent RDE state
    solution_add_on_id str
    addOnPath String
    Local filesystem path of Solution Add-On. The Add-On image is required locally as some of the metadata must be extracted for creating the Solution Add-On entry in Cloud Director.
    autoTrustCertificate Boolean
    Plugin can automatically trust the certificate of Solution Add-On. This is required for Solution Add-Ons to work and one will have to do it manually before using the Solution Add-On if not enabled here.
    catalogItemId String
    The catalog item ID of Solution Add-On. It can be uploaded using vcd.CatalogMedia
    name String
    reports the name of Solution Add-On as defined in the system. This name can be also used in data source vcd.SolutionAddOn
    rdeState String
    Parent RDE state
    solutionAddOnId 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