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 NeoliteVmFromSnapshot Resource
Resources are created with functions called constructors. To learn more about declaring and configuring resources, see Resources.
Constructor syntax
new NeoliteVmFromSnapshot(name: string, args: NeoliteVmFromSnapshotArgs, opts?: CustomResourceOptions);@overload
def NeoliteVmFromSnapshot(resource_name: str,
args: NeoliteVmFromSnapshotArgs,
opts: Optional[ResourceOptions] = None)
@overload
def NeoliteVmFromSnapshot(resource_name: str,
opts: Optional[ResourceOptions] = None,
console_password: Optional[str] = None,
cycle: Optional[str] = None,
keypair_id: Optional[int] = None,
name: Optional[str] = None,
product_id: Optional[int] = None,
snapshot_id: Optional[int] = None,
ssh_and_console_user: Optional[str] = None,
description: Optional[str] = None,
pay_with_credit_card: Optional[bool] = None,
promocode: Optional[str] = None)func NewNeoliteVmFromSnapshot(ctx *Context, name string, args NeoliteVmFromSnapshotArgs, opts ...ResourceOption) (*NeoliteVmFromSnapshot, error)public NeoliteVmFromSnapshot(string name, NeoliteVmFromSnapshotArgs args, CustomResourceOptions? opts = null)
public NeoliteVmFromSnapshot(String name, NeoliteVmFromSnapshotArgs args)
public NeoliteVmFromSnapshot(String name, NeoliteVmFromSnapshotArgs args, CustomResourceOptions options)
type: biznetgio:NeoliteVmFromSnapshot
properties: # The arguments to resource properties.
options: # Bag of options to control resource's behavior.
resource "biznetgio_neolite_vm_from_snapshot" "name" {
# resource properties
}Parameters
- name string
- The unique name of the resource.
- args NeoliteVmFromSnapshotArgs
- 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 NeoliteVmFromSnapshotArgs
- 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 NeoliteVmFromSnapshotArgs
- The arguments to resource properties.
- opts ResourceOption
- Bag of options to control resource's behavior.
- name string
- The unique name of the resource.
- args NeoliteVmFromSnapshotArgs
- The arguments to resource properties.
- opts CustomResourceOptions
- Bag of options to control resource's behavior.
- name String
- The unique name of the resource.
- args NeoliteVmFromSnapshotArgs
- 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 neoliteVmFromSnapshotResource = new Biznetgio.NeoliteVmFromSnapshot("neoliteVmFromSnapshotResource", new()
{
ConsolePassword = "string",
Cycle = "string",
KeypairId = 0,
Name = "string",
ProductId = 0,
SnapshotId = 0,
SshAndConsoleUser = "string",
Description = "string",
PayWithCreditCard = false,
Promocode = "string",
});
example, err := biznetgio.NewNeoliteVmFromSnapshot(ctx, "neoliteVmFromSnapshotResource", &biznetgio.NeoliteVmFromSnapshotArgs{
ConsolePassword: pulumi.String("string"),
Cycle: pulumi.String("string"),
KeypairId: pulumi.Int(0),
Name: pulumi.String("string"),
ProductId: pulumi.Int(0),
SnapshotId: pulumi.Int(0),
SshAndConsoleUser: pulumi.String("string"),
Description: pulumi.String("string"),
PayWithCreditCard: pulumi.Bool(false),
Promocode: pulumi.String("string"),
})
resource "biznetgio_neolite_vm_from_snapshot" "neoliteVmFromSnapshotResource" {
lifecycle {
create_before_destroy = true
}
console_password = "string"
cycle = "string"
keypair_id = 0
name = "string"
product_id = 0
snapshot_id = 0
ssh_and_console_user = "string"
description = "string"
pay_with_credit_card = false
promocode = "string"
}
var neoliteVmFromSnapshotResource = new NeoliteVmFromSnapshot("neoliteVmFromSnapshotResource", NeoliteVmFromSnapshotArgs.builder()
.consolePassword("string")
.cycle("string")
.keypairId(0)
.name("string")
.productId(0)
.snapshotId(0)
.sshAndConsoleUser("string")
.description("string")
.payWithCreditCard(false)
.promocode("string")
.build());
neolite_vm_from_snapshot_resource = biznetgio.NeoliteVmFromSnapshot("neoliteVmFromSnapshotResource",
console_password="string",
cycle="string",
keypair_id=0,
name="string",
product_id=0,
snapshot_id=0,
ssh_and_console_user="string",
description="string",
pay_with_credit_card=False,
promocode="string")
const neoliteVmFromSnapshotResource = new biznetgio.NeoliteVmFromSnapshot("neoliteVmFromSnapshotResource", {
consolePassword: "string",
cycle: "string",
keypairId: 0,
name: "string",
productId: 0,
snapshotId: 0,
sshAndConsoleUser: "string",
description: "string",
payWithCreditCard: false,
promocode: "string",
});
type: biznetgio:NeoliteVmFromSnapshot
properties:
consolePassword: string
cycle: string
description: string
keypairId: 0
name: string
payWithCreditCard: false
productId: 0
promocode: string
snapshotId: 0
sshAndConsoleUser: string
NeoliteVmFromSnapshot 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 NeoliteVmFromSnapshot resource accepts the following input properties:
- Console
Password string - Console password at creation. Write-only: never re-fetched from the API.
- Cycle string
- Billing cycle: m monthly, a annual, q quarterly, s semiannual, b biennial, t triennial, p4, p5.
- Keypair
Id int - Keypair id from
NeoliteKeypair. - Name string
- Name of the restored VM.
- Product
Id int - Product id from the
getProductsfunction or the portal. - Snapshot
Id int - Account id of the source snapshot, from
NeoliteSnapshot. - Ssh
And stringConsole User - SSH and console user set at creation.
- Description string
- VM description.
- Pay
With boolCredit Card - Pay the invoice with the registered credit card at order time. Defaults to true (auto-charge); set false to leave it unpaid in the portal until settled.
- Promocode string
- Promo code to apply at order.
- Console
Password string - Console password at creation. Write-only: never re-fetched from the API.
- Cycle string
- Billing cycle: m monthly, a annual, q quarterly, s semiannual, b biennial, t triennial, p4, p5.
- Keypair
Id int - Keypair id from
NeoliteKeypair. - Name string
- Name of the restored VM.
- Product
Id int - Product id from the
getProductsfunction or the portal. - Snapshot
Id int - Account id of the source snapshot, from
NeoliteSnapshot. - Ssh
And stringConsole User - SSH and console user set at creation.
- Description string
- VM description.
- Pay
With boolCredit Card - Pay the invoice with the registered credit card at order time. Defaults to true (auto-charge); set false to leave it unpaid in the portal until settled.
- Promocode string
- Promo code to apply at order.
- console_
password string - Console password at creation. Write-only: never re-fetched from the API.
- cycle string
- Billing cycle: m monthly, a annual, q quarterly, s semiannual, b biennial, t triennial, p4, p5.
- keypair_
id number - Keypair id from
NeoliteKeypair. - name string
- Name of the restored VM.
- product_
id number - Product id from the
getProductsfunction or the portal. - snapshot_
id number - Account id of the source snapshot, from
NeoliteSnapshot. - ssh_
and_ stringconsole_ user - SSH and console user set at creation.
- description string
- VM description.
- pay_
with_ boolcredit_ card - Pay the invoice with the registered credit card at order time. Defaults to true (auto-charge); set false to leave it unpaid in the portal until settled.
- promocode string
- Promo code to apply at order.
- console
Password String - Console password at creation. Write-only: never re-fetched from the API.
- cycle String
- Billing cycle: m monthly, a annual, q quarterly, s semiannual, b biennial, t triennial, p4, p5.
- keypair
Id Integer - Keypair id from
NeoliteKeypair. - name String
- Name of the restored VM.
- product
Id Integer - Product id from the
getProductsfunction or the portal. - snapshot
Id Integer - Account id of the source snapshot, from
NeoliteSnapshot. - ssh
And StringConsole User - SSH and console user set at creation.
- description String
- VM description.
- pay
With BooleanCredit Card - Pay the invoice with the registered credit card at order time. Defaults to true (auto-charge); set false to leave it unpaid in the portal until settled.
- promocode String
- Promo code to apply at order.
- console
Password string - Console password at creation. Write-only: never re-fetched from the API.
- cycle string
- Billing cycle: m monthly, a annual, q quarterly, s semiannual, b biennial, t triennial, p4, p5.
- keypair
Id number - Keypair id from
NeoliteKeypair. - name string
- Name of the restored VM.
- product
Id number - Product id from the
getProductsfunction or the portal. - snapshot
Id number - Account id of the source snapshot, from
NeoliteSnapshot. - ssh
And stringConsole User - SSH and console user set at creation.
- description string
- VM description.
- pay
With booleanCredit Card - Pay the invoice with the registered credit card at order time. Defaults to true (auto-charge); set false to leave it unpaid in the portal until settled.
- promocode string
- Promo code to apply at order.
- console_
password str - Console password at creation. Write-only: never re-fetched from the API.
- cycle str
- Billing cycle: m monthly, a annual, q quarterly, s semiannual, b biennial, t triennial, p4, p5.
- keypair_
id int - Keypair id from
NeoliteKeypair. - name str
- Name of the restored VM.
- product_
id int - Product id from the
getProductsfunction or the portal. - snapshot_
id int - Account id of the source snapshot, from
NeoliteSnapshot. - ssh_
and_ strconsole_ user - SSH and console user set at creation.
- description str
- VM description.
- pay_
with_ boolcredit_ card - Pay the invoice with the registered credit card at order time. Defaults to true (auto-charge); set false to leave it unpaid in the portal until settled.
- promocode str
- Promo code to apply at order.
- console
Password String - Console password at creation. Write-only: never re-fetched from the API.
- cycle String
- Billing cycle: m monthly, a annual, q quarterly, s semiannual, b biennial, t triennial, p4, p5.
- keypair
Id Number - Keypair id from
NeoliteKeypair. - name String
- Name of the restored VM.
- product
Id Number - Product id from the
getProductsfunction or the portal. - snapshot
Id Number - Account id of the source snapshot, from
NeoliteSnapshot. - ssh
And StringConsole User - SSH and console user set at creation.
- description String
- VM description.
- pay
With BooleanCredit Card - Pay the invoice with the registered credit card at order time. Defaults to true (auto-charge); set false to leave it unpaid in the portal until settled.
- promocode String
- Promo code to apply at order.
Outputs
All input properties are implicitly available as output properties. Additionally, the NeoliteVmFromSnapshot 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