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

intersight.getVirtualizationVmwareDatastore

Explore with Pulumi AI

intersight logo
intersight 1.0.64 published on Wednesday, Apr 30, 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 dictionary

    The following arguments are supported:

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

    getVirtualizationVmwareDatastore Result

    The following output properties are available:

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

    Supporting Types

    GetVirtualizationVmwareDatastoreAncestor

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

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

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

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

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

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

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

    GetVirtualizationVmwareDatastoreCapacity

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

    GetVirtualizationVmwareDatastoreCluster

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

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

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

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

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

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

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

    GetVirtualizationVmwareDatastoreDatacenter

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

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

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

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

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

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

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

    GetVirtualizationVmwareDatastoreDatastoreCluster

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

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

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

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

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

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

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

    GetVirtualizationVmwareDatastoreHost

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

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

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

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

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

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

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

    GetVirtualizationVmwareDatastoreParent

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

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

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

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

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

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

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

    GetVirtualizationVmwareDatastorePermissionResource

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

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

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

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

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

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

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

    GetVirtualizationVmwareDatastoreRegisteredDevice

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

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

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

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

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

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

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

    GetVirtualizationVmwareDatastoreResult

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

    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
    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
    additionalProperties String
    key String
    value String

    GetVirtualizationVmwareDatastoreResultVersionContext

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

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

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

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

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

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

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

    GetVirtualizationVmwareDatastoreVersionContextInterestedMo

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

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

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

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

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

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

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

    GetVirtualizationVmwareDatastoreVersionContextRefMo

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

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

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

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

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

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

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

    Package Details

    Repository
    intersight ciscodevnet/terraform-provider-intersight
    License
    Notes
    This Pulumi package is based on the intersight Terraform Provider.
    intersight logo
    intersight 1.0.64 published on Wednesday, Apr 30, 2025 by ciscodevnet