intersight 1.0.65 published on Wednesday, May 7, 2025 by ciscodevnet
intersight.getVirtualizationVmwareDatastore
Explore with Pulumi AI
intersight 1.0.65 published on Wednesday, May 7, 2025 by ciscodevnet
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>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]func LookupVirtualizationVmwareDatastore(ctx *Context, args *LookupVirtualizationVmwareDatastoreArgs, opts ...InvokeOption) (*LookupVirtualizationVmwareDatastoreResult, error)
func LookupVirtualizationVmwareDatastoreOutput(ctx *Context, args *LookupVirtualizationVmwareDatastoreOutputArgs, opts ...InvokeOption) LookupVirtualizationVmwareDatastoreResultOutput> 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)
}public static CompletableFuture<GetVirtualizationVmwareDatastoreResult> getVirtualizationVmwareDatastore(GetVirtualizationVmwareDatastoreArgs args, InvokeOptions options)
public static Output<GetVirtualizationVmwareDatastoreResult> getVirtualizationVmwareDatastore(GetVirtualizationVmwareDatastoreArgs args, InvokeOptions options)
fn::invoke:
  function: intersight:index/getVirtualizationVmwareDatastore:getVirtualizationVmwareDatastore
  arguments:
    # arguments dictionaryThe 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<GetVirtualization Vmware Datastore Ancestor> 
- Capacity
GetVirtualization Vmware Datastore Capacity 
- ClassId string
- Cluster
GetVirtualization Vmware Datastore Cluster 
- Clusters
List<GetVirtualization Vmware Datastore Cluster> 
- CreateTime string
- The time when this managed object was created.
- Datacenter
GetVirtualization Vmware Datastore Datacenter 
- DatastoreCluster GetVirtualization Vmware Datastore Datastore Cluster 
- DomainGroup stringMoid 
- The DomainGroup ID for this managed object.
- HostCount double
- Number of hosts attached to or supported-by this datastore.
- Hosts
List<GetVirtualization Vmware Datastore Host> 
- 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.
- MultipleHost boolAccess 
- 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
GetVirtualization Vmware Datastore Parent 
- PermissionResources List<GetVirtualization Vmware Datastore Permission Resource> 
- RegisteredDevice GetVirtualization Vmware Datastore Registered Device 
- 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.
- 
List<GetVirtualization Vmware Datastore Tag> 
- ThinProvisioning boolSupported 
- 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 GetVirtualization Vmware Datastore Version Context 
- VmCount double
- Number of virtual machines relying on (using) this datastore.
- VmTemplate doubleCount 
- 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
[]GetVirtualization Vmware Datastore Ancestor 
- Capacity
GetVirtualization Vmware Datastore Capacity 
- ClassId string
- Cluster
GetVirtualization Vmware Datastore Cluster 
- Clusters
[]GetVirtualization Vmware Datastore Cluster 
- CreateTime string
- The time when this managed object was created.
- Datacenter
GetVirtualization Vmware Datastore Datacenter 
- DatastoreCluster GetVirtualization Vmware Datastore Datastore Cluster 
- DomainGroup stringMoid 
- The DomainGroup ID for this managed object.
- HostCount float64
- Number of hosts attached to or supported-by this datastore.
- Hosts
[]GetVirtualization Vmware Datastore Host 
- 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.
- MultipleHost boolAccess 
- 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
GetVirtualization Vmware Datastore Parent 
- PermissionResources []GetVirtualization Vmware Datastore Permission Resource 
- RegisteredDevice GetVirtualization Vmware Datastore Registered Device 
- 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.
- 
[]GetVirtualization Vmware Datastore Tag 
- ThinProvisioning boolSupported 
- 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 GetVirtualization Vmware Datastore Version Context 
- VmCount float64
- Number of virtual machines relying on (using) this datastore.
- VmTemplate float64Count 
- 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<GetVirtualization Vmware Datastore Ancestor> 
- capacity
GetVirtualization Vmware Datastore Capacity 
- classId String
- cluster
GetVirtualization Vmware Datastore Cluster 
- clusters
List<GetVirtualization Vmware Datastore Cluster> 
- createTime String
- The time when this managed object was created.
- datacenter
GetVirtualization Vmware Datastore Datacenter 
- datastoreCluster GetVirtualization Vmware Datastore Datastore Cluster 
- domainGroup StringMoid 
- The DomainGroup ID for this managed object.
- hostCount Double
- Number of hosts attached to or supported-by this datastore.
- hosts
List<GetVirtualization Vmware Datastore Host> 
- 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.
- multipleHost BooleanAccess 
- 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
GetVirtualization Vmware Datastore Parent 
- permissionResources List<GetVirtualization Vmware Datastore Permission Resource> 
- registeredDevice GetVirtualization Vmware Datastore Registered Device 
- 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.
- 
List<GetVirtualization Vmware Datastore Tag> 
- thinProvisioning BooleanSupported 
- 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 GetVirtualization Vmware Datastore Version Context 
- vmCount Double
- Number of virtual machines relying on (using) this datastore.
- vmTemplate DoubleCount 
- 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
GetVirtualization Vmware Datastore Ancestor[] 
- capacity
GetVirtualization Vmware Datastore Capacity 
- classId string
- cluster
GetVirtualization Vmware Datastore Cluster 
- clusters
GetVirtualization Vmware Datastore Cluster[] 
- createTime string
- The time when this managed object was created.
- datacenter
GetVirtualization Vmware Datastore Datacenter 
- datastoreCluster GetVirtualization Vmware Datastore Datastore Cluster 
- domainGroup stringMoid 
- The DomainGroup ID for this managed object.
- hostCount number
- Number of hosts attached to or supported-by this datastore.
- hosts
GetVirtualization Vmware Datastore Host[] 
- 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.
- multipleHost booleanAccess 
- 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
GetVirtualization Vmware Datastore Parent 
- permissionResources GetVirtualization Vmware Datastore Permission Resource[] 
- registeredDevice GetVirtualization Vmware Datastore Registered Device 
- 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.
- 
GetVirtualization Vmware Datastore Tag[] 
- thinProvisioning booleanSupported 
- 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 GetVirtualization Vmware Datastore Version Context 
- vmCount number
- Number of virtual machines relying on (using) this datastore.
- vmTemplate numberCount 
- 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[GetVirtualization Vmware Datastore Ancestor] 
- capacity
GetVirtualization Vmware Datastore Capacity 
- class_id str
- cluster
GetVirtualization Vmware Datastore Cluster 
- clusters
Sequence[GetVirtualization Vmware Datastore Cluster] 
- create_time str
- The time when this managed object was created.
- datacenter
GetVirtualization Vmware Datastore Datacenter 
- datastore_cluster GetVirtualization Vmware Datastore Datastore Cluster 
- domain_group_ strmoid 
- The DomainGroup ID for this managed object.
- host_count float
- Number of hosts attached to or supported-by this datastore.
- hosts
Sequence[GetVirtualization Vmware Datastore Host] 
- 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_ boolaccess 
- 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
GetVirtualization Vmware Datastore Parent 
- permission_resources Sequence[GetVirtualization Vmware Datastore Permission Resource] 
- registered_device GetVirtualization Vmware Datastore Registered Device 
- 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.
- 
Sequence[GetVirtualization Vmware Datastore Tag] 
- thin_provisioning_ boolsupported 
- 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 GetVirtualization Vmware Datastore Version Context 
- vm_count float
- Number of virtual machines relying on (using) this datastore.
- vm_template_ floatcount 
- 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
- domainGroup StringMoid 
- 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.
- multipleHost BooleanAccess 
- 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
- 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.
- List<Property Map>
- thinProvisioning BooleanSupported 
- 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.
- vmTemplate NumberCount 
- Number of virtual machine templates relying on (using) this datastore.
getVirtualizationVmwareDatastore Result
The following output properties are available:
- Id string
- Results
List<GetVirtualization Vmware Datastore Result> 
- Accessible bool
- AccountMoid string
- AdditionalProperties string
- Ancestors
List<GetVirtualization Vmware Datastore Ancestor> 
- Capacity
GetVirtualization Vmware Datastore Capacity 
- ClassId string
- Cluster
GetVirtualization Vmware Datastore Cluster 
- Clusters
List<GetVirtualization Vmware Datastore Cluster> 
- CreateTime string
- Datacenter
GetVirtualization Vmware Datastore Datacenter 
- DatastoreCluster GetVirtualization Vmware Datastore Datastore Cluster 
- DomainGroup stringMoid 
- HostCount double
- Hosts
List<GetVirtualization Vmware Datastore Host> 
- Identity string
- InventoryPath string
- MaintenanceMode bool
- ModTime string
- Moid string
- MultipleHost boolAccess 
- Name string
- ObjectType string
- Owners List<string>
- Parent
GetVirtualization Vmware Datastore Parent 
- PermissionResources List<GetVirtualization Vmware Datastore Permission Resource> 
- RegisteredDevice GetVirtualization Vmware Datastore Registered Device 
- string
- Status string
- 
List<GetVirtualization Vmware Datastore Tag> 
- ThinProvisioning boolSupported 
- Type string
- UnCommitted double
- Url string
- VersionContext GetVirtualization Vmware Datastore Version Context 
- VmCount double
- VmTemplate doubleCount 
- Id string
- Results
[]GetVirtualization Vmware Datastore Result 
- Accessible bool
- AccountMoid string
- AdditionalProperties string
- Ancestors
[]GetVirtualization Vmware Datastore Ancestor 
- Capacity
GetVirtualization Vmware Datastore Capacity 
- ClassId string
- Cluster
GetVirtualization Vmware Datastore Cluster 
- Clusters
[]GetVirtualization Vmware Datastore Cluster 
- CreateTime string
- Datacenter
GetVirtualization Vmware Datastore Datacenter 
- DatastoreCluster GetVirtualization Vmware Datastore Datastore Cluster 
- DomainGroup stringMoid 
- HostCount float64
- Hosts
[]GetVirtualization Vmware Datastore Host 
- Identity string
- InventoryPath string
- MaintenanceMode bool
- ModTime string
- Moid string
- MultipleHost boolAccess 
- Name string
- ObjectType string
- Owners []string
- Parent
GetVirtualization Vmware Datastore Parent 
- PermissionResources []GetVirtualization Vmware Datastore Permission Resource 
- RegisteredDevice GetVirtualization Vmware Datastore Registered Device 
- string
- Status string
- 
[]GetVirtualization Vmware Datastore Tag 
- ThinProvisioning boolSupported 
- Type string
- UnCommitted float64
- Url string
- VersionContext GetVirtualization Vmware Datastore Version Context 
- VmCount float64
- VmTemplate float64Count 
- id String
- results
List<GetVirtualization Vmware Datastore Result> 
- accessible Boolean
- accountMoid String
- additionalProperties String
- ancestors
List<GetVirtualization Vmware Datastore Ancestor> 
- capacity
GetVirtualization Vmware Datastore Capacity 
- classId String
- cluster
GetVirtualization Vmware Datastore Cluster 
- clusters
List<GetVirtualization Vmware Datastore Cluster> 
- createTime String
- datacenter
GetVirtualization Vmware Datastore Datacenter 
- datastoreCluster GetVirtualization Vmware Datastore Datastore Cluster 
- domainGroup StringMoid 
- hostCount Double
- hosts
List<GetVirtualization Vmware Datastore Host> 
- identity String
- inventoryPath String
- maintenanceMode Boolean
- modTime String
- moid String
- multipleHost BooleanAccess 
- name String
- objectType String
- owners List<String>
- parent
GetVirtualization Vmware Datastore Parent 
- permissionResources List<GetVirtualization Vmware Datastore Permission Resource> 
- registeredDevice GetVirtualization Vmware Datastore Registered Device 
- String
- status String
- 
List<GetVirtualization Vmware Datastore Tag> 
- thinProvisioning BooleanSupported 
- type String
- unCommitted Double
- url String
- versionContext GetVirtualization Vmware Datastore Version Context 
- vmCount Double
- vmTemplate DoubleCount 
- id string
- results
GetVirtualization Vmware Datastore Result[] 
- accessible boolean
- accountMoid string
- additionalProperties string
- ancestors
GetVirtualization Vmware Datastore Ancestor[] 
- capacity
GetVirtualization Vmware Datastore Capacity 
- classId string
- cluster
GetVirtualization Vmware Datastore Cluster 
- clusters
GetVirtualization Vmware Datastore Cluster[] 
- createTime string
- datacenter
GetVirtualization Vmware Datastore Datacenter 
- datastoreCluster GetVirtualization Vmware Datastore Datastore Cluster 
- domainGroup stringMoid 
- hostCount number
- hosts
GetVirtualization Vmware Datastore Host[] 
- identity string
- inventoryPath string
- maintenanceMode boolean
- modTime string
- moid string
- multipleHost booleanAccess 
- name string
- objectType string
- owners string[]
- parent
GetVirtualization Vmware Datastore Parent 
- permissionResources GetVirtualization Vmware Datastore Permission Resource[] 
- registeredDevice GetVirtualization Vmware Datastore Registered Device 
- string
- status string
- 
GetVirtualization Vmware Datastore Tag[] 
- thinProvisioning booleanSupported 
- type string
- unCommitted number
- url string
- versionContext GetVirtualization Vmware Datastore Version Context 
- vmCount number
- vmTemplate numberCount 
- id str
- results
Sequence[GetVirtualization Vmware Datastore Result] 
- accessible bool
- account_moid str
- additional_properties str
- ancestors
Sequence[GetVirtualization Vmware Datastore Ancestor] 
- capacity
GetVirtualization Vmware Datastore Capacity 
- class_id str
- cluster
GetVirtualization Vmware Datastore Cluster 
- clusters
Sequence[GetVirtualization Vmware Datastore Cluster] 
- create_time str
- datacenter
GetVirtualization Vmware Datastore Datacenter 
- datastore_cluster GetVirtualization Vmware Datastore Datastore Cluster 
- domain_group_ strmoid 
- host_count float
- hosts
Sequence[GetVirtualization Vmware Datastore Host] 
- identity str
- inventory_path str
- maintenance_mode bool
- mod_time str
- moid str
- multiple_host_ boolaccess 
- name str
- object_type str
- owners Sequence[str]
- parent
GetVirtualization Vmware Datastore Parent 
- permission_resources Sequence[GetVirtualization Vmware Datastore Permission Resource] 
- registered_device GetVirtualization Vmware Datastore Registered Device 
- str
- status str
- 
Sequence[GetVirtualization Vmware Datastore Tag] 
- thin_provisioning_ boolsupported 
- type str
- un_committed float
- url str
- version_context GetVirtualization Vmware Datastore Version Context 
- vm_count float
- vm_template_ floatcount 
- id String
- results List<Property Map>
- accessible Boolean
- accountMoid String
- additionalProperties String
- ancestors List<Property Map>
- capacity Property Map
- classId String
- cluster Property Map
- clusters List<Property Map>
- createTime String
- datacenter Property Map
- datastoreCluster Property Map
- domainGroup StringMoid 
- hostCount Number
- hosts List<Property Map>
- identity String
- inventoryPath String
- maintenanceMode Boolean
- modTime String
- moid String
- multipleHost BooleanAccess 
- name String
- objectType String
- owners List<String>
- parent Property Map
- permissionResources List<Property Map>
- registeredDevice Property Map
- String
- status String
- List<Property Map>
- thinProvisioning BooleanSupported 
- type String
- unCommitted Number
- url String
- versionContext Property Map
- vmCount Number
- vmTemplate NumberCount 
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.- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
 
- AdditionalProperties string
- ClassId string
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- Moid string
- The unique identifier of this Managed Object instance.
- ObjectType string
- The fully-qualified name of the remote type referred by this relationship.
- Selector string
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
 
- additionalProperties String
- classId String
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- moid String
- The unique identifier of this Managed Object instance.
- objectType String
- The fully-qualified name of the remote type referred by this relationship.
- selector String
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
 
- additionalProperties string
- classId string
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- moid string
- The unique identifier of this Managed Object instance.
- objectType string
- The fully-qualified name of the remote type referred by this relationship.
- selector string
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
 
- additional_properties str
- class_id str
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- moid str
- The unique identifier of this Managed Object instance.
- object_type str
- The fully-qualified name of the remote type referred by this relationship.
- selector str
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
 
- additionalProperties String
- classId String
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- moid String
- The unique identifier of this Managed Object instance.
- objectType String
- The fully-qualified name of the remote type referred by this relationship.
- selector String
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
 
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.- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
 
- AdditionalProperties string
- ClassId string
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- Moid string
- The unique identifier of this Managed Object instance.
- ObjectType string
- The fully-qualified name of the remote type referred by this relationship.
- Selector string
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
 
- additionalProperties String
- classId String
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- moid String
- The unique identifier of this Managed Object instance.
- objectType String
- The fully-qualified name of the remote type referred by this relationship.
- selector String
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
 
- additionalProperties string
- classId string
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- moid string
- The unique identifier of this Managed Object instance.
- objectType string
- The fully-qualified name of the remote type referred by this relationship.
- selector string
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
 
- additional_properties str
- class_id str
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- moid str
- The unique identifier of this Managed Object instance.
- object_type str
- The fully-qualified name of the remote type referred by this relationship.
- selector str
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
 
- additionalProperties String
- classId String
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- moid String
- The unique identifier of this Managed Object instance.
- objectType String
- The fully-qualified name of the remote type referred by this relationship.
- selector String
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
 
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.- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
 
- AdditionalProperties string
- ClassId string
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- Moid string
- The unique identifier of this Managed Object instance.
- ObjectType string
- The fully-qualified name of the remote type referred by this relationship.
- Selector string
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
 
- additionalProperties String
- classId String
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- moid String
- The unique identifier of this Managed Object instance.
- objectType String
- The fully-qualified name of the remote type referred by this relationship.
- selector String
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
 
- additionalProperties string
- classId string
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- moid string
- The unique identifier of this Managed Object instance.
- objectType string
- The fully-qualified name of the remote type referred by this relationship.
- selector string
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
 
- additional_properties str
- class_id str
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- moid str
- The unique identifier of this Managed Object instance.
- object_type str
- The fully-qualified name of the remote type referred by this relationship.
- selector str
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
 
- additionalProperties String
- classId String
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- moid String
- The unique identifier of this Managed Object instance.
- objectType String
- The fully-qualified name of the remote type referred by this relationship.
- selector String
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
 
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.- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
 
- AdditionalProperties string
- ClassId string
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- Moid string
- The unique identifier of this Managed Object instance.
- ObjectType string
- The fully-qualified name of the remote type referred by this relationship.
- Selector string
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
 
- additionalProperties String
- classId String
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- moid String
- The unique identifier of this Managed Object instance.
- objectType String
- The fully-qualified name of the remote type referred by this relationship.
- selector String
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
 
- additionalProperties string
- classId string
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- moid string
- The unique identifier of this Managed Object instance.
- objectType string
- The fully-qualified name of the remote type referred by this relationship.
- selector string
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
 
- additional_properties str
- class_id str
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- moid str
- The unique identifier of this Managed Object instance.
- object_type str
- The fully-qualified name of the remote type referred by this relationship.
- selector str
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
 
- additionalProperties String
- classId String
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- moid String
- The unique identifier of this Managed Object instance.
- objectType String
- The fully-qualified name of the remote type referred by this relationship.
- selector String
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
 
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.- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
 
- AdditionalProperties string
- ClassId string
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- Moid string
- The unique identifier of this Managed Object instance.
- ObjectType string
- The fully-qualified name of the remote type referred by this relationship.
- Selector string
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
 
- additionalProperties String
- classId String
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- moid String
- The unique identifier of this Managed Object instance.
- objectType String
- The fully-qualified name of the remote type referred by this relationship.
- selector String
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
 
- additionalProperties string
- classId string
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- moid string
- The unique identifier of this Managed Object instance.
- objectType string
- The fully-qualified name of the remote type referred by this relationship.
- selector string
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
 
- additional_properties str
- class_id str
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- moid str
- The unique identifier of this Managed Object instance.
- object_type str
- The fully-qualified name of the remote type referred by this relationship.
- selector str
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
 
- additionalProperties String
- classId String
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- moid String
- The unique identifier of this Managed Object instance.
- objectType String
- The fully-qualified name of the remote type referred by this relationship.
- selector String
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
 
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.- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
 
- AdditionalProperties string
- ClassId string
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- Moid string
- The unique identifier of this Managed Object instance.
- ObjectType string
- The fully-qualified name of the remote type referred by this relationship.
- Selector string
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
 
- additionalProperties String
- classId String
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- moid String
- The unique identifier of this Managed Object instance.
- objectType String
- The fully-qualified name of the remote type referred by this relationship.
- selector String
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
 
- additionalProperties string
- classId string
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- moid string
- The unique identifier of this Managed Object instance.
- objectType string
- The fully-qualified name of the remote type referred by this relationship.
- selector string
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
 
- additional_properties str
- class_id str
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- moid str
- The unique identifier of this Managed Object instance.
- object_type str
- The fully-qualified name of the remote type referred by this relationship.
- selector str
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
 
- additionalProperties String
- classId String
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- moid String
- The unique identifier of this Managed Object instance.
- objectType String
- The fully-qualified name of the remote type referred by this relationship.
- selector String
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
 
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.- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
 
- AdditionalProperties string
- ClassId string
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- Moid string
- The unique identifier of this Managed Object instance.
- ObjectType string
- The fully-qualified name of the remote type referred by this relationship.
- Selector string
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
 
- additionalProperties String
- classId String
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- moid String
- The unique identifier of this Managed Object instance.
- objectType String
- The fully-qualified name of the remote type referred by this relationship.
- selector String
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
 
- additionalProperties string
- classId string
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- moid string
- The unique identifier of this Managed Object instance.
- objectType string
- The fully-qualified name of the remote type referred by this relationship.
- selector string
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
 
- additional_properties str
- class_id str
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- moid str
- The unique identifier of this Managed Object instance.
- object_type str
- The fully-qualified name of the remote type referred by this relationship.
- selector str
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
 
- additionalProperties String
- classId String
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- moid String
- The unique identifier of this Managed Object instance.
- objectType String
- The fully-qualified name of the remote type referred by this relationship.
- selector String
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
 
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.- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
 
- AdditionalProperties string
- ClassId string
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- Moid string
- The unique identifier of this Managed Object instance.
- ObjectType string
- The fully-qualified name of the remote type referred by this relationship.
- Selector string
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
 
- additionalProperties String
- classId String
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- moid String
- The unique identifier of this Managed Object instance.
- objectType String
- The fully-qualified name of the remote type referred by this relationship.
- selector String
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
 
- additionalProperties string
- classId string
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- moid string
- The unique identifier of this Managed Object instance.
- objectType string
- The fully-qualified name of the remote type referred by this relationship.
- selector string
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
 
- additional_properties str
- class_id str
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- moid str
- The unique identifier of this Managed Object instance.
- object_type str
- The fully-qualified name of the remote type referred by this relationship.
- selector str
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
 
- additionalProperties String
- classId String
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- moid String
- The unique identifier of this Managed Object instance.
- objectType String
- The fully-qualified name of the remote type referred by this relationship.
- selector String
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
 
GetVirtualizationVmwareDatastoreResult    
- Accessible bool
- Shows if this datastore is accessible.
- AccountMoid string
- The Account ID for this managed object.
- AdditionalProperties string
- Ancestors
List<GetVirtualization Vmware Datastore Result Ancestor> 
- Capacities
List<GetVirtualization Vmware Datastore Result Capacity> 
- ClassId string
- Cluster
List<GetVirtualization Vmware Datastore Result Cluster> 
- Clusters
List<GetVirtualization Vmware Datastore Result Cluster> 
- CreateTime string
- The time when this managed object was created.
- Datacenters
List<GetVirtualization Vmware Datastore Result Datacenter> 
- DatastoreClusters List<GetVirtualization Vmware Datastore Result Datastore Cluster> 
- DomainGroup stringMoid 
- The DomainGroup ID for this managed object.
- HostCount double
- Number of hosts attached to or supported-by this datastore.
- Hosts
List<GetVirtualization Vmware Datastore Result Host> 
- 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.
- MultipleHost boolAccess 
- 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>
- Parents
List<GetVirtualization Vmware Datastore Result Parent> 
- PermissionResources List<GetVirtualization Vmware Datastore Result Permission Resource> 
- RegisteredDevices List<GetVirtualization Vmware Datastore Result Registered Device> 
- 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.
- 
List<GetVirtualization Vmware Datastore Result Tag> 
- ThinProvisioning boolSupported 
- 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/').
- VersionContexts List<GetVirtualization Vmware Datastore Result Version Context> 
- VmCount double
- Number of virtual machines relying on (using) this datastore.
- VmTemplate doubleCount 
- 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
[]GetVirtualization Vmware Datastore Result Ancestor 
- Capacities
[]GetVirtualization Vmware Datastore Result Capacity 
- ClassId string
- Cluster
[]GetVirtualization Vmware Datastore Result Cluster 
- Clusters
[]GetVirtualization Vmware Datastore Result Cluster 
- CreateTime string
- The time when this managed object was created.
- Datacenters
[]GetVirtualization Vmware Datastore Result Datacenter 
- DatastoreClusters []GetVirtualization Vmware Datastore Result Datastore Cluster 
- DomainGroup stringMoid 
- The DomainGroup ID for this managed object.
- HostCount float64
- Number of hosts attached to or supported-by this datastore.
- Hosts
[]GetVirtualization Vmware Datastore Result Host 
- 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.
- MultipleHost boolAccess 
- 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
- Parents
[]GetVirtualization Vmware Datastore Result Parent 
- PermissionResources []GetVirtualization Vmware Datastore Result Permission Resource 
- RegisteredDevices []GetVirtualization Vmware Datastore Result Registered Device 
- 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.
- 
[]GetVirtualization Vmware Datastore Result Tag 
- ThinProvisioning boolSupported 
- 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/').
- VersionContexts []GetVirtualization Vmware Datastore Result Version Context 
- VmCount float64
- Number of virtual machines relying on (using) this datastore.
- VmTemplate float64Count 
- 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<GetVirtualization Vmware Datastore Result Ancestor> 
- capacities
List<GetVirtualization Vmware Datastore Result Capacity> 
- classId String
- cluster
List<GetVirtualization Vmware Datastore Result Cluster> 
- clusters
List<GetVirtualization Vmware Datastore Result Cluster> 
- createTime String
- The time when this managed object was created.
- datacenters
List<GetVirtualization Vmware Datastore Result Datacenter> 
- datastoreClusters List<GetVirtualization Vmware Datastore Result Datastore Cluster> 
- domainGroup StringMoid 
- The DomainGroup ID for this managed object.
- hostCount Double
- Number of hosts attached to or supported-by this datastore.
- hosts
List<GetVirtualization Vmware Datastore Result Host> 
- 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.
- multipleHost BooleanAccess 
- 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>
- parents
List<GetVirtualization Vmware Datastore Result Parent> 
- permissionResources List<GetVirtualization Vmware Datastore Result Permission Resource> 
- registeredDevices List<GetVirtualization Vmware Datastore Result Registered Device> 
- 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.
- 
List<GetVirtualization Vmware Datastore Result Tag> 
- thinProvisioning BooleanSupported 
- 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/').
- versionContexts List<GetVirtualization Vmware Datastore Result Version Context> 
- vmCount Double
- Number of virtual machines relying on (using) this datastore.
- vmTemplate DoubleCount 
- 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
GetVirtualization Vmware Datastore Result Ancestor[] 
- capacities
GetVirtualization Vmware Datastore Result Capacity[] 
- classId string
- cluster
GetVirtualization Vmware Datastore Result Cluster[] 
- clusters
GetVirtualization Vmware Datastore Result Cluster[] 
- createTime string
- The time when this managed object was created.
- datacenters
GetVirtualization Vmware Datastore Result Datacenter[] 
- datastoreClusters GetVirtualization Vmware Datastore Result Datastore Cluster[] 
- domainGroup stringMoid 
- The DomainGroup ID for this managed object.
- hostCount number
- Number of hosts attached to or supported-by this datastore.
- hosts
GetVirtualization Vmware Datastore Result Host[] 
- 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.
- multipleHost booleanAccess 
- 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[]
- parents
GetVirtualization Vmware Datastore Result Parent[] 
- permissionResources GetVirtualization Vmware Datastore Result Permission Resource[] 
- registeredDevices GetVirtualization Vmware Datastore Result Registered Device[] 
- 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.
- 
GetVirtualization Vmware Datastore Result Tag[] 
- thinProvisioning booleanSupported 
- 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/').
- versionContexts GetVirtualization Vmware Datastore Result Version Context[] 
- vmCount number
- Number of virtual machines relying on (using) this datastore.
- vmTemplate numberCount 
- 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[GetVirtualization Vmware Datastore Result Ancestor] 
- capacities
Sequence[GetVirtualization Vmware Datastore Result Capacity] 
- class_id str
- cluster
Sequence[GetVirtualization Vmware Datastore Result Cluster] 
- clusters
Sequence[GetVirtualization Vmware Datastore Result Cluster] 
- create_time str
- The time when this managed object was created.
- datacenters
Sequence[GetVirtualization Vmware Datastore Result Datacenter] 
- datastore_clusters Sequence[GetVirtualization Vmware Datastore Result Datastore Cluster] 
- domain_group_ strmoid 
- The DomainGroup ID for this managed object.
- host_count float
- Number of hosts attached to or supported-by this datastore.
- hosts
Sequence[GetVirtualization Vmware Datastore Result Host] 
- 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_ boolaccess 
- 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]
- parents
Sequence[GetVirtualization Vmware Datastore Result Parent] 
- permission_resources Sequence[GetVirtualization Vmware Datastore Result Permission Resource] 
- registered_devices Sequence[GetVirtualization Vmware Datastore Result Registered Device] 
- 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.
- 
Sequence[GetVirtualization Vmware Datastore Result Tag] 
- thin_provisioning_ boolsupported 
- 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_contexts Sequence[GetVirtualization Vmware Datastore Result Version Context] 
- vm_count float
- Number of virtual machines relying on (using) this datastore.
- vm_template_ floatcount 
- 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>
- capacities List<Property Map>
- classId String
- cluster List<Property Map>
- clusters List<Property Map>
- createTime String
- The time when this managed object was created.
- datacenters List<Property Map>
- datastoreClusters List<Property Map>
- domainGroup StringMoid 
- The DomainGroup ID for this managed object.
- hostCount Number
- Number of hosts attached to or supported-by this datastore.
- hosts List<Property Map>
- 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.
- multipleHost BooleanAccess 
- 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>
- parents List<Property Map>
- permissionResources List<Property Map>
- registeredDevices List<Property Map>
- 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.
- List<Property Map>
- thinProvisioning BooleanSupported 
- 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/').
- versionContexts List<Property Map>
- vmCount Number
- Number of virtual machines relying on (using) this datastore.
- vmTemplate NumberCount 
- Number of virtual machine templates relying on (using) this datastore.
GetVirtualizationVmwareDatastoreResultAncestor     
- AdditionalProperties string
- ClassId string
- Moid string
- The unique identifier of this Managed Object instance.
- ObjectType string
- Selector string
- AdditionalProperties string
- ClassId string
- Moid string
- The unique identifier of this Managed Object instance.
- ObjectType string
- Selector string
- additionalProperties String
- classId String
- moid String
- The unique identifier of this Managed Object instance.
- objectType String
- selector String
- additionalProperties string
- classId string
- moid string
- The unique identifier of this Managed Object instance.
- objectType string
- selector string
- additional_properties str
- class_id str
- moid str
- The unique identifier of this Managed Object instance.
- object_type str
- selector str
- additionalProperties String
- classId String
- moid String
- The unique identifier of this Managed Object instance.
- objectType String
- selector String
GetVirtualizationVmwareDatastoreResultCapacity     
- AdditionalProperties string
- Capacity double
- ClassId string
- Free double
- ObjectType string
- Used double
- AdditionalProperties string
- Capacity float64
- ClassId string
- Free float64
- ObjectType string
- Used float64
- additionalProperties String
- capacity Double
- classId String
- free Double
- objectType String
- used Double
- additionalProperties string
- capacity number
- classId string
- free number
- objectType string
- used number
- additional_properties str
- capacity float
- class_id str
- free float
- object_type str
- used float
- additionalProperties String
- capacity Number
- classId String
- free Number
- objectType String
- used Number
GetVirtualizationVmwareDatastoreResultCluster     
- AdditionalProperties string
- ClassId string
- Moid string
- The unique identifier of this Managed Object instance.
- ObjectType string
- Selector string
- AdditionalProperties string
- ClassId string
- Moid string
- The unique identifier of this Managed Object instance.
- ObjectType string
- Selector string
- additionalProperties String
- classId String
- moid String
- The unique identifier of this Managed Object instance.
- objectType String
- selector String
- additionalProperties string
- classId string
- moid string
- The unique identifier of this Managed Object instance.
- objectType string
- selector string
- additional_properties str
- class_id str
- moid str
- The unique identifier of this Managed Object instance.
- object_type str
- selector str
- additionalProperties String
- classId String
- moid String
- The unique identifier of this Managed Object instance.
- objectType String
- selector String
GetVirtualizationVmwareDatastoreResultDatacenter     
- AdditionalProperties string
- ClassId string
- Moid string
- The unique identifier of this Managed Object instance.
- ObjectType string
- Selector string
- AdditionalProperties string
- ClassId string
- Moid string
- The unique identifier of this Managed Object instance.
- ObjectType string
- Selector string
- additionalProperties String
- classId String
- moid String
- The unique identifier of this Managed Object instance.
- objectType String
- selector String
- additionalProperties string
- classId string
- moid string
- The unique identifier of this Managed Object instance.
- objectType string
- selector string
- additional_properties str
- class_id str
- moid str
- The unique identifier of this Managed Object instance.
- object_type str
- selector str
- additionalProperties String
- classId String
- moid String
- The unique identifier of this Managed Object instance.
- objectType String
- selector String
GetVirtualizationVmwareDatastoreResultDatastoreCluster      
- AdditionalProperties string
- ClassId string
- Moid string
- The unique identifier of this Managed Object instance.
- ObjectType string
- Selector string
- AdditionalProperties string
- ClassId string
- Moid string
- The unique identifier of this Managed Object instance.
- ObjectType string
- Selector string
- additionalProperties String
- classId String
- moid String
- The unique identifier of this Managed Object instance.
- objectType String
- selector String
- additionalProperties string
- classId string
- moid string
- The unique identifier of this Managed Object instance.
- objectType string
- selector string
- additional_properties str
- class_id str
- moid str
- The unique identifier of this Managed Object instance.
- object_type str
- selector str
- additionalProperties String
- classId String
- moid String
- The unique identifier of this Managed Object instance.
- objectType String
- selector String
GetVirtualizationVmwareDatastoreResultHost     
- AdditionalProperties string
- ClassId string
- Moid string
- The unique identifier of this Managed Object instance.
- ObjectType string
- Selector string
- AdditionalProperties string
- ClassId string
- Moid string
- The unique identifier of this Managed Object instance.
- ObjectType string
- Selector string
- additionalProperties String
- classId String
- moid String
- The unique identifier of this Managed Object instance.
- objectType String
- selector String
- additionalProperties string
- classId string
- moid string
- The unique identifier of this Managed Object instance.
- objectType string
- selector string
- additional_properties str
- class_id str
- moid str
- The unique identifier of this Managed Object instance.
- object_type str
- selector str
- additionalProperties String
- classId String
- moid String
- The unique identifier of this Managed Object instance.
- objectType String
- selector String
GetVirtualizationVmwareDatastoreResultParent     
- AdditionalProperties string
- ClassId string
- Moid string
- The unique identifier of this Managed Object instance.
- ObjectType string
- Selector string
- AdditionalProperties string
- ClassId string
- Moid string
- The unique identifier of this Managed Object instance.
- ObjectType string
- Selector string
- additionalProperties String
- classId String
- moid String
- The unique identifier of this Managed Object instance.
- objectType String
- selector String
- additionalProperties string
- classId string
- moid string
- The unique identifier of this Managed Object instance.
- objectType string
- selector string
- additional_properties str
- class_id str
- moid str
- The unique identifier of this Managed Object instance.
- object_type str
- selector str
- additionalProperties String
- classId String
- moid String
- The unique identifier of this Managed Object instance.
- objectType String
- selector String
GetVirtualizationVmwareDatastoreResultPermissionResource      
- AdditionalProperties string
- ClassId string
- Moid string
- The unique identifier of this Managed Object instance.
- ObjectType string
- Selector string
- AdditionalProperties string
- ClassId string
- Moid string
- The unique identifier of this Managed Object instance.
- ObjectType string
- Selector string
- additionalProperties String
- classId String
- moid String
- The unique identifier of this Managed Object instance.
- objectType String
- selector String
- additionalProperties string
- classId string
- moid string
- The unique identifier of this Managed Object instance.
- objectType string
- selector string
- additional_properties str
- class_id str
- moid str
- The unique identifier of this Managed Object instance.
- object_type str
- selector str
- additionalProperties String
- classId String
- moid String
- The unique identifier of this Managed Object instance.
- objectType String
- selector String
GetVirtualizationVmwareDatastoreResultRegisteredDevice      
- AdditionalProperties string
- ClassId string
- Moid string
- The unique identifier of this Managed Object instance.
- ObjectType string
- Selector string
- AdditionalProperties string
- ClassId string
- Moid string
- The unique identifier of this Managed Object instance.
- ObjectType string
- Selector string
- additionalProperties String
- classId String
- moid String
- The unique identifier of this Managed Object instance.
- objectType String
- selector String
- additionalProperties string
- classId string
- moid string
- The unique identifier of this Managed Object instance.
- objectType string
- selector string
- additional_properties str
- class_id str
- moid str
- The unique identifier of this Managed Object instance.
- object_type str
- selector str
- additionalProperties String
- classId String
- moid String
- The unique identifier of this Managed Object instance.
- objectType String
- selector String
GetVirtualizationVmwareDatastoreResultTag     
- AdditionalProperties string
- Key string
- Value string
- AdditionalProperties string
- Key string
- Value string
- additionalProperties String
- key String
- value String
- additionalProperties string
- key string
- value string
- additional_properties str
- key str
- value str
- additionalProperties String
- key String
- value String
GetVirtualizationVmwareDatastoreResultVersionContext      
- additionalProperties String
- classId String
- interestedMos List<Property Map>
- markedFor BooleanDeletion 
- nrVersion String
- objectType String
- refMos List<Property Map>
- timestamp String
- versionType String
GetVirtualizationVmwareDatastoreResultVersionContextInterestedMo        
- AdditionalProperties string
- ClassId string
- Moid string
- The unique identifier of this Managed Object instance.
- ObjectType string
- Selector string
- AdditionalProperties string
- ClassId string
- Moid string
- The unique identifier of this Managed Object instance.
- ObjectType string
- Selector string
- additionalProperties String
- classId String
- moid String
- The unique identifier of this Managed Object instance.
- objectType String
- selector String
- additionalProperties string
- classId string
- moid string
- The unique identifier of this Managed Object instance.
- objectType string
- selector string
- additional_properties str
- class_id str
- moid str
- The unique identifier of this Managed Object instance.
- object_type str
- selector str
- additionalProperties String
- classId String
- moid String
- The unique identifier of this Managed Object instance.
- objectType String
- selector String
GetVirtualizationVmwareDatastoreResultVersionContextRefMo        
- AdditionalProperties string
- ClassId string
- Moid string
- The unique identifier of this Managed Object instance.
- ObjectType string
- Selector string
- AdditionalProperties string
- ClassId string
- Moid string
- The unique identifier of this Managed Object instance.
- ObjectType string
- Selector string
- additionalProperties String
- classId String
- moid String
- The unique identifier of this Managed Object instance.
- objectType String
- selector String
- additionalProperties string
- classId string
- moid string
- The unique identifier of this Managed Object instance.
- objectType string
- selector string
- additional_properties str
- class_id str
- moid str
- The unique identifier of this Managed Object instance.
- object_type str
- selector str
- additionalProperties String
- classId String
- moid String
- The unique identifier of this Managed Object instance.
- objectType String
- selector String
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<GetVirtualization Vmware Datastore Version Context Interested Mo> 
- MarkedFor boolDeletion 
- The flag to indicate if snapshot is marked for deletion or not. If flag is set then snapshot will be removed after the successful deployment of the policy.
- NrVersion string
- The version of the Managed Object, e.g. an incrementing number or a hash id.
- ObjectType string
- The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
- RefMo GetVirtualization Vmware Datastore Version Context Ref Mo 
- A reference to the original Managed Object.
- Timestamp string
- The time this versioned Managed Object was created.
- VersionType string
- Specifies type of version. Currently the only supported value is "Configured"
that is used to keep track of snapshots of policies and profiles that are intended
to be configured to target endpoints.- Modified- Version created every time an object is modified.
- Configured- Version created every time an object is configured to the service profile.
- Deployed- Version created for objects related to a service profile when it is deployed.
 
- AdditionalProperties string
- ClassId string
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- InterestedMos []GetVirtualization Vmware Datastore Version Context Interested Mo 
- MarkedFor boolDeletion 
- The flag to indicate if snapshot is marked for deletion or not. If flag is set then snapshot will be removed after the successful deployment of the policy.
- NrVersion string
- The version of the Managed Object, e.g. an incrementing number or a hash id.
- ObjectType string
- The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
- RefMo GetVirtualization Vmware Datastore Version Context Ref Mo 
- A reference to the original Managed Object.
- Timestamp string
- The time this versioned Managed Object was created.
- VersionType string
- Specifies type of version. Currently the only supported value is "Configured"
that is used to keep track of snapshots of policies and profiles that are intended
to be configured to target endpoints.- Modified- Version created every time an object is modified.
- Configured- Version created every time an object is configured to the service profile.
- Deployed- Version created for objects related to a service profile when it is deployed.
 
- additionalProperties String
- classId String
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- interestedMos List<GetVirtualization Vmware Datastore Version Context Interested Mo> 
- markedFor BooleanDeletion 
- The flag to indicate if snapshot is marked for deletion or not. If flag is set then snapshot will be removed after the successful deployment of the policy.
- nrVersion String
- The version of the Managed Object, e.g. an incrementing number or a hash id.
- objectType String
- The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
- refMo GetVirtualization Vmware Datastore Version Context Ref Mo 
- A reference to the original Managed Object.
- timestamp String
- The time this versioned Managed Object was created.
- versionType String
- Specifies type of version. Currently the only supported value is "Configured"
that is used to keep track of snapshots of policies and profiles that are intended
to be configured to target endpoints.- Modified- Version created every time an object is modified.
- Configured- Version created every time an object is configured to the service profile.
- Deployed- Version created for objects related to a service profile when it is deployed.
 
- additionalProperties string
- classId string
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- interestedMos GetVirtualization Vmware Datastore Version Context Interested Mo[] 
- markedFor booleanDeletion 
- The flag to indicate if snapshot is marked for deletion or not. If flag is set then snapshot will be removed after the successful deployment of the policy.
- nrVersion string
- The version of the Managed Object, e.g. an incrementing number or a hash id.
- objectType string
- The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
- refMo GetVirtualization Vmware Datastore Version Context Ref Mo 
- A reference to the original Managed Object.
- timestamp string
- The time this versioned Managed Object was created.
- versionType string
- Specifies type of version. Currently the only supported value is "Configured"
that is used to keep track of snapshots of policies and profiles that are intended
to be configured to target endpoints.- Modified- Version created every time an object is modified.
- Configured- Version created every time an object is configured to the service profile.
- Deployed- Version created for objects related to a service profile when it is deployed.
 
- additional_properties str
- class_id str
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- interested_mos Sequence[GetVirtualization Vmware Datastore Version Context Interested Mo] 
- marked_for_ booldeletion 
- The flag to indicate if snapshot is marked for deletion or not. If flag is set then snapshot will be removed after the successful deployment of the policy.
- nr_version str
- The version of the Managed Object, e.g. an incrementing number or a hash id.
- object_type str
- The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
- ref_mo GetVirtualization Vmware Datastore Version Context Ref Mo 
- A reference to the original Managed Object.
- timestamp str
- The time this versioned Managed Object was created.
- version_type str
- Specifies type of version. Currently the only supported value is "Configured"
that is used to keep track of snapshots of policies and profiles that are intended
to be configured to target endpoints.- Modified- Version created every time an object is modified.
- Configured- Version created every time an object is configured to the service profile.
- Deployed- Version created for objects related to a service profile when it is deployed.
 
- additionalProperties String
- classId String
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- interestedMos List<Property Map>
- markedFor BooleanDeletion 
- The flag to indicate if snapshot is marked for deletion or not. If flag is set then snapshot will be removed after the successful deployment of the policy.
- nrVersion String
- The version of the Managed Object, e.g. an incrementing number or a hash id.
- objectType String
- The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
- refMo Property Map
- A reference to the original Managed Object.
- timestamp String
- The time this versioned Managed Object was created.
- versionType String
- Specifies type of version. Currently the only supported value is "Configured"
that is used to keep track of snapshots of policies and profiles that are intended
to be configured to target endpoints.- Modified- Version created every time an object is modified.
- Configured- Version created every time an object is configured to the service profile.
- Deployed- Version created for objects related to a service profile when it is deployed.
 
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.- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
 
- AdditionalProperties string
- ClassId string
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- Moid string
- The unique identifier of this Managed Object instance.
- ObjectType string
- The fully-qualified name of the remote type referred by this relationship.
- Selector string
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
 
- additionalProperties String
- classId String
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- moid String
- The unique identifier of this Managed Object instance.
- objectType String
- The fully-qualified name of the remote type referred by this relationship.
- selector String
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
 
- additionalProperties string
- classId string
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- moid string
- The unique identifier of this Managed Object instance.
- objectType string
- The fully-qualified name of the remote type referred by this relationship.
- selector string
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
 
- additional_properties str
- class_id str
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- moid str
- The unique identifier of this Managed Object instance.
- object_type str
- The fully-qualified name of the remote type referred by this relationship.
- selector str
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
 
- additionalProperties String
- classId String
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- moid String
- The unique identifier of this Managed Object instance.
- objectType String
- The fully-qualified name of the remote type referred by this relationship.
- selector String
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
 
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.- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
 
- AdditionalProperties string
- ClassId string
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- Moid string
- The unique identifier of this Managed Object instance.
- ObjectType string
- The fully-qualified name of the remote type referred by this relationship.
- Selector string
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
 
- additionalProperties String
- classId String
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- moid String
- The unique identifier of this Managed Object instance.
- objectType String
- The fully-qualified name of the remote type referred by this relationship.
- selector String
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
 
- additionalProperties string
- classId string
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- moid string
- The unique identifier of this Managed Object instance.
- objectType string
- The fully-qualified name of the remote type referred by this relationship.
- selector string
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
 
- additional_properties str
- class_id str
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- moid str
- The unique identifier of this Managed Object instance.
- object_type str
- The fully-qualified name of the remote type referred by this relationship.
- selector str
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
 
- additionalProperties String
- classId String
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- moid String
- The unique identifier of this Managed Object instance.
- objectType String
- The fully-qualified name of the remote type referred by this relationship.
- selector String
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
 
Package Details
- Repository
- intersight ciscodevnet/terraform-provider-intersight
- License
- Notes
- This Pulumi package is based on the intersightTerraform Provider.
intersight 1.0.65 published on Wednesday, May 7, 2025 by ciscodevnet