1. Registry
  2. Packages
  3. BiznetGIO
  4. API Docs
  5. BaremetalAdditionalIp
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 BaremetalAdditionalIp Resource

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

    Constructor syntax

    new BaremetalAdditionalIp(name: string, args: BaremetalAdditionalIpArgs, opts?: CustomResourceOptions);
    @overload
    def BaremetalAdditionalIp(resource_name: str,
                              args: BaremetalAdditionalIpArgs,
                              opts: Optional[ResourceOptions] = None)
    
    @overload
    def BaremetalAdditionalIp(resource_name: str,
                              opts: Optional[ResourceOptions] = None,
                              cycle: Optional[str] = None,
                              product_id: Optional[int] = None,
                              pay_with_credit_card: Optional[bool] = None,
                              promocode: Optional[str] = None,
                              region: Optional[str] = None)
    func NewBaremetalAdditionalIp(ctx *Context, name string, args BaremetalAdditionalIpArgs, opts ...ResourceOption) (*BaremetalAdditionalIp, error)
    public BaremetalAdditionalIp(string name, BaremetalAdditionalIpArgs args, CustomResourceOptions? opts = null)
    public BaremetalAdditionalIp(String name, BaremetalAdditionalIpArgs args)
    public BaremetalAdditionalIp(String name, BaremetalAdditionalIpArgs args, CustomResourceOptions options)
    
    type: biznetgio:BaremetalAdditionalIp
    properties: # The arguments to resource properties.
    options: # Bag of options to control resource's behavior.
    
    
    resource "biznetgio_baremetal_additional_ip" "name" {
        # resource properties
    }

    Parameters

    name string
    The unique name of the resource.
    args BaremetalAdditionalIpArgs
    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 BaremetalAdditionalIpArgs
    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 BaremetalAdditionalIpArgs
    The arguments to resource properties.
    opts ResourceOption
    Bag of options to control resource's behavior.
    name string
    The unique name of the resource.
    args BaremetalAdditionalIpArgs
    The arguments to resource properties.
    opts CustomResourceOptions
    Bag of options to control resource's behavior.
    name String
    The unique name of the resource.
    args BaremetalAdditionalIpArgs
    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 baremetalAdditionalIpResource = new Biznetgio.BaremetalAdditionalIp("baremetalAdditionalIpResource", new()
    {
        Cycle = "string",
        ProductId = 0,
        PayWithCreditCard = false,
        Promocode = "string",
        Region = "string",
    });
    
    example, err := biznetgio.NewBaremetalAdditionalIp(ctx, "baremetalAdditionalIpResource", &biznetgio.BaremetalAdditionalIpArgs{
    	Cycle:             pulumi.String("string"),
    	ProductId:         pulumi.Int(0),
    	PayWithCreditCard: pulumi.Bool(false),
    	Promocode:         pulumi.String("string"),
    	Region:            pulumi.String("string"),
    })
    
    resource "biznetgio_baremetal_additional_ip" "baremetalAdditionalIpResource" {
      lifecycle {
        create_before_destroy = true
      }
      cycle                = "string"
      product_id           = 0
      pay_with_credit_card = false
      promocode            = "string"
      region               = "string"
    }
    
    var baremetalAdditionalIpResource = new BaremetalAdditionalIp("baremetalAdditionalIpResource", BaremetalAdditionalIpArgs.builder()
        .cycle("string")
        .productId(0)
        .payWithCreditCard(false)
        .promocode("string")
        .region("string")
        .build());
    
    baremetal_additional_ip_resource = biznetgio.BaremetalAdditionalIp("baremetalAdditionalIpResource",
        cycle="string",
        product_id=0,
        pay_with_credit_card=False,
        promocode="string",
        region="string")
    
    const baremetalAdditionalIpResource = new biznetgio.BaremetalAdditionalIp("baremetalAdditionalIpResource", {
        cycle: "string",
        productId: 0,
        payWithCreditCard: false,
        promocode: "string",
        region: "string",
    });
    
    type: biznetgio:BaremetalAdditionalIp
    properties:
        cycle: string
        payWithCreditCard: false
        productId: 0
        promocode: string
        region: string
    

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

    Cycle string
    Billing cycle, e.g. m for monthly or a for annual.
    ProductId int
    Product id from GET /baremetal-additional-ips/products.
    PayWithCreditCard bool
    Pay the invoice with the registered credit card. Defaults to true. Set false to leave the invoice unpaid in the portal; the resource stays Pending until paid.
    Promocode string
    Promo code to apply at creation.
    Region string
    Datacenter region; valid list from GET /baremetal-additional-ips/regions. Defaults to wjv-1. Create-only, changing it replaces the IP.
    Cycle string
    Billing cycle, e.g. m for monthly or a for annual.
    ProductId int
    Product id from GET /baremetal-additional-ips/products.
    PayWithCreditCard bool
    Pay the invoice with the registered credit card. Defaults to true. Set false to leave the invoice unpaid in the portal; the resource stays Pending until paid.
    Promocode string
    Promo code to apply at creation.
    Region string
    Datacenter region; valid list from GET /baremetal-additional-ips/regions. Defaults to wjv-1. Create-only, changing it replaces the IP.
    cycle string
    Billing cycle, e.g. m for monthly or a for annual.
    product_id number
    Product id from GET /baremetal-additional-ips/products.
    pay_with_credit_card bool
    Pay the invoice with the registered credit card. Defaults to true. Set false to leave the invoice unpaid in the portal; the resource stays Pending until paid.
    promocode string
    Promo code to apply at creation.
    region string
    Datacenter region; valid list from GET /baremetal-additional-ips/regions. Defaults to wjv-1. Create-only, changing it replaces the IP.
    cycle String
    Billing cycle, e.g. m for monthly or a for annual.
    productId Integer
    Product id from GET /baremetal-additional-ips/products.
    payWithCreditCard Boolean
    Pay the invoice with the registered credit card. Defaults to true. Set false to leave the invoice unpaid in the portal; the resource stays Pending until paid.
    promocode String
    Promo code to apply at creation.
    region String
    Datacenter region; valid list from GET /baremetal-additional-ips/regions. Defaults to wjv-1. Create-only, changing it replaces the IP.
    cycle string
    Billing cycle, e.g. m for monthly or a for annual.
    productId number
    Product id from GET /baremetal-additional-ips/products.
    payWithCreditCard boolean
    Pay the invoice with the registered credit card. Defaults to true. Set false to leave the invoice unpaid in the portal; the resource stays Pending until paid.
    promocode string
    Promo code to apply at creation.
    region string
    Datacenter region; valid list from GET /baremetal-additional-ips/regions. Defaults to wjv-1. Create-only, changing it replaces the IP.
    cycle str
    Billing cycle, e.g. m for monthly or a for annual.
    product_id int
    Product id from GET /baremetal-additional-ips/products.
    pay_with_credit_card bool
    Pay the invoice with the registered credit card. Defaults to true. Set false to leave the invoice unpaid in the portal; the resource stays Pending until paid.
    promocode str
    Promo code to apply at creation.
    region str
    Datacenter region; valid list from GET /baremetal-additional-ips/regions. Defaults to wjv-1. Create-only, changing it replaces the IP.
    cycle String
    Billing cycle, e.g. m for monthly or a for annual.
    productId Number
    Product id from GET /baremetal-additional-ips/products.
    payWithCreditCard Boolean
    Pay the invoice with the registered credit card. Defaults to true. Set false to leave the invoice unpaid in the portal; the resource stays Pending until paid.
    promocode String
    Promo code to apply at creation.
    region String
    Datacenter region; valid list from GET /baremetal-additional-ips/regions. Defaults to wjv-1. Create-only, changing it replaces the IP.

    Outputs

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

    CreatedAt string
    Creation timestamp (alias of created_at/date_created).
    Id string
    The provider-assigned unique ID for this managed resource.
    IpAddress string
    Assigned IP address, when present in the response.
    Raw string
    Raw JSON of the last read response, for anything not modeled yet.
    Status string
    Current status of the IP (e.g. Active, Pending, Suspended, Terminated).
    CreatedAt string
    Creation timestamp (alias of created_at/date_created).
    Id string
    The provider-assigned unique ID for this managed resource.
    IpAddress string
    Assigned IP address, when present in the response.
    Raw string
    Raw JSON of the last read response, for anything not modeled yet.
    Status string
    Current status of the IP (e.g. Active, Pending, Suspended, Terminated).
    created_at string
    Creation timestamp (alias of created_at/date_created).
    id string
    The provider-assigned unique ID for this managed resource.
    ip_address string
    Assigned IP address, when present in the response.
    raw string
    Raw JSON of the last read response, for anything not modeled yet.
    status string
    Current status of the IP (e.g. Active, Pending, Suspended, Terminated).
    createdAt String
    Creation timestamp (alias of created_at/date_created).
    id String
    The provider-assigned unique ID for this managed resource.
    ipAddress String
    Assigned IP address, when present in the response.
    raw String
    Raw JSON of the last read response, for anything not modeled yet.
    status String
    Current status of the IP (e.g. Active, Pending, Suspended, Terminated).
    createdAt string
    Creation timestamp (alias of created_at/date_created).
    id string
    The provider-assigned unique ID for this managed resource.
    ipAddress string
    Assigned IP address, when present in the response.
    raw string
    Raw JSON of the last read response, for anything not modeled yet.
    status string
    Current status of the IP (e.g. Active, Pending, Suspended, Terminated).
    created_at str
    Creation timestamp (alias of created_at/date_created).
    id str
    The provider-assigned unique ID for this managed resource.
    ip_address str
    Assigned IP address, when present in the response.
    raw str
    Raw JSON of the last read response, for anything not modeled yet.
    status str
    Current status of the IP (e.g. Active, Pending, Suspended, Terminated).
    createdAt String
    Creation timestamp (alias of created_at/date_created).
    id String
    The provider-assigned unique ID for this managed resource.
    ipAddress String
    Assigned IP address, when present in the response.
    raw String
    Raw JSON of the last read response, for anything not modeled yet.
    status String
    Current status of the IP (e.g. Active, Pending, Suspended, Terminated).

    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