Skip to main content

private_clouds

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

Overview

Nameprivate_clouds
TypeResource
Idazure_isv.vmware_cloud_simple.private_clouds

Fields

NameDatatypeDescription
idtextAzure Id, e.g. "/subscriptions/4da99247-a172-4ed6-8ae9-ebed2d12f839/providers/Microsoft.VMwareCloudSimple/privateClouds/cloud123"
nametextPrivate cloud name
availability_zone_idtextfield from the properties object
availability_zone_nametextfield from the properties object
clusters_numbertextfield from the properties object
created_bytextfield from the properties object
created_ontextfield from the properties object
dns_serverstextfield from the properties object
expirestextfield from the properties object
locationtextLocation where private cloud created, e.g "westus"
nsx_typetextfield from the properties object
pcNametextfield from the properties object
placement_group_idtextfield from the properties object
placement_group_nametextfield from the properties object
private_cloud_idtextfield from the properties object
regionIdtextfield from the properties object
resource_poolstextfield from the properties object
statetextfield from the properties object
subscriptionIdtextfield from the properties object
total_cpu_corestextfield from the properties object
total_nodestextfield from the properties object
total_ramtextfield from the properties object
total_storagetextfield from the properties object
typetextAzure Resource type
v_sphere_versiontextfield from the properties object
vcenter_fqdntextfield from the properties object
vcenter_refidtextfield from the properties object
virtual_machine_templatestextfield from the properties object
virtual_networkstextfield from the properties object
vr_ops_enabledtextfield from the properties object

Methods

NameAccessible byRequired ParamsDescription
getSELECTpcName, regionId, subscriptionIdReturns private cloud by its name
listSELECTregionId, subscriptionIdReturns list of private clouds in particular region

SELECT examples

Returns list of private clouds in particular region

SELECT
id,
name,
availability_zone_id,
availability_zone_name,
clusters_number,
created_by,
created_on,
dns_servers,
expires,
location,
nsx_type,
pcName,
placement_group_id,
placement_group_name,
private_cloud_id,
regionId,
resource_pools,
state,
subscriptionId,
total_cpu_cores,
total_nodes,
total_ram,
total_storage,
type,
v_sphere_version,
vcenter_fqdn,
vcenter_refid,
virtual_machine_templates,
virtual_networks,
vr_ops_enabled
FROM azure_isv.vmware_cloud_simple.vw_private_clouds
WHERE regionId = '{{ regionId }}'
AND subscriptionId = '{{ subscriptionId }}';