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 NeoliteSnapshot Resource
Resources are created with functions called constructors. To learn more about declaring and configuring resources, see Resources.
Constructor syntax
new NeoliteSnapshot(name: string, args: NeoliteSnapshotArgs, opts?: CustomResourceOptions);@overload
def NeoliteSnapshot(resource_name: str,
args: NeoliteSnapshotArgs,
opts: Optional[ResourceOptions] = None)
@overload
def NeoliteSnapshot(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 NewNeoliteSnapshot(ctx *Context, name string, args NeoliteSnapshotArgs, opts ...ResourceOption) (*NeoliteSnapshot, error)public NeoliteSnapshot(string name, NeoliteSnapshotArgs args, CustomResourceOptions? opts = null)
public NeoliteSnapshot(String name, NeoliteSnapshotArgs args)
public NeoliteSnapshot(String name, NeoliteSnapshotArgs args, CustomResourceOptions options)
type: biznetgio:NeoliteSnapshot
properties: # The arguments to resource properties.
options: # Bag of options to control resource's behavior.
resource "biznetgio_neolite_snapshot" "name" {
# resource properties
}Parameters
- name string
- The unique name of the resource.
- args NeoliteSnapshotArgs
- 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 NeoliteSnapshotArgs
- 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 NeoliteSnapshotArgs
- The arguments to resource properties.
- opts ResourceOption
- Bag of options to control resource's behavior.
- name string
- The unique name of the resource.
- args NeoliteSnapshotArgs
- The arguments to resource properties.
- opts CustomResourceOptions
- Bag of options to control resource's behavior.
- name String
- The unique name of the resource.
- args NeoliteSnapshotArgs
- 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 neoliteSnapshotResource = new Biznetgio.NeoliteSnapshot("neoliteSnapshotResource", new()
{
Cycle = "string",
NeoliteAccountId = 0,
Description = "string",
Name = "string",
PayWithCreditCard = false,
Promocode = "string",
});
example, err := biznetgio.NewNeoliteSnapshot(ctx, "neoliteSnapshotResource", &biznetgio.NeoliteSnapshotArgs{
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_snapshot" "neoliteSnapshotResource" {
lifecycle {
create_before_destroy = true
}
cycle = "string"
neolite_account_id = 0
description = "string"
name = "string"
pay_with_credit_card = false
promocode = "string"
}
var neoliteSnapshotResource = new NeoliteSnapshot("neoliteSnapshotResource", NeoliteSnapshotArgs.builder()
.cycle("string")
.neoliteAccountId(0)
.description("string")
.name("string")
.payWithCreditCard(false)
.promocode("string")
.build());
neolite_snapshot_resource = biznetgio.NeoliteSnapshot("neoliteSnapshotResource",
cycle="string",
neolite_account_id=0,
description="string",
name="string",
pay_with_credit_card=False,
promocode="string")
const neoliteSnapshotResource = new biznetgio.NeoliteSnapshot("neoliteSnapshotResource", {
cycle: "string",
neoliteAccountId: 0,
description: "string",
name: "string",
payWithCreditCard: false,
promocode: "string",
});
type: biznetgio:NeoliteSnapshot
properties:
cycle: string
description: string
name: string
neoliteAccountId: 0
payWithCreditCard: false
promocode: string
NeoliteSnapshot 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 NeoliteSnapshot resource accepts the following input properties:
- Cycle string
- Billing cycle: m monthly, a annual, q quarterly, s semiannual, b biennial, t triennial, p4, p5.
- Neolite
Account intId - Account id of the NEO Lite VM being snapshotted.
- Description string
- Snapshot description.
- Name string
- Snapshot name. Defaults to
snapshot-name. - 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.
- Cycle string
- Billing cycle: m monthly, a annual, q quarterly, s semiannual, b biennial, t triennial, p4, p5.
- Neolite
Account intId - Account id of the NEO Lite VM being snapshotted.
- Description string
- Snapshot description.
- Name string
- Snapshot name. Defaults to
snapshot-name. - 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.
- cycle string
- Billing cycle: m monthly, a annual, q quarterly, s semiannual, b biennial, t triennial, p4, p5.
- neolite_
account_ numberid - Account id of the NEO Lite VM being snapshotted.
- description string
- Snapshot description.
- name string
- Snapshot name. Defaults to
snapshot-name. - 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.
- cycle String
- Billing cycle: m monthly, a annual, q quarterly, s semiannual, b biennial, t triennial, p4, p5.
- neolite
Account IntegerId - Account id of the NEO Lite VM being snapshotted.
- description String
- Snapshot description.
- name String
- Snapshot name. Defaults to
snapshot-name. - 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.
- cycle string
- Billing cycle: m monthly, a annual, q quarterly, s semiannual, b biennial, t triennial, p4, p5.
- neolite
Account numberId - Account id of the NEO Lite VM being snapshotted.
- description string
- Snapshot description.
- name string
- Snapshot name. Defaults to
snapshot-name. - 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.
- cycle str
- Billing cycle: m monthly, a annual, q quarterly, s semiannual, b biennial, t triennial, p4, p5.
- neolite_
account_ intid - Account id of the NEO Lite VM being snapshotted.
- description str
- Snapshot description.
- name str
- Snapshot name. Defaults to
snapshot-name. - 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.
- cycle String
- Billing cycle: m monthly, a annual, q quarterly, s semiannual, b biennial, t triennial, p4, p5.
- neolite
Account NumberId - Account id of the NEO Lite VM being snapshotted.
- description String
- Snapshot description.
- name String
- Snapshot name. Defaults to
snapshot-name. - 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 NeoliteSnapshot 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