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

xenorchestra.getXoaVdi

Explore with Pulumi AI

xenorchestra logo
xenorchestra v1.5.0 published on Friday, Mar 7, 2025 by Vates

    Example Usage

    Using getXoaVdi

    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 getXoaVdi(args: GetXoaVdiArgs, opts?: InvokeOptions): Promise<GetXoaVdiResult>
    function getXoaVdiOutput(args: GetXoaVdiOutputArgs, opts?: InvokeOptions): Output<GetXoaVdiResult>
    def get_xoa_vdi(id: Optional[str] = None,
                    name_label: Optional[str] = None,
                    pool_id: Optional[str] = None,
                    tags: Optional[Sequence[str]] = None,
                    opts: Optional[InvokeOptions] = None) -> GetXoaVdiResult
    def get_xoa_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[GetXoaVdiResult]
    func GetXoaVdi(ctx *Context, args *GetXoaVdiArgs, opts ...InvokeOption) (*GetXoaVdiResult, error)
    func GetXoaVdiOutput(ctx *Context, args *GetXoaVdiOutputArgs, opts ...InvokeOption) GetXoaVdiResultOutput

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

    public static class GetXoaVdi 
    {
        public static Task<GetXoaVdiResult> InvokeAsync(GetXoaVdiArgs args, InvokeOptions? opts = null)
        public static Output<GetXoaVdiResult> Invoke(GetXoaVdiInvokeArgs args, InvokeOptions? opts = null)
    }
    public static CompletableFuture<GetXoaVdiResult> getXoaVdi(GetXoaVdiArgs args, InvokeOptions options)
    public static Output<GetXoaVdiResult> getXoaVdi(GetXoaVdiArgs args, InvokeOptions options)
    
    fn::invoke:
      function: xenorchestra:index/getXoaVdi:getXoaVdi
      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.

    getXoaVdi 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