vcd.UiPlugin
Explore with Pulumi AI
Create UiPlugin Resource
Resources are created with functions called constructors. To learn more about declaring and configuring resources, see Resources.
Constructor syntax
new UiPlugin(name: string, args: UiPluginArgs, opts?: CustomResourceOptions);
@overload
def UiPlugin(resource_name: str,
args: UiPluginArgs,
opts: Optional[ResourceOptions] = None)
@overload
def UiPlugin(resource_name: str,
opts: Optional[ResourceOptions] = None,
enabled: Optional[bool] = None,
plugin_path: Optional[str] = None,
provider_scoped: Optional[bool] = None,
tenant_ids: Optional[Sequence[str]] = None,
tenant_scoped: Optional[bool] = None,
ui_plugin_id: Optional[str] = None)
func NewUiPlugin(ctx *Context, name string, args UiPluginArgs, opts ...ResourceOption) (*UiPlugin, error)
public UiPlugin(string name, UiPluginArgs args, CustomResourceOptions? opts = null)
public UiPlugin(String name, UiPluginArgs args)
public UiPlugin(String name, UiPluginArgs args, CustomResourceOptions options)
type: vcd:UiPlugin
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 UiPluginArgs
- 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 UiPluginArgs
- 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 UiPluginArgs
- The arguments to resource properties.
- opts ResourceOption
- Bag of options to control resource's behavior.
- name string
- The unique name of the resource.
- args UiPluginArgs
- The arguments to resource properties.
- opts CustomResourceOptions
- Bag of options to control resource's behavior.
- name String
- The unique name of the resource.
- args UiPluginArgs
- 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 uiPluginResource = new Vcd.UiPlugin("uiPluginResource", new()
{
Enabled = false,
PluginPath = "string",
ProviderScoped = false,
TenantIds = new[]
{
"string",
},
TenantScoped = false,
UiPluginId = "string",
});
example, err := vcd.NewUiPlugin(ctx, "uiPluginResource", &vcd.UiPluginArgs{
Enabled: pulumi.Bool(false),
PluginPath: pulumi.String("string"),
ProviderScoped: pulumi.Bool(false),
TenantIds: pulumi.StringArray{
pulumi.String("string"),
},
TenantScoped: pulumi.Bool(false),
UiPluginId: pulumi.String("string"),
})
var uiPluginResource = new UiPlugin("uiPluginResource", UiPluginArgs.builder()
.enabled(false)
.pluginPath("string")
.providerScoped(false)
.tenantIds("string")
.tenantScoped(false)
.uiPluginId("string")
.build());
ui_plugin_resource = vcd.UiPlugin("uiPluginResource",
enabled=False,
plugin_path="string",
provider_scoped=False,
tenant_ids=["string"],
tenant_scoped=False,
ui_plugin_id="string")
const uiPluginResource = new vcd.UiPlugin("uiPluginResource", {
enabled: false,
pluginPath: "string",
providerScoped: false,
tenantIds: ["string"],
tenantScoped: false,
uiPluginId: "string",
});
type: vcd:UiPlugin
properties:
enabled: false
pluginPath: string
providerScoped: false
tenantIds:
- string
tenantScoped: false
uiPluginId: string
UiPlugin 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 UiPlugin resource accepts the following input properties:
- Enabled bool
- Whether the UI Plugin will be enabled (
true
) or not (false
) - Plugin
Path string - Path to a .zip file that contains the bundled UI Plugin
- Provider
Scoped bool - Can only be set on updates, the initial value is taken from the JSON manifest.
Changes the scope of the UI Plugin for System providers. It should be set to
true
when the UI Plugin is published to the System organization, to prevent unwanted updates-in-place. - Tenant
Ids List<string> - The identifiers of the Organizations that will be able to use the UI Plugin if enabled. If not set, it doesn't publish to any Organization.
- Tenant
Scoped bool - Can only be set on updates, the initial value is taken from the JSON manifest.
Changes the scope of the UI Plugin for Organization users. It should be set to
true
when the UI Plugin is published to any organization, to prevent unwanted updates-in-place. - Ui
Plugin stringId
- Enabled bool
- Whether the UI Plugin will be enabled (
true
) or not (false
) - Plugin
Path string - Path to a .zip file that contains the bundled UI Plugin
- Provider
Scoped bool - Can only be set on updates, the initial value is taken from the JSON manifest.
Changes the scope of the UI Plugin for System providers. It should be set to
true
when the UI Plugin is published to the System organization, to prevent unwanted updates-in-place. - Tenant
Ids []string - The identifiers of the Organizations that will be able to use the UI Plugin if enabled. If not set, it doesn't publish to any Organization.
- Tenant
Scoped bool - Can only be set on updates, the initial value is taken from the JSON manifest.
Changes the scope of the UI Plugin for Organization users. It should be set to
true
when the UI Plugin is published to any organization, to prevent unwanted updates-in-place. - Ui
Plugin stringId
- enabled Boolean
- Whether the UI Plugin will be enabled (
true
) or not (false
) - plugin
Path String - Path to a .zip file that contains the bundled UI Plugin
- provider
Scoped Boolean - Can only be set on updates, the initial value is taken from the JSON manifest.
Changes the scope of the UI Plugin for System providers. It should be set to
true
when the UI Plugin is published to the System organization, to prevent unwanted updates-in-place. - tenant
Ids List<String> - The identifiers of the Organizations that will be able to use the UI Plugin if enabled. If not set, it doesn't publish to any Organization.
- tenant
Scoped Boolean - Can only be set on updates, the initial value is taken from the JSON manifest.
Changes the scope of the UI Plugin for Organization users. It should be set to
true
when the UI Plugin is published to any organization, to prevent unwanted updates-in-place. - ui
Plugin StringId
- enabled boolean
- Whether the UI Plugin will be enabled (
true
) or not (false
) - plugin
Path string - Path to a .zip file that contains the bundled UI Plugin
- provider
Scoped boolean - Can only be set on updates, the initial value is taken from the JSON manifest.
Changes the scope of the UI Plugin for System providers. It should be set to
true
when the UI Plugin is published to the System organization, to prevent unwanted updates-in-place. - tenant
Ids string[] - The identifiers of the Organizations that will be able to use the UI Plugin if enabled. If not set, it doesn't publish to any Organization.
- tenant
Scoped boolean - Can only be set on updates, the initial value is taken from the JSON manifest.
Changes the scope of the UI Plugin for Organization users. It should be set to
true
when the UI Plugin is published to any organization, to prevent unwanted updates-in-place. - ui
Plugin stringId
- enabled bool
- Whether the UI Plugin will be enabled (
true
) or not (false
) - plugin_
path str - Path to a .zip file that contains the bundled UI Plugin
- provider_
scoped bool - Can only be set on updates, the initial value is taken from the JSON manifest.
Changes the scope of the UI Plugin for System providers. It should be set to
true
when the UI Plugin is published to the System organization, to prevent unwanted updates-in-place. - tenant_
ids Sequence[str] - The identifiers of the Organizations that will be able to use the UI Plugin if enabled. If not set, it doesn't publish to any Organization.
- tenant_
scoped bool - Can only be set on updates, the initial value is taken from the JSON manifest.
Changes the scope of the UI Plugin for Organization users. It should be set to
true
when the UI Plugin is published to any organization, to prevent unwanted updates-in-place. - ui_
plugin_ strid
- enabled Boolean
- Whether the UI Plugin will be enabled (
true
) or not (false
) - plugin
Path String - Path to a .zip file that contains the bundled UI Plugin
- provider
Scoped Boolean - Can only be set on updates, the initial value is taken from the JSON manifest.
Changes the scope of the UI Plugin for System providers. It should be set to
true
when the UI Plugin is published to the System organization, to prevent unwanted updates-in-place. - tenant
Ids List<String> - The identifiers of the Organizations that will be able to use the UI Plugin if enabled. If not set, it doesn't publish to any Organization.
- tenant
Scoped Boolean - Can only be set on updates, the initial value is taken from the JSON manifest.
Changes the scope of the UI Plugin for Organization users. It should be set to
true
when the UI Plugin is published to any organization, to prevent unwanted updates-in-place. - ui
Plugin StringId
Outputs
All input properties are implicitly available as output properties. Additionally, the UiPlugin resource produces the following output properties:
- Description string
- The description of the UI Plugin
- Id string
- The provider-assigned unique ID for this managed resource.
- License string
- The license of the UI Plugin
- Link string
- The website or custom URL of the UI Plugin
- Name string
- The name of the UI Plugin
- Status string
- The status of the UI Plugin (for example,
ready
,unavailable
, etc) - Vendor string
- The vendor of the UI Plugin
- Version string
- The version of the UI Plugin
- Description string
- The description of the UI Plugin
- Id string
- The provider-assigned unique ID for this managed resource.
- License string
- The license of the UI Plugin
- Link string
- The website or custom URL of the UI Plugin
- Name string
- The name of the UI Plugin
- Status string
- The status of the UI Plugin (for example,
ready
,unavailable
, etc) - Vendor string
- The vendor of the UI Plugin
- Version string
- The version of the UI Plugin
- description String
- The description of the UI Plugin
- id String
- The provider-assigned unique ID for this managed resource.
- license String
- The license of the UI Plugin
- link String
- The website or custom URL of the UI Plugin
- name String
- The name of the UI Plugin
- status String
- The status of the UI Plugin (for example,
ready
,unavailable
, etc) - vendor String
- The vendor of the UI Plugin
- version String
- The version of the UI Plugin
- description string
- The description of the UI Plugin
- id string
- The provider-assigned unique ID for this managed resource.
- license string
- The license of the UI Plugin
- link string
- The website or custom URL of the UI Plugin
- name string
- The name of the UI Plugin
- status string
- The status of the UI Plugin (for example,
ready
,unavailable
, etc) - vendor string
- The vendor of the UI Plugin
- version string
- The version of the UI Plugin
- description str
- The description of the UI Plugin
- id str
- The provider-assigned unique ID for this managed resource.
- license str
- The license of the UI Plugin
- link str
- The website or custom URL of the UI Plugin
- name str
- The name of the UI Plugin
- status str
- The status of the UI Plugin (for example,
ready
,unavailable
, etc) - vendor str
- The vendor of the UI Plugin
- version str
- The version of the UI Plugin
- description String
- The description of the UI Plugin
- id String
- The provider-assigned unique ID for this managed resource.
- license String
- The license of the UI Plugin
- link String
- The website or custom URL of the UI Plugin
- name String
- The name of the UI Plugin
- status String
- The status of the UI Plugin (for example,
ready
,unavailable
, etc) - vendor String
- The vendor of the UI Plugin
- version String
- The version of the UI Plugin
Look up Existing UiPlugin Resource
Get an existing UiPlugin 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?: UiPluginState, opts?: CustomResourceOptions): UiPlugin
@staticmethod
def get(resource_name: str,
id: str,
opts: Optional[ResourceOptions] = None,
description: Optional[str] = None,
enabled: Optional[bool] = None,
license: Optional[str] = None,
link: Optional[str] = None,
name: Optional[str] = None,
plugin_path: Optional[str] = None,
provider_scoped: Optional[bool] = None,
status: Optional[str] = None,
tenant_ids: Optional[Sequence[str]] = None,
tenant_scoped: Optional[bool] = None,
ui_plugin_id: Optional[str] = None,
vendor: Optional[str] = None,
version: Optional[str] = None) -> UiPlugin
func GetUiPlugin(ctx *Context, name string, id IDInput, state *UiPluginState, opts ...ResourceOption) (*UiPlugin, error)
public static UiPlugin Get(string name, Input<string> id, UiPluginState? state, CustomResourceOptions? opts = null)
public static UiPlugin get(String name, Output<String> id, UiPluginState state, CustomResourceOptions options)
resources: _: type: vcd:UiPlugin 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.
- Description string
- The description of the UI Plugin
- Enabled bool
- Whether the UI Plugin will be enabled (
true
) or not (false
) - License string
- The license of the UI Plugin
- Link string
- The website or custom URL of the UI Plugin
- Name string
- The name of the UI Plugin
- Plugin
Path string - Path to a .zip file that contains the bundled UI Plugin
- Provider
Scoped bool - Can only be set on updates, the initial value is taken from the JSON manifest.
Changes the scope of the UI Plugin for System providers. It should be set to
true
when the UI Plugin is published to the System organization, to prevent unwanted updates-in-place. - Status string
- The status of the UI Plugin (for example,
ready
,unavailable
, etc) - Tenant
Ids List<string> - The identifiers of the Organizations that will be able to use the UI Plugin if enabled. If not set, it doesn't publish to any Organization.
- Tenant
Scoped bool - Can only be set on updates, the initial value is taken from the JSON manifest.
Changes the scope of the UI Plugin for Organization users. It should be set to
true
when the UI Plugin is published to any organization, to prevent unwanted updates-in-place. - Ui
Plugin stringId - Vendor string
- The vendor of the UI Plugin
- Version string
- The version of the UI Plugin
- Description string
- The description of the UI Plugin
- Enabled bool
- Whether the UI Plugin will be enabled (
true
) or not (false
) - License string
- The license of the UI Plugin
- Link string
- The website or custom URL of the UI Plugin
- Name string
- The name of the UI Plugin
- Plugin
Path string - Path to a .zip file that contains the bundled UI Plugin
- Provider
Scoped bool - Can only be set on updates, the initial value is taken from the JSON manifest.
Changes the scope of the UI Plugin for System providers. It should be set to
true
when the UI Plugin is published to the System organization, to prevent unwanted updates-in-place. - Status string
- The status of the UI Plugin (for example,
ready
,unavailable
, etc) - Tenant
Ids []string - The identifiers of the Organizations that will be able to use the UI Plugin if enabled. If not set, it doesn't publish to any Organization.
- Tenant
Scoped bool - Can only be set on updates, the initial value is taken from the JSON manifest.
Changes the scope of the UI Plugin for Organization users. It should be set to
true
when the UI Plugin is published to any organization, to prevent unwanted updates-in-place. - Ui
Plugin stringId - Vendor string
- The vendor of the UI Plugin
- Version string
- The version of the UI Plugin
- description String
- The description of the UI Plugin
- enabled Boolean
- Whether the UI Plugin will be enabled (
true
) or not (false
) - license String
- The license of the UI Plugin
- link String
- The website or custom URL of the UI Plugin
- name String
- The name of the UI Plugin
- plugin
Path String - Path to a .zip file that contains the bundled UI Plugin
- provider
Scoped Boolean - Can only be set on updates, the initial value is taken from the JSON manifest.
Changes the scope of the UI Plugin for System providers. It should be set to
true
when the UI Plugin is published to the System organization, to prevent unwanted updates-in-place. - status String
- The status of the UI Plugin (for example,
ready
,unavailable
, etc) - tenant
Ids List<String> - The identifiers of the Organizations that will be able to use the UI Plugin if enabled. If not set, it doesn't publish to any Organization.
- tenant
Scoped Boolean - Can only be set on updates, the initial value is taken from the JSON manifest.
Changes the scope of the UI Plugin for Organization users. It should be set to
true
when the UI Plugin is published to any organization, to prevent unwanted updates-in-place. - ui
Plugin StringId - vendor String
- The vendor of the UI Plugin
- version String
- The version of the UI Plugin
- description string
- The description of the UI Plugin
- enabled boolean
- Whether the UI Plugin will be enabled (
true
) or not (false
) - license string
- The license of the UI Plugin
- link string
- The website or custom URL of the UI Plugin
- name string
- The name of the UI Plugin
- plugin
Path string - Path to a .zip file that contains the bundled UI Plugin
- provider
Scoped boolean - Can only be set on updates, the initial value is taken from the JSON manifest.
Changes the scope of the UI Plugin for System providers. It should be set to
true
when the UI Plugin is published to the System organization, to prevent unwanted updates-in-place. - status string
- The status of the UI Plugin (for example,
ready
,unavailable
, etc) - tenant
Ids string[] - The identifiers of the Organizations that will be able to use the UI Plugin if enabled. If not set, it doesn't publish to any Organization.
- tenant
Scoped boolean - Can only be set on updates, the initial value is taken from the JSON manifest.
Changes the scope of the UI Plugin for Organization users. It should be set to
true
when the UI Plugin is published to any organization, to prevent unwanted updates-in-place. - ui
Plugin stringId - vendor string
- The vendor of the UI Plugin
- version string
- The version of the UI Plugin
- description str
- The description of the UI Plugin
- enabled bool
- Whether the UI Plugin will be enabled (
true
) or not (false
) - license str
- The license of the UI Plugin
- link str
- The website or custom URL of the UI Plugin
- name str
- The name of the UI Plugin
- plugin_
path str - Path to a .zip file that contains the bundled UI Plugin
- provider_
scoped bool - Can only be set on updates, the initial value is taken from the JSON manifest.
Changes the scope of the UI Plugin for System providers. It should be set to
true
when the UI Plugin is published to the System organization, to prevent unwanted updates-in-place. - status str
- The status of the UI Plugin (for example,
ready
,unavailable
, etc) - tenant_
ids Sequence[str] - The identifiers of the Organizations that will be able to use the UI Plugin if enabled. If not set, it doesn't publish to any Organization.
- tenant_
scoped bool - Can only be set on updates, the initial value is taken from the JSON manifest.
Changes the scope of the UI Plugin for Organization users. It should be set to
true
when the UI Plugin is published to any organization, to prevent unwanted updates-in-place. - ui_
plugin_ strid - vendor str
- The vendor of the UI Plugin
- version str
- The version of the UI Plugin
- description String
- The description of the UI Plugin
- enabled Boolean
- Whether the UI Plugin will be enabled (
true
) or not (false
) - license String
- The license of the UI Plugin
- link String
- The website or custom URL of the UI Plugin
- name String
- The name of the UI Plugin
- plugin
Path String - Path to a .zip file that contains the bundled UI Plugin
- provider
Scoped Boolean - Can only be set on updates, the initial value is taken from the JSON manifest.
Changes the scope of the UI Plugin for System providers. It should be set to
true
when the UI Plugin is published to the System organization, to prevent unwanted updates-in-place. - status String
- The status of the UI Plugin (for example,
ready
,unavailable
, etc) - tenant
Ids List<String> - The identifiers of the Organizations that will be able to use the UI Plugin if enabled. If not set, it doesn't publish to any Organization.
- tenant
Scoped Boolean - Can only be set on updates, the initial value is taken from the JSON manifest.
Changes the scope of the UI Plugin for Organization users. It should be set to
true
when the UI Plugin is published to any organization, to prevent unwanted updates-in-place. - ui
Plugin StringId - vendor String
- The vendor of the UI Plugin
- version String
- The version of the UI Plugin
Package Details
- Repository
- vcd vmware/terraform-provider-vcd
- License
- Notes
- This Pulumi package is based on the
vcd
Terraform Provider.