xenorchestra v1.5.0 published on Friday, Mar 7, 2025 by Vates
xenorchestra.getVdi
Explore with Pulumi AI
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 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.
- Sequence[str]
- 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.
- Name
Label string - The name of the VDI to look up.
- Pool
Id 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.
- 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.
- Name
Label string - The name of the VDI to look up.
- Pool
Id 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.
- []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.
- name
Label String - The name of the VDI to look up.
- pool
Id 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.
- 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.
- name
Label string - The name of the VDI to look up.
- pool
Id 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.
- 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.
- 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.
- name
Label String - The name of the VDI to look up.
- pool
Id 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.
- 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.