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

intersight.getVirtualizationVmwareDatastoreCluster

Explore with Pulumi AI

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>
Copy
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]
Copy
func LookupVirtualizationVmwareDatastoreCluster(ctx *Context, args *LookupVirtualizationVmwareDatastoreClusterArgs, opts ...InvokeOption) (*LookupVirtualizationVmwareDatastoreClusterResult, error)
func LookupVirtualizationVmwareDatastoreClusterOutput(ctx *Context, args *LookupVirtualizationVmwareDatastoreClusterOutputArgs, opts ...InvokeOption) LookupVirtualizationVmwareDatastoreClusterResultOutput
Copy

> 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)
}
Copy
public static CompletableFuture<GetVirtualizationVmwareDatastoreClusterResult> getVirtualizationVmwareDatastoreCluster(GetVirtualizationVmwareDatastoreClusterArgs args, InvokeOptions options)
public static Output<GetVirtualizationVmwareDatastoreClusterResult> getVirtualizationVmwareDatastoreCluster(GetVirtualizationVmwareDatastoreClusterArgs args, InvokeOptions options)
Copy
fn::invoke:
  function: intersight:index/getVirtualizationVmwareDatastoreCluster:getVirtualizationVmwareDatastoreCluster
  arguments:
    # arguments dictionary
Copy

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 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 This property is required. string
The Account ID for this managed object.
AdditionalProperties This property is required. string
Ancestors This property is required. List<GetVirtualizationVmwareDatastoreClusterResultAncestor>
AutomationLevel This property is required. string
The global automation level for all virtual machines in this datastore cluster.
Capacities This property is required. List<GetVirtualizationVmwareDatastoreClusterResultCapacity>
ClassId This property is required. string
CreateTime This property is required. string
The time when this managed object was created.
Datacenters This property is required. List<GetVirtualizationVmwareDatastoreClusterResultDatacenter>
DatastoreCount This property is required. double
Number of datastores present in this datastore cluster.
DomainGroupMoid This property is required. string
The DomainGroup ID for this managed object.
FreeSpaceThreshold This property is required. double
Minimum level of free space for each datastore that is the threshold for action.
HostCount This property is required. double
Number of hosts attached to or supported-by this datastore cluster.
Identity This property is required. 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 This property is required. string
Inventory path of the Datastore Cluster.
IoLatencyThreshold This property is required. double
Minimum I/O latency for each datastore below which I/O load balancing moves are not considered.
IoLoadBalanceAutomationMode This property is required. string
Storage DRS behavior when it generates recommendations for correcting I/O load imbalance in a datastore cluster.
IoLoadImbalanceThreshold This property is required. double
Amount of imbalance that Storage DRS should tolerate.
IoMetricsEnabled This property is required. bool
Is I/O Metrics enabled for this datastore cluster.
MinSpaceUtilizationDifference This property is required. double
Specify how much of an improvement DRS should look for before making a recommendation or performing a migration.
ModTime This property is required. string
The time when this managed object was last modified.
Moid This property is required. string
The unique identifier of this Managed Object instance.
Name This property is required. string
Name of the Datastore Cluster.
ObjectType This property is required. string
Owners This property is required. List<string>
Parents This property is required. List<GetVirtualizationVmwareDatastoreClusterResultParent>
PermissionResources This property is required. List<GetVirtualizationVmwareDatastoreClusterResultPermissionResource>
PolicyEnforcementAutomationMode This property is required. string
Storage DRS behavior when it generates recommendations for correcting storage and VM policy violations in a datastore cluster.
RegisteredDevices This property is required. List<GetVirtualizationVmwareDatastoreClusterResultRegisteredDevice>
ReservablePercentThreshold This property is required. 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 This property is required. string
Storage DRS behavior when it generates recommendations for correcting affinity rule violations in a datastore cluster.
SharedScope This property is required. 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 This property is required. string
Storage DRS behavior when it generates recommendations for correcting space load imbalance in a datastore cluster.
SpaceThresholdMode This property is required. string
Runtime thresholds govern when Storage DRS performs or recommends migrations.
Status This property is required. 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 This property is required. bool
Is Storage DRS enabled for this datastore cluster.
Tags This property is required. List<GetVirtualizationVmwareDatastoreClusterResultTag>
Type This property is required. 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 This property is required. double
Minimum level of consumed space for each datastore that is the threshold for action.
VersionContexts This property is required. List<GetVirtualizationVmwareDatastoreClusterResultVersionContext>
VmCount This property is required. double
Number of virtual machines relying on (using) this datastore cluster.
VmEvacuationAutomationMode This property is required. string
Storage DRS behavior when it generates recommendations for VM evacuations from datastores in a datastore cluster.
AccountMoid This property is required. string
The Account ID for this managed object.
AdditionalProperties This property is required. string
Ancestors This property is required. []GetVirtualizationVmwareDatastoreClusterResultAncestor
AutomationLevel This property is required. string
The global automation level for all virtual machines in this datastore cluster.
Capacities This property is required. []GetVirtualizationVmwareDatastoreClusterResultCapacity
ClassId This property is required. string
CreateTime This property is required. string
The time when this managed object was created.
Datacenters This property is required. []GetVirtualizationVmwareDatastoreClusterResultDatacenter
DatastoreCount This property is required. float64
Number of datastores present in this datastore cluster.
DomainGroupMoid This property is required. string
The DomainGroup ID for this managed object.
FreeSpaceThreshold This property is required. float64
Minimum level of free space for each datastore that is the threshold for action.
HostCount This property is required. float64
Number of hosts attached to or supported-by this datastore cluster.
Identity This property is required. 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 This property is required. string
Inventory path of the Datastore Cluster.
IoLatencyThreshold This property is required. float64
Minimum I/O latency for each datastore below which I/O load balancing moves are not considered.
IoLoadBalanceAutomationMode This property is required. string
Storage DRS behavior when it generates recommendations for correcting I/O load imbalance in a datastore cluster.
IoLoadImbalanceThreshold This property is required. float64
Amount of imbalance that Storage DRS should tolerate.
IoMetricsEnabled This property is required. bool
Is I/O Metrics enabled for this datastore cluster.
MinSpaceUtilizationDifference This property is required. float64
Specify how much of an improvement DRS should look for before making a recommendation or performing a migration.
ModTime This property is required. string
The time when this managed object was last modified.
Moid This property is required. string
The unique identifier of this Managed Object instance.
Name This property is required. string
Name of the Datastore Cluster.
ObjectType This property is required. string
Owners This property is required. []string
Parents This property is required. []GetVirtualizationVmwareDatastoreClusterResultParent
PermissionResources This property is required. []GetVirtualizationVmwareDatastoreClusterResultPermissionResource
PolicyEnforcementAutomationMode This property is required. string
Storage DRS behavior when it generates recommendations for correcting storage and VM policy violations in a datastore cluster.
RegisteredDevices This property is required. []GetVirtualizationVmwareDatastoreClusterResultRegisteredDevice
ReservablePercentThreshold This property is required. 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 This property is required. string
Storage DRS behavior when it generates recommendations for correcting affinity rule violations in a datastore cluster.
SharedScope This property is required. 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 This property is required. string
Storage DRS behavior when it generates recommendations for correcting space load imbalance in a datastore cluster.
SpaceThresholdMode This property is required. string
Runtime thresholds govern when Storage DRS performs or recommends migrations.
Status This property is required. 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 This property is required. bool
Is Storage DRS enabled for this datastore cluster.
Tags This property is required. []GetVirtualizationVmwareDatastoreClusterResultTag
Type This property is required. 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 This property is required. float64
Minimum level of consumed space for each datastore that is the threshold for action.
VersionContexts This property is required. []GetVirtualizationVmwareDatastoreClusterResultVersionContext
VmCount This property is required. float64
Number of virtual machines relying on (using) this datastore cluster.
VmEvacuationAutomationMode This property is required. string
Storage DRS behavior when it generates recommendations for VM evacuations from datastores in a datastore cluster.
accountMoid This property is required. String
The Account ID for this managed object.
additionalProperties This property is required. String
ancestors This property is required. List<GetVirtualizationVmwareDatastoreClusterResultAncestor>
automationLevel This property is required. String
The global automation level for all virtual machines in this datastore cluster.
capacities This property is required. List<GetVirtualizationVmwareDatastoreClusterResultCapacity>
classId This property is required. String
createTime This property is required. String
The time when this managed object was created.
datacenters This property is required. List<GetVirtualizationVmwareDatastoreClusterResultDatacenter>
datastoreCount This property is required. Double
Number of datastores present in this datastore cluster.
domainGroupMoid This property is required. String
The DomainGroup ID for this managed object.
freeSpaceThreshold This property is required. Double
Minimum level of free space for each datastore that is the threshold for action.
hostCount This property is required. Double
Number of hosts attached to or supported-by this datastore cluster.
identity This property is required. 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 This property is required. String
Inventory path of the Datastore Cluster.
ioLatencyThreshold This property is required. Double
Minimum I/O latency for each datastore below which I/O load balancing moves are not considered.
ioLoadBalanceAutomationMode This property is required. String
Storage DRS behavior when it generates recommendations for correcting I/O load imbalance in a datastore cluster.
ioLoadImbalanceThreshold This property is required. Double
Amount of imbalance that Storage DRS should tolerate.
ioMetricsEnabled This property is required. Boolean
Is I/O Metrics enabled for this datastore cluster.
minSpaceUtilizationDifference This property is required. Double
Specify how much of an improvement DRS should look for before making a recommendation or performing a migration.
modTime This property is required. String
The time when this managed object was last modified.
moid This property is required. String
The unique identifier of this Managed Object instance.
name This property is required. String
Name of the Datastore Cluster.
objectType This property is required. String
owners This property is required. List<String>
parents This property is required. List<GetVirtualizationVmwareDatastoreClusterResultParent>
permissionResources This property is required. List<GetVirtualizationVmwareDatastoreClusterResultPermissionResource>
policyEnforcementAutomationMode This property is required. String
Storage DRS behavior when it generates recommendations for correcting storage and VM policy violations in a datastore cluster.
registeredDevices This property is required. List<GetVirtualizationVmwareDatastoreClusterResultRegisteredDevice>
reservablePercentThreshold This property is required. 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 This property is required. String
Storage DRS behavior when it generates recommendations for correcting affinity rule violations in a datastore cluster.
sharedScope This property is required. 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 This property is required. String
Storage DRS behavior when it generates recommendations for correcting space load imbalance in a datastore cluster.
spaceThresholdMode This property is required. String
Runtime thresholds govern when Storage DRS performs or recommends migrations.
status This property is required. 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 This property is required. Boolean
Is Storage DRS enabled for this datastore cluster.
tags This property is required. List<GetVirtualizationVmwareDatastoreClusterResultTag>
type This property is required. 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 This property is required. Double
Minimum level of consumed space for each datastore that is the threshold for action.
versionContexts This property is required. List<GetVirtualizationVmwareDatastoreClusterResultVersionContext>
vmCount This property is required. Double
Number of virtual machines relying on (using) this datastore cluster.
vmEvacuationAutomationMode This property is required. String
Storage DRS behavior when it generates recommendations for VM evacuations from datastores in a datastore cluster.
accountMoid This property is required. string
The Account ID for this managed object.
additionalProperties This property is required. string
ancestors This property is required. GetVirtualizationVmwareDatastoreClusterResultAncestor[]
automationLevel This property is required. string
The global automation level for all virtual machines in this datastore cluster.
capacities This property is required. GetVirtualizationVmwareDatastoreClusterResultCapacity[]
classId This property is required. string
createTime This property is required. string
The time when this managed object was created.
datacenters This property is required. GetVirtualizationVmwareDatastoreClusterResultDatacenter[]
datastoreCount This property is required. number
Number of datastores present in this datastore cluster.
domainGroupMoid This property is required. string
The DomainGroup ID for this managed object.
freeSpaceThreshold This property is required. number
Minimum level of free space for each datastore that is the threshold for action.
hostCount This property is required. number
Number of hosts attached to or supported-by this datastore cluster.
identity This property is required. 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 This property is required. string
Inventory path of the Datastore Cluster.
ioLatencyThreshold This property is required. number
Minimum I/O latency for each datastore below which I/O load balancing moves are not considered.
ioLoadBalanceAutomationMode This property is required. string
Storage DRS behavior when it generates recommendations for correcting I/O load imbalance in a datastore cluster.
ioLoadImbalanceThreshold This property is required. number
Amount of imbalance that Storage DRS should tolerate.
ioMetricsEnabled This property is required. boolean
Is I/O Metrics enabled for this datastore cluster.
minSpaceUtilizationDifference This property is required. number
Specify how much of an improvement DRS should look for before making a recommendation or performing a migration.
modTime This property is required. string
The time when this managed object was last modified.
moid This property is required. string
The unique identifier of this Managed Object instance.
name This property is required. string
Name of the Datastore Cluster.
objectType This property is required. string
owners This property is required. string[]
parents This property is required. GetVirtualizationVmwareDatastoreClusterResultParent[]
permissionResources This property is required. GetVirtualizationVmwareDatastoreClusterResultPermissionResource[]
policyEnforcementAutomationMode This property is required. string
Storage DRS behavior when it generates recommendations for correcting storage and VM policy violations in a datastore cluster.
registeredDevices This property is required. GetVirtualizationVmwareDatastoreClusterResultRegisteredDevice[]
reservablePercentThreshold This property is required. 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 This property is required. string
Storage DRS behavior when it generates recommendations for correcting affinity rule violations in a datastore cluster.
sharedScope This property is required. 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 This property is required. string
Storage DRS behavior when it generates recommendations for correcting space load imbalance in a datastore cluster.
spaceThresholdMode This property is required. string
Runtime thresholds govern when Storage DRS performs or recommends migrations.
status This property is required. 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 This property is required. boolean
Is Storage DRS enabled for this datastore cluster.
tags This property is required. GetVirtualizationVmwareDatastoreClusterResultTag[]
type This property is required. 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 This property is required. number
Minimum level of consumed space for each datastore that is the threshold for action.
versionContexts This property is required. GetVirtualizationVmwareDatastoreClusterResultVersionContext[]
vmCount This property is required. number
Number of virtual machines relying on (using) this datastore cluster.
vmEvacuationAutomationMode This property is required. string
Storage DRS behavior when it generates recommendations for VM evacuations from datastores in a datastore cluster.
account_moid This property is required. str
The Account ID for this managed object.
additional_properties This property is required. str
ancestors This property is required. Sequence[GetVirtualizationVmwareDatastoreClusterResultAncestor]
automation_level This property is required. str
The global automation level for all virtual machines in this datastore cluster.
capacities This property is required. Sequence[GetVirtualizationVmwareDatastoreClusterResultCapacity]
class_id This property is required. str
create_time This property is required. str
The time when this managed object was created.
datacenters This property is required. Sequence[GetVirtualizationVmwareDatastoreClusterResultDatacenter]
datastore_count This property is required. float
Number of datastores present in this datastore cluster.
domain_group_moid This property is required. str
The DomainGroup ID for this managed object.
free_space_threshold This property is required. float
Minimum level of free space for each datastore that is the threshold for action.
host_count This property is required. float
Number of hosts attached to or supported-by this datastore cluster.
identity This property is required. 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 This property is required. str
Inventory path of the Datastore Cluster.
io_latency_threshold This property is required. float
Minimum I/O latency for each datastore below which I/O load balancing moves are not considered.
io_load_balance_automation_mode This property is required. str
Storage DRS behavior when it generates recommendations for correcting I/O load imbalance in a datastore cluster.
io_load_imbalance_threshold This property is required. float
Amount of imbalance that Storage DRS should tolerate.
io_metrics_enabled This property is required. bool
Is I/O Metrics enabled for this datastore cluster.
min_space_utilization_difference This property is required. float
Specify how much of an improvement DRS should look for before making a recommendation or performing a migration.
mod_time This property is required. str
The time when this managed object was last modified.
moid This property is required. str
The unique identifier of this Managed Object instance.
name This property is required. str
Name of the Datastore Cluster.
object_type This property is required. str
owners This property is required. Sequence[str]
parents This property is required. Sequence[GetVirtualizationVmwareDatastoreClusterResultParent]
permission_resources This property is required. Sequence[GetVirtualizationVmwareDatastoreClusterResultPermissionResource]
policy_enforcement_automation_mode This property is required. str
Storage DRS behavior when it generates recommendations for correcting storage and VM policy violations in a datastore cluster.
registered_devices This property is required. Sequence[GetVirtualizationVmwareDatastoreClusterResultRegisteredDevice]
reservable_percent_threshold This property is required. 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 This property is required. str
Storage DRS behavior when it generates recommendations for correcting affinity rule violations in a datastore cluster.
shared_scope This property is required. 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 This property is required. str
Storage DRS behavior when it generates recommendations for correcting space load imbalance in a datastore cluster.
space_threshold_mode This property is required. str
Runtime thresholds govern when Storage DRS performs or recommends migrations.
status This property is required. 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 This property is required. bool
Is Storage DRS enabled for this datastore cluster.
tags This property is required. Sequence[GetVirtualizationVmwareDatastoreClusterResultTag]
type This property is required. 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 This property is required. float
Minimum level of consumed space for each datastore that is the threshold for action.
version_contexts This property is required. Sequence[GetVirtualizationVmwareDatastoreClusterResultVersionContext]
vm_count This property is required. float
Number of virtual machines relying on (using) this datastore cluster.
vm_evacuation_automation_mode This property is required. str
Storage DRS behavior when it generates recommendations for VM evacuations from datastores in a datastore cluster.
accountMoid This property is required. String
The Account ID for this managed object.
additionalProperties This property is required. String
ancestors This property is required. List<Property Map>
automationLevel This property is required. String
The global automation level for all virtual machines in this datastore cluster.
capacities This property is required. List<Property Map>
classId This property is required. String
createTime This property is required. String
The time when this managed object was created.
datacenters This property is required. List<Property Map>
datastoreCount This property is required. Number
Number of datastores present in this datastore cluster.
domainGroupMoid This property is required. String
The DomainGroup ID for this managed object.
freeSpaceThreshold This property is required. Number
Minimum level of free space for each datastore that is the threshold for action.
hostCount This property is required. Number
Number of hosts attached to or supported-by this datastore cluster.
identity This property is required. 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 This property is required. String
Inventory path of the Datastore Cluster.
ioLatencyThreshold This property is required. Number
Minimum I/O latency for each datastore below which I/O load balancing moves are not considered.
ioLoadBalanceAutomationMode This property is required. String
Storage DRS behavior when it generates recommendations for correcting I/O load imbalance in a datastore cluster.
ioLoadImbalanceThreshold This property is required. Number
Amount of imbalance that Storage DRS should tolerate.
ioMetricsEnabled This property is required. Boolean
Is I/O Metrics enabled for this datastore cluster.
minSpaceUtilizationDifference This property is required. Number
Specify how much of an improvement DRS should look for before making a recommendation or performing a migration.
modTime This property is required. String
The time when this managed object was last modified.
moid This property is required. String
The unique identifier of this Managed Object instance.
name This property is required. String
Name of the Datastore Cluster.
objectType This property is required. String
owners This property is required. List<String>
parents This property is required. List<Property Map>
permissionResources This property is required. List<Property Map>
policyEnforcementAutomationMode This property is required. String
Storage DRS behavior when it generates recommendations for correcting storage and VM policy violations in a datastore cluster.
registeredDevices This property is required. List<Property Map>
reservablePercentThreshold This property is required. 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 This property is required. String
Storage DRS behavior when it generates recommendations for correcting affinity rule violations in a datastore cluster.
sharedScope This property is required. 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 This property is required. String
Storage DRS behavior when it generates recommendations for correcting space load imbalance in a datastore cluster.
spaceThresholdMode This property is required. String
Runtime thresholds govern when Storage DRS performs or recommends migrations.
status This property is required. 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 This property is required. Boolean
Is Storage DRS enabled for this datastore cluster.
tags This property is required. List<Property Map>
type This property is required. 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 This property is required. Number
Minimum level of consumed space for each datastore that is the threshold for action.
versionContexts This property is required. List<Property Map>
vmCount This property is required. Number
Number of virtual machines relying on (using) this datastore cluster.
vmEvacuationAutomationMode This property is required. String
Storage DRS behavior when it generates recommendations for VM evacuations from datastores in a datastore cluster.

GetVirtualizationVmwareDatastoreClusterResultAncestor

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

GetVirtualizationVmwareDatastoreClusterResultCapacity

AdditionalProperties This property is required. string
Capacity This property is required. double
ClassId This property is required. string
Free This property is required. double
ObjectType This property is required. string
Used This property is required. double
AdditionalProperties This property is required. string
Capacity This property is required. float64
ClassId This property is required. string
Free This property is required. float64
ObjectType This property is required. string
Used This property is required. float64
additionalProperties This property is required. String
capacity This property is required. Double
classId This property is required. String
free This property is required. Double
objectType This property is required. String
used This property is required. Double
additionalProperties This property is required. string
capacity This property is required. number
classId This property is required. string
free This property is required. number
objectType This property is required. string
used This property is required. number
additional_properties This property is required. str
capacity This property is required. float
class_id This property is required. str
free This property is required. float
object_type This property is required. str
used This property is required. float
additionalProperties This property is required. String
capacity This property is required. Number
classId This property is required. String
free This property is required. Number
objectType This property is required. String
used This property is required. Number

GetVirtualizationVmwareDatastoreClusterResultDatacenter

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

GetVirtualizationVmwareDatastoreClusterResultParent

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

GetVirtualizationVmwareDatastoreClusterResultPermissionResource

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

GetVirtualizationVmwareDatastoreClusterResultRegisteredDevice

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

GetVirtualizationVmwareDatastoreClusterResultTag

AdditionalProperties This property is required. string
Key This property is required. string
Value This property is required. string
AdditionalProperties This property is required. string
Key This property is required. string
Value This property is required. string
additionalProperties This property is required. String
key This property is required. String
value This property is required. String
additionalProperties This property is required. string
key This property is required. string
value This property is required. string
additional_properties This property is required. str
key This property is required. str
value This property is required. str
additionalProperties This property is required. String
key This property is required. String
value This property is required. String

GetVirtualizationVmwareDatastoreClusterResultVersionContext

AdditionalProperties This property is required. string
ClassId This property is required. string
InterestedMos This property is required. List<GetVirtualizationVmwareDatastoreClusterResultVersionContextInterestedMo>
MarkedForDeletion This property is required. bool
NrVersion This property is required. string
ObjectType This property is required. string
RefMos This property is required. List<GetVirtualizationVmwareDatastoreClusterResultVersionContextRefMo>
Timestamp This property is required. string
VersionType This property is required. string
AdditionalProperties This property is required. string
ClassId This property is required. string
InterestedMos This property is required. []GetVirtualizationVmwareDatastoreClusterResultVersionContextInterestedMo
MarkedForDeletion This property is required. bool
NrVersion This property is required. string
ObjectType This property is required. string
RefMos This property is required. []GetVirtualizationVmwareDatastoreClusterResultVersionContextRefMo
Timestamp This property is required. string
VersionType This property is required. string
additionalProperties This property is required. String
classId This property is required. String
interestedMos This property is required. List<GetVirtualizationVmwareDatastoreClusterResultVersionContextInterestedMo>
markedForDeletion This property is required. Boolean
nrVersion This property is required. String
objectType This property is required. String
refMos This property is required. List<GetVirtualizationVmwareDatastoreClusterResultVersionContextRefMo>
timestamp This property is required. String
versionType This property is required. String
additionalProperties This property is required. string
classId This property is required. string
interestedMos This property is required. GetVirtualizationVmwareDatastoreClusterResultVersionContextInterestedMo[]
markedForDeletion This property is required. boolean
nrVersion This property is required. string
objectType This property is required. string
refMos This property is required. GetVirtualizationVmwareDatastoreClusterResultVersionContextRefMo[]
timestamp This property is required. string
versionType This property is required. string
additional_properties This property is required. str
class_id This property is required. str
interested_mos This property is required. Sequence[GetVirtualizationVmwareDatastoreClusterResultVersionContextInterestedMo]
marked_for_deletion This property is required. bool
nr_version This property is required. str
object_type This property is required. str
ref_mos This property is required. Sequence[GetVirtualizationVmwareDatastoreClusterResultVersionContextRefMo]
timestamp This property is required. str
version_type This property is required. str
additionalProperties This property is required. String
classId This property is required. String
interestedMos This property is required. List<Property Map>
markedForDeletion This property is required. Boolean
nrVersion This property is required. String
objectType This property is required. String
refMos This property is required. List<Property Map>
timestamp This property is required. String
versionType This property is required. String

GetVirtualizationVmwareDatastoreClusterResultVersionContextInterestedMo

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

GetVirtualizationVmwareDatastoreClusterResultVersionContextRefMo

AdditionalProperties This property is required. string
ClassId This property is required. string
Moid This property is required. string
The unique identifier of this Managed Object instance.
ObjectType This property is required. string
Selector This property is required. string
AdditionalProperties This property is required. string
ClassId This property is required. string
Moid This property is required. string
The unique identifier of this Managed Object instance.
ObjectType This property is required. string
Selector This property is required. string
additionalProperties This property is required. String
classId This property is required. String
moid This property is required. String
The unique identifier of this Managed Object instance.
objectType This property is required. String
selector This property is required. String
additionalProperties This property is required. string
classId This property is required. string
moid This property is required. string
The unique identifier of this Managed Object instance.
objectType This property is required. string
selector This property is required. string
additional_properties This property is required. str
class_id This property is required. str
moid This property is required. str
The unique identifier of this Managed Object instance.
object_type This property is required. str
selector This property is required. str
additionalProperties This property is required. String
classId This property is required. String
moid This property is required. String
The unique identifier of this Managed Object instance.
objectType This property is required. String
selector This property is required. 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.