dynatrace logo
Dynatrace v0.1.0, May 24 23

dynatrace.DiskAnomaliesV2

Explore with Pulumi AI

Create DiskAnomaliesV2 Resource

new DiskAnomaliesV2(name: string, args: DiskAnomaliesV2Args, opts?: CustomResourceOptions);
@overload
def DiskAnomaliesV2(resource_name: str,
                    opts: Optional[ResourceOptions] = None,
                    disk: Optional[DiskAnomaliesV2DiskArgs] = None,
                    scope: Optional[str] = None)
@overload
def DiskAnomaliesV2(resource_name: str,
                    args: DiskAnomaliesV2Args,
                    opts: Optional[ResourceOptions] = None)
func NewDiskAnomaliesV2(ctx *Context, name string, args DiskAnomaliesV2Args, opts ...ResourceOption) (*DiskAnomaliesV2, error)
public DiskAnomaliesV2(string name, DiskAnomaliesV2Args args, CustomResourceOptions? opts = null)
public DiskAnomaliesV2(String name, DiskAnomaliesV2Args args)
public DiskAnomaliesV2(String name, DiskAnomaliesV2Args args, CustomResourceOptions options)
type: dynatrace:DiskAnomaliesV2
properties: # The arguments to resource properties.
options: # Bag of options to control resource's behavior.

name string
The unique name of the resource.
args DiskAnomaliesV2Args
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 DiskAnomaliesV2Args
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 DiskAnomaliesV2Args
The arguments to resource properties.
opts ResourceOption
Bag of options to control resource's behavior.
name string
The unique name of the resource.
args DiskAnomaliesV2Args
The arguments to resource properties.
opts CustomResourceOptions
Bag of options to control resource's behavior.
name String
The unique name of the resource.
args DiskAnomaliesV2Args
The arguments to resource properties.
options CustomResourceOptions
Bag of options to control resource's behavior.

DiskAnomaliesV2 Resource Properties

To learn more about resource properties and how to use them, see Inputs and Outputs in the Architecture and Concepts docs.

Inputs

The DiskAnomaliesV2 resource accepts the following input properties:

Disk Lbrlabs.PulumiPackage.Dynatrace.Inputs.DiskAnomaliesV2DiskArgs

Disk

Scope string

The scope for the disk anomaly detection

Disk DiskAnomaliesV2DiskArgs

Disk

Scope string

The scope for the disk anomaly detection

disk DiskAnomaliesV2DiskArgs

Disk

scope String

The scope for the disk anomaly detection

disk DiskAnomaliesV2DiskArgs

Disk

scope string

The scope for the disk anomaly detection

disk DiskAnomaliesV2DiskArgs

Disk

scope str

The scope for the disk anomaly detection

disk Property Map

Disk

scope String

The scope for the disk anomaly detection

Outputs

All input properties are implicitly available as output properties. Additionally, the DiskAnomaliesV2 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 DiskAnomaliesV2 Resource

Get an existing DiskAnomaliesV2 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?: DiskAnomaliesV2State, opts?: CustomResourceOptions): DiskAnomaliesV2
@staticmethod
def get(resource_name: str,
        id: str,
        opts: Optional[ResourceOptions] = None,
        disk: Optional[DiskAnomaliesV2DiskArgs] = None,
        scope: Optional[str] = None) -> DiskAnomaliesV2
func GetDiskAnomaliesV2(ctx *Context, name string, id IDInput, state *DiskAnomaliesV2State, opts ...ResourceOption) (*DiskAnomaliesV2, error)
public static DiskAnomaliesV2 Get(string name, Input<string> id, DiskAnomaliesV2State? state, CustomResourceOptions? opts = null)
public static DiskAnomaliesV2 get(String name, Output<String> id, DiskAnomaliesV2State state, CustomResourceOptions options)
Resource lookup is not supported in YAML
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:
Disk Lbrlabs.PulumiPackage.Dynatrace.Inputs.DiskAnomaliesV2DiskArgs

Disk

Scope string

The scope for the disk anomaly detection

Disk DiskAnomaliesV2DiskArgs

Disk

Scope string

The scope for the disk anomaly detection

disk DiskAnomaliesV2DiskArgs

Disk

scope String

The scope for the disk anomaly detection

disk DiskAnomaliesV2DiskArgs

Disk

scope string

The scope for the disk anomaly detection

disk DiskAnomaliesV2DiskArgs

Disk

scope str

The scope for the disk anomaly detection

disk Property Map

Disk

scope String

The scope for the disk anomaly detection

Supporting Types

DiskAnomaliesV2Disk

diskLowInodesDetection Property Map

no documentation available

diskLowSpaceDetection Property Map

no documentation available

diskSlowWritesAndReadsDetection Property Map

no documentation available

DiskAnomaliesV2DiskDiskLowInodesDetection

DiskAnomaliesV2DiskDiskLowInodesDetectionCustomThresholds

DiskAnomaliesV2DiskDiskLowSpaceDetection

DiskAnomaliesV2DiskDiskLowSpaceDetectionCustomThresholds

DiskAnomaliesV2DiskDiskSlowWritesAndReadsDetection

DiskAnomaliesV2DiskDiskSlowWritesAndReadsDetectionCustomThresholds

Package Details

Repository
dynatrace lbrlabs/pulumi-dynatrace
License
Apache-2.0
Notes

This Pulumi package is based on the dynatrace Terraform Provider.