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

outscale.getNetAttributes

Explore with Pulumi AI

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

    Provides information about the attributes of a Net.

    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 netAttributes01 = outscale.getNetAttributes({
        netId: "vpc-12345678",
    });
    
    import pulumi
    import pulumi_outscale as outscale
    
    net_attributes01 = outscale.get_net_attributes(net_id="vpc-12345678")
    
    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.LookupNetAttributes(ctx, &outscale.LookupNetAttributesArgs{
    			NetId: "vpc-12345678",
    		}, 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 netAttributes01 = Outscale.GetNetAttributes.Invoke(new()
        {
            NetId = "vpc-12345678",
        });
    
    });
    
    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.GetNetAttributesArgs;
    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 netAttributes01 = OutscaleFunctions.getNetAttributes(GetNetAttributesArgs.builder()
                .netId("vpc-12345678")
                .build());
    
        }
    }
    
    variables:
      netAttributes01:
        fn::invoke:
          function: outscale:getNetAttributes
          arguments:
            netId: vpc-12345678
    

    Using getNetAttributes

    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 getNetAttributes(args: GetNetAttributesArgs, opts?: InvokeOptions): Promise<GetNetAttributesResult>
    function getNetAttributesOutput(args: GetNetAttributesOutputArgs, opts?: InvokeOptions): Output<GetNetAttributesResult>
    def get_net_attributes(id: Optional[str] = None,
                           net_id: Optional[str] = None,
                           opts: Optional[InvokeOptions] = None) -> GetNetAttributesResult
    def get_net_attributes_output(id: Optional[pulumi.Input[str]] = None,
                           net_id: Optional[pulumi.Input[str]] = None,
                           opts: Optional[InvokeOptions] = None) -> Output[GetNetAttributesResult]
    func LookupNetAttributes(ctx *Context, args *LookupNetAttributesArgs, opts ...InvokeOption) (*LookupNetAttributesResult, error)
    func LookupNetAttributesOutput(ctx *Context, args *LookupNetAttributesOutputArgs, opts ...InvokeOption) LookupNetAttributesResultOutput

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

    public static class GetNetAttributes 
    {
        public static Task<GetNetAttributesResult> InvokeAsync(GetNetAttributesArgs args, InvokeOptions? opts = null)
        public static Output<GetNetAttributesResult> Invoke(GetNetAttributesInvokeArgs args, InvokeOptions? opts = null)
    }
    public static CompletableFuture<GetNetAttributesResult> getNetAttributes(GetNetAttributesArgs args, InvokeOptions options)
    public static Output<GetNetAttributesResult> getNetAttributes(GetNetAttributesArgs args, InvokeOptions options)
    
    fn::invoke:
      function: outscale:index/getNetAttributes:getNetAttributes
      arguments:
        # arguments dictionary

    The following arguments are supported:

    NetId string
    The ID of the Net.
    Id string
    NetId string
    The ID of the Net.
    Id string
    netId String
    The ID of the Net.
    id String
    netId string
    The ID of the Net.
    id string
    net_id str
    The ID of the Net.
    id str
    netId String
    The ID of the Net.
    id String

    getNetAttributes Result

    The following output properties are available:

    DhcpOptionsSetId string
    The ID of the DHCP options set (or default if you want to associate the default one).
    Id string
    IpRange string
    The IP range for the Net, in CIDR notation (for example, 10.0.0.0/16).
    NetId string
    The ID of the Net.
    RequestId string
    State string
    The state of the Net (pending | available | deleting).
    Tags List<GetNetAttributesTag>
    One or more tags associated with the Net.
    Tenancy string
    The VM tenancy in a Net.
    DhcpOptionsSetId string
    The ID of the DHCP options set (or default if you want to associate the default one).
    Id string
    IpRange string
    The IP range for the Net, in CIDR notation (for example, 10.0.0.0/16).
    NetId string
    The ID of the Net.
    RequestId string
    State string
    The state of the Net (pending | available | deleting).
    Tags []GetNetAttributesTag
    One or more tags associated with the Net.
    Tenancy string
    The VM tenancy in a Net.
    dhcpOptionsSetId String
    The ID of the DHCP options set (or default if you want to associate the default one).
    id String
    ipRange String
    The IP range for the Net, in CIDR notation (for example, 10.0.0.0/16).
    netId String
    The ID of the Net.
    requestId String
    state String
    The state of the Net (pending | available | deleting).
    tags List<GetNetAttributesTag>
    One or more tags associated with the Net.
    tenancy String
    The VM tenancy in a Net.
    dhcpOptionsSetId string
    The ID of the DHCP options set (or default if you want to associate the default one).
    id string
    ipRange string
    The IP range for the Net, in CIDR notation (for example, 10.0.0.0/16).
    netId string
    The ID of the Net.
    requestId string
    state string
    The state of the Net (pending | available | deleting).
    tags GetNetAttributesTag[]
    One or more tags associated with the Net.
    tenancy string
    The VM tenancy in a Net.
    dhcp_options_set_id str
    The ID of the DHCP options set (or default if you want to associate the default one).
    id str
    ip_range str
    The IP range for the Net, in CIDR notation (for example, 10.0.0.0/16).
    net_id str
    The ID of the Net.
    request_id str
    state str
    The state of the Net (pending | available | deleting).
    tags Sequence[GetNetAttributesTag]
    One or more tags associated with the Net.
    tenancy str
    The VM tenancy in a Net.
    dhcpOptionsSetId String
    The ID of the DHCP options set (or default if you want to associate the default one).
    id String
    ipRange String
    The IP range for the Net, in CIDR notation (for example, 10.0.0.0/16).
    netId String
    The ID of the Net.
    requestId String
    state String
    The state of the Net (pending | available | deleting).
    tags List<Property Map>
    One or more tags associated with the Net.
    tenancy String
    The VM tenancy in a Net.

    Supporting Types

    GetNetAttributesTag

    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.

    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