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

    ConsolePassword 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.
    KeypairId int
    Keypair id from NeoliteKeypair.
    Name string
    Name of the restored VM.
    ProductId int
    Product id from the getProducts function or the portal.
    SnapshotId int
    Account id of the source snapshot, from NeoliteSnapshot.
    SshAndConsoleUser string
    SSH and console user set at creation.
    Description string
    VM description.
    PayWithCreditCard bool
    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.
    ConsolePassword 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.
    KeypairId int
    Keypair id from NeoliteKeypair.
    Name string
    Name of the restored VM.
    ProductId int
    Product id from the getProducts function or the portal.
    SnapshotId int
    Account id of the source snapshot, from NeoliteSnapshot.
    SshAndConsoleUser string
    SSH and console user set at creation.
    Description string
    VM description.
    PayWithCreditCard bool
    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 getProducts function or the portal.
    snapshot_id number
    Account id of the source snapshot, from NeoliteSnapshot.
    ssh_and_console_user string
    SSH and console user set at creation.
    description string
    VM description.
    pay_with_credit_card bool
    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.
    consolePassword 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.
    keypairId Integer
    Keypair id from NeoliteKeypair.
    name String
    Name of the restored VM.
    productId Integer
    Product id from the getProducts function or the portal.
    snapshotId Integer
    Account id of the source snapshot, from NeoliteSnapshot.
    sshAndConsoleUser String
    SSH and console user set at creation.
    description String
    VM description.
    payWithCreditCard Boolean
    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.
    consolePassword 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.
    keypairId number
    Keypair id from NeoliteKeypair.
    name string
    Name of the restored VM.
    productId number
    Product id from the getProducts function or the portal.
    snapshotId number
    Account id of the source snapshot, from NeoliteSnapshot.
    sshAndConsoleUser string
    SSH and console user set at creation.
    description string
    VM description.
    payWithCreditCard boolean
    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 getProducts function or the portal.
    snapshot_id int
    Account id of the source snapshot, from NeoliteSnapshot.
    ssh_and_console_user str
    SSH and console user set at creation.
    description str
    VM description.
    pay_with_credit_card bool
    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.
    consolePassword 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.
    keypairId Number
    Keypair id from NeoliteKeypair.
    name String
    Name of the restored VM.
    productId Number
    Product id from the getProducts function or the portal.
    snapshotId Number
    Account id of the source snapshot, from NeoliteSnapshot.
    sshAndConsoleUser String
    SSH and console user set at creation.
    description String
    VM description.
    payWithCreditCard Boolean
    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:

    Id string
    The provider-assigned unique ID for this managed resource.
    OrderId string
    Order id from the creation response.
    Status string
    VM status (Active, Pending, Suspended, Terminated).
    Id string
    The provider-assigned unique ID for this managed resource.
    OrderId string
    Order id from the creation response.
    Status string
    VM status (Active, Pending, Suspended, Terminated).
    id string
    The provider-assigned unique ID for this managed resource.
    order_id string
    Order id from the creation response.
    status string
    VM status (Active, Pending, Suspended, Terminated).
    id String
    The provider-assigned unique ID for this managed resource.
    orderId String
    Order id from the creation response.
    status String
    VM status (Active, Pending, Suspended, Terminated).
    id string
    The provider-assigned unique ID for this managed resource.
    orderId string
    Order id from the creation response.
    status string
    VM status (Active, Pending, Suspended, Terminated).
    id str
    The provider-assigned unique ID for this managed resource.
    order_id str
    Order id from the creation response.
    status str
    VM status (Active, Pending, Suspended, Terminated).
    id String
    The provider-assigned unique ID for this managed resource.
    orderId String
    Order id from the creation response.
    status String
    VM status (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