Viewing docs for pulumi-resource-zia v1.3.8
published on Friday, Mar 13, 2026 by Zscaler
published on Friday, Mar 13, 2026 by Zscaler
Viewing docs for pulumi-resource-zia v1.3.8
published on Friday, Mar 13, 2026 by Zscaler
published on Friday, Mar 13, 2026 by Zscaler
Use this data source to look up a VZEN cluster by ID or name.
Using getVzenCluster
Two invocation forms are available. The direct form accepts plain arguments and either blocks until the result value is available, or returns a Promise-wrapped result. The output form accepts Input-wrapped arguments and returns an Output-wrapped result.
function getVzenCluster(args: GetVzenClusterArgs, opts?: InvokeOptions): Promise<GetVzenClusterResult>
function getVzenClusterOutput(args: GetVzenClusterOutputArgs, opts?: InvokeOptions): Output<GetVzenClusterResult>def get_vzen_cluster(cluster_id: Optional[int] = None,
name: Optional[str] = None,
opts: Optional[InvokeOptions] = None) -> GetVzenClusterResult
def get_vzen_cluster_output(cluster_id: Optional[pulumi.Input[int]] = None,
name: Optional[pulumi.Input[str]] = None,
opts: Optional[InvokeOptions] = None) -> Output[GetVzenClusterResult]func LookupVzenCluster(ctx *Context, args *LookupVzenClusterArgs, opts ...InvokeOption) (*LookupVzenClusterResult, error)
func LookupVzenClusterOutput(ctx *Context, args *LookupVzenClusterOutputArgs, opts ...InvokeOption) LookupVzenClusterResultOutput> Note: This function is named LookupVzenCluster in the Go SDK.
public static class GetVzenCluster
{
public static Task<GetVzenClusterResult> InvokeAsync(GetVzenClusterArgs args, InvokeOptions? opts = null)
public static Output<GetVzenClusterResult> Invoke(GetVzenClusterInvokeArgs args, InvokeOptions? opts = null)
}public static CompletableFuture<GetVzenClusterResult> getVzenCluster(GetVzenClusterArgs args, InvokeOptions options)
public static Output<GetVzenClusterResult> getVzenCluster(GetVzenClusterArgs args, InvokeOptions options)
fn::invoke:
function: zia:getVzenCluster
arguments:
# arguments dictionaryThe following arguments are supported:
- cluster_
id int - The ID of the VZEN cluster to look up.
- name str
- The name of the VZEN cluster to look up.
getVzenCluster Result
The following output properties are available:
- Cluster
Id int - The ID of the VZEN cluster.
- Default
Gateway string - The default gateway of the VZEN cluster.
- Ip
Address string - The IP address of the VZEN cluster.
- Ip
Sec boolEnabled - Whether IPSec is enabled on the cluster.
- Name string
- The name of the VZEN cluster.
- Status string
- The status of the VZEN cluster.
- Subnet
Mask string - The subnet mask of the VZEN cluster.
- Type string
- The type of the VZEN cluster.
- Virtual
Zen List<zscaler.Nodes Pulumi Package. Zia. Outputs. Virtual Zen Node Output> - The list of virtual ZEN nodes in this cluster.
- Cluster
Id int - The ID of the VZEN cluster.
- Default
Gateway string - The default gateway of the VZEN cluster.
- Ip
Address string - The IP address of the VZEN cluster.
- Ip
Sec boolEnabled - Whether IPSec is enabled on the cluster.
- Name string
- The name of the VZEN cluster.
- Status string
- The status of the VZEN cluster.
- Subnet
Mask string - The subnet mask of the VZEN cluster.
- Type string
- The type of the VZEN cluster.
- Virtual
Zen []VirtualNodes Zen Node Output - The list of virtual ZEN nodes in this cluster.
- cluster
Id Integer - The ID of the VZEN cluster.
- default
Gateway String - The default gateway of the VZEN cluster.
- ip
Address String - The IP address of the VZEN cluster.
- ip
Sec BooleanEnabled - Whether IPSec is enabled on the cluster.
- name String
- The name of the VZEN cluster.
- status String
- The status of the VZEN cluster.
- subnet
Mask String - The subnet mask of the VZEN cluster.
- type String
- The type of the VZEN cluster.
- virtual
Zen List<VirtualNodes Zen Node Output> - The list of virtual ZEN nodes in this cluster.
- cluster
Id number - The ID of the VZEN cluster.
- default
Gateway string - The default gateway of the VZEN cluster.
- ip
Address string - The IP address of the VZEN cluster.
- ip
Sec booleanEnabled - Whether IPSec is enabled on the cluster.
- name string
- The name of the VZEN cluster.
- status string
- The status of the VZEN cluster.
- subnet
Mask string - The subnet mask of the VZEN cluster.
- type string
- The type of the VZEN cluster.
- virtual
Zen VirtualNodes Zen Node Output[] - The list of virtual ZEN nodes in this cluster.
- cluster_
id int - The ID of the VZEN cluster.
- default_
gateway str - The default gateway of the VZEN cluster.
- ip_
address str - The IP address of the VZEN cluster.
- ip_
sec_ boolenabled - Whether IPSec is enabled on the cluster.
- name str
- The name of the VZEN cluster.
- status str
- The status of the VZEN cluster.
- subnet_
mask str - The subnet mask of the VZEN cluster.
- type str
- The type of the VZEN cluster.
- virtual_
zen_ Sequence[Virtualnodes Zen Node Output] - The list of virtual ZEN nodes in this cluster.
- cluster
Id Number - The ID of the VZEN cluster.
- default
Gateway String - The default gateway of the VZEN cluster.
- ip
Address String - The IP address of the VZEN cluster.
- ip
Sec BooleanEnabled - Whether IPSec is enabled on the cluster.
- name String
- The name of the VZEN cluster.
- status String
- The status of the VZEN cluster.
- subnet
Mask String - The subnet mask of the VZEN cluster.
- type String
- The type of the VZEN cluster.
- virtual
Zen List<Property Map>Nodes - The list of virtual ZEN nodes in this cluster.
Supporting Types
VirtualZenNodeOutput
Package Details
- Repository
- zia zscaler/pulumi-zia
- License
Viewing docs for pulumi-resource-zia v1.3.8
published on Friday, Mar 13, 2026 by Zscaler
published on Friday, Mar 13, 2026 by Zscaler
