1. Packages
  2. Outscale Provider
  3. API Docs
  4. getDhcpOptions
outscale 1.0.1 published on Thursday, Mar 13, 2025 by outscale

outscale.getDhcpOptions

Explore with Pulumi AI

outscale logo
outscale 1.0.1 published on Thursday, Mar 13, 2025 by outscale

    Provides information about DHCP options.

    For more information on this resource, see the User Guide.
    For more information on this resource actions, see the API documentation.

    Example Usage

    import * as pulumi from "@pulumi/pulumi";
    import * as outscale from "@pulumi/outscale";
    
    const dhcpOptions01 = outscale.getDhcpOptions({
        filters: [
            {
                name: "domain_name_servers",
                values: [
                    "111.11.111.1",
                    "222.22.222.2",
                ],
            },
            {
                name: "domain_names",
                values: ["example.com"],
            },
        ],
    });
    
    import pulumi
    import pulumi_outscale as outscale
    
    dhcp_options01 = outscale.get_dhcp_options(filters=[
        {
            "name": "domain_name_servers",
            "values": [
                "111.11.111.1",
                "222.22.222.2",
            ],
        },
        {
            "name": "domain_names",
            "values": ["example.com"],
        },
    ])
    
    package main
    
    import (
    	"github.com/pulumi/pulumi-terraform-provider/sdks/go/outscale/outscale"
    	"github.com/pulumi/pulumi/sdk/v3/go/pulumi"
    )
    
    func main() {
    	pulumi.Run(func(ctx *pulumi.Context) error {
    		_, err := outscale.GetDhcpOptions(ctx, &outscale.GetDhcpOptionsArgs{
    			Filters: []outscale.GetDhcpOptionsFilter{
    				{
    					Name: "domain_name_servers",
    					Values: []string{
    						"111.11.111.1",
    						"222.22.222.2",
    					},
    				},
    				{
    					Name: "domain_names",
    					Values: []string{
    						"example.com",
    					},
    				},
    			},
    		}, nil)
    		if err != nil {
    			return err
    		}
    		return nil
    	})
    }
    
    using System.Collections.Generic;
    using System.Linq;
    using Pulumi;
    using Outscale = Pulumi.Outscale;
    
    return await Deployment.RunAsync(() => 
    {
        var dhcpOptions01 = Outscale.GetDhcpOptions.Invoke(new()
        {
            Filters = new[]
            {
                new Outscale.Inputs.GetDhcpOptionsFilterInputArgs
                {
                    Name = "domain_name_servers",
                    Values = new[]
                    {
                        "111.11.111.1",
                        "222.22.222.2",
                    },
                },
                new Outscale.Inputs.GetDhcpOptionsFilterInputArgs
                {
                    Name = "domain_names",
                    Values = new[]
                    {
                        "example.com",
                    },
                },
            },
        });
    
    });
    
    package generated_program;
    
    import com.pulumi.Context;
    import com.pulumi.Pulumi;
    import com.pulumi.core.Output;
    import com.pulumi.outscale.OutscaleFunctions;
    import com.pulumi.outscale.inputs.GetDhcpOptionsArgs;
    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 dhcpOptions01 = OutscaleFunctions.getDhcpOptions(GetDhcpOptionsArgs.builder()
                .filters(            
                    GetDhcpOptionsFilterArgs.builder()
                        .name("domain_name_servers")
                        .values(                    
                            "111.11.111.1",
                            "222.22.222.2")
                        .build(),
                    GetDhcpOptionsFilterArgs.builder()
                        .name("domain_names")
                        .values("example.com")
                        .build())
                .build());
    
        }
    }
    
    variables:
      dhcpOptions01:
        fn::invoke:
          function: outscale:getDhcpOptions
          arguments:
            filters:
              - name: domain_name_servers
                values:
                  - 111.11.111.1
                  - 222.22.222.2
              - name: domain_names
                values:
                  - example.com
    

    Using getDhcpOptions

    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 getDhcpOptions(args: GetDhcpOptionsArgs, opts?: InvokeOptions): Promise<GetDhcpOptionsResult>
    function getDhcpOptionsOutput(args: GetDhcpOptionsOutputArgs, opts?: InvokeOptions): Output<GetDhcpOptionsResult>
    def get_dhcp_options(filters: Optional[Sequence[GetDhcpOptionsFilter]] = None,
                         id: Optional[str] = None,
                         opts: Optional[InvokeOptions] = None) -> GetDhcpOptionsResult
    def get_dhcp_options_output(filters: Optional[pulumi.Input[Sequence[pulumi.Input[GetDhcpOptionsFilterArgs]]]] = None,
                         id: Optional[pulumi.Input[str]] = None,
                         opts: Optional[InvokeOptions] = None) -> Output[GetDhcpOptionsResult]
    func GetDhcpOptions(ctx *Context, args *GetDhcpOptionsArgs, opts ...InvokeOption) (*GetDhcpOptionsResult, error)
    func GetDhcpOptionsOutput(ctx *Context, args *GetDhcpOptionsOutputArgs, opts ...InvokeOption) GetDhcpOptionsResultOutput

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

    public static class GetDhcpOptions 
    {
        public static Task<GetDhcpOptionsResult> InvokeAsync(GetDhcpOptionsArgs args, InvokeOptions? opts = null)
        public static Output<GetDhcpOptionsResult> Invoke(GetDhcpOptionsInvokeArgs args, InvokeOptions? opts = null)
    }
    public static CompletableFuture<GetDhcpOptionsResult> getDhcpOptions(GetDhcpOptionsArgs args, InvokeOptions options)
    public static Output<GetDhcpOptionsResult> getDhcpOptions(GetDhcpOptionsArgs args, InvokeOptions options)
    
    fn::invoke:
      function: outscale:index/getDhcpOptions:getDhcpOptions
      arguments:
        # arguments dictionary

    The following arguments are supported:

    Filters List<GetDhcpOptionsFilter>
    A combination of a filter name and one or more filter values. You can specify this argument for as many filter names as you need. The filter name can be any of the following:
    Id string
    Filters []GetDhcpOptionsFilter
    A combination of a filter name and one or more filter values. You can specify this argument for as many filter names as you need. The filter name can be any of the following:
    Id string
    filters List<GetDhcpOptionsFilter>
    A combination of a filter name and one or more filter values. You can specify this argument for as many filter names as you need. The filter name can be any of the following:
    id String
    filters GetDhcpOptionsFilter[]
    A combination of a filter name and one or more filter values. You can specify this argument for as many filter names as you need. The filter name can be any of the following:
    id string
    filters Sequence[GetDhcpOptionsFilter]
    A combination of a filter name and one or more filter values. You can specify this argument for as many filter names as you need. The filter name can be any of the following:
    id str
    filters List<Property Map>
    A combination of a filter name and one or more filter values. You can specify this argument for as many filter names as you need. The filter name can be any of the following:
    id String

    getDhcpOptions Result

    The following output properties are available:

    Supporting Types

    GetDhcpOptionsDhcpOption

    Default bool
    If true, the DHCP options set is a default one. If false, it is not.
    DhcpOptionsSetId string
    The ID of the DHCP options set.
    DomainName string
    The domain name.
    DomainNameServers List<string>
    One or more IPs for the domain name servers.
    LogServers List<string>
    One or more IPs for the log servers.
    NtpServers List<string>
    One or more IPs for the NTP servers.
    Tags List<GetDhcpOptionsDhcpOptionTag>
    One or more tags associated with the DHCP options set.
    Default bool
    If true, the DHCP options set is a default one. If false, it is not.
    DhcpOptionsSetId string
    The ID of the DHCP options set.
    DomainName string
    The domain name.
    DomainNameServers []string
    One or more IPs for the domain name servers.
    LogServers []string
    One or more IPs for the log servers.
    NtpServers []string
    One or more IPs for the NTP servers.
    Tags []GetDhcpOptionsDhcpOptionTag
    One or more tags associated with the DHCP options set.
    default_ Boolean
    If true, the DHCP options set is a default one. If false, it is not.
    dhcpOptionsSetId String
    The ID of the DHCP options set.
    domainName String
    The domain name.
    domainNameServers List<String>
    One or more IPs for the domain name servers.
    logServers List<String>
    One or more IPs for the log servers.
    ntpServers List<String>
    One or more IPs for the NTP servers.
    tags List<GetDhcpOptionsDhcpOptionTag>
    One or more tags associated with the DHCP options set.
    default boolean
    If true, the DHCP options set is a default one. If false, it is not.
    dhcpOptionsSetId string
    The ID of the DHCP options set.
    domainName string
    The domain name.
    domainNameServers string[]
    One or more IPs for the domain name servers.
    logServers string[]
    One or more IPs for the log servers.
    ntpServers string[]
    One or more IPs for the NTP servers.
    tags GetDhcpOptionsDhcpOptionTag[]
    One or more tags associated with the DHCP options set.
    default bool
    If true, the DHCP options set is a default one. If false, it is not.
    dhcp_options_set_id str
    The ID of the DHCP options set.
    domain_name str
    The domain name.
    domain_name_servers Sequence[str]
    One or more IPs for the domain name servers.
    log_servers Sequence[str]
    One or more IPs for the log servers.
    ntp_servers Sequence[str]
    One or more IPs for the NTP servers.
    tags Sequence[GetDhcpOptionsDhcpOptionTag]
    One or more tags associated with the DHCP options set.
    default Boolean
    If true, the DHCP options set is a default one. If false, it is not.
    dhcpOptionsSetId String
    The ID of the DHCP options set.
    domainName String
    The domain name.
    domainNameServers List<String>
    One or more IPs for the domain name servers.
    logServers List<String>
    One or more IPs for the log servers.
    ntpServers List<String>
    One or more IPs for the NTP servers.
    tags List<Property Map>
    One or more tags associated with the DHCP options set.

    GetDhcpOptionsDhcpOptionTag

    Key string
    The key of the tag, with a minimum of 1 character.
    Value string
    The value of the tag, between 0 and 255 characters.
    Key string
    The key of the tag, with a minimum of 1 character.
    Value string
    The value of the tag, between 0 and 255 characters.
    key String
    The key of the tag, with a minimum of 1 character.
    value String
    The value of the tag, between 0 and 255 characters.
    key string
    The key of the tag, with a minimum of 1 character.
    value string
    The value of the tag, between 0 and 255 characters.
    key str
    The key of the tag, with a minimum of 1 character.
    value str
    The value of the tag, between 0 and 255 characters.
    key String
    The key of the tag, with a minimum of 1 character.
    value String
    The value of the tag, between 0 and 255 characters.

    GetDhcpOptionsFilter

    Name string
    Values List<string>
    Name string
    Values []string
    name String
    values List<String>
    name string
    values string[]
    name str
    values Sequence[str]
    name String
    values List<String>

    Package Details

    Repository
    outscale outscale/terraform-provider-outscale
    License
    Notes
    This Pulumi package is based on the outscale Terraform Provider.
    outscale logo
    outscale 1.0.1 published on Thursday, Mar 13, 2025 by outscale