published on Monday, Jun 15, 2026 by checkpointsw
published on Monday, Jun 15, 2026 by checkpointsw
Create GaiaCommandRunReboot Resource
Resources are created with functions called constructors. To learn more about declaring and configuring resources, see Resources.
Constructor syntax
new GaiaCommandRunReboot(name: string, args?: GaiaCommandRunRebootArgs, opts?: CustomResourceOptions);@overload
def GaiaCommandRunReboot(resource_name: str,
args: Optional[GaiaCommandRunRebootArgs] = None,
opts: Optional[ResourceOptions] = None)
@overload
def GaiaCommandRunReboot(resource_name: str,
opts: Optional[ResourceOptions] = None,
debug: Optional[bool] = None,
gaia_command_run_reboot_id: Optional[str] = None)func NewGaiaCommandRunReboot(ctx *Context, name string, args *GaiaCommandRunRebootArgs, opts ...ResourceOption) (*GaiaCommandRunReboot, error)public GaiaCommandRunReboot(string name, GaiaCommandRunRebootArgs? args = null, CustomResourceOptions? opts = null)
public GaiaCommandRunReboot(String name, GaiaCommandRunRebootArgs args)
public GaiaCommandRunReboot(String name, GaiaCommandRunRebootArgs args, CustomResourceOptions options)
type: checkpoint:GaiaCommandRunReboot
properties: # The arguments to resource properties.
options: # Bag of options to control resource's behavior.
resource "checkpoint_gaiacommandrunreboot" "name" {
# resource properties
}Parameters
- name string
- The unique name of the resource.
- args GaiaCommandRunRebootArgs
- 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 GaiaCommandRunRebootArgs
- 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 GaiaCommandRunRebootArgs
- The arguments to resource properties.
- opts ResourceOption
- Bag of options to control resource's behavior.
- name string
- The unique name of the resource.
- args GaiaCommandRunRebootArgs
- The arguments to resource properties.
- opts CustomResourceOptions
- Bag of options to control resource's behavior.
- name String
- The unique name of the resource.
- args GaiaCommandRunRebootArgs
- 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 gaiaCommandRunRebootResource = new Checkpoint.GaiaCommandRunReboot("gaiaCommandRunRebootResource", new()
{
Debug = false,
GaiaCommandRunRebootId = "string",
});
example, err := checkpoint.NewGaiaCommandRunReboot(ctx, "gaiaCommandRunRebootResource", &checkpoint.GaiaCommandRunRebootArgs{
Debug: pulumi.Bool(false),
GaiaCommandRunRebootId: pulumi.String("string"),
})
resource "checkpoint_gaiacommandrunreboot" "gaiaCommandRunRebootResource" {
debug = false
gaia_command_run_reboot_id = "string"
}
var gaiaCommandRunRebootResource = new GaiaCommandRunReboot("gaiaCommandRunRebootResource", GaiaCommandRunRebootArgs.builder()
.debug(false)
.gaiaCommandRunRebootId("string")
.build());
gaia_command_run_reboot_resource = checkpoint.GaiaCommandRunReboot("gaiaCommandRunRebootResource",
debug=False,
gaia_command_run_reboot_id="string")
const gaiaCommandRunRebootResource = new checkpoint.GaiaCommandRunReboot("gaiaCommandRunRebootResource", {
debug: false,
gaiaCommandRunRebootId: "string",
});
type: checkpoint:GaiaCommandRunReboot
properties:
debug: false
gaiaCommandRunRebootId: string
GaiaCommandRunReboot 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 GaiaCommandRunReboot resource accepts the following input properties:
- Debug bool
- Enable debugging for this resource only.
- Gaia
Command stringRun Reboot Id
- Debug bool
- Enable debugging for this resource only.
- Gaia
Command stringRun Reboot Id
- debug bool
- Enable debugging for this resource only.
- gaia_
command_ stringrun_ reboot_ id
- debug Boolean
- Enable debugging for this resource only.
- gaia
Command StringRun Reboot Id
- debug boolean
- Enable debugging for this resource only.
- gaia
Command stringRun Reboot Id
- debug bool
- Enable debugging for this resource only.
- gaia_
command_ strrun_ reboot_ id
- debug Boolean
- Enable debugging for this resource only.
- gaia
Command StringRun Reboot Id
Outputs
All input properties are implicitly available as output properties. Additionally, the GaiaCommandRunReboot resource produces the following output properties:
Look up Existing GaiaCommandRunReboot Resource
Get an existing GaiaCommandRunReboot resource’s state with the given name, ID, and optional extra properties used to qualify the lookup.
public static get(name: string, id: Input<ID>, state?: GaiaCommandRunRebootState, opts?: CustomResourceOptions): GaiaCommandRunReboot@staticmethod
def get(resource_name: str,
id: str,
opts: Optional[ResourceOptions] = None,
debug: Optional[bool] = None,
gaia_command_run_reboot_id: Optional[str] = None,
task_id: Optional[str] = None) -> GaiaCommandRunRebootfunc GetGaiaCommandRunReboot(ctx *Context, name string, id IDInput, state *GaiaCommandRunRebootState, opts ...ResourceOption) (*GaiaCommandRunReboot, error)public static GaiaCommandRunReboot Get(string name, Input<string> id, GaiaCommandRunRebootState? state, CustomResourceOptions? opts = null)public static GaiaCommandRunReboot get(String name, Output<String> id, GaiaCommandRunRebootState state, CustomResourceOptions options)resources: _: type: checkpoint:GaiaCommandRunReboot get: id: ${id}import {
to = checkpoint_gaiacommandrunreboot.example
id = "${id}"
}
- name
- The unique name of the resulting resource.
- id
- The unique provider ID of the resource to lookup.
- state
- Any extra arguments used during the lookup.
- opts
- A bag of options that control this resource's behavior.
- resource_name
- The unique name of the resulting resource.
- id
- The unique provider ID of the resource to lookup.
- name
- The unique name of the resulting resource.
- id
- The unique provider ID of the resource to lookup.
- state
- Any extra arguments used during the lookup.
- opts
- A bag of options that control this resource's behavior.
- name
- The unique name of the resulting resource.
- id
- The unique provider ID of the resource to lookup.
- state
- Any extra arguments used during the lookup.
- opts
- A bag of options that control this resource's behavior.
- name
- The unique name of the resulting resource.
- id
- The unique provider ID of the resource to lookup.
- state
- Any extra arguments used during the lookup.
- opts
- A bag of options that control this resource's behavior.
- Debug bool
- Enable debugging for this resource only.
- Gaia
Command stringRun Reboot Id - Task
Id string - N/A
- Debug bool
- Enable debugging for this resource only.
- Gaia
Command stringRun Reboot Id - Task
Id string - N/A
- debug bool
- Enable debugging for this resource only.
- gaia_
command_ stringrun_ reboot_ id - task_
id string - N/A
- debug Boolean
- Enable debugging for this resource only.
- gaia
Command StringRun Reboot Id - task
Id String - N/A
- debug boolean
- Enable debugging for this resource only.
- gaia
Command stringRun Reboot Id - task
Id string - N/A
- debug bool
- Enable debugging for this resource only.
- gaia_
command_ strrun_ reboot_ id - task_
id str - N/A
- debug Boolean
- Enable debugging for this resource only.
- gaia
Command StringRun Reboot Id - task
Id String - N/A
Package Details
- Repository
- checkpoint checkpointsw/terraform-provider-checkpoint
- License
- Notes
- This Pulumi package is based on the
checkpointTerraform Provider.
published on Monday, Jun 15, 2026 by checkpointsw