checkpoint.ManagementMigrateImportDomain
Explore with Pulumi AI
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:
- Domain
Ip stringAddress - IPv4 address.Required only for importing Security Management Server into Multi-Domain Server.
- Domain
Name string - Domain name. Should be unique in the MDS.Required only for importing Security Management Server into Multi-Domain Server.
- Domain
Server stringName - Multi Domain server name.Required only for importing Security Management Server into Multi-Domain Server.
- File
Path string - 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 stringImport Domain Id
- Domain
Ip stringAddress - IPv4 address.Required only for importing Security Management Server into Multi-Domain Server.
- Domain
Name string - Domain name. Should be unique in the MDS.Required only for importing Security Management Server into Multi-Domain Server.
- Domain
Server stringName - Multi Domain server name.Required only for importing Security Management Server into Multi-Domain Server.
- File
Path string - 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 stringImport Domain Id
- domain
Ip StringAddress - IPv4 address.Required only for importing Security Management Server into Multi-Domain Server.
- domain
Name String - Domain name. Should be unique in the MDS.Required only for importing Security Management Server into Multi-Domain Server.
- domain
Server StringName - Multi Domain server name.Required only for importing Security Management Server into Multi-Domain Server.
- file
Path String - Path to the exported file to be imported. Should be the full file path (example, "/var/log/domain1_exported.tgz").
- include
Logs Boolean - Import logs from the input package.
- management
Migrate StringImport Domain Id
- domain
Ip stringAddress - IPv4 address.Required only for importing Security Management Server into Multi-Domain Server.
- domain
Name string - Domain name. Should be unique in the MDS.Required only for importing Security Management Server into Multi-Domain Server.
- domain
Server stringName - Multi Domain server name.Required only for importing Security Management Server into Multi-Domain Server.
- file
Path string - Path to the exported file to be imported. Should be the full file path (example, "/var/log/domain1_exported.tgz").
- include
Logs boolean - Import logs from the input package.
- management
Migrate stringImport Domain Id
- domain_
ip_ straddress - 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_ strname - 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_ strimport_ domain_ id
- domain
Ip StringAddress - IPv4 address.Required only for importing Security Management Server into Multi-Domain Server.
- domain
Name String - Domain name. Should be unique in the MDS.Required only for importing Security Management Server into Multi-Domain Server.
- domain
Server StringName - Multi Domain server name.Required only for importing Security Management Server into Multi-Domain Server.
- file
Path String - Path to the exported file to be imported. Should be the full file path (example, "/var/log/domain1_exported.tgz").
- include
Logs Boolean - Import logs from the input package.
- management
Migrate StringImport Domain Id
Outputs
All input properties are implicitly available as output properties. Additionally, the ManagementMigrateImportDomain resource produces the following output properties:
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.
- Domain
Ip stringAddress - IPv4 address.Required only for importing Security Management Server into Multi-Domain Server.
- Domain
Name string - Domain name. Should be unique in the MDS.Required only for importing Security Management Server into Multi-Domain Server.
- Domain
Server stringName - Multi Domain server name.Required only for importing Security Management Server into Multi-Domain Server.
- File
Path string - 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 stringImport Domain Id - Task
Id string - Asynchronous task unique identifier.
- Domain
Ip stringAddress - IPv4 address.Required only for importing Security Management Server into Multi-Domain Server.
- Domain
Name string - Domain name. Should be unique in the MDS.Required only for importing Security Management Server into Multi-Domain Server.
- Domain
Server stringName - Multi Domain server name.Required only for importing Security Management Server into Multi-Domain Server.
- File
Path string - 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 stringImport Domain Id - Task
Id string - Asynchronous task unique identifier.
- domain
Ip StringAddress - IPv4 address.Required only for importing Security Management Server into Multi-Domain Server.
- domain
Name String - Domain name. Should be unique in the MDS.Required only for importing Security Management Server into Multi-Domain Server.
- domain
Server StringName - Multi Domain server name.Required only for importing Security Management Server into Multi-Domain Server.
- file
Path String - Path to the exported file to be imported. Should be the full file path (example, "/var/log/domain1_exported.tgz").
- include
Logs Boolean - Import logs from the input package.
- management
Migrate StringImport Domain Id - task
Id String - Asynchronous task unique identifier.
- domain
Ip stringAddress - IPv4 address.Required only for importing Security Management Server into Multi-Domain Server.
- domain
Name string - Domain name. Should be unique in the MDS.Required only for importing Security Management Server into Multi-Domain Server.
- domain
Server stringName - Multi Domain server name.Required only for importing Security Management Server into Multi-Domain Server.
- file
Path string - Path to the exported file to be imported. Should be the full file path (example, "/var/log/domain1_exported.tgz").
- include
Logs boolean - Import logs from the input package.
- management
Migrate stringImport Domain Id - task
Id string - Asynchronous task unique identifier.
- domain_
ip_ straddress - 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_ strname - 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_ strimport_ domain_ id - task_
id str - Asynchronous task unique identifier.
- domain
Ip StringAddress - IPv4 address.Required only for importing Security Management Server into Multi-Domain Server.
- domain
Name String - Domain name. Should be unique in the MDS.Required only for importing Security Management Server into Multi-Domain Server.
- domain
Server StringName - Multi Domain server name.Required only for importing Security Management Server into Multi-Domain Server.
- file
Path String - Path to the exported file to be imported. Should be the full file path (example, "/var/log/domain1_exported.tgz").
- include
Logs Boolean - Import logs from the input package.
- management
Migrate StringImport Domain Id - task
Id 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.