tencentcloud.DasbDeviceGroup
Explore with Pulumi AI
Provides a resource to create a dasb device_group
Example Usage
import * as pulumi from "@pulumi/pulumi";
import * as tencentcloud from "@pulumi/tencentcloud";
const example = new tencentcloud.DasbDeviceGroup("example", {departmentId: "1.2"});
import pulumi
import pulumi_tencentcloud as tencentcloud
example = tencentcloud.DasbDeviceGroup("example", department_id="1.2")
package main
import (
"github.com/pulumi/pulumi-terraform-provider/sdks/go/tencentcloud/tencentcloud"
"github.com/pulumi/pulumi/sdk/v3/go/pulumi"
)
func main() {
pulumi.Run(func(ctx *pulumi.Context) error {
_, err := tencentcloud.NewDasbDeviceGroup(ctx, "example", &tencentcloud.DasbDeviceGroupArgs{
DepartmentId: pulumi.String("1.2"),
})
if err != nil {
return err
}
return nil
})
}
using System.Collections.Generic;
using System.Linq;
using Pulumi;
using Tencentcloud = Pulumi.Tencentcloud;
return await Deployment.RunAsync(() =>
{
var example = new Tencentcloud.DasbDeviceGroup("example", new()
{
DepartmentId = "1.2",
});
});
package generated_program;
import com.pulumi.Context;
import com.pulumi.Pulumi;
import com.pulumi.core.Output;
import com.pulumi.tencentcloud.DasbDeviceGroup;
import com.pulumi.tencentcloud.DasbDeviceGroupArgs;
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 DasbDeviceGroup("example", DasbDeviceGroupArgs.builder()
.departmentId("1.2")
.build());
}
}
resources:
example:
type: tencentcloud:DasbDeviceGroup
properties:
departmentId: '1.2'
Create DasbDeviceGroup Resource
Resources are created with functions called constructors. To learn more about declaring and configuring resources, see Resources.
Constructor syntax
new DasbDeviceGroup(name: string, args?: DasbDeviceGroupArgs, opts?: CustomResourceOptions);
@overload
def DasbDeviceGroup(resource_name: str,
args: Optional[DasbDeviceGroupArgs] = None,
opts: Optional[ResourceOptions] = None)
@overload
def DasbDeviceGroup(resource_name: str,
opts: Optional[ResourceOptions] = None,
dasb_device_group_id: Optional[str] = None,
department_id: Optional[str] = None,
name: Optional[str] = None)
func NewDasbDeviceGroup(ctx *Context, name string, args *DasbDeviceGroupArgs, opts ...ResourceOption) (*DasbDeviceGroup, error)
public DasbDeviceGroup(string name, DasbDeviceGroupArgs? args = null, CustomResourceOptions? opts = null)
public DasbDeviceGroup(String name, DasbDeviceGroupArgs args)
public DasbDeviceGroup(String name, DasbDeviceGroupArgs args, CustomResourceOptions options)
type: tencentcloud:DasbDeviceGroup
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 DasbDeviceGroupArgs
- 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 DasbDeviceGroupArgs
- 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 DasbDeviceGroupArgs
- The arguments to resource properties.
- opts ResourceOption
- Bag of options to control resource's behavior.
- name string
- The unique name of the resource.
- args DasbDeviceGroupArgs
- The arguments to resource properties.
- opts CustomResourceOptions
- Bag of options to control resource's behavior.
- name String
- The unique name of the resource.
- args DasbDeviceGroupArgs
- The arguments to resource properties.
- options CustomResourceOptions
- Bag of options to control resource's behavior.
DasbDeviceGroup 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 DasbDeviceGroup resource accepts the following input properties:
- Dasb
Device stringGroup Id - ID of the resource.
- Department
Id string - The ID of the department to which the asset group belongs, such as: 1.2.3 name, with a maximum length of 32 characters.
- Name string
- Device group name, the maximum length is 32 characters.
- Dasb
Device stringGroup Id - ID of the resource.
- Department
Id string - The ID of the department to which the asset group belongs, such as: 1.2.3 name, with a maximum length of 32 characters.
- Name string
- Device group name, the maximum length is 32 characters.
- dasb
Device StringGroup Id - ID of the resource.
- department
Id String - The ID of the department to which the asset group belongs, such as: 1.2.3 name, with a maximum length of 32 characters.
- name String
- Device group name, the maximum length is 32 characters.
- dasb
Device stringGroup Id - ID of the resource.
- department
Id string - The ID of the department to which the asset group belongs, such as: 1.2.3 name, with a maximum length of 32 characters.
- name string
- Device group name, the maximum length is 32 characters.
- dasb_
device_ strgroup_ id - ID of the resource.
- department_
id str - The ID of the department to which the asset group belongs, such as: 1.2.3 name, with a maximum length of 32 characters.
- name str
- Device group name, the maximum length is 32 characters.
- dasb
Device StringGroup Id - ID of the resource.
- department
Id String - The ID of the department to which the asset group belongs, such as: 1.2.3 name, with a maximum length of 32 characters.
- name String
- Device group name, the maximum length is 32 characters.
Outputs
All input properties are implicitly available as output properties. Additionally, the DasbDeviceGroup 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 DasbDeviceGroup Resource
Get an existing DasbDeviceGroup 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?: DasbDeviceGroupState, opts?: CustomResourceOptions): DasbDeviceGroup
@staticmethod
def get(resource_name: str,
id: str,
opts: Optional[ResourceOptions] = None,
dasb_device_group_id: Optional[str] = None,
department_id: Optional[str] = None,
name: Optional[str] = None) -> DasbDeviceGroup
func GetDasbDeviceGroup(ctx *Context, name string, id IDInput, state *DasbDeviceGroupState, opts ...ResourceOption) (*DasbDeviceGroup, error)
public static DasbDeviceGroup Get(string name, Input<string> id, DasbDeviceGroupState? state, CustomResourceOptions? opts = null)
public static DasbDeviceGroup get(String name, Output<String> id, DasbDeviceGroupState state, CustomResourceOptions options)
resources: _: type: tencentcloud:DasbDeviceGroup 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.
- Dasb
Device stringGroup Id - ID of the resource.
- Department
Id string - The ID of the department to which the asset group belongs, such as: 1.2.3 name, with a maximum length of 32 characters.
- Name string
- Device group name, the maximum length is 32 characters.
- Dasb
Device stringGroup Id - ID of the resource.
- Department
Id string - The ID of the department to which the asset group belongs, such as: 1.2.3 name, with a maximum length of 32 characters.
- Name string
- Device group name, the maximum length is 32 characters.
- dasb
Device StringGroup Id - ID of the resource.
- department
Id String - The ID of the department to which the asset group belongs, such as: 1.2.3 name, with a maximum length of 32 characters.
- name String
- Device group name, the maximum length is 32 characters.
- dasb
Device stringGroup Id - ID of the resource.
- department
Id string - The ID of the department to which the asset group belongs, such as: 1.2.3 name, with a maximum length of 32 characters.
- name string
- Device group name, the maximum length is 32 characters.
- dasb_
device_ strgroup_ id - ID of the resource.
- department_
id str - The ID of the department to which the asset group belongs, such as: 1.2.3 name, with a maximum length of 32 characters.
- name str
- Device group name, the maximum length is 32 characters.
- dasb
Device StringGroup Id - ID of the resource.
- department
Id String - The ID of the department to which the asset group belongs, such as: 1.2.3 name, with a maximum length of 32 characters.
- name String
- Device group name, the maximum length is 32 characters.
Import
dasb device_group can be imported using the id, e.g.
$ pulumi import tencentcloud:index/dasbDeviceGroup:DasbDeviceGroup example 36
To learn more about importing existing cloud resources, see Importing resources.
Package Details
- Repository
- tencentcloud tencentcloudstack/terraform-provider-tencentcloud
- License
- Notes
- This Pulumi package is based on the
tencentcloud
Terraform Provider.