1. Packages
  2. Linode Provider
  3. API Docs
  4. getNetworkingIps
Linode v4.31.0 published on Wednesday, Jan 15, 2025 by Pulumi

linode.getNetworkingIps

Explore with Pulumi AI

linode logo
Linode v4.31.0 published on Wednesday, Jan 15, 2025 by Pulumi

    Using getNetworkingIps

    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 getNetworkingIps(args: GetNetworkingIpsArgs, opts?: InvokeOptions): Promise<GetNetworkingIpsResult>
    function getNetworkingIpsOutput(args: GetNetworkingIpsOutputArgs, opts?: InvokeOptions): Output<GetNetworkingIpsResult>
    def get_networking_ips(filters: Optional[Sequence[GetNetworkingIpsFilter]] = None,
                           ip_addresses: Optional[Sequence[GetNetworkingIpsIpAddress]] = None,
                           order: Optional[str] = None,
                           order_by: Optional[str] = None,
                           opts: Optional[InvokeOptions] = None) -> GetNetworkingIpsResult
    def get_networking_ips_output(filters: Optional[pulumi.Input[Sequence[pulumi.Input[GetNetworkingIpsFilterArgs]]]] = None,
                           ip_addresses: Optional[pulumi.Input[Sequence[pulumi.Input[GetNetworkingIpsIpAddressArgs]]]] = None,
                           order: Optional[pulumi.Input[str]] = None,
                           order_by: Optional[pulumi.Input[str]] = None,
                           opts: Optional[InvokeOptions] = None) -> Output[GetNetworkingIpsResult]
    func GetNetworkingIps(ctx *Context, args *GetNetworkingIpsArgs, opts ...InvokeOption) (*GetNetworkingIpsResult, error)
    func GetNetworkingIpsOutput(ctx *Context, args *GetNetworkingIpsOutputArgs, opts ...InvokeOption) GetNetworkingIpsResultOutput

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

    public static class GetNetworkingIps 
    {
        public static Task<GetNetworkingIpsResult> InvokeAsync(GetNetworkingIpsArgs args, InvokeOptions? opts = null)
        public static Output<GetNetworkingIpsResult> Invoke(GetNetworkingIpsInvokeArgs args, InvokeOptions? opts = null)
    }
    public static CompletableFuture<GetNetworkingIpsResult> getNetworkingIps(GetNetworkingIpsArgs args, InvokeOptions options)
    // Output-based functions aren't available in Java yet
    
    fn::invoke:
      function: linode:index/getNetworkingIps:getNetworkingIps
      arguments:
        # arguments dictionary

    The following arguments are supported:

    getNetworkingIps Result

    The following output properties are available:

    Supporting Types

    GetNetworkingIpsFilter

    Name string
    The name of the attribute to filter on.
    Values List<string>
    The value(s) to be used in the filter.
    MatchBy string
    The type of comparison to use for this filter.
    Name string
    The name of the attribute to filter on.
    Values []string
    The value(s) to be used in the filter.
    MatchBy string
    The type of comparison to use for this filter.
    name String
    The name of the attribute to filter on.
    values List<String>
    The value(s) to be used in the filter.
    matchBy String
    The type of comparison to use for this filter.
    name string
    The name of the attribute to filter on.
    values string[]
    The value(s) to be used in the filter.
    matchBy string
    The type of comparison to use for this filter.
    name str
    The name of the attribute to filter on.
    values Sequence[str]
    The value(s) to be used in the filter.
    match_by str
    The type of comparison to use for this filter.
    name String
    The name of the attribute to filter on.
    values List<String>
    The value(s) to be used in the filter.
    matchBy String
    The type of comparison to use for this filter.

    GetNetworkingIpsIpAddress

    Address string
    The IP address.
    Gateway string
    The default gateway for this address.
    LinodeId int
    The ID of the Linode this address currently belongs to.
    Prefix int
    The number of bits set in the subnet mask.
    Public bool
    Whether this is a public or private IP address.
    Rdns string
    The reverse DNS assigned to this address. For public IPv4 addresses, this will be set to a default value provided by Linode if not explicitly set.
    Region string
    The Region this IP address resides in.
    Reserved bool
    Whether this IP is reserved or not.
    SubnetMask string
    The mask that separates host bits from network bits for this address.
    Type string
    The type of address this is (ipv4, ipv6, ipv6/pool, ipv6/range).
    Address string
    The IP address.
    Gateway string
    The default gateway for this address.
    LinodeId int
    The ID of the Linode this address currently belongs to.
    Prefix int
    The number of bits set in the subnet mask.
    Public bool
    Whether this is a public or private IP address.
    Rdns string
    The reverse DNS assigned to this address. For public IPv4 addresses, this will be set to a default value provided by Linode if not explicitly set.
    Region string
    The Region this IP address resides in.
    Reserved bool
    Whether this IP is reserved or not.
    SubnetMask string
    The mask that separates host bits from network bits for this address.
    Type string
    The type of address this is (ipv4, ipv6, ipv6/pool, ipv6/range).
    address String
    The IP address.
    gateway String
    The default gateway for this address.
    linodeId Integer
    The ID of the Linode this address currently belongs to.
    prefix Integer
    The number of bits set in the subnet mask.
    public_ Boolean
    Whether this is a public or private IP address.
    rdns String
    The reverse DNS assigned to this address. For public IPv4 addresses, this will be set to a default value provided by Linode if not explicitly set.
    region String
    The Region this IP address resides in.
    reserved Boolean
    Whether this IP is reserved or not.
    subnetMask String
    The mask that separates host bits from network bits for this address.
    type String
    The type of address this is (ipv4, ipv6, ipv6/pool, ipv6/range).
    address string
    The IP address.
    gateway string
    The default gateway for this address.
    linodeId number
    The ID of the Linode this address currently belongs to.
    prefix number
    The number of bits set in the subnet mask.
    public boolean
    Whether this is a public or private IP address.
    rdns string
    The reverse DNS assigned to this address. For public IPv4 addresses, this will be set to a default value provided by Linode if not explicitly set.
    region string
    The Region this IP address resides in.
    reserved boolean
    Whether this IP is reserved or not.
    subnetMask string
    The mask that separates host bits from network bits for this address.
    type string
    The type of address this is (ipv4, ipv6, ipv6/pool, ipv6/range).
    address str
    The IP address.
    gateway str
    The default gateway for this address.
    linode_id int
    The ID of the Linode this address currently belongs to.
    prefix int
    The number of bits set in the subnet mask.
    public bool
    Whether this is a public or private IP address.
    rdns str
    The reverse DNS assigned to this address. For public IPv4 addresses, this will be set to a default value provided by Linode if not explicitly set.
    region str
    The Region this IP address resides in.
    reserved bool
    Whether this IP is reserved or not.
    subnet_mask str
    The mask that separates host bits from network bits for this address.
    type str
    The type of address this is (ipv4, ipv6, ipv6/pool, ipv6/range).
    address String
    The IP address.
    gateway String
    The default gateway for this address.
    linodeId Number
    The ID of the Linode this address currently belongs to.
    prefix Number
    The number of bits set in the subnet mask.
    public Boolean
    Whether this is a public or private IP address.
    rdns String
    The reverse DNS assigned to this address. For public IPv4 addresses, this will be set to a default value provided by Linode if not explicitly set.
    region String
    The Region this IP address resides in.
    reserved Boolean
    Whether this IP is reserved or not.
    subnetMask String
    The mask that separates host bits from network bits for this address.
    type String
    The type of address this is (ipv4, ipv6, ipv6/pool, ipv6/range).

    Package Details

    Repository
    Linode pulumi/pulumi-linode
    License
    Apache-2.0
    Notes
    This Pulumi package is based on the linode Terraform Provider.
    linode logo
    Linode v4.31.0 published on Wednesday, Jan 15, 2025 by Pulumi