GetDynamic
The vsphere..getDynamic data source can be used to get the managed object
reference ID of any tagged managed object in vCenter
by providing a list of tag IDs and an optional regular expression to filter
objects by name.
Using GetDynamic
function getDynamic(args: GetDynamicArgs, opts?: InvokeOptions): Promise<GetDynamicResult>function get_dynamic(filters=None, name_regex=None, type=None, opts=None)func GetDynamic(ctx *Context, args *GetDynamicArgs, opts ...InvokeOption) (*GetDynamicResult, error)public static class GetDynamic {
public static Task<GetDynamicResult> InvokeAsync(GetDynamicArgs args, InvokeOptions? opts = null)
}The following arguments are supported:
GetDynamic Result
The following output properties are available:
Package Details
- Repository
- https://github.com/pulumi/pulumi-vsphere
- License
- Apache-2.0
- Notes
- This Pulumi package is based on the
vsphereTerraform Provider.