intersight 1.0.65 published on Wednesday, May 7, 2025 by ciscodevnet
intersight.getVirtualizationVmwareDatastoreCluster
Explore with Pulumi AI
intersight 1.0.65 published on Wednesday, May 7, 2025 by ciscodevnet
The VMware Datastore cluster entity with its attributes. Datastore cluster is a collection of datastores with shared resources and a shared management interface.
Using getVirtualizationVmwareDatastoreCluster
Two invocation forms are available. The direct form accepts plain arguments and either blocks until the result value is available, or returns a Promise-wrapped result. The output form accepts Input-wrapped arguments and returns an Output-wrapped result.
function getVirtualizationVmwareDatastoreCluster(args: GetVirtualizationVmwareDatastoreClusterArgs, opts?: InvokeOptions): Promise<GetVirtualizationVmwareDatastoreClusterResult>
function getVirtualizationVmwareDatastoreClusterOutput(args: GetVirtualizationVmwareDatastoreClusterOutputArgs, opts?: InvokeOptions): Output<GetVirtualizationVmwareDatastoreClusterResult>def get_virtualization_vmware_datastore_cluster(account_moid: Optional[str] = None,
                                                additional_properties: Optional[str] = None,
                                                ancestors: Optional[Sequence[GetVirtualizationVmwareDatastoreClusterAncestor]] = None,
                                                automation_level: Optional[str] = None,
                                                capacity: Optional[GetVirtualizationVmwareDatastoreClusterCapacity] = None,
                                                class_id: Optional[str] = None,
                                                create_time: Optional[str] = None,
                                                datacenter: Optional[GetVirtualizationVmwareDatastoreClusterDatacenter] = None,
                                                datastore_count: Optional[float] = None,
                                                domain_group_moid: Optional[str] = None,
                                                free_space_threshold: Optional[float] = None,
                                                host_count: Optional[float] = None,
                                                id: Optional[str] = None,
                                                identity: Optional[str] = None,
                                                inventory_path: Optional[str] = None,
                                                io_latency_threshold: Optional[float] = None,
                                                io_load_balance_automation_mode: Optional[str] = None,
                                                io_load_imbalance_threshold: Optional[float] = None,
                                                io_metrics_enabled: Optional[bool] = None,
                                                min_space_utilization_difference: Optional[float] = None,
                                                mod_time: Optional[str] = None,
                                                moid: Optional[str] = None,
                                                name: Optional[str] = None,
                                                object_type: Optional[str] = None,
                                                owners: Optional[Sequence[str]] = None,
                                                parent: Optional[GetVirtualizationVmwareDatastoreClusterParent] = None,
                                                permission_resources: Optional[Sequence[GetVirtualizationVmwareDatastoreClusterPermissionResource]] = None,
                                                policy_enforcement_automation_mode: Optional[str] = None,
                                                registered_device: Optional[GetVirtualizationVmwareDatastoreClusterRegisteredDevice] = None,
                                                reservable_percent_threshold: Optional[float] = None,
                                                rule_enforcement_automation_mode: Optional[str] = None,
                                                shared_scope: Optional[str] = None,
                                                space_load_balance_automation_mode: Optional[str] = None,
                                                space_threshold_mode: Optional[str] = None,
                                                status: Optional[str] = None,
                                                storage_drs_enabled: Optional[bool] = None,
                                                tags: Optional[Sequence[GetVirtualizationVmwareDatastoreClusterTag]] = None,
                                                type: Optional[str] = None,
                                                utilized_space_threshold: Optional[float] = None,
                                                version_context: Optional[GetVirtualizationVmwareDatastoreClusterVersionContext] = None,
                                                vm_count: Optional[float] = None,
                                                vm_evacuation_automation_mode: Optional[str] = None,
                                                opts: Optional[InvokeOptions] = None) -> GetVirtualizationVmwareDatastoreClusterResult
def get_virtualization_vmware_datastore_cluster_output(account_moid: Optional[pulumi.Input[str]] = None,
                                                additional_properties: Optional[pulumi.Input[str]] = None,
                                                ancestors: Optional[pulumi.Input[Sequence[pulumi.Input[GetVirtualizationVmwareDatastoreClusterAncestorArgs]]]] = None,
                                                automation_level: Optional[pulumi.Input[str]] = None,
                                                capacity: Optional[pulumi.Input[GetVirtualizationVmwareDatastoreClusterCapacityArgs]] = None,
                                                class_id: Optional[pulumi.Input[str]] = None,
                                                create_time: Optional[pulumi.Input[str]] = None,
                                                datacenter: Optional[pulumi.Input[GetVirtualizationVmwareDatastoreClusterDatacenterArgs]] = None,
                                                datastore_count: Optional[pulumi.Input[float]] = None,
                                                domain_group_moid: Optional[pulumi.Input[str]] = None,
                                                free_space_threshold: Optional[pulumi.Input[float]] = None,
                                                host_count: Optional[pulumi.Input[float]] = None,
                                                id: Optional[pulumi.Input[str]] = None,
                                                identity: Optional[pulumi.Input[str]] = None,
                                                inventory_path: Optional[pulumi.Input[str]] = None,
                                                io_latency_threshold: Optional[pulumi.Input[float]] = None,
                                                io_load_balance_automation_mode: Optional[pulumi.Input[str]] = None,
                                                io_load_imbalance_threshold: Optional[pulumi.Input[float]] = None,
                                                io_metrics_enabled: Optional[pulumi.Input[bool]] = None,
                                                min_space_utilization_difference: Optional[pulumi.Input[float]] = None,
                                                mod_time: Optional[pulumi.Input[str]] = None,
                                                moid: Optional[pulumi.Input[str]] = None,
                                                name: Optional[pulumi.Input[str]] = None,
                                                object_type: Optional[pulumi.Input[str]] = None,
                                                owners: Optional[pulumi.Input[Sequence[pulumi.Input[str]]]] = None,
                                                parent: Optional[pulumi.Input[GetVirtualizationVmwareDatastoreClusterParentArgs]] = None,
                                                permission_resources: Optional[pulumi.Input[Sequence[pulumi.Input[GetVirtualizationVmwareDatastoreClusterPermissionResourceArgs]]]] = None,
                                                policy_enforcement_automation_mode: Optional[pulumi.Input[str]] = None,
                                                registered_device: Optional[pulumi.Input[GetVirtualizationVmwareDatastoreClusterRegisteredDeviceArgs]] = None,
                                                reservable_percent_threshold: Optional[pulumi.Input[float]] = None,
                                                rule_enforcement_automation_mode: Optional[pulumi.Input[str]] = None,
                                                shared_scope: Optional[pulumi.Input[str]] = None,
                                                space_load_balance_automation_mode: Optional[pulumi.Input[str]] = None,
                                                space_threshold_mode: Optional[pulumi.Input[str]] = None,
                                                status: Optional[pulumi.Input[str]] = None,
                                                storage_drs_enabled: Optional[pulumi.Input[bool]] = None,
                                                tags: Optional[pulumi.Input[Sequence[pulumi.Input[GetVirtualizationVmwareDatastoreClusterTagArgs]]]] = None,
                                                type: Optional[pulumi.Input[str]] = None,
                                                utilized_space_threshold: Optional[pulumi.Input[float]] = None,
                                                version_context: Optional[pulumi.Input[GetVirtualizationVmwareDatastoreClusterVersionContextArgs]] = None,
                                                vm_count: Optional[pulumi.Input[float]] = None,
                                                vm_evacuation_automation_mode: Optional[pulumi.Input[str]] = None,
                                                opts: Optional[InvokeOptions] = None) -> Output[GetVirtualizationVmwareDatastoreClusterResult]func LookupVirtualizationVmwareDatastoreCluster(ctx *Context, args *LookupVirtualizationVmwareDatastoreClusterArgs, opts ...InvokeOption) (*LookupVirtualizationVmwareDatastoreClusterResult, error)
func LookupVirtualizationVmwareDatastoreClusterOutput(ctx *Context, args *LookupVirtualizationVmwareDatastoreClusterOutputArgs, opts ...InvokeOption) LookupVirtualizationVmwareDatastoreClusterResultOutput> Note: This function is named LookupVirtualizationVmwareDatastoreCluster in the Go SDK.
public static class GetVirtualizationVmwareDatastoreCluster 
{
    public static Task<GetVirtualizationVmwareDatastoreClusterResult> InvokeAsync(GetVirtualizationVmwareDatastoreClusterArgs args, InvokeOptions? opts = null)
    public static Output<GetVirtualizationVmwareDatastoreClusterResult> Invoke(GetVirtualizationVmwareDatastoreClusterInvokeArgs args, InvokeOptions? opts = null)
}public static CompletableFuture<GetVirtualizationVmwareDatastoreClusterResult> getVirtualizationVmwareDatastoreCluster(GetVirtualizationVmwareDatastoreClusterArgs args, InvokeOptions options)
public static Output<GetVirtualizationVmwareDatastoreClusterResult> getVirtualizationVmwareDatastoreCluster(GetVirtualizationVmwareDatastoreClusterArgs args, InvokeOptions options)
fn::invoke:
  function: intersight:index/getVirtualizationVmwareDatastoreCluster:getVirtualizationVmwareDatastoreCluster
  arguments:
    # arguments dictionaryThe following arguments are supported:
- AccountMoid string
- The Account ID for this managed object.
- AdditionalProperties string
- Ancestors
List<GetVirtualization Vmware Datastore Cluster Ancestor> 
- AutomationLevel string
- The global automation level for all virtual machines in this datastore cluster.
- Capacity
GetVirtualization Vmware Datastore Cluster Capacity 
- ClassId string
- CreateTime string
- The time when this managed object was created.
- Datacenter
GetVirtualization Vmware Datastore Cluster Datacenter 
- DatastoreCount double
- Number of datastores present in this datastore cluster.
- DomainGroup stringMoid 
- The DomainGroup ID for this managed object.
- FreeSpace doubleThreshold 
- 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.
- IoLatency doubleThreshold 
- Minimum I/O latency for each datastore below which I/O load balancing moves are not considered.
- IoLoad stringBalance Automation Mode 
- Storage DRS behavior when it generates recommendations for correcting I/O load imbalance in a datastore cluster.
- IoLoad doubleImbalance Threshold 
- Amount of imbalance that Storage DRS should tolerate.
- IoMetrics boolEnabled 
- Is I/O Metrics enabled for this datastore cluster.
- MinSpace doubleUtilization Difference 
- 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
GetVirtualization Vmware Datastore Cluster Parent 
- PermissionResources List<GetVirtualization Vmware Datastore Cluster Permission Resource> 
- PolicyEnforcement stringAutomation Mode 
- Storage DRS behavior when it generates recommendations for correcting storage and VM policy violations in a datastore cluster.
- RegisteredDevice GetVirtualization Vmware Datastore Cluster Registered Device 
- ReservablePercent doubleThreshold 
- Storage DRS makes storage migration recommendations if total IOPs reservation of all VMs running on a datastore is higher than the specified threshold.
- RuleEnforcement stringAutomation Mode 
- Storage DRS behavior when it generates recommendations for correcting affinity rule violations in a datastore cluster.
- 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.
- SpaceLoad stringBalance Automation Mode 
- Storage DRS behavior when it generates recommendations for correcting space load imbalance in a datastore cluster.
- SpaceThreshold stringMode 
- 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.
- StorageDrs boolEnabled 
- Is Storage DRS enabled for this datastore cluster.
- 
List<GetVirtualization Vmware Datastore Cluster Tag> 
- 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.
- UtilizedSpace doubleThreshold 
- Minimum level of consumed space for each datastore that is the threshold for action.
- VersionContext GetVirtualization Vmware Datastore Cluster Version Context 
- VmCount double
- Number of virtual machines relying on (using) this datastore cluster.
- VmEvacuation stringAutomation Mode 
- 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
[]GetVirtualization Vmware Datastore Cluster Ancestor 
- AutomationLevel string
- The global automation level for all virtual machines in this datastore cluster.
- Capacity
GetVirtualization Vmware Datastore Cluster Capacity 
- ClassId string
- CreateTime string
- The time when this managed object was created.
- Datacenter
GetVirtualization Vmware Datastore Cluster Datacenter 
- DatastoreCount float64
- Number of datastores present in this datastore cluster.
- DomainGroup stringMoid 
- The DomainGroup ID for this managed object.
- FreeSpace float64Threshold 
- 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.
- IoLatency float64Threshold 
- Minimum I/O latency for each datastore below which I/O load balancing moves are not considered.
- IoLoad stringBalance Automation Mode 
- Storage DRS behavior when it generates recommendations for correcting I/O load imbalance in a datastore cluster.
- IoLoad float64Imbalance Threshold 
- Amount of imbalance that Storage DRS should tolerate.
- IoMetrics boolEnabled 
- Is I/O Metrics enabled for this datastore cluster.
- MinSpace float64Utilization Difference 
- 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
GetVirtualization Vmware Datastore Cluster Parent 
- PermissionResources []GetVirtualization Vmware Datastore Cluster Permission Resource 
- PolicyEnforcement stringAutomation Mode 
- Storage DRS behavior when it generates recommendations for correcting storage and VM policy violations in a datastore cluster.
- RegisteredDevice GetVirtualization Vmware Datastore Cluster Registered Device 
- ReservablePercent float64Threshold 
- Storage DRS makes storage migration recommendations if total IOPs reservation of all VMs running on a datastore is higher than the specified threshold.
- RuleEnforcement stringAutomation Mode 
- Storage DRS behavior when it generates recommendations for correcting affinity rule violations in a datastore cluster.
- 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.
- SpaceLoad stringBalance Automation Mode 
- Storage DRS behavior when it generates recommendations for correcting space load imbalance in a datastore cluster.
- SpaceThreshold stringMode 
- 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.
- StorageDrs boolEnabled 
- Is Storage DRS enabled for this datastore cluster.
- 
[]GetVirtualization Vmware Datastore Cluster Tag 
- 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.
- UtilizedSpace float64Threshold 
- Minimum level of consumed space for each datastore that is the threshold for action.
- VersionContext GetVirtualization Vmware Datastore Cluster Version Context 
- VmCount float64
- Number of virtual machines relying on (using) this datastore cluster.
- VmEvacuation stringAutomation Mode 
- 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<GetVirtualization Vmware Datastore Cluster Ancestor> 
- automationLevel String
- The global automation level for all virtual machines in this datastore cluster.
- capacity
GetVirtualization Vmware Datastore Cluster Capacity 
- classId String
- createTime String
- The time when this managed object was created.
- datacenter
GetVirtualization Vmware Datastore Cluster Datacenter 
- datastoreCount Double
- Number of datastores present in this datastore cluster.
- domainGroup StringMoid 
- The DomainGroup ID for this managed object.
- freeSpace DoubleThreshold 
- 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.
- ioLatency DoubleThreshold 
- Minimum I/O latency for each datastore below which I/O load balancing moves are not considered.
- ioLoad StringBalance Automation Mode 
- Storage DRS behavior when it generates recommendations for correcting I/O load imbalance in a datastore cluster.
- ioLoad DoubleImbalance Threshold 
- Amount of imbalance that Storage DRS should tolerate.
- ioMetrics BooleanEnabled 
- Is I/O Metrics enabled for this datastore cluster.
- minSpace DoubleUtilization Difference 
- 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
GetVirtualization Vmware Datastore Cluster Parent 
- permissionResources List<GetVirtualization Vmware Datastore Cluster Permission Resource> 
- policyEnforcement StringAutomation Mode 
- Storage DRS behavior when it generates recommendations for correcting storage and VM policy violations in a datastore cluster.
- registeredDevice GetVirtualization Vmware Datastore Cluster Registered Device 
- reservablePercent DoubleThreshold 
- Storage DRS makes storage migration recommendations if total IOPs reservation of all VMs running on a datastore is higher than the specified threshold.
- ruleEnforcement StringAutomation Mode 
- Storage DRS behavior when it generates recommendations for correcting affinity rule violations in a datastore cluster.
- 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.
- spaceLoad StringBalance Automation Mode 
- Storage DRS behavior when it generates recommendations for correcting space load imbalance in a datastore cluster.
- spaceThreshold StringMode 
- 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.
- storageDrs BooleanEnabled 
- Is Storage DRS enabled for this datastore cluster.
- 
List<GetVirtualization Vmware Datastore Cluster Tag> 
- 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.
- utilizedSpace DoubleThreshold 
- Minimum level of consumed space for each datastore that is the threshold for action.
- versionContext GetVirtualization Vmware Datastore Cluster Version Context 
- vmCount Double
- Number of virtual machines relying on (using) this datastore cluster.
- vmEvacuation StringAutomation Mode 
- 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
GetVirtualization Vmware Datastore Cluster Ancestor[] 
- automationLevel string
- The global automation level for all virtual machines in this datastore cluster.
- capacity
GetVirtualization Vmware Datastore Cluster Capacity 
- classId string
- createTime string
- The time when this managed object was created.
- datacenter
GetVirtualization Vmware Datastore Cluster Datacenter 
- datastoreCount number
- Number of datastores present in this datastore cluster.
- domainGroup stringMoid 
- The DomainGroup ID for this managed object.
- freeSpace numberThreshold 
- 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.
- ioLatency numberThreshold 
- Minimum I/O latency for each datastore below which I/O load balancing moves are not considered.
- ioLoad stringBalance Automation Mode 
- Storage DRS behavior when it generates recommendations for correcting I/O load imbalance in a datastore cluster.
- ioLoad numberImbalance Threshold 
- Amount of imbalance that Storage DRS should tolerate.
- ioMetrics booleanEnabled 
- Is I/O Metrics enabled for this datastore cluster.
- minSpace numberUtilization Difference 
- 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
GetVirtualization Vmware Datastore Cluster Parent 
- permissionResources GetVirtualization Vmware Datastore Cluster Permission Resource[] 
- policyEnforcement stringAutomation Mode 
- Storage DRS behavior when it generates recommendations for correcting storage and VM policy violations in a datastore cluster.
- registeredDevice GetVirtualization Vmware Datastore Cluster Registered Device 
- reservablePercent numberThreshold 
- Storage DRS makes storage migration recommendations if total IOPs reservation of all VMs running on a datastore is higher than the specified threshold.
- ruleEnforcement stringAutomation Mode 
- Storage DRS behavior when it generates recommendations for correcting affinity rule violations in a datastore cluster.
- 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.
- spaceLoad stringBalance Automation Mode 
- Storage DRS behavior when it generates recommendations for correcting space load imbalance in a datastore cluster.
- spaceThreshold stringMode 
- 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.
- storageDrs booleanEnabled 
- Is Storage DRS enabled for this datastore cluster.
- 
GetVirtualization Vmware Datastore Cluster Tag[] 
- 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.
- utilizedSpace numberThreshold 
- Minimum level of consumed space for each datastore that is the threshold for action.
- versionContext GetVirtualization Vmware Datastore Cluster Version Context 
- vmCount number
- Number of virtual machines relying on (using) this datastore cluster.
- vmEvacuation stringAutomation Mode 
- 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[GetVirtualization Vmware Datastore Cluster Ancestor] 
- automation_level str
- The global automation level for all virtual machines in this datastore cluster.
- capacity
GetVirtualization Vmware Datastore Cluster Capacity 
- class_id str
- create_time str
- The time when this managed object was created.
- datacenter
GetVirtualization Vmware Datastore Cluster Datacenter 
- datastore_count float
- Number of datastores present in this datastore cluster.
- domain_group_ strmoid 
- The DomainGroup ID for this managed object.
- free_space_ floatthreshold 
- 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_ floatthreshold 
- Minimum I/O latency for each datastore below which I/O load balancing moves are not considered.
- io_load_ strbalance_ automation_ mode 
- Storage DRS behavior when it generates recommendations for correcting I/O load imbalance in a datastore cluster.
- io_load_ floatimbalance_ threshold 
- Amount of imbalance that Storage DRS should tolerate.
- io_metrics_ boolenabled 
- Is I/O Metrics enabled for this datastore cluster.
- min_space_ floatutilization_ difference 
- 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
GetVirtualization Vmware Datastore Cluster Parent 
- permission_resources Sequence[GetVirtualization Vmware Datastore Cluster Permission Resource] 
- policy_enforcement_ strautomation_ mode 
- Storage DRS behavior when it generates recommendations for correcting storage and VM policy violations in a datastore cluster.
- registered_device GetVirtualization Vmware Datastore Cluster Registered Device 
- reservable_percent_ floatthreshold 
- 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_ strautomation_ mode 
- Storage DRS behavior when it generates recommendations for correcting affinity rule violations in a datastore cluster.
- 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_ strbalance_ automation_ mode 
- Storage DRS behavior when it generates recommendations for correcting space load imbalance in a datastore cluster.
- space_threshold_ strmode 
- 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_ boolenabled 
- Is Storage DRS enabled for this datastore cluster.
- 
Sequence[GetVirtualization Vmware Datastore Cluster Tag] 
- 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_ floatthreshold 
- Minimum level of consumed space for each datastore that is the threshold for action.
- version_context GetVirtualization Vmware Datastore Cluster Version Context 
- vm_count float
- Number of virtual machines relying on (using) this datastore cluster.
- vm_evacuation_ strautomation_ mode 
- 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.
- domainGroup StringMoid 
- The DomainGroup ID for this managed object.
- freeSpace NumberThreshold 
- 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.
- ioLatency NumberThreshold 
- Minimum I/O latency for each datastore below which I/O load balancing moves are not considered.
- ioLoad StringBalance Automation Mode 
- Storage DRS behavior when it generates recommendations for correcting I/O load imbalance in a datastore cluster.
- ioLoad NumberImbalance Threshold 
- Amount of imbalance that Storage DRS should tolerate.
- ioMetrics BooleanEnabled 
- Is I/O Metrics enabled for this datastore cluster.
- minSpace NumberUtilization Difference 
- 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>
- policyEnforcement StringAutomation Mode 
- Storage DRS behavior when it generates recommendations for correcting storage and VM policy violations in a datastore cluster.
- registeredDevice Property Map
- reservablePercent NumberThreshold 
- Storage DRS makes storage migration recommendations if total IOPs reservation of all VMs running on a datastore is higher than the specified threshold.
- ruleEnforcement StringAutomation Mode 
- Storage DRS behavior when it generates recommendations for correcting affinity rule violations in a datastore cluster.
- 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.
- spaceLoad StringBalance Automation Mode 
- Storage DRS behavior when it generates recommendations for correcting space load imbalance in a datastore cluster.
- spaceThreshold StringMode 
- 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.
- storageDrs BooleanEnabled 
- Is Storage DRS enabled for this datastore cluster.
- 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.
- utilizedSpace NumberThreshold 
- 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.
- vmEvacuation StringAutomation Mode 
- 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<GetVirtualization Vmware Datastore Cluster Result> 
- AccountMoid string
- AdditionalProperties string
- Ancestors
List<GetVirtualization Vmware Datastore Cluster Ancestor> 
- AutomationLevel string
- Capacity
GetVirtualization Vmware Datastore Cluster Capacity 
- ClassId string
- CreateTime string
- Datacenter
GetVirtualization Vmware Datastore Cluster Datacenter 
- DatastoreCount double
- DomainGroup stringMoid 
- FreeSpace doubleThreshold 
- HostCount double
- Identity string
- InventoryPath string
- IoLatency doubleThreshold 
- IoLoad stringBalance Automation Mode 
- IoLoad doubleImbalance Threshold 
- IoMetrics boolEnabled 
- MinSpace doubleUtilization Difference 
- ModTime string
- Moid string
- Name string
- ObjectType string
- Owners List<string>
- Parent
GetVirtualization Vmware Datastore Cluster Parent 
- PermissionResources List<GetVirtualization Vmware Datastore Cluster Permission Resource> 
- PolicyEnforcement stringAutomation Mode 
- RegisteredDevice GetVirtualization Vmware Datastore Cluster Registered Device 
- ReservablePercent doubleThreshold 
- RuleEnforcement stringAutomation Mode 
- string
- SpaceLoad stringBalance Automation Mode 
- SpaceThreshold stringMode 
- Status string
- StorageDrs boolEnabled 
- 
List<GetVirtualization Vmware Datastore Cluster Tag> 
- Type string
- UtilizedSpace doubleThreshold 
- VersionContext GetVirtualization Vmware Datastore Cluster Version Context 
- VmCount double
- VmEvacuation stringAutomation Mode 
- Id string
- Results
[]GetVirtualization Vmware Datastore Cluster Result 
- AccountMoid string
- AdditionalProperties string
- Ancestors
[]GetVirtualization Vmware Datastore Cluster Ancestor 
- AutomationLevel string
- Capacity
GetVirtualization Vmware Datastore Cluster Capacity 
- ClassId string
- CreateTime string
- Datacenter
GetVirtualization Vmware Datastore Cluster Datacenter 
- DatastoreCount float64
- DomainGroup stringMoid 
- FreeSpace float64Threshold 
- HostCount float64
- Identity string
- InventoryPath string
- IoLatency float64Threshold 
- IoLoad stringBalance Automation Mode 
- IoLoad float64Imbalance Threshold 
- IoMetrics boolEnabled 
- MinSpace float64Utilization Difference 
- ModTime string
- Moid string
- Name string
- ObjectType string
- Owners []string
- Parent
GetVirtualization Vmware Datastore Cluster Parent 
- PermissionResources []GetVirtualization Vmware Datastore Cluster Permission Resource 
- PolicyEnforcement stringAutomation Mode 
- RegisteredDevice GetVirtualization Vmware Datastore Cluster Registered Device 
- ReservablePercent float64Threshold 
- RuleEnforcement stringAutomation Mode 
- string
- SpaceLoad stringBalance Automation Mode 
- SpaceThreshold stringMode 
- Status string
- StorageDrs boolEnabled 
- 
[]GetVirtualization Vmware Datastore Cluster Tag 
- Type string
- UtilizedSpace float64Threshold 
- VersionContext GetVirtualization Vmware Datastore Cluster Version Context 
- VmCount float64
- VmEvacuation stringAutomation Mode 
- id String
- results
List<GetVirtualization Vmware Datastore Cluster Result> 
- accountMoid String
- additionalProperties String
- ancestors
List<GetVirtualization Vmware Datastore Cluster Ancestor> 
- automationLevel String
- capacity
GetVirtualization Vmware Datastore Cluster Capacity 
- classId String
- createTime String
- datacenter
GetVirtualization Vmware Datastore Cluster Datacenter 
- datastoreCount Double
- domainGroup StringMoid 
- freeSpace DoubleThreshold 
- hostCount Double
- identity String
- inventoryPath String
- ioLatency DoubleThreshold 
- ioLoad StringBalance Automation Mode 
- ioLoad DoubleImbalance Threshold 
- ioMetrics BooleanEnabled 
- minSpace DoubleUtilization Difference 
- modTime String
- moid String
- name String
- objectType String
- owners List<String>
- parent
GetVirtualization Vmware Datastore Cluster Parent 
- permissionResources List<GetVirtualization Vmware Datastore Cluster Permission Resource> 
- policyEnforcement StringAutomation Mode 
- registeredDevice GetVirtualization Vmware Datastore Cluster Registered Device 
- reservablePercent DoubleThreshold 
- ruleEnforcement StringAutomation Mode 
- String
- spaceLoad StringBalance Automation Mode 
- spaceThreshold StringMode 
- status String
- storageDrs BooleanEnabled 
- 
List<GetVirtualization Vmware Datastore Cluster Tag> 
- type String
- utilizedSpace DoubleThreshold 
- versionContext GetVirtualization Vmware Datastore Cluster Version Context 
- vmCount Double
- vmEvacuation StringAutomation Mode 
- id string
- results
GetVirtualization Vmware Datastore Cluster Result[] 
- accountMoid string
- additionalProperties string
- ancestors
GetVirtualization Vmware Datastore Cluster Ancestor[] 
- automationLevel string
- capacity
GetVirtualization Vmware Datastore Cluster Capacity 
- classId string
- createTime string
- datacenter
GetVirtualization Vmware Datastore Cluster Datacenter 
- datastoreCount number
- domainGroup stringMoid 
- freeSpace numberThreshold 
- hostCount number
- identity string
- inventoryPath string
- ioLatency numberThreshold 
- ioLoad stringBalance Automation Mode 
- ioLoad numberImbalance Threshold 
- ioMetrics booleanEnabled 
- minSpace numberUtilization Difference 
- modTime string
- moid string
- name string
- objectType string
- owners string[]
- parent
GetVirtualization Vmware Datastore Cluster Parent 
- permissionResources GetVirtualization Vmware Datastore Cluster Permission Resource[] 
- policyEnforcement stringAutomation Mode 
- registeredDevice GetVirtualization Vmware Datastore Cluster Registered Device 
- reservablePercent numberThreshold 
- ruleEnforcement stringAutomation Mode 
- string
- spaceLoad stringBalance Automation Mode 
- spaceThreshold stringMode 
- status string
- storageDrs booleanEnabled 
- 
GetVirtualization Vmware Datastore Cluster Tag[] 
- type string
- utilizedSpace numberThreshold 
- versionContext GetVirtualization Vmware Datastore Cluster Version Context 
- vmCount number
- vmEvacuation stringAutomation Mode 
- id str
- results
Sequence[GetVirtualization Vmware Datastore Cluster Result] 
- account_moid str
- additional_properties str
- ancestors
Sequence[GetVirtualization Vmware Datastore Cluster Ancestor] 
- automation_level str
- capacity
GetVirtualization Vmware Datastore Cluster Capacity 
- class_id str
- create_time str
- datacenter
GetVirtualization Vmware Datastore Cluster Datacenter 
- datastore_count float
- domain_group_ strmoid 
- free_space_ floatthreshold 
- host_count float
- identity str
- inventory_path str
- io_latency_ floatthreshold 
- io_load_ strbalance_ automation_ mode 
- io_load_ floatimbalance_ threshold 
- io_metrics_ boolenabled 
- min_space_ floatutilization_ difference 
- mod_time str
- moid str
- name str
- object_type str
- owners Sequence[str]
- parent
GetVirtualization Vmware Datastore Cluster Parent 
- permission_resources Sequence[GetVirtualization Vmware Datastore Cluster Permission Resource] 
- policy_enforcement_ strautomation_ mode 
- registered_device GetVirtualization Vmware Datastore Cluster Registered Device 
- reservable_percent_ floatthreshold 
- rule_enforcement_ strautomation_ mode 
- str
- space_load_ strbalance_ automation_ mode 
- space_threshold_ strmode 
- status str
- storage_drs_ boolenabled 
- 
Sequence[GetVirtualization Vmware Datastore Cluster Tag] 
- type str
- utilized_space_ floatthreshold 
- version_context GetVirtualization Vmware Datastore Cluster Version Context 
- vm_count float
- vm_evacuation_ strautomation_ mode 
- 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
- domainGroup StringMoid 
- freeSpace NumberThreshold 
- hostCount Number
- identity String
- inventoryPath String
- ioLatency NumberThreshold 
- ioLoad StringBalance Automation Mode 
- ioLoad NumberImbalance Threshold 
- ioMetrics BooleanEnabled 
- minSpace NumberUtilization Difference 
- modTime String
- moid String
- name String
- objectType String
- owners List<String>
- parent Property Map
- permissionResources List<Property Map>
- policyEnforcement StringAutomation Mode 
- registeredDevice Property Map
- reservablePercent NumberThreshold 
- ruleEnforcement StringAutomation Mode 
- String
- spaceLoad StringBalance Automation Mode 
- spaceThreshold StringMode 
- status String
- storageDrs BooleanEnabled 
- List<Property Map>
- type String
- utilizedSpace NumberThreshold 
- versionContext Property Map
- vmCount Number
- vmEvacuation StringAutomation Mode 
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.- If 'moid' is set this field is ignored.
- 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.- If 'moid' is set this field is ignored.
- 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.- If 'moid' is set this field is ignored.
- 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.- If 'moid' is set this field is ignored.
- 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.- If 'moid' is set this field is ignored.
- 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.- If 'moid' is set this field is ignored.
- 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.- If 'moid' is set this field is ignored.
- 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.- If 'moid' is set this field is ignored.
- 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.- If 'moid' is set this field is ignored.
- 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.- If 'moid' is set this field is ignored.
- 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.- If 'moid' is set this field is ignored.
- 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.- If 'moid' is set this field is ignored.
- 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.- If 'moid' is set this field is ignored.
- 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.- If 'moid' is set this field is ignored.
- 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.- If 'moid' is set this field is ignored.
- 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.- If 'moid' is set this field is ignored.
- 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.- If 'moid' is set this field is ignored.
- 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.- If 'moid' is set this field is ignored.
- 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.- If 'moid' is set this field is ignored.
- 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.- If 'moid' is set this field is ignored.
- 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.- If 'moid' is set this field is ignored.
- 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.- If 'moid' is set this field is ignored.
- 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.- If 'moid' is set this field is ignored.
- 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.- If 'moid' is set this field is ignored.
- 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.- If 'moid' is set this field is ignored.
- 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.- If 'moid' is set this field is ignored.
- 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.- If 'moid' is set this field is ignored.
- 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.- If 'moid' is set this field is ignored.
- 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.- If 'moid' is set this field is ignored.
- 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.- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
 
GetVirtualizationVmwareDatastoreClusterResult     
- AccountMoid string
- The Account ID for this managed object.
- AdditionalProperties string
- Ancestors
List<GetVirtualization Vmware Datastore Cluster Result Ancestor> 
- AutomationLevel string
- The global automation level for all virtual machines in this datastore cluster.
- Capacities
List<GetVirtualization Vmware Datastore Cluster Result Capacity> 
- ClassId string
- CreateTime string
- The time when this managed object was created.
- Datacenters
List<GetVirtualization Vmware Datastore Cluster Result Datacenter> 
- DatastoreCount double
- Number of datastores present in this datastore cluster.
- DomainGroup stringMoid 
- The DomainGroup ID for this managed object.
- FreeSpace doubleThreshold 
- Minimum level of free space for each datastore that is the threshold for action.
- HostCount double
- Number of hosts attached to or supported-by this datastore cluster.
- Identity string
- The internally generated identity of this datastore cluster. This entity is not manipulated by users. It aids in uniquely identifying the datastore cluster object. For VMware, this is an MOR (managed object reference).
- InventoryPath string
- Inventory path of the Datastore Cluster.
- IoLatency doubleThreshold 
- Minimum I/O latency for each datastore below which I/O load balancing moves are not considered.
- IoLoad stringBalance Automation Mode 
- Storage DRS behavior when it generates recommendations for correcting I/O load imbalance in a datastore cluster.
- IoLoad doubleImbalance Threshold 
- Amount of imbalance that Storage DRS should tolerate.
- IoMetrics boolEnabled 
- Is I/O Metrics enabled for this datastore cluster.
- MinSpace doubleUtilization Difference 
- Specify how much of an improvement DRS should look for before making a recommendation or performing a migration.
- ModTime string
- The time when this managed object was last modified.
- Moid string
- The unique identifier of this Managed Object instance.
- Name string
- Name of the Datastore Cluster.
- ObjectType string
- Owners List<string>
- Parents
List<GetVirtualization Vmware Datastore Cluster Result Parent> 
- PermissionResources List<GetVirtualization Vmware Datastore Cluster Result Permission Resource> 
- PolicyEnforcement stringAutomation Mode 
- Storage DRS behavior when it generates recommendations for correcting storage and VM policy violations in a datastore cluster.
- RegisteredDevices List<GetVirtualization Vmware Datastore Cluster Result Registered Device> 
- ReservablePercent doubleThreshold 
- Storage DRS makes storage migration recommendations if total IOPs reservation of all VMs running on a datastore is higher than the specified threshold.
- RuleEnforcement stringAutomation Mode 
- Storage DRS behavior when it generates recommendations for correcting affinity rule violations in a datastore cluster.
- 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.
- SpaceLoad stringBalance Automation Mode 
- Storage DRS behavior when it generates recommendations for correcting space load imbalance in a datastore cluster.
- SpaceThreshold stringMode 
- 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.
- StorageDrs boolEnabled 
- Is Storage DRS enabled for this datastore cluster.
- 
List<GetVirtualization Vmware Datastore Cluster Result Tag> 
- 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.
- UtilizedSpace doubleThreshold 
- Minimum level of consumed space for each datastore that is the threshold for action.
- VersionContexts List<GetVirtualization Vmware Datastore Cluster Result Version Context> 
- VmCount double
- Number of virtual machines relying on (using) this datastore cluster.
- VmEvacuation stringAutomation Mode 
- 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
[]GetVirtualization Vmware Datastore Cluster Result Ancestor 
- AutomationLevel string
- The global automation level for all virtual machines in this datastore cluster.
- Capacities
[]GetVirtualization Vmware Datastore Cluster Result Capacity 
- ClassId string
- CreateTime string
- The time when this managed object was created.
- Datacenters
[]GetVirtualization Vmware Datastore Cluster Result Datacenter 
- DatastoreCount float64
- Number of datastores present in this datastore cluster.
- DomainGroup stringMoid 
- The DomainGroup ID for this managed object.
- FreeSpace float64Threshold 
- Minimum level of free space for each datastore that is the threshold for action.
- HostCount float64
- Number of hosts attached to or supported-by this datastore cluster.
- Identity string
- The internally generated identity of this datastore cluster. This entity is not manipulated by users. It aids in uniquely identifying the datastore cluster object. For VMware, this is an MOR (managed object reference).
- InventoryPath string
- Inventory path of the Datastore Cluster.
- IoLatency float64Threshold 
- Minimum I/O latency for each datastore below which I/O load balancing moves are not considered.
- IoLoad stringBalance Automation Mode 
- Storage DRS behavior when it generates recommendations for correcting I/O load imbalance in a datastore cluster.
- IoLoad float64Imbalance Threshold 
- Amount of imbalance that Storage DRS should tolerate.
- IoMetrics boolEnabled 
- Is I/O Metrics enabled for this datastore cluster.
- MinSpace float64Utilization Difference 
- Specify how much of an improvement DRS should look for before making a recommendation or performing a migration.
- ModTime string
- The time when this managed object was last modified.
- Moid string
- The unique identifier of this Managed Object instance.
- Name string
- Name of the Datastore Cluster.
- ObjectType string
- Owners []string
- Parents
[]GetVirtualization Vmware Datastore Cluster Result Parent 
- PermissionResources []GetVirtualization Vmware Datastore Cluster Result Permission Resource 
- PolicyEnforcement stringAutomation Mode 
- Storage DRS behavior when it generates recommendations for correcting storage and VM policy violations in a datastore cluster.
- RegisteredDevices []GetVirtualization Vmware Datastore Cluster Result Registered Device 
- ReservablePercent float64Threshold 
- Storage DRS makes storage migration recommendations if total IOPs reservation of all VMs running on a datastore is higher than the specified threshold.
- RuleEnforcement stringAutomation Mode 
- Storage DRS behavior when it generates recommendations for correcting affinity rule violations in a datastore cluster.
- 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.
- SpaceLoad stringBalance Automation Mode 
- Storage DRS behavior when it generates recommendations for correcting space load imbalance in a datastore cluster.
- SpaceThreshold stringMode 
- 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.
- StorageDrs boolEnabled 
- Is Storage DRS enabled for this datastore cluster.
- 
[]GetVirtualization Vmware Datastore Cluster Result Tag 
- 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.
- UtilizedSpace float64Threshold 
- Minimum level of consumed space for each datastore that is the threshold for action.
- VersionContexts []GetVirtualization Vmware Datastore Cluster Result Version Context 
- VmCount float64
- Number of virtual machines relying on (using) this datastore cluster.
- VmEvacuation stringAutomation Mode 
- 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<GetVirtualization Vmware Datastore Cluster Result Ancestor> 
- automationLevel String
- The global automation level for all virtual machines in this datastore cluster.
- capacities
List<GetVirtualization Vmware Datastore Cluster Result Capacity> 
- classId String
- createTime String
- The time when this managed object was created.
- datacenters
List<GetVirtualization Vmware Datastore Cluster Result Datacenter> 
- datastoreCount Double
- Number of datastores present in this datastore cluster.
- domainGroup StringMoid 
- The DomainGroup ID for this managed object.
- freeSpace DoubleThreshold 
- Minimum level of free space for each datastore that is the threshold for action.
- hostCount Double
- Number of hosts attached to or supported-by this datastore cluster.
- identity String
- The internally generated identity of this datastore cluster. This entity is not manipulated by users. It aids in uniquely identifying the datastore cluster object. For VMware, this is an MOR (managed object reference).
- inventoryPath String
- Inventory path of the Datastore Cluster.
- ioLatency DoubleThreshold 
- Minimum I/O latency for each datastore below which I/O load balancing moves are not considered.
- ioLoad StringBalance Automation Mode 
- Storage DRS behavior when it generates recommendations for correcting I/O load imbalance in a datastore cluster.
- ioLoad DoubleImbalance Threshold 
- Amount of imbalance that Storage DRS should tolerate.
- ioMetrics BooleanEnabled 
- Is I/O Metrics enabled for this datastore cluster.
- minSpace DoubleUtilization Difference 
- Specify how much of an improvement DRS should look for before making a recommendation or performing a migration.
- modTime String
- The time when this managed object was last modified.
- moid String
- The unique identifier of this Managed Object instance.
- name String
- Name of the Datastore Cluster.
- objectType String
- owners List<String>
- parents
List<GetVirtualization Vmware Datastore Cluster Result Parent> 
- permissionResources List<GetVirtualization Vmware Datastore Cluster Result Permission Resource> 
- policyEnforcement StringAutomation Mode 
- Storage DRS behavior when it generates recommendations for correcting storage and VM policy violations in a datastore cluster.
- registeredDevices List<GetVirtualization Vmware Datastore Cluster Result Registered Device> 
- reservablePercent DoubleThreshold 
- Storage DRS makes storage migration recommendations if total IOPs reservation of all VMs running on a datastore is higher than the specified threshold.
- ruleEnforcement StringAutomation Mode 
- Storage DRS behavior when it generates recommendations for correcting affinity rule violations in a datastore cluster.
- 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.
- spaceLoad StringBalance Automation Mode 
- Storage DRS behavior when it generates recommendations for correcting space load imbalance in a datastore cluster.
- spaceThreshold StringMode 
- 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.
- storageDrs BooleanEnabled 
- Is Storage DRS enabled for this datastore cluster.
- 
List<GetVirtualization Vmware Datastore Cluster Result Tag> 
- 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.
- utilizedSpace DoubleThreshold 
- Minimum level of consumed space for each datastore that is the threshold for action.
- versionContexts List<GetVirtualization Vmware Datastore Cluster Result Version Context> 
- vmCount Double
- Number of virtual machines relying on (using) this datastore cluster.
- vmEvacuation StringAutomation Mode 
- 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
GetVirtualization Vmware Datastore Cluster Result Ancestor[] 
- automationLevel string
- The global automation level for all virtual machines in this datastore cluster.
- capacities
GetVirtualization Vmware Datastore Cluster Result Capacity[] 
- classId string
- createTime string
- The time when this managed object was created.
- datacenters
GetVirtualization Vmware Datastore Cluster Result Datacenter[] 
- datastoreCount number
- Number of datastores present in this datastore cluster.
- domainGroup stringMoid 
- The DomainGroup ID for this managed object.
- freeSpace numberThreshold 
- Minimum level of free space for each datastore that is the threshold for action.
- hostCount number
- Number of hosts attached to or supported-by this datastore cluster.
- identity string
- The internally generated identity of this datastore cluster. This entity is not manipulated by users. It aids in uniquely identifying the datastore cluster object. For VMware, this is an MOR (managed object reference).
- inventoryPath string
- Inventory path of the Datastore Cluster.
- ioLatency numberThreshold 
- Minimum I/O latency for each datastore below which I/O load balancing moves are not considered.
- ioLoad stringBalance Automation Mode 
- Storage DRS behavior when it generates recommendations for correcting I/O load imbalance in a datastore cluster.
- ioLoad numberImbalance Threshold 
- Amount of imbalance that Storage DRS should tolerate.
- ioMetrics booleanEnabled 
- Is I/O Metrics enabled for this datastore cluster.
- minSpace numberUtilization Difference 
- Specify how much of an improvement DRS should look for before making a recommendation or performing a migration.
- modTime string
- The time when this managed object was last modified.
- moid string
- The unique identifier of this Managed Object instance.
- name string
- Name of the Datastore Cluster.
- objectType string
- owners string[]
- parents
GetVirtualization Vmware Datastore Cluster Result Parent[] 
- permissionResources GetVirtualization Vmware Datastore Cluster Result Permission Resource[] 
- policyEnforcement stringAutomation Mode 
- Storage DRS behavior when it generates recommendations for correcting storage and VM policy violations in a datastore cluster.
- registeredDevices GetVirtualization Vmware Datastore Cluster Result Registered Device[] 
- reservablePercent numberThreshold 
- Storage DRS makes storage migration recommendations if total IOPs reservation of all VMs running on a datastore is higher than the specified threshold.
- ruleEnforcement stringAutomation Mode 
- Storage DRS behavior when it generates recommendations for correcting affinity rule violations in a datastore cluster.
- 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.
- spaceLoad stringBalance Automation Mode 
- Storage DRS behavior when it generates recommendations for correcting space load imbalance in a datastore cluster.
- spaceThreshold stringMode 
- 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.
- storageDrs booleanEnabled 
- Is Storage DRS enabled for this datastore cluster.
- 
GetVirtualization Vmware Datastore Cluster Result Tag[] 
- 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.
- utilizedSpace numberThreshold 
- Minimum level of consumed space for each datastore that is the threshold for action.
- versionContexts GetVirtualization Vmware Datastore Cluster Result Version Context[] 
- vmCount number
- Number of virtual machines relying on (using) this datastore cluster.
- vmEvacuation stringAutomation Mode 
- 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[GetVirtualization Vmware Datastore Cluster Result Ancestor] 
- automation_level str
- The global automation level for all virtual machines in this datastore cluster.
- capacities
Sequence[GetVirtualization Vmware Datastore Cluster Result Capacity] 
- class_id str
- create_time str
- The time when this managed object was created.
- datacenters
Sequence[GetVirtualization Vmware Datastore Cluster Result Datacenter] 
- datastore_count float
- Number of datastores present in this datastore cluster.
- domain_group_ strmoid 
- The DomainGroup ID for this managed object.
- free_space_ floatthreshold 
- Minimum level of free space for each datastore that is the threshold for action.
- host_count float
- Number of hosts attached to or supported-by this datastore cluster.
- identity str
- The internally generated identity of this datastore cluster. This entity is not manipulated by users. It aids in uniquely identifying the datastore cluster object. For VMware, this is an MOR (managed object reference).
- inventory_path str
- Inventory path of the Datastore Cluster.
- io_latency_ floatthreshold 
- Minimum I/O latency for each datastore below which I/O load balancing moves are not considered.
- io_load_ strbalance_ automation_ mode 
- Storage DRS behavior when it generates recommendations for correcting I/O load imbalance in a datastore cluster.
- io_load_ floatimbalance_ threshold 
- Amount of imbalance that Storage DRS should tolerate.
- io_metrics_ boolenabled 
- Is I/O Metrics enabled for this datastore cluster.
- min_space_ floatutilization_ difference 
- Specify how much of an improvement DRS should look for before making a recommendation or performing a migration.
- mod_time str
- The time when this managed object was last modified.
- moid str
- The unique identifier of this Managed Object instance.
- name str
- Name of the Datastore Cluster.
- object_type str
- owners Sequence[str]
- parents
Sequence[GetVirtualization Vmware Datastore Cluster Result Parent] 
- permission_resources Sequence[GetVirtualization Vmware Datastore Cluster Result Permission Resource] 
- policy_enforcement_ strautomation_ mode 
- Storage DRS behavior when it generates recommendations for correcting storage and VM policy violations in a datastore cluster.
- registered_devices Sequence[GetVirtualization Vmware Datastore Cluster Result Registered Device] 
- reservable_percent_ floatthreshold 
- 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_ strautomation_ mode 
- Storage DRS behavior when it generates recommendations for correcting affinity rule violations in a datastore cluster.
- 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_ strbalance_ automation_ mode 
- Storage DRS behavior when it generates recommendations for correcting space load imbalance in a datastore cluster.
- space_threshold_ strmode 
- 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_ boolenabled 
- Is Storage DRS enabled for this datastore cluster.
- 
Sequence[GetVirtualization Vmware Datastore Cluster Result Tag] 
- 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_ floatthreshold 
- Minimum level of consumed space for each datastore that is the threshold for action.
- version_contexts Sequence[GetVirtualization Vmware Datastore Cluster Result Version Context] 
- vm_count float
- Number of virtual machines relying on (using) this datastore cluster.
- vm_evacuation_ strautomation_ mode 
- Storage DRS behavior when it generates recommendations for VM evacuations from datastores in a datastore cluster.
- accountMoid String
- The Account ID for this managed object.
- additionalProperties String
- ancestors List<Property Map>
- automationLevel String
- The global automation level for all virtual machines in this datastore cluster.
- capacities List<Property Map>
- classId String
- createTime String
- The time when this managed object was created.
- datacenters List<Property Map>
- datastoreCount Number
- Number of datastores present in this datastore cluster.
- domainGroup StringMoid 
- The DomainGroup ID for this managed object.
- freeSpace NumberThreshold 
- Minimum level of free space for each datastore that is the threshold for action.
- hostCount Number
- Number of hosts attached to or supported-by this datastore cluster.
- identity String
- The internally generated identity of this datastore cluster. This entity is not manipulated by users. It aids in uniquely identifying the datastore cluster object. For VMware, this is an MOR (managed object reference).
- inventoryPath String
- Inventory path of the Datastore Cluster.
- ioLatency NumberThreshold 
- Minimum I/O latency for each datastore below which I/O load balancing moves are not considered.
- ioLoad StringBalance Automation Mode 
- Storage DRS behavior when it generates recommendations for correcting I/O load imbalance in a datastore cluster.
- ioLoad NumberImbalance Threshold 
- Amount of imbalance that Storage DRS should tolerate.
- ioMetrics BooleanEnabled 
- Is I/O Metrics enabled for this datastore cluster.
- minSpace NumberUtilization Difference 
- Specify how much of an improvement DRS should look for before making a recommendation or performing a migration.
- modTime String
- The time when this managed object was last modified.
- moid String
- The unique identifier of this Managed Object instance.
- name String
- Name of the Datastore Cluster.
- objectType String
- owners List<String>
- parents List<Property Map>
- permissionResources List<Property Map>
- policyEnforcement StringAutomation Mode 
- Storage DRS behavior when it generates recommendations for correcting storage and VM policy violations in a datastore cluster.
- registeredDevices List<Property Map>
- reservablePercent NumberThreshold 
- Storage DRS makes storage migration recommendations if total IOPs reservation of all VMs running on a datastore is higher than the specified threshold.
- ruleEnforcement StringAutomation Mode 
- Storage DRS behavior when it generates recommendations for correcting affinity rule violations in a datastore cluster.
- 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.
- spaceLoad StringBalance Automation Mode 
- Storage DRS behavior when it generates recommendations for correcting space load imbalance in a datastore cluster.
- spaceThreshold StringMode 
- 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.
- storageDrs BooleanEnabled 
- Is Storage DRS enabled for this datastore cluster.
- 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.
- utilizedSpace NumberThreshold 
- Minimum level of consumed space for each datastore that is the threshold for action.
- versionContexts List<Property Map>
- vmCount Number
- Number of virtual machines relying on (using) this datastore cluster.
- vmEvacuation StringAutomation Mode 
- Storage DRS behavior when it generates recommendations for VM evacuations from datastores in a datastore cluster.
GetVirtualizationVmwareDatastoreClusterResultAncestor      
- AdditionalProperties string
- ClassId string
- Moid string
- The unique identifier of this Managed Object instance.
- ObjectType string
- Selector string
- AdditionalProperties string
- ClassId string
- Moid string
- The unique identifier of this Managed Object instance.
- ObjectType string
- Selector string
- additionalProperties String
- classId String
- moid String
- The unique identifier of this Managed Object instance.
- objectType String
- selector String
- additionalProperties string
- classId string
- moid string
- The unique identifier of this Managed Object instance.
- objectType string
- selector string
- additional_properties str
- class_id str
- moid str
- The unique identifier of this Managed Object instance.
- object_type str
- selector str
- additionalProperties String
- classId String
- moid String
- The unique identifier of this Managed Object instance.
- objectType String
- selector String
GetVirtualizationVmwareDatastoreClusterResultCapacity      
- AdditionalProperties string
- Capacity double
- ClassId string
- Free double
- ObjectType string
- Used double
- AdditionalProperties string
- Capacity float64
- ClassId string
- Free float64
- ObjectType string
- Used float64
- additionalProperties String
- capacity Double
- classId String
- free Double
- objectType String
- used Double
- additionalProperties string
- capacity number
- classId string
- free number
- objectType string
- used number
- additional_properties str
- capacity float
- class_id str
- free float
- object_type str
- used float
- additionalProperties String
- capacity Number
- classId String
- free Number
- objectType String
- used Number
GetVirtualizationVmwareDatastoreClusterResultDatacenter      
- AdditionalProperties string
- ClassId string
- Moid string
- The unique identifier of this Managed Object instance.
- ObjectType string
- Selector string
- AdditionalProperties string
- ClassId string
- Moid string
- The unique identifier of this Managed Object instance.
- ObjectType string
- Selector string
- additionalProperties String
- classId String
- moid String
- The unique identifier of this Managed Object instance.
- objectType String
- selector String
- additionalProperties string
- classId string
- moid string
- The unique identifier of this Managed Object instance.
- objectType string
- selector string
- additional_properties str
- class_id str
- moid str
- The unique identifier of this Managed Object instance.
- object_type str
- selector str
- additionalProperties String
- classId String
- moid String
- The unique identifier of this Managed Object instance.
- objectType String
- selector String
GetVirtualizationVmwareDatastoreClusterResultParent      
- AdditionalProperties string
- ClassId string
- Moid string
- The unique identifier of this Managed Object instance.
- ObjectType string
- Selector string
- AdditionalProperties string
- ClassId string
- Moid string
- The unique identifier of this Managed Object instance.
- ObjectType string
- Selector string
- additionalProperties String
- classId String
- moid String
- The unique identifier of this Managed Object instance.
- objectType String
- selector String
- additionalProperties string
- classId string
- moid string
- The unique identifier of this Managed Object instance.
- objectType string
- selector string
- additional_properties str
- class_id str
- moid str
- The unique identifier of this Managed Object instance.
- object_type str
- selector str
- additionalProperties String
- classId String
- moid String
- The unique identifier of this Managed Object instance.
- objectType String
- selector String
GetVirtualizationVmwareDatastoreClusterResultPermissionResource       
- AdditionalProperties string
- ClassId string
- Moid string
- The unique identifier of this Managed Object instance.
- ObjectType string
- Selector string
- AdditionalProperties string
- ClassId string
- Moid string
- The unique identifier of this Managed Object instance.
- ObjectType string
- Selector string
- additionalProperties String
- classId String
- moid String
- The unique identifier of this Managed Object instance.
- objectType String
- selector String
- additionalProperties string
- classId string
- moid string
- The unique identifier of this Managed Object instance.
- objectType string
- selector string
- additional_properties str
- class_id str
- moid str
- The unique identifier of this Managed Object instance.
- object_type str
- selector str
- additionalProperties String
- classId String
- moid String
- The unique identifier of this Managed Object instance.
- objectType String
- selector String
GetVirtualizationVmwareDatastoreClusterResultRegisteredDevice       
- AdditionalProperties string
- ClassId string
- Moid string
- The unique identifier of this Managed Object instance.
- ObjectType string
- Selector string
- AdditionalProperties string
- ClassId string
- Moid string
- The unique identifier of this Managed Object instance.
- ObjectType string
- Selector string
- additionalProperties String
- classId String
- moid String
- The unique identifier of this Managed Object instance.
- objectType String
- selector String
- additionalProperties string
- classId string
- moid string
- The unique identifier of this Managed Object instance.
- objectType string
- selector string
- additional_properties str
- class_id str
- moid str
- The unique identifier of this Managed Object instance.
- object_type str
- selector str
- additionalProperties String
- classId String
- moid String
- The unique identifier of this Managed Object instance.
- objectType String
- selector String
GetVirtualizationVmwareDatastoreClusterResultTag      
- AdditionalProperties string
- Key string
- Value string
- AdditionalProperties string
- Key string
- Value string
- additionalProperties String
- key String
- value String
- additionalProperties string
- key string
- value string
- additional_properties str
- key str
- value str
- additionalProperties String
- key String
- value String
GetVirtualizationVmwareDatastoreClusterResultVersionContext       
- additionalProperties String
- classId String
- interestedMos List<GetVirtualization Vmware Datastore Cluster Result Version Context Interested Mo> 
- markedFor BooleanDeletion 
- nrVersion String
- objectType String
- refMos List<GetVirtualization Vmware Datastore Cluster Result Version Context Ref Mo> 
- timestamp String
- versionType String
- additionalProperties String
- classId String
- interestedMos List<Property Map>
- markedFor BooleanDeletion 
- nrVersion String
- objectType String
- refMos List<Property Map>
- timestamp String
- versionType String
GetVirtualizationVmwareDatastoreClusterResultVersionContextInterestedMo         
- AdditionalProperties string
- ClassId string
- Moid string
- The unique identifier of this Managed Object instance.
- ObjectType string
- Selector string
- AdditionalProperties string
- ClassId string
- Moid string
- The unique identifier of this Managed Object instance.
- ObjectType string
- Selector string
- additionalProperties String
- classId String
- moid String
- The unique identifier of this Managed Object instance.
- objectType String
- selector String
- additionalProperties string
- classId string
- moid string
- The unique identifier of this Managed Object instance.
- objectType string
- selector string
- additional_properties str
- class_id str
- moid str
- The unique identifier of this Managed Object instance.
- object_type str
- selector str
- additionalProperties String
- classId String
- moid String
- The unique identifier of this Managed Object instance.
- objectType String
- selector String
GetVirtualizationVmwareDatastoreClusterResultVersionContextRefMo         
- AdditionalProperties string
- ClassId string
- Moid string
- The unique identifier of this Managed Object instance.
- ObjectType string
- Selector string
- AdditionalProperties string
- ClassId string
- Moid string
- The unique identifier of this Managed Object instance.
- ObjectType string
- Selector string
- additionalProperties String
- classId String
- moid String
- The unique identifier of this Managed Object instance.
- objectType String
- selector String
- additionalProperties string
- classId string
- moid string
- The unique identifier of this Managed Object instance.
- objectType string
- selector string
- additional_properties str
- class_id str
- moid str
- The unique identifier of this Managed Object instance.
- object_type str
- selector str
- additionalProperties String
- classId String
- moid String
- The unique identifier of this Managed Object instance.
- objectType String
- selector String
GetVirtualizationVmwareDatastoreClusterTag     
- AdditionalProperties string
- Key string
- The string representation of a tag key.
- Value string
- The string representation of a tag value.
- AdditionalProperties string
- Key string
- The string representation of a tag key.
- Value string
- The string representation of a tag value.
- additionalProperties String
- key String
- The string representation of a tag key.
- value String
- The string representation of a tag value.
- additionalProperties string
- key string
- The string representation of a tag key.
- value string
- The string representation of a tag value.
- additional_properties str
- key str
- The string representation of a tag key.
- value str
- The string representation of a tag value.
- additionalProperties String
- key String
- The string representation of a tag key.
- value String
- The string representation of a tag value.
GetVirtualizationVmwareDatastoreClusterVersionContext      
- AdditionalProperties string
- ClassId string
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- InterestedMos List<GetVirtualization Vmware Datastore Cluster Version Context Interested Mo> 
- MarkedFor boolDeletion 
- 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 GetVirtualization Vmware Datastore Cluster Version Context Ref Mo 
- 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 []GetVirtualization Vmware Datastore Cluster Version Context Interested Mo 
- MarkedFor boolDeletion 
- 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 GetVirtualization Vmware Datastore Cluster Version Context Ref Mo 
- 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<GetVirtualization Vmware Datastore Cluster Version Context Interested Mo> 
- markedFor BooleanDeletion 
- 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 GetVirtualization Vmware Datastore Cluster Version Context Ref Mo 
- 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 GetVirtualization Vmware Datastore Cluster Version Context Interested Mo[] 
- markedFor booleanDeletion 
- 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 GetVirtualization Vmware Datastore Cluster Version Context Ref Mo 
- 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[GetVirtualization Vmware Datastore Cluster Version Context Interested Mo] 
- marked_for_ booldeletion 
- 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 GetVirtualization Vmware Datastore Cluster Version Context Ref Mo 
- 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>
- markedFor BooleanDeletion 
- 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.- If 'moid' is set this field is ignored.
- 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.- If 'moid' is set this field is ignored.
- 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.- If 'moid' is set this field is ignored.
- 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.- If 'moid' is set this field is ignored.
- 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.- If 'moid' is set this field is ignored.
- 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.- If 'moid' is set this field is ignored.
- 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.- If 'moid' is set this field is ignored.
- 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.- If 'moid' is set this field is ignored.
- 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.- If 'moid' is set this field is ignored.
- 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.- If 'moid' is set this field is ignored.
- 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.- If 'moid' is set this field is ignored.
- 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.- If 'moid' is set this field is ignored.
- 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 intersightTerraform Provider.
intersight 1.0.65 published on Wednesday, May 7, 2025 by ciscodevnet