Skip to main content

vw_private_clouds

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

Overview

Namevw_private_clouds
TypeView
Idazure_isv.vmware_cloud_simple.vw_private_clouds

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, '$.availabilityZoneId') as "availability_zone_id",
JSON_EXTRACT(properties, '$.availabilityZoneName') as "availability_zone_name",
JSON_EXTRACT(properties, '$.clustersNumber') as "clusters_number",
JSON_EXTRACT(properties, '$.createdBy') as "created_by",
JSON_EXTRACT(properties, '$.createdOn') as "created_on",
JSON_EXTRACT(properties, '$.dnsServers') as "dns_servers",
JSON_EXTRACT(properties, '$.expires') as "expires",
JSON_EXTRACT(properties, '$.nsxType') as "nsx_type",
JSON_EXTRACT(properties, '$.placementGroupId') as "placement_group_id",
JSON_EXTRACT(properties, '$.placementGroupName') as "placement_group_name",
JSON_EXTRACT(properties, '$.privateCloudId') as "private_cloud_id",
JSON_EXTRACT(properties, '$.resourcePools') as "resource_pools",
JSON_EXTRACT(properties, '$.state') as "state",
JSON_EXTRACT(properties, '$.totalCpuCores') as "total_cpu_cores",
JSON_EXTRACT(properties, '$.totalNodes') as "total_nodes",
JSON_EXTRACT(properties, '$.totalRam') as "total_ram",
JSON_EXTRACT(properties, '$.totalStorage') as "total_storage",
JSON_EXTRACT(properties, '$.type') as "type",
JSON_EXTRACT(properties, '$.vSphereVersion') as "v_sphere_version",
JSON_EXTRACT(properties, '$.vcenterFqdn') as "vcenter_fqdn",
JSON_EXTRACT(properties, '$.vcenterRefid') as "vcenter_refid",
JSON_EXTRACT(properties, '$.virtualMachineTemplates') as "virtual_machine_templates",
JSON_EXTRACT(properties, '$.virtualNetworks') as "virtual_networks",
JSON_EXTRACT(properties, '$.vrOpsEnabled') as "vr_ops_enabled",
subscriptionId,
regionId,
pcName
FROM azure_isv.vmware_cloud_simple.private_clouds
WHERE subscriptionId = 'replace-me' AND regionId = 'replace-me';