Private Cloud Args
constructor(availability: Output<AvailabilityPropertiesArgs>? = null, dnsZoneType: Output<Either<String, DnsZoneType>>? = null, encryption: Output<EncryptionArgs>? = null, extendedNetworkBlocks: Output<List<String>>? = null, identity: Output<SystemAssignedServiceIdentityArgs>? = null, identitySources: Output<List<IdentitySourceArgs>>? = null, internet: Output<Either<String, InternetEnum>>? = null, location: Output<String>? = null, managementCluster: Output<ManagementClusterArgs>? = null, networkBlock: Output<String>? = null, nsxtPassword: Output<String>? = null, privateCloudName: Output<String>? = null, resourceGroupName: Output<String>? = null, sku: Output<SkuArgs>? = null, tags: Output<Map<String, String>>? = null, vcenterPassword: Output<String>? = null, virtualNetworkId: Output<String>? = null)