checkpoint.ManagementCommandImportManagement
Explore with Pulumi AI
Create ManagementCommandImportManagement Resource
Resources are created with functions called constructors. To learn more about declaring and configuring resources, see Resources.
Constructor syntax
new ManagementCommandImportManagement(name: string, args: ManagementCommandImportManagementArgs, opts?: CustomResourceOptions);
@overload
def ManagementCommandImportManagement(resource_name: str,
args: ManagementCommandImportManagementArgs,
opts: Optional[ResourceOptions] = None)
@overload
def ManagementCommandImportManagement(resource_name: str,
opts: Optional[ResourceOptions] = None,
file_path: Optional[str] = None,
domain_ip_address: Optional[str] = None,
domain_name: Optional[str] = None,
domain_server_name: Optional[str] = None,
ignore_warnings: Optional[bool] = None,
include_endpoint_configuration: Optional[bool] = None,
include_endpoint_database: Optional[bool] = None,
include_logs: Optional[bool] = None,
include_logs_indexes: Optional[bool] = None,
management_command_import_management_id: Optional[str] = None,
pre_import_verification_only: Optional[bool] = None,
verify_domain_restore: Optional[bool] = None)
func NewManagementCommandImportManagement(ctx *Context, name string, args ManagementCommandImportManagementArgs, opts ...ResourceOption) (*ManagementCommandImportManagement, error)
public ManagementCommandImportManagement(string name, ManagementCommandImportManagementArgs args, CustomResourceOptions? opts = null)
public ManagementCommandImportManagement(String name, ManagementCommandImportManagementArgs args)
public ManagementCommandImportManagement(String name, ManagementCommandImportManagementArgs args, CustomResourceOptions options)
type: checkpoint:ManagementCommandImportManagement
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 ManagementCommandImportManagementArgs
- 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 ManagementCommandImportManagementArgs
- 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 ManagementCommandImportManagementArgs
- The arguments to resource properties.
- opts ResourceOption
- Bag of options to control resource's behavior.
- name string
- The unique name of the resource.
- args ManagementCommandImportManagementArgs
- The arguments to resource properties.
- opts CustomResourceOptions
- Bag of options to control resource's behavior.
- name String
- The unique name of the resource.
- args ManagementCommandImportManagementArgs
- 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 managementCommandImportManagementResource = new Checkpoint.ManagementCommandImportManagement("managementCommandImportManagementResource", new()
{
FilePath = "string",
DomainIpAddress = "string",
DomainName = "string",
DomainServerName = "string",
IgnoreWarnings = false,
IncludeEndpointConfiguration = false,
IncludeEndpointDatabase = false,
IncludeLogs = false,
IncludeLogsIndexes = false,
ManagementCommandImportManagementId = "string",
PreImportVerificationOnly = false,
VerifyDomainRestore = false,
});
example, err := checkpoint.NewManagementCommandImportManagement(ctx, "managementCommandImportManagementResource", &checkpoint.ManagementCommandImportManagementArgs{
FilePath: pulumi.String("string"),
DomainIpAddress: pulumi.String("string"),
DomainName: pulumi.String("string"),
DomainServerName: pulumi.String("string"),
IgnoreWarnings: pulumi.Bool(false),
IncludeEndpointConfiguration: pulumi.Bool(false),
IncludeEndpointDatabase: pulumi.Bool(false),
IncludeLogs: pulumi.Bool(false),
IncludeLogsIndexes: pulumi.Bool(false),
ManagementCommandImportManagementId: pulumi.String("string"),
PreImportVerificationOnly: pulumi.Bool(false),
VerifyDomainRestore: pulumi.Bool(false),
})
var managementCommandImportManagementResource = new ManagementCommandImportManagement("managementCommandImportManagementResource", ManagementCommandImportManagementArgs.builder()
.filePath("string")
.domainIpAddress("string")
.domainName("string")
.domainServerName("string")
.ignoreWarnings(false)
.includeEndpointConfiguration(false)
.includeEndpointDatabase(false)
.includeLogs(false)
.includeLogsIndexes(false)
.managementCommandImportManagementId("string")
.preImportVerificationOnly(false)
.verifyDomainRestore(false)
.build());
management_command_import_management_resource = checkpoint.ManagementCommandImportManagement("managementCommandImportManagementResource",
file_path="string",
domain_ip_address="string",
domain_name="string",
domain_server_name="string",
ignore_warnings=False,
include_endpoint_configuration=False,
include_endpoint_database=False,
include_logs=False,
include_logs_indexes=False,
management_command_import_management_id="string",
pre_import_verification_only=False,
verify_domain_restore=False)
const managementCommandImportManagementResource = new checkpoint.ManagementCommandImportManagement("managementCommandImportManagementResource", {
filePath: "string",
domainIpAddress: "string",
domainName: "string",
domainServerName: "string",
ignoreWarnings: false,
includeEndpointConfiguration: false,
includeEndpointDatabase: false,
includeLogs: false,
includeLogsIndexes: false,
managementCommandImportManagementId: "string",
preImportVerificationOnly: false,
verifyDomainRestore: false,
});
type: checkpoint:ManagementCommandImportManagement
properties:
domainIpAddress: string
domainName: string
domainServerName: string
filePath: string
ignoreWarnings: false
includeEndpointConfiguration: false
includeEndpointDatabase: false
includeLogs: false
includeLogsIndexes: false
managementCommandImportManagementId: string
preImportVerificationOnly: false
verifyDomainRestore: false
ManagementCommandImportManagement 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 ManagementCommandImportManagement resource accepts the following input properties:
- File
Path string - Path to the exported database file to be imported.
- Domain
Ip stringAddress - IPv4 address for the imported Domain. Required only for importing the Security Management Server into the Multi-Domain Server.
- Domain
Name string - Domain name to be imported. Must be unique in the Multi-Domain Server. Required only for importing the Security Management Server into the Multi-Domain Server.
- Domain
Server stringName - Multi-Domain Server name for the imported Domain. Required only for importing the Security Management Server into the Multi-Domain Server.
- Ignore
Warnings bool - Ignoring the verification warnings. By Setting this parameter to 'true' import will not be blocked by warnings.
- Include
Endpoint boolConfiguration - Include import of the Endpoint Security Management configuration files.
- Include
Endpoint boolDatabase - Include import of the Endpoint Security Management database.
- Include
Logs bool - Import logs without log indexes.
- Include
Logs boolIndexes - Import logs with log indexes.
- Management
Command stringImport Management Id - Pre
Import boolVerification Only - If true, only runs the pre-import verifications instead of the full import.
- Verify
Domain boolRestore - If true, verify that the restore operation is valid for this input file and this environment. Note: Restore operation will not be executed.
- File
Path string - Path to the exported database file to be imported.
- Domain
Ip stringAddress - IPv4 address for the imported Domain. Required only for importing the Security Management Server into the Multi-Domain Server.
- Domain
Name string - Domain name to be imported. Must be unique in the Multi-Domain Server. Required only for importing the Security Management Server into the Multi-Domain Server.
- Domain
Server stringName - Multi-Domain Server name for the imported Domain. Required only for importing the Security Management Server into the Multi-Domain Server.
- Ignore
Warnings bool - Ignoring the verification warnings. By Setting this parameter to 'true' import will not be blocked by warnings.
- Include
Endpoint boolConfiguration - Include import of the Endpoint Security Management configuration files.
- Include
Endpoint boolDatabase - Include import of the Endpoint Security Management database.
- Include
Logs bool - Import logs without log indexes.
- Include
Logs boolIndexes - Import logs with log indexes.
- Management
Command stringImport Management Id - Pre
Import boolVerification Only - If true, only runs the pre-import verifications instead of the full import.
- Verify
Domain boolRestore - If true, verify that the restore operation is valid for this input file and this environment. Note: Restore operation will not be executed.
- file
Path String - Path to the exported database file to be imported.
- domain
Ip StringAddress - IPv4 address for the imported Domain. Required only for importing the Security Management Server into the Multi-Domain Server.
- domain
Name String - Domain name to be imported. Must be unique in the Multi-Domain Server. Required only for importing the Security Management Server into the Multi-Domain Server.
- domain
Server StringName - Multi-Domain Server name for the imported Domain. Required only for importing the Security Management Server into the Multi-Domain Server.
- ignore
Warnings Boolean - Ignoring the verification warnings. By Setting this parameter to 'true' import will not be blocked by warnings.
- include
Endpoint BooleanConfiguration - Include import of the Endpoint Security Management configuration files.
- include
Endpoint BooleanDatabase - Include import of the Endpoint Security Management database.
- include
Logs Boolean - Import logs without log indexes.
- include
Logs BooleanIndexes - Import logs with log indexes.
- management
Command StringImport Management Id - pre
Import BooleanVerification Only - If true, only runs the pre-import verifications instead of the full import.
- verify
Domain BooleanRestore - If true, verify that the restore operation is valid for this input file and this environment. Note: Restore operation will not be executed.
- file
Path string - Path to the exported database file to be imported.
- domain
Ip stringAddress - IPv4 address for the imported Domain. Required only for importing the Security Management Server into the Multi-Domain Server.
- domain
Name string - Domain name to be imported. Must be unique in the Multi-Domain Server. Required only for importing the Security Management Server into the Multi-Domain Server.
- domain
Server stringName - Multi-Domain Server name for the imported Domain. Required only for importing the Security Management Server into the Multi-Domain Server.
- ignore
Warnings boolean - Ignoring the verification warnings. By Setting this parameter to 'true' import will not be blocked by warnings.
- include
Endpoint booleanConfiguration - Include import of the Endpoint Security Management configuration files.
- include
Endpoint booleanDatabase - Include import of the Endpoint Security Management database.
- include
Logs boolean - Import logs without log indexes.
- include
Logs booleanIndexes - Import logs with log indexes.
- management
Command stringImport Management Id - pre
Import booleanVerification Only - If true, only runs the pre-import verifications instead of the full import.
- verify
Domain booleanRestore - If true, verify that the restore operation is valid for this input file and this environment. Note: Restore operation will not be executed.
- file_
path str - Path to the exported database file to be imported.
- domain_
ip_ straddress - IPv4 address for the imported Domain. Required only for importing the Security Management Server into the Multi-Domain Server.
- domain_
name str - Domain name to be imported. Must be unique in the Multi-Domain Server. Required only for importing the Security Management Server into the Multi-Domain Server.
- domain_
server_ strname - Multi-Domain Server name for the imported Domain. Required only for importing the Security Management Server into the Multi-Domain Server.
- ignore_
warnings bool - Ignoring the verification warnings. By Setting this parameter to 'true' import will not be blocked by warnings.
- include_
endpoint_ boolconfiguration - Include import of the Endpoint Security Management configuration files.
- include_
endpoint_ booldatabase - Include import of the Endpoint Security Management database.
- include_
logs bool - Import logs without log indexes.
- include_
logs_ boolindexes - Import logs with log indexes.
- management_
command_ strimport_ management_ id - pre_
import_ boolverification_ only - If true, only runs the pre-import verifications instead of the full import.
- verify_
domain_ boolrestore - If true, verify that the restore operation is valid for this input file and this environment. Note: Restore operation will not be executed.
- file
Path String - Path to the exported database file to be imported.
- domain
Ip StringAddress - IPv4 address for the imported Domain. Required only for importing the Security Management Server into the Multi-Domain Server.
- domain
Name String - Domain name to be imported. Must be unique in the Multi-Domain Server. Required only for importing the Security Management Server into the Multi-Domain Server.
- domain
Server StringName - Multi-Domain Server name for the imported Domain. Required only for importing the Security Management Server into the Multi-Domain Server.
- ignore
Warnings Boolean - Ignoring the verification warnings. By Setting this parameter to 'true' import will not be blocked by warnings.
- include
Endpoint BooleanConfiguration - Include import of the Endpoint Security Management configuration files.
- include
Endpoint BooleanDatabase - Include import of the Endpoint Security Management database.
- include
Logs Boolean - Import logs without log indexes.
- include
Logs BooleanIndexes - Import logs with log indexes.
- management
Command StringImport Management Id - pre
Import BooleanVerification Only - If true, only runs the pre-import verifications instead of the full import.
- verify
Domain BooleanRestore - If true, verify that the restore operation is valid for this input file and this environment. Note: Restore operation will not be executed.
Outputs
All input properties are implicitly available as output properties. Additionally, the ManagementCommandImportManagement resource produces the following output properties:
- Id string
- The provider-assigned unique ID for this managed resource.
- Login
Required string - If set to "True", session is expired and login is required.
- Task
Id string - Asynchronous task unique identifier.
- Id string
- The provider-assigned unique ID for this managed resource.
- Login
Required string - If set to "True", session is expired and login is required.
- Task
Id string - Asynchronous task unique identifier.
- id String
- The provider-assigned unique ID for this managed resource.
- login
Required String - If set to "True", session is expired and login is required.
- task
Id String - Asynchronous task unique identifier.
- id string
- The provider-assigned unique ID for this managed resource.
- login
Required string - If set to "True", session is expired and login is required.
- task
Id string - Asynchronous task unique identifier.
- id str
- The provider-assigned unique ID for this managed resource.
- login_
required str - If set to "True", session is expired and login is required.
- task_
id str - Asynchronous task unique identifier.
- id String
- The provider-assigned unique ID for this managed resource.
- login
Required String - If set to "True", session is expired and login is required.
- task
Id String - Asynchronous task unique identifier.
Look up Existing ManagementCommandImportManagement Resource
Get an existing ManagementCommandImportManagement 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?: ManagementCommandImportManagementState, opts?: CustomResourceOptions): ManagementCommandImportManagement
@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,
ignore_warnings: Optional[bool] = None,
include_endpoint_configuration: Optional[bool] = None,
include_endpoint_database: Optional[bool] = None,
include_logs: Optional[bool] = None,
include_logs_indexes: Optional[bool] = None,
login_required: Optional[str] = None,
management_command_import_management_id: Optional[str] = None,
pre_import_verification_only: Optional[bool] = None,
task_id: Optional[str] = None,
verify_domain_restore: Optional[bool] = None) -> ManagementCommandImportManagement
func GetManagementCommandImportManagement(ctx *Context, name string, id IDInput, state *ManagementCommandImportManagementState, opts ...ResourceOption) (*ManagementCommandImportManagement, error)
public static ManagementCommandImportManagement Get(string name, Input<string> id, ManagementCommandImportManagementState? state, CustomResourceOptions? opts = null)
public static ManagementCommandImportManagement get(String name, Output<String> id, ManagementCommandImportManagementState state, CustomResourceOptions options)
resources: _: type: checkpoint:ManagementCommandImportManagement 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.
- Domain
Ip stringAddress - IPv4 address for the imported Domain. Required only for importing the Security Management Server into the Multi-Domain Server.
- Domain
Name string - Domain name to be imported. Must be unique in the Multi-Domain Server. Required only for importing the Security Management Server into the Multi-Domain Server.
- Domain
Server stringName - Multi-Domain Server name for the imported Domain. Required only for importing the Security Management Server into the Multi-Domain Server.
- File
Path string - Path to the exported database file to be imported.
- Ignore
Warnings bool - Ignoring the verification warnings. By Setting this parameter to 'true' import will not be blocked by warnings.
- Include
Endpoint boolConfiguration - Include import of the Endpoint Security Management configuration files.
- Include
Endpoint boolDatabase - Include import of the Endpoint Security Management database.
- Include
Logs bool - Import logs without log indexes.
- Include
Logs boolIndexes - Import logs with log indexes.
- Login
Required string - If set to "True", session is expired and login is required.
- Management
Command stringImport Management Id - Pre
Import boolVerification Only - If true, only runs the pre-import verifications instead of the full import.
- Task
Id string - Asynchronous task unique identifier.
- Verify
Domain boolRestore - If true, verify that the restore operation is valid for this input file and this environment. Note: Restore operation will not be executed.
- Domain
Ip stringAddress - IPv4 address for the imported Domain. Required only for importing the Security Management Server into the Multi-Domain Server.
- Domain
Name string - Domain name to be imported. Must be unique in the Multi-Domain Server. Required only for importing the Security Management Server into the Multi-Domain Server.
- Domain
Server stringName - Multi-Domain Server name for the imported Domain. Required only for importing the Security Management Server into the Multi-Domain Server.
- File
Path string - Path to the exported database file to be imported.
- Ignore
Warnings bool - Ignoring the verification warnings. By Setting this parameter to 'true' import will not be blocked by warnings.
- Include
Endpoint boolConfiguration - Include import of the Endpoint Security Management configuration files.
- Include
Endpoint boolDatabase - Include import of the Endpoint Security Management database.
- Include
Logs bool - Import logs without log indexes.
- Include
Logs boolIndexes - Import logs with log indexes.
- Login
Required string - If set to "True", session is expired and login is required.
- Management
Command stringImport Management Id - Pre
Import boolVerification Only - If true, only runs the pre-import verifications instead of the full import.
- Task
Id string - Asynchronous task unique identifier.
- Verify
Domain boolRestore - If true, verify that the restore operation is valid for this input file and this environment. Note: Restore operation will not be executed.
- domain
Ip StringAddress - IPv4 address for the imported Domain. Required only for importing the Security Management Server into the Multi-Domain Server.
- domain
Name String - Domain name to be imported. Must be unique in the Multi-Domain Server. Required only for importing the Security Management Server into the Multi-Domain Server.
- domain
Server StringName - Multi-Domain Server name for the imported Domain. Required only for importing the Security Management Server into the Multi-Domain Server.
- file
Path String - Path to the exported database file to be imported.
- ignore
Warnings Boolean - Ignoring the verification warnings. By Setting this parameter to 'true' import will not be blocked by warnings.
- include
Endpoint BooleanConfiguration - Include import of the Endpoint Security Management configuration files.
- include
Endpoint BooleanDatabase - Include import of the Endpoint Security Management database.
- include
Logs Boolean - Import logs without log indexes.
- include
Logs BooleanIndexes - Import logs with log indexes.
- login
Required String - If set to "True", session is expired and login is required.
- management
Command StringImport Management Id - pre
Import BooleanVerification Only - If true, only runs the pre-import verifications instead of the full import.
- task
Id String - Asynchronous task unique identifier.
- verify
Domain BooleanRestore - If true, verify that the restore operation is valid for this input file and this environment. Note: Restore operation will not be executed.
- domain
Ip stringAddress - IPv4 address for the imported Domain. Required only for importing the Security Management Server into the Multi-Domain Server.
- domain
Name string - Domain name to be imported. Must be unique in the Multi-Domain Server. Required only for importing the Security Management Server into the Multi-Domain Server.
- domain
Server stringName - Multi-Domain Server name for the imported Domain. Required only for importing the Security Management Server into the Multi-Domain Server.
- file
Path string - Path to the exported database file to be imported.
- ignore
Warnings boolean - Ignoring the verification warnings. By Setting this parameter to 'true' import will not be blocked by warnings.
- include
Endpoint booleanConfiguration - Include import of the Endpoint Security Management configuration files.
- include
Endpoint booleanDatabase - Include import of the Endpoint Security Management database.
- include
Logs boolean - Import logs without log indexes.
- include
Logs booleanIndexes - Import logs with log indexes.
- login
Required string - If set to "True", session is expired and login is required.
- management
Command stringImport Management Id - pre
Import booleanVerification Only - If true, only runs the pre-import verifications instead of the full import.
- task
Id string - Asynchronous task unique identifier.
- verify
Domain booleanRestore - If true, verify that the restore operation is valid for this input file and this environment. Note: Restore operation will not be executed.
- domain_
ip_ straddress - IPv4 address for the imported Domain. Required only for importing the Security Management Server into the Multi-Domain Server.
- domain_
name str - Domain name to be imported. Must be unique in the Multi-Domain Server. Required only for importing the Security Management Server into the Multi-Domain Server.
- domain_
server_ strname - Multi-Domain Server name for the imported Domain. Required only for importing the Security Management Server into the Multi-Domain Server.
- file_
path str - Path to the exported database file to be imported.
- ignore_
warnings bool - Ignoring the verification warnings. By Setting this parameter to 'true' import will not be blocked by warnings.
- include_
endpoint_ boolconfiguration - Include import of the Endpoint Security Management configuration files.
- include_
endpoint_ booldatabase - Include import of the Endpoint Security Management database.
- include_
logs bool - Import logs without log indexes.
- include_
logs_ boolindexes - Import logs with log indexes.
- login_
required str - If set to "True", session is expired and login is required.
- management_
command_ strimport_ management_ id - pre_
import_ boolverification_ only - If true, only runs the pre-import verifications instead of the full import.
- task_
id str - Asynchronous task unique identifier.
- verify_
domain_ boolrestore - If true, verify that the restore operation is valid for this input file and this environment. Note: Restore operation will not be executed.
- domain
Ip StringAddress - IPv4 address for the imported Domain. Required only for importing the Security Management Server into the Multi-Domain Server.
- domain
Name String - Domain name to be imported. Must be unique in the Multi-Domain Server. Required only for importing the Security Management Server into the Multi-Domain Server.
- domain
Server StringName - Multi-Domain Server name for the imported Domain. Required only for importing the Security Management Server into the Multi-Domain Server.
- file
Path String - Path to the exported database file to be imported.
- ignore
Warnings Boolean - Ignoring the verification warnings. By Setting this parameter to 'true' import will not be blocked by warnings.
- include
Endpoint BooleanConfiguration - Include import of the Endpoint Security Management configuration files.
- include
Endpoint BooleanDatabase - Include import of the Endpoint Security Management database.
- include
Logs Boolean - Import logs without log indexes.
- include
Logs BooleanIndexes - Import logs with log indexes.
- login
Required String - If set to "True", session is expired and login is required.
- management
Command StringImport Management Id - pre
Import BooleanVerification Only - If true, only runs the pre-import verifications instead of the full import.
- task
Id String - Asynchronous task unique identifier.
- verify
Domain BooleanRestore - If true, verify that the restore operation is valid for this input file and this environment. Note: Restore operation will not be executed.
Package Details
- Repository
- checkpoint checkpointsw/terraform-provider-checkpoint
- License
- Notes
- This Pulumi package is based on the
checkpoint
Terraform Provider.