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

intersight.getVirtualizationVmwareDatastore

Explore with Pulumi AI

The VMware Datastore entity with its attributes. Each Datastore belongs to a Datacenter and maybe attached to VMs.

Using getVirtualizationVmwareDatastore

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 getVirtualizationVmwareDatastore(args: GetVirtualizationVmwareDatastoreArgs, opts?: InvokeOptions): Promise<GetVirtualizationVmwareDatastoreResult>
function getVirtualizationVmwareDatastoreOutput(args: GetVirtualizationVmwareDatastoreOutputArgs, opts?: InvokeOptions): Output<GetVirtualizationVmwareDatastoreResult>
Copy
def get_virtualization_vmware_datastore(accessible: Optional[bool] = None,
                                        account_moid: Optional[str] = None,
                                        additional_properties: Optional[str] = None,
                                        ancestors: Optional[Sequence[GetVirtualizationVmwareDatastoreAncestor]] = None,
                                        capacity: Optional[GetVirtualizationVmwareDatastoreCapacity] = None,
                                        class_id: Optional[str] = None,
                                        cluster: Optional[GetVirtualizationVmwareDatastoreCluster] = None,
                                        clusters: Optional[Sequence[GetVirtualizationVmwareDatastoreCluster]] = None,
                                        create_time: Optional[str] = None,
                                        datacenter: Optional[GetVirtualizationVmwareDatastoreDatacenter] = None,
                                        datastore_cluster: Optional[GetVirtualizationVmwareDatastoreDatastoreCluster] = None,
                                        domain_group_moid: Optional[str] = None,
                                        host_count: Optional[float] = None,
                                        hosts: Optional[Sequence[GetVirtualizationVmwareDatastoreHost]] = None,
                                        id: Optional[str] = None,
                                        identity: Optional[str] = None,
                                        inventory_path: Optional[str] = None,
                                        maintenance_mode: Optional[bool] = None,
                                        mod_time: Optional[str] = None,
                                        moid: Optional[str] = None,
                                        multiple_host_access: Optional[bool] = None,
                                        name: Optional[str] = None,
                                        object_type: Optional[str] = None,
                                        owners: Optional[Sequence[str]] = None,
                                        parent: Optional[GetVirtualizationVmwareDatastoreParent] = None,
                                        permission_resources: Optional[Sequence[GetVirtualizationVmwareDatastorePermissionResource]] = None,
                                        registered_device: Optional[GetVirtualizationVmwareDatastoreRegisteredDevice] = None,
                                        shared_scope: Optional[str] = None,
                                        status: Optional[str] = None,
                                        tags: Optional[Sequence[GetVirtualizationVmwareDatastoreTag]] = None,
                                        thin_provisioning_supported: Optional[bool] = None,
                                        type: Optional[str] = None,
                                        un_committed: Optional[float] = None,
                                        url: Optional[str] = None,
                                        version_context: Optional[GetVirtualizationVmwareDatastoreVersionContext] = None,
                                        vm_count: Optional[float] = None,
                                        vm_template_count: Optional[float] = None,
                                        opts: Optional[InvokeOptions] = None) -> GetVirtualizationVmwareDatastoreResult
def get_virtualization_vmware_datastore_output(accessible: Optional[pulumi.Input[bool]] = None,
                                        account_moid: Optional[pulumi.Input[str]] = None,
                                        additional_properties: Optional[pulumi.Input[str]] = None,
                                        ancestors: Optional[pulumi.Input[Sequence[pulumi.Input[GetVirtualizationVmwareDatastoreAncestorArgs]]]] = None,
                                        capacity: Optional[pulumi.Input[GetVirtualizationVmwareDatastoreCapacityArgs]] = None,
                                        class_id: Optional[pulumi.Input[str]] = None,
                                        cluster: Optional[pulumi.Input[GetVirtualizationVmwareDatastoreClusterArgs]] = None,
                                        clusters: Optional[pulumi.Input[Sequence[pulumi.Input[GetVirtualizationVmwareDatastoreClusterArgs]]]] = None,
                                        create_time: Optional[pulumi.Input[str]] = None,
                                        datacenter: Optional[pulumi.Input[GetVirtualizationVmwareDatastoreDatacenterArgs]] = None,
                                        datastore_cluster: Optional[pulumi.Input[GetVirtualizationVmwareDatastoreDatastoreClusterArgs]] = None,
                                        domain_group_moid: Optional[pulumi.Input[str]] = None,
                                        host_count: Optional[pulumi.Input[float]] = None,
                                        hosts: Optional[pulumi.Input[Sequence[pulumi.Input[GetVirtualizationVmwareDatastoreHostArgs]]]] = None,
                                        id: Optional[pulumi.Input[str]] = None,
                                        identity: Optional[pulumi.Input[str]] = None,
                                        inventory_path: Optional[pulumi.Input[str]] = None,
                                        maintenance_mode: Optional[pulumi.Input[bool]] = None,
                                        mod_time: Optional[pulumi.Input[str]] = None,
                                        moid: Optional[pulumi.Input[str]] = None,
                                        multiple_host_access: Optional[pulumi.Input[bool]] = 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[GetVirtualizationVmwareDatastoreParentArgs]] = None,
                                        permission_resources: Optional[pulumi.Input[Sequence[pulumi.Input[GetVirtualizationVmwareDatastorePermissionResourceArgs]]]] = None,
                                        registered_device: Optional[pulumi.Input[GetVirtualizationVmwareDatastoreRegisteredDeviceArgs]] = None,
                                        shared_scope: Optional[pulumi.Input[str]] = None,
                                        status: Optional[pulumi.Input[str]] = None,
                                        tags: Optional[pulumi.Input[Sequence[pulumi.Input[GetVirtualizationVmwareDatastoreTagArgs]]]] = None,
                                        thin_provisioning_supported: Optional[pulumi.Input[bool]] = None,
                                        type: Optional[pulumi.Input[str]] = None,
                                        un_committed: Optional[pulumi.Input[float]] = None,
                                        url: Optional[pulumi.Input[str]] = None,
                                        version_context: Optional[pulumi.Input[GetVirtualizationVmwareDatastoreVersionContextArgs]] = None,
                                        vm_count: Optional[pulumi.Input[float]] = None,
                                        vm_template_count: Optional[pulumi.Input[float]] = None,
                                        opts: Optional[InvokeOptions] = None) -> Output[GetVirtualizationVmwareDatastoreResult]
Copy
func LookupVirtualizationVmwareDatastore(ctx *Context, args *LookupVirtualizationVmwareDatastoreArgs, opts ...InvokeOption) (*LookupVirtualizationVmwareDatastoreResult, error)
func LookupVirtualizationVmwareDatastoreOutput(ctx *Context, args *LookupVirtualizationVmwareDatastoreOutputArgs, opts ...InvokeOption) LookupVirtualizationVmwareDatastoreResultOutput
Copy

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

public static class GetVirtualizationVmwareDatastore 
{
    public static Task<GetVirtualizationVmwareDatastoreResult> InvokeAsync(GetVirtualizationVmwareDatastoreArgs args, InvokeOptions? opts = null)
    public static Output<GetVirtualizationVmwareDatastoreResult> Invoke(GetVirtualizationVmwareDatastoreInvokeArgs args, InvokeOptions? opts = null)
}
Copy
public static CompletableFuture<GetVirtualizationVmwareDatastoreResult> getVirtualizationVmwareDatastore(GetVirtualizationVmwareDatastoreArgs args, InvokeOptions options)
public static Output<GetVirtualizationVmwareDatastoreResult> getVirtualizationVmwareDatastore(GetVirtualizationVmwareDatastoreArgs args, InvokeOptions options)
Copy
fn::invoke:
  function: intersight:index/getVirtualizationVmwareDatastore:getVirtualizationVmwareDatastore
  arguments:
    # arguments dictionary
Copy

The following arguments are supported:

Accessible bool
Shows if this datastore is accessible.
AccountMoid string
The Account ID for this managed object.
AdditionalProperties string
Ancestors List<GetVirtualizationVmwareDatastoreAncestor>
Capacity GetVirtualizationVmwareDatastoreCapacity
ClassId string
Cluster GetVirtualizationVmwareDatastoreCluster
Clusters List<GetVirtualizationVmwareDatastoreCluster>
CreateTime string
The time when this managed object was created.
Datacenter GetVirtualizationVmwareDatastoreDatacenter
DatastoreCluster GetVirtualizationVmwareDatastoreDatastoreCluster
DomainGroupMoid string
The DomainGroup ID for this managed object.
HostCount double
Number of hosts attached to or supported-by this datastore.
Hosts List<GetVirtualizationVmwareDatastoreHost>
Id string
Identity string
The internally generated identity of this datastore. This entity is not manipulated by users. It aids in uniquely identifying the datastore object. For VMware, this is a MOR (managed object reference).
InventoryPath string
Inventory path of the Datastore.
MaintenanceMode bool
Indicates if the datastore is in maintenance mode. Will be set to True, when in maintenance mode.
ModTime string
The time when this managed object was last modified.
Moid string
The unique identifier of this Managed Object instance.
MultipleHostAccess bool
Indicates if this datastore is connected to multiple hosts.
Name string
Name of this datastore supplied by user. It is not the identity of the datastore. The name is subject to user manipulations.
ObjectType string
Owners List<string>
Parent GetVirtualizationVmwareDatastoreParent
PermissionResources List<GetVirtualizationVmwareDatastorePermissionResource>
RegisteredDevice GetVirtualizationVmwareDatastoreRegisteredDevice
SharedScope string
Intersight provides pre-built workflows, tasks and policies to end users through global catalogs.Objects that are made available through global catalogs are said to have a 'shared' ownership. Shared objects are either made globally available to all end users or restricted to end users based on their license entitlement. Users can use this property to differentiate the scope (global or a specific license tier) to which a shared MO belongs.
Status string
Datastore 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.
Tags List<GetVirtualizationVmwareDatastoreTag>
ThinProvisioningSupported bool
Indicates if this datastore supports thin provisioning for files.
Type string
A string indicating the type of the datastore (VMFS, NFS, etc).* 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.
UnCommitted double
Space uncommitted in this datastore in bytes.
Url string
The URL to access this datastore (example - 'ds:///vmfs/volumes/562a4e8a-0eeb5372-dd61-78baf9cb9afa/').
VersionContext GetVirtualizationVmwareDatastoreVersionContext
VmCount double
Number of virtual machines relying on (using) this datastore.
VmTemplateCount double
Number of virtual machine templates relying on (using) this datastore.
Accessible bool
Shows if this datastore is accessible.
AccountMoid string
The Account ID for this managed object.
AdditionalProperties string
Ancestors []GetVirtualizationVmwareDatastoreAncestor
Capacity GetVirtualizationVmwareDatastoreCapacity
ClassId string
Cluster GetVirtualizationVmwareDatastoreCluster
Clusters []GetVirtualizationVmwareDatastoreCluster
CreateTime string
The time when this managed object was created.
Datacenter GetVirtualizationVmwareDatastoreDatacenter
DatastoreCluster GetVirtualizationVmwareDatastoreDatastoreCluster
DomainGroupMoid string
The DomainGroup ID for this managed object.
HostCount float64
Number of hosts attached to or supported-by this datastore.
Hosts []GetVirtualizationVmwareDatastoreHost
Id string
Identity string
The internally generated identity of this datastore. This entity is not manipulated by users. It aids in uniquely identifying the datastore object. For VMware, this is a MOR (managed object reference).
InventoryPath string
Inventory path of the Datastore.
MaintenanceMode bool
Indicates if the datastore is in maintenance mode. Will be set to True, when in maintenance mode.
ModTime string
The time when this managed object was last modified.
Moid string
The unique identifier of this Managed Object instance.
MultipleHostAccess bool
Indicates if this datastore is connected to multiple hosts.
Name string
Name of this datastore supplied by user. It is not the identity of the datastore. The name is subject to user manipulations.
ObjectType string
Owners []string
Parent GetVirtualizationVmwareDatastoreParent
PermissionResources []GetVirtualizationVmwareDatastorePermissionResource
RegisteredDevice GetVirtualizationVmwareDatastoreRegisteredDevice
SharedScope string
Intersight provides pre-built workflows, tasks and policies to end users through global catalogs.Objects that are made available through global catalogs are said to have a 'shared' ownership. Shared objects are either made globally available to all end users or restricted to end users based on their license entitlement. Users can use this property to differentiate the scope (global or a specific license tier) to which a shared MO belongs.
Status string
Datastore 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.
Tags []GetVirtualizationVmwareDatastoreTag
ThinProvisioningSupported bool
Indicates if this datastore supports thin provisioning for files.
Type string
A string indicating the type of the datastore (VMFS, NFS, etc).* 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.
UnCommitted float64
Space uncommitted in this datastore in bytes.
Url string
The URL to access this datastore (example - 'ds:///vmfs/volumes/562a4e8a-0eeb5372-dd61-78baf9cb9afa/').
VersionContext GetVirtualizationVmwareDatastoreVersionContext
VmCount float64
Number of virtual machines relying on (using) this datastore.
VmTemplateCount float64
Number of virtual machine templates relying on (using) this datastore.
accessible Boolean
Shows if this datastore is accessible.
accountMoid String
The Account ID for this managed object.
additionalProperties String
ancestors List<GetVirtualizationVmwareDatastoreAncestor>
capacity GetVirtualizationVmwareDatastoreCapacity
classId String
cluster GetVirtualizationVmwareDatastoreCluster
clusters List<GetVirtualizationVmwareDatastoreCluster>
createTime String
The time when this managed object was created.
datacenter GetVirtualizationVmwareDatastoreDatacenter
datastoreCluster GetVirtualizationVmwareDatastoreDatastoreCluster
domainGroupMoid String
The DomainGroup ID for this managed object.
hostCount Double
Number of hosts attached to or supported-by this datastore.
hosts List<GetVirtualizationVmwareDatastoreHost>
id String
identity String
The internally generated identity of this datastore. This entity is not manipulated by users. It aids in uniquely identifying the datastore object. For VMware, this is a MOR (managed object reference).
inventoryPath String
Inventory path of the Datastore.
maintenanceMode Boolean
Indicates if the datastore is in maintenance mode. Will be set to True, when in maintenance mode.
modTime String
The time when this managed object was last modified.
moid String
The unique identifier of this Managed Object instance.
multipleHostAccess Boolean
Indicates if this datastore is connected to multiple hosts.
name String
Name of this datastore supplied by user. It is not the identity of the datastore. The name is subject to user manipulations.
objectType String
owners List<String>
parent GetVirtualizationVmwareDatastoreParent
permissionResources List<GetVirtualizationVmwareDatastorePermissionResource>
registeredDevice GetVirtualizationVmwareDatastoreRegisteredDevice
sharedScope String
Intersight provides pre-built workflows, tasks and policies to end users through global catalogs.Objects that are made available through global catalogs are said to have a 'shared' ownership. Shared objects are either made globally available to all end users or restricted to end users based on their license entitlement. Users can use this property to differentiate the scope (global or a specific license tier) to which a shared MO belongs.
status String
Datastore 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.
tags List<GetVirtualizationVmwareDatastoreTag>
thinProvisioningSupported Boolean
Indicates if this datastore supports thin provisioning for files.
type String
A string indicating the type of the datastore (VMFS, NFS, etc).* 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.
unCommitted Double
Space uncommitted in this datastore in bytes.
url String
The URL to access this datastore (example - 'ds:///vmfs/volumes/562a4e8a-0eeb5372-dd61-78baf9cb9afa/').
versionContext GetVirtualizationVmwareDatastoreVersionContext
vmCount Double
Number of virtual machines relying on (using) this datastore.
vmTemplateCount Double
Number of virtual machine templates relying on (using) this datastore.
accessible boolean
Shows if this datastore is accessible.
accountMoid string
The Account ID for this managed object.
additionalProperties string
ancestors GetVirtualizationVmwareDatastoreAncestor[]
capacity GetVirtualizationVmwareDatastoreCapacity
classId string
cluster GetVirtualizationVmwareDatastoreCluster
clusters GetVirtualizationVmwareDatastoreCluster[]
createTime string
The time when this managed object was created.
datacenter GetVirtualizationVmwareDatastoreDatacenter
datastoreCluster GetVirtualizationVmwareDatastoreDatastoreCluster
domainGroupMoid string
The DomainGroup ID for this managed object.
hostCount number
Number of hosts attached to or supported-by this datastore.
hosts GetVirtualizationVmwareDatastoreHost[]
id string
identity string
The internally generated identity of this datastore. This entity is not manipulated by users. It aids in uniquely identifying the datastore object. For VMware, this is a MOR (managed object reference).
inventoryPath string
Inventory path of the Datastore.
maintenanceMode boolean
Indicates if the datastore is in maintenance mode. Will be set to True, when in maintenance mode.
modTime string
The time when this managed object was last modified.
moid string
The unique identifier of this Managed Object instance.
multipleHostAccess boolean
Indicates if this datastore is connected to multiple hosts.
name string
Name of this datastore supplied by user. It is not the identity of the datastore. The name is subject to user manipulations.
objectType string
owners string[]
parent GetVirtualizationVmwareDatastoreParent
permissionResources GetVirtualizationVmwareDatastorePermissionResource[]
registeredDevice GetVirtualizationVmwareDatastoreRegisteredDevice
sharedScope string
Intersight provides pre-built workflows, tasks and policies to end users through global catalogs.Objects that are made available through global catalogs are said to have a 'shared' ownership. Shared objects are either made globally available to all end users or restricted to end users based on their license entitlement. Users can use this property to differentiate the scope (global or a specific license tier) to which a shared MO belongs.
status string
Datastore 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.
tags GetVirtualizationVmwareDatastoreTag[]
thinProvisioningSupported boolean
Indicates if this datastore supports thin provisioning for files.
type string
A string indicating the type of the datastore (VMFS, NFS, etc).* 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.
unCommitted number
Space uncommitted in this datastore in bytes.
url string
The URL to access this datastore (example - 'ds:///vmfs/volumes/562a4e8a-0eeb5372-dd61-78baf9cb9afa/').
versionContext GetVirtualizationVmwareDatastoreVersionContext
vmCount number
Number of virtual machines relying on (using) this datastore.
vmTemplateCount number
Number of virtual machine templates relying on (using) this datastore.
accessible bool
Shows if this datastore is accessible.
account_moid str
The Account ID for this managed object.
additional_properties str
ancestors Sequence[GetVirtualizationVmwareDatastoreAncestor]
capacity GetVirtualizationVmwareDatastoreCapacity
class_id str
cluster GetVirtualizationVmwareDatastoreCluster
clusters Sequence[GetVirtualizationVmwareDatastoreCluster]
create_time str
The time when this managed object was created.
datacenter GetVirtualizationVmwareDatastoreDatacenter
datastore_cluster GetVirtualizationVmwareDatastoreDatastoreCluster
domain_group_moid str
The DomainGroup ID for this managed object.
host_count float
Number of hosts attached to or supported-by this datastore.
hosts Sequence[GetVirtualizationVmwareDatastoreHost]
id str
identity str
The internally generated identity of this datastore. This entity is not manipulated by users. It aids in uniquely identifying the datastore object. For VMware, this is a MOR (managed object reference).
inventory_path str
Inventory path of the Datastore.
maintenance_mode bool
Indicates if the datastore is in maintenance mode. Will be set to True, when in maintenance mode.
mod_time str
The time when this managed object was last modified.
moid str
The unique identifier of this Managed Object instance.
multiple_host_access bool
Indicates if this datastore is connected to multiple hosts.
name str
Name of this datastore supplied by user. It is not the identity of the datastore. The name is subject to user manipulations.
object_type str
owners Sequence[str]
parent GetVirtualizationVmwareDatastoreParent
permission_resources Sequence[GetVirtualizationVmwareDatastorePermissionResource]
registered_device GetVirtualizationVmwareDatastoreRegisteredDevice
shared_scope str
Intersight provides pre-built workflows, tasks and policies to end users through global catalogs.Objects that are made available through global catalogs are said to have a 'shared' ownership. Shared objects are either made globally available to all end users or restricted to end users based on their license entitlement. Users can use this property to differentiate the scope (global or a specific license tier) to which a shared MO belongs.
status str
Datastore 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.
tags Sequence[GetVirtualizationVmwareDatastoreTag]
thin_provisioning_supported bool
Indicates if this datastore supports thin provisioning for files.
type str
A string indicating the type of the datastore (VMFS, NFS, etc).* 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.
un_committed float
Space uncommitted in this datastore in bytes.
url str
The URL to access this datastore (example - 'ds:///vmfs/volumes/562a4e8a-0eeb5372-dd61-78baf9cb9afa/').
version_context GetVirtualizationVmwareDatastoreVersionContext
vm_count float
Number of virtual machines relying on (using) this datastore.
vm_template_count float
Number of virtual machine templates relying on (using) this datastore.
accessible Boolean
Shows if this datastore is accessible.
accountMoid String
The Account ID for this managed object.
additionalProperties String
ancestors List<Property Map>
capacity Property Map
classId String
cluster Property Map
clusters List<Property Map>
createTime String
The time when this managed object was created.
datacenter Property Map
datastoreCluster Property Map
domainGroupMoid String
The DomainGroup ID for this managed object.
hostCount Number
Number of hosts attached to or supported-by this datastore.
hosts List<Property Map>
id String
identity String
The internally generated identity of this datastore. This entity is not manipulated by users. It aids in uniquely identifying the datastore object. For VMware, this is a MOR (managed object reference).
inventoryPath String
Inventory path of the Datastore.
maintenanceMode Boolean
Indicates if the datastore is in maintenance mode. Will be set to True, when in maintenance mode.
modTime String
The time when this managed object was last modified.
moid String
The unique identifier of this Managed Object instance.
multipleHostAccess Boolean
Indicates if this datastore is connected to multiple hosts.
name String
Name of this datastore supplied by user. It is not the identity of the datastore. The name is subject to user manipulations.
objectType String
owners List<String>
parent Property Map
permissionResources List<Property Map>
registeredDevice Property Map
sharedScope String
Intersight provides pre-built workflows, tasks and policies to end users through global catalogs.Objects that are made available through global catalogs are said to have a 'shared' ownership. Shared objects are either made globally available to all end users or restricted to end users based on their license entitlement. Users can use this property to differentiate the scope (global or a specific license tier) to which a shared MO belongs.
status String
Datastore 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.
tags List<Property Map>
thinProvisioningSupported Boolean
Indicates if this datastore supports thin provisioning for files.
type String
A string indicating the type of the datastore (VMFS, NFS, etc).* 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.
unCommitted Number
Space uncommitted in this datastore in bytes.
url String
The URL to access this datastore (example - 'ds:///vmfs/volumes/562a4e8a-0eeb5372-dd61-78baf9cb9afa/').
versionContext Property Map
vmCount Number
Number of virtual machines relying on (using) this datastore.
vmTemplateCount Number
Number of virtual machine templates relying on (using) this datastore.

getVirtualizationVmwareDatastore Result

The following output properties are available:

Id string
Results List<GetVirtualizationVmwareDatastoreResult>
Accessible bool
AccountMoid string
AdditionalProperties string
Ancestors List<GetVirtualizationVmwareDatastoreAncestor>
Capacity GetVirtualizationVmwareDatastoreCapacity
ClassId string
Cluster GetVirtualizationVmwareDatastoreCluster
Clusters List<GetVirtualizationVmwareDatastoreCluster>
CreateTime string
Datacenter GetVirtualizationVmwareDatastoreDatacenter
DatastoreCluster GetVirtualizationVmwareDatastoreDatastoreCluster
DomainGroupMoid string
HostCount double
Hosts List<GetVirtualizationVmwareDatastoreHost>
Identity string
InventoryPath string
MaintenanceMode bool
ModTime string
Moid string
MultipleHostAccess bool
Name string
ObjectType string
Owners List<string>
Parent GetVirtualizationVmwareDatastoreParent
PermissionResources List<GetVirtualizationVmwareDatastorePermissionResource>
RegisteredDevice GetVirtualizationVmwareDatastoreRegisteredDevice
SharedScope string
Status string
Tags List<GetVirtualizationVmwareDatastoreTag>
ThinProvisioningSupported bool
Type string
UnCommitted double
Url string
VersionContext GetVirtualizationVmwareDatastoreVersionContext
VmCount double
VmTemplateCount double
Id string
Results []GetVirtualizationVmwareDatastoreResult
Accessible bool
AccountMoid string
AdditionalProperties string
Ancestors []GetVirtualizationVmwareDatastoreAncestor
Capacity GetVirtualizationVmwareDatastoreCapacity
ClassId string
Cluster GetVirtualizationVmwareDatastoreCluster
Clusters []GetVirtualizationVmwareDatastoreCluster
CreateTime string
Datacenter GetVirtualizationVmwareDatastoreDatacenter
DatastoreCluster GetVirtualizationVmwareDatastoreDatastoreCluster
DomainGroupMoid string
HostCount float64
Hosts []GetVirtualizationVmwareDatastoreHost
Identity string
InventoryPath string
MaintenanceMode bool
ModTime string
Moid string
MultipleHostAccess bool
Name string
ObjectType string
Owners []string
Parent GetVirtualizationVmwareDatastoreParent
PermissionResources []GetVirtualizationVmwareDatastorePermissionResource
RegisteredDevice GetVirtualizationVmwareDatastoreRegisteredDevice
SharedScope string
Status string
Tags []GetVirtualizationVmwareDatastoreTag
ThinProvisioningSupported bool
Type string
UnCommitted float64
Url string
VersionContext GetVirtualizationVmwareDatastoreVersionContext
VmCount float64
VmTemplateCount float64
id String
results List<GetVirtualizationVmwareDatastoreResult>
accessible Boolean
accountMoid String
additionalProperties String
ancestors List<GetVirtualizationVmwareDatastoreAncestor>
capacity GetVirtualizationVmwareDatastoreCapacity
classId String
cluster GetVirtualizationVmwareDatastoreCluster
clusters List<GetVirtualizationVmwareDatastoreCluster>
createTime String
datacenter GetVirtualizationVmwareDatastoreDatacenter
datastoreCluster GetVirtualizationVmwareDatastoreDatastoreCluster
domainGroupMoid String
hostCount Double
hosts List<GetVirtualizationVmwareDatastoreHost>
identity String
inventoryPath String
maintenanceMode Boolean
modTime String
moid String
multipleHostAccess Boolean
name String
objectType String
owners List<String>
parent GetVirtualizationVmwareDatastoreParent
permissionResources List<GetVirtualizationVmwareDatastorePermissionResource>
registeredDevice GetVirtualizationVmwareDatastoreRegisteredDevice
sharedScope String
status String
tags List<GetVirtualizationVmwareDatastoreTag>
thinProvisioningSupported Boolean
type String
unCommitted Double
url String
versionContext GetVirtualizationVmwareDatastoreVersionContext
vmCount Double
vmTemplateCount Double
id str
results Sequence[GetVirtualizationVmwareDatastoreResult]
accessible bool
account_moid str
additional_properties str
ancestors Sequence[GetVirtualizationVmwareDatastoreAncestor]
capacity GetVirtualizationVmwareDatastoreCapacity
class_id str
cluster GetVirtualizationVmwareDatastoreCluster
clusters Sequence[GetVirtualizationVmwareDatastoreCluster]
create_time str
datacenter GetVirtualizationVmwareDatastoreDatacenter
datastore_cluster GetVirtualizationVmwareDatastoreDatastoreCluster
domain_group_moid str
host_count float
hosts Sequence[GetVirtualizationVmwareDatastoreHost]
identity str
inventory_path str
maintenance_mode bool
mod_time str
moid str
multiple_host_access bool
name str
object_type str
owners Sequence[str]
parent GetVirtualizationVmwareDatastoreParent
permission_resources Sequence[GetVirtualizationVmwareDatastorePermissionResource]
registered_device GetVirtualizationVmwareDatastoreRegisteredDevice
shared_scope str
status str
tags Sequence[GetVirtualizationVmwareDatastoreTag]
thin_provisioning_supported bool
type str
un_committed float
url str
version_context GetVirtualizationVmwareDatastoreVersionContext
vm_count float
vm_template_count float

Supporting Types

GetVirtualizationVmwareDatastoreAncestor

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

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

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

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

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

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

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

GetVirtualizationVmwareDatastoreCapacity

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

GetVirtualizationVmwareDatastoreCluster

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

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

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

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

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

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

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

GetVirtualizationVmwareDatastoreDatacenter

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

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

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

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

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

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

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

GetVirtualizationVmwareDatastoreDatastoreCluster

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

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

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

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

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

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

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

GetVirtualizationVmwareDatastoreHost

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

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

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

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

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

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

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

GetVirtualizationVmwareDatastoreParent

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

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

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

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

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

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

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

GetVirtualizationVmwareDatastorePermissionResource

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

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

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

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

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

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

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

GetVirtualizationVmwareDatastoreRegisteredDevice

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

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

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

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

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

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

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

GetVirtualizationVmwareDatastoreResult

Accessible This property is required. bool
Shows if this datastore is accessible.
AccountMoid This property is required. string
The Account ID for this managed object.
AdditionalProperties This property is required. string
Ancestors This property is required. List<GetVirtualizationVmwareDatastoreResultAncestor>
Capacities This property is required. List<GetVirtualizationVmwareDatastoreResultCapacity>
ClassId This property is required. string
Cluster This property is required. List<GetVirtualizationVmwareDatastoreResultCluster>
Clusters This property is required. List<GetVirtualizationVmwareDatastoreResultCluster>
CreateTime This property is required. string
The time when this managed object was created.
Datacenters This property is required. List<GetVirtualizationVmwareDatastoreResultDatacenter>
DatastoreClusters This property is required. List<GetVirtualizationVmwareDatastoreResultDatastoreCluster>
DomainGroupMoid This property is required. string
The DomainGroup ID for this managed object.
HostCount This property is required. double
Number of hosts attached to or supported-by this datastore.
Hosts This property is required. List<GetVirtualizationVmwareDatastoreResultHost>
Identity This property is required. string
The internally generated identity of this datastore. This entity is not manipulated by users. It aids in uniquely identifying the datastore object. For VMware, this is a MOR (managed object reference).
InventoryPath This property is required. string
Inventory path of the Datastore.
MaintenanceMode This property is required. bool
Indicates if the datastore is in maintenance mode. Will be set to True, when in maintenance mode.
ModTime This property is required. string
The time when this managed object was last modified.
Moid This property is required. string
The unique identifier of this Managed Object instance.
MultipleHostAccess This property is required. bool
Indicates if this datastore is connected to multiple hosts.
Name This property is required. string
Name of this datastore supplied by user. It is not the identity of the datastore. The name is subject to user manipulations.
ObjectType This property is required. string
Owners This property is required. List<string>
Parents This property is required. List<GetVirtualizationVmwareDatastoreResultParent>
PermissionResources This property is required. List<GetVirtualizationVmwareDatastoreResultPermissionResource>
RegisteredDevices This property is required. List<GetVirtualizationVmwareDatastoreResultRegisteredDevice>
SharedScope This property is required. string
Intersight provides pre-built workflows, tasks and policies to end users through global catalogs.Objects that are made available through global catalogs are said to have a 'shared' ownership. Shared objects are either made globally available to all end users or restricted to end users based on their license entitlement. Users can use this property to differentiate the scope (global or a specific license tier) to which a shared MO belongs.
Status This property is required. string
Datastore 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.
Tags This property is required. List<GetVirtualizationVmwareDatastoreResultTag>
ThinProvisioningSupported This property is required. bool
Indicates if this datastore supports thin provisioning for files.
Type This property is required. string
A string indicating the type of the datastore (VMFS, NFS, etc).* 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.
UnCommitted This property is required. double
Space uncommitted in this datastore in bytes.
Url This property is required. string
The URL to access this datastore (example - 'ds:///vmfs/volumes/562a4e8a-0eeb5372-dd61-78baf9cb9afa/').
VersionContexts This property is required. List<GetVirtualizationVmwareDatastoreResultVersionContext>
VmCount This property is required. double
Number of virtual machines relying on (using) this datastore.
VmTemplateCount This property is required. double
Number of virtual machine templates relying on (using) this datastore.
Accessible This property is required. bool
Shows if this datastore is accessible.
AccountMoid This property is required. string
The Account ID for this managed object.
AdditionalProperties This property is required. string
Ancestors This property is required. []GetVirtualizationVmwareDatastoreResultAncestor
Capacities This property is required. []GetVirtualizationVmwareDatastoreResultCapacity
ClassId This property is required. string
Cluster This property is required. []GetVirtualizationVmwareDatastoreResultCluster
Clusters This property is required. []GetVirtualizationVmwareDatastoreResultCluster
CreateTime This property is required. string
The time when this managed object was created.
Datacenters This property is required. []GetVirtualizationVmwareDatastoreResultDatacenter
DatastoreClusters This property is required. []GetVirtualizationVmwareDatastoreResultDatastoreCluster
DomainGroupMoid This property is required. string
The DomainGroup ID for this managed object.
HostCount This property is required. float64
Number of hosts attached to or supported-by this datastore.
Hosts This property is required. []GetVirtualizationVmwareDatastoreResultHost
Identity This property is required. string
The internally generated identity of this datastore. This entity is not manipulated by users. It aids in uniquely identifying the datastore object. For VMware, this is a MOR (managed object reference).
InventoryPath This property is required. string
Inventory path of the Datastore.
MaintenanceMode This property is required. bool
Indicates if the datastore is in maintenance mode. Will be set to True, when in maintenance mode.
ModTime This property is required. string
The time when this managed object was last modified.
Moid This property is required. string
The unique identifier of this Managed Object instance.
MultipleHostAccess This property is required. bool
Indicates if this datastore is connected to multiple hosts.
Name This property is required. string
Name of this datastore supplied by user. It is not the identity of the datastore. The name is subject to user manipulations.
ObjectType This property is required. string
Owners This property is required. []string
Parents This property is required. []GetVirtualizationVmwareDatastoreResultParent
PermissionResources This property is required. []GetVirtualizationVmwareDatastoreResultPermissionResource
RegisteredDevices This property is required. []GetVirtualizationVmwareDatastoreResultRegisteredDevice
SharedScope This property is required. string
Intersight provides pre-built workflows, tasks and policies to end users through global catalogs.Objects that are made available through global catalogs are said to have a 'shared' ownership. Shared objects are either made globally available to all end users or restricted to end users based on their license entitlement. Users can use this property to differentiate the scope (global or a specific license tier) to which a shared MO belongs.
Status This property is required. string
Datastore 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.
Tags This property is required. []GetVirtualizationVmwareDatastoreResultTag
ThinProvisioningSupported This property is required. bool
Indicates if this datastore supports thin provisioning for files.
Type This property is required. string
A string indicating the type of the datastore (VMFS, NFS, etc).* 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.
UnCommitted This property is required. float64
Space uncommitted in this datastore in bytes.
Url This property is required. string
The URL to access this datastore (example - 'ds:///vmfs/volumes/562a4e8a-0eeb5372-dd61-78baf9cb9afa/').
VersionContexts This property is required. []GetVirtualizationVmwareDatastoreResultVersionContext
VmCount This property is required. float64
Number of virtual machines relying on (using) this datastore.
VmTemplateCount This property is required. float64
Number of virtual machine templates relying on (using) this datastore.
accessible This property is required. Boolean
Shows if this datastore is accessible.
accountMoid This property is required. String
The Account ID for this managed object.
additionalProperties This property is required. String
ancestors This property is required. List<GetVirtualizationVmwareDatastoreResultAncestor>
capacities This property is required. List<GetVirtualizationVmwareDatastoreResultCapacity>
classId This property is required. String
cluster This property is required. List<GetVirtualizationVmwareDatastoreResultCluster>
clusters This property is required. List<GetVirtualizationVmwareDatastoreResultCluster>
createTime This property is required. String
The time when this managed object was created.
datacenters This property is required. List<GetVirtualizationVmwareDatastoreResultDatacenter>
datastoreClusters This property is required. List<GetVirtualizationVmwareDatastoreResultDatastoreCluster>
domainGroupMoid This property is required. String
The DomainGroup ID for this managed object.
hostCount This property is required. Double
Number of hosts attached to or supported-by this datastore.
hosts This property is required. List<GetVirtualizationVmwareDatastoreResultHost>
identity This property is required. String
The internally generated identity of this datastore. This entity is not manipulated by users. It aids in uniquely identifying the datastore object. For VMware, this is a MOR (managed object reference).
inventoryPath This property is required. String
Inventory path of the Datastore.
maintenanceMode This property is required. Boolean
Indicates if the datastore is in maintenance mode. Will be set to True, when in maintenance mode.
modTime This property is required. String
The time when this managed object was last modified.
moid This property is required. String
The unique identifier of this Managed Object instance.
multipleHostAccess This property is required. Boolean
Indicates if this datastore is connected to multiple hosts.
name This property is required. String
Name of this datastore supplied by user. It is not the identity of the datastore. The name is subject to user manipulations.
objectType This property is required. String
owners This property is required. List<String>
parents This property is required. List<GetVirtualizationVmwareDatastoreResultParent>
permissionResources This property is required. List<GetVirtualizationVmwareDatastoreResultPermissionResource>
registeredDevices This property is required. List<GetVirtualizationVmwareDatastoreResultRegisteredDevice>
sharedScope This property is required. String
Intersight provides pre-built workflows, tasks and policies to end users through global catalogs.Objects that are made available through global catalogs are said to have a 'shared' ownership. Shared objects are either made globally available to all end users or restricted to end users based on their license entitlement. Users can use this property to differentiate the scope (global or a specific license tier) to which a shared MO belongs.
status This property is required. String
Datastore 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.
tags This property is required. List<GetVirtualizationVmwareDatastoreResultTag>
thinProvisioningSupported This property is required. Boolean
Indicates if this datastore supports thin provisioning for files.
type This property is required. String
A string indicating the type of the datastore (VMFS, NFS, etc).* 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.
unCommitted This property is required. Double
Space uncommitted in this datastore in bytes.
url This property is required. String
The URL to access this datastore (example - 'ds:///vmfs/volumes/562a4e8a-0eeb5372-dd61-78baf9cb9afa/').
versionContexts This property is required. List<GetVirtualizationVmwareDatastoreResultVersionContext>
vmCount This property is required. Double
Number of virtual machines relying on (using) this datastore.
vmTemplateCount This property is required. Double
Number of virtual machine templates relying on (using) this datastore.
accessible This property is required. boolean
Shows if this datastore is accessible.
accountMoid This property is required. string
The Account ID for this managed object.
additionalProperties This property is required. string
ancestors This property is required. GetVirtualizationVmwareDatastoreResultAncestor[]
capacities This property is required. GetVirtualizationVmwareDatastoreResultCapacity[]
classId This property is required. string
cluster This property is required. GetVirtualizationVmwareDatastoreResultCluster[]
clusters This property is required. GetVirtualizationVmwareDatastoreResultCluster[]
createTime This property is required. string
The time when this managed object was created.
datacenters This property is required. GetVirtualizationVmwareDatastoreResultDatacenter[]
datastoreClusters This property is required. GetVirtualizationVmwareDatastoreResultDatastoreCluster[]
domainGroupMoid This property is required. string
The DomainGroup ID for this managed object.
hostCount This property is required. number
Number of hosts attached to or supported-by this datastore.
hosts This property is required. GetVirtualizationVmwareDatastoreResultHost[]
identity This property is required. string
The internally generated identity of this datastore. This entity is not manipulated by users. It aids in uniquely identifying the datastore object. For VMware, this is a MOR (managed object reference).
inventoryPath This property is required. string
Inventory path of the Datastore.
maintenanceMode This property is required. boolean
Indicates if the datastore is in maintenance mode. Will be set to True, when in maintenance mode.
modTime This property is required. string
The time when this managed object was last modified.
moid This property is required. string
The unique identifier of this Managed Object instance.
multipleHostAccess This property is required. boolean
Indicates if this datastore is connected to multiple hosts.
name This property is required. string
Name of this datastore supplied by user. It is not the identity of the datastore. The name is subject to user manipulations.
objectType This property is required. string
owners This property is required. string[]
parents This property is required. GetVirtualizationVmwareDatastoreResultParent[]
permissionResources This property is required. GetVirtualizationVmwareDatastoreResultPermissionResource[]
registeredDevices This property is required. GetVirtualizationVmwareDatastoreResultRegisteredDevice[]
sharedScope This property is required. string
Intersight provides pre-built workflows, tasks and policies to end users through global catalogs.Objects that are made available through global catalogs are said to have a 'shared' ownership. Shared objects are either made globally available to all end users or restricted to end users based on their license entitlement. Users can use this property to differentiate the scope (global or a specific license tier) to which a shared MO belongs.
status This property is required. string
Datastore 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.
tags This property is required. GetVirtualizationVmwareDatastoreResultTag[]
thinProvisioningSupported This property is required. boolean
Indicates if this datastore supports thin provisioning for files.
type This property is required. string
A string indicating the type of the datastore (VMFS, NFS, etc).* 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.
unCommitted This property is required. number
Space uncommitted in this datastore in bytes.
url This property is required. string
The URL to access this datastore (example - 'ds:///vmfs/volumes/562a4e8a-0eeb5372-dd61-78baf9cb9afa/').
versionContexts This property is required. GetVirtualizationVmwareDatastoreResultVersionContext[]
vmCount This property is required. number
Number of virtual machines relying on (using) this datastore.
vmTemplateCount This property is required. number
Number of virtual machine templates relying on (using) this datastore.
accessible This property is required. bool
Shows if this datastore is accessible.
account_moid This property is required. str
The Account ID for this managed object.
additional_properties This property is required. str
ancestors This property is required. Sequence[GetVirtualizationVmwareDatastoreResultAncestor]
capacities This property is required. Sequence[GetVirtualizationVmwareDatastoreResultCapacity]
class_id This property is required. str
cluster This property is required. Sequence[GetVirtualizationVmwareDatastoreResultCluster]
clusters This property is required. Sequence[GetVirtualizationVmwareDatastoreResultCluster]
create_time This property is required. str
The time when this managed object was created.
datacenters This property is required. Sequence[GetVirtualizationVmwareDatastoreResultDatacenter]
datastore_clusters This property is required. Sequence[GetVirtualizationVmwareDatastoreResultDatastoreCluster]
domain_group_moid This property is required. str
The DomainGroup ID for this managed object.
host_count This property is required. float
Number of hosts attached to or supported-by this datastore.
hosts This property is required. Sequence[GetVirtualizationVmwareDatastoreResultHost]
identity This property is required. str
The internally generated identity of this datastore. This entity is not manipulated by users. It aids in uniquely identifying the datastore object. For VMware, this is a MOR (managed object reference).
inventory_path This property is required. str
Inventory path of the Datastore.
maintenance_mode This property is required. bool
Indicates if the datastore is in maintenance mode. Will be set to True, when in maintenance mode.
mod_time This property is required. str
The time when this managed object was last modified.
moid This property is required. str
The unique identifier of this Managed Object instance.
multiple_host_access This property is required. bool
Indicates if this datastore is connected to multiple hosts.
name This property is required. str
Name of this datastore supplied by user. It is not the identity of the datastore. The name is subject to user manipulations.
object_type This property is required. str
owners This property is required. Sequence[str]
parents This property is required. Sequence[GetVirtualizationVmwareDatastoreResultParent]
permission_resources This property is required. Sequence[GetVirtualizationVmwareDatastoreResultPermissionResource]
registered_devices This property is required. Sequence[GetVirtualizationVmwareDatastoreResultRegisteredDevice]
shared_scope This property is required. str
Intersight provides pre-built workflows, tasks and policies to end users through global catalogs.Objects that are made available through global catalogs are said to have a 'shared' ownership. Shared objects are either made globally available to all end users or restricted to end users based on their license entitlement. Users can use this property to differentiate the scope (global or a specific license tier) to which a shared MO belongs.
status This property is required. str
Datastore 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.
tags This property is required. Sequence[GetVirtualizationVmwareDatastoreResultTag]
thin_provisioning_supported This property is required. bool
Indicates if this datastore supports thin provisioning for files.
type This property is required. str
A string indicating the type of the datastore (VMFS, NFS, etc).* 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.
un_committed This property is required. float
Space uncommitted in this datastore in bytes.
url This property is required. str
The URL to access this datastore (example - 'ds:///vmfs/volumes/562a4e8a-0eeb5372-dd61-78baf9cb9afa/').
version_contexts This property is required. Sequence[GetVirtualizationVmwareDatastoreResultVersionContext]
vm_count This property is required. float
Number of virtual machines relying on (using) this datastore.
vm_template_count This property is required. float
Number of virtual machine templates relying on (using) this datastore.
accessible This property is required. Boolean
Shows if this datastore is accessible.
accountMoid This property is required. String
The Account ID for this managed object.
additionalProperties This property is required. String
ancestors This property is required. List<Property Map>
capacities This property is required. List<Property Map>
classId This property is required. String
cluster This property is required. List<Property Map>
clusters This property is required. List<Property Map>
createTime This property is required. String
The time when this managed object was created.
datacenters This property is required. List<Property Map>
datastoreClusters This property is required. List<Property Map>
domainGroupMoid This property is required. String
The DomainGroup ID for this managed object.
hostCount This property is required. Number
Number of hosts attached to or supported-by this datastore.
hosts This property is required. List<Property Map>
identity This property is required. String
The internally generated identity of this datastore. This entity is not manipulated by users. It aids in uniquely identifying the datastore object. For VMware, this is a MOR (managed object reference).
inventoryPath This property is required. String
Inventory path of the Datastore.
maintenanceMode This property is required. Boolean
Indicates if the datastore is in maintenance mode. Will be set to True, when in maintenance mode.
modTime This property is required. String
The time when this managed object was last modified.
moid This property is required. String
The unique identifier of this Managed Object instance.
multipleHostAccess This property is required. Boolean
Indicates if this datastore is connected to multiple hosts.
name This property is required. String
Name of this datastore supplied by user. It is not the identity of the datastore. The name is subject to user manipulations.
objectType This property is required. String
owners This property is required. List<String>
parents This property is required. List<Property Map>
permissionResources This property is required. List<Property Map>
registeredDevices This property is required. List<Property Map>
sharedScope This property is required. String
Intersight provides pre-built workflows, tasks and policies to end users through global catalogs.Objects that are made available through global catalogs are said to have a 'shared' ownership. Shared objects are either made globally available to all end users or restricted to end users based on their license entitlement. Users can use this property to differentiate the scope (global or a specific license tier) to which a shared MO belongs.
status This property is required. String
Datastore 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.
tags This property is required. List<Property Map>
thinProvisioningSupported This property is required. Boolean
Indicates if this datastore supports thin provisioning for files.
type This property is required. String
A string indicating the type of the datastore (VMFS, NFS, etc).* 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.
unCommitted This property is required. Number
Space uncommitted in this datastore in bytes.
url This property is required. String
The URL to access this datastore (example - 'ds:///vmfs/volumes/562a4e8a-0eeb5372-dd61-78baf9cb9afa/').
versionContexts This property is required. List<Property Map>
vmCount This property is required. Number
Number of virtual machines relying on (using) this datastore.
vmTemplateCount This property is required. Number
Number of virtual machine templates relying on (using) this datastore.

GetVirtualizationVmwareDatastoreResultAncestor

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

GetVirtualizationVmwareDatastoreResultCapacity

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

GetVirtualizationVmwareDatastoreResultCluster

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

GetVirtualizationVmwareDatastoreResultDatacenter

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

GetVirtualizationVmwareDatastoreResultDatastoreCluster

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

GetVirtualizationVmwareDatastoreResultHost

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

GetVirtualizationVmwareDatastoreResultParent

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

GetVirtualizationVmwareDatastoreResultPermissionResource

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

GetVirtualizationVmwareDatastoreResultRegisteredDevice

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

GetVirtualizationVmwareDatastoreResultTag

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

GetVirtualizationVmwareDatastoreResultVersionContext

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

GetVirtualizationVmwareDatastoreResultVersionContextInterestedMo

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

GetVirtualizationVmwareDatastoreResultVersionContextRefMo

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

GetVirtualizationVmwareDatastoreTag

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

GetVirtualizationVmwareDatastoreVersionContext

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

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

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

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

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

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

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

GetVirtualizationVmwareDatastoreVersionContextInterestedMo

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

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

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

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

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

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

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

GetVirtualizationVmwareDatastoreVersionContextRefMo

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

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

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

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

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

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

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

Package Details

Repository
intersight ciscodevnet/terraform-provider-intersight
License
Notes
This Pulumi package is based on the intersight Terraform Provider.