dynatrace.DiskSpecificAnomaliesV2

Explore with Pulumi AI

Create DiskSpecificAnomaliesV2 Resource

new DiskSpecificAnomaliesV2(name: string, args: DiskSpecificAnomaliesV2Args, opts?: CustomResourceOptions);
@overload
def DiskSpecificAnomaliesV2(resource_name: str,
                            opts: Optional[ResourceOptions] = None,
                            disk_id: Optional[str] = None,
                            disk_low_inodes_detection: Optional[DiskSpecificAnomaliesV2DiskLowInodesDetectionArgs] = None,
                            disk_low_space_detection: Optional[DiskSpecificAnomaliesV2DiskLowSpaceDetectionArgs] = None,
                            disk_slow_writes_and_reads_detection: Optional[DiskSpecificAnomaliesV2DiskSlowWritesAndReadsDetectionArgs] = None,
                            override_disk_low_space_detection: Optional[bool] = None,
                            override_low_inodes_detection: Optional[bool] = None,
                            override_slow_writes_and_reads_detection: Optional[bool] = None)
@overload
def DiskSpecificAnomaliesV2(resource_name: str,
                            args: DiskSpecificAnomaliesV2Args,
                            opts: Optional[ResourceOptions] = None)
func NewDiskSpecificAnomaliesV2(ctx *Context, name string, args DiskSpecificAnomaliesV2Args, opts ...ResourceOption) (*DiskSpecificAnomaliesV2, error)
public DiskSpecificAnomaliesV2(string name, DiskSpecificAnomaliesV2Args args, CustomResourceOptions? opts = null)
public DiskSpecificAnomaliesV2(String name, DiskSpecificAnomaliesV2Args args)
public DiskSpecificAnomaliesV2(String name, DiskSpecificAnomaliesV2Args args, CustomResourceOptions options)
type: dynatrace:DiskSpecificAnomaliesV2
properties: # The arguments to resource properties.
options: # Bag of options to control resource's behavior.

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

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

DiskId string

The id for the disk anomaly detection

OverrideDiskLowSpaceDetection bool

Override low disk space detection settings

OverrideLowInodesDetection bool

Override low inodes detection settings

OverrideSlowWritesAndReadsDetection bool

Override slow writes and reads detection settings

DiskLowInodesDetection DiskSpecificAnomaliesV2DiskLowInodesDetectionArgs

no documentation available

DiskLowSpaceDetection DiskSpecificAnomaliesV2DiskLowSpaceDetectionArgs

no documentation available

DiskSlowWritesAndReadsDetection DiskSpecificAnomaliesV2DiskSlowWritesAndReadsDetectionArgs

no documentation available

diskId String

The id for the disk anomaly detection

overrideDiskLowSpaceDetection Boolean

Override low disk space detection settings

overrideLowInodesDetection Boolean

Override low inodes detection settings

overrideSlowWritesAndReadsDetection Boolean

Override slow writes and reads detection settings

diskLowInodesDetection DiskSpecificAnomaliesV2DiskLowInodesDetectionArgs

no documentation available

diskLowSpaceDetection DiskSpecificAnomaliesV2DiskLowSpaceDetectionArgs

no documentation available

diskSlowWritesAndReadsDetection DiskSpecificAnomaliesV2DiskSlowWritesAndReadsDetectionArgs

no documentation available

diskId string

The id for the disk anomaly detection

overrideDiskLowSpaceDetection boolean

Override low disk space detection settings

overrideLowInodesDetection boolean

Override low inodes detection settings

overrideSlowWritesAndReadsDetection boolean

Override slow writes and reads detection settings

diskLowInodesDetection DiskSpecificAnomaliesV2DiskLowInodesDetectionArgs

no documentation available

diskLowSpaceDetection DiskSpecificAnomaliesV2DiskLowSpaceDetectionArgs

no documentation available

diskSlowWritesAndReadsDetection DiskSpecificAnomaliesV2DiskSlowWritesAndReadsDetectionArgs

no documentation available

disk_id str

The id for the disk anomaly detection

override_disk_low_space_detection bool

Override low disk space detection settings

override_low_inodes_detection bool

Override low inodes detection settings

override_slow_writes_and_reads_detection bool

Override slow writes and reads detection settings

disk_low_inodes_detection DiskSpecificAnomaliesV2DiskLowInodesDetectionArgs

no documentation available

disk_low_space_detection DiskSpecificAnomaliesV2DiskLowSpaceDetectionArgs

no documentation available

disk_slow_writes_and_reads_detection DiskSpecificAnomaliesV2DiskSlowWritesAndReadsDetectionArgs

no documentation available

diskId String

The id for the disk anomaly detection

overrideDiskLowSpaceDetection Boolean

Override low disk space detection settings

overrideLowInodesDetection Boolean

Override low inodes detection settings

overrideSlowWritesAndReadsDetection Boolean

Override slow writes and reads detection settings

diskLowInodesDetection Property Map

no documentation available

diskLowSpaceDetection Property Map

no documentation available

diskSlowWritesAndReadsDetection Property Map

no documentation available

Outputs

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

Get an existing DiskSpecificAnomaliesV2 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?: DiskSpecificAnomaliesV2State, opts?: CustomResourceOptions): DiskSpecificAnomaliesV2
@staticmethod
def get(resource_name: str,
        id: str,
        opts: Optional[ResourceOptions] = None,
        disk_id: Optional[str] = None,
        disk_low_inodes_detection: Optional[DiskSpecificAnomaliesV2DiskLowInodesDetectionArgs] = None,
        disk_low_space_detection: Optional[DiskSpecificAnomaliesV2DiskLowSpaceDetectionArgs] = None,
        disk_slow_writes_and_reads_detection: Optional[DiskSpecificAnomaliesV2DiskSlowWritesAndReadsDetectionArgs] = None,
        override_disk_low_space_detection: Optional[bool] = None,
        override_low_inodes_detection: Optional[bool] = None,
        override_slow_writes_and_reads_detection: Optional[bool] = None) -> DiskSpecificAnomaliesV2
func GetDiskSpecificAnomaliesV2(ctx *Context, name string, id IDInput, state *DiskSpecificAnomaliesV2State, opts ...ResourceOption) (*DiskSpecificAnomaliesV2, error)
public static DiskSpecificAnomaliesV2 Get(string name, Input<string> id, DiskSpecificAnomaliesV2State? state, CustomResourceOptions? opts = null)
public static DiskSpecificAnomaliesV2 get(String name, Output<String> id, DiskSpecificAnomaliesV2State 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:
DiskId string

The id for the disk anomaly detection

DiskLowInodesDetection DiskSpecificAnomaliesV2DiskLowInodesDetectionArgs

no documentation available

DiskLowSpaceDetection DiskSpecificAnomaliesV2DiskLowSpaceDetectionArgs

no documentation available

DiskSlowWritesAndReadsDetection DiskSpecificAnomaliesV2DiskSlowWritesAndReadsDetectionArgs

no documentation available

OverrideDiskLowSpaceDetection bool

Override low disk space detection settings

OverrideLowInodesDetection bool

Override low inodes detection settings

OverrideSlowWritesAndReadsDetection bool

Override slow writes and reads detection settings

diskId String

The id for the disk anomaly detection

diskLowInodesDetection DiskSpecificAnomaliesV2DiskLowInodesDetectionArgs

no documentation available

diskLowSpaceDetection DiskSpecificAnomaliesV2DiskLowSpaceDetectionArgs

no documentation available

diskSlowWritesAndReadsDetection DiskSpecificAnomaliesV2DiskSlowWritesAndReadsDetectionArgs

no documentation available

overrideDiskLowSpaceDetection Boolean

Override low disk space detection settings

overrideLowInodesDetection Boolean

Override low inodes detection settings

overrideSlowWritesAndReadsDetection Boolean

Override slow writes and reads detection settings

diskId string

The id for the disk anomaly detection

diskLowInodesDetection DiskSpecificAnomaliesV2DiskLowInodesDetectionArgs

no documentation available

diskLowSpaceDetection DiskSpecificAnomaliesV2DiskLowSpaceDetectionArgs

no documentation available

diskSlowWritesAndReadsDetection DiskSpecificAnomaliesV2DiskSlowWritesAndReadsDetectionArgs

no documentation available

overrideDiskLowSpaceDetection boolean

Override low disk space detection settings

overrideLowInodesDetection boolean

Override low inodes detection settings

overrideSlowWritesAndReadsDetection boolean

Override slow writes and reads detection settings

disk_id str

The id for the disk anomaly detection

disk_low_inodes_detection DiskSpecificAnomaliesV2DiskLowInodesDetectionArgs

no documentation available

disk_low_space_detection DiskSpecificAnomaliesV2DiskLowSpaceDetectionArgs

no documentation available

disk_slow_writes_and_reads_detection DiskSpecificAnomaliesV2DiskSlowWritesAndReadsDetectionArgs

no documentation available

override_disk_low_space_detection bool

Override low disk space detection settings

override_low_inodes_detection bool

Override low inodes detection settings

override_slow_writes_and_reads_detection bool

Override slow writes and reads detection settings

diskId String

The id for the disk anomaly detection

diskLowInodesDetection Property Map

no documentation available

diskLowSpaceDetection Property Map

no documentation available

diskSlowWritesAndReadsDetection Property Map

no documentation available

overrideDiskLowSpaceDetection Boolean

Override low disk space detection settings

overrideLowInodesDetection Boolean

Override low inodes detection settings

overrideSlowWritesAndReadsDetection Boolean

Override slow writes and reads detection settings

Supporting Types

DiskSpecificAnomaliesV2DiskLowInodesDetection

Enabled bool

Detect low inodes number available

CustomThresholds Lbrlabs.PulumiPackage.Dynatrace.Inputs.DiskSpecificAnomaliesV2DiskLowInodesDetectionCustomThresholds

no documentation available

DetectionMode string

Detection mode for low inodes number available

Enabled bool

Detect low inodes number available

CustomThresholds DiskSpecificAnomaliesV2DiskLowInodesDetectionCustomThresholds

no documentation available

DetectionMode string

Detection mode for low inodes number available

enabled Boolean

Detect low inodes number available

customThresholds DiskSpecificAnomaliesV2DiskLowInodesDetectionCustomThresholds

no documentation available

detectionMode String

Detection mode for low inodes number available

enabled boolean

Detect low inodes number available

customThresholds DiskSpecificAnomaliesV2DiskLowInodesDetectionCustomThresholds

no documentation available

detectionMode string

Detection mode for low inodes number available

enabled bool

Detect low inodes number available

custom_thresholds DiskSpecificAnomaliesV2DiskLowInodesDetectionCustomThresholds

no documentation available

detection_mode str

Detection mode for low inodes number available

enabled Boolean

Detect low inodes number available

customThresholds Property Map

no documentation available

detectionMode String

Detection mode for low inodes number available

DiskSpecificAnomaliesV2DiskLowInodesDetectionCustomThresholds

DiskSpecificAnomaliesV2DiskLowSpaceDetection

Enabled bool

Detect low disk space

CustomThresholds Lbrlabs.PulumiPackage.Dynatrace.Inputs.DiskSpecificAnomaliesV2DiskLowSpaceDetectionCustomThresholds

no documentation available

DetectionMode string

Detection mode for low disk space

Enabled bool

Detect low disk space

CustomThresholds DiskSpecificAnomaliesV2DiskLowSpaceDetectionCustomThresholds

no documentation available

DetectionMode string

Detection mode for low disk space

enabled Boolean

Detect low disk space

customThresholds DiskSpecificAnomaliesV2DiskLowSpaceDetectionCustomThresholds

no documentation available

detectionMode String

Detection mode for low disk space

enabled boolean

Detect low disk space

customThresholds DiskSpecificAnomaliesV2DiskLowSpaceDetectionCustomThresholds

no documentation available

detectionMode string

Detection mode for low disk space

enabled bool

Detect low disk space

custom_thresholds DiskSpecificAnomaliesV2DiskLowSpaceDetectionCustomThresholds

no documentation available

detection_mode str

Detection mode for low disk space

enabled Boolean

Detect low disk space

customThresholds Property Map

no documentation available

detectionMode String

Detection mode for low disk space

DiskSpecificAnomaliesV2DiskLowSpaceDetectionCustomThresholds

DiskSpecificAnomaliesV2DiskSlowWritesAndReadsDetection

Enabled bool

Detect slow-running disks

CustomThresholds Lbrlabs.PulumiPackage.Dynatrace.Inputs.DiskSpecificAnomaliesV2DiskSlowWritesAndReadsDetectionCustomThresholds

no documentation available

DetectionMode string

Detection mode for slow running disks

Enabled bool

Detect slow-running disks

CustomThresholds DiskSpecificAnomaliesV2DiskSlowWritesAndReadsDetectionCustomThresholds

no documentation available

DetectionMode string

Detection mode for slow running disks

enabled Boolean

Detect slow-running disks

customThresholds DiskSpecificAnomaliesV2DiskSlowWritesAndReadsDetectionCustomThresholds

no documentation available

detectionMode String

Detection mode for slow running disks

enabled boolean

Detect slow-running disks

customThresholds DiskSpecificAnomaliesV2DiskSlowWritesAndReadsDetectionCustomThresholds

no documentation available

detectionMode string

Detection mode for slow running disks

enabled bool

Detect slow-running disks

custom_thresholds DiskSpecificAnomaliesV2DiskSlowWritesAndReadsDetectionCustomThresholds

no documentation available

detection_mode str

Detection mode for slow running disks

enabled Boolean

Detect slow-running disks

customThresholds Property Map

no documentation available

detectionMode String

Detection mode for slow running disks

DiskSpecificAnomaliesV2DiskSlowWritesAndReadsDetectionCustomThresholds

Package Details

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

This Pulumi package is based on the dynatrace Terraform Provider.