1. Packages
  2. Strata Cloud Manager Provider
  3. API Docs
  4. getAutoVpnClusterList
Strata Cloud Manager v1.0.1 published on Wednesday, Nov 26, 2025 by Pulumi
scm logo
Strata Cloud Manager v1.0.1 published on Wednesday, Nov 26, 2025 by Pulumi

    Retrieves a listing of config items.

    Example Usage

    import * as pulumi from "@pulumi/pulumi";
    import * as scm from "@pulumi/scm";
    
    // Fetch a list of all clusters from the "All" folder.
    const allClusters = scm.getAutoVpnClusterList({
        folder: "All",
    });
    export const autoVpnClustersList = allClusters;
    
    import pulumi
    import pulumi_scm as scm
    
    # Fetch a list of all clusters from the "All" folder.
    all_clusters = scm.get_auto_vpn_cluster_list(folder="All")
    pulumi.export("autoVpnClustersList", all_clusters)
    
    package main
    
    import (
    	"github.com/pulumi/pulumi-scm/sdk/go/scm"
    	"github.com/pulumi/pulumi/sdk/v3/go/pulumi"
    )
    
    func main() {
    	pulumi.Run(func(ctx *pulumi.Context) error {
    		// Fetch a list of all clusters from the "All" folder.
    		allClusters, err := scm.GetAutoVpnClusterList(ctx, &scm.GetAutoVpnClusterListArgs{
    			Folder: pulumi.StringRef("All"),
    		}, nil)
    		if err != nil {
    			return err
    		}
    		ctx.Export("autoVpnClustersList", allClusters)
    		return nil
    	})
    }
    
    using System.Collections.Generic;
    using System.Linq;
    using Pulumi;
    using Scm = Pulumi.Scm;
    
    return await Deployment.RunAsync(() => 
    {
        // Fetch a list of all clusters from the "All" folder.
        var allClusters = Scm.GetAutoVpnClusterList.Invoke(new()
        {
            Folder = "All",
        });
    
        return new Dictionary<string, object?>
        {
            ["autoVpnClustersList"] = allClusters,
        };
    });
    
    package generated_program;
    
    import com.pulumi.Context;
    import com.pulumi.Pulumi;
    import com.pulumi.core.Output;
    import com.pulumi.scm.ScmFunctions;
    import com.pulumi.scm.inputs.GetAutoVpnClusterListArgs;
    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) {
            // Fetch a list of all clusters from the "All" folder.
            final var allClusters = ScmFunctions.getAutoVpnClusterList(GetAutoVpnClusterListArgs.builder()
                .folder("All")
                .build());
    
            ctx.export("autoVpnClustersList", allClusters);
        }
    }
    
    variables:
      # Fetch a list of all clusters from the "All" folder.
      allClusters:
        fn::invoke:
          function: scm:getAutoVpnClusterList
          arguments:
            folder: All
    outputs:
      # Output the raw list of all certificate profile objects found.
      autoVpnClustersList: ${allClusters}
    

    Using getAutoVpnClusterList

    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 getAutoVpnClusterList(args: GetAutoVpnClusterListArgs, opts?: InvokeOptions): Promise<GetAutoVpnClusterListResult>
    function getAutoVpnClusterListOutput(args: GetAutoVpnClusterListOutputArgs, opts?: InvokeOptions): Output<GetAutoVpnClusterListResult>
    def get_auto_vpn_cluster_list(device: Optional[str] = None,
                                  folder: Optional[str] = None,
                                  limit: Optional[int] = None,
                                  name: Optional[str] = None,
                                  offset: Optional[int] = None,
                                  snippet: Optional[str] = None,
                                  opts: Optional[InvokeOptions] = None) -> GetAutoVpnClusterListResult
    def get_auto_vpn_cluster_list_output(device: Optional[pulumi.Input[str]] = None,
                                  folder: Optional[pulumi.Input[str]] = None,
                                  limit: Optional[pulumi.Input[int]] = None,
                                  name: Optional[pulumi.Input[str]] = None,
                                  offset: Optional[pulumi.Input[int]] = None,
                                  snippet: Optional[pulumi.Input[str]] = None,
                                  opts: Optional[InvokeOptions] = None) -> Output[GetAutoVpnClusterListResult]
    func GetAutoVpnClusterList(ctx *Context, args *GetAutoVpnClusterListArgs, opts ...InvokeOption) (*GetAutoVpnClusterListResult, error)
    func GetAutoVpnClusterListOutput(ctx *Context, args *GetAutoVpnClusterListOutputArgs, opts ...InvokeOption) GetAutoVpnClusterListResultOutput

    > Note: This function is named GetAutoVpnClusterList in the Go SDK.

    public static class GetAutoVpnClusterList 
    {
        public static Task<GetAutoVpnClusterListResult> InvokeAsync(GetAutoVpnClusterListArgs args, InvokeOptions? opts = null)
        public static Output<GetAutoVpnClusterListResult> Invoke(GetAutoVpnClusterListInvokeArgs args, InvokeOptions? opts = null)
    }
    public static CompletableFuture<GetAutoVpnClusterListResult> getAutoVpnClusterList(GetAutoVpnClusterListArgs args, InvokeOptions options)
    public static Output<GetAutoVpnClusterListResult> getAutoVpnClusterList(GetAutoVpnClusterListArgs args, InvokeOptions options)
    
    fn::invoke:
      function: scm:index/getAutoVpnClusterList:getAutoVpnClusterList
      arguments:
        # arguments dictionary

    The following arguments are supported:

    Device string
    The device of the item.
    Folder string
    The folder of the item. Default: Shared.
    Limit int
    The max number of items to return. Default: 200.
    Name string
    The name of the item.
    Offset int
    The offset of the first item to return.
    Snippet string
    The snippet of the item.
    Device string
    The device of the item.
    Folder string
    The folder of the item. Default: Shared.
    Limit int
    The max number of items to return. Default: 200.
    Name string
    The name of the item.
    Offset int
    The offset of the first item to return.
    Snippet string
    The snippet of the item.
    device String
    The device of the item.
    folder String
    The folder of the item. Default: Shared.
    limit Integer
    The max number of items to return. Default: 200.
    name String
    The name of the item.
    offset Integer
    The offset of the first item to return.
    snippet String
    The snippet of the item.
    device string
    The device of the item.
    folder string
    The folder of the item. Default: Shared.
    limit number
    The max number of items to return. Default: 200.
    name string
    The name of the item.
    offset number
    The offset of the first item to return.
    snippet string
    The snippet of the item.
    device str
    The device of the item.
    folder str
    The folder of the item. Default: Shared.
    limit int
    The max number of items to return. Default: 200.
    name str
    The name of the item.
    offset int
    The offset of the first item to return.
    snippet str
    The snippet of the item.
    device String
    The device of the item.
    folder String
    The folder of the item. Default: Shared.
    limit Number
    The max number of items to return. Default: 200.
    name String
    The name of the item.
    offset Number
    The offset of the first item to return.
    snippet String
    The snippet of the item.

    getAutoVpnClusterList Result

    The following output properties are available:

    Datas List<GetAutoVpnClusterListData>
    The data.
    Id string
    The provider-assigned unique ID for this managed resource.
    Tfid string
    Total int
    The total number of items.
    Device string
    The device of the item.
    Folder string
    The folder of the item. Default: Shared.
    Limit int
    The max number of items to return. Default: 200.
    Name string
    The name of the item.
    Offset int
    The offset of the first item to return.
    Snippet string
    The snippet of the item.
    Datas []GetAutoVpnClusterListData
    The data.
    Id string
    The provider-assigned unique ID for this managed resource.
    Tfid string
    Total int
    The total number of items.
    Device string
    The device of the item.
    Folder string
    The folder of the item. Default: Shared.
    Limit int
    The max number of items to return. Default: 200.
    Name string
    The name of the item.
    Offset int
    The offset of the first item to return.
    Snippet string
    The snippet of the item.
    datas List<GetAutoVpnClusterListData>
    The data.
    id String
    The provider-assigned unique ID for this managed resource.
    tfid String
    total Integer
    The total number of items.
    device String
    The device of the item.
    folder String
    The folder of the item. Default: Shared.
    limit Integer
    The max number of items to return. Default: 200.
    name String
    The name of the item.
    offset Integer
    The offset of the first item to return.
    snippet String
    The snippet of the item.
    datas GetAutoVpnClusterListData[]
    The data.
    id string
    The provider-assigned unique ID for this managed resource.
    tfid string
    total number
    The total number of items.
    device string
    The device of the item.
    folder string
    The folder of the item. Default: Shared.
    limit number
    The max number of items to return. Default: 200.
    name string
    The name of the item.
    offset number
    The offset of the first item to return.
    snippet string
    The snippet of the item.
    datas Sequence[GetAutoVpnClusterListData]
    The data.
    id str
    The provider-assigned unique ID for this managed resource.
    tfid str
    total int
    The total number of items.
    device str
    The device of the item.
    folder str
    The folder of the item. Default: Shared.
    limit int
    The max number of items to return. Default: 200.
    name str
    The name of the item.
    offset int
    The offset of the first item to return.
    snippet str
    The snippet of the item.
    datas List<Property Map>
    The data.
    id String
    The provider-assigned unique ID for this managed resource.
    tfid String
    total Number
    The total number of items.
    device String
    The device of the item.
    folder String
    The folder of the item. Default: Shared.
    limit Number
    The max number of items to return. Default: 200.
    name String
    The name of the item.
    offset Number
    The offset of the first item to return.
    snippet String
    The snippet of the item.

    Supporting Types

    GetAutoVpnClusterListData

    Branches List<GetAutoVpnClusterListDataBranch>
    Branches
    EnableMeshBetweenHubs bool
    Enable mesh between hubs?
    EnableMeshInterconnect bool
    Enable mesh interconnect?
    EnableSdwan bool
    Enable SD-WAN?
    Gateways List<GetAutoVpnClusterListDataGateway>
    Hubs
    Id string
    UUID of the resource
    Name string
    VPN cluster name
    Tfid string
    Type string
    VPN cluster type
    Branches []GetAutoVpnClusterListDataBranch
    Branches
    EnableMeshBetweenHubs bool
    Enable mesh between hubs?
    EnableMeshInterconnect bool
    Enable mesh interconnect?
    EnableSdwan bool
    Enable SD-WAN?
    Gateways []GetAutoVpnClusterListDataGateway
    Hubs
    Id string
    UUID of the resource
    Name string
    VPN cluster name
    Tfid string
    Type string
    VPN cluster type
    branches List<GetAutoVpnClusterListDataBranch>
    Branches
    enableMeshBetweenHubs Boolean
    Enable mesh between hubs?
    enableMeshInterconnect Boolean
    Enable mesh interconnect?
    enableSdwan Boolean
    Enable SD-WAN?
    gateways List<GetAutoVpnClusterListDataGateway>
    Hubs
    id String
    UUID of the resource
    name String
    VPN cluster name
    tfid String
    type String
    VPN cluster type
    branches GetAutoVpnClusterListDataBranch[]
    Branches
    enableMeshBetweenHubs boolean
    Enable mesh between hubs?
    enableMeshInterconnect boolean
    Enable mesh interconnect?
    enableSdwan boolean
    Enable SD-WAN?
    gateways GetAutoVpnClusterListDataGateway[]
    Hubs
    id string
    UUID of the resource
    name string
    VPN cluster name
    tfid string
    type string
    VPN cluster type
    branches Sequence[GetAutoVpnClusterListDataBranch]
    Branches
    enable_mesh_between_hubs bool
    Enable mesh between hubs?
    enable_mesh_interconnect bool
    Enable mesh interconnect?
    enable_sdwan bool
    Enable SD-WAN?
    gateways Sequence[GetAutoVpnClusterListDataGateway]
    Hubs
    id str
    UUID of the resource
    name str
    VPN cluster name
    tfid str
    type str
    VPN cluster type
    branches List<Property Map>
    Branches
    enableMeshBetweenHubs Boolean
    Enable mesh between hubs?
    enableMeshInterconnect Boolean
    Enable mesh interconnect?
    enableSdwan Boolean
    Enable SD-WAN?
    gateways List<Property Map>
    Hubs
    id String
    UUID of the resource
    name String
    VPN cluster name
    tfid String
    type String
    VPN cluster type

    GetAutoVpnClusterListDataBranch

    BgpRedistributionProfile string
    BGP redistribution profile
    Interfaces List<GetAutoVpnClusterListDataBranchInterface>
    Interfaces
    LogicalRouter string
    Router
    Name string
    Branch firewall serial number
    PrivateInterfaces List<GetAutoVpnClusterListDataBranchPrivateInterface>
    Private interfaces
    Site string
    Site name
    BgpRedistributionProfile string
    BGP redistribution profile
    Interfaces []GetAutoVpnClusterListDataBranchInterface
    Interfaces
    LogicalRouter string
    Router
    Name string
    Branch firewall serial number
    PrivateInterfaces []GetAutoVpnClusterListDataBranchPrivateInterface
    Private interfaces
    Site string
    Site name
    bgpRedistributionProfile String
    BGP redistribution profile
    interfaces List<GetAutoVpnClusterListDataBranchInterface>
    Interfaces
    logicalRouter String
    Router
    name String
    Branch firewall serial number
    privateInterfaces List<GetAutoVpnClusterListDataBranchPrivateInterface>
    Private interfaces
    site String
    Site name
    bgpRedistributionProfile string
    BGP redistribution profile
    interfaces GetAutoVpnClusterListDataBranchInterface[]
    Interfaces
    logicalRouter string
    Router
    name string
    Branch firewall serial number
    privateInterfaces GetAutoVpnClusterListDataBranchPrivateInterface[]
    Private interfaces
    site string
    Site name
    bgpRedistributionProfile String
    BGP redistribution profile
    interfaces List<Property Map>
    Interfaces
    logicalRouter String
    Router
    name String
    Branch firewall serial number
    privateInterfaces List<Property Map>
    Private interfaces
    site String
    Site name

    GetAutoVpnClusterListDataBranchInterface

    DhcpIp string
    DHCP IP
    Name string
    Ethernet interface
    SdwanLinkSettings GetAutoVpnClusterListDataBranchInterfaceSdwanLinkSettings
    Sdwan link settings
    DhcpIp string
    DHCP IP
    Name string
    Ethernet interface
    SdwanLinkSettings GetAutoVpnClusterListDataBranchInterfaceSdwanLinkSettings
    Sdwan link settings
    dhcpIp String
    DHCP IP
    name String
    Ethernet interface
    sdwanLinkSettings GetAutoVpnClusterListDataBranchInterfaceSdwanLinkSettings
    Sdwan link settings
    dhcpIp string
    DHCP IP
    name string
    Ethernet interface
    sdwanLinkSettings GetAutoVpnClusterListDataBranchInterfaceSdwanLinkSettings
    Sdwan link settings
    dhcpIp String
    DHCP IP
    name String
    Ethernet interface
    sdwanLinkSettings Property Map
    Sdwan link settings

    GetAutoVpnClusterListDataBranchInterfaceSdwanLinkSettings

    sdwanGateway String
    Next hop gateway
    sdwanInterfaceProfile String
    SD-WAN interface profile
    upstreamNat Property Map
    Upstream nat

    GetAutoVpnClusterListDataBranchInterfaceSdwanLinkSettingsUpstreamNat

    enable Boolean
    Upstream NAT?
    staticIp Property Map
    Static ip

    GetAutoVpnClusterListDataBranchInterfaceSdwanLinkSettingsUpstreamNatStaticIp

    Fqdn string
    FQDN
    IpAddress string

    IP address

    ℹ️ Note: You must specify exactly one of fqdn and ip_address.

    Fqdn string
    FQDN
    IpAddress string

    IP address

    ℹ️ Note: You must specify exactly one of fqdn and ip_address.

    fqdn String
    FQDN
    ipAddress String

    IP address

    ℹ️ Note: You must specify exactly one of fqdn and ip_address.

    fqdn string
    FQDN
    ipAddress string

    IP address

    ℹ️ Note: You must specify exactly one of fqdn and ip_address.

    fqdn str
    FQDN
    ip_address str

    IP address

    ℹ️ Note: You must specify exactly one of fqdn and ip_address.

    fqdn String
    FQDN
    ipAddress String

    IP address

    ℹ️ Note: You must specify exactly one of fqdn and ip_address.

    GetAutoVpnClusterListDataBranchPrivateInterface

    name String
    Ethernet interface
    sdwanLinkSettings Property Map
    Sdwan link settings

    GetAutoVpnClusterListDataBranchPrivateInterfaceSdwanLinkSettings

    sdwanGateway String
    Next hop gateway
    sdwanInterfaceProfile String
    SD-WAN interface profile
    upstreamNat Property Map
    Upstream nat

    GetAutoVpnClusterListDataBranchPrivateInterfaceSdwanLinkSettingsUpstreamNat

    enable Boolean
    Upstream NAT?
    staticIp Property Map
    Static ip

    GetAutoVpnClusterListDataBranchPrivateInterfaceSdwanLinkSettingsUpstreamNatStaticIp

    Fqdn string
    FQDN
    IpAddress string

    IP address

    ℹ️ Note: You must specify exactly one of fqdn and ip_address.

    Fqdn string
    FQDN
    IpAddress string

    IP address

    ℹ️ Note: You must specify exactly one of fqdn and ip_address.

    fqdn String
    FQDN
    ipAddress String

    IP address

    ℹ️ Note: You must specify exactly one of fqdn and ip_address.

    fqdn string
    FQDN
    ipAddress string

    IP address

    ℹ️ Note: You must specify exactly one of fqdn and ip_address.

    fqdn str
    FQDN
    ip_address str

    IP address

    ℹ️ Note: You must specify exactly one of fqdn and ip_address.

    fqdn String
    FQDN
    ipAddress String

    IP address

    ℹ️ Note: You must specify exactly one of fqdn and ip_address.

    GetAutoVpnClusterListDataGateway

    AllowDiaVpnFailover bool
    Allow DIA to VPN failover on branch device for the hub?
    BgpRedistributionProfile string
    BGP redistribution file
    Interfaces List<GetAutoVpnClusterListDataGatewayInterface>
    Interfaces
    LogicalRouter string
    Router
    Name string
    Hub firewall serial number
    Priority string
    Priority
    PrivateInterfaces List<GetAutoVpnClusterListDataGatewayPrivateInterface>
    Private interfaces
    Site string
    Site name
    AllowDiaVpnFailover bool
    Allow DIA to VPN failover on branch device for the hub?
    BgpRedistributionProfile string
    BGP redistribution file
    Interfaces []GetAutoVpnClusterListDataGatewayInterface
    Interfaces
    LogicalRouter string
    Router
    Name string
    Hub firewall serial number
    Priority string
    Priority
    PrivateInterfaces []GetAutoVpnClusterListDataGatewayPrivateInterface
    Private interfaces
    Site string
    Site name
    allowDiaVpnFailover Boolean
    Allow DIA to VPN failover on branch device for the hub?
    bgpRedistributionProfile String
    BGP redistribution file
    interfaces List<GetAutoVpnClusterListDataGatewayInterface>
    Interfaces
    logicalRouter String
    Router
    name String
    Hub firewall serial number
    priority String
    Priority
    privateInterfaces List<GetAutoVpnClusterListDataGatewayPrivateInterface>
    Private interfaces
    site String
    Site name
    allowDiaVpnFailover boolean
    Allow DIA to VPN failover on branch device for the hub?
    bgpRedistributionProfile string
    BGP redistribution file
    interfaces GetAutoVpnClusterListDataGatewayInterface[]
    Interfaces
    logicalRouter string
    Router
    name string
    Hub firewall serial number
    priority string
    Priority
    privateInterfaces GetAutoVpnClusterListDataGatewayPrivateInterface[]
    Private interfaces
    site string
    Site name
    allow_dia_vpn_failover bool
    Allow DIA to VPN failover on branch device for the hub?
    bgp_redistribution_profile str
    BGP redistribution file
    interfaces Sequence[GetAutoVpnClusterListDataGatewayInterface]
    Interfaces
    logical_router str
    Router
    name str
    Hub firewall serial number
    priority str
    Priority
    private_interfaces Sequence[GetAutoVpnClusterListDataGatewayPrivateInterface]
    Private interfaces
    site str
    Site name
    allowDiaVpnFailover Boolean
    Allow DIA to VPN failover on branch device for the hub?
    bgpRedistributionProfile String
    BGP redistribution file
    interfaces List<Property Map>
    Interfaces
    logicalRouter String
    Router
    name String
    Hub firewall serial number
    priority String
    Priority
    privateInterfaces List<Property Map>
    Private interfaces
    site String
    Site name

    GetAutoVpnClusterListDataGatewayInterface

    DhcpIp string
    DHCP IP
    Name string
    Ethernet interface
    SdwanLinkSettings GetAutoVpnClusterListDataGatewayInterfaceSdwanLinkSettings
    Sdwan link settings
    DhcpIp string
    DHCP IP
    Name string
    Ethernet interface
    SdwanLinkSettings GetAutoVpnClusterListDataGatewayInterfaceSdwanLinkSettings
    Sdwan link settings
    dhcpIp String
    DHCP IP
    name String
    Ethernet interface
    sdwanLinkSettings GetAutoVpnClusterListDataGatewayInterfaceSdwanLinkSettings
    Sdwan link settings
    dhcpIp string
    DHCP IP
    name string
    Ethernet interface
    sdwanLinkSettings GetAutoVpnClusterListDataGatewayInterfaceSdwanLinkSettings
    Sdwan link settings
    dhcpIp String
    DHCP IP
    name String
    Ethernet interface
    sdwanLinkSettings Property Map
    Sdwan link settings

    GetAutoVpnClusterListDataGatewayInterfaceSdwanLinkSettings

    sdwanGateway String
    Next hop gateway
    sdwanInterfaceProfile String
    SD-WAN interface profile
    upstreamNat Property Map
    Upstream nat

    GetAutoVpnClusterListDataGatewayInterfaceSdwanLinkSettingsUpstreamNat

    enable Boolean
    Upstream NAT?
    staticIp Property Map
    Static ip

    GetAutoVpnClusterListDataGatewayInterfaceSdwanLinkSettingsUpstreamNatStaticIp

    Fqdn string
    FQDN
    IpAddress string

    IP address

    ℹ️ Note: You must specify exactly one of fqdn and ip_address.

    Fqdn string
    FQDN
    IpAddress string

    IP address

    ℹ️ Note: You must specify exactly one of fqdn and ip_address.

    fqdn String
    FQDN
    ipAddress String

    IP address

    ℹ️ Note: You must specify exactly one of fqdn and ip_address.

    fqdn string
    FQDN
    ipAddress string

    IP address

    ℹ️ Note: You must specify exactly one of fqdn and ip_address.

    fqdn str
    FQDN
    ip_address str

    IP address

    ℹ️ Note: You must specify exactly one of fqdn and ip_address.

    fqdn String
    FQDN
    ipAddress String

    IP address

    ℹ️ Note: You must specify exactly one of fqdn and ip_address.

    GetAutoVpnClusterListDataGatewayPrivateInterface

    name String
    Ethernet interface
    sdwanLinkSettings Property Map
    Sdwan link settings

    GetAutoVpnClusterListDataGatewayPrivateInterfaceSdwanLinkSettings

    sdwanGateway String
    Next hop gateway
    sdwanInterfaceProfile String
    SD-WAN interface profile
    upstreamNat Property Map
    Upstream nat

    GetAutoVpnClusterListDataGatewayPrivateInterfaceSdwanLinkSettingsUpstreamNat

    enable Boolean
    Upstream NAT?
    staticIp Property Map
    Static ip

    GetAutoVpnClusterListDataGatewayPrivateInterfaceSdwanLinkSettingsUpstreamNatStaticIp

    Fqdn string
    FQDN
    IpAddress string

    IP address

    ℹ️ Note: You must specify exactly one of fqdn and ip_address.

    Fqdn string
    FQDN
    IpAddress string

    IP address

    ℹ️ Note: You must specify exactly one of fqdn and ip_address.

    fqdn String
    FQDN
    ipAddress String

    IP address

    ℹ️ Note: You must specify exactly one of fqdn and ip_address.

    fqdn string
    FQDN
    ipAddress string

    IP address

    ℹ️ Note: You must specify exactly one of fqdn and ip_address.

    fqdn str
    FQDN
    ip_address str

    IP address

    ℹ️ Note: You must specify exactly one of fqdn and ip_address.

    fqdn String
    FQDN
    ipAddress String

    IP address

    ℹ️ Note: You must specify exactly one of fqdn and ip_address.

    Package Details

    Repository
    scm pulumi/pulumi-scm
    License
    Apache-2.0
    Notes
    This Pulumi package is based on the scm Terraform Provider.
    scm logo
    Strata Cloud Manager v1.0.1 published on Wednesday, Nov 26, 2025 by Pulumi
      Meet Neo: Your AI Platform Teammate