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

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

    Constructor syntax

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

    Parameters

    name string
    The unique name of the resource.
    args NeoliteProSnapshotArgs
    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 NeoliteProSnapshotArgs
    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 NeoliteProSnapshotArgs
    The arguments to resource properties.
    opts ResourceOption
    Bag of options to control resource's behavior.
    name string
    The unique name of the resource.
    args NeoliteProSnapshotArgs
    The arguments to resource properties.
    opts CustomResourceOptions
    Bag of options to control resource's behavior.
    name String
    The unique name of the resource.
    args NeoliteProSnapshotArgs
    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 neoliteProSnapshotResource = new Biznetgio.NeoliteProSnapshot("neoliteProSnapshotResource", new()
    {
        Cycle = "string",
        NeoliteAccountId = 0,
        Description = "string",
        Name = "string",
        PayWithCreditCard = false,
        Promocode = "string",
    });
    
    example, err := biznetgio.NewNeoliteProSnapshot(ctx, "neoliteProSnapshotResource", &biznetgio.NeoliteProSnapshotArgs{
    	Cycle:             pulumi.String("string"),
    	NeoliteAccountId:  pulumi.Int(0),
    	Description:       pulumi.String("string"),
    	Name:              pulumi.String("string"),
    	PayWithCreditCard: pulumi.Bool(false),
    	Promocode:         pulumi.String("string"),
    })
    
    resource "biznetgio_neolite_pro_snapshot" "neoliteProSnapshotResource" {
      lifecycle {
        create_before_destroy = true
      }
      cycle                = "string"
      neolite_account_id   = 0
      description          = "string"
      name                 = "string"
      pay_with_credit_card = false
      promocode            = "string"
    }
    
    var neoliteProSnapshotResource = new NeoliteProSnapshot("neoliteProSnapshotResource", NeoliteProSnapshotArgs.builder()
        .cycle("string")
        .neoliteAccountId(0)
        .description("string")
        .name("string")
        .payWithCreditCard(false)
        .promocode("string")
        .build());
    
    neolite_pro_snapshot_resource = biznetgio.NeoliteProSnapshot("neoliteProSnapshotResource",
        cycle="string",
        neolite_account_id=0,
        description="string",
        name="string",
        pay_with_credit_card=False,
        promocode="string")
    
    const neoliteProSnapshotResource = new biznetgio.NeoliteProSnapshot("neoliteProSnapshotResource", {
        cycle: "string",
        neoliteAccountId: 0,
        description: "string",
        name: "string",
        payWithCreditCard: false,
        promocode: "string",
    });
    
    type: biznetgio:NeoliteProSnapshot
    properties:
        cycle: string
        description: string
        name: string
        neoliteAccountId: 0
        payWithCreditCard: false
        promocode: string
    

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

    Cycle string
    Billing cycle: m monthly, a annual, q quarterly, s semiannual, b biennial, t triennial, p4, p5.
    NeoliteAccountId int
    Account id of the NEO Lite Pro VM being snapshotted.
    Description string
    Snapshot description.
    Name string
    Snapshot name. Defaults to snapshot-name.
    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.
    Cycle string
    Billing cycle: m monthly, a annual, q quarterly, s semiannual, b biennial, t triennial, p4, p5.
    NeoliteAccountId int
    Account id of the NEO Lite Pro VM being snapshotted.
    Description string
    Snapshot description.
    Name string
    Snapshot name. Defaults to snapshot-name.
    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.
    cycle string
    Billing cycle: m monthly, a annual, q quarterly, s semiannual, b biennial, t triennial, p4, p5.
    neolite_account_id number
    Account id of the NEO Lite Pro VM being snapshotted.
    description string
    Snapshot description.
    name string
    Snapshot name. Defaults to snapshot-name.
    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.
    cycle String
    Billing cycle: m monthly, a annual, q quarterly, s semiannual, b biennial, t triennial, p4, p5.
    neoliteAccountId Integer
    Account id of the NEO Lite Pro VM being snapshotted.
    description String
    Snapshot description.
    name String
    Snapshot name. Defaults to snapshot-name.
    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.
    cycle string
    Billing cycle: m monthly, a annual, q quarterly, s semiannual, b biennial, t triennial, p4, p5.
    neoliteAccountId number
    Account id of the NEO Lite Pro VM being snapshotted.
    description string
    Snapshot description.
    name string
    Snapshot name. Defaults to snapshot-name.
    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.
    cycle str
    Billing cycle: m monthly, a annual, q quarterly, s semiannual, b biennial, t triennial, p4, p5.
    neolite_account_id int
    Account id of the NEO Lite Pro VM being snapshotted.
    description str
    Snapshot description.
    name str
    Snapshot name. Defaults to snapshot-name.
    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.
    cycle String
    Billing cycle: m monthly, a annual, q quarterly, s semiannual, b biennial, t triennial, p4, p5.
    neoliteAccountId Number
    Account id of the NEO Lite Pro VM being snapshotted.
    description String
    Snapshot description.
    name String
    Snapshot name. Defaults to snapshot-name.
    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 NeoliteProSnapshot 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
    Snapshot 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
    Snapshot 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
    Snapshot 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
    Snapshot 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
    Snapshot 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
    Snapshot 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
    Snapshot 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