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

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

    Constructor syntax

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

    Parameters

    name string
    The unique name of the resource.
    args NeoliteProDiskArgs
    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 NeoliteProDiskArgs
    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 NeoliteProDiskArgs
    The arguments to resource properties.
    opts ResourceOption
    Bag of options to control resource's behavior.
    name string
    The unique name of the resource.
    args NeoliteProDiskArgs
    The arguments to resource properties.
    opts CustomResourceOptions
    Bag of options to control resource's behavior.
    name String
    The unique name of the resource.
    args NeoliteProDiskArgs
    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 neoliteProDiskResource = new Biznetgio.NeoliteProDisk("neoliteProDiskResource", new()
    {
        Cycle = "string",
        NeoliteAccountId = 0,
        ProductId = 0,
        PayWithCreditCard = false,
        Promocode = "string",
        ServiceName = "string",
        Size = 0,
    });
    
    example, err := biznetgio.NewNeoliteProDisk(ctx, "neoliteProDiskResource", &biznetgio.NeoliteProDiskArgs{
    	Cycle:             pulumi.String("string"),
    	NeoliteAccountId:  pulumi.Int(0),
    	ProductId:         pulumi.Int(0),
    	PayWithCreditCard: pulumi.Bool(false),
    	Promocode:         pulumi.String("string"),
    	ServiceName:       pulumi.String("string"),
    	Size:              pulumi.Int(0),
    })
    
    resource "biznetgio_neolite_pro_disk" "neoliteProDiskResource" {
      lifecycle {
        create_before_destroy = true
      }
      cycle                = "string"
      neolite_account_id   = 0
      product_id           = 0
      pay_with_credit_card = false
      promocode            = "string"
      service_name         = "string"
      size                 = 0
    }
    
    var neoliteProDiskResource = new NeoliteProDisk("neoliteProDiskResource", NeoliteProDiskArgs.builder()
        .cycle("string")
        .neoliteAccountId(0)
        .productId(0)
        .payWithCreditCard(false)
        .promocode("string")
        .serviceName("string")
        .size(0)
        .build());
    
    neolite_pro_disk_resource = biznetgio.NeoliteProDisk("neoliteProDiskResource",
        cycle="string",
        neolite_account_id=0,
        product_id=0,
        pay_with_credit_card=False,
        promocode="string",
        service_name="string",
        size=0)
    
    const neoliteProDiskResource = new biznetgio.NeoliteProDisk("neoliteProDiskResource", {
        cycle: "string",
        neoliteAccountId: 0,
        productId: 0,
        payWithCreditCard: false,
        promocode: "string",
        serviceName: "string",
        size: 0,
    });
    
    type: biznetgio:NeoliteProDisk
    properties:
        cycle: string
        neoliteAccountId: 0
        payWithCreditCard: false
        productId: 0
        promocode: string
        serviceName: string
        size: 0
    

    NeoliteProDisk 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 NeoliteProDisk 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 the disk is attached to.
    ProductId int
    Disk product id from the /neolite-pros/disks/products endpoint.
    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.
    ServiceName string
    Disk service name. Defaults to service-name.
    Size int
    Disk size (GB). Defaults to 30 (minimum disk-pro product). Can only go up, never down.
    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 the disk is attached to.
    ProductId int
    Disk product id from the /neolite-pros/disks/products endpoint.
    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.
    ServiceName string
    Disk service name. Defaults to service-name.
    Size int
    Disk size (GB). Defaults to 30 (minimum disk-pro product). Can only go up, never down.
    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 the disk is attached to.
    product_id number
    Disk product id from the /neolite-pros/disks/products endpoint.
    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.
    service_name string
    Disk service name. Defaults to service-name.
    size number
    Disk size (GB). Defaults to 30 (minimum disk-pro product). Can only go up, never down.
    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 the disk is attached to.
    productId Integer
    Disk product id from the /neolite-pros/disks/products endpoint.
    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.
    serviceName String
    Disk service name. Defaults to service-name.
    size Integer
    Disk size (GB). Defaults to 30 (minimum disk-pro product). Can only go up, never down.
    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 the disk is attached to.
    productId number
    Disk product id from the /neolite-pros/disks/products endpoint.
    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.
    serviceName string
    Disk service name. Defaults to service-name.
    size number
    Disk size (GB). Defaults to 30 (minimum disk-pro product). Can only go up, never down.
    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 the disk is attached to.
    product_id int
    Disk product id from the /neolite-pros/disks/products endpoint.
    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.
    service_name str
    Disk service name. Defaults to service-name.
    size int
    Disk size (GB). Defaults to 30 (minimum disk-pro product). Can only go up, never down.
    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 the disk is attached to.
    productId Number
    Disk product id from the /neolite-pros/disks/products endpoint.
    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.
    serviceName String
    Disk service name. Defaults to service-name.
    size Number
    Disk size (GB). Defaults to 30 (minimum disk-pro product). Can only go up, never down.

    Outputs

    All input properties are implicitly available as output properties. Additionally, the NeoliteProDisk 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.
    Raw string
    Raw JSON of the last-read disk response, for accessing fields not yet modeled.
    Status string
    Disk status (Active, Pending, Suspended, Terminated).
    Id string
    The provider-assigned unique ID for this managed resource.
    OrderId string
    Order id from the creation response.
    Raw string
    Raw JSON of the last-read disk response, for accessing fields not yet modeled.
    Status string
    Disk 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.
    raw string
    Raw JSON of the last-read disk response, for accessing fields not yet modeled.
    status string
    Disk status (Active, Pending, Suspended, Terminated).
    id String
    The provider-assigned unique ID for this managed resource.
    orderId String
    Order id from the creation response.
    raw String
    Raw JSON of the last-read disk response, for accessing fields not yet modeled.
    status String
    Disk status (Active, Pending, Suspended, Terminated).
    id string
    The provider-assigned unique ID for this managed resource.
    orderId string
    Order id from the creation response.
    raw string
    Raw JSON of the last-read disk response, for accessing fields not yet modeled.
    status string
    Disk 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.
    raw str
    Raw JSON of the last-read disk response, for accessing fields not yet modeled.
    status str
    Disk status (Active, Pending, Suspended, Terminated).
    id String
    The provider-assigned unique ID for this managed resource.
    orderId String
    Order id from the creation response.
    raw String
    Raw JSON of the last-read disk response, for accessing fields not yet modeled.
    status String
    Disk 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