Cisco Meraki v0.2.4 published on Friday, Jun 14, 2024 by Pulumi
meraki.networks.getSwitchDhcpV4ServersSeen
Explore with Pulumi AI
Example Usage
import * as pulumi from "@pulumi/pulumi";
import * as meraki from "@pulumi/meraki";
const example = meraki.networks.getSwitchDhcpV4ServersSeen({
endingBefore: "string",
networkId: "string",
perPage: 1,
startingAfter: "string",
t0: "string",
timespan: 1,
});
export const merakiNetworksSwitchDhcpV4ServersSeenExample = example.then(example => example.items);
import pulumi
import pulumi_meraki as meraki
example = meraki.networks.get_switch_dhcp_v4_servers_seen(ending_before="string",
network_id="string",
per_page=1,
starting_after="string",
t0="string",
timespan=1)
pulumi.export("merakiNetworksSwitchDhcpV4ServersSeenExample", example.items)
package main
import (
"github.com/pulumi/pulumi-meraki/sdk/go/meraki/networks"
"github.com/pulumi/pulumi/sdk/v3/go/pulumi"
)
func main() {
pulumi.Run(func(ctx *pulumi.Context) error {
example, err := networks.GetSwitchDhcpV4ServersSeen(ctx, &networks.GetSwitchDhcpV4ServersSeenArgs{
EndingBefore: pulumi.StringRef("string"),
NetworkId: "string",
PerPage: pulumi.IntRef(1),
StartingAfter: pulumi.StringRef("string"),
T0: pulumi.StringRef("string"),
Timespan: pulumi.Float64Ref(1),
}, nil)
if err != nil {
return err
}
ctx.Export("merakiNetworksSwitchDhcpV4ServersSeenExample", example.Items)
return nil
})
}
using System.Collections.Generic;
using System.Linq;
using Pulumi;
using Meraki = Pulumi.Meraki;
return await Deployment.RunAsync(() =>
{
var example = Meraki.Networks.GetSwitchDhcpV4ServersSeen.Invoke(new()
{
EndingBefore = "string",
NetworkId = "string",
PerPage = 1,
StartingAfter = "string",
T0 = "string",
Timespan = 1,
});
return new Dictionary<string, object?>
{
["merakiNetworksSwitchDhcpV4ServersSeenExample"] = example.Apply(getSwitchDhcpV4ServersSeenResult => getSwitchDhcpV4ServersSeenResult.Items),
};
});
package generated_program;
import com.pulumi.Context;
import com.pulumi.Pulumi;
import com.pulumi.core.Output;
import com.pulumi.meraki.networks.NetworksFunctions;
import com.pulumi.meraki.networks.inputs.GetSwitchDhcpV4ServersSeenArgs;
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 = NetworksFunctions.getSwitchDhcpV4ServersSeen(GetSwitchDhcpV4ServersSeenArgs.builder()
.endingBefore("string")
.networkId("string")
.perPage(1)
.startingAfter("string")
.t0("string")
.timespan(1)
.build());
ctx.export("merakiNetworksSwitchDhcpV4ServersSeenExample", example.applyValue(getSwitchDhcpV4ServersSeenResult -> getSwitchDhcpV4ServersSeenResult.items()));
}
}
variables:
example:
fn::invoke:
Function: meraki:networks:getSwitchDhcpV4ServersSeen
Arguments:
endingBefore: string
networkId: string
perPage: 1
startingAfter: string
t0: string
timespan: 1
outputs:
merakiNetworksSwitchDhcpV4ServersSeenExample: ${example.items}
Using getSwitchDhcpV4ServersSeen
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 getSwitchDhcpV4ServersSeen(args: GetSwitchDhcpV4ServersSeenArgs, opts?: InvokeOptions): Promise<GetSwitchDhcpV4ServersSeenResult>
function getSwitchDhcpV4ServersSeenOutput(args: GetSwitchDhcpV4ServersSeenOutputArgs, opts?: InvokeOptions): Output<GetSwitchDhcpV4ServersSeenResult>
def get_switch_dhcp_v4_servers_seen(ending_before: Optional[str] = None,
network_id: Optional[str] = None,
per_page: Optional[int] = None,
starting_after: Optional[str] = None,
t0: Optional[str] = None,
timespan: Optional[float] = None,
opts: Optional[InvokeOptions] = None) -> GetSwitchDhcpV4ServersSeenResult
def get_switch_dhcp_v4_servers_seen_output(ending_before: Optional[pulumi.Input[str]] = None,
network_id: Optional[pulumi.Input[str]] = None,
per_page: Optional[pulumi.Input[int]] = None,
starting_after: Optional[pulumi.Input[str]] = None,
t0: Optional[pulumi.Input[str]] = None,
timespan: Optional[pulumi.Input[float]] = None,
opts: Optional[InvokeOptions] = None) -> Output[GetSwitchDhcpV4ServersSeenResult]
func GetSwitchDhcpV4ServersSeen(ctx *Context, args *GetSwitchDhcpV4ServersSeenArgs, opts ...InvokeOption) (*GetSwitchDhcpV4ServersSeenResult, error)
func GetSwitchDhcpV4ServersSeenOutput(ctx *Context, args *GetSwitchDhcpV4ServersSeenOutputArgs, opts ...InvokeOption) GetSwitchDhcpV4ServersSeenResultOutput
> Note: This function is named GetSwitchDhcpV4ServersSeen
in the Go SDK.
public static class GetSwitchDhcpV4ServersSeen
{
public static Task<GetSwitchDhcpV4ServersSeenResult> InvokeAsync(GetSwitchDhcpV4ServersSeenArgs args, InvokeOptions? opts = null)
public static Output<GetSwitchDhcpV4ServersSeenResult> Invoke(GetSwitchDhcpV4ServersSeenInvokeArgs args, InvokeOptions? opts = null)
}
public static CompletableFuture<GetSwitchDhcpV4ServersSeenResult> getSwitchDhcpV4ServersSeen(GetSwitchDhcpV4ServersSeenArgs args, InvokeOptions options)
// Output-based functions aren't available in Java yet
fn::invoke:
function: meraki:networks/getSwitchDhcpV4ServersSeen:getSwitchDhcpV4ServersSeen
arguments:
# arguments dictionary
The following arguments are supported:
- Network
Id string - networkId path parameter. Network ID
- Ending
Before string - endingBefore query parameter. A token used by the server to indicate the end of the page. Often this is a timestamp or an ID but it is not limited to those. This parameter should not be defined by client applications. The link for the first, last, prev, or next page in the HTTP Link header should define it.
- Per
Page int - perPage query parameter. The number of entries per page returned. Acceptable range is 3 1000. Default is 1000.
- Starting
After string - startingAfter query parameter. A token used by the server to indicate the start of the page. Often this is a timestamp or an ID but it is not limited to those. This parameter should not be defined by client applications. The link for the first, last, prev, or next page in the HTTP Link header should define it.
- 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.
- Network
Id string - networkId path parameter. Network ID
- Ending
Before string - endingBefore query parameter. A token used by the server to indicate the end of the page. Often this is a timestamp or an ID but it is not limited to those. This parameter should not be defined by client applications. The link for the first, last, prev, or next page in the HTTP Link header should define it.
- Per
Page int - perPage query parameter. The number of entries per page returned. Acceptable range is 3 1000. Default is 1000.
- Starting
After string - startingAfter query parameter. A token used by the server to indicate the start of the page. Often this is a timestamp or an ID but it is not limited to those. This parameter should not be defined by client applications. The link for the first, last, prev, or next page in the HTTP Link header should define it.
- 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.
- network
Id String - networkId path parameter. Network ID
- ending
Before String - endingBefore query parameter. A token used by the server to indicate the end of the page. Often this is a timestamp or an ID but it is not limited to those. This parameter should not be defined by client applications. The link for the first, last, prev, or next page in the HTTP Link header should define it.
- per
Page Integer - perPage query parameter. The number of entries per page returned. Acceptable range is 3 1000. Default is 1000.
- starting
After String - startingAfter query parameter. A token used by the server to indicate the start of the page. Often this is a timestamp or an ID but it is not limited to those. This parameter should not be defined by client applications. The link for the first, last, prev, or next page in the HTTP Link header should define it.
- 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.
- network
Id string - networkId path parameter. Network ID
- ending
Before string - endingBefore query parameter. A token used by the server to indicate the end of the page. Often this is a timestamp or an ID but it is not limited to those. This parameter should not be defined by client applications. The link for the first, last, prev, or next page in the HTTP Link header should define it.
- per
Page number - perPage query parameter. The number of entries per page returned. Acceptable range is 3 1000. Default is 1000.
- starting
After string - startingAfter query parameter. A token used by the server to indicate the start of the page. Often this is a timestamp or an ID but it is not limited to those. This parameter should not be defined by client applications. The link for the first, last, prev, or next page in the HTTP Link header should define it.
- 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.
- network_
id str - networkId path parameter. Network ID
- ending_
before str - endingBefore query parameter. A token used by the server to indicate the end of the page. Often this is a timestamp or an ID but it is not limited to those. This parameter should not be defined by client applications. The link for the first, last, prev, or next page in the HTTP Link header should define it.
- per_
page int - perPage query parameter. The number of entries per page returned. Acceptable range is 3 1000. Default is 1000.
- starting_
after str - startingAfter query parameter. A token used by the server to indicate the start of the page. Often this is a timestamp or an ID but it is not limited to those. This parameter should not be defined by client applications. The link for the first, last, prev, or next page in the HTTP Link header should define it.
- 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.
- network
Id String - networkId path parameter. Network ID
- ending
Before String - endingBefore query parameter. A token used by the server to indicate the end of the page. Often this is a timestamp or an ID but it is not limited to those. This parameter should not be defined by client applications. The link for the first, last, prev, or next page in the HTTP Link header should define it.
- per
Page Number - perPage query parameter. The number of entries per page returned. Acceptable range is 3 1000. Default is 1000.
- starting
After String - startingAfter query parameter. A token used by the server to indicate the start of the page. Often this is a timestamp or an ID but it is not limited to those. This parameter should not be defined by client applications. The link for the first, last, prev, or next page in the HTTP Link header should define it.
- 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.
getSwitchDhcpV4ServersSeen Result
The following output properties are available:
- Id string
- The provider-assigned unique ID for this managed resource.
- Items
List<Get
Switch Dhcp V4Servers Seen Item> - Array of ResponseSwitchGetNetworkSwitchDhcpV4ServersSeen
- Network
Id string - networkId path parameter. Network ID
- Ending
Before string - endingBefore query parameter. A token used by the server to indicate the end of the page. Often this is a timestamp or an ID but it is not limited to those. This parameter should not be defined by client applications. The link for the first, last, prev, or next page in the HTTP Link header should define it.
- Per
Page int - perPage query parameter. The number of entries per page returned. Acceptable range is 3 1000. Default is 1000.
- Starting
After string - startingAfter query parameter. A token used by the server to indicate the start of the page. Often this is a timestamp or an ID but it is not limited to those. This parameter should not be defined by client applications. The link for the first, last, prev, or next page in the HTTP Link header should define it.
- 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 Dhcp V4Servers Seen Item - Array of ResponseSwitchGetNetworkSwitchDhcpV4ServersSeen
- Network
Id string - networkId path parameter. Network ID
- Ending
Before string - endingBefore query parameter. A token used by the server to indicate the end of the page. Often this is a timestamp or an ID but it is not limited to those. This parameter should not be defined by client applications. The link for the first, last, prev, or next page in the HTTP Link header should define it.
- Per
Page int - perPage query parameter. The number of entries per page returned. Acceptable range is 3 1000. Default is 1000.
- Starting
After string - startingAfter query parameter. A token used by the server to indicate the start of the page. Often this is a timestamp or an ID but it is not limited to those. This parameter should not be defined by client applications. The link for the first, last, prev, or next page in the HTTP Link header should define it.
- 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 Dhcp V4Servers Seen Item> - Array of ResponseSwitchGetNetworkSwitchDhcpV4ServersSeen
- network
Id String - networkId path parameter. Network ID
- ending
Before String - endingBefore query parameter. A token used by the server to indicate the end of the page. Often this is a timestamp or an ID but it is not limited to those. This parameter should not be defined by client applications. The link for the first, last, prev, or next page in the HTTP Link header should define it.
- per
Page Integer - perPage query parameter. The number of entries per page returned. Acceptable range is 3 1000. Default is 1000.
- starting
After String - startingAfter query parameter. A token used by the server to indicate the start of the page. Often this is a timestamp or an ID but it is not limited to those. This parameter should not be defined by client applications. The link for the first, last, prev, or next page in the HTTP Link header should define it.
- 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 Dhcp V4Servers Seen Item[] - Array of ResponseSwitchGetNetworkSwitchDhcpV4ServersSeen
- network
Id string - networkId path parameter. Network ID
- ending
Before string - endingBefore query parameter. A token used by the server to indicate the end of the page. Often this is a timestamp or an ID but it is not limited to those. This parameter should not be defined by client applications. The link for the first, last, prev, or next page in the HTTP Link header should define it.
- per
Page number - perPage query parameter. The number of entries per page returned. Acceptable range is 3 1000. Default is 1000.
- starting
After string - startingAfter query parameter. A token used by the server to indicate the start of the page. Often this is a timestamp or an ID but it is not limited to those. This parameter should not be defined by client applications. The link for the first, last, prev, or next page in the HTTP Link header should define it.
- 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 Dhcp V4Servers Seen Item] - Array of ResponseSwitchGetNetworkSwitchDhcpV4ServersSeen
- network_
id str - networkId path parameter. Network ID
- ending_
before str - endingBefore query parameter. A token used by the server to indicate the end of the page. Often this is a timestamp or an ID but it is not limited to those. This parameter should not be defined by client applications. The link for the first, last, prev, or next page in the HTTP Link header should define it.
- per_
page int - perPage query parameter. The number of entries per page returned. Acceptable range is 3 1000. Default is 1000.
- starting_
after str - startingAfter query parameter. A token used by the server to indicate the start of the page. Often this is a timestamp or an ID but it is not limited to those. This parameter should not be defined by client applications. The link for the first, last, prev, or next page in the HTTP Link header should define it.
- 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 ResponseSwitchGetNetworkSwitchDhcpV4ServersSeen
- network
Id String - networkId path parameter. Network ID
- ending
Before String - endingBefore query parameter. A token used by the server to indicate the end of the page. Often this is a timestamp or an ID but it is not limited to those. This parameter should not be defined by client applications. The link for the first, last, prev, or next page in the HTTP Link header should define it.
- per
Page Number - perPage query parameter. The number of entries per page returned. Acceptable range is 3 1000. Default is 1000.
- starting
After String - startingAfter query parameter. A token used by the server to indicate the start of the page. Often this is a timestamp or an ID but it is not limited to those. This parameter should not be defined by client applications. The link for the first, last, prev, or next page in the HTTP Link header should define it.
- 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
GetSwitchDhcpV4ServersSeenItem
- Client
Id string - Client id of the server if available.
- Device
Get
Switch Dhcp V4Servers Seen Item Device - Attributes of the server when it's a device.
- Ipv4
Get
Switch Dhcp V4Servers Seen Item Ipv4 - IPv4 attributes of the server.
- Is
Allowed bool - Whether the server is allowed or blocked. Always true for configured servers.
- Is
Configured bool - Whether the server is configured.
- Last
Ack GetSwitch Dhcp V4Servers Seen Item Last Ack - Attributes of the server's last ack.
- Last
Packet GetSwitch Dhcp V4Servers Seen Item Last Packet - Last packet the server received.
- Last
Seen stringAt - Last time the server was seen.
- Mac string
- Mac address of the server.
- Seen
Bies List<GetSwitch Dhcp V4Servers Seen Item Seen By> - Devices that saw the server.
- Type string
- server type. Can be a 'device', 'stack', or 'discovered' (i.e client).
- Vlan int
- Vlan id of the server.
- Client
Id string - Client id of the server if available.
- Device
Get
Switch Dhcp V4Servers Seen Item Device - Attributes of the server when it's a device.
- Ipv4
Get
Switch Dhcp V4Servers Seen Item Ipv4 - IPv4 attributes of the server.
- Is
Allowed bool - Whether the server is allowed or blocked. Always true for configured servers.
- Is
Configured bool - Whether the server is configured.
- Last
Ack GetSwitch Dhcp V4Servers Seen Item Last Ack - Attributes of the server's last ack.
- Last
Packet GetSwitch Dhcp V4Servers Seen Item Last Packet - Last packet the server received.
- Last
Seen stringAt - Last time the server was seen.
- Mac string
- Mac address of the server.
- Seen
Bies []GetSwitch Dhcp V4Servers Seen Item Seen By - Devices that saw the server.
- Type string
- server type. Can be a 'device', 'stack', or 'discovered' (i.e client).
- Vlan int
- Vlan id of the server.
- client
Id String - Client id of the server if available.
- device
Get
Switch Dhcp V4Servers Seen Item Device - Attributes of the server when it's a device.
- ipv4
Get
Switch Dhcp V4Servers Seen Item Ipv4 - IPv4 attributes of the server.
- is
Allowed Boolean - Whether the server is allowed or blocked. Always true for configured servers.
- is
Configured Boolean - Whether the server is configured.
- last
Ack GetSwitch Dhcp V4Servers Seen Item Last Ack - Attributes of the server's last ack.
- last
Packet GetSwitch Dhcp V4Servers Seen Item Last Packet - Last packet the server received.
- last
Seen StringAt - Last time the server was seen.
- mac String
- Mac address of the server.
- seen
Bies List<GetSwitch Dhcp V4Servers Seen Item Seen By> - Devices that saw the server.
- type String
- server type. Can be a 'device', 'stack', or 'discovered' (i.e client).
- vlan Integer
- Vlan id of the server.
- client
Id string - Client id of the server if available.
- device
Get
Switch Dhcp V4Servers Seen Item Device - Attributes of the server when it's a device.
- ipv4
Get
Switch Dhcp V4Servers Seen Item Ipv4 - IPv4 attributes of the server.
- is
Allowed boolean - Whether the server is allowed or blocked. Always true for configured servers.
- is
Configured boolean - Whether the server is configured.
- last
Ack GetSwitch Dhcp V4Servers Seen Item Last Ack - Attributes of the server's last ack.
- last
Packet GetSwitch Dhcp V4Servers Seen Item Last Packet - Last packet the server received.
- last
Seen stringAt - Last time the server was seen.
- mac string
- Mac address of the server.
- seen
Bies GetSwitch Dhcp V4Servers Seen Item Seen By[] - Devices that saw the server.
- type string
- server type. Can be a 'device', 'stack', or 'discovered' (i.e client).
- vlan number
- Vlan id of the server.
- client_
id str - Client id of the server if available.
- device
Get
Switch Dhcp V4Servers Seen Item Device - Attributes of the server when it's a device.
- ipv4
Get
Switch Dhcp V4Servers Seen Item Ipv4 - IPv4 attributes of the server.
- is_
allowed bool - Whether the server is allowed or blocked. Always true for configured servers.
- is_
configured bool - Whether the server is configured.
- last_
ack GetSwitch Dhcp V4Servers Seen Item Last Ack - Attributes of the server's last ack.
- last_
packet GetSwitch Dhcp V4Servers Seen Item Last Packet - Last packet the server received.
- last_
seen_ strat - Last time the server was seen.
- mac str
- Mac address of the server.
- seen_
bies Sequence[GetSwitch Dhcp V4Servers Seen Item Seen By] - Devices that saw the server.
- type str
- server type. Can be a 'device', 'stack', or 'discovered' (i.e client).
- vlan int
- Vlan id of the server.
- client
Id String - Client id of the server if available.
- device Property Map
- Attributes of the server when it's a device.
- ipv4 Property Map
- IPv4 attributes of the server.
- is
Allowed Boolean - Whether the server is allowed or blocked. Always true for configured servers.
- is
Configured Boolean - Whether the server is configured.
- last
Ack Property Map - Attributes of the server's last ack.
- last
Packet Property Map - Last packet the server received.
- last
Seen StringAt - Last time the server was seen.
- mac String
- Mac address of the server.
- seen
Bies List<Property Map> - Devices that saw the server.
- type String
- server type. Can be a 'device', 'stack', or 'discovered' (i.e client).
- vlan Number
- Vlan id of the server.
GetSwitchDhcpV4ServersSeenItemDevice
- Interface
Get
Switch Dhcp V4Servers Seen Item Device Interface - Interface attributes of the server. Only for configured servers.
- Name string
- Device name.
- Serial string
- Device serial.
- Url string
- Url link to device.
- Interface
Get
Switch Dhcp V4Servers Seen Item Device Interface - Interface attributes of the server. Only for configured servers.
- Name string
- Device name.
- Serial string
- Device serial.
- Url string
- Url link to device.
- interface_
Get
Switch Dhcp V4Servers Seen Item Device Interface - Interface attributes of the server. Only for configured servers.
- name String
- Device name.
- serial String
- Device serial.
- url String
- Url link to device.
- interface
Get
Switch Dhcp V4Servers Seen Item Device Interface - Interface attributes of the server. Only for configured servers.
- name string
- Device name.
- serial string
- Device serial.
- url string
- Url link to device.
- interface
Get
Switch Dhcp V4Servers Seen Item Device Interface - Interface attributes of the server. Only for configured servers.
- name str
- Device name.
- serial str
- Device serial.
- url str
- Url link to device.
- interface Property Map
- Interface attributes of the server. Only for configured servers.
- name String
- Device name.
- serial String
- Device serial.
- url String
- Url link to device.
GetSwitchDhcpV4ServersSeenItemDeviceInterface
GetSwitchDhcpV4ServersSeenItemIpv4
GetSwitchDhcpV4ServersSeenItemLastAck
- Ipv4
Get
Switch Dhcp V4Servers Seen Item Last Ack Ipv4 - IPv4 attributes of the last ack.
- Ts string
- Last time the server was acked.
- Ipv4
Get
Switch Dhcp V4Servers Seen Item Last Ack Ipv4 - IPv4 attributes of the last ack.
- Ts string
- Last time the server was acked.
- ipv4
Get
Switch Dhcp V4Servers Seen Item Last Ack Ipv4 - IPv4 attributes of the last ack.
- ts String
- Last time the server was acked.
- ipv4
Get
Switch Dhcp V4Servers Seen Item Last Ack Ipv4 - IPv4 attributes of the last ack.
- ts string
- Last time the server was acked.
- ipv4
Get
Switch Dhcp V4Servers Seen Item Last Ack Ipv4 - IPv4 attributes of the last ack.
- ts str
- Last time the server was acked.
- ipv4 Property Map
- IPv4 attributes of the last ack.
- ts String
- Last time the server was acked.
GetSwitchDhcpV4ServersSeenItemLastAckIpv4
- Address string
- IPv4 address of the last ack.
- Address string
- IPv4 address of the last ack.
- address String
- IPv4 address of the last ack.
- address string
- IPv4 address of the last ack.
- address str
- IPv4 address of the last ack.
- address String
- IPv4 address of the last ack.
GetSwitchDhcpV4ServersSeenItemLastPacket
- Destination
Get
Switch Dhcp V4Servers Seen Item Last Packet Destination - Destination of the packet.
- Ethernet
Get
Switch Dhcp V4Servers Seen Item Last Packet Ethernet - Additional ethernet attributes of the packet.
- Fields
Get
Switch Dhcp V4Servers Seen Item Last Packet Fields - DHCP-specific fields of the packet.
- Ip
Get
Switch Dhcp V4Servers Seen Item Last Packet Ip - Additional IP attributes of the packet.
- Source
Get
Switch Dhcp V4Servers Seen Item Last Packet Source - Source of the packet.
- Type string
- Packet type.
- Udp
Get
Switch Dhcp V4Servers Seen Item Last Packet Udp - UDP attributes of the packet.
- Destination
Get
Switch Dhcp V4Servers Seen Item Last Packet Destination - Destination of the packet.
- Ethernet
Get
Switch Dhcp V4Servers Seen Item Last Packet Ethernet - Additional ethernet attributes of the packet.
- Fields
Get
Switch Dhcp V4Servers Seen Item Last Packet Fields - DHCP-specific fields of the packet.
- Ip
Get
Switch Dhcp V4Servers Seen Item Last Packet Ip - Additional IP attributes of the packet.
- Source
Get
Switch Dhcp V4Servers Seen Item Last Packet Source - Source of the packet.
- Type string
- Packet type.
- Udp
Get
Switch Dhcp V4Servers Seen Item Last Packet Udp - UDP attributes of the packet.
- destination
Get
Switch Dhcp V4Servers Seen Item Last Packet Destination - Destination of the packet.
- ethernet
Get
Switch Dhcp V4Servers Seen Item Last Packet Ethernet - Additional ethernet attributes of the packet.
- fields
Get
Switch Dhcp V4Servers Seen Item Last Packet Fields - DHCP-specific fields of the packet.
- ip
Get
Switch Dhcp V4Servers Seen Item Last Packet Ip - Additional IP attributes of the packet.
- source
Get
Switch Dhcp V4Servers Seen Item Last Packet Source - Source of the packet.
- type String
- Packet type.
- udp
Get
Switch Dhcp V4Servers Seen Item Last Packet Udp - UDP attributes of the packet.
- destination
Get
Switch Dhcp V4Servers Seen Item Last Packet Destination - Destination of the packet.
- ethernet
Get
Switch Dhcp V4Servers Seen Item Last Packet Ethernet - Additional ethernet attributes of the packet.
- fields
Get
Switch Dhcp V4Servers Seen Item Last Packet Fields - DHCP-specific fields of the packet.
- ip
Get
Switch Dhcp V4Servers Seen Item Last Packet Ip - Additional IP attributes of the packet.
- source
Get
Switch Dhcp V4Servers Seen Item Last Packet Source - Source of the packet.
- type string
- Packet type.
- udp
Get
Switch Dhcp V4Servers Seen Item Last Packet Udp - UDP attributes of the packet.
- destination
Get
Switch Dhcp V4Servers Seen Item Last Packet Destination - Destination of the packet.
- ethernet
Get
Switch Dhcp V4Servers Seen Item Last Packet Ethernet - Additional ethernet attributes of the packet.
- fields
Get
Switch Dhcp V4Servers Seen Item Last Packet Fields - DHCP-specific fields of the packet.
- ip
Get
Switch Dhcp V4Servers Seen Item Last Packet Ip - Additional IP attributes of the packet.
- source
Get
Switch Dhcp V4Servers Seen Item Last Packet Source - Source of the packet.
- type str
- Packet type.
- udp
Get
Switch Dhcp V4Servers Seen Item Last Packet Udp - UDP attributes of the packet.
- destination Property Map
- Destination of the packet.
- ethernet Property Map
- Additional ethernet attributes of the packet.
- fields Property Map
- DHCP-specific fields of the packet.
- ip Property Map
- Additional IP attributes of the packet.
- source Property Map
- Source of the packet.
- type String
- Packet type.
- udp Property Map
- UDP attributes of the packet.
GetSwitchDhcpV4ServersSeenItemLastPacketDestination
- Ipv4
Get
Switch Dhcp V4Servers Seen Item Last Packet Destination Ipv4 - Destination ipv4 attributes of the packet.
- Mac string
- Destination mac address of the packet.
- Port int
- Destination port of the packet.
- Ipv4
Get
Switch Dhcp V4Servers Seen Item Last Packet Destination Ipv4 - Destination ipv4 attributes of the packet.
- Mac string
- Destination mac address of the packet.
- Port int
- Destination port of the packet.
- ipv4
Get
Switch Dhcp V4Servers Seen Item Last Packet Destination Ipv4 - Destination ipv4 attributes of the packet.
- mac String
- Destination mac address of the packet.
- port Integer
- Destination port of the packet.
- ipv4
Get
Switch Dhcp V4Servers Seen Item Last Packet Destination Ipv4 - Destination ipv4 attributes of the packet.
- mac string
- Destination mac address of the packet.
- port number
- Destination port of the packet.
- ipv4
Get
Switch Dhcp V4Servers Seen Item Last Packet Destination Ipv4 - Destination ipv4 attributes of the packet.
- mac str
- Destination mac address of the packet.
- port int
- Destination port of the packet.
- ipv4 Property Map
- Destination ipv4 attributes of the packet.
- mac String
- Destination mac address of the packet.
- port Number
- Destination port of the packet.
GetSwitchDhcpV4ServersSeenItemLastPacketDestinationIpv4
- Address string
- Destination ipv4 address of the packet.
- Address string
- Destination ipv4 address of the packet.
- address String
- Destination ipv4 address of the packet.
- address string
- Destination ipv4 address of the packet.
- address str
- Destination ipv4 address of the packet.
- address String
- Destination ipv4 address of the packet.
GetSwitchDhcpV4ServersSeenItemLastPacketEthernet
- Type string
- Ethernet type of the packet.
- Type string
- Ethernet type of the packet.
- type String
- Ethernet type of the packet.
- type string
- Ethernet type of the packet.
- type str
- Ethernet type of the packet.
- type String
- Ethernet type of the packet.
GetSwitchDhcpV4ServersSeenItemLastPacketFields
- Chaddr string
- Client hardware address of the packet.
- Ciaddr string
- Client IP address of the packet.
- Flags string
- Packet flags.
- Giaddr string
- Gateway IP address of the packet.
- Hlen int
- Hardware length of the packet.
- Hops int
- Number of hops the packet took.
- Htype int
- Hardware type code of the packet.
- string
- Magic cookie of the packet.
- Op int
- Operation code of the packet.
- Options
List<Get
Switch Dhcp V4Servers Seen Item Last Packet Fields Option> - Additional DHCP options of the packet.
- Secs int
- Number of seconds since receiving the packet.
- Siaddr string
- Server IP address of the packet.
- Sname string
- Server identifier address of the packet.
- Xid string
- Transaction id of the packet.
- Yiaddr string
- Assigned IP address of the packet.
- Chaddr string
- Client hardware address of the packet.
- Ciaddr string
- Client IP address of the packet.
- Flags string
- Packet flags.
- Giaddr string
- Gateway IP address of the packet.
- Hlen int
- Hardware length of the packet.
- Hops int
- Number of hops the packet took.
- Htype int
- Hardware type code of the packet.
- string
- Magic cookie of the packet.
- Op int
- Operation code of the packet.
- Options
[]Get
Switch Dhcp V4Servers Seen Item Last Packet Fields Option - Additional DHCP options of the packet.
- Secs int
- Number of seconds since receiving the packet.
- Siaddr string
- Server IP address of the packet.
- Sname string
- Server identifier address of the packet.
- Xid string
- Transaction id of the packet.
- Yiaddr string
- Assigned IP address of the packet.
- chaddr String
- Client hardware address of the packet.
- ciaddr String
- Client IP address of the packet.
- flags String
- Packet flags.
- giaddr String
- Gateway IP address of the packet.
- hlen Integer
- Hardware length of the packet.
- hops Integer
- Number of hops the packet took.
- htype Integer
- Hardware type code of the packet.
- String
- Magic cookie of the packet.
- op Integer
- Operation code of the packet.
- options
List<Get
Switch Dhcp V4Servers Seen Item Last Packet Fields Option> - Additional DHCP options of the packet.
- secs Integer
- Number of seconds since receiving the packet.
- siaddr String
- Server IP address of the packet.
- sname String
- Server identifier address of the packet.
- xid String
- Transaction id of the packet.
- yiaddr String
- Assigned IP address of the packet.
- chaddr string
- Client hardware address of the packet.
- ciaddr string
- Client IP address of the packet.
- flags string
- Packet flags.
- giaddr string
- Gateway IP address of the packet.
- hlen number
- Hardware length of the packet.
- hops number
- Number of hops the packet took.
- htype number
- Hardware type code of the packet.
- string
- Magic cookie of the packet.
- op number
- Operation code of the packet.
- options
Get
Switch Dhcp V4Servers Seen Item Last Packet Fields Option[] - Additional DHCP options of the packet.
- secs number
- Number of seconds since receiving the packet.
- siaddr string
- Server IP address of the packet.
- sname string
- Server identifier address of the packet.
- xid string
- Transaction id of the packet.
- yiaddr string
- Assigned IP address of the packet.
- chaddr str
- Client hardware address of the packet.
- ciaddr str
- Client IP address of the packet.
- flags str
- Packet flags.
- giaddr str
- Gateway IP address of the packet.
- hlen int
- Hardware length of the packet.
- hops int
- Number of hops the packet took.
- htype int
- Hardware type code of the packet.
- str
- Magic cookie of the packet.
- op int
- Operation code of the packet.
- options
Sequence[Get
Switch Dhcp V4Servers Seen Item Last Packet Fields Option] - Additional DHCP options of the packet.
- secs int
- Number of seconds since receiving the packet.
- siaddr str
- Server IP address of the packet.
- sname str
- Server identifier address of the packet.
- xid str
- Transaction id of the packet.
- yiaddr str
- Assigned IP address of the packet.
- chaddr String
- Client hardware address of the packet.
- ciaddr String
- Client IP address of the packet.
- flags String
- Packet flags.
- giaddr String
- Gateway IP address of the packet.
- hlen Number
- Hardware length of the packet.
- hops Number
- Number of hops the packet took.
- htype Number
- Hardware type code of the packet.
- String
- Magic cookie of the packet.
- op Number
- Operation code of the packet.
- options List<Property Map>
- Additional DHCP options of the packet.
- secs Number
- Number of seconds since receiving the packet.
- siaddr String
- Server IP address of the packet.
- sname String
- Server identifier address of the packet.
- xid String
- Transaction id of the packet.
- yiaddr String
- Assigned IP address of the packet.
GetSwitchDhcpV4ServersSeenItemLastPacketFieldsOption
GetSwitchDhcpV4ServersSeenItemLastPacketIp
- Dscp
Get
Switch Dhcp V4Servers Seen Item Last Packet Ip Dscp - DSCP attributes of the packet.
- Header
Length int - IP header length of the packet.
- Id string
- IP ID of the packet.
- Length int
- IP length of the packet.
- Protocol int
- IP protocol number of the packet.
- Ttl int
- Time to live of the packet.
- Version int
- IP version of the packet.
- Dscp
Get
Switch Dhcp V4Servers Seen Item Last Packet Ip Dscp - DSCP attributes of the packet.
- Header
Length int - IP header length of the packet.
- Id string
- IP ID of the packet.
- Length int
- IP length of the packet.
- Protocol int
- IP protocol number of the packet.
- Ttl int
- Time to live of the packet.
- Version int
- IP version of the packet.
- dscp
Get
Switch Dhcp V4Servers Seen Item Last Packet Ip Dscp - DSCP attributes of the packet.
- header
Length Integer - IP header length of the packet.
- id String
- IP ID of the packet.
- length Integer
- IP length of the packet.
- protocol Integer
- IP protocol number of the packet.
- ttl Integer
- Time to live of the packet.
- version Integer
- IP version of the packet.
- dscp
Get
Switch Dhcp V4Servers Seen Item Last Packet Ip Dscp - DSCP attributes of the packet.
- header
Length number - IP header length of the packet.
- id string
- IP ID of the packet.
- length number
- IP length of the packet.
- protocol number
- IP protocol number of the packet.
- ttl number
- Time to live of the packet.
- version number
- IP version of the packet.
- dscp
Get
Switch Dhcp V4Servers Seen Item Last Packet Ip Dscp - DSCP attributes of the packet.
- header_
length int - IP header length of the packet.
- id str
- IP ID of the packet.
- length int
- IP length of the packet.
- protocol int
- IP protocol number of the packet.
- ttl int
- Time to live of the packet.
- version int
- IP version of the packet.
- dscp Property Map
- DSCP attributes of the packet.
- header
Length Number - IP header length of the packet.
- id String
- IP ID of the packet.
- length Number
- IP length of the packet.
- protocol Number
- IP protocol number of the packet.
- ttl Number
- Time to live of the packet.
- version Number
- IP version of the packet.
GetSwitchDhcpV4ServersSeenItemLastPacketIpDscp
GetSwitchDhcpV4ServersSeenItemLastPacketSource
- Ipv4
Get
Switch Dhcp V4Servers Seen Item Last Packet Source Ipv4 - Source ipv4 attributes of the packet.
- Mac string
- Source mac address of the packet.
- Port int
- Source port of the packet.
- Ipv4
Get
Switch Dhcp V4Servers Seen Item Last Packet Source Ipv4 - Source ipv4 attributes of the packet.
- Mac string
- Source mac address of the packet.
- Port int
- Source port of the packet.
- ipv4
Get
Switch Dhcp V4Servers Seen Item Last Packet Source Ipv4 - Source ipv4 attributes of the packet.
- mac String
- Source mac address of the packet.
- port Integer
- Source port of the packet.
- ipv4
Get
Switch Dhcp V4Servers Seen Item Last Packet Source Ipv4 - Source ipv4 attributes of the packet.
- mac string
- Source mac address of the packet.
- port number
- Source port of the packet.
- ipv4
Get
Switch Dhcp V4Servers Seen Item Last Packet Source Ipv4 - Source ipv4 attributes of the packet.
- mac str
- Source mac address of the packet.
- port int
- Source port of the packet.
- ipv4 Property Map
- Source ipv4 attributes of the packet.
- mac String
- Source mac address of the packet.
- port Number
- Source port of the packet.
GetSwitchDhcpV4ServersSeenItemLastPacketSourceIpv4
- Address string
- Source ipv4 address of the packet.
- Address string
- Source ipv4 address of the packet.
- address String
- Source ipv4 address of the packet.
- address string
- Source ipv4 address of the packet.
- address str
- Source ipv4 address of the packet.
- address String
- Source ipv4 address of the packet.
GetSwitchDhcpV4ServersSeenItemLastPacketUdp
GetSwitchDhcpV4ServersSeenItemSeenBy
Package Details
- Repository
- meraki pulumi/pulumi-meraki
- License
- Apache-2.0
- Notes
- This Pulumi package is based on the
meraki
Terraform Provider.