1. Packages
  2. Strata Cloud Manager Provider
  3. API Docs
  4. getDhcpInterfaceList
Strata Cloud Manager v0.4.3 published on Saturday, Nov 8, 2025 by Pulumi
scm logo
Strata Cloud Manager v0.4.3 published on Saturday, Nov 8, 2025 by Pulumi

    Retrieves a listing of config items.

    Using getDhcpInterfaceList

    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 getDhcpInterfaceList(args: GetDhcpInterfaceListArgs, opts?: InvokeOptions): Promise<GetDhcpInterfaceListResult>
    function getDhcpInterfaceListOutput(args: GetDhcpInterfaceListOutputArgs, opts?: InvokeOptions): Output<GetDhcpInterfaceListResult>
    def get_dhcp_interface_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) -> GetDhcpInterfaceListResult
    def get_dhcp_interface_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[GetDhcpInterfaceListResult]
    func GetDhcpInterfaceList(ctx *Context, args *GetDhcpInterfaceListArgs, opts ...InvokeOption) (*GetDhcpInterfaceListResult, error)
    func GetDhcpInterfaceListOutput(ctx *Context, args *GetDhcpInterfaceListOutputArgs, opts ...InvokeOption) GetDhcpInterfaceListResultOutput

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

    public static class GetDhcpInterfaceList 
    {
        public static Task<GetDhcpInterfaceListResult> InvokeAsync(GetDhcpInterfaceListArgs args, InvokeOptions? opts = null)
        public static Output<GetDhcpInterfaceListResult> Invoke(GetDhcpInterfaceListInvokeArgs args, InvokeOptions? opts = null)
    }
    public static CompletableFuture<GetDhcpInterfaceListResult> getDhcpInterfaceList(GetDhcpInterfaceListArgs args, InvokeOptions options)
    public static Output<GetDhcpInterfaceListResult> getDhcpInterfaceList(GetDhcpInterfaceListArgs args, InvokeOptions options)
    
    fn::invoke:
      function: scm:index/getDhcpInterfaceList:getDhcpInterfaceList
      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.

    getDhcpInterfaceList Result

    The following output properties are available:

    Datas List<GetDhcpInterfaceListData>
    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 []GetDhcpInterfaceListData
    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<GetDhcpInterfaceListData>
    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 GetDhcpInterfaceListData[]
    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[GetDhcpInterfaceListData]
    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

    GetDhcpInterfaceListData

    Device string
    The device in which the resource is defined
    Folder string
    The folder in which the resource is defined
    Id string
    UUID of the resource
    Name string
    Interface name
    Relay GetDhcpInterfaceListDataRelay
    Relay
    Server GetDhcpInterfaceListDataServer
    Server
    Snippet string
    The snippet in which the resource is defined
    Tfid string
    Device string
    The device in which the resource is defined
    Folder string
    The folder in which the resource is defined
    Id string
    UUID of the resource
    Name string
    Interface name
    Relay GetDhcpInterfaceListDataRelay
    Relay
    Server GetDhcpInterfaceListDataServer
    Server
    Snippet string
    The snippet in which the resource is defined
    Tfid string
    device String
    The device in which the resource is defined
    folder String
    The folder in which the resource is defined
    id String
    UUID of the resource
    name String
    Interface name
    relay GetDhcpInterfaceListDataRelay
    Relay
    server GetDhcpInterfaceListDataServer
    Server
    snippet String
    The snippet in which the resource is defined
    tfid String
    device string
    The device in which the resource is defined
    folder string
    The folder in which the resource is defined
    id string
    UUID of the resource
    name string
    Interface name
    relay GetDhcpInterfaceListDataRelay
    Relay
    server GetDhcpInterfaceListDataServer
    Server
    snippet string
    The snippet in which the resource is defined
    tfid string
    device str
    The device in which the resource is defined
    folder str
    The folder in which the resource is defined
    id str
    UUID of the resource
    name str
    Interface name
    relay GetDhcpInterfaceListDataRelay
    Relay
    server GetDhcpInterfaceListDataServer
    Server
    snippet str
    The snippet in which the resource is defined
    tfid str
    device String
    The device in which the resource is defined
    folder String
    The folder in which the resource is defined
    id String
    UUID of the resource
    name String
    Interface name
    relay Property Map
    Relay
    server Property Map
    Server
    snippet String
    The snippet in which the resource is defined
    tfid String

    GetDhcpInterfaceListDataRelay

    GetDhcpInterfaceListDataRelayIp

    Enabled bool
    Enabled?
    Servers List<string>
    Server
    Enabled bool
    Enabled?
    Servers []string
    Server
    enabled Boolean
    Enabled?
    servers List<String>
    Server
    enabled boolean
    Enabled?
    servers string[]
    Server
    enabled bool
    Enabled?
    servers Sequence[str]
    Server
    enabled Boolean
    Enabled?
    servers List<String>
    Server

    GetDhcpInterfaceListDataServer

    IpPools List<string>
    List of IP address pools
    Mode string
    DHCP server mode
    Option GetDhcpInterfaceListDataServerOption
    Option
    ProbeIp bool
    Ping IP before allocating?
    Reserveds List<GetDhcpInterfaceListDataServerReserved>
    List of IP reservations
    IpPools []string
    List of IP address pools
    Mode string
    DHCP server mode
    Option GetDhcpInterfaceListDataServerOption
    Option
    ProbeIp bool
    Ping IP before allocating?
    Reserveds []GetDhcpInterfaceListDataServerReserved
    List of IP reservations
    ipPools List<String>
    List of IP address pools
    mode String
    DHCP server mode
    option GetDhcpInterfaceListDataServerOption
    Option
    probeIp Boolean
    Ping IP before allocating?
    reserveds List<GetDhcpInterfaceListDataServerReserved>
    List of IP reservations
    ipPools string[]
    List of IP address pools
    mode string
    DHCP server mode
    option GetDhcpInterfaceListDataServerOption
    Option
    probeIp boolean
    Ping IP before allocating?
    reserveds GetDhcpInterfaceListDataServerReserved[]
    List of IP reservations
    ip_pools Sequence[str]
    List of IP address pools
    mode str
    DHCP server mode
    option GetDhcpInterfaceListDataServerOption
    Option
    probe_ip bool
    Ping IP before allocating?
    reserveds Sequence[GetDhcpInterfaceListDataServerReserved]
    List of IP reservations
    ipPools List<String>
    List of IP address pools
    mode String
    DHCP server mode
    option Property Map
    Option
    probeIp Boolean
    Ping IP before allocating?
    reserveds List<Property Map>
    List of IP reservations

    GetDhcpInterfaceListDataServerOption

    dns Property Map
    Dns
    dnsSuffix String
    DNS suffix
    gateway String
    Default gateway
    inheritance Property Map
    Inheritance
    lease Property Map
    Lease
    nis Property Map
    Nis
    ntp Property Map
    Ntp
    pop3Server String
    POP3 server
    smtpServer String
    SMTP server
    subnetMask String
    Subnet mask
    userDefineds List<Property Map>
    Custom DHCP options
    wins Property Map
    Wins

    GetDhcpInterfaceListDataServerOptionDns

    Primary string
    Primary DNS server
    Secondary string
    Secondary DNS server
    Primary string
    Primary DNS server
    Secondary string
    Secondary DNS server
    primary String
    Primary DNS server
    secondary String
    Secondary DNS server
    primary string
    Primary DNS server
    secondary string
    Secondary DNS server
    primary str
    Primary DNS server
    secondary str
    Secondary DNS server
    primary String
    Primary DNS server
    secondary String
    Secondary DNS server

    GetDhcpInterfaceListDataServerOptionInheritance

    Source string
    Interface from which to inherit lease options
    Source string
    Interface from which to inherit lease options
    source String
    Interface from which to inherit lease options
    source string
    Interface from which to inherit lease options
    source str
    Interface from which to inherit lease options
    source String
    Interface from which to inherit lease options

    GetDhcpInterfaceListDataServerOptionLease

    timeout Integer
    DHCP lease timeout (minutes)
    unlimited GetDhcpInterfaceListDataServerOptionLeaseUnlimited
    Unlimited
    timeout number
    DHCP lease timeout (minutes)
    unlimited GetDhcpInterfaceListDataServerOptionLeaseUnlimited
    Unlimited
    timeout Number
    DHCP lease timeout (minutes)
    unlimited Property Map
    Unlimited

    GetDhcpInterfaceListDataServerOptionNis

    Primary string
    Primary NIS server
    Secondary string
    Secondary NIS server
    Primary string
    Primary NIS server
    Secondary string
    Secondary NIS server
    primary String
    Primary NIS server
    secondary String
    Secondary NIS server
    primary string
    Primary NIS server
    secondary string
    Secondary NIS server
    primary str
    Primary NIS server
    secondary str
    Secondary NIS server
    primary String
    Primary NIS server
    secondary String
    Secondary NIS server

    GetDhcpInterfaceListDataServerOptionNtp

    Primary string
    Primary NTP server
    Secondary string
    Secondary NTP server
    Primary string
    Primary NTP server
    Secondary string
    Secondary NTP server
    primary String
    Primary NTP server
    secondary String
    Secondary NTP server
    primary string
    Primary NTP server
    secondary string
    Secondary NTP server
    primary str
    Primary NTP server
    secondary str
    Secondary NTP server
    primary String
    Primary NTP server
    secondary String
    Secondary NTP server

    GetDhcpInterfaceListDataServerOptionUserDefined

    Asciis List<string>
    Ascii
    Code int
    Option code
    Hexes List<string>
    Hex
    Inherited bool
    Inherited from DHCP server inheritance source?
    Ips List<string>
    Ip
    Name string
    Option name
    Asciis []string
    Ascii
    Code int
    Option code
    Hexes []string
    Hex
    Inherited bool
    Inherited from DHCP server inheritance source?
    Ips []string
    Ip
    Name string
    Option name
    asciis List<String>
    Ascii
    code Integer
    Option code
    hexes List<String>
    Hex
    inherited Boolean
    Inherited from DHCP server inheritance source?
    ips List<String>
    Ip
    name String
    Option name
    asciis string[]
    Ascii
    code number
    Option code
    hexes string[]
    Hex
    inherited boolean
    Inherited from DHCP server inheritance source?
    ips string[]
    Ip
    name string
    Option name
    asciis Sequence[str]
    Ascii
    code int
    Option code
    hexes Sequence[str]
    Hex
    inherited bool
    Inherited from DHCP server inheritance source?
    ips Sequence[str]
    Ip
    name str
    Option name
    asciis List<String>
    Ascii
    code Number
    Option code
    hexes List<String>
    Hex
    inherited Boolean
    Inherited from DHCP server inheritance source?
    ips List<String>
    Ip
    name String
    Option name

    GetDhcpInterfaceListDataServerOptionWins

    Primary string
    Primary WINS server
    Secondary string
    Secondary WINS server
    Primary string
    Primary WINS server
    Secondary string
    Secondary WINS server
    primary String
    Primary WINS server
    secondary String
    Secondary WINS server
    primary string
    Primary WINS server
    secondary string
    Secondary WINS server
    primary str
    Primary WINS server
    secondary str
    Secondary WINS server
    primary String
    Primary WINS server
    secondary String
    Secondary WINS server

    GetDhcpInterfaceListDataServerReserved

    Description string
    Reservation description
    Mac string
    Reserved MAC address
    Name string
    Reserved IP address
    Description string
    Reservation description
    Mac string
    Reserved MAC address
    Name string
    Reserved IP address
    description String
    Reservation description
    mac String
    Reserved MAC address
    name String
    Reserved IP address
    description string
    Reservation description
    mac string
    Reserved MAC address
    name string
    Reserved IP address
    description str
    Reservation description
    mac str
    Reserved MAC address
    name str
    Reserved IP address
    description String
    Reservation description
    mac String
    Reserved MAC address
    name String
    Reserved 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 v0.4.3 published on Saturday, Nov 8, 2025 by Pulumi
      Meet Neo: Your AI Platform Teammate