checkpoint.ManagementRestoreDomain
Explore with Pulumi AI
Create ManagementRestoreDomain Resource
Resources are created with functions called constructors. To learn more about declaring and configuring resources, see Resources.
Constructor syntax
new ManagementRestoreDomain(name: string, args: ManagementRestoreDomainArgs, opts?: CustomResourceOptions);
@overload
def ManagementRestoreDomain(resource_name: str,
args: ManagementRestoreDomainArgs,
opts: Optional[ResourceOptions] = None)
@overload
def ManagementRestoreDomain(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,
management_restore_domain_id: Optional[str] = None,
verify_only: Optional[bool] = None)
func NewManagementRestoreDomain(ctx *Context, name string, args ManagementRestoreDomainArgs, opts ...ResourceOption) (*ManagementRestoreDomain, error)
public ManagementRestoreDomain(string name, ManagementRestoreDomainArgs args, CustomResourceOptions? opts = null)
public ManagementRestoreDomain(String name, ManagementRestoreDomainArgs args)
public ManagementRestoreDomain(String name, ManagementRestoreDomainArgs args, CustomResourceOptions options)
type: checkpoint:ManagementRestoreDomain
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 ManagementRestoreDomainArgs
- 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 ManagementRestoreDomainArgs
- 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 ManagementRestoreDomainArgs
- The arguments to resource properties.
- opts ResourceOption
- Bag of options to control resource's behavior.
- name string
- The unique name of the resource.
- args ManagementRestoreDomainArgs
- The arguments to resource properties.
- opts CustomResourceOptions
- Bag of options to control resource's behavior.
- name String
- The unique name of the resource.
- args ManagementRestoreDomainArgs
- 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 managementRestoreDomainResource = new Checkpoint.ManagementRestoreDomain("managementRestoreDomainResource", new()
{
DomainIpAddress = "string",
DomainName = "string",
DomainServerName = "string",
FilePath = "string",
ManagementRestoreDomainId = "string",
VerifyOnly = false,
});
example, err := checkpoint.NewManagementRestoreDomain(ctx, "managementRestoreDomainResource", &checkpoint.ManagementRestoreDomainArgs{
DomainIpAddress: pulumi.String("string"),
DomainName: pulumi.String("string"),
DomainServerName: pulumi.String("string"),
FilePath: pulumi.String("string"),
ManagementRestoreDomainId: pulumi.String("string"),
VerifyOnly: pulumi.Bool(false),
})
var managementRestoreDomainResource = new ManagementRestoreDomain("managementRestoreDomainResource", ManagementRestoreDomainArgs.builder()
.domainIpAddress("string")
.domainName("string")
.domainServerName("string")
.filePath("string")
.managementRestoreDomainId("string")
.verifyOnly(false)
.build());
management_restore_domain_resource = checkpoint.ManagementRestoreDomain("managementRestoreDomainResource",
domain_ip_address="string",
domain_name="string",
domain_server_name="string",
file_path="string",
management_restore_domain_id="string",
verify_only=False)
const managementRestoreDomainResource = new checkpoint.ManagementRestoreDomain("managementRestoreDomainResource", {
domainIpAddress: "string",
domainName: "string",
domainServerName: "string",
filePath: "string",
managementRestoreDomainId: "string",
verifyOnly: false,
});
type: checkpoint:ManagementRestoreDomain
properties:
domainIpAddress: string
domainName: string
domainServerName: string
filePath: string
managementRestoreDomainId: string
verifyOnly: false
ManagementRestoreDomain 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 ManagementRestoreDomain 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 backup file to be restored. Should be the full file path (example, "/var/log/domain1_backup.tgz").
- Management
Restore stringDomain Id - Verify
Only bool - If true, verify that the import operation is valid for this input file and this environment Note: Restore operation will not be executed.
- 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 backup file to be restored. Should be the full file path (example, "/var/log/domain1_backup.tgz").
- Management
Restore stringDomain Id - Verify
Only bool - If true, verify that the import operation is valid for this input file and this environment Note: Restore operation will not be executed.
- 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 backup file to be restored. Should be the full file path (example, "/var/log/domain1_backup.tgz").
- management
Restore StringDomain Id - verify
Only Boolean - If true, verify that the import operation is valid for this input file and this environment Note: Restore operation will not be executed.
- 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 backup file to be restored. Should be the full file path (example, "/var/log/domain1_backup.tgz").
- management
Restore stringDomain Id - verify
Only boolean - If true, verify that the import operation is valid for this input file and this environment Note: Restore operation will not be executed.
- 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 backup file to be restored. Should be the full file path (example, "/var/log/domain1_backup.tgz").
- management_
restore_ strdomain_ id - verify_
only bool - If true, verify that the import operation is valid for this input file and this environment Note: Restore operation will not be executed.
- 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 backup file to be restored. Should be the full file path (example, "/var/log/domain1_backup.tgz").
- management
Restore StringDomain Id - verify
Only Boolean - If true, verify that the import 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 ManagementRestoreDomain resource produces the following output properties:
Look up Existing ManagementRestoreDomain Resource
Get an existing ManagementRestoreDomain 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?: ManagementRestoreDomainState, opts?: CustomResourceOptions): ManagementRestoreDomain
@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,
management_restore_domain_id: Optional[str] = None,
task_id: Optional[str] = None,
verify_only: Optional[bool] = None) -> ManagementRestoreDomain
func GetManagementRestoreDomain(ctx *Context, name string, id IDInput, state *ManagementRestoreDomainState, opts ...ResourceOption) (*ManagementRestoreDomain, error)
public static ManagementRestoreDomain Get(string name, Input<string> id, ManagementRestoreDomainState? state, CustomResourceOptions? opts = null)
public static ManagementRestoreDomain get(String name, Output<String> id, ManagementRestoreDomainState state, CustomResourceOptions options)
resources: _: type: checkpoint:ManagementRestoreDomain 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 backup file to be restored. Should be the full file path (example, "/var/log/domain1_backup.tgz").
- Management
Restore stringDomain Id - Task
Id string - Asynchronous task unique identifier.
- Verify
Only bool - If true, verify that the import operation is valid for this input file and this environment Note: Restore operation will not be executed.
- 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 backup file to be restored. Should be the full file path (example, "/var/log/domain1_backup.tgz").
- Management
Restore stringDomain Id - Task
Id string - Asynchronous task unique identifier.
- Verify
Only bool - If true, verify that the import operation is valid for this input file and this environment Note: Restore operation will not be executed.
- 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 backup file to be restored. Should be the full file path (example, "/var/log/domain1_backup.tgz").
- management
Restore StringDomain Id - task
Id String - Asynchronous task unique identifier.
- verify
Only Boolean - If true, verify that the import operation is valid for this input file and this environment Note: Restore operation will not be executed.
- 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 backup file to be restored. Should be the full file path (example, "/var/log/domain1_backup.tgz").
- management
Restore stringDomain Id - task
Id string - Asynchronous task unique identifier.
- verify
Only boolean - If true, verify that the import operation is valid for this input file and this environment Note: Restore operation will not be executed.
- 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 backup file to be restored. Should be the full file path (example, "/var/log/domain1_backup.tgz").
- management_
restore_ strdomain_ id - task_
id str - Asynchronous task unique identifier.
- verify_
only bool - If true, verify that the import operation is valid for this input file and this environment Note: Restore operation will not be executed.
- 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 backup file to be restored. Should be the full file path (example, "/var/log/domain1_backup.tgz").
- management
Restore StringDomain Id - task
Id String - Asynchronous task unique identifier.
- verify
Only Boolean - If true, verify that the import 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.