avi 31.1.1 published on Monday, Apr 14, 2025 by vmware
avi.getCluster
Explore with Pulumi AI
<!–
Copyright 2021 VMware, Inc.
SPDX-License-Identifier: Mozilla Public License 2.0
–>
layout: “avi”
page_title: “AVI: avi.Cluster” sidebar_current: “docs-avi-datasource-cluster” description: |- Get information of Avi Cluster.
avi.Cluster
This data source is used to to get avi.Cluster objects.
Example Usage
import * as pulumi from "@pulumi/pulumi";
import * as avi from "@pulumi/avi";
const fooCluster = avi.getCluster({
name: "foo",
uuid: "cluster-f9cf6b3e-a411-436f-95e2-2982ba2b217b",
});
import pulumi
import pulumi_avi as avi
foo_cluster = avi.get_cluster(name="foo",
uuid="cluster-f9cf6b3e-a411-436f-95e2-2982ba2b217b")
package main
import (
"github.com/pulumi/pulumi-terraform-provider/sdks/go/avi/v31/avi"
"github.com/pulumi/pulumi/sdk/v3/go/pulumi"
)
func main() {
pulumi.Run(func(ctx *pulumi.Context) error {
_, err := avi.LookupCluster(ctx, &avi.LookupClusterArgs{
Name: pulumi.StringRef("foo"),
Uuid: pulumi.StringRef("cluster-f9cf6b3e-a411-436f-95e2-2982ba2b217b"),
}, nil)
if err != nil {
return err
}
return nil
})
}
using System.Collections.Generic;
using System.Linq;
using Pulumi;
using Avi = Pulumi.Avi;
return await Deployment.RunAsync(() =>
{
var fooCluster = Avi.GetCluster.Invoke(new()
{
Name = "foo",
Uuid = "cluster-f9cf6b3e-a411-436f-95e2-2982ba2b217b",
});
});
package generated_program;
import com.pulumi.Context;
import com.pulumi.Pulumi;
import com.pulumi.core.Output;
import com.pulumi.avi.AviFunctions;
import com.pulumi.avi.inputs.GetClusterArgs;
import java.util.List;
import java.util.ArrayList;
import java.util.Map;
import java.io.File;
import java.nio.file.Files;
import java.nio.file.Paths;
public class App {
public static void main(String[] args) {
Pulumi.run(App::stack);
}
public static void stack(Context ctx) {
final var fooCluster = AviFunctions.getCluster(GetClusterArgs.builder()
.name("foo")
.uuid("cluster-f9cf6b3e-a411-436f-95e2-2982ba2b217b")
.build());
}
}
variables:
fooCluster:
fn::invoke:
function: avi:getCluster
arguments:
name: foo
uuid: cluster-f9cf6b3e-a411-436f-95e2-2982ba2b217b
Using getCluster
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 getCluster(args: GetClusterArgs, opts?: InvokeOptions): Promise<GetClusterResult>
function getClusterOutput(args: GetClusterOutputArgs, opts?: InvokeOptions): Output<GetClusterResult>
def get_cluster(cluster_states: Optional[Sequence[GetClusterClusterState]] = None,
id: Optional[str] = None,
name: Optional[str] = None,
tenant_ref: Optional[str] = None,
uuid: Optional[str] = None,
opts: Optional[InvokeOptions] = None) -> GetClusterResult
def get_cluster_output(cluster_states: Optional[pulumi.Input[Sequence[pulumi.Input[GetClusterClusterStateArgs]]]] = None,
id: Optional[pulumi.Input[str]] = None,
name: Optional[pulumi.Input[str]] = None,
tenant_ref: Optional[pulumi.Input[str]] = None,
uuid: Optional[pulumi.Input[str]] = None,
opts: Optional[InvokeOptions] = None) -> Output[GetClusterResult]
func LookupCluster(ctx *Context, args *LookupClusterArgs, opts ...InvokeOption) (*LookupClusterResult, error)
func LookupClusterOutput(ctx *Context, args *LookupClusterOutputArgs, opts ...InvokeOption) LookupClusterResultOutput
> Note: This function is named LookupCluster
in the Go SDK.
public static class GetCluster
{
public static Task<GetClusterResult> InvokeAsync(GetClusterArgs args, InvokeOptions? opts = null)
public static Output<GetClusterResult> Invoke(GetClusterInvokeArgs args, InvokeOptions? opts = null)
}
public static CompletableFuture<GetClusterResult> getCluster(GetClusterArgs args, InvokeOptions options)
public static Output<GetClusterResult> getCluster(GetClusterArgs args, InvokeOptions options)
fn::invoke:
function: avi:index/getCluster:getCluster
arguments:
# arguments dictionary
The following arguments are supported:
- Cluster
States List<GetCluster Cluster State> - Id string
- Name string
- Search Cluster by name.
- Tenant
Ref string - It is a reference to an object of type tenant. Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition.
- Uuid string
- Search Cluster by uuid.
- Cluster
States []GetCluster Cluster State - Id string
- Name string
- Search Cluster by name.
- Tenant
Ref string - It is a reference to an object of type tenant. Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition.
- Uuid string
- Search Cluster by uuid.
- cluster
States List<GetCluster Cluster State> - id String
- name String
- Search Cluster by name.
- tenant
Ref String - It is a reference to an object of type tenant. Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition.
- uuid String
- Search Cluster by uuid.
- cluster
States GetCluster Cluster State[] - id string
- name string
- Search Cluster by name.
- tenant
Ref string - It is a reference to an object of type tenant. Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition.
- uuid string
- Search Cluster by uuid.
- cluster_
states Sequence[GetCluster Cluster State] - id str
- name str
- Search Cluster by name.
- tenant_
ref str - It is a reference to an object of type tenant. Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition.
- uuid str
- Search Cluster by uuid.
- cluster
States List<Property Map> - id String
- name String
- Search Cluster by name.
- tenant
Ref String - It is a reference to an object of type tenant. Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition.
- uuid String
- Search Cluster by uuid.
getCluster Result
The following output properties are available:
- Id string
- Name string
- Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition.
- Nodes
List<Get
Cluster Node> - Minimum of 1 items required. Maximum of 7 items allowed. Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition.
- Rejoin
Nodes stringAutomatically - Re-join cluster nodes automatically in the event one of the node is reset to factory. Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition.
- Tenant
Ref string - It is a reference to an object of type tenant. Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition.
- Uuid string
- Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition.
- Virtual
Ip6s List<GetCluster Virtual Ip6> - A v6 virtual ip address for the cluster that always points to the v6 ip of the leader node in cluster. Field introduced in 30.2.1. Allowed with any value in enterprise, enterprise with cloud services edition.
- Virtual
Ips List<GetCluster Virtual Ip> - A v4 virtual ip address for the cluster that always points to the v4 ip of the leader node in cluster. Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition.
- Cluster
States List<GetCluster Cluster State>
- Id string
- Name string
- Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition.
- Nodes
[]Get
Cluster Node - Minimum of 1 items required. Maximum of 7 items allowed. Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition.
- Rejoin
Nodes stringAutomatically - Re-join cluster nodes automatically in the event one of the node is reset to factory. Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition.
- Tenant
Ref string - It is a reference to an object of type tenant. Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition.
- Uuid string
- Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition.
- Virtual
Ip6s []GetCluster Virtual Ip6 - A v6 virtual ip address for the cluster that always points to the v6 ip of the leader node in cluster. Field introduced in 30.2.1. Allowed with any value in enterprise, enterprise with cloud services edition.
- Virtual
Ips []GetCluster Virtual Ip - A v4 virtual ip address for the cluster that always points to the v4 ip of the leader node in cluster. Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition.
- Cluster
States []GetCluster Cluster State
- id String
- name String
- Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition.
- nodes
List<Get
Cluster Node> - Minimum of 1 items required. Maximum of 7 items allowed. Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition.
- rejoin
Nodes StringAutomatically - Re-join cluster nodes automatically in the event one of the node is reset to factory. Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition.
- tenant
Ref String - It is a reference to an object of type tenant. Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition.
- uuid String
- Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition.
- virtual
Ip6s List<GetCluster Virtual Ip6> - A v6 virtual ip address for the cluster that always points to the v6 ip of the leader node in cluster. Field introduced in 30.2.1. Allowed with any value in enterprise, enterprise with cloud services edition.
- virtual
Ips List<GetCluster Virtual Ip> - A v4 virtual ip address for the cluster that always points to the v4 ip of the leader node in cluster. Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition.
- cluster
States List<GetCluster Cluster State>
- id string
- name string
- Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition.
- nodes
Get
Cluster Node[] - Minimum of 1 items required. Maximum of 7 items allowed. Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition.
- rejoin
Nodes stringAutomatically - Re-join cluster nodes automatically in the event one of the node is reset to factory. Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition.
- tenant
Ref string - It is a reference to an object of type tenant. Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition.
- uuid string
- Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition.
- virtual
Ip6s GetCluster Virtual Ip6[] - A v6 virtual ip address for the cluster that always points to the v6 ip of the leader node in cluster. Field introduced in 30.2.1. Allowed with any value in enterprise, enterprise with cloud services edition.
- virtual
Ips GetCluster Virtual Ip[] - A v4 virtual ip address for the cluster that always points to the v4 ip of the leader node in cluster. Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition.
- cluster
States GetCluster Cluster State[]
- id str
- name str
- Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition.
- nodes
Sequence[Get
Cluster Node] - Minimum of 1 items required. Maximum of 7 items allowed. Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition.
- rejoin_
nodes_ strautomatically - Re-join cluster nodes automatically in the event one of the node is reset to factory. Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition.
- tenant_
ref str - It is a reference to an object of type tenant. Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition.
- uuid str
- Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition.
- virtual_
ip6s Sequence[GetCluster Virtual Ip6] - A v6 virtual ip address for the cluster that always points to the v6 ip of the leader node in cluster. Field introduced in 30.2.1. Allowed with any value in enterprise, enterprise with cloud services edition.
- virtual_
ips Sequence[GetCluster Virtual Ip] - A v4 virtual ip address for the cluster that always points to the v4 ip of the leader node in cluster. Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition.
- cluster_
states Sequence[GetCluster Cluster State]
- id String
- name String
- Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition.
- nodes List<Property Map>
- Minimum of 1 items required. Maximum of 7 items allowed. Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition.
- rejoin
Nodes StringAutomatically - Re-join cluster nodes automatically in the event one of the node is reset to factory. Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition.
- tenant
Ref String - It is a reference to an object of type tenant. Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition.
- uuid String
- Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition.
- virtual
Ip6s List<Property Map> - A v6 virtual ip address for the cluster that always points to the v6 ip of the leader node in cluster. Field introduced in 30.2.1. Allowed with any value in enterprise, enterprise with cloud services edition.
- virtual
Ips List<Property Map> - A v4 virtual ip address for the cluster that always points to the v4 ip of the leader node in cluster. Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition.
- cluster
States List<Property Map>
Supporting Types
GetClusterClusterState
GetClusterNode
- Categories
This property is required. List<string> - Interfaces
This property is required. List<GetCluster Node Interface> - Ip6s
This property is required. List<GetCluster Node Ip6> - Ips
This property is required. List<GetCluster Node Ip> - Name
This property is required. string - Search Cluster by name.
- Password
This property is required. string - Public
Ip Or Names This property is required. List<GetCluster Node Public Ip Or Name> - Static
Routes This property is required. List<GetCluster Node Static Route> - Vm
Hostname This property is required. string - Vm
Mor This property is required. string - Vm
Name This property is required. string - Vm
Uuid This property is required. string
- Categories
This property is required. []string - Interfaces
This property is required. []GetCluster Node Interface - Ip6s
This property is required. []GetCluster Node Ip6 - Ips
This property is required. []GetCluster Node Ip - Name
This property is required. string - Search Cluster by name.
- Password
This property is required. string - Public
Ip Or Names This property is required. []GetCluster Node Public Ip Or Name - Static
Routes This property is required. []GetCluster Node Static Route - Vm
Hostname This property is required. string - Vm
Mor This property is required. string - Vm
Name This property is required. string - Vm
Uuid This property is required. string
- categories
This property is required. List<String> - interfaces
This property is required. List<GetCluster Node Interface> - ip6s
This property is required. List<GetCluster Node Ip6> - ips
This property is required. List<GetCluster Node Ip> - name
This property is required. String - Search Cluster by name.
- password
This property is required. String - public
Ip Or Names This property is required. List<GetCluster Node Public Ip Or Name> - static
Routes This property is required. List<GetCluster Node Static Route> - vm
Hostname This property is required. String - vm
Mor This property is required. String - vm
Name This property is required. String - vm
Uuid This property is required. String
- categories
This property is required. string[] - interfaces
This property is required. GetCluster Node Interface[] - ip6s
This property is required. GetCluster Node Ip6[] - ips
This property is required. GetCluster Node Ip[] - name
This property is required. string - Search Cluster by name.
- password
This property is required. string - public
Ip Or Names This property is required. GetCluster Node Public Ip Or Name[] - static
Routes This property is required. GetCluster Node Static Route[] - vm
Hostname This property is required. string - vm
Mor This property is required. string - vm
Name This property is required. string - vm
Uuid This property is required. string
- categories
This property is required. Sequence[str] - interfaces
This property is required. Sequence[GetCluster Node Interface] - ip6s
This property is required. Sequence[GetCluster Node Ip6] - ips
This property is required. Sequence[GetCluster Node Ip] - name
This property is required. str - Search Cluster by name.
- password
This property is required. str - public_
ip_ or_ names This property is required. Sequence[GetCluster Node Public Ip Or Name] - static_
routes This property is required. Sequence[GetCluster Node Static Route] - vm_
hostname This property is required. str - vm_
mor This property is required. str - vm_
name This property is required. str - vm_
uuid This property is required. str
- categories
This property is required. List<String> - interfaces
This property is required. List<Property Map> - ip6s
This property is required. List<Property Map> - ips
This property is required. List<Property Map> - name
This property is required. String - Search Cluster by name.
- password
This property is required. String - public
Ip Or Names This property is required. List<Property Map> - static
Routes This property is required. List<Property Map> - vm
Hostname This property is required. String - vm
Mor This property is required. String - vm
Name This property is required. String - vm
Uuid This property is required. String
GetClusterNodeInterface
- Gateway6s
This property is required. List<GetCluster Node Interface Gateway6> - Gateways
This property is required. List<GetCluster Node Interface Gateway> - If
Name This property is required. string - Ip6s
This property is required. List<GetCluster Node Interface Ip6> - Ips
This property is required. List<GetCluster Node Interface Ip> - Labels
This property is required. List<string> - Mac
Address This property is required. string - Mode
This property is required. string - Mode6
This property is required. string - Public
Ip Or Names This property is required. List<GetCluster Node Interface Public Ip Or Name> - V4Enabled
This property is required. string - V6Enabled
This property is required. string
- Gateway6s
This property is required. []GetCluster Node Interface Gateway6 - Gateways
This property is required. []GetCluster Node Interface Gateway - If
Name This property is required. string - Ip6s
This property is required. []GetCluster Node Interface Ip6 - Ips
This property is required. []GetCluster Node Interface Ip - Labels
This property is required. []string - Mac
Address This property is required. string - Mode
This property is required. string - Mode6
This property is required. string - Public
Ip Or Names This property is required. []GetCluster Node Interface Public Ip Or Name - V4Enabled
This property is required. string - V6Enabled
This property is required. string
- gateway6s
This property is required. List<GetCluster Node Interface Gateway6> - gateways
This property is required. List<GetCluster Node Interface Gateway> - if
Name This property is required. String - ip6s
This property is required. List<GetCluster Node Interface Ip6> - ips
This property is required. List<GetCluster Node Interface Ip> - labels
This property is required. List<String> - mac
Address This property is required. String - mode
This property is required. String - mode6
This property is required. String - public
Ip Or Names This property is required. List<GetCluster Node Interface Public Ip Or Name> - v4Enabled
This property is required. String - v6Enabled
This property is required. String
- gateway6s
This property is required. GetCluster Node Interface Gateway6[] - gateways
This property is required. GetCluster Node Interface Gateway[] - if
Name This property is required. string - ip6s
This property is required. GetCluster Node Interface Ip6[] - ips
This property is required. GetCluster Node Interface Ip[] - labels
This property is required. string[] - mac
Address This property is required. string - mode
This property is required. string - mode6
This property is required. string - public
Ip Or Names This property is required. GetCluster Node Interface Public Ip Or Name[] - v4Enabled
This property is required. string - v6Enabled
This property is required. string
- gateway6s
This property is required. Sequence[GetCluster Node Interface Gateway6] - gateways
This property is required. Sequence[GetCluster Node Interface Gateway] - if_
name This property is required. str - ip6s
This property is required. Sequence[GetCluster Node Interface Ip6] - ips
This property is required. Sequence[GetCluster Node Interface Ip] - labels
This property is required. Sequence[str] - mac_
address This property is required. str - mode
This property is required. str - mode6
This property is required. str - public_
ip_ or_ names This property is required. Sequence[GetCluster Node Interface Public Ip Or Name] - v4_
enabled This property is required. str - v6_
enabled This property is required. str
- gateway6s
This property is required. List<Property Map> - gateways
This property is required. List<Property Map> - if
Name This property is required. String - ip6s
This property is required. List<Property Map> - ips
This property is required. List<Property Map> - labels
This property is required. List<String> - mac
Address This property is required. String - mode
This property is required. String - mode6
This property is required. String - public
Ip Or Names This property is required. List<Property Map> - v4Enabled
This property is required. String - v6Enabled
This property is required. String
GetClusterNodeInterfaceGateway
GetClusterNodeInterfaceGateway6
GetClusterNodeInterfaceIp
- Ip
Addrs This property is required. List<GetCluster Node Interface Ip Ip Addr> - Mask
This property is required. string
- Ip
Addrs This property is required. []GetCluster Node Interface Ip Ip Addr - Mask
This property is required. string
- ip
Addrs This property is required. List<GetCluster Node Interface Ip Ip Addr> - mask
This property is required. String
- ip
Addrs This property is required. GetCluster Node Interface Ip Ip Addr[] - mask
This property is required. string
- ip_
addrs This property is required. Sequence[GetCluster Node Interface Ip Ip Addr] - mask
This property is required. str
- ip
Addrs This property is required. List<Property Map> - mask
This property is required. String
GetClusterNodeInterfaceIp6
- Ip
Addrs This property is required. List<GetCluster Node Interface Ip6Ip Addr> - Mask
This property is required. string
- Ip
Addrs This property is required. []GetCluster Node Interface Ip6Ip Addr - Mask
This property is required. string
- ip
Addrs This property is required. List<GetCluster Node Interface Ip6Ip Addr> - mask
This property is required. String
- ip
Addrs This property is required. GetCluster Node Interface Ip6Ip Addr[] - mask
This property is required. string
- ip_
addrs This property is required. Sequence[GetCluster Node Interface Ip6Ip Addr] - mask
This property is required. str
- ip
Addrs This property is required. List<Property Map> - mask
This property is required. String
GetClusterNodeInterfaceIp6IpAddr
GetClusterNodeInterfaceIpIpAddr
GetClusterNodeInterfacePublicIpOrName
GetClusterNodeIp
GetClusterNodeIp6
GetClusterNodePublicIpOrName
GetClusterNodeStaticRoute
- Disable
Gateway Monitor This property is required. string - If
Name This property is required. string - Labels
This property is required. List<GetCluster Node Static Route Label> - Next
Hops This property is required. List<GetCluster Node Static Route Next Hop> - Prefixes
This property is required. List<GetCluster Node Static Route Prefix> - Route
Id This property is required. string
- Disable
Gateway Monitor This property is required. string - If
Name This property is required. string - Labels
This property is required. []GetCluster Node Static Route Label - Next
Hops This property is required. []GetCluster Node Static Route Next Hop - Prefixes
This property is required. []GetCluster Node Static Route Prefix - Route
Id This property is required. string
- disable
Gateway Monitor This property is required. String - if
Name This property is required. String - labels
This property is required. List<GetCluster Node Static Route Label> - next
Hops This property is required. List<GetCluster Node Static Route Next Hop> - prefixes
This property is required. List<GetCluster Node Static Route Prefix> - route
Id This property is required. String
- disable
Gateway Monitor This property is required. string - if
Name This property is required. string - labels
This property is required. GetCluster Node Static Route Label[] - next
Hops This property is required. GetCluster Node Static Route Next Hop[] - prefixes
This property is required. GetCluster Node Static Route Prefix[] - route
Id This property is required. string
- disable_
gateway_ monitor This property is required. str - if_
name This property is required. str - labels
This property is required. Sequence[GetCluster Node Static Route Label] - next_
hops This property is required. Sequence[GetCluster Node Static Route Next Hop] - prefixes
This property is required. Sequence[GetCluster Node Static Route Prefix] - route_
id This property is required. str
- disable
Gateway Monitor This property is required. String - if
Name This property is required. String - labels
This property is required. List<Property Map> - next
Hops This property is required. List<Property Map> - prefixes
This property is required. List<Property Map> - route
Id This property is required. String
GetClusterNodeStaticRouteLabel
GetClusterNodeStaticRouteNextHop
GetClusterNodeStaticRoutePrefix
- Ip
Addrs This property is required. List<GetCluster Node Static Route Prefix Ip Addr> - Mask
This property is required. string
- Ip
Addrs This property is required. []GetCluster Node Static Route Prefix Ip Addr - Mask
This property is required. string
- ip
Addrs This property is required. List<GetCluster Node Static Route Prefix Ip Addr> - mask
This property is required. String
- ip
Addrs This property is required. GetCluster Node Static Route Prefix Ip Addr[] - mask
This property is required. string
- ip_
addrs This property is required. Sequence[GetCluster Node Static Route Prefix Ip Addr] - mask
This property is required. str
- ip
Addrs This property is required. List<Property Map> - mask
This property is required. String
GetClusterNodeStaticRoutePrefixIpAddr
GetClusterVirtualIp
GetClusterVirtualIp6
Package Details
- Repository
- avi vmware/terraform-provider-avi
- License
- Notes
- This Pulumi package is based on the
avi
Terraform Provider.