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 NeoliteProKeypair Resource
Resources are created with functions called constructors. To learn more about declaring and configuring resources, see Resources.
Constructor syntax
new NeoliteProKeypair(name: string, args: NeoliteProKeypairArgs, opts?: CustomResourceOptions);@overload
def NeoliteProKeypair(resource_name: str,
args: NeoliteProKeypairArgs,
opts: Optional[ResourceOptions] = None)
@overload
def NeoliteProKeypair(resource_name: str,
opts: Optional[ResourceOptions] = None,
name: Optional[str] = None)func NewNeoliteProKeypair(ctx *Context, name string, args NeoliteProKeypairArgs, opts ...ResourceOption) (*NeoliteProKeypair, error)public NeoliteProKeypair(string name, NeoliteProKeypairArgs args, CustomResourceOptions? opts = null)
public NeoliteProKeypair(String name, NeoliteProKeypairArgs args)
public NeoliteProKeypair(String name, NeoliteProKeypairArgs args, CustomResourceOptions options)
type: biznetgio:NeoliteProKeypair
properties: # The arguments to resource properties.
options: # Bag of options to control resource's behavior.
resource "biznetgio_neolite_pro_keypair" "name" {
# resource properties
}Parameters
- name string
- The unique name of the resource.
- args NeoliteProKeypairArgs
- 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 NeoliteProKeypairArgs
- 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 NeoliteProKeypairArgs
- The arguments to resource properties.
- opts ResourceOption
- Bag of options to control resource's behavior.
- name string
- The unique name of the resource.
- args NeoliteProKeypairArgs
- The arguments to resource properties.
- opts CustomResourceOptions
- Bag of options to control resource's behavior.
- name String
- The unique name of the resource.
- args NeoliteProKeypairArgs
- 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 neoliteProKeypairResource = new Biznetgio.NeoliteProKeypair("neoliteProKeypairResource", new()
{
Name = "string",
});
example, err := biznetgio.NewNeoliteProKeypair(ctx, "neoliteProKeypairResource", &biznetgio.NeoliteProKeypairArgs{
Name: pulumi.String("string"),
})
resource "biznetgio_neolite_pro_keypair" "neoliteProKeypairResource" {
lifecycle {
create_before_destroy = true
}
name = "string"
}
var neoliteProKeypairResource = new NeoliteProKeypair("neoliteProKeypairResource", NeoliteProKeypairArgs.builder()
.name("string")
.build());
neolite_pro_keypair_resource = biznetgio.NeoliteProKeypair("neoliteProKeypairResource", name="string")
const neoliteProKeypairResource = new biznetgio.NeoliteProKeypair("neoliteProKeypairResource", {name: "string"});
type: biznetgio:NeoliteProKeypair
properties:
name: string
NeoliteProKeypair 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 NeoliteProKeypair 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 NeoliteProKeypair resource produces the following output properties:
- Id string
- The provider-assigned unique ID for this managed resource.
- Keypair
Id int - 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.
- Keypair
Id int - 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.
- 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.
- keypair
Id Integer - 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.
- 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 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.
- 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.
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