1. Packages
  2. Cisco Catalyst SD-WAN Provider
  3. API Docs
  4. getServiceDhcpServerFeature
Cisco Catalyst SD-WAN v0.3.0 published on Friday, Mar 28, 2025 by Pulumi

sdwan.getServiceDhcpServerFeature

Explore with Pulumi AI

sdwan logo
Cisco Catalyst SD-WAN v0.3.0 published on Friday, Mar 28, 2025 by Pulumi

    This data source can read the Service DHCP Server Feature.

    Example Usage

    import * as pulumi from "@pulumi/pulumi";
    import * as sdwan from "@pulumi/sdwan";
    
    const example = sdwan.getServiceDhcpServerFeature({
        id: "f6b2c44c-693c-4763-b010-895aa3d236bd",
        featureProfileId: "f6dd22c8-0b4f-496c-9a0b-6813d1f8b8ac",
    });
    
    import pulumi
    import pulumi_sdwan as sdwan
    
    example = sdwan.get_service_dhcp_server_feature(id="f6b2c44c-693c-4763-b010-895aa3d236bd",
        feature_profile_id="f6dd22c8-0b4f-496c-9a0b-6813d1f8b8ac")
    
    package main
    
    import (
    	"github.com/pulumi/pulumi-sdwan/sdk/go/sdwan"
    	"github.com/pulumi/pulumi/sdk/v3/go/pulumi"
    )
    
    func main() {
    	pulumi.Run(func(ctx *pulumi.Context) error {
    		_, err := sdwan.LookupServiceDhcpServerFeature(ctx, &sdwan.LookupServiceDhcpServerFeatureArgs{
    			Id:               "f6b2c44c-693c-4763-b010-895aa3d236bd",
    			FeatureProfileId: "f6dd22c8-0b4f-496c-9a0b-6813d1f8b8ac",
    		}, nil)
    		if err != nil {
    			return err
    		}
    		return nil
    	})
    }
    
    using System.Collections.Generic;
    using System.Linq;
    using Pulumi;
    using Sdwan = Pulumi.Sdwan;
    
    return await Deployment.RunAsync(() => 
    {
        var example = Sdwan.GetServiceDhcpServerFeature.Invoke(new()
        {
            Id = "f6b2c44c-693c-4763-b010-895aa3d236bd",
            FeatureProfileId = "f6dd22c8-0b4f-496c-9a0b-6813d1f8b8ac",
        });
    
    });
    
    package generated_program;
    
    import com.pulumi.Context;
    import com.pulumi.Pulumi;
    import com.pulumi.core.Output;
    import com.pulumi.sdwan.SdwanFunctions;
    import com.pulumi.sdwan.inputs.GetServiceDhcpServerFeatureArgs;
    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 = SdwanFunctions.getServiceDhcpServerFeature(GetServiceDhcpServerFeatureArgs.builder()
                .id("f6b2c44c-693c-4763-b010-895aa3d236bd")
                .featureProfileId("f6dd22c8-0b4f-496c-9a0b-6813d1f8b8ac")
                .build());
    
        }
    }
    
    variables:
      example:
        fn::invoke:
          function: sdwan:getServiceDhcpServerFeature
          arguments:
            id: f6b2c44c-693c-4763-b010-895aa3d236bd
            featureProfileId: f6dd22c8-0b4f-496c-9a0b-6813d1f8b8ac
    

    Using getServiceDhcpServerFeature

    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 getServiceDhcpServerFeature(args: GetServiceDhcpServerFeatureArgs, opts?: InvokeOptions): Promise<GetServiceDhcpServerFeatureResult>
    function getServiceDhcpServerFeatureOutput(args: GetServiceDhcpServerFeatureOutputArgs, opts?: InvokeOptions): Output<GetServiceDhcpServerFeatureResult>
    def get_service_dhcp_server_feature(feature_profile_id: Optional[str] = None,
                                        id: Optional[str] = None,
                                        opts: Optional[InvokeOptions] = None) -> GetServiceDhcpServerFeatureResult
    def get_service_dhcp_server_feature_output(feature_profile_id: Optional[pulumi.Input[str]] = None,
                                        id: Optional[pulumi.Input[str]] = None,
                                        opts: Optional[InvokeOptions] = None) -> Output[GetServiceDhcpServerFeatureResult]
    func LookupServiceDhcpServerFeature(ctx *Context, args *LookupServiceDhcpServerFeatureArgs, opts ...InvokeOption) (*LookupServiceDhcpServerFeatureResult, error)
    func LookupServiceDhcpServerFeatureOutput(ctx *Context, args *LookupServiceDhcpServerFeatureOutputArgs, opts ...InvokeOption) LookupServiceDhcpServerFeatureResultOutput

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

    public static class GetServiceDhcpServerFeature 
    {
        public static Task<GetServiceDhcpServerFeatureResult> InvokeAsync(GetServiceDhcpServerFeatureArgs args, InvokeOptions? opts = null)
        public static Output<GetServiceDhcpServerFeatureResult> Invoke(GetServiceDhcpServerFeatureInvokeArgs args, InvokeOptions? opts = null)
    }
    public static CompletableFuture<GetServiceDhcpServerFeatureResult> getServiceDhcpServerFeature(GetServiceDhcpServerFeatureArgs args, InvokeOptions options)
    public static Output<GetServiceDhcpServerFeatureResult> getServiceDhcpServerFeature(GetServiceDhcpServerFeatureArgs args, InvokeOptions options)
    
    fn::invoke:
      function: sdwan:index/getServiceDhcpServerFeature:getServiceDhcpServerFeature
      arguments:
        # arguments dictionary

    The following arguments are supported:

    FeatureProfileId string
    Feature Profile ID
    Id string
    The id of the Feature
    FeatureProfileId string
    Feature Profile ID
    Id string
    The id of the Feature
    featureProfileId String
    Feature Profile ID
    id String
    The id of the Feature
    featureProfileId string
    Feature Profile ID
    id string
    The id of the Feature
    feature_profile_id str
    Feature Profile ID
    id str
    The id of the Feature
    featureProfileId String
    Feature Profile ID
    id String
    The id of the Feature

    getServiceDhcpServerFeature Result

    The following output properties are available:

    DefaultGateway string
    Set IP address of default gateway
    DefaultGatewayVariable string
    Variable name
    Description string
    The description of the Feature
    DnsServers List<string>
    Configure one or more DNS server IP addresses
    DnsServersVariable string
    Variable name
    DomainName string
    Set domain name client uses to resolve hostnames
    DomainNameVariable string
    Variable name
    ExcludeVariable string
    Variable name
    Excludes List<string>
    Configure IPv4 address to exclude from DHCP address pool
    FeatureProfileId string
    Feature Profile ID
    Id string
    The id of the Feature
    InterfaceMtu int
    Set MTU on interface to DHCP client
    InterfaceMtuVariable string
    Variable name
    LeaseTime int
    Configure how long a DHCP-assigned IP address is valid
    LeaseTimeVariable string
    Variable name
    Name string
    The name of the Feature
    NetworkAddress string
    Network Address
    NetworkAddressVariable string
    Variable name
    OptionCodes List<GetServiceDhcpServerFeatureOptionCode>
    Configure Options Code
    StaticLeases List<GetServiceDhcpServerFeatureStaticLease>
    Configure static IP addresses
    SubnetMask string
    Subnet Mask
    SubnetMaskVariable string
    Variable name
    TftpServers List<string>
    Configure TFTP server IP addresses
    TftpServersVariable string
    Variable name
    Version int
    The version of the Feature
    DefaultGateway string
    Set IP address of default gateway
    DefaultGatewayVariable string
    Variable name
    Description string
    The description of the Feature
    DnsServers []string
    Configure one or more DNS server IP addresses
    DnsServersVariable string
    Variable name
    DomainName string
    Set domain name client uses to resolve hostnames
    DomainNameVariable string
    Variable name
    ExcludeVariable string
    Variable name
    Excludes []string
    Configure IPv4 address to exclude from DHCP address pool
    FeatureProfileId string
    Feature Profile ID
    Id string
    The id of the Feature
    InterfaceMtu int
    Set MTU on interface to DHCP client
    InterfaceMtuVariable string
    Variable name
    LeaseTime int
    Configure how long a DHCP-assigned IP address is valid
    LeaseTimeVariable string
    Variable name
    Name string
    The name of the Feature
    NetworkAddress string
    Network Address
    NetworkAddressVariable string
    Variable name
    OptionCodes []GetServiceDhcpServerFeatureOptionCode
    Configure Options Code
    StaticLeases []GetServiceDhcpServerFeatureStaticLease
    Configure static IP addresses
    SubnetMask string
    Subnet Mask
    SubnetMaskVariable string
    Variable name
    TftpServers []string
    Configure TFTP server IP addresses
    TftpServersVariable string
    Variable name
    Version int
    The version of the Feature
    defaultGateway String
    Set IP address of default gateway
    defaultGatewayVariable String
    Variable name
    description String
    The description of the Feature
    dnsServers List<String>
    Configure one or more DNS server IP addresses
    dnsServersVariable String
    Variable name
    domainName String
    Set domain name client uses to resolve hostnames
    domainNameVariable String
    Variable name
    excludeVariable String
    Variable name
    excludes List<String>
    Configure IPv4 address to exclude from DHCP address pool
    featureProfileId String
    Feature Profile ID
    id String
    The id of the Feature
    interfaceMtu Integer
    Set MTU on interface to DHCP client
    interfaceMtuVariable String
    Variable name
    leaseTime Integer
    Configure how long a DHCP-assigned IP address is valid
    leaseTimeVariable String
    Variable name
    name String
    The name of the Feature
    networkAddress String
    Network Address
    networkAddressVariable String
    Variable name
    optionCodes List<GetServiceDhcpServerFeatureOptionCode>
    Configure Options Code
    staticLeases List<GetServiceDhcpServerFeatureStaticLease>
    Configure static IP addresses
    subnetMask String
    Subnet Mask
    subnetMaskVariable String
    Variable name
    tftpServers List<String>
    Configure TFTP server IP addresses
    tftpServersVariable String
    Variable name
    version Integer
    The version of the Feature
    defaultGateway string
    Set IP address of default gateway
    defaultGatewayVariable string
    Variable name
    description string
    The description of the Feature
    dnsServers string[]
    Configure one or more DNS server IP addresses
    dnsServersVariable string
    Variable name
    domainName string
    Set domain name client uses to resolve hostnames
    domainNameVariable string
    Variable name
    excludeVariable string
    Variable name
    excludes string[]
    Configure IPv4 address to exclude from DHCP address pool
    featureProfileId string
    Feature Profile ID
    id string
    The id of the Feature
    interfaceMtu number
    Set MTU on interface to DHCP client
    interfaceMtuVariable string
    Variable name
    leaseTime number
    Configure how long a DHCP-assigned IP address is valid
    leaseTimeVariable string
    Variable name
    name string
    The name of the Feature
    networkAddress string
    Network Address
    networkAddressVariable string
    Variable name
    optionCodes GetServiceDhcpServerFeatureOptionCode[]
    Configure Options Code
    staticLeases GetServiceDhcpServerFeatureStaticLease[]
    Configure static IP addresses
    subnetMask string
    Subnet Mask
    subnetMaskVariable string
    Variable name
    tftpServers string[]
    Configure TFTP server IP addresses
    tftpServersVariable string
    Variable name
    version number
    The version of the Feature
    default_gateway str
    Set IP address of default gateway
    default_gateway_variable str
    Variable name
    description str
    The description of the Feature
    dns_servers Sequence[str]
    Configure one or more DNS server IP addresses
    dns_servers_variable str
    Variable name
    domain_name str
    Set domain name client uses to resolve hostnames
    domain_name_variable str
    Variable name
    exclude_variable str
    Variable name
    excludes Sequence[str]
    Configure IPv4 address to exclude from DHCP address pool
    feature_profile_id str
    Feature Profile ID
    id str
    The id of the Feature
    interface_mtu int
    Set MTU on interface to DHCP client
    interface_mtu_variable str
    Variable name
    lease_time int
    Configure how long a DHCP-assigned IP address is valid
    lease_time_variable str
    Variable name
    name str
    The name of the Feature
    network_address str
    Network Address
    network_address_variable str
    Variable name
    option_codes Sequence[GetServiceDhcpServerFeatureOptionCode]
    Configure Options Code
    static_leases Sequence[GetServiceDhcpServerFeatureStaticLease]
    Configure static IP addresses
    subnet_mask str
    Subnet Mask
    subnet_mask_variable str
    Variable name
    tftp_servers Sequence[str]
    Configure TFTP server IP addresses
    tftp_servers_variable str
    Variable name
    version int
    The version of the Feature
    defaultGateway String
    Set IP address of default gateway
    defaultGatewayVariable String
    Variable name
    description String
    The description of the Feature
    dnsServers List<String>
    Configure one or more DNS server IP addresses
    dnsServersVariable String
    Variable name
    domainName String
    Set domain name client uses to resolve hostnames
    domainNameVariable String
    Variable name
    excludeVariable String
    Variable name
    excludes List<String>
    Configure IPv4 address to exclude from DHCP address pool
    featureProfileId String
    Feature Profile ID
    id String
    The id of the Feature
    interfaceMtu Number
    Set MTU on interface to DHCP client
    interfaceMtuVariable String
    Variable name
    leaseTime Number
    Configure how long a DHCP-assigned IP address is valid
    leaseTimeVariable String
    Variable name
    name String
    The name of the Feature
    networkAddress String
    Network Address
    networkAddressVariable String
    Variable name
    optionCodes List<Property Map>
    Configure Options Code
    staticLeases List<Property Map>
    Configure static IP addresses
    subnetMask String
    Subnet Mask
    subnetMaskVariable String
    Variable name
    tftpServers List<String>
    Configure TFTP server IP addresses
    tftpServersVariable String
    Variable name
    version Number
    The version of the Feature

    Supporting Types

    GetServiceDhcpServerFeatureOptionCode

    Ascii string
    Set ASCII value
    AsciiVariable string
    Variable name
    Code int
    Set Option Code
    CodeVariable string
    Variable name
    Hex string
    Set HEX value
    HexVariable string
    Variable name
    IpVariable string
    Variable name
    Ips List<string>
    Set ip address
    Ascii string
    Set ASCII value
    AsciiVariable string
    Variable name
    Code int
    Set Option Code
    CodeVariable string
    Variable name
    Hex string
    Set HEX value
    HexVariable string
    Variable name
    IpVariable string
    Variable name
    Ips []string
    Set ip address
    ascii String
    Set ASCII value
    asciiVariable String
    Variable name
    code Integer
    Set Option Code
    codeVariable String
    Variable name
    hex String
    Set HEX value
    hexVariable String
    Variable name
    ipVariable String
    Variable name
    ips List<String>
    Set ip address
    ascii string
    Set ASCII value
    asciiVariable string
    Variable name
    code number
    Set Option Code
    codeVariable string
    Variable name
    hex string
    Set HEX value
    hexVariable string
    Variable name
    ipVariable string
    Variable name
    ips string[]
    Set ip address
    ascii str
    Set ASCII value
    ascii_variable str
    Variable name
    code int
    Set Option Code
    code_variable str
    Variable name
    hex str
    Set HEX value
    hex_variable str
    Variable name
    ip_variable str
    Variable name
    ips Sequence[str]
    Set ip address
    ascii String
    Set ASCII value
    asciiVariable String
    Variable name
    code Number
    Set Option Code
    codeVariable String
    Variable name
    hex String
    Set HEX value
    hexVariable String
    Variable name
    ipVariable String
    Variable name
    ips List<String>
    Set ip address

    GetServiceDhcpServerFeatureStaticLease

    IpAddress string
    Set client’s static IP address
    IpAddressVariable string
    Variable name
    MacAddress string
    Set MAC address of client
    MacAddressVariable string
    Variable name
    IpAddress string
    Set client’s static IP address
    IpAddressVariable string
    Variable name
    MacAddress string
    Set MAC address of client
    MacAddressVariable string
    Variable name
    ipAddress String
    Set client’s static IP address
    ipAddressVariable String
    Variable name
    macAddress String
    Set MAC address of client
    macAddressVariable String
    Variable name
    ipAddress string
    Set client’s static IP address
    ipAddressVariable string
    Variable name
    macAddress string
    Set MAC address of client
    macAddressVariable string
    Variable name
    ip_address str
    Set client’s static IP address
    ip_address_variable str
    Variable name
    mac_address str
    Set MAC address of client
    mac_address_variable str
    Variable name
    ipAddress String
    Set client’s static IP address
    ipAddressVariable String
    Variable name
    macAddress String
    Set MAC address of client
    macAddressVariable String
    Variable name

    Package Details

    Repository
    sdwan pulumi/pulumi-sdwan
    License
    Apache-2.0
    Notes
    This Pulumi package is based on the sdwan Terraform Provider.
    sdwan logo
    Cisco Catalyst SD-WAN v0.3.0 published on Friday, Mar 28, 2025 by Pulumi