1. Packages
  2. Packages
  3. Checkpoint Provider
  4. API Docs
  5. GaiaMaestroPort
Viewing docs for checkpoint 3.2.0
published on Monday, Jun 15, 2026 by checkpointsw
Viewing docs for checkpoint 3.2.0
published on Monday, Jun 15, 2026 by checkpointsw

    This resource allows you to execute Check Point Maestro Port.

    Example Usage

    import * as pulumi from "@pulumi/pulumi";
    import * as checkpoint from "@pulumi/checkpoint";
    
    const example = new checkpoint.GaiaMaestroPort("example", {
        type: "uplink",
        enabled: true,
        mtu: 777,
        qsfpMode: "40G",
        autoNegotiation: true,
    });
    
    import pulumi
    import pulumi_checkpoint as checkpoint
    
    example = checkpoint.GaiaMaestroPort("example",
        type="uplink",
        enabled=True,
        mtu=777,
        qsfp_mode="40G",
        auto_negotiation=True)
    
    package main
    
    import (
    	"github.com/pulumi/pulumi-terraform-provider/sdks/go/checkpoint/v3/checkpoint"
    	"github.com/pulumi/pulumi/sdk/v3/go/pulumi"
    )
    
    func main() {
    	pulumi.Run(func(ctx *pulumi.Context) error {
    		_, err := checkpoint.NewGaiaMaestroPort(ctx, "example", &checkpoint.GaiaMaestroPortArgs{
    			Type:            pulumi.String("uplink"),
    			Enabled:         pulumi.Bool(true),
    			Mtu:             pulumi.Float64(777),
    			QsfpMode:        pulumi.String("40G"),
    			AutoNegotiation: pulumi.Bool(true),
    		})
    		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.GaiaMaestroPort("example", new()
        {
            Type = "uplink",
            Enabled = true,
            Mtu = 777,
            QsfpMode = "40G",
            AutoNegotiation = true,
        });
    
    });
    
    package generated_program;
    
    import com.pulumi.Context;
    import com.pulumi.Pulumi;
    import com.pulumi.core.Output;
    import com.pulumi.checkpoint.GaiaMaestroPort;
    import com.pulumi.checkpoint.GaiaMaestroPortArgs;
    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 GaiaMaestroPort("example", GaiaMaestroPortArgs.builder()
                .type("uplink")
                .enabled(true)
                .mtu(777.0)
                .qsfpMode("40G")
                .autoNegotiation(true)
                .build());
    
        }
    }
    
    resources:
      example:
        type: checkpoint:GaiaMaestroPort
        properties:
          type: uplink
          enabled: true
          mtu: 777
          qsfpMode: 40G
          autoNegotiation: true
    
    Example coming soon!
    

    Create GaiaMaestroPort Resource

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

    Constructor syntax

    new GaiaMaestroPort(name: string, args?: GaiaMaestroPortArgs, opts?: CustomResourceOptions);
    @overload
    def GaiaMaestroPort(resource_name: str,
                        args: Optional[GaiaMaestroPortArgs] = None,
                        opts: Optional[ResourceOptions] = None)
    
    @overload
    def GaiaMaestroPort(resource_name: str,
                        opts: Optional[ResourceOptions] = None,
                        auto_negotiation: Optional[bool] = None,
                        debug: Optional[bool] = None,
                        enabled: Optional[bool] = None,
                        gaia_maestro_port_id: Optional[str] = None,
                        interface_name: Optional[str] = None,
                        mtu: Optional[float] = None,
                        qsfp_mode: Optional[str] = None,
                        resource_id: Optional[str] = None,
                        type: Optional[str] = None)
    func NewGaiaMaestroPort(ctx *Context, name string, args *GaiaMaestroPortArgs, opts ...ResourceOption) (*GaiaMaestroPort, error)
    public GaiaMaestroPort(string name, GaiaMaestroPortArgs? args = null, CustomResourceOptions? opts = null)
    public GaiaMaestroPort(String name, GaiaMaestroPortArgs args)
    public GaiaMaestroPort(String name, GaiaMaestroPortArgs args, CustomResourceOptions options)
    
    type: checkpoint:GaiaMaestroPort
    properties: # The arguments to resource properties.
    options: # Bag of options to control resource's behavior.
    
    
    resource "checkpoint_gaiamaestroport" "name" {
        # resource properties
    }

    Parameters

    name string
    The unique name of the resource.
    args GaiaMaestroPortArgs
    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 GaiaMaestroPortArgs
    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 GaiaMaestroPortArgs
    The arguments to resource properties.
    opts ResourceOption
    Bag of options to control resource's behavior.
    name string
    The unique name of the resource.
    args GaiaMaestroPortArgs
    The arguments to resource properties.
    opts CustomResourceOptions
    Bag of options to control resource's behavior.
    name String
    The unique name of the resource.
    args GaiaMaestroPortArgs
    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 gaiaMaestroPortResource = new Checkpoint.GaiaMaestroPort("gaiaMaestroPortResource", new()
    {
        AutoNegotiation = false,
        Debug = false,
        Enabled = false,
        GaiaMaestroPortId = "string",
        InterfaceName = "string",
        Mtu = 0,
        QsfpMode = "string",
        ResourceId = "string",
        Type = "string",
    });
    
    example, err := checkpoint.NewGaiaMaestroPort(ctx, "gaiaMaestroPortResource", &checkpoint.GaiaMaestroPortArgs{
    	AutoNegotiation:   pulumi.Bool(false),
    	Debug:             pulumi.Bool(false),
    	Enabled:           pulumi.Bool(false),
    	GaiaMaestroPortId: pulumi.String("string"),
    	InterfaceName:     pulumi.String("string"),
    	Mtu:               pulumi.Float64(0),
    	QsfpMode:          pulumi.String("string"),
    	ResourceId:        pulumi.String("string"),
    	Type:              pulumi.String("string"),
    })
    
    resource "checkpoint_gaiamaestroport" "gaiaMaestroPortResource" {
      auto_negotiation     = false
      debug                = false
      enabled              = false
      gaia_maestro_port_id = "string"
      interface_name       = "string"
      mtu                  = 0
      qsfp_mode            = "string"
      resource_id          = "string"
      type                 = "string"
    }
    
    var gaiaMaestroPortResource = new GaiaMaestroPort("gaiaMaestroPortResource", GaiaMaestroPortArgs.builder()
        .autoNegotiation(false)
        .debug(false)
        .enabled(false)
        .gaiaMaestroPortId("string")
        .interfaceName("string")
        .mtu(0.0)
        .qsfpMode("string")
        .resourceId("string")
        .type("string")
        .build());
    
    gaia_maestro_port_resource = checkpoint.GaiaMaestroPort("gaiaMaestroPortResource",
        auto_negotiation=False,
        debug=False,
        enabled=False,
        gaia_maestro_port_id="string",
        interface_name="string",
        mtu=float(0),
        qsfp_mode="string",
        resource_id="string",
        type="string")
    
    const gaiaMaestroPortResource = new checkpoint.GaiaMaestroPort("gaiaMaestroPortResource", {
        autoNegotiation: false,
        debug: false,
        enabled: false,
        gaiaMaestroPortId: "string",
        interfaceName: "string",
        mtu: 0,
        qsfpMode: "string",
        resourceId: "string",
        type: "string",
    });
    
    type: checkpoint:GaiaMaestroPort
    properties:
        autoNegotiation: false
        debug: false
        enabled: false
        gaiaMaestroPortId: string
        interfaceName: string
        mtu: 0
        qsfpMode: string
        resourceId: string
        type: string
    

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

    AutoNegotiation bool
    If true, Auto Negotiation will be turned on, and vice versa
    Debug bool
    Enable debug logging for this resource.
    Enabled bool
    Setting this to false will disable this port, setting to true will enable it. AKA 'admin state'
    GaiaMaestroPortId string
    InterfaceName string
    Interface name in case this port is an Uplink or MGMT interface (e.g. 'eth1-25')
    Mtu double
    MTU of this port
    QsfpMode string
    Port QSFP mode. Valid values are: '4x10G', '4x25G', '25G', '40G', '100G'
    ResourceId string
    Port ID (e.g. '1/13/1')
    Type string
    Port type. Valid values are: 'downlink', 'uplink', 'site_sync', 'ssm_sync', 'mgmt'
    AutoNegotiation bool
    If true, Auto Negotiation will be turned on, and vice versa
    Debug bool
    Enable debug logging for this resource.
    Enabled bool
    Setting this to false will disable this port, setting to true will enable it. AKA 'admin state'
    GaiaMaestroPortId string
    InterfaceName string
    Interface name in case this port is an Uplink or MGMT interface (e.g. 'eth1-25')
    Mtu float64
    MTU of this port
    QsfpMode string
    Port QSFP mode. Valid values are: '4x10G', '4x25G', '25G', '40G', '100G'
    ResourceId string
    Port ID (e.g. '1/13/1')
    Type string
    Port type. Valid values are: 'downlink', 'uplink', 'site_sync', 'ssm_sync', 'mgmt'
    auto_negotiation bool
    If true, Auto Negotiation will be turned on, and vice versa
    debug bool
    Enable debug logging for this resource.
    enabled bool
    Setting this to false will disable this port, setting to true will enable it. AKA 'admin state'
    gaia_maestro_port_id string
    interface_name string
    Interface name in case this port is an Uplink or MGMT interface (e.g. 'eth1-25')
    mtu number
    MTU of this port
    qsfp_mode string
    Port QSFP mode. Valid values are: '4x10G', '4x25G', '25G', '40G', '100G'
    resource_id string
    Port ID (e.g. '1/13/1')
    type string
    Port type. Valid values are: 'downlink', 'uplink', 'site_sync', 'ssm_sync', 'mgmt'
    autoNegotiation Boolean
    If true, Auto Negotiation will be turned on, and vice versa
    debug Boolean
    Enable debug logging for this resource.
    enabled Boolean
    Setting this to false will disable this port, setting to true will enable it. AKA 'admin state'
    gaiaMaestroPortId String
    interfaceName String
    Interface name in case this port is an Uplink or MGMT interface (e.g. 'eth1-25')
    mtu Double
    MTU of this port
    qsfpMode String
    Port QSFP mode. Valid values are: '4x10G', '4x25G', '25G', '40G', '100G'
    resourceId String
    Port ID (e.g. '1/13/1')
    type String
    Port type. Valid values are: 'downlink', 'uplink', 'site_sync', 'ssm_sync', 'mgmt'
    autoNegotiation boolean
    If true, Auto Negotiation will be turned on, and vice versa
    debug boolean
    Enable debug logging for this resource.
    enabled boolean
    Setting this to false will disable this port, setting to true will enable it. AKA 'admin state'
    gaiaMaestroPortId string
    interfaceName string
    Interface name in case this port is an Uplink or MGMT interface (e.g. 'eth1-25')
    mtu number
    MTU of this port
    qsfpMode string
    Port QSFP mode. Valid values are: '4x10G', '4x25G', '25G', '40G', '100G'
    resourceId string
    Port ID (e.g. '1/13/1')
    type string
    Port type. Valid values are: 'downlink', 'uplink', 'site_sync', 'ssm_sync', 'mgmt'
    auto_negotiation bool
    If true, Auto Negotiation will be turned on, and vice versa
    debug bool
    Enable debug logging for this resource.
    enabled bool
    Setting this to false will disable this port, setting to true will enable it. AKA 'admin state'
    gaia_maestro_port_id str
    interface_name str
    Interface name in case this port is an Uplink or MGMT interface (e.g. 'eth1-25')
    mtu float
    MTU of this port
    qsfp_mode str
    Port QSFP mode. Valid values are: '4x10G', '4x25G', '25G', '40G', '100G'
    resource_id str
    Port ID (e.g. '1/13/1')
    type str
    Port type. Valid values are: 'downlink', 'uplink', 'site_sync', 'ssm_sync', 'mgmt'
    autoNegotiation Boolean
    If true, Auto Negotiation will be turned on, and vice versa
    debug Boolean
    Enable debug logging for this resource.
    enabled Boolean
    Setting this to false will disable this port, setting to true will enable it. AKA 'admin state'
    gaiaMaestroPortId String
    interfaceName String
    Interface name in case this port is an Uplink or MGMT interface (e.g. 'eth1-25')
    mtu Number
    MTU of this port
    qsfpMode String
    Port QSFP mode. Valid values are: '4x10G', '4x25G', '25G', '40G', '100G'
    resourceId String
    Port ID (e.g. '1/13/1')
    type String
    Port type. Valid values are: 'downlink', 'uplink', 'site_sync', 'ssm_sync', 'mgmt'

    Outputs

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

    Id string
    The provider-assigned unique ID for this managed resource.
    LinkState bool
    OperatingSpeed string
    OrchestratorIds List<double>
    RxFrames double
    Site double
    TransceiverState string
    TxFrames double
    Id string
    The provider-assigned unique ID for this managed resource.
    LinkState bool
    OperatingSpeed string
    OrchestratorIds []float64
    RxFrames float64
    Site float64
    TransceiverState string
    TxFrames float64
    id string
    The provider-assigned unique ID for this managed resource.
    link_state bool
    operating_speed string
    orchestrator_ids list(number)
    rx_frames number
    site number
    transceiver_state string
    tx_frames number
    id String
    The provider-assigned unique ID for this managed resource.
    linkState Boolean
    operatingSpeed String
    orchestratorIds List<Double>
    rxFrames Double
    site Double
    transceiverState String
    txFrames Double
    id string
    The provider-assigned unique ID for this managed resource.
    linkState boolean
    operatingSpeed string
    orchestratorIds number[]
    rxFrames number
    site number
    transceiverState string
    txFrames number
    id str
    The provider-assigned unique ID for this managed resource.
    link_state bool
    operating_speed str
    orchestrator_ids Sequence[float]
    rx_frames float
    site float
    transceiver_state str
    tx_frames float
    id String
    The provider-assigned unique ID for this managed resource.
    linkState Boolean
    operatingSpeed String
    orchestratorIds List<Number>
    rxFrames Number
    site Number
    transceiverState String
    txFrames Number

    Look up Existing GaiaMaestroPort Resource

    Get an existing GaiaMaestroPort 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?: GaiaMaestroPortState, opts?: CustomResourceOptions): GaiaMaestroPort
    @staticmethod
    def get(resource_name: str,
            id: str,
            opts: Optional[ResourceOptions] = None,
            auto_negotiation: Optional[bool] = None,
            debug: Optional[bool] = None,
            enabled: Optional[bool] = None,
            gaia_maestro_port_id: Optional[str] = None,
            interface_name: Optional[str] = None,
            link_state: Optional[bool] = None,
            mtu: Optional[float] = None,
            operating_speed: Optional[str] = None,
            orchestrator_ids: Optional[Sequence[float]] = None,
            qsfp_mode: Optional[str] = None,
            resource_id: Optional[str] = None,
            rx_frames: Optional[float] = None,
            site: Optional[float] = None,
            transceiver_state: Optional[str] = None,
            tx_frames: Optional[float] = None,
            type: Optional[str] = None) -> GaiaMaestroPort
    func GetGaiaMaestroPort(ctx *Context, name string, id IDInput, state *GaiaMaestroPortState, opts ...ResourceOption) (*GaiaMaestroPort, error)
    public static GaiaMaestroPort Get(string name, Input<string> id, GaiaMaestroPortState? state, CustomResourceOptions? opts = null)
    public static GaiaMaestroPort get(String name, Output<String> id, GaiaMaestroPortState state, CustomResourceOptions options)
    resources:  _:    type: checkpoint:GaiaMaestroPort    get:      id: ${id}
    import {
      to = checkpoint_gaiamaestroport.example
      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:
    AutoNegotiation bool
    If true, Auto Negotiation will be turned on, and vice versa
    Debug bool
    Enable debug logging for this resource.
    Enabled bool
    Setting this to false will disable this port, setting to true will enable it. AKA 'admin state'
    GaiaMaestroPortId string
    InterfaceName string
    Interface name in case this port is an Uplink or MGMT interface (e.g. 'eth1-25')
    LinkState bool
    Mtu double
    MTU of this port
    OperatingSpeed string
    OrchestratorIds List<double>
    QsfpMode string
    Port QSFP mode. Valid values are: '4x10G', '4x25G', '25G', '40G', '100G'
    ResourceId string
    Port ID (e.g. '1/13/1')
    RxFrames double
    Site double
    TransceiverState string
    TxFrames double
    Type string
    Port type. Valid values are: 'downlink', 'uplink', 'site_sync', 'ssm_sync', 'mgmt'
    AutoNegotiation bool
    If true, Auto Negotiation will be turned on, and vice versa
    Debug bool
    Enable debug logging for this resource.
    Enabled bool
    Setting this to false will disable this port, setting to true will enable it. AKA 'admin state'
    GaiaMaestroPortId string
    InterfaceName string
    Interface name in case this port is an Uplink or MGMT interface (e.g. 'eth1-25')
    LinkState bool
    Mtu float64
    MTU of this port
    OperatingSpeed string
    OrchestratorIds []float64
    QsfpMode string
    Port QSFP mode. Valid values are: '4x10G', '4x25G', '25G', '40G', '100G'
    ResourceId string
    Port ID (e.g. '1/13/1')
    RxFrames float64
    Site float64
    TransceiverState string
    TxFrames float64
    Type string
    Port type. Valid values are: 'downlink', 'uplink', 'site_sync', 'ssm_sync', 'mgmt'
    auto_negotiation bool
    If true, Auto Negotiation will be turned on, and vice versa
    debug bool
    Enable debug logging for this resource.
    enabled bool
    Setting this to false will disable this port, setting to true will enable it. AKA 'admin state'
    gaia_maestro_port_id string
    interface_name string
    Interface name in case this port is an Uplink or MGMT interface (e.g. 'eth1-25')
    link_state bool
    mtu number
    MTU of this port
    operating_speed string
    orchestrator_ids list(number)
    qsfp_mode string
    Port QSFP mode. Valid values are: '4x10G', '4x25G', '25G', '40G', '100G'
    resource_id string
    Port ID (e.g. '1/13/1')
    rx_frames number
    site number
    transceiver_state string
    tx_frames number
    type string
    Port type. Valid values are: 'downlink', 'uplink', 'site_sync', 'ssm_sync', 'mgmt'
    autoNegotiation Boolean
    If true, Auto Negotiation will be turned on, and vice versa
    debug Boolean
    Enable debug logging for this resource.
    enabled Boolean
    Setting this to false will disable this port, setting to true will enable it. AKA 'admin state'
    gaiaMaestroPortId String
    interfaceName String
    Interface name in case this port is an Uplink or MGMT interface (e.g. 'eth1-25')
    linkState Boolean
    mtu Double
    MTU of this port
    operatingSpeed String
    orchestratorIds List<Double>
    qsfpMode String
    Port QSFP mode. Valid values are: '4x10G', '4x25G', '25G', '40G', '100G'
    resourceId String
    Port ID (e.g. '1/13/1')
    rxFrames Double
    site Double
    transceiverState String
    txFrames Double
    type String
    Port type. Valid values are: 'downlink', 'uplink', 'site_sync', 'ssm_sync', 'mgmt'
    autoNegotiation boolean
    If true, Auto Negotiation will be turned on, and vice versa
    debug boolean
    Enable debug logging for this resource.
    enabled boolean
    Setting this to false will disable this port, setting to true will enable it. AKA 'admin state'
    gaiaMaestroPortId string
    interfaceName string
    Interface name in case this port is an Uplink or MGMT interface (e.g. 'eth1-25')
    linkState boolean
    mtu number
    MTU of this port
    operatingSpeed string
    orchestratorIds number[]
    qsfpMode string
    Port QSFP mode. Valid values are: '4x10G', '4x25G', '25G', '40G', '100G'
    resourceId string
    Port ID (e.g. '1/13/1')
    rxFrames number
    site number
    transceiverState string
    txFrames number
    type string
    Port type. Valid values are: 'downlink', 'uplink', 'site_sync', 'ssm_sync', 'mgmt'
    auto_negotiation bool
    If true, Auto Negotiation will be turned on, and vice versa
    debug bool
    Enable debug logging for this resource.
    enabled bool
    Setting this to false will disable this port, setting to true will enable it. AKA 'admin state'
    gaia_maestro_port_id str
    interface_name str
    Interface name in case this port is an Uplink or MGMT interface (e.g. 'eth1-25')
    link_state bool
    mtu float
    MTU of this port
    operating_speed str
    orchestrator_ids Sequence[float]
    qsfp_mode str
    Port QSFP mode. Valid values are: '4x10G', '4x25G', '25G', '40G', '100G'
    resource_id str
    Port ID (e.g. '1/13/1')
    rx_frames float
    site float
    transceiver_state str
    tx_frames float
    type str
    Port type. Valid values are: 'downlink', 'uplink', 'site_sync', 'ssm_sync', 'mgmt'
    autoNegotiation Boolean
    If true, Auto Negotiation will be turned on, and vice versa
    debug Boolean
    Enable debug logging for this resource.
    enabled Boolean
    Setting this to false will disable this port, setting to true will enable it. AKA 'admin state'
    gaiaMaestroPortId String
    interfaceName String
    Interface name in case this port is an Uplink or MGMT interface (e.g. 'eth1-25')
    linkState Boolean
    mtu Number
    MTU of this port
    operatingSpeed String
    orchestratorIds List<Number>
    qsfpMode String
    Port QSFP mode. Valid values are: '4x10G', '4x25G', '25G', '40G', '100G'
    resourceId String
    Port ID (e.g. '1/13/1')
    rxFrames Number
    site Number
    transceiverState String
    txFrames Number
    type String
    Port type. Valid values are: 'downlink', 'uplink', 'site_sync', 'ssm_sync', 'mgmt'

    Package Details

    Repository
    checkpoint checkpointsw/terraform-provider-checkpoint
    License
    Notes
    This Pulumi package is based on the checkpoint Terraform Provider.
    Viewing docs for checkpoint 3.2.0
    published on Monday, Jun 15, 2026 by checkpointsw

      Try Pulumi Cloud free.
      Your team will thank you.

      Start free trial