Viewing docs for Pulumi BiznetGIO Provider v0.1.7
published on Wednesday, Aug 19, 2026 by shirasakaren
published on Wednesday, Aug 19, 2026 by shirasakaren
Viewing docs for Pulumi BiznetGIO Provider v0.1.7
published on Wednesday, Aug 19, 2026 by shirasakaren
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.
mfor monthly orafor annual. - Product
Id int - Product id from
GET /baremetal-additional-ips/products. - Pay
With boolCredit Card - 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 towjv-1. Create-only, changing it replaces the IP.
- Cycle string
- Billing cycle, e.g.
mfor monthly orafor annual. - Product
Id int - Product id from
GET /baremetal-additional-ips/products. - Pay
With boolCredit Card - 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 towjv-1. Create-only, changing it replaces the IP.
- cycle string
- Billing cycle, e.g.
mfor monthly orafor annual. - product_
id number - Product id from
GET /baremetal-additional-ips/products. - pay_
with_ boolcredit_ card - 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 towjv-1. Create-only, changing it replaces the IP.
- cycle String
- Billing cycle, e.g.
mfor monthly orafor annual. - product
Id Integer - Product id from
GET /baremetal-additional-ips/products. - pay
With BooleanCredit Card - 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 towjv-1. Create-only, changing it replaces the IP.
- cycle string
- Billing cycle, e.g.
mfor monthly orafor annual. - product
Id number - Product id from
GET /baremetal-additional-ips/products. - pay
With booleanCredit Card - 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 towjv-1. Create-only, changing it replaces the IP.
- cycle str
- Billing cycle, e.g.
mfor monthly orafor annual. - product_
id int - Product id from
GET /baremetal-additional-ips/products. - pay_
with_ boolcredit_ card - 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 towjv-1. Create-only, changing it replaces the IP.
- cycle String
- Billing cycle, e.g.
mfor monthly orafor annual. - product
Id Number - Product id from
GET /baremetal-additional-ips/products. - pay
With BooleanCredit Card - 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 towjv-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:
- 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).
- 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).
- 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).
- 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).
- 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).
- 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).
- 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).
Package Details
- Repository
- biznetgio github.com/shirasakaren/pulumi-biznetgio
- License
- Apache-2.0
Viewing docs for Pulumi BiznetGIO Provider v0.1.7
published on Wednesday, Aug 19, 2026 by shirasakaren
published on Wednesday, Aug 19, 2026 by shirasakaren