1. Packages
  2. Packages
  3. Nutanix
  4. API Docs
  5. OvaDownloadV2
Viewing docs for Nutanix v0.16.0
published on Tuesday, May 26, 2026 by Piers Karsenbarg
nutanix logo
Viewing docs for Nutanix v0.16.0
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:

    OvaExtId string
    -(Required) The external identifier for an OVA.
    OvaExtId string
    -(Required) The external identifier for an OVA.
    ova_ext_id string
    -(Required) The external identifier for an OVA.
    ovaExtId String
    -(Required) The external identifier for an OVA.
    ovaExtId string
    -(Required) The external identifier for an OVA.
    ova_ext_id str
    -(Required) The external identifier for an OVA.
    ovaExtId String
    -(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.
    OvaFilePath string
    Id string
    The provider-assigned unique ID for this managed resource.
    OvaFilePath string
    id string
    The provider-assigned unique ID for this managed resource.
    ova_file_path string
    id String
    The provider-assigned unique ID for this managed resource.
    ovaFilePath String
    id string
    The provider-assigned unique ID for this managed resource.
    ovaFilePath string
    id str
    The provider-assigned unique ID for this managed resource.
    ova_file_path str
    id String
    The provider-assigned unique ID for this managed resource.
    ovaFilePath String

    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) -> OvaDownloadV2
    func 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.
    The following state arguments are supported:
    OvaExtId string
    -(Required) The external identifier for an OVA.
    OvaFilePath string
    OvaExtId string
    -(Required) The external identifier for an OVA.
    OvaFilePath string
    ova_ext_id string
    -(Required) The external identifier for an OVA.
    ova_file_path string
    ovaExtId String
    -(Required) The external identifier for an OVA.
    ovaFilePath String
    ovaExtId string
    -(Required) The external identifier for an OVA.
    ovaFilePath string
    ova_ext_id str
    -(Required) The external identifier for an OVA.
    ova_file_path str
    ovaExtId String
    -(Required) The external identifier for an OVA.
    ovaFilePath String

    Package Details

    Repository
    nutanix pierskarsenbarg/pulumi-nutanix
    License
    Apache-2.0
    Notes
    This Pulumi package is based on the nutanix Terraform Provider.
    nutanix logo
    Viewing docs for Nutanix v0.16.0
    published on Tuesday, May 26, 2026 by Piers Karsenbarg

      Try Pulumi Cloud free.
      Your team will thank you.

      Start free trial