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

linode.NetworkingIpAssignment

Explore with Pulumi AI

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

    Create NetworkingIpAssignment Resource

    Resources are created with functions called constructors. To learn more about declaring and configuring resources, see Resources.

    Constructor syntax

    new NetworkingIpAssignment(name: string, args: NetworkingIpAssignmentArgs, opts?: CustomResourceOptions);
    @overload
    def NetworkingIpAssignment(resource_name: str,
                               args: NetworkingIpAssignmentArgs,
                               opts: Optional[ResourceOptions] = None)
    
    @overload
    def NetworkingIpAssignment(resource_name: str,
                               opts: Optional[ResourceOptions] = None,
                               region: Optional[str] = None,
                               assignments: Optional[Sequence[NetworkingIpAssignmentAssignmentArgs]] = None)
    func NewNetworkingIpAssignment(ctx *Context, name string, args NetworkingIpAssignmentArgs, opts ...ResourceOption) (*NetworkingIpAssignment, error)
    public NetworkingIpAssignment(string name, NetworkingIpAssignmentArgs args, CustomResourceOptions? opts = null)
    public NetworkingIpAssignment(String name, NetworkingIpAssignmentArgs args)
    public NetworkingIpAssignment(String name, NetworkingIpAssignmentArgs args, CustomResourceOptions options)
    
    type: linode:NetworkingIpAssignment
    properties: # The arguments to resource properties.
    options: # Bag of options to control resource's behavior.
    
    

    Parameters

    name string
    The unique name of the resource.
    args NetworkingIpAssignmentArgs
    The arguments to resource properties.
    opts CustomResourceOptions
    Bag of options to control resource's behavior.
    resource_name str
    The unique name of the resource.
    args NetworkingIpAssignmentArgs
    The arguments to resource properties.
    opts ResourceOptions
    Bag of options to control resource's behavior.
    ctx Context
    Context object for the current deployment.
    name string
    The unique name of the resource.
    args NetworkingIpAssignmentArgs
    The arguments to resource properties.
    opts ResourceOption
    Bag of options to control resource's behavior.
    name string
    The unique name of the resource.
    args NetworkingIpAssignmentArgs
    The arguments to resource properties.
    opts CustomResourceOptions
    Bag of options to control resource's behavior.
    name String
    The unique name of the resource.
    args NetworkingIpAssignmentArgs
    The arguments to resource properties.
    options CustomResourceOptions
    Bag of options to control resource's behavior.

    Constructor example

    The following reference example uses placeholder values for all input properties.

    var networkingIpAssignmentResource = new Linode.NetworkingIpAssignment("networkingIpAssignmentResource", new()
    {
        Region = "string",
        Assignments = new[]
        {
            new Linode.Inputs.NetworkingIpAssignmentAssignmentArgs
            {
                Address = "string",
                LinodeId = 0,
            },
        },
    });
    
    example, err := linode.NewNetworkingIpAssignment(ctx, "networkingIpAssignmentResource", &linode.NetworkingIpAssignmentArgs{
    	Region: pulumi.String("string"),
    	Assignments: linode.NetworkingIpAssignmentAssignmentArray{
    		&linode.NetworkingIpAssignmentAssignmentArgs{
    			Address:  pulumi.String("string"),
    			LinodeId: pulumi.Int(0),
    		},
    	},
    })
    
    var networkingIpAssignmentResource = new NetworkingIpAssignment("networkingIpAssignmentResource", NetworkingIpAssignmentArgs.builder()
        .region("string")
        .assignments(NetworkingIpAssignmentAssignmentArgs.builder()
            .address("string")
            .linodeId(0)
            .build())
        .build());
    
    networking_ip_assignment_resource = linode.NetworkingIpAssignment("networkingIpAssignmentResource",
        region="string",
        assignments=[{
            "address": "string",
            "linode_id": 0,
        }])
    
    const networkingIpAssignmentResource = new linode.NetworkingIpAssignment("networkingIpAssignmentResource", {
        region: "string",
        assignments: [{
            address: "string",
            linodeId: 0,
        }],
    });
    
    type: linode:NetworkingIpAssignment
    properties:
        assignments:
            - address: string
              linodeId: 0
        region: string
    

    NetworkingIpAssignment Resource Properties

    To learn more about resource properties and how to use them, see Inputs and Outputs in the Architecture and Concepts docs.

    Inputs

    In Python, inputs that are objects can be passed either as argument classes or as dictionary literals.

    The NetworkingIpAssignment resource accepts the following input properties:

    Region string
    The region for the IP assignments.
    Assignments List<NetworkingIpAssignmentAssignment>
    Region string
    The region for the IP assignments.
    Assignments []NetworkingIpAssignmentAssignmentArgs
    region String
    The region for the IP assignments.
    assignments List<NetworkingIpAssignmentAssignment>
    region string
    The region for the IP assignments.
    assignments NetworkingIpAssignmentAssignment[]
    region String
    The region for the IP assignments.
    assignments List<Property Map>

    Outputs

    All input properties are implicitly available as output properties. Additionally, the NetworkingIpAssignment resource produces the following output properties:

    Id string
    The provider-assigned unique ID for this managed resource.
    Id string
    The provider-assigned unique ID for this managed resource.
    id String
    The provider-assigned unique ID for this managed resource.
    id string
    The provider-assigned unique ID for this managed resource.
    id str
    The provider-assigned unique ID for this managed resource.
    id String
    The provider-assigned unique ID for this managed resource.

    Look up Existing NetworkingIpAssignment Resource

    Get an existing NetworkingIpAssignment resource’s state with the given name, ID, and optional extra properties used to qualify the lookup.

    public static get(name: string, id: Input<ID>, state?: NetworkingIpAssignmentState, opts?: CustomResourceOptions): NetworkingIpAssignment
    @staticmethod
    def get(resource_name: str,
            id: str,
            opts: Optional[ResourceOptions] = None,
            assignments: Optional[Sequence[NetworkingIpAssignmentAssignmentArgs]] = None,
            region: Optional[str] = None) -> NetworkingIpAssignment
    func GetNetworkingIpAssignment(ctx *Context, name string, id IDInput, state *NetworkingIpAssignmentState, opts ...ResourceOption) (*NetworkingIpAssignment, error)
    public static NetworkingIpAssignment Get(string name, Input<string> id, NetworkingIpAssignmentState? state, CustomResourceOptions? opts = null)
    public static NetworkingIpAssignment get(String name, Output<String> id, NetworkingIpAssignmentState state, CustomResourceOptions options)
    Resource lookup is not supported in YAML
    name
    The unique name of the resulting resource.
    id
    The unique provider ID of the resource to lookup.
    state
    Any extra arguments used during the lookup.
    opts
    A bag of options that control this resource's behavior.
    resource_name
    The unique name of the resulting resource.
    id
    The unique provider ID of the resource to lookup.
    name
    The unique name of the resulting resource.
    id
    The unique provider ID of the resource to lookup.
    state
    Any extra arguments used during the lookup.
    opts
    A bag of options that control this resource's behavior.
    name
    The unique name of the resulting resource.
    id
    The unique provider ID of the resource to lookup.
    state
    Any extra arguments used during the lookup.
    opts
    A bag of options that control this resource's behavior.
    name
    The unique name of the resulting resource.
    id
    The unique provider ID of the resource to lookup.
    state
    Any extra arguments used during the lookup.
    opts
    A bag of options that control this resource's behavior.
    The following state arguments are supported:
    Assignments List<NetworkingIpAssignmentAssignment>
    Region string
    The region for the IP assignments.
    Assignments []NetworkingIpAssignmentAssignmentArgs
    Region string
    The region for the IP assignments.
    assignments List<NetworkingIpAssignmentAssignment>
    region String
    The region for the IP assignments.
    assignments NetworkingIpAssignmentAssignment[]
    region string
    The region for the IP assignments.
    assignments List<Property Map>
    region String
    The region for the IP assignments.

    Supporting Types

    NetworkingIpAssignmentAssignment, NetworkingIpAssignmentAssignmentArgs

    Address string
    LinodeId int
    Address string
    LinodeId int
    address String
    linodeId Integer
    address string
    linodeId number
    address String
    linodeId Number

    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