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

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 This property is required. string
The unique name of the resource.
args This property is required. SolutionAddOnArgs
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. 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 This property is required. string
The unique name of the resource.
args This property is required. SolutionAddOnArgs
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. SolutionAddOnArgs
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. 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",
});
Copy
example, err := vcd.NewSolutionAddOn(ctx, "solutionAddOnResource", &vcd.SolutionAddOnArgs{
	AddOnPath:            pulumi.String("string"),
	CatalogItemId:        pulumi.String("string"),
	AutoTrustCertificate: pulumi.Bool(false),
	SolutionAddOnId:      pulumi.String("string"),
})
Copy
var solutionAddOnResource = new SolutionAddOn("solutionAddOnResource", SolutionAddOnArgs.builder()
    .addOnPath("string")
    .catalogItemId("string")
    .autoTrustCertificate(false)
    .solutionAddOnId("string")
    .build());
Copy
solution_add_on_resource = vcd.SolutionAddOn("solutionAddOnResource",
    add_on_path="string",
    catalog_item_id="string",
    auto_trust_certificate=False,
    solution_add_on_id="string")
Copy
const solutionAddOnResource = new vcd.SolutionAddOn("solutionAddOnResource", {
    addOnPath: "string",
    catalogItemId: "string",
    autoTrustCertificate: false,
    solutionAddOnId: "string",
});
Copy
type: vcd:SolutionAddOn
properties:
    addOnPath: string
    autoTrustCertificate: false
    catalogItemId: string
    solutionAddOnId: string
Copy

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 This property is required. 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 This property is required. 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 This property is required. 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 This property is required. 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 This property is required. 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 This property is required. 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 This property is required. 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 This property is required. 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 This property is required. 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 This property is required. 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 This property is required. 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 This property is required. 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 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:
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.