Skip to main content

vw_virtual_machine_templates

Creates, updates, deletes, gets or lists a vw_virtual_machine_templates resource.

Overview

Namevw_virtual_machine_templates
TypeView
Idazure_isv.vmware_cloud_simple.vw_virtual_machine_templates

Fields

See the SQL Definition (view DDL) for fields returned by this view.

SQL Definition

SELECT
id as id,
name as name,
location as location,
type as type,
JSON_EXTRACT(properties, '$.amountOfRam') as "amount_of_ram",
JSON_EXTRACT(properties, '$.controllers') as "controllers",
JSON_EXTRACT(properties, '$.description') as "description",
JSON_EXTRACT(properties, '$.disks') as "disks",
JSON_EXTRACT(properties, '$.exposeToGuestVM') as "expose_to_guest_vm",
JSON_EXTRACT(properties, '$.guestOS') as "guest_os",
JSON_EXTRACT(properties, '$.guestOSType') as "guest_os_type",
JSON_EXTRACT(properties, '$.nics') as "nics",
JSON_EXTRACT(properties, '$.numberOfCores') as "number_of_cores",
JSON_EXTRACT(properties, '$.path') as "path",
JSON_EXTRACT(properties, '$.privateCloudId') as "private_cloud_id",
JSON_EXTRACT(properties, '$.vSphereNetworks') as "v_sphere_networks",
JSON_EXTRACT(properties, '$.vSphereTags') as "v_sphere_tags",
JSON_EXTRACT(properties, '$.vmwaretools') as "vmwaretools",
subscriptionId,
regionId,
pcName,
virtualMachineTemplateName,
resourcePoolName
FROM azure_isv.vmware_cloud_simple.virtual_machine_templates
WHERE subscriptionId = 'replace-me' AND regionId = 'replace-me' AND pcName = 'replace-me' AND resourcePoolName = 'replace-me';