1. Packages
  2. vSphere
  3. API Docs
  4. DpmHostOverride
vSphere v4.10.0 published on Tuesday, Mar 12, 2024 by Pulumi

vsphere.DpmHostOverride

Explore with Pulumi AI

vsphere logo
vSphere v4.10.0 published on Tuesday, Mar 12, 2024 by Pulumi

    Create DpmHostOverride Resource

    new DpmHostOverride(name: string, args: DpmHostOverrideArgs, opts?: CustomResourceOptions);
    @overload
    def DpmHostOverride(resource_name: str,
                        opts: Optional[ResourceOptions] = None,
                        compute_cluster_id: Optional[str] = None,
                        dpm_automation_level: Optional[str] = None,
                        dpm_enabled: Optional[bool] = None,
                        host_system_id: Optional[str] = None)
    @overload
    def DpmHostOverride(resource_name: str,
                        args: DpmHostOverrideArgs,
                        opts: Optional[ResourceOptions] = None)
    func NewDpmHostOverride(ctx *Context, name string, args DpmHostOverrideArgs, opts ...ResourceOption) (*DpmHostOverride, error)
    public DpmHostOverride(string name, DpmHostOverrideArgs args, CustomResourceOptions? opts = null)
    public DpmHostOverride(String name, DpmHostOverrideArgs args)
    public DpmHostOverride(String name, DpmHostOverrideArgs args, CustomResourceOptions options)
    
    type: vsphere:DpmHostOverride
    properties: # The arguments to resource properties.
    options: # Bag of options to control resource's behavior.
    
    
    name string
    The unique name of the resource.
    args DpmHostOverrideArgs
    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 DpmHostOverrideArgs
    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 DpmHostOverrideArgs
    The arguments to resource properties.
    opts ResourceOption
    Bag of options to control resource's behavior.
    name string
    The unique name of the resource.
    args DpmHostOverrideArgs
    The arguments to resource properties.
    opts CustomResourceOptions
    Bag of options to control resource's behavior.
    name String
    The unique name of the resource.
    args DpmHostOverrideArgs
    The arguments to resource properties.
    options CustomResourceOptions
    Bag of options to control resource's behavior.

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

    ComputeClusterId string
    The managed object reference ID of the cluster to put the override in. Forces a new resource if changed.
    HostSystemId string
    The managed object ID of the host.
    DpmAutomationLevel string

    The automation level for host power operations on this host. Can be one of manual or automated. Default: manual.

    NOTE: Using this resource always implies an override, even if one of dpm_enabled or dpm_automation_level is omitted. Take note of the defaults for both options.

    DpmEnabled bool
    Enable DPM support for this host. Default: false.
    ComputeClusterId string
    The managed object reference ID of the cluster to put the override in. Forces a new resource if changed.
    HostSystemId string
    The managed object ID of the host.
    DpmAutomationLevel string

    The automation level for host power operations on this host. Can be one of manual or automated. Default: manual.

    NOTE: Using this resource always implies an override, even if one of dpm_enabled or dpm_automation_level is omitted. Take note of the defaults for both options.

    DpmEnabled bool
    Enable DPM support for this host. Default: false.
    computeClusterId String
    The managed object reference ID of the cluster to put the override in. Forces a new resource if changed.
    hostSystemId String
    The managed object ID of the host.
    dpmAutomationLevel String

    The automation level for host power operations on this host. Can be one of manual or automated. Default: manual.

    NOTE: Using this resource always implies an override, even if one of dpm_enabled or dpm_automation_level is omitted. Take note of the defaults for both options.

    dpmEnabled Boolean
    Enable DPM support for this host. Default: false.
    computeClusterId string
    The managed object reference ID of the cluster to put the override in. Forces a new resource if changed.
    hostSystemId string
    The managed object ID of the host.
    dpmAutomationLevel string

    The automation level for host power operations on this host. Can be one of manual or automated. Default: manual.

    NOTE: Using this resource always implies an override, even if one of dpm_enabled or dpm_automation_level is omitted. Take note of the defaults for both options.

    dpmEnabled boolean
    Enable DPM support for this host. Default: false.
    compute_cluster_id str
    The managed object reference ID of the cluster to put the override in. Forces a new resource if changed.
    host_system_id str
    The managed object ID of the host.
    dpm_automation_level str

    The automation level for host power operations on this host. Can be one of manual or automated. Default: manual.

    NOTE: Using this resource always implies an override, even if one of dpm_enabled or dpm_automation_level is omitted. Take note of the defaults for both options.

    dpm_enabled bool
    Enable DPM support for this host. Default: false.
    computeClusterId String
    The managed object reference ID of the cluster to put the override in. Forces a new resource if changed.
    hostSystemId String
    The managed object ID of the host.
    dpmAutomationLevel String

    The automation level for host power operations on this host. Can be one of manual or automated. Default: manual.

    NOTE: Using this resource always implies an override, even if one of dpm_enabled or dpm_automation_level is omitted. Take note of the defaults for both options.

    dpmEnabled Boolean
    Enable DPM support for this host. Default: false.

    Outputs

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

    Get an existing DpmHostOverride 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?: DpmHostOverrideState, opts?: CustomResourceOptions): DpmHostOverride
    @staticmethod
    def get(resource_name: str,
            id: str,
            opts: Optional[ResourceOptions] = None,
            compute_cluster_id: Optional[str] = None,
            dpm_automation_level: Optional[str] = None,
            dpm_enabled: Optional[bool] = None,
            host_system_id: Optional[str] = None) -> DpmHostOverride
    func GetDpmHostOverride(ctx *Context, name string, id IDInput, state *DpmHostOverrideState, opts ...ResourceOption) (*DpmHostOverride, error)
    public static DpmHostOverride Get(string name, Input<string> id, DpmHostOverrideState? state, CustomResourceOptions? opts = null)
    public static DpmHostOverride get(String name, Output<String> id, DpmHostOverrideState 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:
    ComputeClusterId string
    The managed object reference ID of the cluster to put the override in. Forces a new resource if changed.
    DpmAutomationLevel string

    The automation level for host power operations on this host. Can be one of manual or automated. Default: manual.

    NOTE: Using this resource always implies an override, even if one of dpm_enabled or dpm_automation_level is omitted. Take note of the defaults for both options.

    DpmEnabled bool
    Enable DPM support for this host. Default: false.
    HostSystemId string
    The managed object ID of the host.
    ComputeClusterId string
    The managed object reference ID of the cluster to put the override in. Forces a new resource if changed.
    DpmAutomationLevel string

    The automation level for host power operations on this host. Can be one of manual or automated. Default: manual.

    NOTE: Using this resource always implies an override, even if one of dpm_enabled or dpm_automation_level is omitted. Take note of the defaults for both options.

    DpmEnabled bool
    Enable DPM support for this host. Default: false.
    HostSystemId string
    The managed object ID of the host.
    computeClusterId String
    The managed object reference ID of the cluster to put the override in. Forces a new resource if changed.
    dpmAutomationLevel String

    The automation level for host power operations on this host. Can be one of manual or automated. Default: manual.

    NOTE: Using this resource always implies an override, even if one of dpm_enabled or dpm_automation_level is omitted. Take note of the defaults for both options.

    dpmEnabled Boolean
    Enable DPM support for this host. Default: false.
    hostSystemId String
    The managed object ID of the host.
    computeClusterId string
    The managed object reference ID of the cluster to put the override in. Forces a new resource if changed.
    dpmAutomationLevel string

    The automation level for host power operations on this host. Can be one of manual or automated. Default: manual.

    NOTE: Using this resource always implies an override, even if one of dpm_enabled or dpm_automation_level is omitted. Take note of the defaults for both options.

    dpmEnabled boolean
    Enable DPM support for this host. Default: false.
    hostSystemId string
    The managed object ID of the host.
    compute_cluster_id str
    The managed object reference ID of the cluster to put the override in. Forces a new resource if changed.
    dpm_automation_level str

    The automation level for host power operations on this host. Can be one of manual or automated. Default: manual.

    NOTE: Using this resource always implies an override, even if one of dpm_enabled or dpm_automation_level is omitted. Take note of the defaults for both options.

    dpm_enabled bool
    Enable DPM support for this host. Default: false.
    host_system_id str
    The managed object ID of the host.
    computeClusterId String
    The managed object reference ID of the cluster to put the override in. Forces a new resource if changed.
    dpmAutomationLevel String

    The automation level for host power operations on this host. Can be one of manual or automated. Default: manual.

    NOTE: Using this resource always implies an override, even if one of dpm_enabled or dpm_automation_level is omitted. Take note of the defaults for both options.

    dpmEnabled Boolean
    Enable DPM support for this host. Default: false.
    hostSystemId String
    The managed object ID of the host.

    Package Details

    Repository
    vSphere pulumi/pulumi-vsphere
    License
    Apache-2.0
    Notes
    This Pulumi package is based on the vsphere Terraform Provider.
    vsphere logo
    vSphere v4.10.0 published on Tuesday, Mar 12, 2024 by Pulumi