xenorchestra v1.5.2 published on Monday, Mar 10, 2025 by Vates
xenorchestra.getXoaVdi
Explore with Pulumi AI
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 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.
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.
- 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.