1. Packages
  2. Packages
  3. Checkpoint Provider
  4. API Docs
  5. GaiaCommandRunReboot
Viewing docs for checkpoint 3.2.0
published on Monday, Jun 15, 2026 by checkpointsw
Viewing docs for checkpoint 3.2.0
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.
    GaiaCommandRunRebootId string
    Debug bool
    Enable debugging for this resource only.
    GaiaCommandRunRebootId string
    debug bool
    Enable debugging for this resource only.
    gaia_command_run_reboot_id string
    debug Boolean
    Enable debugging for this resource only.
    gaiaCommandRunRebootId String
    debug boolean
    Enable debugging for this resource only.
    gaiaCommandRunRebootId string
    debug bool
    Enable debugging for this resource only.
    gaia_command_run_reboot_id str
    debug Boolean
    Enable debugging for this resource only.
    gaiaCommandRunRebootId String

    Outputs

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

    Id string
    The provider-assigned unique ID for this managed resource.
    TaskId string
    N/A
    Id string
    The provider-assigned unique ID for this managed resource.
    TaskId string
    N/A
    id string
    The provider-assigned unique ID for this managed resource.
    task_id string
    N/A
    id String
    The provider-assigned unique ID for this managed resource.
    taskId String
    N/A
    id string
    The provider-assigned unique ID for this managed resource.
    taskId string
    N/A
    id str
    The provider-assigned unique ID for this managed resource.
    task_id str
    N/A
    id String
    The provider-assigned unique ID for this managed resource.
    taskId String
    N/A

    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) -> GaiaCommandRunReboot
    func 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.
    The following state arguments are supported:
    Debug bool
    Enable debugging for this resource only.
    GaiaCommandRunRebootId string
    TaskId string
    N/A
    Debug bool
    Enable debugging for this resource only.
    GaiaCommandRunRebootId string
    TaskId string
    N/A
    debug bool
    Enable debugging for this resource only.
    gaia_command_run_reboot_id string
    task_id string
    N/A
    debug Boolean
    Enable debugging for this resource only.
    gaiaCommandRunRebootId String
    taskId String
    N/A
    debug boolean
    Enable debugging for this resource only.
    gaiaCommandRunRebootId string
    taskId string
    N/A
    debug bool
    Enable debugging for this resource only.
    gaia_command_run_reboot_id str
    task_id str
    N/A
    debug Boolean
    Enable debugging for this resource only.
    gaiaCommandRunRebootId String
    taskId String
    N/A

    Package Details

    Repository
    checkpoint checkpointsw/terraform-provider-checkpoint
    License
    Notes
    This Pulumi package is based on the checkpoint Terraform Provider.
    Viewing docs for checkpoint 3.2.0
    published on Monday, Jun 15, 2026 by checkpointsw

      Try Pulumi Cloud free.
      Your team will thank you.

      Start free trial