1. Packages
  2. Intersight Provider
  3. API Docs
  4. getVirtualizationVmwareDatastoreCluster
intersight 1.0.64 published on Wednesday, Apr 30, 2025 by ciscodevnet

intersight.getVirtualizationVmwareDatastoreCluster

Explore with Pulumi AI

intersight logo
intersight 1.0.64 published on Wednesday, Apr 30, 2025 by ciscodevnet

    The VMware Datastore cluster entity with its attributes. Datastore cluster is a collection of datastores with shared resources and a shared management interface.

    Using getVirtualizationVmwareDatastoreCluster

    Two invocation forms are available. The direct form accepts plain arguments and either blocks until the result value is available, or returns a Promise-wrapped result. The output form accepts Input-wrapped arguments and returns an Output-wrapped result.

    function getVirtualizationVmwareDatastoreCluster(args: GetVirtualizationVmwareDatastoreClusterArgs, opts?: InvokeOptions): Promise<GetVirtualizationVmwareDatastoreClusterResult>
    function getVirtualizationVmwareDatastoreClusterOutput(args: GetVirtualizationVmwareDatastoreClusterOutputArgs, opts?: InvokeOptions): Output<GetVirtualizationVmwareDatastoreClusterResult>
    def get_virtualization_vmware_datastore_cluster(account_moid: Optional[str] = None,
                                                    additional_properties: Optional[str] = None,
                                                    ancestors: Optional[Sequence[GetVirtualizationVmwareDatastoreClusterAncestor]] = None,
                                                    automation_level: Optional[str] = None,
                                                    capacity: Optional[GetVirtualizationVmwareDatastoreClusterCapacity] = None,
                                                    class_id: Optional[str] = None,
                                                    create_time: Optional[str] = None,
                                                    datacenter: Optional[GetVirtualizationVmwareDatastoreClusterDatacenter] = None,
                                                    datastore_count: Optional[float] = None,
                                                    domain_group_moid: Optional[str] = None,
                                                    free_space_threshold: Optional[float] = None,
                                                    host_count: Optional[float] = None,
                                                    id: Optional[str] = None,
                                                    identity: Optional[str] = None,
                                                    inventory_path: Optional[str] = None,
                                                    io_latency_threshold: Optional[float] = None,
                                                    io_load_balance_automation_mode: Optional[str] = None,
                                                    io_load_imbalance_threshold: Optional[float] = None,
                                                    io_metrics_enabled: Optional[bool] = None,
                                                    min_space_utilization_difference: Optional[float] = None,
                                                    mod_time: Optional[str] = None,
                                                    moid: Optional[str] = None,
                                                    name: Optional[str] = None,
                                                    object_type: Optional[str] = None,
                                                    owners: Optional[Sequence[str]] = None,
                                                    parent: Optional[GetVirtualizationVmwareDatastoreClusterParent] = None,
                                                    permission_resources: Optional[Sequence[GetVirtualizationVmwareDatastoreClusterPermissionResource]] = None,
                                                    policy_enforcement_automation_mode: Optional[str] = None,
                                                    registered_device: Optional[GetVirtualizationVmwareDatastoreClusterRegisteredDevice] = None,
                                                    reservable_percent_threshold: Optional[float] = None,
                                                    rule_enforcement_automation_mode: Optional[str] = None,
                                                    shared_scope: Optional[str] = None,
                                                    space_load_balance_automation_mode: Optional[str] = None,
                                                    space_threshold_mode: Optional[str] = None,
                                                    status: Optional[str] = None,
                                                    storage_drs_enabled: Optional[bool] = None,
                                                    tags: Optional[Sequence[GetVirtualizationVmwareDatastoreClusterTag]] = None,
                                                    type: Optional[str] = None,
                                                    utilized_space_threshold: Optional[float] = None,
                                                    version_context: Optional[GetVirtualizationVmwareDatastoreClusterVersionContext] = None,
                                                    vm_count: Optional[float] = None,
                                                    vm_evacuation_automation_mode: Optional[str] = None,
                                                    opts: Optional[InvokeOptions] = None) -> GetVirtualizationVmwareDatastoreClusterResult
    def get_virtualization_vmware_datastore_cluster_output(account_moid: Optional[pulumi.Input[str]] = None,
                                                    additional_properties: Optional[pulumi.Input[str]] = None,
                                                    ancestors: Optional[pulumi.Input[Sequence[pulumi.Input[GetVirtualizationVmwareDatastoreClusterAncestorArgs]]]] = None,
                                                    automation_level: Optional[pulumi.Input[str]] = None,
                                                    capacity: Optional[pulumi.Input[GetVirtualizationVmwareDatastoreClusterCapacityArgs]] = None,
                                                    class_id: Optional[pulumi.Input[str]] = None,
                                                    create_time: Optional[pulumi.Input[str]] = None,
                                                    datacenter: Optional[pulumi.Input[GetVirtualizationVmwareDatastoreClusterDatacenterArgs]] = None,
                                                    datastore_count: Optional[pulumi.Input[float]] = None,
                                                    domain_group_moid: Optional[pulumi.Input[str]] = None,
                                                    free_space_threshold: Optional[pulumi.Input[float]] = None,
                                                    host_count: Optional[pulumi.Input[float]] = None,
                                                    id: Optional[pulumi.Input[str]] = None,
                                                    identity: Optional[pulumi.Input[str]] = None,
                                                    inventory_path: Optional[pulumi.Input[str]] = None,
                                                    io_latency_threshold: Optional[pulumi.Input[float]] = None,
                                                    io_load_balance_automation_mode: Optional[pulumi.Input[str]] = None,
                                                    io_load_imbalance_threshold: Optional[pulumi.Input[float]] = None,
                                                    io_metrics_enabled: Optional[pulumi.Input[bool]] = None,
                                                    min_space_utilization_difference: Optional[pulumi.Input[float]] = None,
                                                    mod_time: Optional[pulumi.Input[str]] = None,
                                                    moid: Optional[pulumi.Input[str]] = None,
                                                    name: Optional[pulumi.Input[str]] = None,
                                                    object_type: Optional[pulumi.Input[str]] = None,
                                                    owners: Optional[pulumi.Input[Sequence[pulumi.Input[str]]]] = None,
                                                    parent: Optional[pulumi.Input[GetVirtualizationVmwareDatastoreClusterParentArgs]] = None,
                                                    permission_resources: Optional[pulumi.Input[Sequence[pulumi.Input[GetVirtualizationVmwareDatastoreClusterPermissionResourceArgs]]]] = None,
                                                    policy_enforcement_automation_mode: Optional[pulumi.Input[str]] = None,
                                                    registered_device: Optional[pulumi.Input[GetVirtualizationVmwareDatastoreClusterRegisteredDeviceArgs]] = None,
                                                    reservable_percent_threshold: Optional[pulumi.Input[float]] = None,
                                                    rule_enforcement_automation_mode: Optional[pulumi.Input[str]] = None,
                                                    shared_scope: Optional[pulumi.Input[str]] = None,
                                                    space_load_balance_automation_mode: Optional[pulumi.Input[str]] = None,
                                                    space_threshold_mode: Optional[pulumi.Input[str]] = None,
                                                    status: Optional[pulumi.Input[str]] = None,
                                                    storage_drs_enabled: Optional[pulumi.Input[bool]] = None,
                                                    tags: Optional[pulumi.Input[Sequence[pulumi.Input[GetVirtualizationVmwareDatastoreClusterTagArgs]]]] = None,
                                                    type: Optional[pulumi.Input[str]] = None,
                                                    utilized_space_threshold: Optional[pulumi.Input[float]] = None,
                                                    version_context: Optional[pulumi.Input[GetVirtualizationVmwareDatastoreClusterVersionContextArgs]] = None,
                                                    vm_count: Optional[pulumi.Input[float]] = None,
                                                    vm_evacuation_automation_mode: Optional[pulumi.Input[str]] = None,
                                                    opts: Optional[InvokeOptions] = None) -> Output[GetVirtualizationVmwareDatastoreClusterResult]
    func LookupVirtualizationVmwareDatastoreCluster(ctx *Context, args *LookupVirtualizationVmwareDatastoreClusterArgs, opts ...InvokeOption) (*LookupVirtualizationVmwareDatastoreClusterResult, error)
    func LookupVirtualizationVmwareDatastoreClusterOutput(ctx *Context, args *LookupVirtualizationVmwareDatastoreClusterOutputArgs, opts ...InvokeOption) LookupVirtualizationVmwareDatastoreClusterResultOutput

    > Note: This function is named LookupVirtualizationVmwareDatastoreCluster in the Go SDK.

    public static class GetVirtualizationVmwareDatastoreCluster 
    {
        public static Task<GetVirtualizationVmwareDatastoreClusterResult> InvokeAsync(GetVirtualizationVmwareDatastoreClusterArgs args, InvokeOptions? opts = null)
        public static Output<GetVirtualizationVmwareDatastoreClusterResult> Invoke(GetVirtualizationVmwareDatastoreClusterInvokeArgs args, InvokeOptions? opts = null)
    }
    public static CompletableFuture<GetVirtualizationVmwareDatastoreClusterResult> getVirtualizationVmwareDatastoreCluster(GetVirtualizationVmwareDatastoreClusterArgs args, InvokeOptions options)
    public static Output<GetVirtualizationVmwareDatastoreClusterResult> getVirtualizationVmwareDatastoreCluster(GetVirtualizationVmwareDatastoreClusterArgs args, InvokeOptions options)
    
    fn::invoke:
      function: intersight:index/getVirtualizationVmwareDatastoreCluster:getVirtualizationVmwareDatastoreCluster
      arguments:
        # arguments dictionary

    The following arguments are supported:

    AccountMoid string
    The Account ID for this managed object.
    AdditionalProperties string
    Ancestors List<GetVirtualizationVmwareDatastoreClusterAncestor>
    AutomationLevel string
    The global automation level for all virtual machines in this datastore cluster.
    Capacity GetVirtualizationVmwareDatastoreClusterCapacity
    ClassId string
    CreateTime string
    The time when this managed object was created.
    Datacenter GetVirtualizationVmwareDatastoreClusterDatacenter
    DatastoreCount double
    Number of datastores present in this datastore cluster.
    DomainGroupMoid string
    The DomainGroup ID for this managed object.
    FreeSpaceThreshold double
    Minimum level of free space for each datastore that is the threshold for action.
    HostCount double
    Number of hosts attached to or supported-by this datastore cluster.
    Id string
    Identity string
    The internally generated identity of this datastore cluster. This entity is not manipulated by users. It aids in uniquely identifying the datastore cluster object. For VMware, this is an MOR (managed object reference).
    InventoryPath string
    Inventory path of the Datastore Cluster.
    IoLatencyThreshold double
    Minimum I/O latency for each datastore below which I/O load balancing moves are not considered.
    IoLoadBalanceAutomationMode string
    Storage DRS behavior when it generates recommendations for correcting I/O load imbalance in a datastore cluster.
    IoLoadImbalanceThreshold double
    Amount of imbalance that Storage DRS should tolerate.
    IoMetricsEnabled bool
    Is I/O Metrics enabled for this datastore cluster.
    MinSpaceUtilizationDifference double
    Specify how much of an improvement DRS should look for before making a recommendation or performing a migration.
    ModTime string
    The time when this managed object was last modified.
    Moid string
    The unique identifier of this Managed Object instance.
    Name string
    Name of the Datastore Cluster.
    ObjectType string
    Owners List<string>
    Parent GetVirtualizationVmwareDatastoreClusterParent
    PermissionResources List<GetVirtualizationVmwareDatastoreClusterPermissionResource>
    PolicyEnforcementAutomationMode string
    Storage DRS behavior when it generates recommendations for correcting storage and VM policy violations in a datastore cluster.
    RegisteredDevice GetVirtualizationVmwareDatastoreClusterRegisteredDevice
    ReservablePercentThreshold double
    Storage DRS makes storage migration recommendations if total IOPs reservation of all VMs running on a datastore is higher than the specified threshold.
    RuleEnforcementAutomationMode string
    Storage DRS behavior when it generates recommendations for correcting affinity rule violations in a datastore cluster.
    SharedScope string
    Intersight provides pre-built workflows, tasks and policies to end users through global catalogs.Objects that are made available through global catalogs are said to have a 'shared' ownership. Shared objects are either made globally available to all end users or restricted to end users based on their license entitlement. Users can use this property to differentiate the scope (global or a specific license tier) to which a shared MO belongs.
    SpaceLoadBalanceAutomationMode string
    Storage DRS behavior when it generates recommendations for correcting space load imbalance in a datastore cluster.
    SpaceThresholdMode string
    Runtime thresholds govern when Storage DRS performs or recommends migrations.
    Status string
    Datastore cluster health status, as reported by the hypervisor platform.* Unknown - Entity status is unknown.* Degraded - State is degraded, and might impact normal operation of the entity.* Critical - Entity is in a critical state, impacting operations.* Ok - Entity status is in a stable state, operating normally.
    StorageDrsEnabled bool
    Is Storage DRS enabled for this datastore cluster.
    Tags List<GetVirtualizationVmwareDatastoreClusterTag>
    Type string
    Type of the Datastore Cluster.* Unknown - The nature of the file system is unknown.* VMFS - It is a Virtual Machine Filesystem.* NFS - It is a Network File System.* vSAN - It is a virtual Storage Area Network file system.* VirtualVolume - A Virtual Volume datastore represents a storage container in a hypervisor server.
    UtilizedSpaceThreshold double
    Minimum level of consumed space for each datastore that is the threshold for action.
    VersionContext GetVirtualizationVmwareDatastoreClusterVersionContext
    VmCount double
    Number of virtual machines relying on (using) this datastore cluster.
    VmEvacuationAutomationMode string
    Storage DRS behavior when it generates recommendations for VM evacuations from datastores in a datastore cluster.
    AccountMoid string
    The Account ID for this managed object.
    AdditionalProperties string
    Ancestors []GetVirtualizationVmwareDatastoreClusterAncestor
    AutomationLevel string
    The global automation level for all virtual machines in this datastore cluster.
    Capacity GetVirtualizationVmwareDatastoreClusterCapacity
    ClassId string
    CreateTime string
    The time when this managed object was created.
    Datacenter GetVirtualizationVmwareDatastoreClusterDatacenter
    DatastoreCount float64
    Number of datastores present in this datastore cluster.
    DomainGroupMoid string
    The DomainGroup ID for this managed object.
    FreeSpaceThreshold float64
    Minimum level of free space for each datastore that is the threshold for action.
    HostCount float64
    Number of hosts attached to or supported-by this datastore cluster.
    Id string
    Identity string
    The internally generated identity of this datastore cluster. This entity is not manipulated by users. It aids in uniquely identifying the datastore cluster object. For VMware, this is an MOR (managed object reference).
    InventoryPath string
    Inventory path of the Datastore Cluster.
    IoLatencyThreshold float64
    Minimum I/O latency for each datastore below which I/O load balancing moves are not considered.
    IoLoadBalanceAutomationMode string
    Storage DRS behavior when it generates recommendations for correcting I/O load imbalance in a datastore cluster.
    IoLoadImbalanceThreshold float64
    Amount of imbalance that Storage DRS should tolerate.
    IoMetricsEnabled bool
    Is I/O Metrics enabled for this datastore cluster.
    MinSpaceUtilizationDifference float64
    Specify how much of an improvement DRS should look for before making a recommendation or performing a migration.
    ModTime string
    The time when this managed object was last modified.
    Moid string
    The unique identifier of this Managed Object instance.
    Name string
    Name of the Datastore Cluster.
    ObjectType string
    Owners []string
    Parent GetVirtualizationVmwareDatastoreClusterParent
    PermissionResources []GetVirtualizationVmwareDatastoreClusterPermissionResource
    PolicyEnforcementAutomationMode string
    Storage DRS behavior when it generates recommendations for correcting storage and VM policy violations in a datastore cluster.
    RegisteredDevice GetVirtualizationVmwareDatastoreClusterRegisteredDevice
    ReservablePercentThreshold float64
    Storage DRS makes storage migration recommendations if total IOPs reservation of all VMs running on a datastore is higher than the specified threshold.
    RuleEnforcementAutomationMode string
    Storage DRS behavior when it generates recommendations for correcting affinity rule violations in a datastore cluster.
    SharedScope string
    Intersight provides pre-built workflows, tasks and policies to end users through global catalogs.Objects that are made available through global catalogs are said to have a 'shared' ownership. Shared objects are either made globally available to all end users or restricted to end users based on their license entitlement. Users can use this property to differentiate the scope (global or a specific license tier) to which a shared MO belongs.
    SpaceLoadBalanceAutomationMode string
    Storage DRS behavior when it generates recommendations for correcting space load imbalance in a datastore cluster.
    SpaceThresholdMode string
    Runtime thresholds govern when Storage DRS performs or recommends migrations.
    Status string
    Datastore cluster health status, as reported by the hypervisor platform.* Unknown - Entity status is unknown.* Degraded - State is degraded, and might impact normal operation of the entity.* Critical - Entity is in a critical state, impacting operations.* Ok - Entity status is in a stable state, operating normally.
    StorageDrsEnabled bool
    Is Storage DRS enabled for this datastore cluster.
    Tags []GetVirtualizationVmwareDatastoreClusterTag
    Type string
    Type of the Datastore Cluster.* Unknown - The nature of the file system is unknown.* VMFS - It is a Virtual Machine Filesystem.* NFS - It is a Network File System.* vSAN - It is a virtual Storage Area Network file system.* VirtualVolume - A Virtual Volume datastore represents a storage container in a hypervisor server.
    UtilizedSpaceThreshold float64
    Minimum level of consumed space for each datastore that is the threshold for action.
    VersionContext GetVirtualizationVmwareDatastoreClusterVersionContext
    VmCount float64
    Number of virtual machines relying on (using) this datastore cluster.
    VmEvacuationAutomationMode string
    Storage DRS behavior when it generates recommendations for VM evacuations from datastores in a datastore cluster.
    accountMoid String
    The Account ID for this managed object.
    additionalProperties String
    ancestors List<GetVirtualizationVmwareDatastoreClusterAncestor>
    automationLevel String
    The global automation level for all virtual machines in this datastore cluster.
    capacity GetVirtualizationVmwareDatastoreClusterCapacity
    classId String
    createTime String
    The time when this managed object was created.
    datacenter GetVirtualizationVmwareDatastoreClusterDatacenter
    datastoreCount Double
    Number of datastores present in this datastore cluster.
    domainGroupMoid String
    The DomainGroup ID for this managed object.
    freeSpaceThreshold Double
    Minimum level of free space for each datastore that is the threshold for action.
    hostCount Double
    Number of hosts attached to or supported-by this datastore cluster.
    id String
    identity String
    The internally generated identity of this datastore cluster. This entity is not manipulated by users. It aids in uniquely identifying the datastore cluster object. For VMware, this is an MOR (managed object reference).
    inventoryPath String
    Inventory path of the Datastore Cluster.
    ioLatencyThreshold Double
    Minimum I/O latency for each datastore below which I/O load balancing moves are not considered.
    ioLoadBalanceAutomationMode String
    Storage DRS behavior when it generates recommendations for correcting I/O load imbalance in a datastore cluster.
    ioLoadImbalanceThreshold Double
    Amount of imbalance that Storage DRS should tolerate.
    ioMetricsEnabled Boolean
    Is I/O Metrics enabled for this datastore cluster.
    minSpaceUtilizationDifference Double
    Specify how much of an improvement DRS should look for before making a recommendation or performing a migration.
    modTime String
    The time when this managed object was last modified.
    moid String
    The unique identifier of this Managed Object instance.
    name String
    Name of the Datastore Cluster.
    objectType String
    owners List<String>
    parent GetVirtualizationVmwareDatastoreClusterParent
    permissionResources List<GetVirtualizationVmwareDatastoreClusterPermissionResource>
    policyEnforcementAutomationMode String
    Storage DRS behavior when it generates recommendations for correcting storage and VM policy violations in a datastore cluster.
    registeredDevice GetVirtualizationVmwareDatastoreClusterRegisteredDevice
    reservablePercentThreshold Double
    Storage DRS makes storage migration recommendations if total IOPs reservation of all VMs running on a datastore is higher than the specified threshold.
    ruleEnforcementAutomationMode String
    Storage DRS behavior when it generates recommendations for correcting affinity rule violations in a datastore cluster.
    sharedScope String
    Intersight provides pre-built workflows, tasks and policies to end users through global catalogs.Objects that are made available through global catalogs are said to have a 'shared' ownership. Shared objects are either made globally available to all end users or restricted to end users based on their license entitlement. Users can use this property to differentiate the scope (global or a specific license tier) to which a shared MO belongs.
    spaceLoadBalanceAutomationMode String
    Storage DRS behavior when it generates recommendations for correcting space load imbalance in a datastore cluster.
    spaceThresholdMode String
    Runtime thresholds govern when Storage DRS performs or recommends migrations.
    status String
    Datastore cluster health status, as reported by the hypervisor platform.* Unknown - Entity status is unknown.* Degraded - State is degraded, and might impact normal operation of the entity.* Critical - Entity is in a critical state, impacting operations.* Ok - Entity status is in a stable state, operating normally.
    storageDrsEnabled Boolean
    Is Storage DRS enabled for this datastore cluster.
    tags List<GetVirtualizationVmwareDatastoreClusterTag>
    type String
    Type of the Datastore Cluster.* Unknown - The nature of the file system is unknown.* VMFS - It is a Virtual Machine Filesystem.* NFS - It is a Network File System.* vSAN - It is a virtual Storage Area Network file system.* VirtualVolume - A Virtual Volume datastore represents a storage container in a hypervisor server.
    utilizedSpaceThreshold Double
    Minimum level of consumed space for each datastore that is the threshold for action.
    versionContext GetVirtualizationVmwareDatastoreClusterVersionContext
    vmCount Double
    Number of virtual machines relying on (using) this datastore cluster.
    vmEvacuationAutomationMode String
    Storage DRS behavior when it generates recommendations for VM evacuations from datastores in a datastore cluster.
    accountMoid string
    The Account ID for this managed object.
    additionalProperties string
    ancestors GetVirtualizationVmwareDatastoreClusterAncestor[]
    automationLevel string
    The global automation level for all virtual machines in this datastore cluster.
    capacity GetVirtualizationVmwareDatastoreClusterCapacity
    classId string
    createTime string
    The time when this managed object was created.
    datacenter GetVirtualizationVmwareDatastoreClusterDatacenter
    datastoreCount number
    Number of datastores present in this datastore cluster.
    domainGroupMoid string
    The DomainGroup ID for this managed object.
    freeSpaceThreshold number
    Minimum level of free space for each datastore that is the threshold for action.
    hostCount number
    Number of hosts attached to or supported-by this datastore cluster.
    id string
    identity string
    The internally generated identity of this datastore cluster. This entity is not manipulated by users. It aids in uniquely identifying the datastore cluster object. For VMware, this is an MOR (managed object reference).
    inventoryPath string
    Inventory path of the Datastore Cluster.
    ioLatencyThreshold number
    Minimum I/O latency for each datastore below which I/O load balancing moves are not considered.
    ioLoadBalanceAutomationMode string
    Storage DRS behavior when it generates recommendations for correcting I/O load imbalance in a datastore cluster.
    ioLoadImbalanceThreshold number
    Amount of imbalance that Storage DRS should tolerate.
    ioMetricsEnabled boolean
    Is I/O Metrics enabled for this datastore cluster.
    minSpaceUtilizationDifference number
    Specify how much of an improvement DRS should look for before making a recommendation or performing a migration.
    modTime string
    The time when this managed object was last modified.
    moid string
    The unique identifier of this Managed Object instance.
    name string
    Name of the Datastore Cluster.
    objectType string
    owners string[]
    parent GetVirtualizationVmwareDatastoreClusterParent
    permissionResources GetVirtualizationVmwareDatastoreClusterPermissionResource[]
    policyEnforcementAutomationMode string
    Storage DRS behavior when it generates recommendations for correcting storage and VM policy violations in a datastore cluster.
    registeredDevice GetVirtualizationVmwareDatastoreClusterRegisteredDevice
    reservablePercentThreshold number
    Storage DRS makes storage migration recommendations if total IOPs reservation of all VMs running on a datastore is higher than the specified threshold.
    ruleEnforcementAutomationMode string
    Storage DRS behavior when it generates recommendations for correcting affinity rule violations in a datastore cluster.
    sharedScope string
    Intersight provides pre-built workflows, tasks and policies to end users through global catalogs.Objects that are made available through global catalogs are said to have a 'shared' ownership. Shared objects are either made globally available to all end users or restricted to end users based on their license entitlement. Users can use this property to differentiate the scope (global or a specific license tier) to which a shared MO belongs.
    spaceLoadBalanceAutomationMode string
    Storage DRS behavior when it generates recommendations for correcting space load imbalance in a datastore cluster.
    spaceThresholdMode string
    Runtime thresholds govern when Storage DRS performs or recommends migrations.
    status string
    Datastore cluster health status, as reported by the hypervisor platform.* Unknown - Entity status is unknown.* Degraded - State is degraded, and might impact normal operation of the entity.* Critical - Entity is in a critical state, impacting operations.* Ok - Entity status is in a stable state, operating normally.
    storageDrsEnabled boolean
    Is Storage DRS enabled for this datastore cluster.
    tags GetVirtualizationVmwareDatastoreClusterTag[]
    type string
    Type of the Datastore Cluster.* Unknown - The nature of the file system is unknown.* VMFS - It is a Virtual Machine Filesystem.* NFS - It is a Network File System.* vSAN - It is a virtual Storage Area Network file system.* VirtualVolume - A Virtual Volume datastore represents a storage container in a hypervisor server.
    utilizedSpaceThreshold number
    Minimum level of consumed space for each datastore that is the threshold for action.
    versionContext GetVirtualizationVmwareDatastoreClusterVersionContext
    vmCount number
    Number of virtual machines relying on (using) this datastore cluster.
    vmEvacuationAutomationMode string
    Storage DRS behavior when it generates recommendations for VM evacuations from datastores in a datastore cluster.
    account_moid str
    The Account ID for this managed object.
    additional_properties str
    ancestors Sequence[GetVirtualizationVmwareDatastoreClusterAncestor]
    automation_level str
    The global automation level for all virtual machines in this datastore cluster.
    capacity GetVirtualizationVmwareDatastoreClusterCapacity
    class_id str
    create_time str
    The time when this managed object was created.
    datacenter GetVirtualizationVmwareDatastoreClusterDatacenter
    datastore_count float
    Number of datastores present in this datastore cluster.
    domain_group_moid str
    The DomainGroup ID for this managed object.
    free_space_threshold float
    Minimum level of free space for each datastore that is the threshold for action.
    host_count float
    Number of hosts attached to or supported-by this datastore cluster.
    id str
    identity str
    The internally generated identity of this datastore cluster. This entity is not manipulated by users. It aids in uniquely identifying the datastore cluster object. For VMware, this is an MOR (managed object reference).
    inventory_path str
    Inventory path of the Datastore Cluster.
    io_latency_threshold float
    Minimum I/O latency for each datastore below which I/O load balancing moves are not considered.
    io_load_balance_automation_mode str
    Storage DRS behavior when it generates recommendations for correcting I/O load imbalance in a datastore cluster.
    io_load_imbalance_threshold float
    Amount of imbalance that Storage DRS should tolerate.
    io_metrics_enabled bool
    Is I/O Metrics enabled for this datastore cluster.
    min_space_utilization_difference float
    Specify how much of an improvement DRS should look for before making a recommendation or performing a migration.
    mod_time str
    The time when this managed object was last modified.
    moid str
    The unique identifier of this Managed Object instance.
    name str
    Name of the Datastore Cluster.
    object_type str
    owners Sequence[str]
    parent GetVirtualizationVmwareDatastoreClusterParent
    permission_resources Sequence[GetVirtualizationVmwareDatastoreClusterPermissionResource]
    policy_enforcement_automation_mode str
    Storage DRS behavior when it generates recommendations for correcting storage and VM policy violations in a datastore cluster.
    registered_device GetVirtualizationVmwareDatastoreClusterRegisteredDevice
    reservable_percent_threshold float
    Storage DRS makes storage migration recommendations if total IOPs reservation of all VMs running on a datastore is higher than the specified threshold.
    rule_enforcement_automation_mode str
    Storage DRS behavior when it generates recommendations for correcting affinity rule violations in a datastore cluster.
    shared_scope str
    Intersight provides pre-built workflows, tasks and policies to end users through global catalogs.Objects that are made available through global catalogs are said to have a 'shared' ownership. Shared objects are either made globally available to all end users or restricted to end users based on their license entitlement. Users can use this property to differentiate the scope (global or a specific license tier) to which a shared MO belongs.
    space_load_balance_automation_mode str
    Storage DRS behavior when it generates recommendations for correcting space load imbalance in a datastore cluster.
    space_threshold_mode str
    Runtime thresholds govern when Storage DRS performs or recommends migrations.
    status str
    Datastore cluster health status, as reported by the hypervisor platform.* Unknown - Entity status is unknown.* Degraded - State is degraded, and might impact normal operation of the entity.* Critical - Entity is in a critical state, impacting operations.* Ok - Entity status is in a stable state, operating normally.
    storage_drs_enabled bool
    Is Storage DRS enabled for this datastore cluster.
    tags Sequence[GetVirtualizationVmwareDatastoreClusterTag]
    type str
    Type of the Datastore Cluster.* Unknown - The nature of the file system is unknown.* VMFS - It is a Virtual Machine Filesystem.* NFS - It is a Network File System.* vSAN - It is a virtual Storage Area Network file system.* VirtualVolume - A Virtual Volume datastore represents a storage container in a hypervisor server.
    utilized_space_threshold float
    Minimum level of consumed space for each datastore that is the threshold for action.
    version_context GetVirtualizationVmwareDatastoreClusterVersionContext
    vm_count float
    Number of virtual machines relying on (using) this datastore cluster.
    vm_evacuation_automation_mode str
    Storage DRS behavior when it generates recommendations for VM evacuations from datastores in a datastore cluster.
    accountMoid String
    The Account ID for this managed object.
    additionalProperties String
    ancestors List<Property Map>
    automationLevel String
    The global automation level for all virtual machines in this datastore cluster.
    capacity Property Map
    classId String
    createTime String
    The time when this managed object was created.
    datacenter Property Map
    datastoreCount Number
    Number of datastores present in this datastore cluster.
    domainGroupMoid String
    The DomainGroup ID for this managed object.
    freeSpaceThreshold Number
    Minimum level of free space for each datastore that is the threshold for action.
    hostCount Number
    Number of hosts attached to or supported-by this datastore cluster.
    id String
    identity String
    The internally generated identity of this datastore cluster. This entity is not manipulated by users. It aids in uniquely identifying the datastore cluster object. For VMware, this is an MOR (managed object reference).
    inventoryPath String
    Inventory path of the Datastore Cluster.
    ioLatencyThreshold Number
    Minimum I/O latency for each datastore below which I/O load balancing moves are not considered.
    ioLoadBalanceAutomationMode String
    Storage DRS behavior when it generates recommendations for correcting I/O load imbalance in a datastore cluster.
    ioLoadImbalanceThreshold Number
    Amount of imbalance that Storage DRS should tolerate.
    ioMetricsEnabled Boolean
    Is I/O Metrics enabled for this datastore cluster.
    minSpaceUtilizationDifference Number
    Specify how much of an improvement DRS should look for before making a recommendation or performing a migration.
    modTime String
    The time when this managed object was last modified.
    moid String
    The unique identifier of this Managed Object instance.
    name String
    Name of the Datastore Cluster.
    objectType String
    owners List<String>
    parent Property Map
    permissionResources List<Property Map>
    policyEnforcementAutomationMode String
    Storage DRS behavior when it generates recommendations for correcting storage and VM policy violations in a datastore cluster.
    registeredDevice Property Map
    reservablePercentThreshold Number
    Storage DRS makes storage migration recommendations if total IOPs reservation of all VMs running on a datastore is higher than the specified threshold.
    ruleEnforcementAutomationMode String
    Storage DRS behavior when it generates recommendations for correcting affinity rule violations in a datastore cluster.
    sharedScope String
    Intersight provides pre-built workflows, tasks and policies to end users through global catalogs.Objects that are made available through global catalogs are said to have a 'shared' ownership. Shared objects are either made globally available to all end users or restricted to end users based on their license entitlement. Users can use this property to differentiate the scope (global or a specific license tier) to which a shared MO belongs.
    spaceLoadBalanceAutomationMode String
    Storage DRS behavior when it generates recommendations for correcting space load imbalance in a datastore cluster.
    spaceThresholdMode String
    Runtime thresholds govern when Storage DRS performs or recommends migrations.
    status String
    Datastore cluster health status, as reported by the hypervisor platform.* Unknown - Entity status is unknown.* Degraded - State is degraded, and might impact normal operation of the entity.* Critical - Entity is in a critical state, impacting operations.* Ok - Entity status is in a stable state, operating normally.
    storageDrsEnabled Boolean
    Is Storage DRS enabled for this datastore cluster.
    tags List<Property Map>
    type String
    Type of the Datastore Cluster.* Unknown - The nature of the file system is unknown.* VMFS - It is a Virtual Machine Filesystem.* NFS - It is a Network File System.* vSAN - It is a virtual Storage Area Network file system.* VirtualVolume - A Virtual Volume datastore represents a storage container in a hypervisor server.
    utilizedSpaceThreshold Number
    Minimum level of consumed space for each datastore that is the threshold for action.
    versionContext Property Map
    vmCount Number
    Number of virtual machines relying on (using) this datastore cluster.
    vmEvacuationAutomationMode String
    Storage DRS behavior when it generates recommendations for VM evacuations from datastores in a datastore cluster.

    getVirtualizationVmwareDatastoreCluster Result

    The following output properties are available:

    Id string
    Results List<GetVirtualizationVmwareDatastoreClusterResult>
    AccountMoid string
    AdditionalProperties string
    Ancestors List<GetVirtualizationVmwareDatastoreClusterAncestor>
    AutomationLevel string
    Capacity GetVirtualizationVmwareDatastoreClusterCapacity
    ClassId string
    CreateTime string
    Datacenter GetVirtualizationVmwareDatastoreClusterDatacenter
    DatastoreCount double
    DomainGroupMoid string
    FreeSpaceThreshold double
    HostCount double
    Identity string
    InventoryPath string
    IoLatencyThreshold double
    IoLoadBalanceAutomationMode string
    IoLoadImbalanceThreshold double
    IoMetricsEnabled bool
    MinSpaceUtilizationDifference double
    ModTime string
    Moid string
    Name string
    ObjectType string
    Owners List<string>
    Parent GetVirtualizationVmwareDatastoreClusterParent
    PermissionResources List<GetVirtualizationVmwareDatastoreClusterPermissionResource>
    PolicyEnforcementAutomationMode string
    RegisteredDevice GetVirtualizationVmwareDatastoreClusterRegisteredDevice
    ReservablePercentThreshold double
    RuleEnforcementAutomationMode string
    SharedScope string
    SpaceLoadBalanceAutomationMode string
    SpaceThresholdMode string
    Status string
    StorageDrsEnabled bool
    Tags List<GetVirtualizationVmwareDatastoreClusterTag>
    Type string
    UtilizedSpaceThreshold double
    VersionContext GetVirtualizationVmwareDatastoreClusterVersionContext
    VmCount double
    VmEvacuationAutomationMode string
    Id string
    Results []GetVirtualizationVmwareDatastoreClusterResult
    AccountMoid string
    AdditionalProperties string
    Ancestors []GetVirtualizationVmwareDatastoreClusterAncestor
    AutomationLevel string
    Capacity GetVirtualizationVmwareDatastoreClusterCapacity
    ClassId string
    CreateTime string
    Datacenter GetVirtualizationVmwareDatastoreClusterDatacenter
    DatastoreCount float64
    DomainGroupMoid string
    FreeSpaceThreshold float64
    HostCount float64
    Identity string
    InventoryPath string
    IoLatencyThreshold float64
    IoLoadBalanceAutomationMode string
    IoLoadImbalanceThreshold float64
    IoMetricsEnabled bool
    MinSpaceUtilizationDifference float64
    ModTime string
    Moid string
    Name string
    ObjectType string
    Owners []string
    Parent GetVirtualizationVmwareDatastoreClusterParent
    PermissionResources []GetVirtualizationVmwareDatastoreClusterPermissionResource
    PolicyEnforcementAutomationMode string
    RegisteredDevice GetVirtualizationVmwareDatastoreClusterRegisteredDevice
    ReservablePercentThreshold float64
    RuleEnforcementAutomationMode string
    SharedScope string
    SpaceLoadBalanceAutomationMode string
    SpaceThresholdMode string
    Status string
    StorageDrsEnabled bool
    Tags []GetVirtualizationVmwareDatastoreClusterTag
    Type string
    UtilizedSpaceThreshold float64
    VersionContext GetVirtualizationVmwareDatastoreClusterVersionContext
    VmCount float64
    VmEvacuationAutomationMode string
    id String
    results List<GetVirtualizationVmwareDatastoreClusterResult>
    accountMoid String
    additionalProperties String
    ancestors List<GetVirtualizationVmwareDatastoreClusterAncestor>
    automationLevel String
    capacity GetVirtualizationVmwareDatastoreClusterCapacity
    classId String
    createTime String
    datacenter GetVirtualizationVmwareDatastoreClusterDatacenter
    datastoreCount Double
    domainGroupMoid String
    freeSpaceThreshold Double
    hostCount Double
    identity String
    inventoryPath String
    ioLatencyThreshold Double
    ioLoadBalanceAutomationMode String
    ioLoadImbalanceThreshold Double
    ioMetricsEnabled Boolean
    minSpaceUtilizationDifference Double
    modTime String
    moid String
    name String
    objectType String
    owners List<String>
    parent GetVirtualizationVmwareDatastoreClusterParent
    permissionResources List<GetVirtualizationVmwareDatastoreClusterPermissionResource>
    policyEnforcementAutomationMode String
    registeredDevice GetVirtualizationVmwareDatastoreClusterRegisteredDevice
    reservablePercentThreshold Double
    ruleEnforcementAutomationMode String
    sharedScope String
    spaceLoadBalanceAutomationMode String
    spaceThresholdMode String
    status String
    storageDrsEnabled Boolean
    tags List<GetVirtualizationVmwareDatastoreClusterTag>
    type String
    utilizedSpaceThreshold Double
    versionContext GetVirtualizationVmwareDatastoreClusterVersionContext
    vmCount Double
    vmEvacuationAutomationMode String
    id string
    results GetVirtualizationVmwareDatastoreClusterResult[]
    accountMoid string
    additionalProperties string
    ancestors GetVirtualizationVmwareDatastoreClusterAncestor[]
    automationLevel string
    capacity GetVirtualizationVmwareDatastoreClusterCapacity
    classId string
    createTime string
    datacenter GetVirtualizationVmwareDatastoreClusterDatacenter
    datastoreCount number
    domainGroupMoid string
    freeSpaceThreshold number
    hostCount number
    identity string
    inventoryPath string
    ioLatencyThreshold number
    ioLoadBalanceAutomationMode string
    ioLoadImbalanceThreshold number
    ioMetricsEnabled boolean
    minSpaceUtilizationDifference number
    modTime string
    moid string
    name string
    objectType string
    owners string[]
    parent GetVirtualizationVmwareDatastoreClusterParent
    permissionResources GetVirtualizationVmwareDatastoreClusterPermissionResource[]
    policyEnforcementAutomationMode string
    registeredDevice GetVirtualizationVmwareDatastoreClusterRegisteredDevice
    reservablePercentThreshold number
    ruleEnforcementAutomationMode string
    sharedScope string
    spaceLoadBalanceAutomationMode string
    spaceThresholdMode string
    status string
    storageDrsEnabled boolean
    tags GetVirtualizationVmwareDatastoreClusterTag[]
    type string
    utilizedSpaceThreshold number
    versionContext GetVirtualizationVmwareDatastoreClusterVersionContext
    vmCount number
    vmEvacuationAutomationMode string
    id str
    results Sequence[GetVirtualizationVmwareDatastoreClusterResult]
    account_moid str
    additional_properties str
    ancestors Sequence[GetVirtualizationVmwareDatastoreClusterAncestor]
    automation_level str
    capacity GetVirtualizationVmwareDatastoreClusterCapacity
    class_id str
    create_time str
    datacenter GetVirtualizationVmwareDatastoreClusterDatacenter
    datastore_count float
    domain_group_moid str
    free_space_threshold float
    host_count float
    identity str
    inventory_path str
    io_latency_threshold float
    io_load_balance_automation_mode str
    io_load_imbalance_threshold float
    io_metrics_enabled bool
    min_space_utilization_difference float
    mod_time str
    moid str
    name str
    object_type str
    owners Sequence[str]
    parent GetVirtualizationVmwareDatastoreClusterParent
    permission_resources Sequence[GetVirtualizationVmwareDatastoreClusterPermissionResource]
    policy_enforcement_automation_mode str
    registered_device GetVirtualizationVmwareDatastoreClusterRegisteredDevice
    reservable_percent_threshold float
    rule_enforcement_automation_mode str
    shared_scope str
    space_load_balance_automation_mode str
    space_threshold_mode str
    status str
    storage_drs_enabled bool
    tags Sequence[GetVirtualizationVmwareDatastoreClusterTag]
    type str
    utilized_space_threshold float
    version_context GetVirtualizationVmwareDatastoreClusterVersionContext
    vm_count float
    vm_evacuation_automation_mode str
    id String
    results List<Property Map>
    accountMoid String
    additionalProperties String
    ancestors List<Property Map>
    automationLevel String
    capacity Property Map
    classId String
    createTime String
    datacenter Property Map
    datastoreCount Number
    domainGroupMoid String
    freeSpaceThreshold Number
    hostCount Number
    identity String
    inventoryPath String
    ioLatencyThreshold Number
    ioLoadBalanceAutomationMode String
    ioLoadImbalanceThreshold Number
    ioMetricsEnabled Boolean
    minSpaceUtilizationDifference Number
    modTime String
    moid String
    name String
    objectType String
    owners List<String>
    parent Property Map
    permissionResources List<Property Map>
    policyEnforcementAutomationMode String
    registeredDevice Property Map
    reservablePercentThreshold Number
    ruleEnforcementAutomationMode String
    sharedScope String
    spaceLoadBalanceAutomationMode String
    spaceThresholdMode String
    status String
    storageDrsEnabled Boolean
    tags List<Property Map>
    type String
    utilizedSpaceThreshold Number
    versionContext Property Map
    vmCount Number
    vmEvacuationAutomationMode String

    Supporting Types

    GetVirtualizationVmwareDatastoreClusterAncestor

    AdditionalProperties string
    ClassId string
    The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
    Moid string
    The unique identifier of this Managed Object instance.
    ObjectType string
    The fully-qualified name of the remote type referred by this relationship.
    Selector string
    An OData $filter expression which describes the REST resource to be referenced. This field may be set instead of 'moid' by clients.

    1. If 'moid' is set this field is ignored.
    2. If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
    AdditionalProperties string
    ClassId string
    The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
    Moid string
    The unique identifier of this Managed Object instance.
    ObjectType string
    The fully-qualified name of the remote type referred by this relationship.
    Selector string
    An OData $filter expression which describes the REST resource to be referenced. This field may be set instead of 'moid' by clients.

    1. If 'moid' is set this field is ignored.
    2. If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
    additionalProperties String
    classId String
    The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
    moid String
    The unique identifier of this Managed Object instance.
    objectType String
    The fully-qualified name of the remote type referred by this relationship.
    selector String
    An OData $filter expression which describes the REST resource to be referenced. This field may be set instead of 'moid' by clients.

    1. If 'moid' is set this field is ignored.
    2. If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
    additionalProperties string
    classId string
    The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
    moid string
    The unique identifier of this Managed Object instance.
    objectType string
    The fully-qualified name of the remote type referred by this relationship.
    selector string
    An OData $filter expression which describes the REST resource to be referenced. This field may be set instead of 'moid' by clients.

    1. If 'moid' is set this field is ignored.
    2. If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
    additional_properties str
    class_id str
    The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
    moid str
    The unique identifier of this Managed Object instance.
    object_type str
    The fully-qualified name of the remote type referred by this relationship.
    selector str
    An OData $filter expression which describes the REST resource to be referenced. This field may be set instead of 'moid' by clients.

    1. If 'moid' is set this field is ignored.
    2. If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
    additionalProperties String
    classId String
    The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
    moid String
    The unique identifier of this Managed Object instance.
    objectType String
    The fully-qualified name of the remote type referred by this relationship.
    selector String
    An OData $filter expression which describes the REST resource to be referenced. This field may be set instead of 'moid' by clients.

    1. If 'moid' is set this field is ignored.
    2. If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.

    GetVirtualizationVmwareDatastoreClusterCapacity

    AdditionalProperties string
    Capacity double
    The total capacity of the entity (bytes).
    ClassId string
    The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
    Free double
    Free storage space remaining in the entity (bytes) as a point-in-time snapshot. The available space is reported for an entity (such as Host or Cluster) when inventory data is collected for that entity. As part of the inventory data, a snapshot of the free and used storage capacity is also reported.
    ObjectType string
    The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
    Used double
    Spaced already used by this entity (bytes), as a point-in-time snapshot.
    AdditionalProperties string
    Capacity float64
    The total capacity of the entity (bytes).
    ClassId string
    The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
    Free float64
    Free storage space remaining in the entity (bytes) as a point-in-time snapshot. The available space is reported for an entity (such as Host or Cluster) when inventory data is collected for that entity. As part of the inventory data, a snapshot of the free and used storage capacity is also reported.
    ObjectType string
    The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
    Used float64
    Spaced already used by this entity (bytes), as a point-in-time snapshot.
    additionalProperties String
    capacity Double
    The total capacity of the entity (bytes).
    classId String
    The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
    free Double
    Free storage space remaining in the entity (bytes) as a point-in-time snapshot. The available space is reported for an entity (such as Host or Cluster) when inventory data is collected for that entity. As part of the inventory data, a snapshot of the free and used storage capacity is also reported.
    objectType String
    The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
    used Double
    Spaced already used by this entity (bytes), as a point-in-time snapshot.
    additionalProperties string
    capacity number
    The total capacity of the entity (bytes).
    classId string
    The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
    free number
    Free storage space remaining in the entity (bytes) as a point-in-time snapshot. The available space is reported for an entity (such as Host or Cluster) when inventory data is collected for that entity. As part of the inventory data, a snapshot of the free and used storage capacity is also reported.
    objectType string
    The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
    used number
    Spaced already used by this entity (bytes), as a point-in-time snapshot.
    additional_properties str
    capacity float
    The total capacity of the entity (bytes).
    class_id str
    The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
    free float
    Free storage space remaining in the entity (bytes) as a point-in-time snapshot. The available space is reported for an entity (such as Host or Cluster) when inventory data is collected for that entity. As part of the inventory data, a snapshot of the free and used storage capacity is also reported.
    object_type str
    The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
    used float
    Spaced already used by this entity (bytes), as a point-in-time snapshot.
    additionalProperties String
    capacity Number
    The total capacity of the entity (bytes).
    classId String
    The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
    free Number
    Free storage space remaining in the entity (bytes) as a point-in-time snapshot. The available space is reported for an entity (such as Host or Cluster) when inventory data is collected for that entity. As part of the inventory data, a snapshot of the free and used storage capacity is also reported.
    objectType String
    The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
    used Number
    Spaced already used by this entity (bytes), as a point-in-time snapshot.

    GetVirtualizationVmwareDatastoreClusterDatacenter

    AdditionalProperties string
    ClassId string
    The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
    Moid string
    The unique identifier of this Managed Object instance.
    ObjectType string
    The fully-qualified name of the remote type referred by this relationship.
    Selector string
    An OData $filter expression which describes the REST resource to be referenced. This field may be set instead of 'moid' by clients.

    1. If 'moid' is set this field is ignored.
    2. If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
    AdditionalProperties string
    ClassId string
    The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
    Moid string
    The unique identifier of this Managed Object instance.
    ObjectType string
    The fully-qualified name of the remote type referred by this relationship.
    Selector string
    An OData $filter expression which describes the REST resource to be referenced. This field may be set instead of 'moid' by clients.

    1. If 'moid' is set this field is ignored.
    2. If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
    additionalProperties String
    classId String
    The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
    moid String
    The unique identifier of this Managed Object instance.
    objectType String
    The fully-qualified name of the remote type referred by this relationship.
    selector String
    An OData $filter expression which describes the REST resource to be referenced. This field may be set instead of 'moid' by clients.

    1. If 'moid' is set this field is ignored.
    2. If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
    additionalProperties string
    classId string
    The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
    moid string
    The unique identifier of this Managed Object instance.
    objectType string
    The fully-qualified name of the remote type referred by this relationship.
    selector string
    An OData $filter expression which describes the REST resource to be referenced. This field may be set instead of 'moid' by clients.

    1. If 'moid' is set this field is ignored.
    2. If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
    additional_properties str
    class_id str
    The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
    moid str
    The unique identifier of this Managed Object instance.
    object_type str
    The fully-qualified name of the remote type referred by this relationship.
    selector str
    An OData $filter expression which describes the REST resource to be referenced. This field may be set instead of 'moid' by clients.

    1. If 'moid' is set this field is ignored.
    2. If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
    additionalProperties String
    classId String
    The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
    moid String
    The unique identifier of this Managed Object instance.
    objectType String
    The fully-qualified name of the remote type referred by this relationship.
    selector String
    An OData $filter expression which describes the REST resource to be referenced. This field may be set instead of 'moid' by clients.

    1. If 'moid' is set this field is ignored.
    2. If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.

    GetVirtualizationVmwareDatastoreClusterParent

    AdditionalProperties string
    ClassId string
    The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
    Moid string
    The unique identifier of this Managed Object instance.
    ObjectType string
    The fully-qualified name of the remote type referred by this relationship.
    Selector string
    An OData $filter expression which describes the REST resource to be referenced. This field may be set instead of 'moid' by clients.

    1. If 'moid' is set this field is ignored.
    2. If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
    AdditionalProperties string
    ClassId string
    The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
    Moid string
    The unique identifier of this Managed Object instance.
    ObjectType string
    The fully-qualified name of the remote type referred by this relationship.
    Selector string
    An OData $filter expression which describes the REST resource to be referenced. This field may be set instead of 'moid' by clients.

    1. If 'moid' is set this field is ignored.
    2. If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
    additionalProperties String
    classId String
    The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
    moid String
    The unique identifier of this Managed Object instance.
    objectType String
    The fully-qualified name of the remote type referred by this relationship.
    selector String
    An OData $filter expression which describes the REST resource to be referenced. This field may be set instead of 'moid' by clients.

    1. If 'moid' is set this field is ignored.
    2. If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
    additionalProperties string
    classId string
    The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
    moid string
    The unique identifier of this Managed Object instance.
    objectType string
    The fully-qualified name of the remote type referred by this relationship.
    selector string
    An OData $filter expression which describes the REST resource to be referenced. This field may be set instead of 'moid' by clients.

    1. If 'moid' is set this field is ignored.
    2. If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
    additional_properties str
    class_id str
    The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
    moid str
    The unique identifier of this Managed Object instance.
    object_type str
    The fully-qualified name of the remote type referred by this relationship.
    selector str
    An OData $filter expression which describes the REST resource to be referenced. This field may be set instead of 'moid' by clients.

    1. If 'moid' is set this field is ignored.
    2. If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
    additionalProperties String
    classId String
    The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
    moid String
    The unique identifier of this Managed Object instance.
    objectType String
    The fully-qualified name of the remote type referred by this relationship.
    selector String
    An OData $filter expression which describes the REST resource to be referenced. This field may be set instead of 'moid' by clients.

    1. If 'moid' is set this field is ignored.
    2. If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.

    GetVirtualizationVmwareDatastoreClusterPermissionResource

    AdditionalProperties string
    ClassId string
    The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
    Moid string
    The unique identifier of this Managed Object instance.
    ObjectType string
    The fully-qualified name of the remote type referred by this relationship.
    Selector string
    An OData $filter expression which describes the REST resource to be referenced. This field may be set instead of 'moid' by clients.

    1. If 'moid' is set this field is ignored.
    2. If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
    AdditionalProperties string
    ClassId string
    The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
    Moid string
    The unique identifier of this Managed Object instance.
    ObjectType string
    The fully-qualified name of the remote type referred by this relationship.
    Selector string
    An OData $filter expression which describes the REST resource to be referenced. This field may be set instead of 'moid' by clients.

    1. If 'moid' is set this field is ignored.
    2. If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
    additionalProperties String
    classId String
    The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
    moid String
    The unique identifier of this Managed Object instance.
    objectType String
    The fully-qualified name of the remote type referred by this relationship.
    selector String
    An OData $filter expression which describes the REST resource to be referenced. This field may be set instead of 'moid' by clients.

    1. If 'moid' is set this field is ignored.
    2. If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
    additionalProperties string
    classId string
    The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
    moid string
    The unique identifier of this Managed Object instance.
    objectType string
    The fully-qualified name of the remote type referred by this relationship.
    selector string
    An OData $filter expression which describes the REST resource to be referenced. This field may be set instead of 'moid' by clients.

    1. If 'moid' is set this field is ignored.
    2. If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
    additional_properties str
    class_id str
    The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
    moid str
    The unique identifier of this Managed Object instance.
    object_type str
    The fully-qualified name of the remote type referred by this relationship.
    selector str
    An OData $filter expression which describes the REST resource to be referenced. This field may be set instead of 'moid' by clients.

    1. If 'moid' is set this field is ignored.
    2. If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
    additionalProperties String
    classId String
    The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
    moid String
    The unique identifier of this Managed Object instance.
    objectType String
    The fully-qualified name of the remote type referred by this relationship.
    selector String
    An OData $filter expression which describes the REST resource to be referenced. This field may be set instead of 'moid' by clients.

    1. If 'moid' is set this field is ignored.
    2. If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.

    GetVirtualizationVmwareDatastoreClusterRegisteredDevice

    AdditionalProperties string
    ClassId string
    The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
    Moid string
    The unique identifier of this Managed Object instance.
    ObjectType string
    The fully-qualified name of the remote type referred by this relationship.
    Selector string
    An OData $filter expression which describes the REST resource to be referenced. This field may be set instead of 'moid' by clients.

    1. If 'moid' is set this field is ignored.
    2. If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
    AdditionalProperties string
    ClassId string
    The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
    Moid string
    The unique identifier of this Managed Object instance.
    ObjectType string
    The fully-qualified name of the remote type referred by this relationship.
    Selector string
    An OData $filter expression which describes the REST resource to be referenced. This field may be set instead of 'moid' by clients.

    1. If 'moid' is set this field is ignored.
    2. If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
    additionalProperties String
    classId String
    The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
    moid String
    The unique identifier of this Managed Object instance.
    objectType String
    The fully-qualified name of the remote type referred by this relationship.
    selector String
    An OData $filter expression which describes the REST resource to be referenced. This field may be set instead of 'moid' by clients.

    1. If 'moid' is set this field is ignored.
    2. If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
    additionalProperties string
    classId string
    The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
    moid string
    The unique identifier of this Managed Object instance.
    objectType string
    The fully-qualified name of the remote type referred by this relationship.
    selector string
    An OData $filter expression which describes the REST resource to be referenced. This field may be set instead of 'moid' by clients.

    1. If 'moid' is set this field is ignored.
    2. If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
    additional_properties str
    class_id str
    The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
    moid str
    The unique identifier of this Managed Object instance.
    object_type str
    The fully-qualified name of the remote type referred by this relationship.
    selector str
    An OData $filter expression which describes the REST resource to be referenced. This field may be set instead of 'moid' by clients.

    1. If 'moid' is set this field is ignored.
    2. If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
    additionalProperties String
    classId String
    The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
    moid String
    The unique identifier of this Managed Object instance.
    objectType String
    The fully-qualified name of the remote type referred by this relationship.
    selector String
    An OData $filter expression which describes the REST resource to be referenced. This field may be set instead of 'moid' by clients.

    1. If 'moid' is set this field is ignored.
    2. If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.

    GetVirtualizationVmwareDatastoreClusterResult

    AccountMoid string
    The Account ID for this managed object.
    AdditionalProperties string
    Ancestors List<GetVirtualizationVmwareDatastoreClusterResultAncestor>
    AutomationLevel string
    The global automation level for all virtual machines in this datastore cluster.
    Capacities List<GetVirtualizationVmwareDatastoreClusterResultCapacity>
    ClassId string
    CreateTime string
    The time when this managed object was created.
    Datacenters List<GetVirtualizationVmwareDatastoreClusterResultDatacenter>
    DatastoreCount double
    Number of datastores present in this datastore cluster.
    DomainGroupMoid string
    The DomainGroup ID for this managed object.
    FreeSpaceThreshold double
    Minimum level of free space for each datastore that is the threshold for action.
    HostCount double
    Number of hosts attached to or supported-by this datastore cluster.
    Identity string
    The internally generated identity of this datastore cluster. This entity is not manipulated by users. It aids in uniquely identifying the datastore cluster object. For VMware, this is an MOR (managed object reference).
    InventoryPath string
    Inventory path of the Datastore Cluster.
    IoLatencyThreshold double
    Minimum I/O latency for each datastore below which I/O load balancing moves are not considered.
    IoLoadBalanceAutomationMode string
    Storage DRS behavior when it generates recommendations for correcting I/O load imbalance in a datastore cluster.
    IoLoadImbalanceThreshold double
    Amount of imbalance that Storage DRS should tolerate.
    IoMetricsEnabled bool
    Is I/O Metrics enabled for this datastore cluster.
    MinSpaceUtilizationDifference double
    Specify how much of an improvement DRS should look for before making a recommendation or performing a migration.
    ModTime string
    The time when this managed object was last modified.
    Moid string
    The unique identifier of this Managed Object instance.
    Name string
    Name of the Datastore Cluster.
    ObjectType string
    Owners List<string>
    Parents List<GetVirtualizationVmwareDatastoreClusterResultParent>
    PermissionResources List<GetVirtualizationVmwareDatastoreClusterResultPermissionResource>
    PolicyEnforcementAutomationMode string
    Storage DRS behavior when it generates recommendations for correcting storage and VM policy violations in a datastore cluster.
    RegisteredDevices List<GetVirtualizationVmwareDatastoreClusterResultRegisteredDevice>
    ReservablePercentThreshold double
    Storage DRS makes storage migration recommendations if total IOPs reservation of all VMs running on a datastore is higher than the specified threshold.
    RuleEnforcementAutomationMode string
    Storage DRS behavior when it generates recommendations for correcting affinity rule violations in a datastore cluster.
    SharedScope string
    Intersight provides pre-built workflows, tasks and policies to end users through global catalogs.Objects that are made available through global catalogs are said to have a 'shared' ownership. Shared objects are either made globally available to all end users or restricted to end users based on their license entitlement. Users can use this property to differentiate the scope (global or a specific license tier) to which a shared MO belongs.
    SpaceLoadBalanceAutomationMode string
    Storage DRS behavior when it generates recommendations for correcting space load imbalance in a datastore cluster.
    SpaceThresholdMode string
    Runtime thresholds govern when Storage DRS performs or recommends migrations.
    Status string
    Datastore cluster health status, as reported by the hypervisor platform.* Unknown - Entity status is unknown.* Degraded - State is degraded, and might impact normal operation of the entity.* Critical - Entity is in a critical state, impacting operations.* Ok - Entity status is in a stable state, operating normally.
    StorageDrsEnabled bool
    Is Storage DRS enabled for this datastore cluster.
    Tags List<GetVirtualizationVmwareDatastoreClusterResultTag>
    Type string
    Type of the Datastore Cluster.* Unknown - The nature of the file system is unknown.* VMFS - It is a Virtual Machine Filesystem.* NFS - It is a Network File System.* vSAN - It is a virtual Storage Area Network file system.* VirtualVolume - A Virtual Volume datastore represents a storage container in a hypervisor server.
    UtilizedSpaceThreshold double
    Minimum level of consumed space for each datastore that is the threshold for action.
    VersionContexts List<GetVirtualizationVmwareDatastoreClusterResultVersionContext>
    VmCount double
    Number of virtual machines relying on (using) this datastore cluster.
    VmEvacuationAutomationMode string
    Storage DRS behavior when it generates recommendations for VM evacuations from datastores in a datastore cluster.
    AccountMoid string
    The Account ID for this managed object.
    AdditionalProperties string
    Ancestors []GetVirtualizationVmwareDatastoreClusterResultAncestor
    AutomationLevel string
    The global automation level for all virtual machines in this datastore cluster.
    Capacities []GetVirtualizationVmwareDatastoreClusterResultCapacity
    ClassId string
    CreateTime string
    The time when this managed object was created.
    Datacenters []GetVirtualizationVmwareDatastoreClusterResultDatacenter
    DatastoreCount float64
    Number of datastores present in this datastore cluster.
    DomainGroupMoid string
    The DomainGroup ID for this managed object.
    FreeSpaceThreshold float64
    Minimum level of free space for each datastore that is the threshold for action.
    HostCount float64
    Number of hosts attached to or supported-by this datastore cluster.
    Identity string
    The internally generated identity of this datastore cluster. This entity is not manipulated by users. It aids in uniquely identifying the datastore cluster object. For VMware, this is an MOR (managed object reference).
    InventoryPath string
    Inventory path of the Datastore Cluster.
    IoLatencyThreshold float64
    Minimum I/O latency for each datastore below which I/O load balancing moves are not considered.
    IoLoadBalanceAutomationMode string
    Storage DRS behavior when it generates recommendations for correcting I/O load imbalance in a datastore cluster.
    IoLoadImbalanceThreshold float64
    Amount of imbalance that Storage DRS should tolerate.
    IoMetricsEnabled bool
    Is I/O Metrics enabled for this datastore cluster.
    MinSpaceUtilizationDifference float64
    Specify how much of an improvement DRS should look for before making a recommendation or performing a migration.
    ModTime string
    The time when this managed object was last modified.
    Moid string
    The unique identifier of this Managed Object instance.
    Name string
    Name of the Datastore Cluster.
    ObjectType string
    Owners []string
    Parents []GetVirtualizationVmwareDatastoreClusterResultParent
    PermissionResources []GetVirtualizationVmwareDatastoreClusterResultPermissionResource
    PolicyEnforcementAutomationMode string
    Storage DRS behavior when it generates recommendations for correcting storage and VM policy violations in a datastore cluster.
    RegisteredDevices []GetVirtualizationVmwareDatastoreClusterResultRegisteredDevice
    ReservablePercentThreshold float64
    Storage DRS makes storage migration recommendations if total IOPs reservation of all VMs running on a datastore is higher than the specified threshold.
    RuleEnforcementAutomationMode string
    Storage DRS behavior when it generates recommendations for correcting affinity rule violations in a datastore cluster.
    SharedScope string
    Intersight provides pre-built workflows, tasks and policies to end users through global catalogs.Objects that are made available through global catalogs are said to have a 'shared' ownership. Shared objects are either made globally available to all end users or restricted to end users based on their license entitlement. Users can use this property to differentiate the scope (global or a specific license tier) to which a shared MO belongs.
    SpaceLoadBalanceAutomationMode string
    Storage DRS behavior when it generates recommendations for correcting space load imbalance in a datastore cluster.
    SpaceThresholdMode string
    Runtime thresholds govern when Storage DRS performs or recommends migrations.
    Status string
    Datastore cluster health status, as reported by the hypervisor platform.* Unknown - Entity status is unknown.* Degraded - State is degraded, and might impact normal operation of the entity.* Critical - Entity is in a critical state, impacting operations.* Ok - Entity status is in a stable state, operating normally.
    StorageDrsEnabled bool
    Is Storage DRS enabled for this datastore cluster.
    Tags []GetVirtualizationVmwareDatastoreClusterResultTag
    Type string
    Type of the Datastore Cluster.* Unknown - The nature of the file system is unknown.* VMFS - It is a Virtual Machine Filesystem.* NFS - It is a Network File System.* vSAN - It is a virtual Storage Area Network file system.* VirtualVolume - A Virtual Volume datastore represents a storage container in a hypervisor server.
    UtilizedSpaceThreshold float64
    Minimum level of consumed space for each datastore that is the threshold for action.
    VersionContexts []GetVirtualizationVmwareDatastoreClusterResultVersionContext
    VmCount float64
    Number of virtual machines relying on (using) this datastore cluster.
    VmEvacuationAutomationMode string
    Storage DRS behavior when it generates recommendations for VM evacuations from datastores in a datastore cluster.
    accountMoid String
    The Account ID for this managed object.
    additionalProperties String
    ancestors List<GetVirtualizationVmwareDatastoreClusterResultAncestor>
    automationLevel String
    The global automation level for all virtual machines in this datastore cluster.
    capacities List<GetVirtualizationVmwareDatastoreClusterResultCapacity>
    classId String
    createTime String
    The time when this managed object was created.
    datacenters List<GetVirtualizationVmwareDatastoreClusterResultDatacenter>
    datastoreCount Double
    Number of datastores present in this datastore cluster.
    domainGroupMoid String
    The DomainGroup ID for this managed object.
    freeSpaceThreshold Double
    Minimum level of free space for each datastore that is the threshold for action.
    hostCount Double
    Number of hosts attached to or supported-by this datastore cluster.
    identity String
    The internally generated identity of this datastore cluster. This entity is not manipulated by users. It aids in uniquely identifying the datastore cluster object. For VMware, this is an MOR (managed object reference).
    inventoryPath String
    Inventory path of the Datastore Cluster.
    ioLatencyThreshold Double
    Minimum I/O latency for each datastore below which I/O load balancing moves are not considered.
    ioLoadBalanceAutomationMode String
    Storage DRS behavior when it generates recommendations for correcting I/O load imbalance in a datastore cluster.
    ioLoadImbalanceThreshold Double
    Amount of imbalance that Storage DRS should tolerate.
    ioMetricsEnabled Boolean
    Is I/O Metrics enabled for this datastore cluster.
    minSpaceUtilizationDifference Double
    Specify how much of an improvement DRS should look for before making a recommendation or performing a migration.
    modTime String
    The time when this managed object was last modified.
    moid String
    The unique identifier of this Managed Object instance.
    name String
    Name of the Datastore Cluster.
    objectType String
    owners List<String>
    parents List<GetVirtualizationVmwareDatastoreClusterResultParent>
    permissionResources List<GetVirtualizationVmwareDatastoreClusterResultPermissionResource>
    policyEnforcementAutomationMode String
    Storage DRS behavior when it generates recommendations for correcting storage and VM policy violations in a datastore cluster.
    registeredDevices List<GetVirtualizationVmwareDatastoreClusterResultRegisteredDevice>
    reservablePercentThreshold Double
    Storage DRS makes storage migration recommendations if total IOPs reservation of all VMs running on a datastore is higher than the specified threshold.
    ruleEnforcementAutomationMode String
    Storage DRS behavior when it generates recommendations for correcting affinity rule violations in a datastore cluster.
    sharedScope String
    Intersight provides pre-built workflows, tasks and policies to end users through global catalogs.Objects that are made available through global catalogs are said to have a 'shared' ownership. Shared objects are either made globally available to all end users or restricted to end users based on their license entitlement. Users can use this property to differentiate the scope (global or a specific license tier) to which a shared MO belongs.
    spaceLoadBalanceAutomationMode String
    Storage DRS behavior when it generates recommendations for correcting space load imbalance in a datastore cluster.
    spaceThresholdMode String
    Runtime thresholds govern when Storage DRS performs or recommends migrations.
    status String
    Datastore cluster health status, as reported by the hypervisor platform.* Unknown - Entity status is unknown.* Degraded - State is degraded, and might impact normal operation of the entity.* Critical - Entity is in a critical state, impacting operations.* Ok - Entity status is in a stable state, operating normally.
    storageDrsEnabled Boolean
    Is Storage DRS enabled for this datastore cluster.
    tags List<GetVirtualizationVmwareDatastoreClusterResultTag>
    type String
    Type of the Datastore Cluster.* Unknown - The nature of the file system is unknown.* VMFS - It is a Virtual Machine Filesystem.* NFS - It is a Network File System.* vSAN - It is a virtual Storage Area Network file system.* VirtualVolume - A Virtual Volume datastore represents a storage container in a hypervisor server.
    utilizedSpaceThreshold Double
    Minimum level of consumed space for each datastore that is the threshold for action.
    versionContexts List<GetVirtualizationVmwareDatastoreClusterResultVersionContext>
    vmCount Double
    Number of virtual machines relying on (using) this datastore cluster.
    vmEvacuationAutomationMode String
    Storage DRS behavior when it generates recommendations for VM evacuations from datastores in a datastore cluster.
    accountMoid string
    The Account ID for this managed object.
    additionalProperties string
    ancestors GetVirtualizationVmwareDatastoreClusterResultAncestor[]
    automationLevel string
    The global automation level for all virtual machines in this datastore cluster.
    capacities GetVirtualizationVmwareDatastoreClusterResultCapacity[]
    classId string
    createTime string
    The time when this managed object was created.
    datacenters GetVirtualizationVmwareDatastoreClusterResultDatacenter[]
    datastoreCount number
    Number of datastores present in this datastore cluster.
    domainGroupMoid string
    The DomainGroup ID for this managed object.
    freeSpaceThreshold number
    Minimum level of free space for each datastore that is the threshold for action.
    hostCount number
    Number of hosts attached to or supported-by this datastore cluster.
    identity string
    The internally generated identity of this datastore cluster. This entity is not manipulated by users. It aids in uniquely identifying the datastore cluster object. For VMware, this is an MOR (managed object reference).
    inventoryPath string
    Inventory path of the Datastore Cluster.
    ioLatencyThreshold number
    Minimum I/O latency for each datastore below which I/O load balancing moves are not considered.
    ioLoadBalanceAutomationMode string
    Storage DRS behavior when it generates recommendations for correcting I/O load imbalance in a datastore cluster.
    ioLoadImbalanceThreshold number
    Amount of imbalance that Storage DRS should tolerate.
    ioMetricsEnabled boolean
    Is I/O Metrics enabled for this datastore cluster.
    minSpaceUtilizationDifference number
    Specify how much of an improvement DRS should look for before making a recommendation or performing a migration.
    modTime string
    The time when this managed object was last modified.
    moid string
    The unique identifier of this Managed Object instance.
    name string
    Name of the Datastore Cluster.
    objectType string
    owners string[]
    parents GetVirtualizationVmwareDatastoreClusterResultParent[]
    permissionResources GetVirtualizationVmwareDatastoreClusterResultPermissionResource[]
    policyEnforcementAutomationMode string
    Storage DRS behavior when it generates recommendations for correcting storage and VM policy violations in a datastore cluster.
    registeredDevices GetVirtualizationVmwareDatastoreClusterResultRegisteredDevice[]
    reservablePercentThreshold number
    Storage DRS makes storage migration recommendations if total IOPs reservation of all VMs running on a datastore is higher than the specified threshold.
    ruleEnforcementAutomationMode string
    Storage DRS behavior when it generates recommendations for correcting affinity rule violations in a datastore cluster.
    sharedScope string
    Intersight provides pre-built workflows, tasks and policies to end users through global catalogs.Objects that are made available through global catalogs are said to have a 'shared' ownership. Shared objects are either made globally available to all end users or restricted to end users based on their license entitlement. Users can use this property to differentiate the scope (global or a specific license tier) to which a shared MO belongs.
    spaceLoadBalanceAutomationMode string
    Storage DRS behavior when it generates recommendations for correcting space load imbalance in a datastore cluster.
    spaceThresholdMode string
    Runtime thresholds govern when Storage DRS performs or recommends migrations.
    status string
    Datastore cluster health status, as reported by the hypervisor platform.* Unknown - Entity status is unknown.* Degraded - State is degraded, and might impact normal operation of the entity.* Critical - Entity is in a critical state, impacting operations.* Ok - Entity status is in a stable state, operating normally.
    storageDrsEnabled boolean
    Is Storage DRS enabled for this datastore cluster.
    tags GetVirtualizationVmwareDatastoreClusterResultTag[]
    type string
    Type of the Datastore Cluster.* Unknown - The nature of the file system is unknown.* VMFS - It is a Virtual Machine Filesystem.* NFS - It is a Network File System.* vSAN - It is a virtual Storage Area Network file system.* VirtualVolume - A Virtual Volume datastore represents a storage container in a hypervisor server.
    utilizedSpaceThreshold number
    Minimum level of consumed space for each datastore that is the threshold for action.
    versionContexts GetVirtualizationVmwareDatastoreClusterResultVersionContext[]
    vmCount number
    Number of virtual machines relying on (using) this datastore cluster.
    vmEvacuationAutomationMode string
    Storage DRS behavior when it generates recommendations for VM evacuations from datastores in a datastore cluster.
    account_moid str
    The Account ID for this managed object.
    additional_properties str
    ancestors Sequence[GetVirtualizationVmwareDatastoreClusterResultAncestor]
    automation_level str
    The global automation level for all virtual machines in this datastore cluster.
    capacities Sequence[GetVirtualizationVmwareDatastoreClusterResultCapacity]
    class_id str
    create_time str
    The time when this managed object was created.
    datacenters Sequence[GetVirtualizationVmwareDatastoreClusterResultDatacenter]
    datastore_count float
    Number of datastores present in this datastore cluster.
    domain_group_moid str
    The DomainGroup ID for this managed object.
    free_space_threshold float
    Minimum level of free space for each datastore that is the threshold for action.
    host_count float
    Number of hosts attached to or supported-by this datastore cluster.
    identity str
    The internally generated identity of this datastore cluster. This entity is not manipulated by users. It aids in uniquely identifying the datastore cluster object. For VMware, this is an MOR (managed object reference).
    inventory_path str
    Inventory path of the Datastore Cluster.
    io_latency_threshold float
    Minimum I/O latency for each datastore below which I/O load balancing moves are not considered.
    io_load_balance_automation_mode str
    Storage DRS behavior when it generates recommendations for correcting I/O load imbalance in a datastore cluster.
    io_load_imbalance_threshold float
    Amount of imbalance that Storage DRS should tolerate.
    io_metrics_enabled bool
    Is I/O Metrics enabled for this datastore cluster.
    min_space_utilization_difference float
    Specify how much of an improvement DRS should look for before making a recommendation or performing a migration.
    mod_time str
    The time when this managed object was last modified.
    moid str
    The unique identifier of this Managed Object instance.
    name str
    Name of the Datastore Cluster.
    object_type str
    owners Sequence[str]
    parents Sequence[GetVirtualizationVmwareDatastoreClusterResultParent]
    permission_resources Sequence[GetVirtualizationVmwareDatastoreClusterResultPermissionResource]
    policy_enforcement_automation_mode str
    Storage DRS behavior when it generates recommendations for correcting storage and VM policy violations in a datastore cluster.
    registered_devices Sequence[GetVirtualizationVmwareDatastoreClusterResultRegisteredDevice]
    reservable_percent_threshold float
    Storage DRS makes storage migration recommendations if total IOPs reservation of all VMs running on a datastore is higher than the specified threshold.
    rule_enforcement_automation_mode str
    Storage DRS behavior when it generates recommendations for correcting affinity rule violations in a datastore cluster.
    shared_scope str
    Intersight provides pre-built workflows, tasks and policies to end users through global catalogs.Objects that are made available through global catalogs are said to have a 'shared' ownership. Shared objects are either made globally available to all end users or restricted to end users based on their license entitlement. Users can use this property to differentiate the scope (global or a specific license tier) to which a shared MO belongs.
    space_load_balance_automation_mode str
    Storage DRS behavior when it generates recommendations for correcting space load imbalance in a datastore cluster.
    space_threshold_mode str
    Runtime thresholds govern when Storage DRS performs or recommends migrations.
    status str
    Datastore cluster health status, as reported by the hypervisor platform.* Unknown - Entity status is unknown.* Degraded - State is degraded, and might impact normal operation of the entity.* Critical - Entity is in a critical state, impacting operations.* Ok - Entity status is in a stable state, operating normally.
    storage_drs_enabled bool
    Is Storage DRS enabled for this datastore cluster.
    tags Sequence[GetVirtualizationVmwareDatastoreClusterResultTag]
    type str
    Type of the Datastore Cluster.* Unknown - The nature of the file system is unknown.* VMFS - It is a Virtual Machine Filesystem.* NFS - It is a Network File System.* vSAN - It is a virtual Storage Area Network file system.* VirtualVolume - A Virtual Volume datastore represents a storage container in a hypervisor server.
    utilized_space_threshold float
    Minimum level of consumed space for each datastore that is the threshold for action.
    version_contexts Sequence[GetVirtualizationVmwareDatastoreClusterResultVersionContext]
    vm_count float
    Number of virtual machines relying on (using) this datastore cluster.
    vm_evacuation_automation_mode str
    Storage DRS behavior when it generates recommendations for VM evacuations from datastores in a datastore cluster.
    accountMoid String
    The Account ID for this managed object.
    additionalProperties String
    ancestors List<Property Map>
    automationLevel String
    The global automation level for all virtual machines in this datastore cluster.
    capacities List<Property Map>
    classId String
    createTime String
    The time when this managed object was created.
    datacenters List<Property Map>
    datastoreCount Number
    Number of datastores present in this datastore cluster.
    domainGroupMoid String
    The DomainGroup ID for this managed object.
    freeSpaceThreshold Number
    Minimum level of free space for each datastore that is the threshold for action.
    hostCount Number
    Number of hosts attached to or supported-by this datastore cluster.
    identity String
    The internally generated identity of this datastore cluster. This entity is not manipulated by users. It aids in uniquely identifying the datastore cluster object. For VMware, this is an MOR (managed object reference).
    inventoryPath String
    Inventory path of the Datastore Cluster.
    ioLatencyThreshold Number
    Minimum I/O latency for each datastore below which I/O load balancing moves are not considered.
    ioLoadBalanceAutomationMode String
    Storage DRS behavior when it generates recommendations for correcting I/O load imbalance in a datastore cluster.
    ioLoadImbalanceThreshold Number
    Amount of imbalance that Storage DRS should tolerate.
    ioMetricsEnabled Boolean
    Is I/O Metrics enabled for this datastore cluster.
    minSpaceUtilizationDifference Number
    Specify how much of an improvement DRS should look for before making a recommendation or performing a migration.
    modTime String
    The time when this managed object was last modified.
    moid String
    The unique identifier of this Managed Object instance.
    name String
    Name of the Datastore Cluster.
    objectType String
    owners List<String>
    parents List<Property Map>
    permissionResources List<Property Map>
    policyEnforcementAutomationMode String
    Storage DRS behavior when it generates recommendations for correcting storage and VM policy violations in a datastore cluster.
    registeredDevices List<Property Map>
    reservablePercentThreshold Number
    Storage DRS makes storage migration recommendations if total IOPs reservation of all VMs running on a datastore is higher than the specified threshold.
    ruleEnforcementAutomationMode String
    Storage DRS behavior when it generates recommendations for correcting affinity rule violations in a datastore cluster.
    sharedScope String
    Intersight provides pre-built workflows, tasks and policies to end users through global catalogs.Objects that are made available through global catalogs are said to have a 'shared' ownership. Shared objects are either made globally available to all end users or restricted to end users based on their license entitlement. Users can use this property to differentiate the scope (global or a specific license tier) to which a shared MO belongs.
    spaceLoadBalanceAutomationMode String
    Storage DRS behavior when it generates recommendations for correcting space load imbalance in a datastore cluster.
    spaceThresholdMode String
    Runtime thresholds govern when Storage DRS performs or recommends migrations.
    status String
    Datastore cluster health status, as reported by the hypervisor platform.* Unknown - Entity status is unknown.* Degraded - State is degraded, and might impact normal operation of the entity.* Critical - Entity is in a critical state, impacting operations.* Ok - Entity status is in a stable state, operating normally.
    storageDrsEnabled Boolean
    Is Storage DRS enabled for this datastore cluster.
    tags List<Property Map>
    type String
    Type of the Datastore Cluster.* Unknown - The nature of the file system is unknown.* VMFS - It is a Virtual Machine Filesystem.* NFS - It is a Network File System.* vSAN - It is a virtual Storage Area Network file system.* VirtualVolume - A Virtual Volume datastore represents a storage container in a hypervisor server.
    utilizedSpaceThreshold Number
    Minimum level of consumed space for each datastore that is the threshold for action.
    versionContexts List<Property Map>
    vmCount Number
    Number of virtual machines relying on (using) this datastore cluster.
    vmEvacuationAutomationMode String
    Storage DRS behavior when it generates recommendations for VM evacuations from datastores in a datastore cluster.

    GetVirtualizationVmwareDatastoreClusterResultAncestor

    AdditionalProperties string
    ClassId string
    Moid string
    The unique identifier of this Managed Object instance.
    ObjectType string
    Selector string
    AdditionalProperties string
    ClassId string
    Moid string
    The unique identifier of this Managed Object instance.
    ObjectType string
    Selector string
    additionalProperties String
    classId String
    moid String
    The unique identifier of this Managed Object instance.
    objectType String
    selector String
    additionalProperties string
    classId string
    moid string
    The unique identifier of this Managed Object instance.
    objectType string
    selector string
    additional_properties str
    class_id str
    moid str
    The unique identifier of this Managed Object instance.
    object_type str
    selector str
    additionalProperties String
    classId String
    moid String
    The unique identifier of this Managed Object instance.
    objectType String
    selector String

    GetVirtualizationVmwareDatastoreClusterResultCapacity

    AdditionalProperties string
    Capacity double
    ClassId string
    Free double
    ObjectType string
    Used double
    AdditionalProperties string
    Capacity float64
    ClassId string
    Free float64
    ObjectType string
    Used float64
    additionalProperties String
    capacity Double
    classId String
    free Double
    objectType String
    used Double
    additionalProperties string
    capacity number
    classId string
    free number
    objectType string
    used number
    additionalProperties String
    capacity Number
    classId String
    free Number
    objectType String
    used Number

    GetVirtualizationVmwareDatastoreClusterResultDatacenter

    AdditionalProperties string
    ClassId string
    Moid string
    The unique identifier of this Managed Object instance.
    ObjectType string
    Selector string
    AdditionalProperties string
    ClassId string
    Moid string
    The unique identifier of this Managed Object instance.
    ObjectType string
    Selector string
    additionalProperties String
    classId String
    moid String
    The unique identifier of this Managed Object instance.
    objectType String
    selector String
    additionalProperties string
    classId string
    moid string
    The unique identifier of this Managed Object instance.
    objectType string
    selector string
    additional_properties str
    class_id str
    moid str
    The unique identifier of this Managed Object instance.
    object_type str
    selector str
    additionalProperties String
    classId String
    moid String
    The unique identifier of this Managed Object instance.
    objectType String
    selector String

    GetVirtualizationVmwareDatastoreClusterResultParent

    AdditionalProperties string
    ClassId string
    Moid string
    The unique identifier of this Managed Object instance.
    ObjectType string
    Selector string
    AdditionalProperties string
    ClassId string
    Moid string
    The unique identifier of this Managed Object instance.
    ObjectType string
    Selector string
    additionalProperties String
    classId String
    moid String
    The unique identifier of this Managed Object instance.
    objectType String
    selector String
    additionalProperties string
    classId string
    moid string
    The unique identifier of this Managed Object instance.
    objectType string
    selector string
    additional_properties str
    class_id str
    moid str
    The unique identifier of this Managed Object instance.
    object_type str
    selector str
    additionalProperties String
    classId String
    moid String
    The unique identifier of this Managed Object instance.
    objectType String
    selector String

    GetVirtualizationVmwareDatastoreClusterResultPermissionResource

    AdditionalProperties string
    ClassId string
    Moid string
    The unique identifier of this Managed Object instance.
    ObjectType string
    Selector string
    AdditionalProperties string
    ClassId string
    Moid string
    The unique identifier of this Managed Object instance.
    ObjectType string
    Selector string
    additionalProperties String
    classId String
    moid String
    The unique identifier of this Managed Object instance.
    objectType String
    selector String
    additionalProperties string
    classId string
    moid string
    The unique identifier of this Managed Object instance.
    objectType string
    selector string
    additional_properties str
    class_id str
    moid str
    The unique identifier of this Managed Object instance.
    object_type str
    selector str
    additionalProperties String
    classId String
    moid String
    The unique identifier of this Managed Object instance.
    objectType String
    selector String

    GetVirtualizationVmwareDatastoreClusterResultRegisteredDevice

    AdditionalProperties string
    ClassId string
    Moid string
    The unique identifier of this Managed Object instance.
    ObjectType string
    Selector string
    AdditionalProperties string
    ClassId string
    Moid string
    The unique identifier of this Managed Object instance.
    ObjectType string
    Selector string
    additionalProperties String
    classId String
    moid String
    The unique identifier of this Managed Object instance.
    objectType String
    selector String
    additionalProperties string
    classId string
    moid string
    The unique identifier of this Managed Object instance.
    objectType string
    selector string
    additional_properties str
    class_id str
    moid str
    The unique identifier of this Managed Object instance.
    object_type str
    selector str
    additionalProperties String
    classId String
    moid String
    The unique identifier of this Managed Object instance.
    objectType String
    selector String

    GetVirtualizationVmwareDatastoreClusterResultTag

    AdditionalProperties string
    Key string
    Value string
    AdditionalProperties string
    Key string
    Value string
    additionalProperties String
    key String
    value String
    additionalProperties string
    key string
    value string
    additionalProperties String
    key String
    value String

    GetVirtualizationVmwareDatastoreClusterResultVersionContext

    GetVirtualizationVmwareDatastoreClusterResultVersionContextInterestedMo

    AdditionalProperties string
    ClassId string
    Moid string
    The unique identifier of this Managed Object instance.
    ObjectType string
    Selector string
    AdditionalProperties string
    ClassId string
    Moid string
    The unique identifier of this Managed Object instance.
    ObjectType string
    Selector string
    additionalProperties String
    classId String
    moid String
    The unique identifier of this Managed Object instance.
    objectType String
    selector String
    additionalProperties string
    classId string
    moid string
    The unique identifier of this Managed Object instance.
    objectType string
    selector string
    additional_properties str
    class_id str
    moid str
    The unique identifier of this Managed Object instance.
    object_type str
    selector str
    additionalProperties String
    classId String
    moid String
    The unique identifier of this Managed Object instance.
    objectType String
    selector String

    GetVirtualizationVmwareDatastoreClusterResultVersionContextRefMo

    AdditionalProperties string
    ClassId string
    Moid string
    The unique identifier of this Managed Object instance.
    ObjectType string
    Selector string
    AdditionalProperties string
    ClassId string
    Moid string
    The unique identifier of this Managed Object instance.
    ObjectType string
    Selector string
    additionalProperties String
    classId String
    moid String
    The unique identifier of this Managed Object instance.
    objectType String
    selector String
    additionalProperties string
    classId string
    moid string
    The unique identifier of this Managed Object instance.
    objectType string
    selector string
    additional_properties str
    class_id str
    moid str
    The unique identifier of this Managed Object instance.
    object_type str
    selector str
    additionalProperties String
    classId String
    moid String
    The unique identifier of this Managed Object instance.
    objectType String
    selector String

    GetVirtualizationVmwareDatastoreClusterTag

    AdditionalProperties string
    Key string
    The string representation of a tag key.
    Value string
    The string representation of a tag value.
    AdditionalProperties string
    Key string
    The string representation of a tag key.
    Value string
    The string representation of a tag value.
    additionalProperties String
    key String
    The string representation of a tag key.
    value String
    The string representation of a tag value.
    additionalProperties string
    key string
    The string representation of a tag key.
    value string
    The string representation of a tag value.
    additional_properties str
    key str
    The string representation of a tag key.
    value str
    The string representation of a tag value.
    additionalProperties String
    key String
    The string representation of a tag key.
    value String
    The string representation of a tag value.

    GetVirtualizationVmwareDatastoreClusterVersionContext

    AdditionalProperties string
    ClassId string
    The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
    InterestedMos List<GetVirtualizationVmwareDatastoreClusterVersionContextInterestedMo>
    MarkedForDeletion bool
    The flag to indicate if snapshot is marked for deletion or not. If flag is set then snapshot will be removed after the successful deployment of the policy.
    NrVersion string
    The version of the Managed Object, e.g. an incrementing number or a hash id.
    ObjectType string
    The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
    RefMo GetVirtualizationVmwareDatastoreClusterVersionContextRefMo
    A reference to the original Managed Object.
    Timestamp string
    The time this versioned Managed Object was created.
    VersionType string
    Specifies type of version. Currently the only supported value is "Configured" that is used to keep track of snapshots of policies and profiles that are intended to be configured to target endpoints.

    • Modified - Version created every time an object is modified.
    • Configured - Version created every time an object is configured to the service profile.
    • Deployed - Version created for objects related to a service profile when it is deployed.
    AdditionalProperties string
    ClassId string
    The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
    InterestedMos []GetVirtualizationVmwareDatastoreClusterVersionContextInterestedMo
    MarkedForDeletion bool
    The flag to indicate if snapshot is marked for deletion or not. If flag is set then snapshot will be removed after the successful deployment of the policy.
    NrVersion string
    The version of the Managed Object, e.g. an incrementing number or a hash id.
    ObjectType string
    The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
    RefMo GetVirtualizationVmwareDatastoreClusterVersionContextRefMo
    A reference to the original Managed Object.
    Timestamp string
    The time this versioned Managed Object was created.
    VersionType string
    Specifies type of version. Currently the only supported value is "Configured" that is used to keep track of snapshots of policies and profiles that are intended to be configured to target endpoints.

    • Modified - Version created every time an object is modified.
    • Configured - Version created every time an object is configured to the service profile.
    • Deployed - Version created for objects related to a service profile when it is deployed.
    additionalProperties String
    classId String
    The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
    interestedMos List<GetVirtualizationVmwareDatastoreClusterVersionContextInterestedMo>
    markedForDeletion Boolean
    The flag to indicate if snapshot is marked for deletion or not. If flag is set then snapshot will be removed after the successful deployment of the policy.
    nrVersion String
    The version of the Managed Object, e.g. an incrementing number or a hash id.
    objectType String
    The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
    refMo GetVirtualizationVmwareDatastoreClusterVersionContextRefMo
    A reference to the original Managed Object.
    timestamp String
    The time this versioned Managed Object was created.
    versionType String
    Specifies type of version. Currently the only supported value is "Configured" that is used to keep track of snapshots of policies and profiles that are intended to be configured to target endpoints.

    • Modified - Version created every time an object is modified.
    • Configured - Version created every time an object is configured to the service profile.
    • Deployed - Version created for objects related to a service profile when it is deployed.
    additionalProperties string
    classId string
    The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
    interestedMos GetVirtualizationVmwareDatastoreClusterVersionContextInterestedMo[]
    markedForDeletion boolean
    The flag to indicate if snapshot is marked for deletion or not. If flag is set then snapshot will be removed after the successful deployment of the policy.
    nrVersion string
    The version of the Managed Object, e.g. an incrementing number or a hash id.
    objectType string
    The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
    refMo GetVirtualizationVmwareDatastoreClusterVersionContextRefMo
    A reference to the original Managed Object.
    timestamp string
    The time this versioned Managed Object was created.
    versionType string
    Specifies type of version. Currently the only supported value is "Configured" that is used to keep track of snapshots of policies and profiles that are intended to be configured to target endpoints.

    • Modified - Version created every time an object is modified.
    • Configured - Version created every time an object is configured to the service profile.
    • Deployed - Version created for objects related to a service profile when it is deployed.
    additional_properties str
    class_id str
    The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
    interested_mos Sequence[GetVirtualizationVmwareDatastoreClusterVersionContextInterestedMo]
    marked_for_deletion bool
    The flag to indicate if snapshot is marked for deletion or not. If flag is set then snapshot will be removed after the successful deployment of the policy.
    nr_version str
    The version of the Managed Object, e.g. an incrementing number or a hash id.
    object_type str
    The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
    ref_mo GetVirtualizationVmwareDatastoreClusterVersionContextRefMo
    A reference to the original Managed Object.
    timestamp str
    The time this versioned Managed Object was created.
    version_type str
    Specifies type of version. Currently the only supported value is "Configured" that is used to keep track of snapshots of policies and profiles that are intended to be configured to target endpoints.

    • Modified - Version created every time an object is modified.
    • Configured - Version created every time an object is configured to the service profile.
    • Deployed - Version created for objects related to a service profile when it is deployed.
    additionalProperties String
    classId String
    The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
    interestedMos List<Property Map>
    markedForDeletion Boolean
    The flag to indicate if snapshot is marked for deletion or not. If flag is set then snapshot will be removed after the successful deployment of the policy.
    nrVersion String
    The version of the Managed Object, e.g. an incrementing number or a hash id.
    objectType String
    The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
    refMo Property Map
    A reference to the original Managed Object.
    timestamp String
    The time this versioned Managed Object was created.
    versionType String
    Specifies type of version. Currently the only supported value is "Configured" that is used to keep track of snapshots of policies and profiles that are intended to be configured to target endpoints.

    • Modified - Version created every time an object is modified.
    • Configured - Version created every time an object is configured to the service profile.
    • Deployed - Version created for objects related to a service profile when it is deployed.

    GetVirtualizationVmwareDatastoreClusterVersionContextInterestedMo

    AdditionalProperties string
    ClassId string
    The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
    Moid string
    The unique identifier of this Managed Object instance.
    ObjectType string
    The fully-qualified name of the remote type referred by this relationship.
    Selector string
    An OData $filter expression which describes the REST resource to be referenced. This field may be set instead of 'moid' by clients.

    1. If 'moid' is set this field is ignored.
    2. If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
    AdditionalProperties string
    ClassId string
    The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
    Moid string
    The unique identifier of this Managed Object instance.
    ObjectType string
    The fully-qualified name of the remote type referred by this relationship.
    Selector string
    An OData $filter expression which describes the REST resource to be referenced. This field may be set instead of 'moid' by clients.

    1. If 'moid' is set this field is ignored.
    2. If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
    additionalProperties String
    classId String
    The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
    moid String
    The unique identifier of this Managed Object instance.
    objectType String
    The fully-qualified name of the remote type referred by this relationship.
    selector String
    An OData $filter expression which describes the REST resource to be referenced. This field may be set instead of 'moid' by clients.

    1. If 'moid' is set this field is ignored.
    2. If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
    additionalProperties string
    classId string
    The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
    moid string
    The unique identifier of this Managed Object instance.
    objectType string
    The fully-qualified name of the remote type referred by this relationship.
    selector string
    An OData $filter expression which describes the REST resource to be referenced. This field may be set instead of 'moid' by clients.

    1. If 'moid' is set this field is ignored.
    2. If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
    additional_properties str
    class_id str
    The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
    moid str
    The unique identifier of this Managed Object instance.
    object_type str
    The fully-qualified name of the remote type referred by this relationship.
    selector str
    An OData $filter expression which describes the REST resource to be referenced. This field may be set instead of 'moid' by clients.

    1. If 'moid' is set this field is ignored.
    2. If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
    additionalProperties String
    classId String
    The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
    moid String
    The unique identifier of this Managed Object instance.
    objectType String
    The fully-qualified name of the remote type referred by this relationship.
    selector String
    An OData $filter expression which describes the REST resource to be referenced. This field may be set instead of 'moid' by clients.

    1. If 'moid' is set this field is ignored.
    2. If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.

    GetVirtualizationVmwareDatastoreClusterVersionContextRefMo

    AdditionalProperties string
    ClassId string
    The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
    Moid string
    The unique identifier of this Managed Object instance.
    ObjectType string
    The fully-qualified name of the remote type referred by this relationship.
    Selector string
    An OData $filter expression which describes the REST resource to be referenced. This field may be set instead of 'moid' by clients.

    1. If 'moid' is set this field is ignored.
    2. If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
    AdditionalProperties string
    ClassId string
    The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
    Moid string
    The unique identifier of this Managed Object instance.
    ObjectType string
    The fully-qualified name of the remote type referred by this relationship.
    Selector string
    An OData $filter expression which describes the REST resource to be referenced. This field may be set instead of 'moid' by clients.

    1. If 'moid' is set this field is ignored.
    2. If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
    additionalProperties String
    classId String
    The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
    moid String
    The unique identifier of this Managed Object instance.
    objectType String
    The fully-qualified name of the remote type referred by this relationship.
    selector String
    An OData $filter expression which describes the REST resource to be referenced. This field may be set instead of 'moid' by clients.

    1. If 'moid' is set this field is ignored.
    2. If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
    additionalProperties string
    classId string
    The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
    moid string
    The unique identifier of this Managed Object instance.
    objectType string
    The fully-qualified name of the remote type referred by this relationship.
    selector string
    An OData $filter expression which describes the REST resource to be referenced. This field may be set instead of 'moid' by clients.

    1. If 'moid' is set this field is ignored.
    2. If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
    additional_properties str
    class_id str
    The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
    moid str
    The unique identifier of this Managed Object instance.
    object_type str
    The fully-qualified name of the remote type referred by this relationship.
    selector str
    An OData $filter expression which describes the REST resource to be referenced. This field may be set instead of 'moid' by clients.

    1. If 'moid' is set this field is ignored.
    2. If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
    additionalProperties String
    classId String
    The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
    moid String
    The unique identifier of this Managed Object instance.
    objectType String
    The fully-qualified name of the remote type referred by this relationship.
    selector String
    An OData $filter expression which describes the REST resource to be referenced. This field may be set instead of 'moid' by clients.

    1. If 'moid' is set this field is ignored.
    2. If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.

    Package Details

    Repository
    intersight ciscodevnet/terraform-provider-intersight
    License
    Notes
    This Pulumi package is based on the intersight Terraform Provider.
    intersight logo
    intersight 1.0.64 published on Wednesday, Apr 30, 2025 by ciscodevnet