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

checkpoint.ManagementMds

Explore with Pulumi AI

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

    This resource allows you to execute Check Point MDS.

    Example Usage

    import * as pulumi from "@pulumi/pulumi";
    import * as checkpoint from "@pulumi/checkpoint";
    
    const example = new checkpoint.ManagementMds("example", {
        hardware: "Open server",
        ipPoolFirst: "2.2.2.2",
        ipPoolLast: "3.3.3.3",
        ipv4Address: "1.1.1.1",
        os: "Gaia",
        serverType: "multi-domain server",
    });
    
    import pulumi
    import pulumi_checkpoint as checkpoint
    
    example = checkpoint.ManagementMds("example",
        hardware="Open server",
        ip_pool_first="2.2.2.2",
        ip_pool_last="3.3.3.3",
        ipv4_address="1.1.1.1",
        os="Gaia",
        server_type="multi-domain server")
    
    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.NewManagementMds(ctx, "example", &checkpoint.ManagementMdsArgs{
    			Hardware:    pulumi.String("Open server"),
    			IpPoolFirst: pulumi.String("2.2.2.2"),
    			IpPoolLast:  pulumi.String("3.3.3.3"),
    			Ipv4Address: pulumi.String("1.1.1.1"),
    			Os:          pulumi.String("Gaia"),
    			ServerType:  pulumi.String("multi-domain server"),
    		})
    		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.ManagementMds("example", new()
        {
            Hardware = "Open server",
            IpPoolFirst = "2.2.2.2",
            IpPoolLast = "3.3.3.3",
            Ipv4Address = "1.1.1.1",
            Os = "Gaia",
            ServerType = "multi-domain server",
        });
    
    });
    
    package generated_program;
    
    import com.pulumi.Context;
    import com.pulumi.Pulumi;
    import com.pulumi.core.Output;
    import com.pulumi.checkpoint.ManagementMds;
    import com.pulumi.checkpoint.ManagementMdsArgs;
    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 ManagementMds("example", ManagementMdsArgs.builder()
                .hardware("Open server")
                .ipPoolFirst("2.2.2.2")
                .ipPoolLast("3.3.3.3")
                .ipv4Address("1.1.1.1")
                .os("Gaia")
                .serverType("multi-domain server")
                .build());
    
        }
    }
    
    resources:
      example:
        type: checkpoint:ManagementMds
        properties:
          hardware: Open server
          ipPoolFirst: 2.2.2.2
          ipPoolLast: 3.3.3.3
          ipv4Address: 1.1.1.1
          os: Gaia
          serverType: multi-domain server
    

    Create ManagementMds Resource

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

    Constructor syntax

    new ManagementMds(name: string, args?: ManagementMdsArgs, opts?: CustomResourceOptions);
    @overload
    def ManagementMds(resource_name: str,
                      args: Optional[ManagementMdsArgs] = None,
                      opts: Optional[ResourceOptions] = None)
    
    @overload
    def ManagementMds(resource_name: str,
                      opts: Optional[ResourceOptions] = None,
                      color: Optional[str] = None,
                      comments: Optional[str] = None,
                      hardware: Optional[str] = None,
                      ignore_errors: Optional[bool] = None,
                      ignore_warnings: Optional[bool] = None,
                      ip_pool_first: Optional[str] = None,
                      ip_pool_last: Optional[str] = None,
                      ipv4_address: Optional[str] = None,
                      ipv6_address: Optional[str] = None,
                      management_mds_id: Optional[str] = None,
                      name: Optional[str] = None,
                      one_time_password: Optional[str] = None,
                      os: Optional[str] = None,
                      server_type: Optional[str] = None,
                      tags: Optional[Sequence[str]] = None,
                      version: Optional[str] = None)
    func NewManagementMds(ctx *Context, name string, args *ManagementMdsArgs, opts ...ResourceOption) (*ManagementMds, error)
    public ManagementMds(string name, ManagementMdsArgs? args = null, CustomResourceOptions? opts = null)
    public ManagementMds(String name, ManagementMdsArgs args)
    public ManagementMds(String name, ManagementMdsArgs args, CustomResourceOptions options)
    
    type: checkpoint:ManagementMds
    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 ManagementMdsArgs
    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 ManagementMdsArgs
    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 ManagementMdsArgs
    The arguments to resource properties.
    opts ResourceOption
    Bag of options to control resource's behavior.
    name string
    The unique name of the resource.
    args ManagementMdsArgs
    The arguments to resource properties.
    opts CustomResourceOptions
    Bag of options to control resource's behavior.
    name String
    The unique name of the resource.
    args ManagementMdsArgs
    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 managementMdsResource = new Checkpoint.ManagementMds("managementMdsResource", new()
    {
        Color = "string",
        Comments = "string",
        Hardware = "string",
        IgnoreErrors = false,
        IgnoreWarnings = false,
        IpPoolFirst = "string",
        IpPoolLast = "string",
        Ipv4Address = "string",
        Ipv6Address = "string",
        ManagementMdsId = "string",
        Name = "string",
        OneTimePassword = "string",
        Os = "string",
        ServerType = "string",
        Tags = new[]
        {
            "string",
        },
        Version = "string",
    });
    
    example, err := checkpoint.NewManagementMds(ctx, "managementMdsResource", &checkpoint.ManagementMdsArgs{
    	Color:           pulumi.String("string"),
    	Comments:        pulumi.String("string"),
    	Hardware:        pulumi.String("string"),
    	IgnoreErrors:    pulumi.Bool(false),
    	IgnoreWarnings:  pulumi.Bool(false),
    	IpPoolFirst:     pulumi.String("string"),
    	IpPoolLast:      pulumi.String("string"),
    	Ipv4Address:     pulumi.String("string"),
    	Ipv6Address:     pulumi.String("string"),
    	ManagementMdsId: pulumi.String("string"),
    	Name:            pulumi.String("string"),
    	OneTimePassword: pulumi.String("string"),
    	Os:              pulumi.String("string"),
    	ServerType:      pulumi.String("string"),
    	Tags: pulumi.StringArray{
    		pulumi.String("string"),
    	},
    	Version: pulumi.String("string"),
    })
    
    var managementMdsResource = new ManagementMds("managementMdsResource", ManagementMdsArgs.builder()
        .color("string")
        .comments("string")
        .hardware("string")
        .ignoreErrors(false)
        .ignoreWarnings(false)
        .ipPoolFirst("string")
        .ipPoolLast("string")
        .ipv4Address("string")
        .ipv6Address("string")
        .managementMdsId("string")
        .name("string")
        .oneTimePassword("string")
        .os("string")
        .serverType("string")
        .tags("string")
        .version("string")
        .build());
    
    management_mds_resource = checkpoint.ManagementMds("managementMdsResource",
        color="string",
        comments="string",
        hardware="string",
        ignore_errors=False,
        ignore_warnings=False,
        ip_pool_first="string",
        ip_pool_last="string",
        ipv4_address="string",
        ipv6_address="string",
        management_mds_id="string",
        name="string",
        one_time_password="string",
        os="string",
        server_type="string",
        tags=["string"],
        version="string")
    
    const managementMdsResource = new checkpoint.ManagementMds("managementMdsResource", {
        color: "string",
        comments: "string",
        hardware: "string",
        ignoreErrors: false,
        ignoreWarnings: false,
        ipPoolFirst: "string",
        ipPoolLast: "string",
        ipv4Address: "string",
        ipv6Address: "string",
        managementMdsId: "string",
        name: "string",
        oneTimePassword: "string",
        os: "string",
        serverType: "string",
        tags: ["string"],
        version: "string",
    });
    
    type: checkpoint:ManagementMds
    properties:
        color: string
        comments: string
        hardware: string
        ignoreErrors: false
        ignoreWarnings: false
        ipPoolFirst: string
        ipPoolLast: string
        ipv4Address: string
        ipv6Address: string
        managementMdsId: string
        name: string
        oneTimePassword: string
        os: string
        serverType: string
        tags:
            - string
        version: string
    

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

    Color string
    Color of the object.
    Comments string
    Comments string.
    Hardware string
    Hardware name. For example: Open server, Smart-1, Other.
    IgnoreErrors bool
    Apply changes ignoring errors. You won't be able to publish such a changes. If ignore-warnings flag was omitted - warnings will also be ignored.
    IgnoreWarnings bool
    Apply changes ignoring warnings.
    IpPoolFirst string
    First IP address in the range.
    IpPoolLast string
    Last IP address in the range.
    Ipv4Address string
    IPv4 address.
    Ipv6Address string
    IPv6 address.
    ManagementMdsId string
    Name string
    Object name.
    OneTimePassword string
    Secure internal connection one time password.
    Os string
    Operating system name. For example: Gaia, Linux, SecurePlatform.
    ServerType string
    Type of the management server.
    Tags List<string>
    Collection of tag identifiers.
    Version string
    System version.
    Color string
    Color of the object.
    Comments string
    Comments string.
    Hardware string
    Hardware name. For example: Open server, Smart-1, Other.
    IgnoreErrors bool
    Apply changes ignoring errors. You won't be able to publish such a changes. If ignore-warnings flag was omitted - warnings will also be ignored.
    IgnoreWarnings bool
    Apply changes ignoring warnings.
    IpPoolFirst string
    First IP address in the range.
    IpPoolLast string
    Last IP address in the range.
    Ipv4Address string
    IPv4 address.
    Ipv6Address string
    IPv6 address.
    ManagementMdsId string
    Name string
    Object name.
    OneTimePassword string
    Secure internal connection one time password.
    Os string
    Operating system name. For example: Gaia, Linux, SecurePlatform.
    ServerType string
    Type of the management server.
    Tags []string
    Collection of tag identifiers.
    Version string
    System version.
    color String
    Color of the object.
    comments String
    Comments string.
    hardware String
    Hardware name. For example: Open server, Smart-1, Other.
    ignoreErrors Boolean
    Apply changes ignoring errors. You won't be able to publish such a changes. If ignore-warnings flag was omitted - warnings will also be ignored.
    ignoreWarnings Boolean
    Apply changes ignoring warnings.
    ipPoolFirst String
    First IP address in the range.
    ipPoolLast String
    Last IP address in the range.
    ipv4Address String
    IPv4 address.
    ipv6Address String
    IPv6 address.
    managementMdsId String
    name String
    Object name.
    oneTimePassword String
    Secure internal connection one time password.
    os String
    Operating system name. For example: Gaia, Linux, SecurePlatform.
    serverType String
    Type of the management server.
    tags List<String>
    Collection of tag identifiers.
    version String
    System version.
    color string
    Color of the object.
    comments string
    Comments string.
    hardware string
    Hardware name. For example: Open server, Smart-1, Other.
    ignoreErrors boolean
    Apply changes ignoring errors. You won't be able to publish such a changes. If ignore-warnings flag was omitted - warnings will also be ignored.
    ignoreWarnings boolean
    Apply changes ignoring warnings.
    ipPoolFirst string
    First IP address in the range.
    ipPoolLast string
    Last IP address in the range.
    ipv4Address string
    IPv4 address.
    ipv6Address string
    IPv6 address.
    managementMdsId string
    name string
    Object name.
    oneTimePassword string
    Secure internal connection one time password.
    os string
    Operating system name. For example: Gaia, Linux, SecurePlatform.
    serverType string
    Type of the management server.
    tags string[]
    Collection of tag identifiers.
    version string
    System version.
    color str
    Color of the object.
    comments str
    Comments string.
    hardware str
    Hardware name. For example: Open server, Smart-1, Other.
    ignore_errors bool
    Apply changes ignoring errors. You won't be able to publish such a changes. If ignore-warnings flag was omitted - warnings will also be ignored.
    ignore_warnings bool
    Apply changes ignoring warnings.
    ip_pool_first str
    First IP address in the range.
    ip_pool_last str
    Last IP address in the range.
    ipv4_address str
    IPv4 address.
    ipv6_address str
    IPv6 address.
    management_mds_id str
    name str
    Object name.
    one_time_password str
    Secure internal connection one time password.
    os str
    Operating system name. For example: Gaia, Linux, SecurePlatform.
    server_type str
    Type of the management server.
    tags Sequence[str]
    Collection of tag identifiers.
    version str
    System version.
    color String
    Color of the object.
    comments String
    Comments string.
    hardware String
    Hardware name. For example: Open server, Smart-1, Other.
    ignoreErrors Boolean
    Apply changes ignoring errors. You won't be able to publish such a changes. If ignore-warnings flag was omitted - warnings will also be ignored.
    ignoreWarnings Boolean
    Apply changes ignoring warnings.
    ipPoolFirst String
    First IP address in the range.
    ipPoolLast String
    Last IP address in the range.
    ipv4Address String
    IPv4 address.
    ipv6Address String
    IPv6 address.
    managementMdsId String
    name String
    Object name.
    oneTimePassword String
    Secure internal connection one time password.
    os String
    Operating system name. For example: Gaia, Linux, SecurePlatform.
    serverType String
    Type of the management server.
    tags List<String>
    Collection of tag identifiers.
    version String
    System version.

    Outputs

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

    Domains List<string>
    Collection of Domain objects identified by the name or UID.
    GlobalDomains List<string>
    Collection of Global domain objects identified by the name or UID.
    Id string
    The provider-assigned unique ID for this managed resource.
    SicName string
    Name of the Secure Internal Connection Trust.
    SicState string
    State the Secure Internal Connection Trust.
    Domains []string
    Collection of Domain objects identified by the name or UID.
    GlobalDomains []string
    Collection of Global domain objects identified by the name or UID.
    Id string
    The provider-assigned unique ID for this managed resource.
    SicName string
    Name of the Secure Internal Connection Trust.
    SicState string
    State the Secure Internal Connection Trust.
    domains List<String>
    Collection of Domain objects identified by the name or UID.
    globalDomains List<String>
    Collection of Global domain objects identified by the name or UID.
    id String
    The provider-assigned unique ID for this managed resource.
    sicName String
    Name of the Secure Internal Connection Trust.
    sicState String
    State the Secure Internal Connection Trust.
    domains string[]
    Collection of Domain objects identified by the name or UID.
    globalDomains string[]
    Collection of Global domain objects identified by the name or UID.
    id string
    The provider-assigned unique ID for this managed resource.
    sicName string
    Name of the Secure Internal Connection Trust.
    sicState string
    State the Secure Internal Connection Trust.
    domains Sequence[str]
    Collection of Domain objects identified by the name or UID.
    global_domains Sequence[str]
    Collection of Global domain objects identified by the name or UID.
    id str
    The provider-assigned unique ID for this managed resource.
    sic_name str
    Name of the Secure Internal Connection Trust.
    sic_state str
    State the Secure Internal Connection Trust.
    domains List<String>
    Collection of Domain objects identified by the name or UID.
    globalDomains List<String>
    Collection of Global domain objects identified by the name or UID.
    id String
    The provider-assigned unique ID for this managed resource.
    sicName String
    Name of the Secure Internal Connection Trust.
    sicState String
    State the Secure Internal Connection Trust.

    Look up Existing ManagementMds Resource

    Get an existing ManagementMds 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?: ManagementMdsState, opts?: CustomResourceOptions): ManagementMds
    @staticmethod
    def get(resource_name: str,
            id: str,
            opts: Optional[ResourceOptions] = None,
            color: Optional[str] = None,
            comments: Optional[str] = None,
            domains: Optional[Sequence[str]] = None,
            global_domains: Optional[Sequence[str]] = None,
            hardware: Optional[str] = None,
            ignore_errors: Optional[bool] = None,
            ignore_warnings: Optional[bool] = None,
            ip_pool_first: Optional[str] = None,
            ip_pool_last: Optional[str] = None,
            ipv4_address: Optional[str] = None,
            ipv6_address: Optional[str] = None,
            management_mds_id: Optional[str] = None,
            name: Optional[str] = None,
            one_time_password: Optional[str] = None,
            os: Optional[str] = None,
            server_type: Optional[str] = None,
            sic_name: Optional[str] = None,
            sic_state: Optional[str] = None,
            tags: Optional[Sequence[str]] = None,
            version: Optional[str] = None) -> ManagementMds
    func GetManagementMds(ctx *Context, name string, id IDInput, state *ManagementMdsState, opts ...ResourceOption) (*ManagementMds, error)
    public static ManagementMds Get(string name, Input<string> id, ManagementMdsState? state, CustomResourceOptions? opts = null)
    public static ManagementMds get(String name, Output<String> id, ManagementMdsState state, CustomResourceOptions options)
    resources:  _:    type: checkpoint:ManagementMds    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:
    Color string
    Color of the object.
    Comments string
    Comments string.
    Domains List<string>
    Collection of Domain objects identified by the name or UID.
    GlobalDomains List<string>
    Collection of Global domain objects identified by the name or UID.
    Hardware string
    Hardware name. For example: Open server, Smart-1, Other.
    IgnoreErrors bool
    Apply changes ignoring errors. You won't be able to publish such a changes. If ignore-warnings flag was omitted - warnings will also be ignored.
    IgnoreWarnings bool
    Apply changes ignoring warnings.
    IpPoolFirst string
    First IP address in the range.
    IpPoolLast string
    Last IP address in the range.
    Ipv4Address string
    IPv4 address.
    Ipv6Address string
    IPv6 address.
    ManagementMdsId string
    Name string
    Object name.
    OneTimePassword string
    Secure internal connection one time password.
    Os string
    Operating system name. For example: Gaia, Linux, SecurePlatform.
    ServerType string
    Type of the management server.
    SicName string
    Name of the Secure Internal Connection Trust.
    SicState string
    State the Secure Internal Connection Trust.
    Tags List<string>
    Collection of tag identifiers.
    Version string
    System version.
    Color string
    Color of the object.
    Comments string
    Comments string.
    Domains []string
    Collection of Domain objects identified by the name or UID.
    GlobalDomains []string
    Collection of Global domain objects identified by the name or UID.
    Hardware string
    Hardware name. For example: Open server, Smart-1, Other.
    IgnoreErrors bool
    Apply changes ignoring errors. You won't be able to publish such a changes. If ignore-warnings flag was omitted - warnings will also be ignored.
    IgnoreWarnings bool
    Apply changes ignoring warnings.
    IpPoolFirst string
    First IP address in the range.
    IpPoolLast string
    Last IP address in the range.
    Ipv4Address string
    IPv4 address.
    Ipv6Address string
    IPv6 address.
    ManagementMdsId string
    Name string
    Object name.
    OneTimePassword string
    Secure internal connection one time password.
    Os string
    Operating system name. For example: Gaia, Linux, SecurePlatform.
    ServerType string
    Type of the management server.
    SicName string
    Name of the Secure Internal Connection Trust.
    SicState string
    State the Secure Internal Connection Trust.
    Tags []string
    Collection of tag identifiers.
    Version string
    System version.
    color String
    Color of the object.
    comments String
    Comments string.
    domains List<String>
    Collection of Domain objects identified by the name or UID.
    globalDomains List<String>
    Collection of Global domain objects identified by the name or UID.
    hardware String
    Hardware name. For example: Open server, Smart-1, Other.
    ignoreErrors Boolean
    Apply changes ignoring errors. You won't be able to publish such a changes. If ignore-warnings flag was omitted - warnings will also be ignored.
    ignoreWarnings Boolean
    Apply changes ignoring warnings.
    ipPoolFirst String
    First IP address in the range.
    ipPoolLast String
    Last IP address in the range.
    ipv4Address String
    IPv4 address.
    ipv6Address String
    IPv6 address.
    managementMdsId String
    name String
    Object name.
    oneTimePassword String
    Secure internal connection one time password.
    os String
    Operating system name. For example: Gaia, Linux, SecurePlatform.
    serverType String
    Type of the management server.
    sicName String
    Name of the Secure Internal Connection Trust.
    sicState String
    State the Secure Internal Connection Trust.
    tags List<String>
    Collection of tag identifiers.
    version String
    System version.
    color string
    Color of the object.
    comments string
    Comments string.
    domains string[]
    Collection of Domain objects identified by the name or UID.
    globalDomains string[]
    Collection of Global domain objects identified by the name or UID.
    hardware string
    Hardware name. For example: Open server, Smart-1, Other.
    ignoreErrors boolean
    Apply changes ignoring errors. You won't be able to publish such a changes. If ignore-warnings flag was omitted - warnings will also be ignored.
    ignoreWarnings boolean
    Apply changes ignoring warnings.
    ipPoolFirst string
    First IP address in the range.
    ipPoolLast string
    Last IP address in the range.
    ipv4Address string
    IPv4 address.
    ipv6Address string
    IPv6 address.
    managementMdsId string
    name string
    Object name.
    oneTimePassword string
    Secure internal connection one time password.
    os string
    Operating system name. For example: Gaia, Linux, SecurePlatform.
    serverType string
    Type of the management server.
    sicName string
    Name of the Secure Internal Connection Trust.
    sicState string
    State the Secure Internal Connection Trust.
    tags string[]
    Collection of tag identifiers.
    version string
    System version.
    color str
    Color of the object.
    comments str
    Comments string.
    domains Sequence[str]
    Collection of Domain objects identified by the name or UID.
    global_domains Sequence[str]
    Collection of Global domain objects identified by the name or UID.
    hardware str
    Hardware name. For example: Open server, Smart-1, Other.
    ignore_errors bool
    Apply changes ignoring errors. You won't be able to publish such a changes. If ignore-warnings flag was omitted - warnings will also be ignored.
    ignore_warnings bool
    Apply changes ignoring warnings.
    ip_pool_first str
    First IP address in the range.
    ip_pool_last str
    Last IP address in the range.
    ipv4_address str
    IPv4 address.
    ipv6_address str
    IPv6 address.
    management_mds_id str
    name str
    Object name.
    one_time_password str
    Secure internal connection one time password.
    os str
    Operating system name. For example: Gaia, Linux, SecurePlatform.
    server_type str
    Type of the management server.
    sic_name str
    Name of the Secure Internal Connection Trust.
    sic_state str
    State the Secure Internal Connection Trust.
    tags Sequence[str]
    Collection of tag identifiers.
    version str
    System version.
    color String
    Color of the object.
    comments String
    Comments string.
    domains List<String>
    Collection of Domain objects identified by the name or UID.
    globalDomains List<String>
    Collection of Global domain objects identified by the name or UID.
    hardware String
    Hardware name. For example: Open server, Smart-1, Other.
    ignoreErrors Boolean
    Apply changes ignoring errors. You won't be able to publish such a changes. If ignore-warnings flag was omitted - warnings will also be ignored.
    ignoreWarnings Boolean
    Apply changes ignoring warnings.
    ipPoolFirst String
    First IP address in the range.
    ipPoolLast String
    Last IP address in the range.
    ipv4Address String
    IPv4 address.
    ipv6Address String
    IPv6 address.
    managementMdsId String
    name String
    Object name.
    oneTimePassword String
    Secure internal connection one time password.
    os String
    Operating system name. For example: Gaia, Linux, SecurePlatform.
    serverType String
    Type of the management server.
    sicName String
    Name of the Secure Internal Connection Trust.
    sicState String
    State the Secure Internal Connection Trust.
    tags List<String>
    Collection of tag identifiers.
    version String
    System version.

    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