1. Packages
  2. Dynatrace
  3. API Docs
  4. DiskOptions
Dynatrace v0.1.0 published on Wednesday, May 24, 2023 by Lbrlabs

dynatrace.DiskOptions

Explore with Pulumi AI

dynatrace logo
Dynatrace v0.1.0 published on Wednesday, May 24, 2023 by Lbrlabs

    Create DiskOptions Resource

    new DiskOptions(name: string, args: DiskOptionsArgs, opts?: CustomResourceOptions);
    @overload
    def DiskOptions(resource_name: str,
                    opts: Optional[ResourceOptions] = None,
                    exclusions: Optional[DiskOptionsExclusionsArgs] = None,
                    nfs_show_all: Optional[bool] = None,
                    scope: Optional[str] = None)
    @overload
    def DiskOptions(resource_name: str,
                    args: DiskOptionsArgs,
                    opts: Optional[ResourceOptions] = None)
    func NewDiskOptions(ctx *Context, name string, args DiskOptionsArgs, opts ...ResourceOption) (*DiskOptions, error)
    public DiskOptions(string name, DiskOptionsArgs args, CustomResourceOptions? opts = null)
    public DiskOptions(String name, DiskOptionsArgs args)
    public DiskOptions(String name, DiskOptionsArgs args, CustomResourceOptions options)
    
    type: dynatrace:DiskOptions
    properties: # The arguments to resource properties.
    options: # Bag of options to control resource's behavior.
    
    
    name string
    The unique name of the resource.
    args DiskOptionsArgs
    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 DiskOptionsArgs
    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 DiskOptionsArgs
    The arguments to resource properties.
    opts ResourceOption
    Bag of options to control resource's behavior.
    name string
    The unique name of the resource.
    args DiskOptionsArgs
    The arguments to resource properties.
    opts CustomResourceOptions
    Bag of options to control resource's behavior.
    name String
    The unique name of the resource.
    args DiskOptionsArgs
    The arguments to resource properties.
    options CustomResourceOptions
    Bag of options to control resource's behavior.

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

    NfsShowAll bool

    When disabled OneAgent will try to deduplicate some of nfs disks. Disabled by default, applies only to Linux hosts. Requires OneAgent 1.209 or later

    Exclusions Lbrlabs.PulumiPackage.Dynatrace.Inputs.DiskOptionsExclusions

    OneAgent automatically detects and monitors all your mount points, however you can create exception rules to remove disks from the monitoring list.

    Scope string

    The scope of this setting (HOST, HOST_GROUP). Omit this property if you want to cover the whole environment.

    NfsShowAll bool

    When disabled OneAgent will try to deduplicate some of nfs disks. Disabled by default, applies only to Linux hosts. Requires OneAgent 1.209 or later

    Exclusions DiskOptionsExclusionsArgs

    OneAgent automatically detects and monitors all your mount points, however you can create exception rules to remove disks from the monitoring list.

    Scope string

    The scope of this setting (HOST, HOST_GROUP). Omit this property if you want to cover the whole environment.

    nfsShowAll Boolean

    When disabled OneAgent will try to deduplicate some of nfs disks. Disabled by default, applies only to Linux hosts. Requires OneAgent 1.209 or later

    exclusions DiskOptionsExclusions

    OneAgent automatically detects and monitors all your mount points, however you can create exception rules to remove disks from the monitoring list.

    scope String

    The scope of this setting (HOST, HOST_GROUP). Omit this property if you want to cover the whole environment.

    nfsShowAll boolean

    When disabled OneAgent will try to deduplicate some of nfs disks. Disabled by default, applies only to Linux hosts. Requires OneAgent 1.209 or later

    exclusions DiskOptionsExclusions

    OneAgent automatically detects and monitors all your mount points, however you can create exception rules to remove disks from the monitoring list.

    scope string

    The scope of this setting (HOST, HOST_GROUP). Omit this property if you want to cover the whole environment.

    nfs_show_all bool

    When disabled OneAgent will try to deduplicate some of nfs disks. Disabled by default, applies only to Linux hosts. Requires OneAgent 1.209 or later

    exclusions DiskOptionsExclusionsArgs

    OneAgent automatically detects and monitors all your mount points, however you can create exception rules to remove disks from the monitoring list.

    scope str

    The scope of this setting (HOST, HOST_GROUP). Omit this property if you want to cover the whole environment.

    nfsShowAll Boolean

    When disabled OneAgent will try to deduplicate some of nfs disks. Disabled by default, applies only to Linux hosts. Requires OneAgent 1.209 or later

    exclusions Property Map

    OneAgent automatically detects and monitors all your mount points, however you can create exception rules to remove disks from the monitoring list.

    scope String

    The scope of this setting (HOST, HOST_GROUP). Omit this property if you want to cover the whole environment.

    Outputs

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

    Get an existing DiskOptions 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?: DiskOptionsState, opts?: CustomResourceOptions): DiskOptions
    @staticmethod
    def get(resource_name: str,
            id: str,
            opts: Optional[ResourceOptions] = None,
            exclusions: Optional[DiskOptionsExclusionsArgs] = None,
            nfs_show_all: Optional[bool] = None,
            scope: Optional[str] = None) -> DiskOptions
    func GetDiskOptions(ctx *Context, name string, id IDInput, state *DiskOptionsState, opts ...ResourceOption) (*DiskOptions, error)
    public static DiskOptions Get(string name, Input<string> id, DiskOptionsState? state, CustomResourceOptions? opts = null)
    public static DiskOptions get(String name, Output<String> id, DiskOptionsState 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:
    Exclusions Lbrlabs.PulumiPackage.Dynatrace.Inputs.DiskOptionsExclusions

    OneAgent automatically detects and monitors all your mount points, however you can create exception rules to remove disks from the monitoring list.

    NfsShowAll bool

    When disabled OneAgent will try to deduplicate some of nfs disks. Disabled by default, applies only to Linux hosts. Requires OneAgent 1.209 or later

    Scope string

    The scope of this setting (HOST, HOST_GROUP). Omit this property if you want to cover the whole environment.

    Exclusions DiskOptionsExclusionsArgs

    OneAgent automatically detects and monitors all your mount points, however you can create exception rules to remove disks from the monitoring list.

    NfsShowAll bool

    When disabled OneAgent will try to deduplicate some of nfs disks. Disabled by default, applies only to Linux hosts. Requires OneAgent 1.209 or later

    Scope string

    The scope of this setting (HOST, HOST_GROUP). Omit this property if you want to cover the whole environment.

    exclusions DiskOptionsExclusions

    OneAgent automatically detects and monitors all your mount points, however you can create exception rules to remove disks from the monitoring list.

    nfsShowAll Boolean

    When disabled OneAgent will try to deduplicate some of nfs disks. Disabled by default, applies only to Linux hosts. Requires OneAgent 1.209 or later

    scope String

    The scope of this setting (HOST, HOST_GROUP). Omit this property if you want to cover the whole environment.

    exclusions DiskOptionsExclusions

    OneAgent automatically detects and monitors all your mount points, however you can create exception rules to remove disks from the monitoring list.

    nfsShowAll boolean

    When disabled OneAgent will try to deduplicate some of nfs disks. Disabled by default, applies only to Linux hosts. Requires OneAgent 1.209 or later

    scope string

    The scope of this setting (HOST, HOST_GROUP). Omit this property if you want to cover the whole environment.

    exclusions DiskOptionsExclusionsArgs

    OneAgent automatically detects and monitors all your mount points, however you can create exception rules to remove disks from the monitoring list.

    nfs_show_all bool

    When disabled OneAgent will try to deduplicate some of nfs disks. Disabled by default, applies only to Linux hosts. Requires OneAgent 1.209 or later

    scope str

    The scope of this setting (HOST, HOST_GROUP). Omit this property if you want to cover the whole environment.

    exclusions Property Map

    OneAgent automatically detects and monitors all your mount points, however you can create exception rules to remove disks from the monitoring list.

    nfsShowAll Boolean

    When disabled OneAgent will try to deduplicate some of nfs disks. Disabled by default, applies only to Linux hosts. Requires OneAgent 1.209 or later

    scope String

    The scope of this setting (HOST, HOST_GROUP). Omit this property if you want to cover the whole environment.

    Supporting Types

    DiskOptionsExclusions, DiskOptionsExclusionsArgs

    DiskOptionsExclusionsExclusion, DiskOptionsExclusionsExclusionArgs

    Os string
    Filesystem string
    Mountpoint string
    Os string
    Filesystem string
    Mountpoint string
    os String
    filesystem String
    mountpoint String
    os string
    filesystem string
    mountpoint string
    os String
    filesystem String
    mountpoint String

    Package Details

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

    This Pulumi package is based on the dynatrace Terraform Provider.

    dynatrace logo
    Dynatrace v0.1.0 published on Wednesday, May 24, 2023 by Lbrlabs