Cisco Meraki v0.2.4 published on Friday, Jun 14, 2024 by Pulumi
meraki.devices.getSwitchPortsStatuses
Explore with Pulumi AI
Example Usage
import * as pulumi from "@pulumi/pulumi";
import * as meraki from "@pulumi/meraki";
const example = meraki.devices.getSwitchPortsStatuses({
serial: "string",
t0: "string",
timespan: 1,
});
export const merakiDevicesSwitchPortsStatusesExample = example.then(example => example.items);
import pulumi
import pulumi_meraki as meraki
example = meraki.devices.get_switch_ports_statuses(serial="string",
t0="string",
timespan=1)
pulumi.export("merakiDevicesSwitchPortsStatusesExample", example.items)
package main
import (
"github.com/pulumi/pulumi-meraki/sdk/go/meraki/devices"
"github.com/pulumi/pulumi/sdk/v3/go/pulumi"
)
func main() {
pulumi.Run(func(ctx *pulumi.Context) error {
example, err := devices.GetSwitchPortsStatuses(ctx, &devices.GetSwitchPortsStatusesArgs{
Serial: "string",
T0: pulumi.StringRef("string"),
Timespan: pulumi.Float64Ref(1),
}, nil)
if err != nil {
return err
}
ctx.Export("merakiDevicesSwitchPortsStatusesExample", example.Items)
return nil
})
}
using System.Collections.Generic;
using System.Linq;
using Pulumi;
using Meraki = Pulumi.Meraki;
return await Deployment.RunAsync(() =>
{
var example = Meraki.Devices.GetSwitchPortsStatuses.Invoke(new()
{
Serial = "string",
T0 = "string",
Timespan = 1,
});
return new Dictionary<string, object?>
{
["merakiDevicesSwitchPortsStatusesExample"] = example.Apply(getSwitchPortsStatusesResult => getSwitchPortsStatusesResult.Items),
};
});
package generated_program;
import com.pulumi.Context;
import com.pulumi.Pulumi;
import com.pulumi.core.Output;
import com.pulumi.meraki.devices.DevicesFunctions;
import com.pulumi.meraki.devices.inputs.GetSwitchPortsStatusesArgs;
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 example = DevicesFunctions.getSwitchPortsStatuses(GetSwitchPortsStatusesArgs.builder()
.serial("string")
.t0("string")
.timespan(1)
.build());
ctx.export("merakiDevicesSwitchPortsStatusesExample", example.applyValue(getSwitchPortsStatusesResult -> getSwitchPortsStatusesResult.items()));
}
}
variables:
example:
fn::invoke:
Function: meraki:devices:getSwitchPortsStatuses
Arguments:
serial: string
t0: string
timespan: 1
outputs:
merakiDevicesSwitchPortsStatusesExample: ${example.items}
Using getSwitchPortsStatuses
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 getSwitchPortsStatuses(args: GetSwitchPortsStatusesArgs, opts?: InvokeOptions): Promise<GetSwitchPortsStatusesResult>
function getSwitchPortsStatusesOutput(args: GetSwitchPortsStatusesOutputArgs, opts?: InvokeOptions): Output<GetSwitchPortsStatusesResult>
def get_switch_ports_statuses(serial: Optional[str] = None,
t0: Optional[str] = None,
timespan: Optional[float] = None,
opts: Optional[InvokeOptions] = None) -> GetSwitchPortsStatusesResult
def get_switch_ports_statuses_output(serial: Optional[pulumi.Input[str]] = None,
t0: Optional[pulumi.Input[str]] = None,
timespan: Optional[pulumi.Input[float]] = None,
opts: Optional[InvokeOptions] = None) -> Output[GetSwitchPortsStatusesResult]
func GetSwitchPortsStatuses(ctx *Context, args *GetSwitchPortsStatusesArgs, opts ...InvokeOption) (*GetSwitchPortsStatusesResult, error)
func GetSwitchPortsStatusesOutput(ctx *Context, args *GetSwitchPortsStatusesOutputArgs, opts ...InvokeOption) GetSwitchPortsStatusesResultOutput
> Note: This function is named GetSwitchPortsStatuses
in the Go SDK.
public static class GetSwitchPortsStatuses
{
public static Task<GetSwitchPortsStatusesResult> InvokeAsync(GetSwitchPortsStatusesArgs args, InvokeOptions? opts = null)
public static Output<GetSwitchPortsStatusesResult> Invoke(GetSwitchPortsStatusesInvokeArgs args, InvokeOptions? opts = null)
}
public static CompletableFuture<GetSwitchPortsStatusesResult> getSwitchPortsStatuses(GetSwitchPortsStatusesArgs args, InvokeOptions options)
// Output-based functions aren't available in Java yet
fn::invoke:
function: meraki:devices/getSwitchPortsStatuses:getSwitchPortsStatuses
arguments:
# arguments dictionary
The following arguments are supported:
- Serial string
- serial path parameter.
- T0 string
- t0 query parameter. The beginning of the timespan for the data. The maximum lookback period is 31 days from today.
- Timespan double
- timespan query parameter. The timespan for which the information will be fetched. If specifying timespan, do not specify parameter t0. The value must be in seconds and be less than or equal to 31 days. The default is 1 day.
- Serial string
- serial path parameter.
- T0 string
- t0 query parameter. The beginning of the timespan for the data. The maximum lookback period is 31 days from today.
- Timespan float64
- timespan query parameter. The timespan for which the information will be fetched. If specifying timespan, do not specify parameter t0. The value must be in seconds and be less than or equal to 31 days. The default is 1 day.
- serial String
- serial path parameter.
- t0 String
- t0 query parameter. The beginning of the timespan for the data. The maximum lookback period is 31 days from today.
- timespan Double
- timespan query parameter. The timespan for which the information will be fetched. If specifying timespan, do not specify parameter t0. The value must be in seconds and be less than or equal to 31 days. The default is 1 day.
- serial string
- serial path parameter.
- t0 string
- t0 query parameter. The beginning of the timespan for the data. The maximum lookback period is 31 days from today.
- timespan number
- timespan query parameter. The timespan for which the information will be fetched. If specifying timespan, do not specify parameter t0. The value must be in seconds and be less than or equal to 31 days. The default is 1 day.
- serial str
- serial path parameter.
- t0 str
- t0 query parameter. The beginning of the timespan for the data. The maximum lookback period is 31 days from today.
- timespan float
- timespan query parameter. The timespan for which the information will be fetched. If specifying timespan, do not specify parameter t0. The value must be in seconds and be less than or equal to 31 days. The default is 1 day.
- serial String
- serial path parameter.
- t0 String
- t0 query parameter. The beginning of the timespan for the data. The maximum lookback period is 31 days from today.
- timespan Number
- timespan query parameter. The timespan for which the information will be fetched. If specifying timespan, do not specify parameter t0. The value must be in seconds and be less than or equal to 31 days. The default is 1 day.
getSwitchPortsStatuses Result
The following output properties are available:
- Id string
- The provider-assigned unique ID for this managed resource.
- Items
List<Get
Switch Ports Statuses Item> - Array of ResponseSwitchGetDeviceSwitchPortsStatuses
- Serial string
- serial path parameter.
- T0 string
- t0 query parameter. The beginning of the timespan for the data. The maximum lookback period is 31 days from today.
- Timespan double
- timespan query parameter. The timespan for which the information will be fetched. If specifying timespan, do not specify parameter t0. The value must be in seconds and be less than or equal to 31 days. The default is 1 day.
- Id string
- The provider-assigned unique ID for this managed resource.
- Items
[]Get
Switch Ports Statuses Item - Array of ResponseSwitchGetDeviceSwitchPortsStatuses
- Serial string
- serial path parameter.
- T0 string
- t0 query parameter. The beginning of the timespan for the data. The maximum lookback period is 31 days from today.
- Timespan float64
- timespan query parameter. The timespan for which the information will be fetched. If specifying timespan, do not specify parameter t0. The value must be in seconds and be less than or equal to 31 days. The default is 1 day.
- id String
- The provider-assigned unique ID for this managed resource.
- items
List<Get
Switch Ports Statuses Item> - Array of ResponseSwitchGetDeviceSwitchPortsStatuses
- serial String
- serial path parameter.
- t0 String
- t0 query parameter. The beginning of the timespan for the data. The maximum lookback period is 31 days from today.
- timespan Double
- timespan query parameter. The timespan for which the information will be fetched. If specifying timespan, do not specify parameter t0. The value must be in seconds and be less than or equal to 31 days. The default is 1 day.
- id string
- The provider-assigned unique ID for this managed resource.
- items
Get
Switch Ports Statuses Item[] - Array of ResponseSwitchGetDeviceSwitchPortsStatuses
- serial string
- serial path parameter.
- t0 string
- t0 query parameter. The beginning of the timespan for the data. The maximum lookback period is 31 days from today.
- timespan number
- timespan query parameter. The timespan for which the information will be fetched. If specifying timespan, do not specify parameter t0. The value must be in seconds and be less than or equal to 31 days. The default is 1 day.
- id str
- The provider-assigned unique ID for this managed resource.
- items
Sequence[Get
Switch Ports Statuses Item] - Array of ResponseSwitchGetDeviceSwitchPortsStatuses
- serial str
- serial path parameter.
- t0 str
- t0 query parameter. The beginning of the timespan for the data. The maximum lookback period is 31 days from today.
- timespan float
- timespan query parameter. The timespan for which the information will be fetched. If specifying timespan, do not specify parameter t0. The value must be in seconds and be less than or equal to 31 days. The default is 1 day.
- id String
- The provider-assigned unique ID for this managed resource.
- items List<Property Map>
- Array of ResponseSwitchGetDeviceSwitchPortsStatuses
- serial String
- serial path parameter.
- t0 String
- t0 query parameter. The beginning of the timespan for the data. The maximum lookback period is 31 days from today.
- timespan Number
- timespan query parameter. The timespan for which the information will be fetched. If specifying timespan, do not specify parameter t0. The value must be in seconds and be less than or equal to 31 days. The default is 1 day.
Supporting Types
GetSwitchPortsStatusesItem
- Cdp
Get
Switch Ports Statuses Item Cdp - The Cisco Discovery Protocol (CDP) information of the connected device.
- Client
Count int - The number of clients connected through this port.
- Duplex string
- The current duplex of a connected port.
- Enabled bool
- Whether the port is configured to be enabled.
- Errors List<string>
- All errors present on the port.
- Is
Uplink bool - Whether the port is the switch's uplink.
- Lldp
Get
Switch Ports Statuses Item Lldp - The Link Layer Discovery Protocol (LLDP) information of the connected device.
- Port
Id string - The string identifier of this port on the switch. This is commonly just the port number but may contain additional identifying information such as the slot and module-type if the port is located on a port module.
- Power
Usage doubleIn Wh - How much power (in watt-hours) has been delivered by this port during the timespan.
- Secure
Port GetSwitch Ports Statuses Item Secure Port - The Secure Port status of the port.
- Spanning
Tree GetSwitch Ports Statuses Item Spanning Tree - The Spanning Tree Protocol (STP) information of the connected device.
- Speed string
- The current data transfer rate which the port is operating at.
- Status string
- The current connection status of the port.
- Traffic
In GetKbps Switch Ports Statuses Item Traffic In Kbps - A breakdown of the average speed of data that has passed through this port during the timespan.
- Usage
In GetKb Switch Ports Statuses Item Usage In Kb - A breakdown of how many kilobytes have passed through this port during the timespan.
- Warnings List<string>
- All warnings present on the port.
- Cdp
Get
Switch Ports Statuses Item Cdp - The Cisco Discovery Protocol (CDP) information of the connected device.
- Client
Count int - The number of clients connected through this port.
- Duplex string
- The current duplex of a connected port.
- Enabled bool
- Whether the port is configured to be enabled.
- Errors []string
- All errors present on the port.
- Is
Uplink bool - Whether the port is the switch's uplink.
- Lldp
Get
Switch Ports Statuses Item Lldp - The Link Layer Discovery Protocol (LLDP) information of the connected device.
- Port
Id string - The string identifier of this port on the switch. This is commonly just the port number but may contain additional identifying information such as the slot and module-type if the port is located on a port module.
- Power
Usage float64In Wh - How much power (in watt-hours) has been delivered by this port during the timespan.
- Secure
Port GetSwitch Ports Statuses Item Secure Port - The Secure Port status of the port.
- Spanning
Tree GetSwitch Ports Statuses Item Spanning Tree - The Spanning Tree Protocol (STP) information of the connected device.
- Speed string
- The current data transfer rate which the port is operating at.
- Status string
- The current connection status of the port.
- Traffic
In GetKbps Switch Ports Statuses Item Traffic In Kbps - A breakdown of the average speed of data that has passed through this port during the timespan.
- Usage
In GetKb Switch Ports Statuses Item Usage In Kb - A breakdown of how many kilobytes have passed through this port during the timespan.
- Warnings []string
- All warnings present on the port.
- cdp
Get
Switch Ports Statuses Item Cdp - The Cisco Discovery Protocol (CDP) information of the connected device.
- client
Count Integer - The number of clients connected through this port.
- duplex String
- The current duplex of a connected port.
- enabled Boolean
- Whether the port is configured to be enabled.
- errors List<String>
- All errors present on the port.
- is
Uplink Boolean - Whether the port is the switch's uplink.
- lldp
Get
Switch Ports Statuses Item Lldp - The Link Layer Discovery Protocol (LLDP) information of the connected device.
- port
Id String - The string identifier of this port on the switch. This is commonly just the port number but may contain additional identifying information such as the slot and module-type if the port is located on a port module.
- power
Usage DoubleIn Wh - How much power (in watt-hours) has been delivered by this port during the timespan.
- secure
Port GetSwitch Ports Statuses Item Secure Port - The Secure Port status of the port.
- spanning
Tree GetSwitch Ports Statuses Item Spanning Tree - The Spanning Tree Protocol (STP) information of the connected device.
- speed String
- The current data transfer rate which the port is operating at.
- status String
- The current connection status of the port.
- traffic
In GetKbps Switch Ports Statuses Item Traffic In Kbps - A breakdown of the average speed of data that has passed through this port during the timespan.
- usage
In GetKb Switch Ports Statuses Item Usage In Kb - A breakdown of how many kilobytes have passed through this port during the timespan.
- warnings List<String>
- All warnings present on the port.
- cdp
Get
Switch Ports Statuses Item Cdp - The Cisco Discovery Protocol (CDP) information of the connected device.
- client
Count number - The number of clients connected through this port.
- duplex string
- The current duplex of a connected port.
- enabled boolean
- Whether the port is configured to be enabled.
- errors string[]
- All errors present on the port.
- is
Uplink boolean - Whether the port is the switch's uplink.
- lldp
Get
Switch Ports Statuses Item Lldp - The Link Layer Discovery Protocol (LLDP) information of the connected device.
- port
Id string - The string identifier of this port on the switch. This is commonly just the port number but may contain additional identifying information such as the slot and module-type if the port is located on a port module.
- power
Usage numberIn Wh - How much power (in watt-hours) has been delivered by this port during the timespan.
- secure
Port GetSwitch Ports Statuses Item Secure Port - The Secure Port status of the port.
- spanning
Tree GetSwitch Ports Statuses Item Spanning Tree - The Spanning Tree Protocol (STP) information of the connected device.
- speed string
- The current data transfer rate which the port is operating at.
- status string
- The current connection status of the port.
- traffic
In GetKbps Switch Ports Statuses Item Traffic In Kbps - A breakdown of the average speed of data that has passed through this port during the timespan.
- usage
In GetKb Switch Ports Statuses Item Usage In Kb - A breakdown of how many kilobytes have passed through this port during the timespan.
- warnings string[]
- All warnings present on the port.
- cdp
Get
Switch Ports Statuses Item Cdp - The Cisco Discovery Protocol (CDP) information of the connected device.
- client_
count int - The number of clients connected through this port.
- duplex str
- The current duplex of a connected port.
- enabled bool
- Whether the port is configured to be enabled.
- errors Sequence[str]
- All errors present on the port.
- is_
uplink bool - Whether the port is the switch's uplink.
- lldp
Get
Switch Ports Statuses Item Lldp - The Link Layer Discovery Protocol (LLDP) information of the connected device.
- port_
id str - The string identifier of this port on the switch. This is commonly just the port number but may contain additional identifying information such as the slot and module-type if the port is located on a port module.
- power_
usage_ floatin_ wh - How much power (in watt-hours) has been delivered by this port during the timespan.
- secure_
port GetSwitch Ports Statuses Item Secure Port - The Secure Port status of the port.
- spanning_
tree GetSwitch Ports Statuses Item Spanning Tree - The Spanning Tree Protocol (STP) information of the connected device.
- speed str
- The current data transfer rate which the port is operating at.
- status str
- The current connection status of the port.
- traffic_
in_ Getkbps Switch Ports Statuses Item Traffic In Kbps - A breakdown of the average speed of data that has passed through this port during the timespan.
- usage_
in_ Getkb Switch Ports Statuses Item Usage In Kb - A breakdown of how many kilobytes have passed through this port during the timespan.
- warnings Sequence[str]
- All warnings present on the port.
- cdp Property Map
- The Cisco Discovery Protocol (CDP) information of the connected device.
- client
Count Number - The number of clients connected through this port.
- duplex String
- The current duplex of a connected port.
- enabled Boolean
- Whether the port is configured to be enabled.
- errors List<String>
- All errors present on the port.
- is
Uplink Boolean - Whether the port is the switch's uplink.
- lldp Property Map
- The Link Layer Discovery Protocol (LLDP) information of the connected device.
- port
Id String - The string identifier of this port on the switch. This is commonly just the port number but may contain additional identifying information such as the slot and module-type if the port is located on a port module.
- power
Usage NumberIn Wh - How much power (in watt-hours) has been delivered by this port during the timespan.
- secure
Port Property Map - The Secure Port status of the port.
- spanning
Tree Property Map - The Spanning Tree Protocol (STP) information of the connected device.
- speed String
- The current data transfer rate which the port is operating at.
- status String
- The current connection status of the port.
- traffic
In Property MapKbps - A breakdown of the average speed of data that has passed through this port during the timespan.
- usage
In Property MapKb - A breakdown of how many kilobytes have passed through this port during the timespan.
- warnings List<String>
- All warnings present on the port.
GetSwitchPortsStatusesItemCdp
- Address string
- Contains network addresses of both receiving and sending devices.
- Capabilities string
- Identifies the device type, which indicates the functional capabilities of the device.
- Device
Id string - Identifies the device name.
- Management
Address string - The device's management IP.
- Native
Vlan int - Indicates, per interface, the assumed VLAN for untagged packets on the interface.
- Platform string
- Identifies the hardware platform of the device.
- Port
Id string - Identifies the port from which the CDP packet was sent.
- System
Name string - The system name.
- Version string
- Contains the device software release information.
- Vtp
Management stringDomain - Advertises the configured VLAN Trunking Protocl (VTP)-management-domain name of the system.
- Address string
- Contains network addresses of both receiving and sending devices.
- Capabilities string
- Identifies the device type, which indicates the functional capabilities of the device.
- Device
Id string - Identifies the device name.
- Management
Address string - The device's management IP.
- Native
Vlan int - Indicates, per interface, the assumed VLAN for untagged packets on the interface.
- Platform string
- Identifies the hardware platform of the device.
- Port
Id string - Identifies the port from which the CDP packet was sent.
- System
Name string - The system name.
- Version string
- Contains the device software release information.
- Vtp
Management stringDomain - Advertises the configured VLAN Trunking Protocl (VTP)-management-domain name of the system.
- address String
- Contains network addresses of both receiving and sending devices.
- capabilities String
- Identifies the device type, which indicates the functional capabilities of the device.
- device
Id String - Identifies the device name.
- management
Address String - The device's management IP.
- native
Vlan Integer - Indicates, per interface, the assumed VLAN for untagged packets on the interface.
- platform String
- Identifies the hardware platform of the device.
- port
Id String - Identifies the port from which the CDP packet was sent.
- system
Name String - The system name.
- version String
- Contains the device software release information.
- vtp
Management StringDomain - Advertises the configured VLAN Trunking Protocl (VTP)-management-domain name of the system.
- address string
- Contains network addresses of both receiving and sending devices.
- capabilities string
- Identifies the device type, which indicates the functional capabilities of the device.
- device
Id string - Identifies the device name.
- management
Address string - The device's management IP.
- native
Vlan number - Indicates, per interface, the assumed VLAN for untagged packets on the interface.
- platform string
- Identifies the hardware platform of the device.
- port
Id string - Identifies the port from which the CDP packet was sent.
- system
Name string - The system name.
- version string
- Contains the device software release information.
- vtp
Management stringDomain - Advertises the configured VLAN Trunking Protocl (VTP)-management-domain name of the system.
- address str
- Contains network addresses of both receiving and sending devices.
- capabilities str
- Identifies the device type, which indicates the functional capabilities of the device.
- device_
id str - Identifies the device name.
- management_
address str - The device's management IP.
- native_
vlan int - Indicates, per interface, the assumed VLAN for untagged packets on the interface.
- platform str
- Identifies the hardware platform of the device.
- port_
id str - Identifies the port from which the CDP packet was sent.
- system_
name str - The system name.
- version str
- Contains the device software release information.
- vtp_
management_ strdomain - Advertises the configured VLAN Trunking Protocl (VTP)-management-domain name of the system.
- address String
- Contains network addresses of both receiving and sending devices.
- capabilities String
- Identifies the device type, which indicates the functional capabilities of the device.
- device
Id String - Identifies the device name.
- management
Address String - The device's management IP.
- native
Vlan Number - Indicates, per interface, the assumed VLAN for untagged packets on the interface.
- platform String
- Identifies the hardware platform of the device.
- port
Id String - Identifies the port from which the CDP packet was sent.
- system
Name String - The system name.
- version String
- Contains the device software release information.
- vtp
Management StringDomain - Advertises the configured VLAN Trunking Protocl (VTP)-management-domain name of the system.
GetSwitchPortsStatusesItemLldp
- Chassis
Id string - The device's chassis ID.
- Management
Address string - The device's management IP.
- Management
Vlan int - The device's management VLAN.
- Port
Description string - Description of the port from which the LLDP packet was sent.
- Port
Id string - Identifies the port from which the LLDP packet was sent
- Port
Vlan int - The port's VLAN.
- System
Capabilities string - Identifies the device type, which indicates the functional capabilities of the device.
- System
Description string - The device's system description.
- System
Name string - The device's system name.
- Chassis
Id string - The device's chassis ID.
- Management
Address string - The device's management IP.
- Management
Vlan int - The device's management VLAN.
- Port
Description string - Description of the port from which the LLDP packet was sent.
- Port
Id string - Identifies the port from which the LLDP packet was sent
- Port
Vlan int - The port's VLAN.
- System
Capabilities string - Identifies the device type, which indicates the functional capabilities of the device.
- System
Description string - The device's system description.
- System
Name string - The device's system name.
- chassis
Id String - The device's chassis ID.
- management
Address String - The device's management IP.
- management
Vlan Integer - The device's management VLAN.
- port
Description String - Description of the port from which the LLDP packet was sent.
- port
Id String - Identifies the port from which the LLDP packet was sent
- port
Vlan Integer - The port's VLAN.
- system
Capabilities String - Identifies the device type, which indicates the functional capabilities of the device.
- system
Description String - The device's system description.
- system
Name String - The device's system name.
- chassis
Id string - The device's chassis ID.
- management
Address string - The device's management IP.
- management
Vlan number - The device's management VLAN.
- port
Description string - Description of the port from which the LLDP packet was sent.
- port
Id string - Identifies the port from which the LLDP packet was sent
- port
Vlan number - The port's VLAN.
- system
Capabilities string - Identifies the device type, which indicates the functional capabilities of the device.
- system
Description string - The device's system description.
- system
Name string - The device's system name.
- chassis_
id str - The device's chassis ID.
- management_
address str - The device's management IP.
- management_
vlan int - The device's management VLAN.
- port_
description str - Description of the port from which the LLDP packet was sent.
- port_
id str - Identifies the port from which the LLDP packet was sent
- port_
vlan int - The port's VLAN.
- system_
capabilities str - Identifies the device type, which indicates the functional capabilities of the device.
- system_
description str - The device's system description.
- system_
name str - The device's system name.
- chassis
Id String - The device's chassis ID.
- management
Address String - The device's management IP.
- management
Vlan Number - The device's management VLAN.
- port
Description String - Description of the port from which the LLDP packet was sent.
- port
Id String - Identifies the port from which the LLDP packet was sent
- port
Vlan Number - The port's VLAN.
- system
Capabilities String - Identifies the device type, which indicates the functional capabilities of the device.
- system
Description String - The device's system description.
- system
Name String - The device's system name.
GetSwitchPortsStatusesItemSecurePort
- Active bool
- Whether Secure Port is currently active for this port.
- Authentication
Status string - The current Secure Port status.
- Config
Overrides GetSwitch Ports Statuses Item Secure Port Config Overrides - The configuration overrides applied to this port when Secure Port is active.
- Enabled bool
- Whether Secure Port is turned on for this port.
- Active bool
- Whether Secure Port is currently active for this port.
- Authentication
Status string - The current Secure Port status.
- Config
Overrides GetSwitch Ports Statuses Item Secure Port Config Overrides - The configuration overrides applied to this port when Secure Port is active.
- Enabled bool
- Whether Secure Port is turned on for this port.
- active Boolean
- Whether Secure Port is currently active for this port.
- authentication
Status String - The current Secure Port status.
- config
Overrides GetSwitch Ports Statuses Item Secure Port Config Overrides - The configuration overrides applied to this port when Secure Port is active.
- enabled Boolean
- Whether Secure Port is turned on for this port.
- active boolean
- Whether Secure Port is currently active for this port.
- authentication
Status string - The current Secure Port status.
- config
Overrides GetSwitch Ports Statuses Item Secure Port Config Overrides - The configuration overrides applied to this port when Secure Port is active.
- enabled boolean
- Whether Secure Port is turned on for this port.
- active bool
- Whether Secure Port is currently active for this port.
- authentication_
status str - The current Secure Port status.
- config_
overrides GetSwitch Ports Statuses Item Secure Port Config Overrides - The configuration overrides applied to this port when Secure Port is active.
- enabled bool
- Whether Secure Port is turned on for this port.
- active Boolean
- Whether Secure Port is currently active for this port.
- authentication
Status String - The current Secure Port status.
- config
Overrides Property Map - The configuration overrides applied to this port when Secure Port is active.
- enabled Boolean
- Whether Secure Port is turned on for this port.
GetSwitchPortsStatusesItemSecurePortConfigOverrides
- Allowed
Vlans string - The VLANs allowed on the . Only applicable to trunk ports.
- Type string
- The type of the ('trunk' or 'access').
- Vlan int
- The VLAN of the . For a trunk port, this is the native VLAN. A null value will clear the value set for trunk ports.
- Voice
Vlan int - The voice VLAN of the . Only applicable to access ports.
- Allowed
Vlans string - The VLANs allowed on the . Only applicable to trunk ports.
- Type string
- The type of the ('trunk' or 'access').
- Vlan int
- The VLAN of the . For a trunk port, this is the native VLAN. A null value will clear the value set for trunk ports.
- Voice
Vlan int - The voice VLAN of the . Only applicable to access ports.
- allowed
Vlans String - The VLANs allowed on the . Only applicable to trunk ports.
- type String
- The type of the ('trunk' or 'access').
- vlan Integer
- The VLAN of the . For a trunk port, this is the native VLAN. A null value will clear the value set for trunk ports.
- voice
Vlan Integer - The voice VLAN of the . Only applicable to access ports.
- allowed
Vlans string - The VLANs allowed on the . Only applicable to trunk ports.
- type string
- The type of the ('trunk' or 'access').
- vlan number
- The VLAN of the . For a trunk port, this is the native VLAN. A null value will clear the value set for trunk ports.
- voice
Vlan number - The voice VLAN of the . Only applicable to access ports.
- allowed_
vlans str - The VLANs allowed on the . Only applicable to trunk ports.
- type str
- The type of the ('trunk' or 'access').
- vlan int
- The VLAN of the . For a trunk port, this is the native VLAN. A null value will clear the value set for trunk ports.
- voice_
vlan int - The voice VLAN of the . Only applicable to access ports.
- allowed
Vlans String - The VLANs allowed on the . Only applicable to trunk ports.
- type String
- The type of the ('trunk' or 'access').
- vlan Number
- The VLAN of the . For a trunk port, this is the native VLAN. A null value will clear the value set for trunk ports.
- voice
Vlan Number - The voice VLAN of the . Only applicable to access ports.
GetSwitchPortsStatusesItemSpanningTree
- Statuses List<string>
- The current Spanning Tree Protocol statuses of the port.
- Statuses []string
- The current Spanning Tree Protocol statuses of the port.
- statuses List<String>
- The current Spanning Tree Protocol statuses of the port.
- statuses string[]
- The current Spanning Tree Protocol statuses of the port.
- statuses Sequence[str]
- The current Spanning Tree Protocol statuses of the port.
- statuses List<String>
- The current Spanning Tree Protocol statuses of the port.
GetSwitchPortsStatusesItemTrafficInKbps
GetSwitchPortsStatusesItemUsageInKb
Package Details
- Repository
- meraki pulumi/pulumi-meraki
- License
- Apache-2.0
- Notes
- This Pulumi package is based on the
meraki
Terraform Provider.