1. Packages
  2. Checkpoint Provider
  3. API Docs
  4. ManagementHaFullSync
checkpoint 2.9.0 published on Monday, Apr 14, 2025 by checkpointsw

checkpoint.ManagementHaFullSync

Explore with Pulumi AI

checkpoint logo
checkpoint 2.9.0 published on Monday, Apr 14, 2025 by checkpointsw

    This command resource allows you to execute Check Point HA Full Sync.

    Example Usage

    import * as pulumi from "@pulumi/pulumi";
    import * as checkpoint from "@pulumi/checkpoint";
    
    const example = new checkpoint.ManagementHaFullSync("example", {});
    
    import pulumi
    import pulumi_checkpoint as checkpoint
    
    example = checkpoint.ManagementHaFullSync("example")
    
    package main
    
    import (
    	"github.com/pulumi/pulumi-terraform-provider/sdks/go/checkpoint/v2/checkpoint"
    	"github.com/pulumi/pulumi/sdk/v3/go/pulumi"
    )
    
    func main() {
    	pulumi.Run(func(ctx *pulumi.Context) error {
    		_, err := checkpoint.NewManagementHaFullSync(ctx, "example", nil)
    		if err != nil {
    			return err
    		}
    		return nil
    	})
    }
    
    using System.Collections.Generic;
    using System.Linq;
    using Pulumi;
    using Checkpoint = Pulumi.Checkpoint;
    
    return await Deployment.RunAsync(() => 
    {
        var example = new Checkpoint.ManagementHaFullSync("example");
    
    });
    
    package generated_program;
    
    import com.pulumi.Context;
    import com.pulumi.Pulumi;
    import com.pulumi.core.Output;
    import com.pulumi.checkpoint.ManagementHaFullSync;
    import java.util.List;
    import java.util.ArrayList;
    import java.util.Map;
    import java.io.File;
    import java.nio.file.Files;
    import java.nio.file.Paths;
    
    public class App {
        public static void main(String[] args) {
            Pulumi.run(App::stack);
        }
    
        public static void stack(Context ctx) {
            var example = new ManagementHaFullSync("example");
    
        }
    }
    
    resources:
      example:
        type: checkpoint:ManagementHaFullSync
    

    How To Use

    Make sure this command will be executed in the right execution order.

    Create ManagementHaFullSync Resource

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

    Constructor syntax

    new ManagementHaFullSync(name: string, args?: ManagementHaFullSyncArgs, opts?: CustomResourceOptions);
    @overload
    def ManagementHaFullSync(resource_name: str,
                             args: Optional[ManagementHaFullSyncArgs] = None,
                             opts: Optional[ResourceOptions] = None)
    
    @overload
    def ManagementHaFullSync(resource_name: str,
                             opts: Optional[ResourceOptions] = None,
                             management_ha_full_sync_id: Optional[str] = None,
                             name: Optional[str] = None,
                             uid: Optional[str] = None)
    func NewManagementHaFullSync(ctx *Context, name string, args *ManagementHaFullSyncArgs, opts ...ResourceOption) (*ManagementHaFullSync, error)
    public ManagementHaFullSync(string name, ManagementHaFullSyncArgs? args = null, CustomResourceOptions? opts = null)
    public ManagementHaFullSync(String name, ManagementHaFullSyncArgs args)
    public ManagementHaFullSync(String name, ManagementHaFullSyncArgs args, CustomResourceOptions options)
    
    type: checkpoint:ManagementHaFullSync
    properties: # The arguments to resource properties.
    options: # Bag of options to control resource's behavior.
    
    

    Parameters

    name string
    The unique name of the resource.
    args ManagementHaFullSyncArgs
    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 ManagementHaFullSyncArgs
    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 ManagementHaFullSyncArgs
    The arguments to resource properties.
    opts ResourceOption
    Bag of options to control resource's behavior.
    name string
    The unique name of the resource.
    args ManagementHaFullSyncArgs
    The arguments to resource properties.
    opts CustomResourceOptions
    Bag of options to control resource's behavior.
    name String
    The unique name of the resource.
    args ManagementHaFullSyncArgs
    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 managementHaFullSyncResource = new Checkpoint.ManagementHaFullSync("managementHaFullSyncResource", new()
    {
        ManagementHaFullSyncId = "string",
        Name = "string",
        Uid = "string",
    });
    
    example, err := checkpoint.NewManagementHaFullSync(ctx, "managementHaFullSyncResource", &checkpoint.ManagementHaFullSyncArgs{
    	ManagementHaFullSyncId: pulumi.String("string"),
    	Name:                   pulumi.String("string"),
    	Uid:                    pulumi.String("string"),
    })
    
    var managementHaFullSyncResource = new ManagementHaFullSync("managementHaFullSyncResource", ManagementHaFullSyncArgs.builder()
        .managementHaFullSyncId("string")
        .name("string")
        .uid("string")
        .build());
    
    management_ha_full_sync_resource = checkpoint.ManagementHaFullSync("managementHaFullSyncResource",
        management_ha_full_sync_id="string",
        name="string",
        uid="string")
    
    const managementHaFullSyncResource = new checkpoint.ManagementHaFullSync("managementHaFullSyncResource", {
        managementHaFullSyncId: "string",
        name: "string",
        uid: "string",
    });
    
    type: checkpoint:ManagementHaFullSync
    properties:
        managementHaFullSyncId: string
        name: string
        uid: string
    

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

    ManagementHaFullSyncId string
    Name string
    Peer name (Multi Domain Server, Domain Server or Security Management Server).
    Uid string
    Peer unique identifier (Multi Domain Server, Domain Server or Security Management Server).
    ManagementHaFullSyncId string
    Name string
    Peer name (Multi Domain Server, Domain Server or Security Management Server).
    Uid string
    Peer unique identifier (Multi Domain Server, Domain Server or Security Management Server).
    managementHaFullSyncId String
    name String
    Peer name (Multi Domain Server, Domain Server or Security Management Server).
    uid String
    Peer unique identifier (Multi Domain Server, Domain Server or Security Management Server).
    managementHaFullSyncId string
    name string
    Peer name (Multi Domain Server, Domain Server or Security Management Server).
    uid string
    Peer unique identifier (Multi Domain Server, Domain Server or Security Management Server).
    management_ha_full_sync_id str
    name str
    Peer name (Multi Domain Server, Domain Server or Security Management Server).
    uid str
    Peer unique identifier (Multi Domain Server, Domain Server or Security Management Server).
    managementHaFullSyncId String
    name String
    Peer name (Multi Domain Server, Domain Server or Security Management Server).
    uid String
    Peer unique identifier (Multi Domain Server, Domain Server or Security Management Server).

    Outputs

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

    Id string
    The provider-assigned unique ID for this managed resource.
    TaskId string
    Asynchronous task unique identifier.
    Id string
    The provider-assigned unique ID for this managed resource.
    TaskId string
    Asynchronous task unique identifier.
    id String
    The provider-assigned unique ID for this managed resource.
    taskId String
    Asynchronous task unique identifier.
    id string
    The provider-assigned unique ID for this managed resource.
    taskId string
    Asynchronous task unique identifier.
    id str
    The provider-assigned unique ID for this managed resource.
    task_id str
    Asynchronous task unique identifier.
    id String
    The provider-assigned unique ID for this managed resource.
    taskId String
    Asynchronous task unique identifier.

    Look up Existing ManagementHaFullSync Resource

    Get an existing ManagementHaFullSync 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?: ManagementHaFullSyncState, opts?: CustomResourceOptions): ManagementHaFullSync
    @staticmethod
    def get(resource_name: str,
            id: str,
            opts: Optional[ResourceOptions] = None,
            management_ha_full_sync_id: Optional[str] = None,
            name: Optional[str] = None,
            task_id: Optional[str] = None,
            uid: Optional[str] = None) -> ManagementHaFullSync
    func GetManagementHaFullSync(ctx *Context, name string, id IDInput, state *ManagementHaFullSyncState, opts ...ResourceOption) (*ManagementHaFullSync, error)
    public static ManagementHaFullSync Get(string name, Input<string> id, ManagementHaFullSyncState? state, CustomResourceOptions? opts = null)
    public static ManagementHaFullSync get(String name, Output<String> id, ManagementHaFullSyncState state, CustomResourceOptions options)
    resources:  _:    type: checkpoint:ManagementHaFullSync    get:      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:
    ManagementHaFullSyncId string
    Name string
    Peer name (Multi Domain Server, Domain Server or Security Management Server).
    TaskId string
    Asynchronous task unique identifier.
    Uid string
    Peer unique identifier (Multi Domain Server, Domain Server or Security Management Server).
    ManagementHaFullSyncId string
    Name string
    Peer name (Multi Domain Server, Domain Server or Security Management Server).
    TaskId string
    Asynchronous task unique identifier.
    Uid string
    Peer unique identifier (Multi Domain Server, Domain Server or Security Management Server).
    managementHaFullSyncId String
    name String
    Peer name (Multi Domain Server, Domain Server or Security Management Server).
    taskId String
    Asynchronous task unique identifier.
    uid String
    Peer unique identifier (Multi Domain Server, Domain Server or Security Management Server).
    managementHaFullSyncId string
    name string
    Peer name (Multi Domain Server, Domain Server or Security Management Server).
    taskId string
    Asynchronous task unique identifier.
    uid string
    Peer unique identifier (Multi Domain Server, Domain Server or Security Management Server).
    management_ha_full_sync_id str
    name str
    Peer name (Multi Domain Server, Domain Server or Security Management Server).
    task_id str
    Asynchronous task unique identifier.
    uid str
    Peer unique identifier (Multi Domain Server, Domain Server or Security Management Server).
    managementHaFullSyncId String
    name String
    Peer name (Multi Domain Server, Domain Server or Security Management Server).
    taskId String
    Asynchronous task unique identifier.
    uid String
    Peer unique identifier (Multi Domain Server, Domain Server or Security Management Server).

    Package Details

    Repository
    checkpoint checkpointsw/terraform-provider-checkpoint
    License
    Notes
    This Pulumi package is based on the checkpoint Terraform Provider.
    checkpoint logo
    checkpoint 2.9.0 published on Monday, Apr 14, 2025 by checkpointsw