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 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:
- Additional
Ip intId - Account id of the additional IP to attach, from BaremetalAdditionalIp.
- Metal
Account intId - Account id of the baremetal to attach to. Changing the target replaces the assignment.
- Additional
Ip intId - Account id of the additional IP to attach, from BaremetalAdditionalIp.
- Metal
Account intId - Account id of the baremetal to attach to. Changing the target replaces the assignment.
- additional_
ip_ numberid - Account id of the additional IP to attach, from BaremetalAdditionalIp.
- metal_
account_ numberid - Account id of the baremetal to attach to. Changing the target replaces the assignment.
- additional
Ip IntegerId - Account id of the additional IP to attach, from BaremetalAdditionalIp.
- metal
Account IntegerId - Account id of the baremetal to attach to. Changing the target replaces the assignment.
- additional
Ip numberId - Account id of the additional IP to attach, from BaremetalAdditionalIp.
- metal
Account numberId - Account id of the baremetal to attach to. Changing the target replaces the assignment.
- additional_
ip_ intid - Account id of the additional IP to attach, from BaremetalAdditionalIp.
- metal_
account_ intid - Account id of the baremetal to attach to. Changing the target replaces the assignment.
- additional
Ip NumberId - Account id of the additional IP to attach, from BaremetalAdditionalIp.
- metal
Account NumberId - 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:
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