intersight 1.0.64 published on Wednesday, Apr 30, 2025 by ciscodevnet
intersight.getVirtualizationVmwareDatastoreCluster
Explore with Pulumi AI
intersight 1.0.64 published on Wednesday, Apr 30, 2025 by ciscodevnet
The VMware Datastore cluster entity with its attributes. Datastore cluster is a collection of datastores with shared resources and a shared management interface.
Using getVirtualizationVmwareDatastoreCluster
Two invocation forms are available. The direct form accepts plain arguments and either blocks until the result value is available, or returns a Promise-wrapped result. The output form accepts Input-wrapped arguments and returns an Output-wrapped result.
function getVirtualizationVmwareDatastoreCluster(args: GetVirtualizationVmwareDatastoreClusterArgs, opts?: InvokeOptions): Promise<GetVirtualizationVmwareDatastoreClusterResult>
function getVirtualizationVmwareDatastoreClusterOutput(args: GetVirtualizationVmwareDatastoreClusterOutputArgs, opts?: InvokeOptions): Output<GetVirtualizationVmwareDatastoreClusterResult>
def get_virtualization_vmware_datastore_cluster(account_moid: Optional[str] = None,
additional_properties: Optional[str] = None,
ancestors: Optional[Sequence[GetVirtualizationVmwareDatastoreClusterAncestor]] = None,
automation_level: Optional[str] = None,
capacity: Optional[GetVirtualizationVmwareDatastoreClusterCapacity] = None,
class_id: Optional[str] = None,
create_time: Optional[str] = None,
datacenter: Optional[GetVirtualizationVmwareDatastoreClusterDatacenter] = None,
datastore_count: Optional[float] = None,
domain_group_moid: Optional[str] = None,
free_space_threshold: Optional[float] = None,
host_count: Optional[float] = None,
id: Optional[str] = None,
identity: Optional[str] = None,
inventory_path: Optional[str] = None,
io_latency_threshold: Optional[float] = None,
io_load_balance_automation_mode: Optional[str] = None,
io_load_imbalance_threshold: Optional[float] = None,
io_metrics_enabled: Optional[bool] = None,
min_space_utilization_difference: Optional[float] = None,
mod_time: Optional[str] = None,
moid: Optional[str] = None,
name: Optional[str] = None,
object_type: Optional[str] = None,
owners: Optional[Sequence[str]] = None,
parent: Optional[GetVirtualizationVmwareDatastoreClusterParent] = None,
permission_resources: Optional[Sequence[GetVirtualizationVmwareDatastoreClusterPermissionResource]] = None,
policy_enforcement_automation_mode: Optional[str] = None,
registered_device: Optional[GetVirtualizationVmwareDatastoreClusterRegisteredDevice] = None,
reservable_percent_threshold: Optional[float] = None,
rule_enforcement_automation_mode: Optional[str] = None,
shared_scope: Optional[str] = None,
space_load_balance_automation_mode: Optional[str] = None,
space_threshold_mode: Optional[str] = None,
status: Optional[str] = None,
storage_drs_enabled: Optional[bool] = None,
tags: Optional[Sequence[GetVirtualizationVmwareDatastoreClusterTag]] = None,
type: Optional[str] = None,
utilized_space_threshold: Optional[float] = None,
version_context: Optional[GetVirtualizationVmwareDatastoreClusterVersionContext] = None,
vm_count: Optional[float] = None,
vm_evacuation_automation_mode: Optional[str] = None,
opts: Optional[InvokeOptions] = None) -> GetVirtualizationVmwareDatastoreClusterResult
def get_virtualization_vmware_datastore_cluster_output(account_moid: Optional[pulumi.Input[str]] = None,
additional_properties: Optional[pulumi.Input[str]] = None,
ancestors: Optional[pulumi.Input[Sequence[pulumi.Input[GetVirtualizationVmwareDatastoreClusterAncestorArgs]]]] = None,
automation_level: Optional[pulumi.Input[str]] = None,
capacity: Optional[pulumi.Input[GetVirtualizationVmwareDatastoreClusterCapacityArgs]] = None,
class_id: Optional[pulumi.Input[str]] = None,
create_time: Optional[pulumi.Input[str]] = None,
datacenter: Optional[pulumi.Input[GetVirtualizationVmwareDatastoreClusterDatacenterArgs]] = None,
datastore_count: Optional[pulumi.Input[float]] = None,
domain_group_moid: Optional[pulumi.Input[str]] = None,
free_space_threshold: Optional[pulumi.Input[float]] = None,
host_count: Optional[pulumi.Input[float]] = None,
id: Optional[pulumi.Input[str]] = None,
identity: Optional[pulumi.Input[str]] = None,
inventory_path: Optional[pulumi.Input[str]] = None,
io_latency_threshold: Optional[pulumi.Input[float]] = None,
io_load_balance_automation_mode: Optional[pulumi.Input[str]] = None,
io_load_imbalance_threshold: Optional[pulumi.Input[float]] = None,
io_metrics_enabled: Optional[pulumi.Input[bool]] = None,
min_space_utilization_difference: Optional[pulumi.Input[float]] = None,
mod_time: Optional[pulumi.Input[str]] = None,
moid: Optional[pulumi.Input[str]] = None,
name: Optional[pulumi.Input[str]] = None,
object_type: Optional[pulumi.Input[str]] = None,
owners: Optional[pulumi.Input[Sequence[pulumi.Input[str]]]] = None,
parent: Optional[pulumi.Input[GetVirtualizationVmwareDatastoreClusterParentArgs]] = None,
permission_resources: Optional[pulumi.Input[Sequence[pulumi.Input[GetVirtualizationVmwareDatastoreClusterPermissionResourceArgs]]]] = None,
policy_enforcement_automation_mode: Optional[pulumi.Input[str]] = None,
registered_device: Optional[pulumi.Input[GetVirtualizationVmwareDatastoreClusterRegisteredDeviceArgs]] = None,
reservable_percent_threshold: Optional[pulumi.Input[float]] = None,
rule_enforcement_automation_mode: Optional[pulumi.Input[str]] = None,
shared_scope: Optional[pulumi.Input[str]] = None,
space_load_balance_automation_mode: Optional[pulumi.Input[str]] = None,
space_threshold_mode: Optional[pulumi.Input[str]] = None,
status: Optional[pulumi.Input[str]] = None,
storage_drs_enabled: Optional[pulumi.Input[bool]] = None,
tags: Optional[pulumi.Input[Sequence[pulumi.Input[GetVirtualizationVmwareDatastoreClusterTagArgs]]]] = None,
type: Optional[pulumi.Input[str]] = None,
utilized_space_threshold: Optional[pulumi.Input[float]] = None,
version_context: Optional[pulumi.Input[GetVirtualizationVmwareDatastoreClusterVersionContextArgs]] = None,
vm_count: Optional[pulumi.Input[float]] = None,
vm_evacuation_automation_mode: Optional[pulumi.Input[str]] = None,
opts: Optional[InvokeOptions] = None) -> Output[GetVirtualizationVmwareDatastoreClusterResult]
func LookupVirtualizationVmwareDatastoreCluster(ctx *Context, args *LookupVirtualizationVmwareDatastoreClusterArgs, opts ...InvokeOption) (*LookupVirtualizationVmwareDatastoreClusterResult, error)
func LookupVirtualizationVmwareDatastoreClusterOutput(ctx *Context, args *LookupVirtualizationVmwareDatastoreClusterOutputArgs, opts ...InvokeOption) LookupVirtualizationVmwareDatastoreClusterResultOutput
> Note: This function is named LookupVirtualizationVmwareDatastoreCluster
in the Go SDK.
public static class GetVirtualizationVmwareDatastoreCluster
{
public static Task<GetVirtualizationVmwareDatastoreClusterResult> InvokeAsync(GetVirtualizationVmwareDatastoreClusterArgs args, InvokeOptions? opts = null)
public static Output<GetVirtualizationVmwareDatastoreClusterResult> Invoke(GetVirtualizationVmwareDatastoreClusterInvokeArgs args, InvokeOptions? opts = null)
}
public static CompletableFuture<GetVirtualizationVmwareDatastoreClusterResult> getVirtualizationVmwareDatastoreCluster(GetVirtualizationVmwareDatastoreClusterArgs args, InvokeOptions options)
public static Output<GetVirtualizationVmwareDatastoreClusterResult> getVirtualizationVmwareDatastoreCluster(GetVirtualizationVmwareDatastoreClusterArgs args, InvokeOptions options)
fn::invoke:
function: intersight:index/getVirtualizationVmwareDatastoreCluster:getVirtualizationVmwareDatastoreCluster
arguments:
# arguments dictionary
The following arguments are supported:
- Account
Moid string - The Account ID for this managed object.
- Additional
Properties string - Ancestors
List<Get
Virtualization Vmware Datastore Cluster Ancestor> - Automation
Level string - The global automation level for all virtual machines in this datastore cluster.
- Capacity
Get
Virtualization Vmware Datastore Cluster Capacity - Class
Id string - Create
Time string - The time when this managed object was created.
- Datacenter
Get
Virtualization Vmware Datastore Cluster Datacenter - Datastore
Count double - Number of datastores present in this datastore cluster.
- Domain
Group stringMoid - The DomainGroup ID for this managed object.
- Free
Space doubleThreshold - Minimum level of free space for each datastore that is the threshold for action.
- Host
Count 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).
- Inventory
Path string - Inventory path of the Datastore Cluster.
- Io
Latency doubleThreshold - Minimum I/O latency for each datastore below which I/O load balancing moves are not considered.
- Io
Load stringBalance Automation Mode - Storage DRS behavior when it generates recommendations for correcting I/O load imbalance in a datastore cluster.
- Io
Load doubleImbalance Threshold - Amount of imbalance that Storage DRS should tolerate.
- Io
Metrics boolEnabled - Is I/O Metrics enabled for this datastore cluster.
- Min
Space doubleUtilization Difference - Specify how much of an improvement DRS should look for before making a recommendation or performing a migration.
- Mod
Time 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.
- Object
Type string - Owners List<string>
- Parent
Get
Virtualization Vmware Datastore Cluster Parent - Permission
Resources List<GetVirtualization Vmware Datastore Cluster Permission Resource> - Policy
Enforcement stringAutomation 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 doubleThreshold - 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 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.
- Space
Load stringBalance Automation Mode - Storage DRS behavior when it generates recommendations for correcting space load imbalance in a datastore cluster.
- Space
Threshold 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. - Storage
Drs boolEnabled - Is Storage DRS enabled for this datastore cluster.
- List<Get
Virtualization 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. - Utilized
Space doubleThreshold - Minimum level of consumed space for each datastore that is the threshold for action.
- Version
Context GetVirtualization Vmware Datastore Cluster Version Context - Vm
Count double - Number of virtual machines relying on (using) this datastore cluster.
- Vm
Evacuation stringAutomation Mode - Storage DRS behavior when it generates recommendations for VM evacuations from datastores in a datastore cluster.
- Account
Moid string - The Account ID for this managed object.
- Additional
Properties string - Ancestors
[]Get
Virtualization Vmware Datastore Cluster Ancestor - Automation
Level string - The global automation level for all virtual machines in this datastore cluster.
- Capacity
Get
Virtualization Vmware Datastore Cluster Capacity - Class
Id string - Create
Time string - The time when this managed object was created.
- Datacenter
Get
Virtualization Vmware Datastore Cluster Datacenter - Datastore
Count float64 - Number of datastores present in this datastore cluster.
- Domain
Group stringMoid - The DomainGroup ID for this managed object.
- Free
Space float64Threshold - Minimum level of free space for each datastore that is the threshold for action.
- Host
Count 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).
- Inventory
Path string - Inventory path of the Datastore Cluster.
- Io
Latency float64Threshold - Minimum I/O latency for each datastore below which I/O load balancing moves are not considered.
- Io
Load stringBalance Automation Mode - Storage DRS behavior when it generates recommendations for correcting I/O load imbalance in a datastore cluster.
- Io
Load float64Imbalance Threshold - Amount of imbalance that Storage DRS should tolerate.
- Io
Metrics boolEnabled - Is I/O Metrics enabled for this datastore cluster.
- Min
Space float64Utilization Difference - Specify how much of an improvement DRS should look for before making a recommendation or performing a migration.
- Mod
Time 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.
- Object
Type string - Owners []string
- Parent
Get
Virtualization Vmware Datastore Cluster Parent - Permission
Resources []GetVirtualization Vmware Datastore Cluster Permission Resource - Policy
Enforcement stringAutomation 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 float64Threshold - 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 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.
- Space
Load stringBalance Automation Mode - Storage DRS behavior when it generates recommendations for correcting space load imbalance in a datastore cluster.
- Space
Threshold 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. - Storage
Drs boolEnabled - Is Storage DRS enabled for this datastore cluster.
- []Get
Virtualization 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. - Utilized
Space float64Threshold - Minimum level of consumed space for each datastore that is the threshold for action.
- Version
Context GetVirtualization Vmware Datastore Cluster Version Context - Vm
Count float64 - Number of virtual machines relying on (using) this datastore cluster.
- Vm
Evacuation stringAutomation Mode - Storage DRS behavior when it generates recommendations for VM evacuations from datastores in a datastore cluster.
- account
Moid String - The Account ID for this managed object.
- additional
Properties String - ancestors
List<Get
Virtualization Vmware Datastore Cluster Ancestor> - automation
Level String - The global automation level for all virtual machines in this datastore cluster.
- capacity
Get
Virtualization Vmware Datastore Cluster Capacity - class
Id String - create
Time String - The time when this managed object was created.
- datacenter
Get
Virtualization Vmware Datastore Cluster Datacenter - datastore
Count Double - Number of datastores present in this datastore cluster.
- domain
Group StringMoid - The DomainGroup ID for this managed object.
- free
Space DoubleThreshold - Minimum level of free space for each datastore that is the threshold for action.
- host
Count 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).
- inventory
Path String - Inventory path of the Datastore Cluster.
- io
Latency DoubleThreshold - Minimum I/O latency for each datastore below which I/O load balancing moves are not considered.
- io
Load StringBalance Automation Mode - Storage DRS behavior when it generates recommendations for correcting I/O load imbalance in a datastore cluster.
- io
Load DoubleImbalance Threshold - Amount of imbalance that Storage DRS should tolerate.
- io
Metrics BooleanEnabled - Is I/O Metrics enabled for this datastore cluster.
- min
Space DoubleUtilization Difference - Specify how much of an improvement DRS should look for before making a recommendation or performing a migration.
- mod
Time 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.
- object
Type String - owners List<String>
- parent
Get
Virtualization Vmware Datastore Cluster Parent - permission
Resources List<GetVirtualization Vmware Datastore Cluster Permission Resource> - policy
Enforcement StringAutomation 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 DoubleThreshold - 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 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.
- space
Load StringBalance Automation Mode - Storage DRS behavior when it generates recommendations for correcting space load imbalance in a datastore cluster.
- space
Threshold 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. - storage
Drs BooleanEnabled - Is Storage DRS enabled for this datastore cluster.
- List<Get
Virtualization 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. - utilized
Space DoubleThreshold - Minimum level of consumed space for each datastore that is the threshold for action.
- version
Context GetVirtualization Vmware Datastore Cluster Version Context - vm
Count Double - Number of virtual machines relying on (using) this datastore cluster.
- vm
Evacuation StringAutomation Mode - Storage DRS behavior when it generates recommendations for VM evacuations from datastores in a datastore cluster.
- account
Moid string - The Account ID for this managed object.
- additional
Properties string - ancestors
Get
Virtualization Vmware Datastore Cluster Ancestor[] - automation
Level string - The global automation level for all virtual machines in this datastore cluster.
- capacity
Get
Virtualization Vmware Datastore Cluster Capacity - class
Id string - create
Time string - The time when this managed object was created.
- datacenter
Get
Virtualization Vmware Datastore Cluster Datacenter - datastore
Count number - Number of datastores present in this datastore cluster.
- domain
Group stringMoid - The DomainGroup ID for this managed object.
- free
Space numberThreshold - Minimum level of free space for each datastore that is the threshold for action.
- host
Count 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).
- inventory
Path string - Inventory path of the Datastore Cluster.
- io
Latency numberThreshold - Minimum I/O latency for each datastore below which I/O load balancing moves are not considered.
- io
Load stringBalance Automation Mode - Storage DRS behavior when it generates recommendations for correcting I/O load imbalance in a datastore cluster.
- io
Load numberImbalance Threshold - Amount of imbalance that Storage DRS should tolerate.
- io
Metrics booleanEnabled - Is I/O Metrics enabled for this datastore cluster.
- min
Space numberUtilization Difference - Specify how much of an improvement DRS should look for before making a recommendation or performing a migration.
- mod
Time 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.
- object
Type string - owners string[]
- parent
Get
Virtualization Vmware Datastore Cluster Parent - permission
Resources GetVirtualization Vmware Datastore Cluster Permission Resource[] - policy
Enforcement stringAutomation 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 numberThreshold - 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 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.
- space
Load stringBalance Automation Mode - Storage DRS behavior when it generates recommendations for correcting space load imbalance in a datastore cluster.
- space
Threshold 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. - storage
Drs booleanEnabled - Is Storage DRS enabled for this datastore cluster.
- Get
Virtualization 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. - utilized
Space numberThreshold - Minimum level of consumed space for each datastore that is the threshold for action.
- version
Context GetVirtualization Vmware Datastore Cluster Version Context - vm
Count number - Number of virtual machines relying on (using) this datastore cluster.
- vm
Evacuation 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[Get
Virtualization Vmware Datastore Cluster Ancestor] - automation_
level str - The global automation level for all virtual machines in this datastore cluster.
- capacity
Get
Virtualization Vmware Datastore Cluster Capacity - class_
id str - create_
time str - The time when this managed object was created.
- datacenter
Get
Virtualization 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
Get
Virtualization 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[Get
Virtualization 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.
- account
Moid String - The Account ID for this managed object.
- additional
Properties String - ancestors List<Property Map>
- automation
Level String - The global automation level for all virtual machines in this datastore cluster.
- capacity Property Map
- class
Id String - create
Time String - The time when this managed object was created.
- datacenter Property Map
- datastore
Count Number - Number of datastores present in this datastore cluster.
- domain
Group StringMoid - The DomainGroup ID for this managed object.
- free
Space NumberThreshold - Minimum level of free space for each datastore that is the threshold for action.
- host
Count 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).
- inventory
Path String - Inventory path of the Datastore Cluster.
- io
Latency NumberThreshold - Minimum I/O latency for each datastore below which I/O load balancing moves are not considered.
- io
Load StringBalance Automation Mode - Storage DRS behavior when it generates recommendations for correcting I/O load imbalance in a datastore cluster.
- io
Load NumberImbalance Threshold - Amount of imbalance that Storage DRS should tolerate.
- io
Metrics BooleanEnabled - Is I/O Metrics enabled for this datastore cluster.
- min
Space NumberUtilization Difference - Specify how much of an improvement DRS should look for before making a recommendation or performing a migration.
- mod
Time 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.
- object
Type String - owners List<String>
- parent Property Map
- permission
Resources List<Property Map> - policy
Enforcement StringAutomation Mode - Storage DRS behavior when it generates recommendations for correcting storage and VM policy violations in a datastore cluster.
- registered
Device Property Map - reservable
Percent NumberThreshold - 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 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.
- space
Load StringBalance Automation Mode - Storage DRS behavior when it generates recommendations for correcting space load imbalance in a datastore cluster.
- space
Threshold 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. - storage
Drs 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. - utilized
Space NumberThreshold - Minimum level of consumed space for each datastore that is the threshold for action.
- version
Context Property Map - vm
Count Number - Number of virtual machines relying on (using) this datastore cluster.
- vm
Evacuation 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<Get
Virtualization Vmware Datastore Cluster Result> - Account
Moid string - Additional
Properties string - Ancestors
List<Get
Virtualization Vmware Datastore Cluster Ancestor> - Automation
Level string - Capacity
Get
Virtualization Vmware Datastore Cluster Capacity - Class
Id string - Create
Time string - Datacenter
Get
Virtualization Vmware Datastore Cluster Datacenter - Datastore
Count double - Domain
Group stringMoid - Free
Space doubleThreshold - Host
Count double - Identity string
- Inventory
Path string - Io
Latency doubleThreshold - Io
Load stringBalance Automation Mode - Io
Load doubleImbalance Threshold - Io
Metrics boolEnabled - Min
Space doubleUtilization Difference - Mod
Time string - Moid string
- Name string
- Object
Type string - Owners List<string>
- Parent
Get
Virtualization Vmware Datastore Cluster Parent - Permission
Resources List<GetVirtualization Vmware Datastore Cluster Permission Resource> - Policy
Enforcement stringAutomation Mode - Registered
Device GetVirtualization Vmware Datastore Cluster Registered Device - Reservable
Percent doubleThreshold - Rule
Enforcement stringAutomation Mode - string
- Space
Load stringBalance Automation Mode - Space
Threshold stringMode - Status string
- Storage
Drs boolEnabled - List<Get
Virtualization Vmware Datastore Cluster Tag> - Type string
- Utilized
Space doubleThreshold - Version
Context GetVirtualization Vmware Datastore Cluster Version Context - Vm
Count double - Vm
Evacuation stringAutomation Mode
- Id string
- Results
[]Get
Virtualization Vmware Datastore Cluster Result - Account
Moid string - Additional
Properties string - Ancestors
[]Get
Virtualization Vmware Datastore Cluster Ancestor - Automation
Level string - Capacity
Get
Virtualization Vmware Datastore Cluster Capacity - Class
Id string - Create
Time string - Datacenter
Get
Virtualization Vmware Datastore Cluster Datacenter - Datastore
Count float64 - Domain
Group stringMoid - Free
Space float64Threshold - Host
Count float64 - Identity string
- Inventory
Path string - Io
Latency float64Threshold - Io
Load stringBalance Automation Mode - Io
Load float64Imbalance Threshold - Io
Metrics boolEnabled - Min
Space float64Utilization Difference - Mod
Time string - Moid string
- Name string
- Object
Type string - Owners []string
- Parent
Get
Virtualization Vmware Datastore Cluster Parent - Permission
Resources []GetVirtualization Vmware Datastore Cluster Permission Resource - Policy
Enforcement stringAutomation Mode - Registered
Device GetVirtualization Vmware Datastore Cluster Registered Device - Reservable
Percent float64Threshold - Rule
Enforcement stringAutomation Mode - string
- Space
Load stringBalance Automation Mode - Space
Threshold stringMode - Status string
- Storage
Drs boolEnabled - []Get
Virtualization Vmware Datastore Cluster Tag - Type string
- Utilized
Space float64Threshold - Version
Context GetVirtualization Vmware Datastore Cluster Version Context - Vm
Count float64 - Vm
Evacuation stringAutomation Mode
- id String
- results
List<Get
Virtualization Vmware Datastore Cluster Result> - account
Moid String - additional
Properties String - ancestors
List<Get
Virtualization Vmware Datastore Cluster Ancestor> - automation
Level String - capacity
Get
Virtualization Vmware Datastore Cluster Capacity - class
Id String - create
Time String - datacenter
Get
Virtualization Vmware Datastore Cluster Datacenter - datastore
Count Double - domain
Group StringMoid - free
Space DoubleThreshold - host
Count Double - identity String
- inventory
Path String - io
Latency DoubleThreshold - io
Load StringBalance Automation Mode - io
Load DoubleImbalance Threshold - io
Metrics BooleanEnabled - min
Space DoubleUtilization Difference - mod
Time String - moid String
- name String
- object
Type String - owners List<String>
- parent
Get
Virtualization Vmware Datastore Cluster Parent - permission
Resources List<GetVirtualization Vmware Datastore Cluster Permission Resource> - policy
Enforcement StringAutomation Mode - registered
Device GetVirtualization Vmware Datastore Cluster Registered Device - reservable
Percent DoubleThreshold - rule
Enforcement StringAutomation Mode - String
- space
Load StringBalance Automation Mode - space
Threshold StringMode - status String
- storage
Drs BooleanEnabled - List<Get
Virtualization Vmware Datastore Cluster Tag> - type String
- utilized
Space DoubleThreshold - version
Context GetVirtualization Vmware Datastore Cluster Version Context - vm
Count Double - vm
Evacuation StringAutomation Mode
- id string
- results
Get
Virtualization Vmware Datastore Cluster Result[] - account
Moid string - additional
Properties string - ancestors
Get
Virtualization Vmware Datastore Cluster Ancestor[] - automation
Level string - capacity
Get
Virtualization Vmware Datastore Cluster Capacity - class
Id string - create
Time string - datacenter
Get
Virtualization Vmware Datastore Cluster Datacenter - datastore
Count number - domain
Group stringMoid - free
Space numberThreshold - host
Count number - identity string
- inventory
Path string - io
Latency numberThreshold - io
Load stringBalance Automation Mode - io
Load numberImbalance Threshold - io
Metrics booleanEnabled - min
Space numberUtilization Difference - mod
Time string - moid string
- name string
- object
Type string - owners string[]
- parent
Get
Virtualization Vmware Datastore Cluster Parent - permission
Resources GetVirtualization Vmware Datastore Cluster Permission Resource[] - policy
Enforcement stringAutomation Mode - registered
Device GetVirtualization Vmware Datastore Cluster Registered Device - reservable
Percent numberThreshold - rule
Enforcement stringAutomation Mode - string
- space
Load stringBalance Automation Mode - space
Threshold stringMode - status string
- storage
Drs booleanEnabled - Get
Virtualization Vmware Datastore Cluster Tag[] - type string
- utilized
Space numberThreshold - version
Context GetVirtualization Vmware Datastore Cluster Version Context - vm
Count number - vm
Evacuation stringAutomation Mode
- id str
- results
Sequence[Get
Virtualization Vmware Datastore Cluster Result] - account_
moid str - additional_
properties str - ancestors
Sequence[Get
Virtualization Vmware Datastore Cluster Ancestor] - automation_
level str - capacity
Get
Virtualization Vmware Datastore Cluster Capacity - class_
id str - create_
time str - datacenter
Get
Virtualization 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
Get
Virtualization 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[Get
Virtualization 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>
- account
Moid String - additional
Properties String - ancestors List<Property Map>
- automation
Level String - capacity Property Map
- class
Id String - create
Time String - datacenter Property Map
- datastore
Count Number - domain
Group StringMoid - free
Space NumberThreshold - host
Count Number - identity String
- inventory
Path String - io
Latency NumberThreshold - io
Load StringBalance Automation Mode - io
Load NumberImbalance Threshold - io
Metrics BooleanEnabled - min
Space NumberUtilization Difference - mod
Time String - moid String
- name String
- object
Type String - owners List<String>
- parent Property Map
- permission
Resources List<Property Map> - policy
Enforcement StringAutomation Mode - registered
Device Property Map - reservable
Percent NumberThreshold - rule
Enforcement StringAutomation Mode - String
- space
Load StringBalance Automation Mode - space
Threshold StringMode - status String
- storage
Drs BooleanEnabled - List<Property Map>
- type String
- utilized
Space NumberThreshold - version
Context Property Map - vm
Count Number - vm
Evacuation StringAutomation Mode
Supporting Types
GetVirtualizationVmwareDatastoreClusterAncestor
- Additional
Properties string - Class
Id 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.
- Object
Type 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 string - Class
Id 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.
- Object
Type 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 String - class
Id 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.
- object
Type 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 string - class
Id 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.
- object
Type 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'.
- additional
Properties String - class
Id 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.
- object
Type 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
- Additional
Properties string - Capacity double
- The total capacity of the entity (bytes).
- Class
Id 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.
- Object
Type 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.
- Additional
Properties string - Capacity float64
- The total capacity of the entity (bytes).
- Class
Id 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.
- Object
Type 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.
- additional
Properties String - capacity Double
- The total capacity of the entity (bytes).
- class
Id 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.
- object
Type 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.
- additional
Properties string - capacity number
- The total capacity of the entity (bytes).
- class
Id 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.
- object
Type 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.
- additional
Properties String - capacity Number
- The total capacity of the entity (bytes).
- class
Id 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.
- object
Type 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
- Additional
Properties string - Class
Id 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.
- Object
Type 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 string - Class
Id 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.
- Object
Type 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 String - class
Id 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.
- object
Type 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 string - class
Id 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.
- object
Type 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'.
- additional
Properties String - class
Id 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.
- object
Type 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
- Additional
Properties string - Class
Id 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.
- Object
Type 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 string - Class
Id 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.
- Object
Type 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 String - class
Id 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.
- object
Type 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 string - class
Id 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.
- object
Type 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'.
- additional
Properties String - class
Id 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.
- object
Type 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
- Additional
Properties string - Class
Id 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.
- Object
Type 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 string - Class
Id 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.
- Object
Type 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 String - class
Id 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.
- object
Type 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 string - class
Id 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.
- object
Type 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'.
- additional
Properties String - class
Id 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.
- object
Type 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
- Additional
Properties string - Class
Id 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.
- Object
Type 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 string - Class
Id 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.
- Object
Type 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 String - class
Id 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.
- object
Type 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 string - class
Id 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.
- object
Type 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'.
- additional
Properties String - class
Id 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.
- object
Type 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
- Account
Moid string - The Account ID for this managed object.
- Additional
Properties string - Ancestors
List<Get
Virtualization Vmware Datastore Cluster Result Ancestor> - Automation
Level string - The global automation level for all virtual machines in this datastore cluster.
- Capacities
List<Get
Virtualization Vmware Datastore Cluster Result Capacity> - Class
Id string - Create
Time string - The time when this managed object was created.
- Datacenters
List<Get
Virtualization Vmware Datastore Cluster Result Datacenter> - Datastore
Count double - Number of datastores present in this datastore cluster.
- Domain
Group stringMoid - The DomainGroup ID for this managed object.
- Free
Space doubleThreshold - Minimum level of free space for each datastore that is the threshold for action.
- Host
Count 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).
- Inventory
Path string - Inventory path of the Datastore Cluster.
- Io
Latency doubleThreshold - Minimum I/O latency for each datastore below which I/O load balancing moves are not considered.
- Io
Load stringBalance Automation Mode - Storage DRS behavior when it generates recommendations for correcting I/O load imbalance in a datastore cluster.
- Io
Load doubleImbalance Threshold - Amount of imbalance that Storage DRS should tolerate.
- Io
Metrics boolEnabled - Is I/O Metrics enabled for this datastore cluster.
- Min
Space doubleUtilization Difference - Specify how much of an improvement DRS should look for before making a recommendation or performing a migration.
- Mod
Time 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.
- Object
Type string - Owners List<string>
- Parents
List<Get
Virtualization Vmware Datastore Cluster Result Parent> - Permission
Resources List<GetVirtualization Vmware Datastore Cluster Result Permission Resource> - Policy
Enforcement stringAutomation Mode - Storage DRS behavior when it generates recommendations for correcting storage and VM policy violations in a datastore cluster.
- Registered
Devices List<GetVirtualization Vmware Datastore Cluster Result Registered Device> - Reservable
Percent doubleThreshold - 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 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.
- Space
Load stringBalance Automation Mode - Storage DRS behavior when it generates recommendations for correcting space load imbalance in a datastore cluster.
- Space
Threshold 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. - Storage
Drs boolEnabled - Is Storage DRS enabled for this datastore cluster.
- List<Get
Virtualization 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. - Utilized
Space doubleThreshold - Minimum level of consumed space for each datastore that is the threshold for action.
- Version
Contexts List<GetVirtualization Vmware Datastore Cluster Result Version Context> - Vm
Count double - Number of virtual machines relying on (using) this datastore cluster.
- Vm
Evacuation stringAutomation Mode - Storage DRS behavior when it generates recommendations for VM evacuations from datastores in a datastore cluster.
- Account
Moid string - The Account ID for this managed object.
- Additional
Properties string - Ancestors
[]Get
Virtualization Vmware Datastore Cluster Result Ancestor - Automation
Level string - The global automation level for all virtual machines in this datastore cluster.
- Capacities
[]Get
Virtualization Vmware Datastore Cluster Result Capacity - Class
Id string - Create
Time string - The time when this managed object was created.
- Datacenters
[]Get
Virtualization Vmware Datastore Cluster Result Datacenter - Datastore
Count float64 - Number of datastores present in this datastore cluster.
- Domain
Group stringMoid - The DomainGroup ID for this managed object.
- Free
Space float64Threshold - Minimum level of free space for each datastore that is the threshold for action.
- Host
Count 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).
- Inventory
Path string - Inventory path of the Datastore Cluster.
- Io
Latency float64Threshold - Minimum I/O latency for each datastore below which I/O load balancing moves are not considered.
- Io
Load stringBalance Automation Mode - Storage DRS behavior when it generates recommendations for correcting I/O load imbalance in a datastore cluster.
- Io
Load float64Imbalance Threshold - Amount of imbalance that Storage DRS should tolerate.
- Io
Metrics boolEnabled - Is I/O Metrics enabled for this datastore cluster.
- Min
Space float64Utilization Difference - Specify how much of an improvement DRS should look for before making a recommendation or performing a migration.
- Mod
Time 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.
- Object
Type string - Owners []string
- Parents
[]Get
Virtualization Vmware Datastore Cluster Result Parent - Permission
Resources []GetVirtualization Vmware Datastore Cluster Result Permission Resource - Policy
Enforcement stringAutomation Mode - Storage DRS behavior when it generates recommendations for correcting storage and VM policy violations in a datastore cluster.
- Registered
Devices []GetVirtualization Vmware Datastore Cluster Result Registered Device - Reservable
Percent float64Threshold - 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 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.
- Space
Load stringBalance Automation Mode - Storage DRS behavior when it generates recommendations for correcting space load imbalance in a datastore cluster.
- Space
Threshold 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. - Storage
Drs boolEnabled - Is Storage DRS enabled for this datastore cluster.
- []Get
Virtualization 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. - Utilized
Space float64Threshold - Minimum level of consumed space for each datastore that is the threshold for action.
- Version
Contexts []GetVirtualization Vmware Datastore Cluster Result Version Context - Vm
Count float64 - Number of virtual machines relying on (using) this datastore cluster.
- Vm
Evacuation stringAutomation Mode - Storage DRS behavior when it generates recommendations for VM evacuations from datastores in a datastore cluster.
- account
Moid String - The Account ID for this managed object.
- additional
Properties String - ancestors
List<Get
Virtualization Vmware Datastore Cluster Result Ancestor> - automation
Level String - The global automation level for all virtual machines in this datastore cluster.
- capacities
List<Get
Virtualization Vmware Datastore Cluster Result Capacity> - class
Id String - create
Time String - The time when this managed object was created.
- datacenters
List<Get
Virtualization Vmware Datastore Cluster Result Datacenter> - datastore
Count Double - Number of datastores present in this datastore cluster.
- domain
Group StringMoid - The DomainGroup ID for this managed object.
- free
Space DoubleThreshold - Minimum level of free space for each datastore that is the threshold for action.
- host
Count 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).
- inventory
Path String - Inventory path of the Datastore Cluster.
- io
Latency DoubleThreshold - Minimum I/O latency for each datastore below which I/O load balancing moves are not considered.
- io
Load StringBalance Automation Mode - Storage DRS behavior when it generates recommendations for correcting I/O load imbalance in a datastore cluster.
- io
Load DoubleImbalance Threshold - Amount of imbalance that Storage DRS should tolerate.
- io
Metrics BooleanEnabled - Is I/O Metrics enabled for this datastore cluster.
- min
Space DoubleUtilization Difference - Specify how much of an improvement DRS should look for before making a recommendation or performing a migration.
- mod
Time 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.
- object
Type String - owners List<String>
- parents
List<Get
Virtualization Vmware Datastore Cluster Result Parent> - permission
Resources List<GetVirtualization Vmware Datastore Cluster Result Permission Resource> - policy
Enforcement StringAutomation Mode - Storage DRS behavior when it generates recommendations for correcting storage and VM policy violations in a datastore cluster.
- registered
Devices List<GetVirtualization Vmware Datastore Cluster Result Registered Device> - reservable
Percent DoubleThreshold - 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 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.
- space
Load StringBalance Automation Mode - Storage DRS behavior when it generates recommendations for correcting space load imbalance in a datastore cluster.
- space
Threshold 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. - storage
Drs BooleanEnabled - Is Storage DRS enabled for this datastore cluster.
- List<Get
Virtualization 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. - utilized
Space DoubleThreshold - Minimum level of consumed space for each datastore that is the threshold for action.
- version
Contexts List<GetVirtualization Vmware Datastore Cluster Result Version Context> - vm
Count Double - Number of virtual machines relying on (using) this datastore cluster.
- vm
Evacuation StringAutomation Mode - Storage DRS behavior when it generates recommendations for VM evacuations from datastores in a datastore cluster.
- account
Moid string - The Account ID for this managed object.
- additional
Properties string - ancestors
Get
Virtualization Vmware Datastore Cluster Result Ancestor[] - automation
Level string - The global automation level for all virtual machines in this datastore cluster.
- capacities
Get
Virtualization Vmware Datastore Cluster Result Capacity[] - class
Id string - create
Time string - The time when this managed object was created.
- datacenters
Get
Virtualization Vmware Datastore Cluster Result Datacenter[] - datastore
Count number - Number of datastores present in this datastore cluster.
- domain
Group stringMoid - The DomainGroup ID for this managed object.
- free
Space numberThreshold - Minimum level of free space for each datastore that is the threshold for action.
- host
Count 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).
- inventory
Path string - Inventory path of the Datastore Cluster.
- io
Latency numberThreshold - Minimum I/O latency for each datastore below which I/O load balancing moves are not considered.
- io
Load stringBalance Automation Mode - Storage DRS behavior when it generates recommendations for correcting I/O load imbalance in a datastore cluster.
- io
Load numberImbalance Threshold - Amount of imbalance that Storage DRS should tolerate.
- io
Metrics booleanEnabled - Is I/O Metrics enabled for this datastore cluster.
- min
Space numberUtilization Difference - Specify how much of an improvement DRS should look for before making a recommendation or performing a migration.
- mod
Time 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.
- object
Type string - owners string[]
- parents
Get
Virtualization Vmware Datastore Cluster Result Parent[] - permission
Resources GetVirtualization Vmware Datastore Cluster Result Permission Resource[] - policy
Enforcement stringAutomation Mode - Storage DRS behavior when it generates recommendations for correcting storage and VM policy violations in a datastore cluster.
- registered
Devices GetVirtualization Vmware Datastore Cluster Result Registered Device[] - reservable
Percent numberThreshold - 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 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.
- space
Load stringBalance Automation Mode - Storage DRS behavior when it generates recommendations for correcting space load imbalance in a datastore cluster.
- space
Threshold 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. - storage
Drs booleanEnabled - Is Storage DRS enabled for this datastore cluster.
- Get
Virtualization 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. - utilized
Space numberThreshold - Minimum level of consumed space for each datastore that is the threshold for action.
- version
Contexts GetVirtualization Vmware Datastore Cluster Result Version Context[] - vm
Count number - Number of virtual machines relying on (using) this datastore cluster.
- vm
Evacuation 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[Get
Virtualization Vmware Datastore Cluster Result Ancestor] - automation_
level str - The global automation level for all virtual machines in this datastore cluster.
- capacities
Sequence[Get
Virtualization Vmware Datastore Cluster Result Capacity] - class_
id str - create_
time str - The time when this managed object was created.
- datacenters
Sequence[Get
Virtualization 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[Get
Virtualization 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[Get
Virtualization 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.
- account
Moid String - The Account ID for this managed object.
- additional
Properties String - ancestors List<Property Map>
- automation
Level String - The global automation level for all virtual machines in this datastore cluster.
- capacities List<Property Map>
- class
Id String - create
Time String - The time when this managed object was created.
- datacenters List<Property Map>
- datastore
Count Number - Number of datastores present in this datastore cluster.
- domain
Group StringMoid - The DomainGroup ID for this managed object.
- free
Space NumberThreshold - Minimum level of free space for each datastore that is the threshold for action.
- host
Count 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).
- inventory
Path String - Inventory path of the Datastore Cluster.
- io
Latency NumberThreshold - Minimum I/O latency for each datastore below which I/O load balancing moves are not considered.
- io
Load StringBalance Automation Mode - Storage DRS behavior when it generates recommendations for correcting I/O load imbalance in a datastore cluster.
- io
Load NumberImbalance Threshold - Amount of imbalance that Storage DRS should tolerate.
- io
Metrics BooleanEnabled - Is I/O Metrics enabled for this datastore cluster.
- min
Space NumberUtilization Difference - Specify how much of an improvement DRS should look for before making a recommendation or performing a migration.
- mod
Time 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.
- object
Type String - owners List<String>
- parents List<Property Map>
- permission
Resources List<Property Map> - policy
Enforcement StringAutomation Mode - Storage DRS behavior when it generates recommendations for correcting storage and VM policy violations in a datastore cluster.
- registered
Devices List<Property Map> - reservable
Percent NumberThreshold - 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 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.
- space
Load StringBalance Automation Mode - Storage DRS behavior when it generates recommendations for correcting space load imbalance in a datastore cluster.
- space
Threshold 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. - storage
Drs 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. - utilized
Space NumberThreshold - Minimum level of consumed space for each datastore that is the threshold for action.
- version
Contexts List<Property Map> - vm
Count Number - Number of virtual machines relying on (using) this datastore cluster.
- vm
Evacuation StringAutomation Mode - Storage DRS behavior when it generates recommendations for VM evacuations from datastores in a datastore cluster.
GetVirtualizationVmwareDatastoreClusterResultAncestor
- Additional
Properties string - Class
Id string - Moid string
- The unique identifier of this Managed Object instance.
- Object
Type string - Selector string
- Additional
Properties string - Class
Id string - Moid string
- The unique identifier of this Managed Object instance.
- Object
Type string - Selector string
- additional
Properties String - class
Id String - moid String
- The unique identifier of this Managed Object instance.
- object
Type String - selector String
- additional
Properties string - class
Id string - moid string
- The unique identifier of this Managed Object instance.
- object
Type string - selector string
- additional_
properties str - class_
id str - moid str
- The unique identifier of this Managed Object instance.
- object_
type str - selector str
- additional
Properties String - class
Id String - moid String
- The unique identifier of this Managed Object instance.
- object
Type String - selector String
GetVirtualizationVmwareDatastoreClusterResultCapacity
- Additional
Properties string - Capacity double
- Class
Id string - Free double
- Object
Type string - Used double
- Additional
Properties string - Capacity float64
- Class
Id string - Free float64
- Object
Type string - Used float64
- additional
Properties String - capacity Double
- class
Id String - free Double
- object
Type String - used Double
- additional
Properties string - capacity number
- class
Id string - free number
- object
Type string - used number
- additional_
properties str - capacity float
- class_
id str - free float
- object_
type str - used float
- additional
Properties String - capacity Number
- class
Id String - free Number
- object
Type String - used Number
GetVirtualizationVmwareDatastoreClusterResultDatacenter
- Additional
Properties string - Class
Id string - Moid string
- The unique identifier of this Managed Object instance.
- Object
Type string - Selector string
- Additional
Properties string - Class
Id string - Moid string
- The unique identifier of this Managed Object instance.
- Object
Type string - Selector string
- additional
Properties String - class
Id String - moid String
- The unique identifier of this Managed Object instance.
- object
Type String - selector String
- additional
Properties string - class
Id string - moid string
- The unique identifier of this Managed Object instance.
- object
Type string - selector string
- additional_
properties str - class_
id str - moid str
- The unique identifier of this Managed Object instance.
- object_
type str - selector str
- additional
Properties String - class
Id String - moid String
- The unique identifier of this Managed Object instance.
- object
Type String - selector String
GetVirtualizationVmwareDatastoreClusterResultParent
- Additional
Properties string - Class
Id string - Moid string
- The unique identifier of this Managed Object instance.
- Object
Type string - Selector string
- Additional
Properties string - Class
Id string - Moid string
- The unique identifier of this Managed Object instance.
- Object
Type string - Selector string
- additional
Properties String - class
Id String - moid String
- The unique identifier of this Managed Object instance.
- object
Type String - selector String
- additional
Properties string - class
Id string - moid string
- The unique identifier of this Managed Object instance.
- object
Type string - selector string
- additional_
properties str - class_
id str - moid str
- The unique identifier of this Managed Object instance.
- object_
type str - selector str
- additional
Properties String - class
Id String - moid String
- The unique identifier of this Managed Object instance.
- object
Type String - selector String
GetVirtualizationVmwareDatastoreClusterResultPermissionResource
- Additional
Properties string - Class
Id string - Moid string
- The unique identifier of this Managed Object instance.
- Object
Type string - Selector string
- Additional
Properties string - Class
Id string - Moid string
- The unique identifier of this Managed Object instance.
- Object
Type string - Selector string
- additional
Properties String - class
Id String - moid String
- The unique identifier of this Managed Object instance.
- object
Type String - selector String
- additional
Properties string - class
Id string - moid string
- The unique identifier of this Managed Object instance.
- object
Type string - selector string
- additional_
properties str - class_
id str - moid str
- The unique identifier of this Managed Object instance.
- object_
type str - selector str
- additional
Properties String - class
Id String - moid String
- The unique identifier of this Managed Object instance.
- object
Type String - selector String
GetVirtualizationVmwareDatastoreClusterResultRegisteredDevice
- Additional
Properties string - Class
Id string - Moid string
- The unique identifier of this Managed Object instance.
- Object
Type string - Selector string
- Additional
Properties string - Class
Id string - Moid string
- The unique identifier of this Managed Object instance.
- Object
Type string - Selector string
- additional
Properties String - class
Id String - moid String
- The unique identifier of this Managed Object instance.
- object
Type String - selector String
- additional
Properties string - class
Id string - moid string
- The unique identifier of this Managed Object instance.
- object
Type string - selector string
- additional_
properties str - class_
id str - moid str
- The unique identifier of this Managed Object instance.
- object_
type str - selector str
- additional
Properties String - class
Id String - moid String
- The unique identifier of this Managed Object instance.
- object
Type String - selector String
GetVirtualizationVmwareDatastoreClusterResultTag
- Additional
Properties string - Key string
- Value string
- Additional
Properties string - Key string
- Value string
- additional
Properties String - key String
- value String
- additional
Properties string - key string
- value string
- additional_
properties str - key str
- value str
- additional
Properties String - key String
- value String
GetVirtualizationVmwareDatastoreClusterResultVersionContext
- additional
Properties String - class
Id String - interested
Mos List<GetVirtualization Vmware Datastore Cluster Result Version Context Interested Mo> - marked
For BooleanDeletion - nr
Version String - object
Type String - ref
Mos List<GetVirtualization Vmware Datastore Cluster Result Version Context Ref Mo> - timestamp String
- version
Type String
- additional
Properties String - class
Id String - interested
Mos List<Property Map> - marked
For BooleanDeletion - nr
Version String - object
Type String - ref
Mos List<Property Map> - timestamp String
- version
Type String
GetVirtualizationVmwareDatastoreClusterResultVersionContextInterestedMo
- Additional
Properties string - Class
Id string - Moid string
- The unique identifier of this Managed Object instance.
- Object
Type string - Selector string
- Additional
Properties string - Class
Id string - Moid string
- The unique identifier of this Managed Object instance.
- Object
Type string - Selector string
- additional
Properties String - class
Id String - moid String
- The unique identifier of this Managed Object instance.
- object
Type String - selector String
- additional
Properties string - class
Id string - moid string
- The unique identifier of this Managed Object instance.
- object
Type string - selector string
- additional_
properties str - class_
id str - moid str
- The unique identifier of this Managed Object instance.
- object_
type str - selector str
- additional
Properties String - class
Id String - moid String
- The unique identifier of this Managed Object instance.
- object
Type String - selector String
GetVirtualizationVmwareDatastoreClusterResultVersionContextRefMo
- Additional
Properties string - Class
Id string - Moid string
- The unique identifier of this Managed Object instance.
- Object
Type string - Selector string
- Additional
Properties string - Class
Id string - Moid string
- The unique identifier of this Managed Object instance.
- Object
Type string - Selector string
- additional
Properties String - class
Id String - moid String
- The unique identifier of this Managed Object instance.
- object
Type String - selector String
- additional
Properties string - class
Id string - moid string
- The unique identifier of this Managed Object instance.
- object
Type string - selector string
- additional_
properties str - class_
id str - moid str
- The unique identifier of this Managed Object instance.
- object_
type str - selector str
- additional
Properties String - class
Id String - moid String
- The unique identifier of this Managed Object instance.
- object
Type String - selector String
GetVirtualizationVmwareDatastoreClusterTag
- Additional
Properties string - Key string
- The string representation of a tag key.
- Value string
- The string representation of a tag value.
- Additional
Properties string - Key string
- The string representation of a tag key.
- Value string
- The string representation of a tag value.
- additional
Properties String - key String
- The string representation of a tag key.
- value String
- The string representation of a tag value.
- additional
Properties 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.
- additional
Properties String - key String
- The string representation of a tag key.
- value String
- The string representation of a tag value.
GetVirtualizationVmwareDatastoreClusterVersionContext
- Additional
Properties string - Class
Id 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.
- Interested
Mos List<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 string - The version of the Managed Object, e.g. an incrementing number or a hash id.
- Object
Type string - 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 string
- The time this versioned Managed Object was created.
- Version
Type 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 string - Class
Id 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.
- Interested
Mos []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 string - The version of the Managed Object, e.g. an incrementing number or a hash id.
- Object
Type string - 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 string
- The time this versioned Managed Object was created.
- Version
Type 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 String - class
Id 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.
- interested
Mos List<GetVirtualization Vmware Datastore Cluster Version Context Interested Mo> - marked
For 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.
- nr
Version String - The version of the Managed Object, e.g. an incrementing number or a hash id.
- object
Type String - 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 String
- The time this versioned Managed Object was created.
- version
Type 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 string - class
Id 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.
- interested
Mos GetVirtualization Vmware Datastore Cluster Version Context Interested Mo[] - marked
For 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.
- nr
Version string - The version of the Managed Object, e.g. an incrementing number or a hash id.
- object
Type string - 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 string
- The time this versioned Managed Object was created.
- version
Type 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.
- additional
Properties String - class
Id 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.
- interested
Mos List<Property Map> - marked
For 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.
- nr
Version String - The version of the Managed Object, e.g. an incrementing number or a hash id.
- object
Type String - The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
- ref
Mo Property Map - A reference to the original Managed Object.
- timestamp String
- The time this versioned Managed Object was created.
- version
Type 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
- Additional
Properties string - Class
Id 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.
- Object
Type 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 string - Class
Id 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.
- Object
Type 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 String - class
Id 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.
- object
Type 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 string - class
Id 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.
- object
Type 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'.
- additional
Properties String - class
Id 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.
- object
Type 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
- Additional
Properties string - Class
Id 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.
- Object
Type 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 string - Class
Id 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.
- Object
Type 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 String - class
Id 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.
- object
Type 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 string - class
Id 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.
- object
Type 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'.
- additional
Properties String - class
Id 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.
- object
Type 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
intersight
Terraform Provider.
intersight 1.0.64 published on Wednesday, Apr 30, 2025 by ciscodevnet