vcd.CatalogVappTemplate
Explore with Pulumi AI
Create CatalogVappTemplate Resource
Resources are created with functions called constructors. To learn more about declaring and configuring resources, see Resources.
Constructor syntax
new CatalogVappTemplate(name: string, args: CatalogVappTemplateArgs, opts?: CustomResourceOptions);
@overload
def CatalogVappTemplate(resource_name: str,
args: CatalogVappTemplateArgs,
opts: Optional[ResourceOptions] = None)
@overload
def CatalogVappTemplate(resource_name: str,
opts: Optional[ResourceOptions] = None,
catalog_id: Optional[str] = None,
capture_vapp: Optional[CatalogVappTemplateCaptureVappArgs] = None,
catalog_vapp_template_id: Optional[str] = None,
description: Optional[str] = None,
lease: Optional[CatalogVappTemplateLeaseArgs] = None,
metadata: Optional[Mapping[str, str]] = None,
metadata_entries: Optional[Sequence[CatalogVappTemplateMetadataEntryArgs]] = None,
name: Optional[str] = None,
org: Optional[str] = None,
ova_path: Optional[str] = None,
ovf_url: Optional[str] = None,
upload_piece_size: Optional[float] = None)
func NewCatalogVappTemplate(ctx *Context, name string, args CatalogVappTemplateArgs, opts ...ResourceOption) (*CatalogVappTemplate, error)
public CatalogVappTemplate(string name, CatalogVappTemplateArgs args, CustomResourceOptions? opts = null)
public CatalogVappTemplate(String name, CatalogVappTemplateArgs args)
public CatalogVappTemplate(String name, CatalogVappTemplateArgs args, CustomResourceOptions options)
type: vcd:CatalogVappTemplate
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 CatalogVappTemplateArgs
- 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 CatalogVappTemplateArgs
- 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 CatalogVappTemplateArgs
- The arguments to resource properties.
- opts ResourceOption
- Bag of options to control resource's behavior.
- name string
- The unique name of the resource.
- args CatalogVappTemplateArgs
- The arguments to resource properties.
- opts CustomResourceOptions
- Bag of options to control resource's behavior.
- name String
- The unique name of the resource.
- args CatalogVappTemplateArgs
- 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 catalogVappTemplateResource = new Vcd.CatalogVappTemplate("catalogVappTemplateResource", new()
{
CatalogId = "string",
CaptureVapp = new Vcd.Inputs.CatalogVappTemplateCaptureVappArgs
{
CopyTpmOnInstantiate = false,
CustomizeOnInstantiate = false,
OverwriteCatalogItemId = "string",
SourceId = "string",
},
CatalogVappTemplateId = "string",
Description = "string",
Lease = new Vcd.Inputs.CatalogVappTemplateLeaseArgs
{
StorageLeaseInSec = 0,
},
MetadataEntries = new[]
{
new Vcd.Inputs.CatalogVappTemplateMetadataEntryArgs
{
IsSystem = false,
Key = "string",
Type = "string",
UserAccess = "string",
Value = "string",
},
},
Name = "string",
Org = "string",
OvaPath = "string",
OvfUrl = "string",
UploadPieceSize = 0,
});
example, err := vcd.NewCatalogVappTemplate(ctx, "catalogVappTemplateResource", &vcd.CatalogVappTemplateArgs{
CatalogId: pulumi.String("string"),
CaptureVapp: &vcd.CatalogVappTemplateCaptureVappArgs{
CopyTpmOnInstantiate: pulumi.Bool(false),
CustomizeOnInstantiate: pulumi.Bool(false),
OverwriteCatalogItemId: pulumi.String("string"),
SourceId: pulumi.String("string"),
},
CatalogVappTemplateId: pulumi.String("string"),
Description: pulumi.String("string"),
Lease: &vcd.CatalogVappTemplateLeaseArgs{
StorageLeaseInSec: pulumi.Float64(0),
},
MetadataEntries: vcd.CatalogVappTemplateMetadataEntryArray{
&vcd.CatalogVappTemplateMetadataEntryArgs{
IsSystem: pulumi.Bool(false),
Key: pulumi.String("string"),
Type: pulumi.String("string"),
UserAccess: pulumi.String("string"),
Value: pulumi.String("string"),
},
},
Name: pulumi.String("string"),
Org: pulumi.String("string"),
OvaPath: pulumi.String("string"),
OvfUrl: pulumi.String("string"),
UploadPieceSize: pulumi.Float64(0),
})
var catalogVappTemplateResource = new CatalogVappTemplate("catalogVappTemplateResource", CatalogVappTemplateArgs.builder()
.catalogId("string")
.captureVapp(CatalogVappTemplateCaptureVappArgs.builder()
.copyTpmOnInstantiate(false)
.customizeOnInstantiate(false)
.overwriteCatalogItemId("string")
.sourceId("string")
.build())
.catalogVappTemplateId("string")
.description("string")
.lease(CatalogVappTemplateLeaseArgs.builder()
.storageLeaseInSec(0)
.build())
.metadataEntries(CatalogVappTemplateMetadataEntryArgs.builder()
.isSystem(false)
.key("string")
.type("string")
.userAccess("string")
.value("string")
.build())
.name("string")
.org("string")
.ovaPath("string")
.ovfUrl("string")
.uploadPieceSize(0)
.build());
catalog_vapp_template_resource = vcd.CatalogVappTemplate("catalogVappTemplateResource",
catalog_id="string",
capture_vapp={
"copy_tpm_on_instantiate": False,
"customize_on_instantiate": False,
"overwrite_catalog_item_id": "string",
"source_id": "string",
},
catalog_vapp_template_id="string",
description="string",
lease={
"storage_lease_in_sec": 0,
},
metadata_entries=[{
"is_system": False,
"key": "string",
"type": "string",
"user_access": "string",
"value": "string",
}],
name="string",
org="string",
ova_path="string",
ovf_url="string",
upload_piece_size=0)
const catalogVappTemplateResource = new vcd.CatalogVappTemplate("catalogVappTemplateResource", {
catalogId: "string",
captureVapp: {
copyTpmOnInstantiate: false,
customizeOnInstantiate: false,
overwriteCatalogItemId: "string",
sourceId: "string",
},
catalogVappTemplateId: "string",
description: "string",
lease: {
storageLeaseInSec: 0,
},
metadataEntries: [{
isSystem: false,
key: "string",
type: "string",
userAccess: "string",
value: "string",
}],
name: "string",
org: "string",
ovaPath: "string",
ovfUrl: "string",
uploadPieceSize: 0,
});
type: vcd:CatalogVappTemplate
properties:
captureVapp:
copyTpmOnInstantiate: false
customizeOnInstantiate: false
overwriteCatalogItemId: string
sourceId: string
catalogId: string
catalogVappTemplateId: string
description: string
lease:
storageLeaseInSec: 0
metadataEntries:
- isSystem: false
key: string
type: string
userAccess: string
value: string
name: string
org: string
ovaPath: string
ovfUrl: string
uploadPieceSize: 0
CatalogVappTemplate 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 CatalogVappTemplate resource accepts the following input properties:
- Catalog
Id string - ID of the Catalog where to upload the OVA file
- Capture
Vapp CatalogVapp Template Capture Vapp - A configuration block to create template from existing vApp (Standalone VM or vApp)
- Catalog
Vapp stringTemplate Id - Description string
- Description of the vApp Template. Not to be used with
ovf_url
when target OVA has a description - Lease
Catalog
Vapp Template Lease - The information about the vApp Template lease. It includes the field below. When this section is included, the field is mandatory. If lease value is higher than the one allowed for the whole Org, we get an error
- Metadata Dictionary<string, string>
- Use
metadata_entry
instead. Key/value map of metadata to assign to the associated vApp Template - Metadata
Entries List<CatalogVapp Template Metadata Entry> - A set of metadata entries to assign. See Metadata section for details.
- Name string
- vApp Template name in Catalog
- Org string
- The name of organization to use, optional if defined at provider level. Useful when connected as sysadmin working across different organisations
- Ova
Path string - Absolute or relative path to file to upload
- Ovf
Url string - URL to OVF file. Only OVF (not OVA) files are supported by VCD uploading by URL
- Upload
Piece doubleSize - Size in MB for splitting upload size. It can possibly impact upload performance. Default 1MB
- Catalog
Id string - ID of the Catalog where to upload the OVA file
- Capture
Vapp CatalogVapp Template Capture Vapp Args - A configuration block to create template from existing vApp (Standalone VM or vApp)
- Catalog
Vapp stringTemplate Id - Description string
- Description of the vApp Template. Not to be used with
ovf_url
when target OVA has a description - Lease
Catalog
Vapp Template Lease Args - The information about the vApp Template lease. It includes the field below. When this section is included, the field is mandatory. If lease value is higher than the one allowed for the whole Org, we get an error
- Metadata map[string]string
- Use
metadata_entry
instead. Key/value map of metadata to assign to the associated vApp Template - Metadata
Entries []CatalogVapp Template Metadata Entry Args - A set of metadata entries to assign. See Metadata section for details.
- Name string
- vApp Template name in Catalog
- Org string
- The name of organization to use, optional if defined at provider level. Useful when connected as sysadmin working across different organisations
- Ova
Path string - Absolute or relative path to file to upload
- Ovf
Url string - URL to OVF file. Only OVF (not OVA) files are supported by VCD uploading by URL
- Upload
Piece float64Size - Size in MB for splitting upload size. It can possibly impact upload performance. Default 1MB
- catalog
Id String - ID of the Catalog where to upload the OVA file
- capture
Vapp CatalogVapp Template Capture Vapp - A configuration block to create template from existing vApp (Standalone VM or vApp)
- catalog
Vapp StringTemplate Id - description String
- Description of the vApp Template. Not to be used with
ovf_url
when target OVA has a description - lease
Catalog
Vapp Template Lease - The information about the vApp Template lease. It includes the field below. When this section is included, the field is mandatory. If lease value is higher than the one allowed for the whole Org, we get an error
- metadata Map<String,String>
- Use
metadata_entry
instead. Key/value map of metadata to assign to the associated vApp Template - metadata
Entries List<CatalogVapp Template Metadata Entry> - A set of metadata entries to assign. See Metadata section for details.
- name String
- vApp Template name in Catalog
- org String
- The name of organization to use, optional if defined at provider level. Useful when connected as sysadmin working across different organisations
- ova
Path String - Absolute or relative path to file to upload
- ovf
Url String - URL to OVF file. Only OVF (not OVA) files are supported by VCD uploading by URL
- upload
Piece DoubleSize - Size in MB for splitting upload size. It can possibly impact upload performance. Default 1MB
- catalog
Id string - ID of the Catalog where to upload the OVA file
- capture
Vapp CatalogVapp Template Capture Vapp - A configuration block to create template from existing vApp (Standalone VM or vApp)
- catalog
Vapp stringTemplate Id - description string
- Description of the vApp Template. Not to be used with
ovf_url
when target OVA has a description - lease
Catalog
Vapp Template Lease - The information about the vApp Template lease. It includes the field below. When this section is included, the field is mandatory. If lease value is higher than the one allowed for the whole Org, we get an error
- metadata {[key: string]: string}
- Use
metadata_entry
instead. Key/value map of metadata to assign to the associated vApp Template - metadata
Entries CatalogVapp Template Metadata Entry[] - A set of metadata entries to assign. See Metadata section for details.
- name string
- vApp Template name in Catalog
- org string
- The name of organization to use, optional if defined at provider level. Useful when connected as sysadmin working across different organisations
- ova
Path string - Absolute or relative path to file to upload
- ovf
Url string - URL to OVF file. Only OVF (not OVA) files are supported by VCD uploading by URL
- upload
Piece numberSize - Size in MB for splitting upload size. It can possibly impact upload performance. Default 1MB
- catalog_
id str - ID of the Catalog where to upload the OVA file
- capture_
vapp CatalogVapp Template Capture Vapp Args - A configuration block to create template from existing vApp (Standalone VM or vApp)
- catalog_
vapp_ strtemplate_ id - description str
- Description of the vApp Template. Not to be used with
ovf_url
when target OVA has a description - lease
Catalog
Vapp Template Lease Args - The information about the vApp Template lease. It includes the field below. When this section is included, the field is mandatory. If lease value is higher than the one allowed for the whole Org, we get an error
- metadata Mapping[str, str]
- Use
metadata_entry
instead. Key/value map of metadata to assign to the associated vApp Template - metadata_
entries Sequence[CatalogVapp Template Metadata Entry Args] - A set of metadata entries to assign. See Metadata section for details.
- name str
- vApp Template name in Catalog
- org str
- The name of organization to use, optional if defined at provider level. Useful when connected as sysadmin working across different organisations
- ova_
path str - Absolute or relative path to file to upload
- ovf_
url str - URL to OVF file. Only OVF (not OVA) files are supported by VCD uploading by URL
- upload_
piece_ floatsize - Size in MB for splitting upload size. It can possibly impact upload performance. Default 1MB
- catalog
Id String - ID of the Catalog where to upload the OVA file
- capture
Vapp Property Map - A configuration block to create template from existing vApp (Standalone VM or vApp)
- catalog
Vapp StringTemplate Id - description String
- Description of the vApp Template. Not to be used with
ovf_url
when target OVA has a description - lease Property Map
- The information about the vApp Template lease. It includes the field below. When this section is included, the field is mandatory. If lease value is higher than the one allowed for the whole Org, we get an error
- metadata Map<String>
- Use
metadata_entry
instead. Key/value map of metadata to assign to the associated vApp Template - metadata
Entries List<Property Map> - A set of metadata entries to assign. See Metadata section for details.
- name String
- vApp Template name in Catalog
- org String
- The name of organization to use, optional if defined at provider level. Useful when connected as sysadmin working across different organisations
- ova
Path String - Absolute or relative path to file to upload
- ovf
Url String - URL to OVF file. Only OVF (not OVA) files are supported by VCD uploading by URL
- upload
Piece NumberSize - Size in MB for splitting upload size. It can possibly impact upload performance. Default 1MB
Outputs
All input properties are implicitly available as output properties. Additionally, the CatalogVappTemplate resource produces the following output properties:
- Catalog
Item stringId - Catalog Item ID
- Created string
- Timestamp of when the vApp Template was created
- Id string
- The provider-assigned unique ID for this managed resource.
- Inherited
Metadata Dictionary<string, string> - A map that contains metadata that is automatically added by VCD (10.5.1+) and provides details on the origin of the VM
- Vdc
Id string - The VDC ID to which this vApp Template belongs
- Vm
Names List<string> - Set of VM names within the vApp template
- Catalog
Item stringId - Catalog Item ID
- Created string
- Timestamp of when the vApp Template was created
- Id string
- The provider-assigned unique ID for this managed resource.
- Inherited
Metadata map[string]string - A map that contains metadata that is automatically added by VCD (10.5.1+) and provides details on the origin of the VM
- Vdc
Id string - The VDC ID to which this vApp Template belongs
- Vm
Names []string - Set of VM names within the vApp template
- catalog
Item StringId - Catalog Item ID
- created String
- Timestamp of when the vApp Template was created
- id String
- The provider-assigned unique ID for this managed resource.
- inherited
Metadata Map<String,String> - A map that contains metadata that is automatically added by VCD (10.5.1+) and provides details on the origin of the VM
- vdc
Id String - The VDC ID to which this vApp Template belongs
- vm
Names List<String> - Set of VM names within the vApp template
- catalog
Item stringId - Catalog Item ID
- created string
- Timestamp of when the vApp Template was created
- id string
- The provider-assigned unique ID for this managed resource.
- inherited
Metadata {[key: string]: string} - A map that contains metadata that is automatically added by VCD (10.5.1+) and provides details on the origin of the VM
- vdc
Id string - The VDC ID to which this vApp Template belongs
- vm
Names string[] - Set of VM names within the vApp template
- catalog_
item_ strid - Catalog Item ID
- created str
- Timestamp of when the vApp Template was created
- id str
- The provider-assigned unique ID for this managed resource.
- inherited_
metadata Mapping[str, str] - A map that contains metadata that is automatically added by VCD (10.5.1+) and provides details on the origin of the VM
- vdc_
id str - The VDC ID to which this vApp Template belongs
- vm_
names Sequence[str] - Set of VM names within the vApp template
- catalog
Item StringId - Catalog Item ID
- created String
- Timestamp of when the vApp Template was created
- id String
- The provider-assigned unique ID for this managed resource.
- inherited
Metadata Map<String> - A map that contains metadata that is automatically added by VCD (10.5.1+) and provides details on the origin of the VM
- vdc
Id String - The VDC ID to which this vApp Template belongs
- vm
Names List<String> - Set of VM names within the vApp template
Look up Existing CatalogVappTemplate Resource
Get an existing CatalogVappTemplate 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?: CatalogVappTemplateState, opts?: CustomResourceOptions): CatalogVappTemplate
@staticmethod
def get(resource_name: str,
id: str,
opts: Optional[ResourceOptions] = None,
capture_vapp: Optional[CatalogVappTemplateCaptureVappArgs] = None,
catalog_id: Optional[str] = None,
catalog_item_id: Optional[str] = None,
catalog_vapp_template_id: Optional[str] = None,
created: Optional[str] = None,
description: Optional[str] = None,
inherited_metadata: Optional[Mapping[str, str]] = None,
lease: Optional[CatalogVappTemplateLeaseArgs] = None,
metadata: Optional[Mapping[str, str]] = None,
metadata_entries: Optional[Sequence[CatalogVappTemplateMetadataEntryArgs]] = None,
name: Optional[str] = None,
org: Optional[str] = None,
ova_path: Optional[str] = None,
ovf_url: Optional[str] = None,
upload_piece_size: Optional[float] = None,
vdc_id: Optional[str] = None,
vm_names: Optional[Sequence[str]] = None) -> CatalogVappTemplate
func GetCatalogVappTemplate(ctx *Context, name string, id IDInput, state *CatalogVappTemplateState, opts ...ResourceOption) (*CatalogVappTemplate, error)
public static CatalogVappTemplate Get(string name, Input<string> id, CatalogVappTemplateState? state, CustomResourceOptions? opts = null)
public static CatalogVappTemplate get(String name, Output<String> id, CatalogVappTemplateState state, CustomResourceOptions options)
resources: _: type: vcd:CatalogVappTemplate 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.
- Capture
Vapp CatalogVapp Template Capture Vapp - A configuration block to create template from existing vApp (Standalone VM or vApp)
- Catalog
Id string - ID of the Catalog where to upload the OVA file
- Catalog
Item stringId - Catalog Item ID
- Catalog
Vapp stringTemplate Id - Created string
- Timestamp of when the vApp Template was created
- Description string
- Description of the vApp Template. Not to be used with
ovf_url
when target OVA has a description - Inherited
Metadata Dictionary<string, string> - A map that contains metadata that is automatically added by VCD (10.5.1+) and provides details on the origin of the VM
- Lease
Catalog
Vapp Template Lease - The information about the vApp Template lease. It includes the field below. When this section is included, the field is mandatory. If lease value is higher than the one allowed for the whole Org, we get an error
- Metadata Dictionary<string, string>
- Use
metadata_entry
instead. Key/value map of metadata to assign to the associated vApp Template - Metadata
Entries List<CatalogVapp Template Metadata Entry> - A set of metadata entries to assign. See Metadata section for details.
- Name string
- vApp Template name in Catalog
- Org string
- The name of organization to use, optional if defined at provider level. Useful when connected as sysadmin working across different organisations
- Ova
Path string - Absolute or relative path to file to upload
- Ovf
Url string - URL to OVF file. Only OVF (not OVA) files are supported by VCD uploading by URL
- Upload
Piece doubleSize - Size in MB for splitting upload size. It can possibly impact upload performance. Default 1MB
- Vdc
Id string - The VDC ID to which this vApp Template belongs
- Vm
Names List<string> - Set of VM names within the vApp template
- Capture
Vapp CatalogVapp Template Capture Vapp Args - A configuration block to create template from existing vApp (Standalone VM or vApp)
- Catalog
Id string - ID of the Catalog where to upload the OVA file
- Catalog
Item stringId - Catalog Item ID
- Catalog
Vapp stringTemplate Id - Created string
- Timestamp of when the vApp Template was created
- Description string
- Description of the vApp Template. Not to be used with
ovf_url
when target OVA has a description - Inherited
Metadata map[string]string - A map that contains metadata that is automatically added by VCD (10.5.1+) and provides details on the origin of the VM
- Lease
Catalog
Vapp Template Lease Args - The information about the vApp Template lease. It includes the field below. When this section is included, the field is mandatory. If lease value is higher than the one allowed for the whole Org, we get an error
- Metadata map[string]string
- Use
metadata_entry
instead. Key/value map of metadata to assign to the associated vApp Template - Metadata
Entries []CatalogVapp Template Metadata Entry Args - A set of metadata entries to assign. See Metadata section for details.
- Name string
- vApp Template name in Catalog
- Org string
- The name of organization to use, optional if defined at provider level. Useful when connected as sysadmin working across different organisations
- Ova
Path string - Absolute or relative path to file to upload
- Ovf
Url string - URL to OVF file. Only OVF (not OVA) files are supported by VCD uploading by URL
- Upload
Piece float64Size - Size in MB for splitting upload size. It can possibly impact upload performance. Default 1MB
- Vdc
Id string - The VDC ID to which this vApp Template belongs
- Vm
Names []string - Set of VM names within the vApp template
- capture
Vapp CatalogVapp Template Capture Vapp - A configuration block to create template from existing vApp (Standalone VM or vApp)
- catalog
Id String - ID of the Catalog where to upload the OVA file
- catalog
Item StringId - Catalog Item ID
- catalog
Vapp StringTemplate Id - created String
- Timestamp of when the vApp Template was created
- description String
- Description of the vApp Template. Not to be used with
ovf_url
when target OVA has a description - inherited
Metadata Map<String,String> - A map that contains metadata that is automatically added by VCD (10.5.1+) and provides details on the origin of the VM
- lease
Catalog
Vapp Template Lease - The information about the vApp Template lease. It includes the field below. When this section is included, the field is mandatory. If lease value is higher than the one allowed for the whole Org, we get an error
- metadata Map<String,String>
- Use
metadata_entry
instead. Key/value map of metadata to assign to the associated vApp Template - metadata
Entries List<CatalogVapp Template Metadata Entry> - A set of metadata entries to assign. See Metadata section for details.
- name String
- vApp Template name in Catalog
- org String
- The name of organization to use, optional if defined at provider level. Useful when connected as sysadmin working across different organisations
- ova
Path String - Absolute or relative path to file to upload
- ovf
Url String - URL to OVF file. Only OVF (not OVA) files are supported by VCD uploading by URL
- upload
Piece DoubleSize - Size in MB for splitting upload size. It can possibly impact upload performance. Default 1MB
- vdc
Id String - The VDC ID to which this vApp Template belongs
- vm
Names List<String> - Set of VM names within the vApp template
- capture
Vapp CatalogVapp Template Capture Vapp - A configuration block to create template from existing vApp (Standalone VM or vApp)
- catalog
Id string - ID of the Catalog where to upload the OVA file
- catalog
Item stringId - Catalog Item ID
- catalog
Vapp stringTemplate Id - created string
- Timestamp of when the vApp Template was created
- description string
- Description of the vApp Template. Not to be used with
ovf_url
when target OVA has a description - inherited
Metadata {[key: string]: string} - A map that contains metadata that is automatically added by VCD (10.5.1+) and provides details on the origin of the VM
- lease
Catalog
Vapp Template Lease - The information about the vApp Template lease. It includes the field below. When this section is included, the field is mandatory. If lease value is higher than the one allowed for the whole Org, we get an error
- metadata {[key: string]: string}
- Use
metadata_entry
instead. Key/value map of metadata to assign to the associated vApp Template - metadata
Entries CatalogVapp Template Metadata Entry[] - A set of metadata entries to assign. See Metadata section for details.
- name string
- vApp Template name in Catalog
- org string
- The name of organization to use, optional if defined at provider level. Useful when connected as sysadmin working across different organisations
- ova
Path string - Absolute or relative path to file to upload
- ovf
Url string - URL to OVF file. Only OVF (not OVA) files are supported by VCD uploading by URL
- upload
Piece numberSize - Size in MB for splitting upload size. It can possibly impact upload performance. Default 1MB
- vdc
Id string - The VDC ID to which this vApp Template belongs
- vm
Names string[] - Set of VM names within the vApp template
- capture_
vapp CatalogVapp Template Capture Vapp Args - A configuration block to create template from existing vApp (Standalone VM or vApp)
- catalog_
id str - ID of the Catalog where to upload the OVA file
- catalog_
item_ strid - Catalog Item ID
- catalog_
vapp_ strtemplate_ id - created str
- Timestamp of when the vApp Template was created
- description str
- Description of the vApp Template. Not to be used with
ovf_url
when target OVA has a description - inherited_
metadata Mapping[str, str] - A map that contains metadata that is automatically added by VCD (10.5.1+) and provides details on the origin of the VM
- lease
Catalog
Vapp Template Lease Args - The information about the vApp Template lease. It includes the field below. When this section is included, the field is mandatory. If lease value is higher than the one allowed for the whole Org, we get an error
- metadata Mapping[str, str]
- Use
metadata_entry
instead. Key/value map of metadata to assign to the associated vApp Template - metadata_
entries Sequence[CatalogVapp Template Metadata Entry Args] - A set of metadata entries to assign. See Metadata section for details.
- name str
- vApp Template name in Catalog
- org str
- The name of organization to use, optional if defined at provider level. Useful when connected as sysadmin working across different organisations
- ova_
path str - Absolute or relative path to file to upload
- ovf_
url str - URL to OVF file. Only OVF (not OVA) files are supported by VCD uploading by URL
- upload_
piece_ floatsize - Size in MB for splitting upload size. It can possibly impact upload performance. Default 1MB
- vdc_
id str - The VDC ID to which this vApp Template belongs
- vm_
names Sequence[str] - Set of VM names within the vApp template
- capture
Vapp Property Map - A configuration block to create template from existing vApp (Standalone VM or vApp)
- catalog
Id String - ID of the Catalog where to upload the OVA file
- catalog
Item StringId - Catalog Item ID
- catalog
Vapp StringTemplate Id - created String
- Timestamp of when the vApp Template was created
- description String
- Description of the vApp Template. Not to be used with
ovf_url
when target OVA has a description - inherited
Metadata Map<String> - A map that contains metadata that is automatically added by VCD (10.5.1+) and provides details on the origin of the VM
- lease Property Map
- The information about the vApp Template lease. It includes the field below. When this section is included, the field is mandatory. If lease value is higher than the one allowed for the whole Org, we get an error
- metadata Map<String>
- Use
metadata_entry
instead. Key/value map of metadata to assign to the associated vApp Template - metadata
Entries List<Property Map> - A set of metadata entries to assign. See Metadata section for details.
- name String
- vApp Template name in Catalog
- org String
- The name of organization to use, optional if defined at provider level. Useful when connected as sysadmin working across different organisations
- ova
Path String - Absolute or relative path to file to upload
- ovf
Url String - URL to OVF file. Only OVF (not OVA) files are supported by VCD uploading by URL
- upload
Piece NumberSize - Size in MB for splitting upload size. It can possibly impact upload performance. Default 1MB
- vdc
Id String - The VDC ID to which this vApp Template belongs
- vm
Names List<String> - Set of VM names within the vApp template
Supporting Types
CatalogVappTemplateCaptureVapp, CatalogVappTemplateCaptureVappArgs
- Copy
Tpm boolOn Instantiate - Defines if Trusted Platform Module should be copied (false) or created (true). Default 'false'. VCD 10.4.2+
- Customize
On boolInstantiate - Marks if instantiating applies customization settings ('true'). Default is 'false` - create an identical copy.
- Overwrite
Catalog stringItem Id - An existing catalog item ID to overwrite
- Source
Id string - Source vApp ID (can be a vApp ID or 'vapp_id' field of standalone VM 'vcd_vm')
- Copy
Tpm boolOn Instantiate - Defines if Trusted Platform Module should be copied (false) or created (true). Default 'false'. VCD 10.4.2+
- Customize
On boolInstantiate - Marks if instantiating applies customization settings ('true'). Default is 'false` - create an identical copy.
- Overwrite
Catalog stringItem Id - An existing catalog item ID to overwrite
- Source
Id string - Source vApp ID (can be a vApp ID or 'vapp_id' field of standalone VM 'vcd_vm')
- copy
Tpm BooleanOn Instantiate - Defines if Trusted Platform Module should be copied (false) or created (true). Default 'false'. VCD 10.4.2+
- customize
On BooleanInstantiate - Marks if instantiating applies customization settings ('true'). Default is 'false` - create an identical copy.
- overwrite
Catalog StringItem Id - An existing catalog item ID to overwrite
- source
Id String - Source vApp ID (can be a vApp ID or 'vapp_id' field of standalone VM 'vcd_vm')
- copy
Tpm booleanOn Instantiate - Defines if Trusted Platform Module should be copied (false) or created (true). Default 'false'. VCD 10.4.2+
- customize
On booleanInstantiate - Marks if instantiating applies customization settings ('true'). Default is 'false` - create an identical copy.
- overwrite
Catalog stringItem Id - An existing catalog item ID to overwrite
- source
Id string - Source vApp ID (can be a vApp ID or 'vapp_id' field of standalone VM 'vcd_vm')
- copy_
tpm_ boolon_ instantiate - Defines if Trusted Platform Module should be copied (false) or created (true). Default 'false'. VCD 10.4.2+
- customize_
on_ boolinstantiate - Marks if instantiating applies customization settings ('true'). Default is 'false` - create an identical copy.
- overwrite_
catalog_ stritem_ id - An existing catalog item ID to overwrite
- source_
id str - Source vApp ID (can be a vApp ID or 'vapp_id' field of standalone VM 'vcd_vm')
- copy
Tpm BooleanOn Instantiate - Defines if Trusted Platform Module should be copied (false) or created (true). Default 'false'. VCD 10.4.2+
- customize
On BooleanInstantiate - Marks if instantiating applies customization settings ('true'). Default is 'false` - create an identical copy.
- overwrite
Catalog StringItem Id - An existing catalog item ID to overwrite
- source
Id String - Source vApp ID (can be a vApp ID or 'vapp_id' field of standalone VM 'vcd_vm')
CatalogVappTemplateLease, CatalogVappTemplateLeaseArgs
- Storage
Lease doubleIn Sec - How long the vApp Template is available before being automatically deleted or marked as expired. 0 means never expires (or maximum allowed by parent Org). Regular values accepted from 3600+.
- Storage
Lease float64In Sec - How long the vApp Template is available before being automatically deleted or marked as expired. 0 means never expires (or maximum allowed by parent Org). Regular values accepted from 3600+.
- storage
Lease DoubleIn Sec - How long the vApp Template is available before being automatically deleted or marked as expired. 0 means never expires (or maximum allowed by parent Org). Regular values accepted from 3600+.
- storage
Lease numberIn Sec - How long the vApp Template is available before being automatically deleted or marked as expired. 0 means never expires (or maximum allowed by parent Org). Regular values accepted from 3600+.
- storage_
lease_ floatin_ sec - How long the vApp Template is available before being automatically deleted or marked as expired. 0 means never expires (or maximum allowed by parent Org). Regular values accepted from 3600+.
- storage
Lease NumberIn Sec - How long the vApp Template is available before being automatically deleted or marked as expired. 0 means never expires (or maximum allowed by parent Org). Regular values accepted from 3600+.
CatalogVappTemplateMetadataEntry, CatalogVappTemplateMetadataEntryArgs
- Is
System bool - Domain for this metadata entry. true, if it belongs to SYSTEM. false, if it belongs to GENERAL
- Key string
- Key of this metadata entry. Required if the metadata entry is not empty
- Type string
- Type of this metadata entry. One of: 'MetadataStringValue', 'MetadataNumberValue', 'MetadataBooleanValue', 'MetadataDateTimeValue'
- User
Access string - User access level for this metadata entry. One of: 'READWRITE', 'READONLY', 'PRIVATE'
- Value string
- Value of this metadata entry. Required if the metadata entry is not empty
- Is
System bool - Domain for this metadata entry. true, if it belongs to SYSTEM. false, if it belongs to GENERAL
- Key string
- Key of this metadata entry. Required if the metadata entry is not empty
- Type string
- Type of this metadata entry. One of: 'MetadataStringValue', 'MetadataNumberValue', 'MetadataBooleanValue', 'MetadataDateTimeValue'
- User
Access string - User access level for this metadata entry. One of: 'READWRITE', 'READONLY', 'PRIVATE'
- Value string
- Value of this metadata entry. Required if the metadata entry is not empty
- is
System Boolean - Domain for this metadata entry. true, if it belongs to SYSTEM. false, if it belongs to GENERAL
- key String
- Key of this metadata entry. Required if the metadata entry is not empty
- type String
- Type of this metadata entry. One of: 'MetadataStringValue', 'MetadataNumberValue', 'MetadataBooleanValue', 'MetadataDateTimeValue'
- user
Access String - User access level for this metadata entry. One of: 'READWRITE', 'READONLY', 'PRIVATE'
- value String
- Value of this metadata entry. Required if the metadata entry is not empty
- is
System boolean - Domain for this metadata entry. true, if it belongs to SYSTEM. false, if it belongs to GENERAL
- key string
- Key of this metadata entry. Required if the metadata entry is not empty
- type string
- Type of this metadata entry. One of: 'MetadataStringValue', 'MetadataNumberValue', 'MetadataBooleanValue', 'MetadataDateTimeValue'
- user
Access string - User access level for this metadata entry. One of: 'READWRITE', 'READONLY', 'PRIVATE'
- value string
- Value of this metadata entry. Required if the metadata entry is not empty
- is_
system bool - Domain for this metadata entry. true, if it belongs to SYSTEM. false, if it belongs to GENERAL
- key str
- Key of this metadata entry. Required if the metadata entry is not empty
- type str
- Type of this metadata entry. One of: 'MetadataStringValue', 'MetadataNumberValue', 'MetadataBooleanValue', 'MetadataDateTimeValue'
- user_
access str - User access level for this metadata entry. One of: 'READWRITE', 'READONLY', 'PRIVATE'
- value str
- Value of this metadata entry. Required if the metadata entry is not empty
- is
System Boolean - Domain for this metadata entry. true, if it belongs to SYSTEM. false, if it belongs to GENERAL
- key String
- Key of this metadata entry. Required if the metadata entry is not empty
- type String
- Type of this metadata entry. One of: 'MetadataStringValue', 'MetadataNumberValue', 'MetadataBooleanValue', 'MetadataDateTimeValue'
- user
Access String - User access level for this metadata entry. One of: 'READWRITE', 'READONLY', 'PRIVATE'
- value String
- Value of this metadata entry. Required if the metadata entry is not empty
Package Details
- Repository
- vcd vmware/terraform-provider-vcd
- License
- Notes
- This Pulumi package is based on the
vcd
Terraform Provider.