published on Monday, Jun 15, 2026 by checkpointsw
published on Monday, Jun 15, 2026 by checkpointsw
This resource allows you to execute Check Point Mld Interface Local Group.
Example Usage
import * as pulumi from "@pulumi/pulumi";
import * as checkpoint from "@pulumi/checkpoint";
const example = new checkpoint.GaiaMldInterfaceLocalGroup("example", {
"interface": "eth0",
localGroup: "ff02::beef",
});
import pulumi
import pulumi_checkpoint as checkpoint
example = checkpoint.GaiaMldInterfaceLocalGroup("example",
interface="eth0",
local_group="ff02::beef")
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.NewGaiaMldInterfaceLocalGroup(ctx, "example", &checkpoint.GaiaMldInterfaceLocalGroupArgs{
Interface: pulumi.String("eth0"),
LocalGroup: pulumi.String("ff02::beef"),
})
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.GaiaMldInterfaceLocalGroup("example", new()
{
Interface = "eth0",
LocalGroup = "ff02::beef",
});
});
package generated_program;
import com.pulumi.Context;
import com.pulumi.Pulumi;
import com.pulumi.core.Output;
import com.pulumi.checkpoint.GaiaMldInterfaceLocalGroup;
import com.pulumi.checkpoint.GaiaMldInterfaceLocalGroupArgs;
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 GaiaMldInterfaceLocalGroup("example", GaiaMldInterfaceLocalGroupArgs.builder()
.interface_("eth0")
.localGroup("ff02::beef")
.build());
}
}
resources:
example:
type: checkpoint:GaiaMldInterfaceLocalGroup
properties:
interface: eth0
localGroup: ff02::beef
Example coming soon!
Create GaiaMldInterfaceLocalGroup Resource
Resources are created with functions called constructors. To learn more about declaring and configuring resources, see Resources.
Constructor syntax
new GaiaMldInterfaceLocalGroup(name: string, args?: GaiaMldInterfaceLocalGroupArgs, opts?: CustomResourceOptions);@overload
def GaiaMldInterfaceLocalGroup(resource_name: str,
args: Optional[GaiaMldInterfaceLocalGroupArgs] = None,
opts: Optional[ResourceOptions] = None)
@overload
def GaiaMldInterfaceLocalGroup(resource_name: str,
opts: Optional[ResourceOptions] = None,
debug: Optional[bool] = None,
gaia_mld_interface_local_group_id: Optional[str] = None,
interface: Optional[str] = None,
local_group: Optional[str] = None)func NewGaiaMldInterfaceLocalGroup(ctx *Context, name string, args *GaiaMldInterfaceLocalGroupArgs, opts ...ResourceOption) (*GaiaMldInterfaceLocalGroup, error)public GaiaMldInterfaceLocalGroup(string name, GaiaMldInterfaceLocalGroupArgs? args = null, CustomResourceOptions? opts = null)
public GaiaMldInterfaceLocalGroup(String name, GaiaMldInterfaceLocalGroupArgs args)
public GaiaMldInterfaceLocalGroup(String name, GaiaMldInterfaceLocalGroupArgs args, CustomResourceOptions options)
type: checkpoint:GaiaMldInterfaceLocalGroup
properties: # The arguments to resource properties.
options: # Bag of options to control resource's behavior.
resource "checkpoint_gaiamldinterfacelocalgroup" "name" {
# resource properties
}Parameters
- name string
- The unique name of the resource.
- args GaiaMldInterfaceLocalGroupArgs
- 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 GaiaMldInterfaceLocalGroupArgs
- 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 GaiaMldInterfaceLocalGroupArgs
- The arguments to resource properties.
- opts ResourceOption
- Bag of options to control resource's behavior.
- name string
- The unique name of the resource.
- args GaiaMldInterfaceLocalGroupArgs
- The arguments to resource properties.
- opts CustomResourceOptions
- Bag of options to control resource's behavior.
- name String
- The unique name of the resource.
- args GaiaMldInterfaceLocalGroupArgs
- 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 gaiaMldInterfaceLocalGroupResource = new Checkpoint.GaiaMldInterfaceLocalGroup("gaiaMldInterfaceLocalGroupResource", new()
{
Debug = false,
GaiaMldInterfaceLocalGroupId = "string",
Interface = "string",
LocalGroup = "string",
});
example, err := checkpoint.NewGaiaMldInterfaceLocalGroup(ctx, "gaiaMldInterfaceLocalGroupResource", &checkpoint.GaiaMldInterfaceLocalGroupArgs{
Debug: pulumi.Bool(false),
GaiaMldInterfaceLocalGroupId: pulumi.String("string"),
Interface: pulumi.String("string"),
LocalGroup: pulumi.String("string"),
})
resource "checkpoint_gaiamldinterfacelocalgroup" "gaiaMldInterfaceLocalGroupResource" {
debug = false
gaia_mld_interface_local_group_id = "string"
interface = "string"
local_group = "string"
}
var gaiaMldInterfaceLocalGroupResource = new GaiaMldInterfaceLocalGroup("gaiaMldInterfaceLocalGroupResource", GaiaMldInterfaceLocalGroupArgs.builder()
.debug(false)
.gaiaMldInterfaceLocalGroupId("string")
.interface_("string")
.localGroup("string")
.build());
gaia_mld_interface_local_group_resource = checkpoint.GaiaMldInterfaceLocalGroup("gaiaMldInterfaceLocalGroupResource",
debug=False,
gaia_mld_interface_local_group_id="string",
interface="string",
local_group="string")
const gaiaMldInterfaceLocalGroupResource = new checkpoint.GaiaMldInterfaceLocalGroup("gaiaMldInterfaceLocalGroupResource", {
debug: false,
gaiaMldInterfaceLocalGroupId: "string",
"interface": "string",
localGroup: "string",
});
type: checkpoint:GaiaMldInterfaceLocalGroup
properties:
debug: false
gaiaMldInterfaceLocalGroupId: string
interface: string
localGroup: string
GaiaMldInterfaceLocalGroup 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 GaiaMldInterfaceLocalGroup resource accepts the following input properties:
- Debug bool
- Enable debugging for this resource only.
- Gaia
Mld stringInterface Local Group Id - Interface string
- The name of the MLD interface
- Local
Group string - The locally configured group address that this MLD interface receives multicast data for
- Debug bool
- Enable debugging for this resource only.
- Gaia
Mld stringInterface Local Group Id - Interface string
- The name of the MLD interface
- Local
Group string - The locally configured group address that this MLD interface receives multicast data for
- debug bool
- Enable debugging for this resource only.
- gaia_
mld_ stringinterface_ local_ group_ id - interface string
- The name of the MLD interface
- local_
group string - The locally configured group address that this MLD interface receives multicast data for
- debug Boolean
- Enable debugging for this resource only.
- gaia
Mld StringInterface Local Group Id - interface_ String
- The name of the MLD interface
- local
Group String - The locally configured group address that this MLD interface receives multicast data for
- debug boolean
- Enable debugging for this resource only.
- gaia
Mld stringInterface Local Group Id - interface string
- The name of the MLD interface
- local
Group string - The locally configured group address that this MLD interface receives multicast data for
- debug bool
- Enable debugging for this resource only.
- gaia_
mld_ strinterface_ local_ group_ id - interface str
- The name of the MLD interface
- local_
group str - The locally configured group address that this MLD interface receives multicast data for
- debug Boolean
- Enable debugging for this resource only.
- gaia
Mld StringInterface Local Group Id - interface String
- The name of the MLD interface
- local
Group String - The locally configured group address that this MLD interface receives multicast data for
Outputs
All input properties are implicitly available as output properties. Additionally, the GaiaMldInterfaceLocalGroup resource produces the following output properties:
- Id string
- The provider-assigned unique ID for this managed resource.
- Id string
- The provider-assigned unique ID for this managed resource.
- id string
- The provider-assigned unique ID for this managed resource.
- id String
- The provider-assigned unique ID for this managed resource.
- id string
- The provider-assigned unique ID for this managed resource.
- id str
- The provider-assigned unique ID for this managed resource.
- id String
- The provider-assigned unique ID for this managed resource.
Look up Existing GaiaMldInterfaceLocalGroup Resource
Get an existing GaiaMldInterfaceLocalGroup 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?: GaiaMldInterfaceLocalGroupState, opts?: CustomResourceOptions): GaiaMldInterfaceLocalGroup@staticmethod
def get(resource_name: str,
id: str,
opts: Optional[ResourceOptions] = None,
debug: Optional[bool] = None,
gaia_mld_interface_local_group_id: Optional[str] = None,
interface: Optional[str] = None,
local_group: Optional[str] = None) -> GaiaMldInterfaceLocalGroupfunc GetGaiaMldInterfaceLocalGroup(ctx *Context, name string, id IDInput, state *GaiaMldInterfaceLocalGroupState, opts ...ResourceOption) (*GaiaMldInterfaceLocalGroup, error)public static GaiaMldInterfaceLocalGroup Get(string name, Input<string> id, GaiaMldInterfaceLocalGroupState? state, CustomResourceOptions? opts = null)public static GaiaMldInterfaceLocalGroup get(String name, Output<String> id, GaiaMldInterfaceLocalGroupState state, CustomResourceOptions options)resources: _: type: checkpoint:GaiaMldInterfaceLocalGroup get: id: ${id}import {
to = checkpoint_gaiamldinterfacelocalgroup.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.
- Debug bool
- Enable debugging for this resource only.
- Gaia
Mld stringInterface Local Group Id - Interface string
- The name of the MLD interface
- Local
Group string - The locally configured group address that this MLD interface receives multicast data for
- Debug bool
- Enable debugging for this resource only.
- Gaia
Mld stringInterface Local Group Id - Interface string
- The name of the MLD interface
- Local
Group string - The locally configured group address that this MLD interface receives multicast data for
- debug bool
- Enable debugging for this resource only.
- gaia_
mld_ stringinterface_ local_ group_ id - interface string
- The name of the MLD interface
- local_
group string - The locally configured group address that this MLD interface receives multicast data for
- debug Boolean
- Enable debugging for this resource only.
- gaia
Mld StringInterface Local Group Id - interface_ String
- The name of the MLD interface
- local
Group String - The locally configured group address that this MLD interface receives multicast data for
- debug boolean
- Enable debugging for this resource only.
- gaia
Mld stringInterface Local Group Id - interface string
- The name of the MLD interface
- local
Group string - The locally configured group address that this MLD interface receives multicast data for
- debug bool
- Enable debugging for this resource only.
- gaia_
mld_ strinterface_ local_ group_ id - interface str
- The name of the MLD interface
- local_
group str - The locally configured group address that this MLD interface receives multicast data for
- debug Boolean
- Enable debugging for this resource only.
- gaia
Mld StringInterface Local Group Id - interface String
- The name of the MLD interface
- local
Group String - The locally configured group address that this MLD interface receives multicast data for
Package Details
- Repository
- checkpoint checkpointsw/terraform-provider-checkpoint
- License
- Notes
- This Pulumi package is based on the
checkpointTerraform Provider.
published on Monday, Jun 15, 2026 by checkpointsw