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

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

    Constructor syntax

    new NeoliteKeypair(name: string, args: NeoliteKeypairArgs, opts?: CustomResourceOptions);
    @overload
    def NeoliteKeypair(resource_name: str,
                       args: NeoliteKeypairArgs,
                       opts: Optional[ResourceOptions] = None)
    
    @overload
    def NeoliteKeypair(resource_name: str,
                       opts: Optional[ResourceOptions] = None,
                       name: Optional[str] = None)
    func NewNeoliteKeypair(ctx *Context, name string, args NeoliteKeypairArgs, opts ...ResourceOption) (*NeoliteKeypair, error)
    public NeoliteKeypair(string name, NeoliteKeypairArgs args, CustomResourceOptions? opts = null)
    public NeoliteKeypair(String name, NeoliteKeypairArgs args)
    public NeoliteKeypair(String name, NeoliteKeypairArgs args, CustomResourceOptions options)
    
    type: biznetgio:NeoliteKeypair
    properties: # The arguments to resource properties.
    options: # Bag of options to control resource's behavior.
    
    
    resource "biznetgio_neolite_keypair" "name" {
        # resource properties
    }

    Parameters

    name string
    The unique name of the resource.
    args NeoliteKeypairArgs
    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 NeoliteKeypairArgs
    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 NeoliteKeypairArgs
    The arguments to resource properties.
    opts ResourceOption
    Bag of options to control resource's behavior.
    name string
    The unique name of the resource.
    args NeoliteKeypairArgs
    The arguments to resource properties.
    opts CustomResourceOptions
    Bag of options to control resource's behavior.
    name String
    The unique name of the resource.
    args NeoliteKeypairArgs
    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 neoliteKeypairResource = new Biznetgio.NeoliteKeypair("neoliteKeypairResource", new()
    {
        Name = "string",
    });
    
    example, err := biznetgio.NewNeoliteKeypair(ctx, "neoliteKeypairResource", &biznetgio.NeoliteKeypairArgs{
    	Name: pulumi.String("string"),
    })
    
    resource "biznetgio_neolite_keypair" "neoliteKeypairResource" {
      lifecycle {
        create_before_destroy = true
      }
      name = "string"
    }
    
    var neoliteKeypairResource = new NeoliteKeypair("neoliteKeypairResource", NeoliteKeypairArgs.builder()
        .name("string")
        .build());
    
    neolite_keypair_resource = biznetgio.NeoliteKeypair("neoliteKeypairResource", name="string")
    
    const neoliteKeypairResource = new biznetgio.NeoliteKeypair("neoliteKeypairResource", {name: "string"});
    
    type: biznetgio:NeoliteKeypair
    properties:
        name: string
    

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

    Name string
    Keypair name.
    Name string
    Keypair name.
    name string
    Keypair name.
    name String
    Keypair name.
    name string
    Keypair name.
    name str
    Keypair name.
    name String
    Keypair name.

    Outputs

    All input properties are implicitly available as output properties. Additionally, the NeoliteKeypair resource produces the following output properties:

    Id string
    The provider-assigned unique ID for this managed resource.
    KeypairId int
    Keypair id in BiznetGIO.
    PrivateKey string
    Private key (sensitive). Write-only: only present in the create response, can't be re-fetched.
    PublicKey string
    Generated public key.
    Id string
    The provider-assigned unique ID for this managed resource.
    KeypairId int
    Keypair id in BiznetGIO.
    PrivateKey string
    Private key (sensitive). Write-only: only present in the create response, can't be re-fetched.
    PublicKey string
    Generated public key.
    id string
    The provider-assigned unique ID for this managed resource.
    keypair_id number
    Keypair id in BiznetGIO.
    private_key string
    Private key (sensitive). Write-only: only present in the create response, can't be re-fetched.
    public_key string
    Generated public key.
    id String
    The provider-assigned unique ID for this managed resource.
    keypairId Integer
    Keypair id in BiznetGIO.
    privateKey String
    Private key (sensitive). Write-only: only present in the create response, can't be re-fetched.
    publicKey String
    Generated public key.
    id string
    The provider-assigned unique ID for this managed resource.
    keypairId number
    Keypair id in BiznetGIO.
    privateKey string
    Private key (sensitive). Write-only: only present in the create response, can't be re-fetched.
    publicKey string
    Generated public key.
    id str
    The provider-assigned unique ID for this managed resource.
    keypair_id int
    Keypair id in BiznetGIO.
    private_key str
    Private key (sensitive). Write-only: only present in the create response, can't be re-fetched.
    public_key str
    Generated public key.
    id String
    The provider-assigned unique ID for this managed resource.
    keypairId Number
    Keypair id in BiznetGIO.
    privateKey String
    Private key (sensitive). Write-only: only present in the create response, can't be re-fetched.
    publicKey String
    Generated public key.

    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