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
Using neoliteChangePackageOptions
Two invocation forms are available. The direct form accepts plain arguments and either blocks until the result value is available, or returns a Promise-wrapped result. The output form accepts Input-wrapped arguments and returns an Output-wrapped result.
function neoliteChangePackageOptions(args: NeoliteChangePackageOptionsArgs, opts?: InvokeOptions): Promise<NeoliteChangePackageOptionsResult>
function neoliteChangePackageOptionsOutput(args: NeoliteChangePackageOptionsOutputArgs, opts?: InvokeOutputOptions): Output<NeoliteChangePackageOptionsResult>def neolite_change_package_options(account_id: Optional[int] = None,
opts: Optional[InvokeOptions] = None) -> NeoliteChangePackageOptionsResult
def neolite_change_package_options_output(account_id: pulumi.Input[Optional[int]] = None,
opts: Optional[InvokeOutputOptions] = None) -> Output[NeoliteChangePackageOptionsResult]func NeoliteChangePackageOptions(ctx *Context, args *NeoliteChangePackageOptionsArgs, opts ...InvokeOption) (*NeoliteChangePackageOptionsResult, error)
func NeoliteChangePackageOptionsOutput(ctx *Context, args *NeoliteChangePackageOptionsOutputArgs, opts ...InvokeOption) NeoliteChangePackageOptionsResultOutput> Note: This function is named NeoliteChangePackageOptions in the Go SDK.
public static class NeoliteChangePackageOptions
{
public static Task<NeoliteChangePackageOptionsResult> InvokeAsync(NeoliteChangePackageOptionsArgs args, InvokeOptions? opts = null)
public static Output<NeoliteChangePackageOptionsResult> Invoke(NeoliteChangePackageOptionsInvokeArgs args, InvokeOptions? opts = null)
public static Output<NeoliteChangePackageOptionsResult> Invoke(NeoliteChangePackageOptionsInvokeArgs args, InvokeOutputOptions opts)
}public static CompletableFuture<NeoliteChangePackageOptionsResult> neoliteChangePackageOptions(NeoliteChangePackageOptionsArgs args, InvokeOptions options)
public static Output<NeoliteChangePackageOptionsResult> neoliteChangePackageOptions(NeoliteChangePackageOptionsArgs args, InvokeOptions options)
public static Output<NeoliteChangePackageOptionsResult> neoliteChangePackageOptions(NeoliteChangePackageOptionsArgs args, InvokeOutputOptions options)
fn::invoke:
function: biznetgio:neoliteChangePackageOptions
arguments:
# arguments dictionarydata "biznetgio_neolite_change_package_options" "name" {
# arguments
}The following arguments are supported:
- Account
Id int - Account id of the NEO Lite VM.
- Account
Id int - Account id of the NEO Lite VM.
- account_
id number - Account id of the NEO Lite VM.
- account
Id Integer - Account id of the NEO Lite VM.
- account
Id number - Account id of the NEO Lite VM.
- account_
id int - Account id of the NEO Lite VM.
- account
Id Number - Account id of the NEO Lite VM.
neoliteChangePackageOptions Result
The following output properties are available:
- Raw string
- Raw string
- raw string
- raw String
- raw string
- raw str
- raw String
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