1. Packages
  2. Xen Orchestra
  3. API Docs
  4. getVdi
xenorchestra v1.5.0 published on Friday, Mar 7, 2025 by Vates

xenorchestra.getVdi

Explore with Pulumi AI

xenorchestra logo
xenorchestra v1.5.0 published on Friday, Mar 7, 2025 by Vates
    Deprecated: xenorchestra.index/getvdi.getVdi has been deprecated in favor of xenorchestra.index/getxoavdi.getXoaVdi

    Example Usage

    Using getVdi

    Two invocation forms are available. The direct form accepts plain arguments and either blocks until the result value is available, or returns a Promise-wrapped result. The output form accepts Input-wrapped arguments and returns an Output-wrapped result.

    function getVdi(args: GetVdiArgs, opts?: InvokeOptions): Promise<GetVdiResult>
    function getVdiOutput(args: GetVdiOutputArgs, opts?: InvokeOptions): Output<GetVdiResult>
    def get_vdi(id: Optional[str] = None,
                name_label: Optional[str] = None,
                pool_id: Optional[str] = None,
                tags: Optional[Sequence[str]] = None,
                opts: Optional[InvokeOptions] = None) -> GetVdiResult
    def get_vdi_output(id: Optional[pulumi.Input[str]] = None,
                name_label: Optional[pulumi.Input[str]] = None,
                pool_id: Optional[pulumi.Input[str]] = None,
                tags: Optional[pulumi.Input[Sequence[pulumi.Input[str]]]] = None,
                opts: Optional[InvokeOptions] = None) -> Output[GetVdiResult]
    func LookupVdi(ctx *Context, args *LookupVdiArgs, opts ...InvokeOption) (*LookupVdiResult, error)
    func LookupVdiOutput(ctx *Context, args *LookupVdiOutputArgs, opts ...InvokeOption) LookupVdiResultOutput

    > Note: This function is named LookupVdi in the Go SDK.

    public static class GetVdi 
    {
        public static Task<GetVdiResult> InvokeAsync(GetVdiArgs args, InvokeOptions? opts = null)
        public static Output<GetVdiResult> Invoke(GetVdiInvokeArgs args, InvokeOptions? opts = null)
    }
    public static CompletableFuture<GetVdiResult> getVdi(GetVdiArgs args, InvokeOptions options)
    public static Output<GetVdiResult> getVdi(GetVdiArgs args, InvokeOptions options)
    
    fn::invoke:
      function: xenorchestra:index/getVdi:getVdi
      arguments:
        # arguments dictionary

    The following arguments are supported:

    Id string
    The ID of the VDI.
    NameLabel string
    The name of the VDI to look up.
    PoolId string
    The ID of the pool the VDI belongs to. This is useful if you have a VDI with the same name on different pools.
    Tags List<string>
    The tags (labels) applied to the given entity.
    Id string
    The ID of the VDI.
    NameLabel string
    The name of the VDI to look up.
    PoolId string
    The ID of the pool the VDI belongs to. This is useful if you have a VDI with the same name on different pools.
    Tags []string
    The tags (labels) applied to the given entity.
    id String
    The ID of the VDI.
    nameLabel String
    The name of the VDI to look up.
    poolId String
    The ID of the pool the VDI belongs to. This is useful if you have a VDI with the same name on different pools.
    tags List<String>
    The tags (labels) applied to the given entity.
    id string
    The ID of the VDI.
    nameLabel string
    The name of the VDI to look up.
    poolId string
    The ID of the pool the VDI belongs to. This is useful if you have a VDI with the same name on different pools.
    tags string[]
    The tags (labels) applied to the given entity.
    id str
    The ID of the VDI.
    name_label str
    The name of the VDI to look up.
    pool_id str
    The ID of the pool the VDI belongs to. This is useful if you have a VDI with the same name on different pools.
    tags Sequence[str]
    The tags (labels) applied to the given entity.
    id String
    The ID of the VDI.
    nameLabel String
    The name of the VDI to look up.
    poolId String
    The ID of the pool the VDI belongs to. This is useful if you have a VDI with the same name on different pools.
    tags List<String>
    The tags (labels) applied to the given entity.

    getVdi Result

    The following output properties are available:

    Id string
    The ID of the VDI.
    Parent string
    The ID of the parent VDI if one exists. An example of when a VDI will have a parent is when it was created from a VM fast clone.
    NameLabel string
    The name of the VDI to look up.
    PoolId string
    The ID of the pool the VDI belongs to. This is useful if you have a VDI with the same name on different pools.
    Tags List<string>
    The tags (labels) applied to the given entity.
    Id string
    The ID of the VDI.
    Parent string
    The ID of the parent VDI if one exists. An example of when a VDI will have a parent is when it was created from a VM fast clone.
    NameLabel string
    The name of the VDI to look up.
    PoolId string
    The ID of the pool the VDI belongs to. This is useful if you have a VDI with the same name on different pools.
    Tags []string
    The tags (labels) applied to the given entity.
    id String
    The ID of the VDI.
    parent String
    The ID of the parent VDI if one exists. An example of when a VDI will have a parent is when it was created from a VM fast clone.
    nameLabel String
    The name of the VDI to look up.
    poolId String
    The ID of the pool the VDI belongs to. This is useful if you have a VDI with the same name on different pools.
    tags List<String>
    The tags (labels) applied to the given entity.
    id string
    The ID of the VDI.
    parent string
    The ID of the parent VDI if one exists. An example of when a VDI will have a parent is when it was created from a VM fast clone.
    nameLabel string
    The name of the VDI to look up.
    poolId string
    The ID of the pool the VDI belongs to. This is useful if you have a VDI with the same name on different pools.
    tags string[]
    The tags (labels) applied to the given entity.
    id str
    The ID of the VDI.
    parent str
    The ID of the parent VDI if one exists. An example of when a VDI will have a parent is when it was created from a VM fast clone.
    name_label str
    The name of the VDI to look up.
    pool_id str
    The ID of the pool the VDI belongs to. This is useful if you have a VDI with the same name on different pools.
    tags Sequence[str]
    The tags (labels) applied to the given entity.
    id String
    The ID of the VDI.
    parent String
    The ID of the parent VDI if one exists. An example of when a VDI will have a parent is when it was created from a VM fast clone.
    nameLabel String
    The name of the VDI to look up.
    poolId String
    The ID of the pool the VDI belongs to. This is useful if you have a VDI with the same name on different pools.
    tags List<String>
    The tags (labels) applied to the given entity.

    Package Details

    Repository
    xenorchestra vatesfr/pulumi-xenorchestra
    License
    Apache-2.0
    Notes
    This Pulumi package is based on the xenorchestra Terraform Provider.
    xenorchestra logo
    xenorchestra v1.5.0 published on Friday, Mar 7, 2025 by Vates