published on Tuesday, May 26, 2026 by Piers Karsenbarg
published on Tuesday, May 26, 2026 by Piers Karsenbarg
Downloads an OVA based on the given external identifier. This is a stream download of the OVA file..
Create OvaDownloadV2 Resource
Resources are created with functions called constructors. To learn more about declaring and configuring resources, see Resources.
Constructor syntax
new OvaDownloadV2(name: string, args: OvaDownloadV2Args, opts?: CustomResourceOptions);@overload
def OvaDownloadV2(resource_name: str,
args: OvaDownloadV2Args,
opts: Optional[ResourceOptions] = None)
@overload
def OvaDownloadV2(resource_name: str,
opts: Optional[ResourceOptions] = None,
ova_ext_id: Optional[str] = None)func NewOvaDownloadV2(ctx *Context, name string, args OvaDownloadV2Args, opts ...ResourceOption) (*OvaDownloadV2, error)public OvaDownloadV2(string name, OvaDownloadV2Args args, CustomResourceOptions? opts = null)
public OvaDownloadV2(String name, OvaDownloadV2Args args)
public OvaDownloadV2(String name, OvaDownloadV2Args args, CustomResourceOptions options)
type: nutanix:OvaDownloadV2
properties: # The arguments to resource properties.
options: # Bag of options to control resource's behavior.
resource "nutanix_ovadownloadv2" "name" {
# resource properties
}Parameters
- name string
- The unique name of the resource.
- args OvaDownloadV2Args
- 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 OvaDownloadV2Args
- 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 OvaDownloadV2Args
- The arguments to resource properties.
- opts ResourceOption
- Bag of options to control resource's behavior.
- name string
- The unique name of the resource.
- args OvaDownloadV2Args
- The arguments to resource properties.
- opts CustomResourceOptions
- Bag of options to control resource's behavior.
- name String
- The unique name of the resource.
- args OvaDownloadV2Args
- 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 ovaDownloadV2Resource = new Nutanix.OvaDownloadV2("ovaDownloadV2Resource", new()
{
OvaExtId = "string",
});
example, err := nutanix.NewOvaDownloadV2(ctx, "ovaDownloadV2Resource", &nutanix.OvaDownloadV2Args{
OvaExtId: pulumi.String("string"),
})
resource "nutanix_ovadownloadv2" "ovaDownloadV2Resource" {
ova_ext_id = "string"
}
var ovaDownloadV2Resource = new OvaDownloadV2("ovaDownloadV2Resource", OvaDownloadV2Args.builder()
.ovaExtId("string")
.build());
ova_download_v2_resource = nutanix.OvaDownloadV2("ovaDownloadV2Resource", ova_ext_id="string")
const ovaDownloadV2Resource = new nutanix.OvaDownloadV2("ovaDownloadV2Resource", {ovaExtId: "string"});
type: nutanix:OvaDownloadV2
properties:
ovaExtId: string
OvaDownloadV2 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 OvaDownloadV2 resource accepts the following input properties:
- Ova
Ext stringId - -(Required) The external identifier for an OVA.
- Ova
Ext stringId - -(Required) The external identifier for an OVA.
- ova_
ext_ stringid - -(Required) The external identifier for an OVA.
- ova
Ext StringId - -(Required) The external identifier for an OVA.
- ova
Ext stringId - -(Required) The external identifier for an OVA.
- ova_
ext_ strid - -(Required) The external identifier for an OVA.
- ova
Ext StringId - -(Required) The external identifier for an OVA.
Outputs
All input properties are implicitly available as output properties. Additionally, the OvaDownloadV2 resource produces the following output properties:
- Id string
- The provider-assigned unique ID for this managed resource.
- Ova
File stringPath
- Id string
- The provider-assigned unique ID for this managed resource.
- Ova
File stringPath
- id string
- The provider-assigned unique ID for this managed resource.
- ova_
file_ stringpath
- id String
- The provider-assigned unique ID for this managed resource.
- ova
File StringPath
- id string
- The provider-assigned unique ID for this managed resource.
- ova
File stringPath
- id str
- The provider-assigned unique ID for this managed resource.
- ova_
file_ strpath
- id String
- The provider-assigned unique ID for this managed resource.
- ova
File StringPath
Look up Existing OvaDownloadV2 Resource
Get an existing OvaDownloadV2 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?: OvaDownloadV2State, opts?: CustomResourceOptions): OvaDownloadV2@staticmethod
def get(resource_name: str,
id: str,
opts: Optional[ResourceOptions] = None,
ova_ext_id: Optional[str] = None,
ova_file_path: Optional[str] = None) -> OvaDownloadV2func GetOvaDownloadV2(ctx *Context, name string, id IDInput, state *OvaDownloadV2State, opts ...ResourceOption) (*OvaDownloadV2, error)public static OvaDownloadV2 Get(string name, Input<string> id, OvaDownloadV2State? state, CustomResourceOptions? opts = null)public static OvaDownloadV2 get(String name, Output<String> id, OvaDownloadV2State state, CustomResourceOptions options)resources: _: type: nutanix:OvaDownloadV2 get: id: ${id}import {
to = nutanix_ovadownloadv2.example
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.
- Ova
Ext stringId - -(Required) The external identifier for an OVA.
- Ova
File stringPath
- Ova
Ext stringId - -(Required) The external identifier for an OVA.
- Ova
File stringPath
- ova_
ext_ stringid - -(Required) The external identifier for an OVA.
- ova_
file_ stringpath
- ova
Ext StringId - -(Required) The external identifier for an OVA.
- ova
File StringPath
- ova
Ext stringId - -(Required) The external identifier for an OVA.
- ova
File stringPath
- ova_
ext_ strid - -(Required) The external identifier for an OVA.
- ova_
file_ strpath
- ova
Ext StringId - -(Required) The external identifier for an OVA.
- ova
File StringPath
Package Details
- Repository
- nutanix pierskarsenbarg/pulumi-nutanix
- License
- Apache-2.0
- Notes
- This Pulumi package is based on the
nutanixTerraform Provider.
published on Tuesday, May 26, 2026 by Piers Karsenbarg