Viewing docs for Strata Cloud Manager v1.0.5
published on Saturday, Mar 21, 2026 by Pulumi
published on Saturday, Mar 21, 2026 by Pulumi
Viewing docs for Strata Cloud Manager v1.0.5
published on Saturday, Mar 21, 2026 by Pulumi
published on Saturday, Mar 21, 2026 by Pulumi
LldpProfile data source
Example Usage
import * as pulumi from "@pulumi/pulumi";
import * as scm from "@pulumi/scm";
const profileData = scm.getLldpProfile({
id: "e46f6246-fd4a-4211-a18f-948b09f474bd",
});
export const fetchedProfile = profileData;
import pulumi
import pulumi_scm as scm
profile_data = scm.get_lldp_profile(id="e46f6246-fd4a-4211-a18f-948b09f474bd")
pulumi.export("fetchedProfile", profile_data)
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 {
profileData, err := scm.LookupLldpProfile(ctx, &scm.LookupLldpProfileArgs{
Id: "e46f6246-fd4a-4211-a18f-948b09f474bd",
}, nil)
if err != nil {
return err
}
ctx.Export("fetchedProfile", profileData)
return nil
})
}
using System.Collections.Generic;
using System.Linq;
using Pulumi;
using Scm = Pulumi.Scm;
return await Deployment.RunAsync(() =>
{
var profileData = Scm.GetLldpProfile.Invoke(new()
{
Id = "e46f6246-fd4a-4211-a18f-948b09f474bd",
});
return new Dictionary<string, object?>
{
["fetchedProfile"] = profileData,
};
});
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.GetLldpProfileArgs;
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 profileData = ScmFunctions.getLldpProfile(GetLldpProfileArgs.builder()
.id("e46f6246-fd4a-4211-a18f-948b09f474bd")
.build());
ctx.export("fetchedProfile", profileData);
}
}
variables:
profileData:
fn::invoke:
function: scm:getLldpProfile
arguments:
id: e46f6246-fd4a-4211-a18f-948b09f474bd
outputs:
fetchedProfile: ${profileData}
Using getLldpProfile
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 getLldpProfile(args: GetLldpProfileArgs, opts?: InvokeOptions): Promise<GetLldpProfileResult>
function getLldpProfileOutput(args: GetLldpProfileOutputArgs, opts?: InvokeOptions): Output<GetLldpProfileResult>def get_lldp_profile(device: Optional[str] = None,
folder: Optional[str] = None,
id: Optional[str] = None,
name: Optional[str] = None,
snippet: Optional[str] = None,
opts: Optional[InvokeOptions] = None) -> GetLldpProfileResult
def get_lldp_profile_output(device: Optional[pulumi.Input[str]] = None,
folder: Optional[pulumi.Input[str]] = None,
id: Optional[pulumi.Input[str]] = None,
name: Optional[pulumi.Input[str]] = None,
snippet: Optional[pulumi.Input[str]] = None,
opts: Optional[InvokeOptions] = None) -> Output[GetLldpProfileResult]func LookupLldpProfile(ctx *Context, args *LookupLldpProfileArgs, opts ...InvokeOption) (*LookupLldpProfileResult, error)
func LookupLldpProfileOutput(ctx *Context, args *LookupLldpProfileOutputArgs, opts ...InvokeOption) LookupLldpProfileResultOutput> Note: This function is named LookupLldpProfile in the Go SDK.
public static class GetLldpProfile
{
public static Task<GetLldpProfileResult> InvokeAsync(GetLldpProfileArgs args, InvokeOptions? opts = null)
public static Output<GetLldpProfileResult> Invoke(GetLldpProfileInvokeArgs args, InvokeOptions? opts = null)
}public static CompletableFuture<GetLldpProfileResult> getLldpProfile(GetLldpProfileArgs args, InvokeOptions options)
public static Output<GetLldpProfileResult> getLldpProfile(GetLldpProfileArgs args, InvokeOptions options)
fn::invoke:
function: scm:index/getLldpProfile:getLldpProfile
arguments:
# arguments dictionaryThe following arguments are supported:
getLldpProfile Result
The following output properties are available:
- Device string
- The device in which the resource is defined
- Folder string
- Id string
- UUID of the resource
- Mode string
- Name string
- Option
Tlvs GetLldp Profile Option Tlvs - Snippet string
- Snmp
Syslog boolNotification - Tfid string
- Device string
- The device in which the resource is defined
- Folder string
- Id string
- UUID of the resource
- Mode string
- Name string
- Option
Tlvs GetLldp Profile Option Tlvs - Snippet string
- Snmp
Syslog boolNotification - Tfid string
- device String
- The device in which the resource is defined
- folder String
- id String
- UUID of the resource
- mode String
- name String
- option
Tlvs GetLldp Profile Option Tlvs - snippet String
- snmp
Syslog BooleanNotification - tfid String
- device string
- The device in which the resource is defined
- folder string
- id string
- UUID of the resource
- mode string
- name string
- option
Tlvs GetLldp Profile Option Tlvs - snippet string
- snmp
Syslog booleanNotification - tfid string
- device str
- The device in which the resource is defined
- folder str
- id str
- UUID of the resource
- mode str
- name str
- option_
tlvs GetLldp Profile Option Tlvs - snippet str
- snmp_
syslog_ boolnotification - tfid str
- device String
- The device in which the resource is defined
- folder String
- id String
- UUID of the resource
- mode String
- name String
- option
Tlvs Property Map - snippet String
- snmp
Syslog BooleanNotification - tfid String
Supporting Types
GetLldpProfileOptionTlvs
- Management
Address GetLldp Profile Option Tlvs Management Address - Management address
- Port
Description bool - Option TLV Port Description
- System
Capabilities bool - Option TLV System Capabilities
- System
Description bool - Option TLV System Description
- System
Name bool - Option TLV System Name
- Management
Address GetLldp Profile Option Tlvs Management Address - Management address
- Port
Description bool - Option TLV Port Description
- System
Capabilities bool - Option TLV System Capabilities
- System
Description bool - Option TLV System Description
- System
Name bool - Option TLV System Name
- management
Address GetLldp Profile Option Tlvs Management Address - Management address
- port
Description Boolean - Option TLV Port Description
- system
Capabilities Boolean - Option TLV System Capabilities
- system
Description Boolean - Option TLV System Description
- system
Name Boolean - Option TLV System Name
- management
Address GetLldp Profile Option Tlvs Management Address - Management address
- port
Description boolean - Option TLV Port Description
- system
Capabilities boolean - Option TLV System Capabilities
- system
Description boolean - Option TLV System Description
- system
Name boolean - Option TLV System Name
- management_
address GetLldp Profile Option Tlvs Management Address - Management address
- port_
description bool - Option TLV Port Description
- system_
capabilities bool - Option TLV System Capabilities
- system_
description bool - Option TLV System Description
- system_
name bool - Option TLV System Name
- management
Address Property Map - Management address
- port
Description Boolean - Option TLV Port Description
- system
Capabilities Boolean - Option TLV System Capabilities
- system
Description Boolean - Option TLV System Description
- system
Name Boolean - Option TLV System Name
GetLldpProfileOptionTlvsManagementAddress
- Enabled bool
- Management address enabled
- Iplists
List<Get
Lldp Profile Option Tlvs Management Address Iplist> - Iplist
- Enabled bool
- Management address enabled
- Iplists
[]Get
Lldp Profile Option Tlvs Management Address Iplist - Iplist
- enabled Boolean
- Management address enabled
- iplists
List<Get
Lldp Profile Option Tlvs Management Address Iplist> - Iplist
- enabled boolean
- Management address enabled
- iplists
Get
Lldp Profile Option Tlvs Management Address Iplist[] - Iplist
- enabled bool
- Management address enabled
- iplists
Sequence[Get
Lldp Profile Option Tlvs Management Address Iplist] - Iplist
- enabled Boolean
- Management address enabled
- iplists List<Property Map>
- Iplist
GetLldpProfileOptionTlvsManagementAddressIplist
- interface_ String
- Interface
- ipv4 String
- IPv4 Address
- ipv6 String
- IPv6 Address
- name String
- Name
Package Details
- Repository
- scm pulumi/pulumi-scm
- License
- Apache-2.0
- Notes
- This Pulumi package is based on the
scmTerraform Provider.
Viewing docs for Strata Cloud Manager v1.0.5
published on Saturday, Mar 21, 2026 by Pulumi
published on Saturday, Mar 21, 2026 by Pulumi
