1. Registry
  2. Packages
  3. BiznetGIO
  4. API Docs
  5. BaremetalAdditionalIpAssignment
Viewing docs for Pulumi BiznetGIO Provider v0.1.7
published on Wednesday, Aug 19, 2026 by shirasakaren
biznetgio logo
Viewing docs for Pulumi BiznetGIO Provider v0.1.7
published on Wednesday, Aug 19, 2026 by shirasakaren

    Create BaremetalAdditionalIpAssignment Resource

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

    Constructor syntax

    new BaremetalAdditionalIpAssignment(name: string, args: BaremetalAdditionalIpAssignmentArgs, opts?: CustomResourceOptions);
    @overload
    def BaremetalAdditionalIpAssignment(resource_name: str,
                                        args: BaremetalAdditionalIpAssignmentArgs,
                                        opts: Optional[ResourceOptions] = None)
    
    @overload
    def BaremetalAdditionalIpAssignment(resource_name: str,
                                        opts: Optional[ResourceOptions] = None,
                                        additional_ip_id: Optional[int] = None,
                                        metal_account_id: Optional[int] = None)
    func NewBaremetalAdditionalIpAssignment(ctx *Context, name string, args BaremetalAdditionalIpAssignmentArgs, opts ...ResourceOption) (*BaremetalAdditionalIpAssignment, error)
    public BaremetalAdditionalIpAssignment(string name, BaremetalAdditionalIpAssignmentArgs args, CustomResourceOptions? opts = null)
    public BaremetalAdditionalIpAssignment(String name, BaremetalAdditionalIpAssignmentArgs args)
    public BaremetalAdditionalIpAssignment(String name, BaremetalAdditionalIpAssignmentArgs args, CustomResourceOptions options)
    
    type: biznetgio:BaremetalAdditionalIpAssignment
    properties: # The arguments to resource properties.
    options: # Bag of options to control resource's behavior.
    
    
    resource "biznetgio_baremetal_additional_ip_assignment" "name" {
        # resource properties
    }

    Parameters

    name string
    The unique name of the resource.
    args BaremetalAdditionalIpAssignmentArgs
    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 BaremetalAdditionalIpAssignmentArgs
    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 BaremetalAdditionalIpAssignmentArgs
    The arguments to resource properties.
    opts ResourceOption
    Bag of options to control resource's behavior.
    name string
    The unique name of the resource.
    args BaremetalAdditionalIpAssignmentArgs
    The arguments to resource properties.
    opts CustomResourceOptions
    Bag of options to control resource's behavior.
    name String
    The unique name of the resource.
    args BaremetalAdditionalIpAssignmentArgs
    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 baremetalAdditionalIpAssignmentResource = new Biznetgio.BaremetalAdditionalIpAssignment("baremetalAdditionalIpAssignmentResource", new()
    {
        AdditionalIpId = 0,
        MetalAccountId = 0,
    });
    
    example, err := biznetgio.NewBaremetalAdditionalIpAssignment(ctx, "baremetalAdditionalIpAssignmentResource", &biznetgio.BaremetalAdditionalIpAssignmentArgs{
    	AdditionalIpId: pulumi.Int(0),
    	MetalAccountId: pulumi.Int(0),
    })
    
    resource "biznetgio_baremetal_additional_ip_assignment" "baremetalAdditionalIpAssignmentResource" {
      lifecycle {
        create_before_destroy = true
      }
      additional_ip_id = 0
      metal_account_id = 0
    }
    
    var baremetalAdditionalIpAssignmentResource = new BaremetalAdditionalIpAssignment("baremetalAdditionalIpAssignmentResource", BaremetalAdditionalIpAssignmentArgs.builder()
        .additionalIpId(0)
        .metalAccountId(0)
        .build());
    
    baremetal_additional_ip_assignment_resource = biznetgio.BaremetalAdditionalIpAssignment("baremetalAdditionalIpAssignmentResource",
        additional_ip_id=0,
        metal_account_id=0)
    
    const baremetalAdditionalIpAssignmentResource = new biznetgio.BaremetalAdditionalIpAssignment("baremetalAdditionalIpAssignmentResource", {
        additionalIpId: 0,
        metalAccountId: 0,
    });
    
    type: biznetgio:BaremetalAdditionalIpAssignment
    properties:
        additionalIpId: 0
        metalAccountId: 0
    

    BaremetalAdditionalIpAssignment 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 BaremetalAdditionalIpAssignment resource accepts the following input properties:

    AdditionalIpId int
    Account id of the additional IP to attach, from BaremetalAdditionalIp.
    MetalAccountId int
    Account id of the baremetal to attach to. Changing the target replaces the assignment.
    AdditionalIpId int
    Account id of the additional IP to attach, from BaremetalAdditionalIp.
    MetalAccountId int
    Account id of the baremetal to attach to. Changing the target replaces the assignment.
    additional_ip_id number
    Account id of the additional IP to attach, from BaremetalAdditionalIp.
    metal_account_id number
    Account id of the baremetal to attach to. Changing the target replaces the assignment.
    additionalIpId Integer
    Account id of the additional IP to attach, from BaremetalAdditionalIp.
    metalAccountId Integer
    Account id of the baremetal to attach to. Changing the target replaces the assignment.
    additionalIpId number
    Account id of the additional IP to attach, from BaremetalAdditionalIp.
    metalAccountId number
    Account id of the baremetal to attach to. Changing the target replaces the assignment.
    additional_ip_id int
    Account id of the additional IP to attach, from BaremetalAdditionalIp.
    metal_account_id int
    Account id of the baremetal to attach to. Changing the target replaces the assignment.
    additionalIpId Number
    Account id of the additional IP to attach, from BaremetalAdditionalIp.
    metalAccountId Number
    Account id of the baremetal to attach to. Changing the target replaces the assignment.

    Outputs

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

    Id string
    The provider-assigned unique ID for this managed resource.
    Raw string
    Raw JSON of the last read response, for anything not modeled yet.
    Status string
    Assignment status, when present in the response.
    Id string
    The provider-assigned unique ID for this managed resource.
    Raw string
    Raw JSON of the last read response, for anything not modeled yet.
    Status string
    Assignment status, when present in the response.
    id string
    The provider-assigned unique ID for this managed resource.
    raw string
    Raw JSON of the last read response, for anything not modeled yet.
    status string
    Assignment status, when present in the response.
    id String
    The provider-assigned unique ID for this managed resource.
    raw String
    Raw JSON of the last read response, for anything not modeled yet.
    status String
    Assignment status, when present in the response.
    id string
    The provider-assigned unique ID for this managed resource.
    raw string
    Raw JSON of the last read response, for anything not modeled yet.
    status string
    Assignment status, when present in the response.
    id str
    The provider-assigned unique ID for this managed resource.
    raw str
    Raw JSON of the last read response, for anything not modeled yet.
    status str
    Assignment status, when present in the response.
    id String
    The provider-assigned unique ID for this managed resource.
    raw String
    Raw JSON of the last read response, for anything not modeled yet.
    status String
    Assignment status, when present in the response.

    Package Details

    Repository
    biznetgio github.com/shirasakaren/pulumi-biznetgio
    License
    Apache-2.0
    biznetgio logo
    Viewing docs for Pulumi BiznetGIO Provider v0.1.7
    published on Wednesday, Aug 19, 2026 by shirasakaren

      Try Pulumi Cloud free.
      Your team will thank you.

      Start free trial