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

checkpoint.ManagementMigrateImportDomain

Explore with Pulumi AI

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

    Create ManagementMigrateImportDomain Resource

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

    Constructor syntax

    new ManagementMigrateImportDomain(name: string, args: ManagementMigrateImportDomainArgs, opts?: CustomResourceOptions);
    @overload
    def ManagementMigrateImportDomain(resource_name: str,
                                      args: ManagementMigrateImportDomainArgs,
                                      opts: Optional[ResourceOptions] = None)
    
    @overload
    def ManagementMigrateImportDomain(resource_name: str,
                                      opts: Optional[ResourceOptions] = None,
                                      domain_ip_address: Optional[str] = None,
                                      domain_name: Optional[str] = None,
                                      domain_server_name: Optional[str] = None,
                                      file_path: Optional[str] = None,
                                      include_logs: Optional[bool] = None,
                                      management_migrate_import_domain_id: Optional[str] = None)
    func NewManagementMigrateImportDomain(ctx *Context, name string, args ManagementMigrateImportDomainArgs, opts ...ResourceOption) (*ManagementMigrateImportDomain, error)
    public ManagementMigrateImportDomain(string name, ManagementMigrateImportDomainArgs args, CustomResourceOptions? opts = null)
    public ManagementMigrateImportDomain(String name, ManagementMigrateImportDomainArgs args)
    public ManagementMigrateImportDomain(String name, ManagementMigrateImportDomainArgs args, CustomResourceOptions options)
    
    type: checkpoint:ManagementMigrateImportDomain
    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 ManagementMigrateImportDomainArgs
    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 ManagementMigrateImportDomainArgs
    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 ManagementMigrateImportDomainArgs
    The arguments to resource properties.
    opts ResourceOption
    Bag of options to control resource's behavior.
    name string
    The unique name of the resource.
    args ManagementMigrateImportDomainArgs
    The arguments to resource properties.
    opts CustomResourceOptions
    Bag of options to control resource's behavior.
    name String
    The unique name of the resource.
    args ManagementMigrateImportDomainArgs
    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 managementMigrateImportDomainResource = new Checkpoint.ManagementMigrateImportDomain("managementMigrateImportDomainResource", new()
    {
        DomainIpAddress = "string",
        DomainName = "string",
        DomainServerName = "string",
        FilePath = "string",
        IncludeLogs = false,
        ManagementMigrateImportDomainId = "string",
    });
    
    example, err := checkpoint.NewManagementMigrateImportDomain(ctx, "managementMigrateImportDomainResource", &checkpoint.ManagementMigrateImportDomainArgs{
    	DomainIpAddress:                 pulumi.String("string"),
    	DomainName:                      pulumi.String("string"),
    	DomainServerName:                pulumi.String("string"),
    	FilePath:                        pulumi.String("string"),
    	IncludeLogs:                     pulumi.Bool(false),
    	ManagementMigrateImportDomainId: pulumi.String("string"),
    })
    
    var managementMigrateImportDomainResource = new ManagementMigrateImportDomain("managementMigrateImportDomainResource", ManagementMigrateImportDomainArgs.builder()
        .domainIpAddress("string")
        .domainName("string")
        .domainServerName("string")
        .filePath("string")
        .includeLogs(false)
        .managementMigrateImportDomainId("string")
        .build());
    
    management_migrate_import_domain_resource = checkpoint.ManagementMigrateImportDomain("managementMigrateImportDomainResource",
        domain_ip_address="string",
        domain_name="string",
        domain_server_name="string",
        file_path="string",
        include_logs=False,
        management_migrate_import_domain_id="string")
    
    const managementMigrateImportDomainResource = new checkpoint.ManagementMigrateImportDomain("managementMigrateImportDomainResource", {
        domainIpAddress: "string",
        domainName: "string",
        domainServerName: "string",
        filePath: "string",
        includeLogs: false,
        managementMigrateImportDomainId: "string",
    });
    
    type: checkpoint:ManagementMigrateImportDomain
    properties:
        domainIpAddress: string
        domainName: string
        domainServerName: string
        filePath: string
        includeLogs: false
        managementMigrateImportDomainId: string
    

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

    DomainIpAddress string
    IPv4 address.Required only for importing Security Management Server into Multi-Domain Server.
    DomainName string
    Domain name. Should be unique in the MDS.Required only for importing Security Management Server into Multi-Domain Server.
    DomainServerName string
    Multi Domain server name.Required only for importing Security Management Server into Multi-Domain Server.
    FilePath string
    Path to the exported file to be imported. Should be the full file path (example, "/var/log/domain1_exported.tgz").
    IncludeLogs bool
    Import logs from the input package.
    ManagementMigrateImportDomainId string
    DomainIpAddress string
    IPv4 address.Required only for importing Security Management Server into Multi-Domain Server.
    DomainName string
    Domain name. Should be unique in the MDS.Required only for importing Security Management Server into Multi-Domain Server.
    DomainServerName string
    Multi Domain server name.Required only for importing Security Management Server into Multi-Domain Server.
    FilePath string
    Path to the exported file to be imported. Should be the full file path (example, "/var/log/domain1_exported.tgz").
    IncludeLogs bool
    Import logs from the input package.
    ManagementMigrateImportDomainId string
    domainIpAddress String
    IPv4 address.Required only for importing Security Management Server into Multi-Domain Server.
    domainName String
    Domain name. Should be unique in the MDS.Required only for importing Security Management Server into Multi-Domain Server.
    domainServerName String
    Multi Domain server name.Required only for importing Security Management Server into Multi-Domain Server.
    filePath String
    Path to the exported file to be imported. Should be the full file path (example, "/var/log/domain1_exported.tgz").
    includeLogs Boolean
    Import logs from the input package.
    managementMigrateImportDomainId String
    domainIpAddress string
    IPv4 address.Required only for importing Security Management Server into Multi-Domain Server.
    domainName string
    Domain name. Should be unique in the MDS.Required only for importing Security Management Server into Multi-Domain Server.
    domainServerName string
    Multi Domain server name.Required only for importing Security Management Server into Multi-Domain Server.
    filePath string
    Path to the exported file to be imported. Should be the full file path (example, "/var/log/domain1_exported.tgz").
    includeLogs boolean
    Import logs from the input package.
    managementMigrateImportDomainId string
    domain_ip_address str
    IPv4 address.Required only for importing Security Management Server into Multi-Domain Server.
    domain_name str
    Domain name. Should be unique in the MDS.Required only for importing Security Management Server into Multi-Domain Server.
    domain_server_name str
    Multi Domain server name.Required only for importing Security Management Server into Multi-Domain Server.
    file_path str
    Path to the exported file to be imported. Should be the full file path (example, "/var/log/domain1_exported.tgz").
    include_logs bool
    Import logs from the input package.
    management_migrate_import_domain_id str
    domainIpAddress String
    IPv4 address.Required only for importing Security Management Server into Multi-Domain Server.
    domainName String
    Domain name. Should be unique in the MDS.Required only for importing Security Management Server into Multi-Domain Server.
    domainServerName String
    Multi Domain server name.Required only for importing Security Management Server into Multi-Domain Server.
    filePath String
    Path to the exported file to be imported. Should be the full file path (example, "/var/log/domain1_exported.tgz").
    includeLogs Boolean
    Import logs from the input package.
    managementMigrateImportDomainId String

    Outputs

    All input properties are implicitly available as output properties. Additionally, the ManagementMigrateImportDomain 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 ManagementMigrateImportDomain Resource

    Get an existing ManagementMigrateImportDomain 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?: ManagementMigrateImportDomainState, opts?: CustomResourceOptions): ManagementMigrateImportDomain
    @staticmethod
    def get(resource_name: str,
            id: str,
            opts: Optional[ResourceOptions] = None,
            domain_ip_address: Optional[str] = None,
            domain_name: Optional[str] = None,
            domain_server_name: Optional[str] = None,
            file_path: Optional[str] = None,
            include_logs: Optional[bool] = None,
            management_migrate_import_domain_id: Optional[str] = None,
            task_id: Optional[str] = None) -> ManagementMigrateImportDomain
    func GetManagementMigrateImportDomain(ctx *Context, name string, id IDInput, state *ManagementMigrateImportDomainState, opts ...ResourceOption) (*ManagementMigrateImportDomain, error)
    public static ManagementMigrateImportDomain Get(string name, Input<string> id, ManagementMigrateImportDomainState? state, CustomResourceOptions? opts = null)
    public static ManagementMigrateImportDomain get(String name, Output<String> id, ManagementMigrateImportDomainState state, CustomResourceOptions options)
    resources:  _:    type: checkpoint:ManagementMigrateImportDomain    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:
    DomainIpAddress string
    IPv4 address.Required only for importing Security Management Server into Multi-Domain Server.
    DomainName string
    Domain name. Should be unique in the MDS.Required only for importing Security Management Server into Multi-Domain Server.
    DomainServerName string
    Multi Domain server name.Required only for importing Security Management Server into Multi-Domain Server.
    FilePath string
    Path to the exported file to be imported. Should be the full file path (example, "/var/log/domain1_exported.tgz").
    IncludeLogs bool
    Import logs from the input package.
    ManagementMigrateImportDomainId string
    TaskId string
    Asynchronous task unique identifier.
    DomainIpAddress string
    IPv4 address.Required only for importing Security Management Server into Multi-Domain Server.
    DomainName string
    Domain name. Should be unique in the MDS.Required only for importing Security Management Server into Multi-Domain Server.
    DomainServerName string
    Multi Domain server name.Required only for importing Security Management Server into Multi-Domain Server.
    FilePath string
    Path to the exported file to be imported. Should be the full file path (example, "/var/log/domain1_exported.tgz").
    IncludeLogs bool
    Import logs from the input package.
    ManagementMigrateImportDomainId string
    TaskId string
    Asynchronous task unique identifier.
    domainIpAddress String
    IPv4 address.Required only for importing Security Management Server into Multi-Domain Server.
    domainName String
    Domain name. Should be unique in the MDS.Required only for importing Security Management Server into Multi-Domain Server.
    domainServerName String
    Multi Domain server name.Required only for importing Security Management Server into Multi-Domain Server.
    filePath String
    Path to the exported file to be imported. Should be the full file path (example, "/var/log/domain1_exported.tgz").
    includeLogs Boolean
    Import logs from the input package.
    managementMigrateImportDomainId String
    taskId String
    Asynchronous task unique identifier.
    domainIpAddress string
    IPv4 address.Required only for importing Security Management Server into Multi-Domain Server.
    domainName string
    Domain name. Should be unique in the MDS.Required only for importing Security Management Server into Multi-Domain Server.
    domainServerName string
    Multi Domain server name.Required only for importing Security Management Server into Multi-Domain Server.
    filePath string
    Path to the exported file to be imported. Should be the full file path (example, "/var/log/domain1_exported.tgz").
    includeLogs boolean
    Import logs from the input package.
    managementMigrateImportDomainId string
    taskId string
    Asynchronous task unique identifier.
    domain_ip_address str
    IPv4 address.Required only for importing Security Management Server into Multi-Domain Server.
    domain_name str
    Domain name. Should be unique in the MDS.Required only for importing Security Management Server into Multi-Domain Server.
    domain_server_name str
    Multi Domain server name.Required only for importing Security Management Server into Multi-Domain Server.
    file_path str
    Path to the exported file to be imported. Should be the full file path (example, "/var/log/domain1_exported.tgz").
    include_logs bool
    Import logs from the input package.
    management_migrate_import_domain_id str
    task_id str
    Asynchronous task unique identifier.
    domainIpAddress String
    IPv4 address.Required only for importing Security Management Server into Multi-Domain Server.
    domainName String
    Domain name. Should be unique in the MDS.Required only for importing Security Management Server into Multi-Domain Server.
    domainServerName String
    Multi Domain server name.Required only for importing Security Management Server into Multi-Domain Server.
    filePath String
    Path to the exported file to be imported. Should be the full file path (example, "/var/log/domain1_exported.tgz").
    includeLogs Boolean
    Import logs from the input package.
    managementMigrateImportDomainId String
    taskId String
    Asynchronous task unique identifier.

    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