1. Packages
  2. Edgecenter Provider
  3. API Docs
  4. RmonCheckGroup
Viewing docs for edgecenter 0.11.5
published on Tuesday, Mar 10, 2026 by edge-center
edgecenter logo
Viewing docs for edgecenter 0.11.5
published on Tuesday, Mar 10, 2026 by edge-center

    Example Usage

    import * as pulumi from "@pulumi/pulumi";
    import * as edgecenter from "@pulumi/edgecenter";
    
    const coreServices = new edgecenter.RmonCheckGroup("core_services", {name: "core-services"});
    
    import pulumi
    import pulumi_edgecenter as edgecenter
    
    core_services = edgecenter.RmonCheckGroup("core_services", name="core-services")
    
    package main
    
    import (
    	"github.com/pulumi/pulumi-terraform-provider/sdks/go/edgecenter/edgecenter"
    	"github.com/pulumi/pulumi/sdk/v3/go/pulumi"
    )
    
    func main() {
    	pulumi.Run(func(ctx *pulumi.Context) error {
    		_, err := edgecenter.NewRmonCheckGroup(ctx, "core_services", &edgecenter.RmonCheckGroupArgs{
    			Name: pulumi.String("core-services"),
    		})
    		if err != nil {
    			return err
    		}
    		return nil
    	})
    }
    
    using System.Collections.Generic;
    using System.Linq;
    using Pulumi;
    using Edgecenter = Pulumi.Edgecenter;
    
    return await Deployment.RunAsync(() => 
    {
        var coreServices = new Edgecenter.RmonCheckGroup("core_services", new()
        {
            Name = "core-services",
        });
    
    });
    
    package generated_program;
    
    import com.pulumi.Context;
    import com.pulumi.Pulumi;
    import com.pulumi.core.Output;
    import com.pulumi.edgecenter.RmonCheckGroup;
    import com.pulumi.edgecenter.RmonCheckGroupArgs;
    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 coreServices = new RmonCheckGroup("coreServices", RmonCheckGroupArgs.builder()
                .name("core-services")
                .build());
    
        }
    }
    
    resources:
      coreServices:
        type: edgecenter:RmonCheckGroup
        name: core_services
        properties:
          name: core-services
    

    Create RmonCheckGroup Resource

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

    Constructor syntax

    new RmonCheckGroup(name: string, args?: RmonCheckGroupArgs, opts?: CustomResourceOptions);
    @overload
    def RmonCheckGroup(resource_name: str,
                       args: Optional[RmonCheckGroupArgs] = None,
                       opts: Optional[ResourceOptions] = None)
    
    @overload
    def RmonCheckGroup(resource_name: str,
                       opts: Optional[ResourceOptions] = None,
                       name: Optional[str] = None,
                       rmon_check_group_id: Optional[str] = None)
    func NewRmonCheckGroup(ctx *Context, name string, args *RmonCheckGroupArgs, opts ...ResourceOption) (*RmonCheckGroup, error)
    public RmonCheckGroup(string name, RmonCheckGroupArgs? args = null, CustomResourceOptions? opts = null)
    public RmonCheckGroup(String name, RmonCheckGroupArgs args)
    public RmonCheckGroup(String name, RmonCheckGroupArgs args, CustomResourceOptions options)
    
    type: edgecenter:RmonCheckGroup
    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 RmonCheckGroupArgs
    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 RmonCheckGroupArgs
    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 RmonCheckGroupArgs
    The arguments to resource properties.
    opts ResourceOption
    Bag of options to control resource's behavior.
    name string
    The unique name of the resource.
    args RmonCheckGroupArgs
    The arguments to resource properties.
    opts CustomResourceOptions
    Bag of options to control resource's behavior.
    name String
    The unique name of the resource.
    args RmonCheckGroupArgs
    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 rmonCheckGroupResource = new Edgecenter.RmonCheckGroup("rmonCheckGroupResource", new()
    {
        Name = "string",
        RmonCheckGroupId = "string",
    });
    
    example, err := edgecenter.NewRmonCheckGroup(ctx, "rmonCheckGroupResource", &edgecenter.RmonCheckGroupArgs{
    	Name:             pulumi.String("string"),
    	RmonCheckGroupId: pulumi.String("string"),
    })
    
    var rmonCheckGroupResource = new RmonCheckGroup("rmonCheckGroupResource", RmonCheckGroupArgs.builder()
        .name("string")
        .rmonCheckGroupId("string")
        .build());
    
    rmon_check_group_resource = edgecenter.RmonCheckGroup("rmonCheckGroupResource",
        name="string",
        rmon_check_group_id="string")
    
    const rmonCheckGroupResource = new edgecenter.RmonCheckGroup("rmonCheckGroupResource", {
        name: "string",
        rmonCheckGroupId: "string",
    });
    
    type: edgecenter:RmonCheckGroup
    properties:
        name: string
        rmonCheckGroupId: string
    

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

    Name string
    RMON check group name.
    RmonCheckGroupId string
    The ID of this resource.
    Name string
    RMON check group name.
    RmonCheckGroupId string
    The ID of this resource.
    name String
    RMON check group name.
    rmonCheckGroupId String
    The ID of this resource.
    name string
    RMON check group name.
    rmonCheckGroupId string
    The ID of this resource.
    name str
    RMON check group name.
    rmon_check_group_id str
    The ID of this resource.
    name String
    RMON check group name.
    rmonCheckGroupId String
    The ID of this resource.

    Outputs

    All input properties are implicitly available as output properties. Additionally, the RmonCheckGroup 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 str
    The provider-assigned unique ID for this managed resource.
    id String
    The provider-assigned unique ID for this managed resource.

    Look up Existing RmonCheckGroup Resource

    Get an existing RmonCheckGroup 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?: RmonCheckGroupState, opts?: CustomResourceOptions): RmonCheckGroup
    @staticmethod
    def get(resource_name: str,
            id: str,
            opts: Optional[ResourceOptions] = None,
            name: Optional[str] = None,
            rmon_check_group_id: Optional[str] = None) -> RmonCheckGroup
    func GetRmonCheckGroup(ctx *Context, name string, id IDInput, state *RmonCheckGroupState, opts ...ResourceOption) (*RmonCheckGroup, error)
    public static RmonCheckGroup Get(string name, Input<string> id, RmonCheckGroupState? state, CustomResourceOptions? opts = null)
    public static RmonCheckGroup get(String name, Output<String> id, RmonCheckGroupState state, CustomResourceOptions options)
    resources:  _:    type: edgecenter:RmonCheckGroup    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:
    Name string
    RMON check group name.
    RmonCheckGroupId string
    The ID of this resource.
    Name string
    RMON check group name.
    RmonCheckGroupId string
    The ID of this resource.
    name String
    RMON check group name.
    rmonCheckGroupId String
    The ID of this resource.
    name string
    RMON check group name.
    rmonCheckGroupId string
    The ID of this resource.
    name str
    RMON check group name.
    rmon_check_group_id str
    The ID of this resource.
    name String
    RMON check group name.
    rmonCheckGroupId String
    The ID of this resource.

    Package Details

    Repository
    edgecenter edge-center/terraform-provider-edgecenter
    License
    Notes
    This Pulumi package is based on the edgecenter Terraform Provider.
    edgecenter logo
    Viewing docs for edgecenter 0.11.5
    published on Tuesday, Mar 10, 2026 by edge-center
      Try Pulumi Cloud free. Your team will thank you.