intersight 1.0.64 published on Wednesday, Apr 30, 2025 by ciscodevnet
intersight.getVirtualizationVmwareDatastore
Explore with Pulumi AI
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.
- Account
Moid string - The Account ID for this managed object.
- Additional
Properties string - Ancestors
List<Get
Virtualization Vmware Datastore Ancestor> - Capacity
Get
Virtualization Vmware Datastore Capacity - Class
Id string - Cluster
Get
Virtualization Vmware Datastore Cluster - Clusters
List<Get
Virtualization Vmware Datastore Cluster> - Create
Time string - The time when this managed object was created.
- Datacenter
Get
Virtualization Vmware Datastore Datacenter - Datastore
Cluster GetVirtualization Vmware Datastore Datastore Cluster - Domain
Group stringMoid - The DomainGroup ID for this managed object.
- Host
Count double - Number of hosts attached to or supported-by this datastore.
- Hosts
List<Get
Virtualization Vmware Datastore Host> - Id string
- Identity string
- The internally generated identity of this datastore. This entity is not manipulated by users. It aids in uniquely identifying the datastore object. For VMware, this is a MOR (managed object reference).
- Inventory
Path string - 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 string - The time when this managed object was last modified.
- Moid string
- The unique identifier of this Managed Object instance.
- Multiple
Host boolAccess - Indicates if this datastore is connected to multiple hosts.
- Name string
- Name of this datastore supplied by user. It is not the identity of the datastore. The name is subject to user manipulations.
- Object
Type string - Owners List<string>
- Parent
Get
Virtualization Vmware Datastore Parent - Permission
Resources List<GetVirtualization Vmware Datastore Permission Resource> - Registered
Device GetVirtualization Vmware Datastore Registered Device - string
- Intersight provides pre-built workflows, tasks and policies to end users through global catalogs.Objects that are made available through global catalogs are said to have a 'shared' ownership. Shared objects are either made globally available to all end users or restricted to end users based on their license entitlement. Users can use this property to differentiate the scope (global or a specific license tier) to which a shared MO belongs.
- Status string
- Datastore health status, as reported by the hypervisor platform.*
Unknown
- Entity status is unknown.*Degraded
- State is degraded, and might impact normal operation of the entity.*Critical
- Entity is in a critical state, impacting operations.*Ok
- Entity status is in a stable state, operating normally. - List<Get
Virtualization Vmware Datastore Tag> - Thin
Provisioning boolSupported - Indicates if this datastore supports thin provisioning for files.
- Type string
- A string indicating the type of the datastore (VMFS, NFS, etc).*
Unknown
- The nature of the file system is unknown.*VMFS
- It is a Virtual Machine Filesystem.*NFS
- It is a Network File System.*vSAN
- It is a virtual Storage Area Network file system.*VirtualVolume
- A Virtual Volume datastore represents a storage container in a hypervisor server. - Un
Committed double - Space uncommitted in this datastore in bytes.
- Url string
- The URL to access this datastore (example - 'ds:///vmfs/volumes/562a4e8a-0eeb5372-dd61-78baf9cb9afa/').
- Version
Context GetVirtualization Vmware Datastore Version Context - Vm
Count double - Number of virtual machines relying on (using) this datastore.
- Vm
Template doubleCount - Number of virtual machine templates relying on (using) this datastore.
- Accessible bool
- Shows if this datastore is accessible.
- Account
Moid string - The Account ID for this managed object.
- Additional
Properties string - Ancestors
[]Get
Virtualization Vmware Datastore Ancestor - Capacity
Get
Virtualization Vmware Datastore Capacity - Class
Id string - Cluster
Get
Virtualization Vmware Datastore Cluster - Clusters
[]Get
Virtualization Vmware Datastore Cluster - Create
Time string - The time when this managed object was created.
- Datacenter
Get
Virtualization Vmware Datastore Datacenter - Datastore
Cluster GetVirtualization Vmware Datastore Datastore Cluster - Domain
Group stringMoid - The DomainGroup ID for this managed object.
- Host
Count float64 - Number of hosts attached to or supported-by this datastore.
- Hosts
[]Get
Virtualization Vmware Datastore Host - Id string
- Identity string
- The internally generated identity of this datastore. This entity is not manipulated by users. It aids in uniquely identifying the datastore object. For VMware, this is a MOR (managed object reference).
- Inventory
Path string - 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 string - The time when this managed object was last modified.
- Moid string
- The unique identifier of this Managed Object instance.
- Multiple
Host boolAccess - Indicates if this datastore is connected to multiple hosts.
- Name string
- Name of this datastore supplied by user. It is not the identity of the datastore. The name is subject to user manipulations.
- Object
Type string - Owners []string
- Parent
Get
Virtualization Vmware Datastore Parent - Permission
Resources []GetVirtualization Vmware Datastore Permission Resource - Registered
Device GetVirtualization Vmware Datastore Registered Device - string
- Intersight provides pre-built workflows, tasks and policies to end users through global catalogs.Objects that are made available through global catalogs are said to have a 'shared' ownership. Shared objects are either made globally available to all end users or restricted to end users based on their license entitlement. Users can use this property to differentiate the scope (global or a specific license tier) to which a shared MO belongs.
- Status string
- Datastore health status, as reported by the hypervisor platform.*
Unknown
- Entity status is unknown.*Degraded
- State is degraded, and might impact normal operation of the entity.*Critical
- Entity is in a critical state, impacting operations.*Ok
- Entity status is in a stable state, operating normally. - []Get
Virtualization Vmware Datastore Tag - Thin
Provisioning boolSupported - Indicates if this datastore supports thin provisioning for files.
- Type string
- A string indicating the type of the datastore (VMFS, NFS, etc).*
Unknown
- The nature of the file system is unknown.*VMFS
- It is a Virtual Machine Filesystem.*NFS
- It is a Network File System.*vSAN
- It is a virtual Storage Area Network file system.*VirtualVolume
- A Virtual Volume datastore represents a storage container in a hypervisor server. - Un
Committed float64 - Space uncommitted in this datastore in bytes.
- Url string
- The URL to access this datastore (example - 'ds:///vmfs/volumes/562a4e8a-0eeb5372-dd61-78baf9cb9afa/').
- Version
Context GetVirtualization Vmware Datastore Version Context - Vm
Count float64 - Number of virtual machines relying on (using) this datastore.
- Vm
Template float64Count - Number of virtual machine templates relying on (using) this datastore.
- accessible Boolean
- Shows if this datastore is accessible.
- account
Moid String - The Account ID for this managed object.
- additional
Properties String - ancestors
List<Get
Virtualization Vmware Datastore Ancestor> - capacity
Get
Virtualization Vmware Datastore Capacity - class
Id String - cluster
Get
Virtualization Vmware Datastore Cluster - clusters
List<Get
Virtualization Vmware Datastore Cluster> - create
Time String - The time when this managed object was created.
- datacenter
Get
Virtualization Vmware Datastore Datacenter - datastore
Cluster GetVirtualization Vmware Datastore Datastore Cluster - domain
Group StringMoid - The DomainGroup ID for this managed object.
- host
Count Double - Number of hosts attached to or supported-by this datastore.
- hosts
List<Get
Virtualization Vmware Datastore Host> - id String
- identity String
- The internally generated identity of this datastore. This entity is not manipulated by users. It aids in uniquely identifying the datastore object. For VMware, this is a MOR (managed object reference).
- inventory
Path String - Inventory path of the Datastore.
- maintenance
Mode Boolean - Indicates if the datastore is in maintenance mode. Will be set to True, when in maintenance mode.
- mod
Time String - The time when this managed object was last modified.
- moid String
- The unique identifier of this Managed Object instance.
- multiple
Host BooleanAccess - Indicates if this datastore is connected to multiple hosts.
- name String
- Name of this datastore supplied by user. It is not the identity of the datastore. The name is subject to user manipulations.
- object
Type String - owners List<String>
- parent
Get
Virtualization Vmware Datastore Parent - permission
Resources List<GetVirtualization Vmware Datastore Permission Resource> - registered
Device GetVirtualization Vmware Datastore Registered Device - String
- Intersight provides pre-built workflows, tasks and policies to end users through global catalogs.Objects that are made available through global catalogs are said to have a 'shared' ownership. Shared objects are either made globally available to all end users or restricted to end users based on their license entitlement. Users can use this property to differentiate the scope (global or a specific license tier) to which a shared MO belongs.
- status String
- Datastore health status, as reported by the hypervisor platform.*
Unknown
- Entity status is unknown.*Degraded
- State is degraded, and might impact normal operation of the entity.*Critical
- Entity is in a critical state, impacting operations.*Ok
- Entity status is in a stable state, operating normally. - List<Get
Virtualization Vmware Datastore Tag> - thin
Provisioning BooleanSupported - Indicates if this datastore supports thin provisioning for files.
- type String
- A string indicating the type of the datastore (VMFS, NFS, etc).*
Unknown
- The nature of the file system is unknown.*VMFS
- It is a Virtual Machine Filesystem.*NFS
- It is a Network File System.*vSAN
- It is a virtual Storage Area Network file system.*VirtualVolume
- A Virtual Volume datastore represents a storage container in a hypervisor server. - un
Committed Double - Space uncommitted in this datastore in bytes.
- url String
- The URL to access this datastore (example - 'ds:///vmfs/volumes/562a4e8a-0eeb5372-dd61-78baf9cb9afa/').
- version
Context GetVirtualization Vmware Datastore Version Context - vm
Count Double - Number of virtual machines relying on (using) this datastore.
- vm
Template DoubleCount - Number of virtual machine templates relying on (using) this datastore.
- accessible boolean
- Shows if this datastore is accessible.
- account
Moid string - The Account ID for this managed object.
- additional
Properties string - ancestors
Get
Virtualization Vmware Datastore Ancestor[] - capacity
Get
Virtualization Vmware Datastore Capacity - class
Id string - cluster
Get
Virtualization Vmware Datastore Cluster - clusters
Get
Virtualization Vmware Datastore Cluster[] - create
Time string - The time when this managed object was created.
- datacenter
Get
Virtualization Vmware Datastore Datacenter - datastore
Cluster GetVirtualization Vmware Datastore Datastore Cluster - domain
Group stringMoid - The DomainGroup ID for this managed object.
- host
Count number - Number of hosts attached to or supported-by this datastore.
- hosts
Get
Virtualization Vmware Datastore Host[] - id string
- identity string
- The internally generated identity of this datastore. This entity is not manipulated by users. It aids in uniquely identifying the datastore object. For VMware, this is a MOR (managed object reference).
- inventory
Path string - Inventory path of the Datastore.
- maintenance
Mode boolean - Indicates if the datastore is in maintenance mode. Will be set to True, when in maintenance mode.
- mod
Time string - The time when this managed object was last modified.
- moid string
- The unique identifier of this Managed Object instance.
- multiple
Host booleanAccess - Indicates if this datastore is connected to multiple hosts.
- name string
- Name of this datastore supplied by user. It is not the identity of the datastore. The name is subject to user manipulations.
- object
Type string - owners string[]
- parent
Get
Virtualization Vmware Datastore Parent - permission
Resources GetVirtualization Vmware Datastore Permission Resource[] - registered
Device GetVirtualization Vmware Datastore Registered Device - string
- Intersight provides pre-built workflows, tasks and policies to end users through global catalogs.Objects that are made available through global catalogs are said to have a 'shared' ownership. Shared objects are either made globally available to all end users or restricted to end users based on their license entitlement. Users can use this property to differentiate the scope (global or a specific license tier) to which a shared MO belongs.
- status string
- Datastore health status, as reported by the hypervisor platform.*
Unknown
- Entity status is unknown.*Degraded
- State is degraded, and might impact normal operation of the entity.*Critical
- Entity is in a critical state, impacting operations.*Ok
- Entity status is in a stable state, operating normally. - Get
Virtualization Vmware Datastore Tag[] - thin
Provisioning booleanSupported - Indicates if this datastore supports thin provisioning for files.
- type string
- A string indicating the type of the datastore (VMFS, NFS, etc).*
Unknown
- The nature of the file system is unknown.*VMFS
- It is a Virtual Machine Filesystem.*NFS
- It is a Network File System.*vSAN
- It is a virtual Storage Area Network file system.*VirtualVolume
- A Virtual Volume datastore represents a storage container in a hypervisor server. - un
Committed number - Space uncommitted in this datastore in bytes.
- url string
- The URL to access this datastore (example - 'ds:///vmfs/volumes/562a4e8a-0eeb5372-dd61-78baf9cb9afa/').
- version
Context GetVirtualization Vmware Datastore Version Context - vm
Count number - Number of virtual machines relying on (using) this datastore.
- vm
Template numberCount - Number of virtual machine templates relying on (using) this datastore.
- accessible bool
- Shows if this datastore is accessible.
- account_
moid str - The Account ID for this managed object.
- additional_
properties str - ancestors
Sequence[Get
Virtualization Vmware Datastore Ancestor] - capacity
Get
Virtualization Vmware Datastore Capacity - class_
id str - cluster
Get
Virtualization Vmware Datastore Cluster - clusters
Sequence[Get
Virtualization Vmware Datastore Cluster] - create_
time str - The time when this managed object was created.
- datacenter
Get
Virtualization Vmware Datastore Datacenter - datastore_
cluster GetVirtualization Vmware Datastore Datastore Cluster - domain_
group_ strmoid - The DomainGroup ID for this managed object.
- host_
count float - Number of hosts attached to or supported-by this datastore.
- hosts
Sequence[Get
Virtualization Vmware Datastore Host] - id str
- identity str
- The internally generated identity of this datastore. This entity is not manipulated by users. It aids in uniquely identifying the datastore object. For VMware, this is a MOR (managed object reference).
- inventory_
path str - Inventory path of the Datastore.
- maintenance_
mode bool - Indicates if the datastore is in maintenance mode. Will be set to True, when in maintenance mode.
- mod_
time str - The time when this managed object was last modified.
- moid str
- The unique identifier of this Managed Object instance.
- multiple_
host_ boolaccess - Indicates if this datastore is connected to multiple hosts.
- name str
- Name of this datastore supplied by user. It is not the identity of the datastore. The name is subject to user manipulations.
- object_
type str - owners Sequence[str]
- parent
Get
Virtualization Vmware Datastore Parent - permission_
resources Sequence[GetVirtualization Vmware Datastore Permission Resource] - registered_
device GetVirtualization Vmware Datastore Registered Device - str
- Intersight provides pre-built workflows, tasks and policies to end users through global catalogs.Objects that are made available through global catalogs are said to have a 'shared' ownership. Shared objects are either made globally available to all end users or restricted to end users based on their license entitlement. Users can use this property to differentiate the scope (global or a specific license tier) to which a shared MO belongs.
- status str
- Datastore health status, as reported by the hypervisor platform.*
Unknown
- Entity status is unknown.*Degraded
- State is degraded, and might impact normal operation of the entity.*Critical
- Entity is in a critical state, impacting operations.*Ok
- Entity status is in a stable state, operating normally. - Sequence[Get
Virtualization Vmware Datastore Tag] - thin_
provisioning_ boolsupported - Indicates if this datastore supports thin provisioning for files.
- type str
- A string indicating the type of the datastore (VMFS, NFS, etc).*
Unknown
- The nature of the file system is unknown.*VMFS
- It is a Virtual Machine Filesystem.*NFS
- It is a Network File System.*vSAN
- It is a virtual Storage Area Network file system.*VirtualVolume
- A Virtual Volume datastore represents a storage container in a hypervisor server. - un_
committed float - Space uncommitted in this datastore in bytes.
- url str
- The URL to access this datastore (example - 'ds:///vmfs/volumes/562a4e8a-0eeb5372-dd61-78baf9cb9afa/').
- version_
context GetVirtualization Vmware Datastore Version Context - vm_
count float - Number of virtual machines relying on (using) this datastore.
- vm_
template_ floatcount - Number of virtual machine templates relying on (using) this datastore.
- accessible Boolean
- Shows if this datastore is accessible.
- account
Moid String - The Account ID for this managed object.
- additional
Properties String - ancestors List<Property Map>
- capacity Property Map
- class
Id String - cluster Property Map
- clusters List<Property Map>
- create
Time String - The time when this managed object was created.
- datacenter Property Map
- datastore
Cluster Property Map - domain
Group StringMoid - The DomainGroup ID for this managed object.
- host
Count 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).
- inventory
Path String - Inventory path of the Datastore.
- maintenance
Mode Boolean - Indicates if the datastore is in maintenance mode. Will be set to True, when in maintenance mode.
- mod
Time String - The time when this managed object was last modified.
- moid String
- The unique identifier of this Managed Object instance.
- multiple
Host BooleanAccess - Indicates if this datastore is connected to multiple hosts.
- name String
- Name of this datastore supplied by user. It is not the identity of the datastore. The name is subject to user manipulations.
- object
Type String - owners List<String>
- parent Property Map
- permission
Resources List<Property Map> - registered
Device Property Map - String
- Intersight provides pre-built workflows, tasks and policies to end users through global catalogs.Objects that are made available through global catalogs are said to have a 'shared' ownership. Shared objects are either made globally available to all end users or restricted to end users based on their license entitlement. Users can use this property to differentiate the scope (global or a specific license tier) to which a shared MO belongs.
- status String
- Datastore health status, as reported by the hypervisor platform.*
Unknown
- Entity status is unknown.*Degraded
- State is degraded, and might impact normal operation of the entity.*Critical
- Entity is in a critical state, impacting operations.*Ok
- Entity status is in a stable state, operating normally. - List<Property Map>
- thin
Provisioning BooleanSupported - Indicates if this datastore supports thin provisioning for files.
- type String
- A string indicating the type of the datastore (VMFS, NFS, etc).*
Unknown
- The nature of the file system is unknown.*VMFS
- It is a Virtual Machine Filesystem.*NFS
- It is a Network File System.*vSAN
- It is a virtual Storage Area Network file system.*VirtualVolume
- A Virtual Volume datastore represents a storage container in a hypervisor server. - un
Committed Number - Space uncommitted in this datastore in bytes.
- url String
- The URL to access this datastore (example - 'ds:///vmfs/volumes/562a4e8a-0eeb5372-dd61-78baf9cb9afa/').
- version
Context Property Map - vm
Count Number - Number of virtual machines relying on (using) this datastore.
- vm
Template NumberCount - Number of virtual machine templates relying on (using) this datastore.
getVirtualizationVmwareDatastore Result
The following output properties are available:
- Id string
- Results
List<Get
Virtualization Vmware Datastore Result> - Accessible bool
- Account
Moid string - Additional
Properties string - Ancestors
List<Get
Virtualization Vmware Datastore Ancestor> - Capacity
Get
Virtualization Vmware Datastore Capacity - Class
Id string - Cluster
Get
Virtualization Vmware Datastore Cluster - Clusters
List<Get
Virtualization Vmware Datastore Cluster> - Create
Time string - Datacenter
Get
Virtualization Vmware Datastore Datacenter - Datastore
Cluster GetVirtualization Vmware Datastore Datastore Cluster - Domain
Group stringMoid - Host
Count double - Hosts
List<Get
Virtualization Vmware Datastore Host> - Identity string
- Inventory
Path string - Maintenance
Mode bool - Mod
Time string - Moid string
- Multiple
Host boolAccess - Name string
- Object
Type string - Owners List<string>
- Parent
Get
Virtualization Vmware Datastore Parent - Permission
Resources List<GetVirtualization Vmware Datastore Permission Resource> - Registered
Device GetVirtualization Vmware Datastore Registered Device - string
- Status string
- List<Get
Virtualization Vmware Datastore Tag> - Thin
Provisioning boolSupported - Type string
- Un
Committed double - Url string
- Version
Context GetVirtualization Vmware Datastore Version Context - Vm
Count double - Vm
Template doubleCount
- Id string
- Results
[]Get
Virtualization Vmware Datastore Result - Accessible bool
- Account
Moid string - Additional
Properties string - Ancestors
[]Get
Virtualization Vmware Datastore Ancestor - Capacity
Get
Virtualization Vmware Datastore Capacity - Class
Id string - Cluster
Get
Virtualization Vmware Datastore Cluster - Clusters
[]Get
Virtualization Vmware Datastore Cluster - Create
Time string - Datacenter
Get
Virtualization Vmware Datastore Datacenter - Datastore
Cluster GetVirtualization Vmware Datastore Datastore Cluster - Domain
Group stringMoid - Host
Count float64 - Hosts
[]Get
Virtualization Vmware Datastore Host - Identity string
- Inventory
Path string - Maintenance
Mode bool - Mod
Time string - Moid string
- Multiple
Host boolAccess - Name string
- Object
Type string - Owners []string
- Parent
Get
Virtualization Vmware Datastore Parent - Permission
Resources []GetVirtualization Vmware Datastore Permission Resource - Registered
Device GetVirtualization Vmware Datastore Registered Device - string
- Status string
- []Get
Virtualization Vmware Datastore Tag - Thin
Provisioning boolSupported - Type string
- Un
Committed float64 - Url string
- Version
Context GetVirtualization Vmware Datastore Version Context - Vm
Count float64 - Vm
Template float64Count
- id String
- results
List<Get
Virtualization Vmware Datastore Result> - accessible Boolean
- account
Moid String - additional
Properties String - ancestors
List<Get
Virtualization Vmware Datastore Ancestor> - capacity
Get
Virtualization Vmware Datastore Capacity - class
Id String - cluster
Get
Virtualization Vmware Datastore Cluster - clusters
List<Get
Virtualization Vmware Datastore Cluster> - create
Time String - datacenter
Get
Virtualization Vmware Datastore Datacenter - datastore
Cluster GetVirtualization Vmware Datastore Datastore Cluster - domain
Group StringMoid - host
Count Double - hosts
List<Get
Virtualization Vmware Datastore Host> - identity String
- inventory
Path String - maintenance
Mode Boolean - mod
Time String - moid String
- multiple
Host BooleanAccess - name String
- object
Type String - owners List<String>
- parent
Get
Virtualization Vmware Datastore Parent - permission
Resources List<GetVirtualization Vmware Datastore Permission Resource> - registered
Device GetVirtualization Vmware Datastore Registered Device - String
- status String
- List<Get
Virtualization Vmware Datastore Tag> - thin
Provisioning BooleanSupported - type String
- un
Committed Double - url String
- version
Context GetVirtualization Vmware Datastore Version Context - vm
Count Double - vm
Template DoubleCount
- id string
- results
Get
Virtualization Vmware Datastore Result[] - accessible boolean
- account
Moid string - additional
Properties string - ancestors
Get
Virtualization Vmware Datastore Ancestor[] - capacity
Get
Virtualization Vmware Datastore Capacity - class
Id string - cluster
Get
Virtualization Vmware Datastore Cluster - clusters
Get
Virtualization Vmware Datastore Cluster[] - create
Time string - datacenter
Get
Virtualization Vmware Datastore Datacenter - datastore
Cluster GetVirtualization Vmware Datastore Datastore Cluster - domain
Group stringMoid - host
Count number - hosts
Get
Virtualization Vmware Datastore Host[] - identity string
- inventory
Path string - maintenance
Mode boolean - mod
Time string - moid string
- multiple
Host booleanAccess - name string
- object
Type string - owners string[]
- parent
Get
Virtualization Vmware Datastore Parent - permission
Resources GetVirtualization Vmware Datastore Permission Resource[] - registered
Device GetVirtualization Vmware Datastore Registered Device - string
- status string
- Get
Virtualization Vmware Datastore Tag[] - thin
Provisioning booleanSupported - type string
- un
Committed number - url string
- version
Context GetVirtualization Vmware Datastore Version Context - vm
Count number - vm
Template numberCount
- id str
- results
Sequence[Get
Virtualization Vmware Datastore Result] - accessible bool
- account_
moid str - additional_
properties str - ancestors
Sequence[Get
Virtualization Vmware Datastore Ancestor] - capacity
Get
Virtualization Vmware Datastore Capacity - class_
id str - cluster
Get
Virtualization Vmware Datastore Cluster - clusters
Sequence[Get
Virtualization Vmware Datastore Cluster] - create_
time str - datacenter
Get
Virtualization Vmware Datastore Datacenter - datastore_
cluster GetVirtualization Vmware Datastore Datastore Cluster - domain_
group_ strmoid - host_
count float - hosts
Sequence[Get
Virtualization Vmware Datastore Host] - identity str
- inventory_
path str - maintenance_
mode bool - mod_
time str - moid str
- multiple_
host_ boolaccess - name str
- object_
type str - owners Sequence[str]
- parent
Get
Virtualization Vmware Datastore Parent - permission_
resources Sequence[GetVirtualization Vmware Datastore Permission Resource] - registered_
device GetVirtualization Vmware Datastore Registered Device - str
- status str
- Sequence[Get
Virtualization Vmware Datastore Tag] - thin_
provisioning_ boolsupported - type str
- un_
committed float - url str
- version_
context GetVirtualization Vmware Datastore Version Context - vm_
count float - vm_
template_ floatcount
- id String
- results List<Property Map>
- accessible Boolean
- account
Moid String - additional
Properties String - ancestors List<Property Map>
- capacity Property Map
- class
Id String - cluster Property Map
- clusters List<Property Map>
- create
Time String - datacenter Property Map
- datastore
Cluster Property Map - domain
Group StringMoid - host
Count Number - hosts List<Property Map>
- identity String
- inventory
Path String - maintenance
Mode Boolean - mod
Time String - moid String
- multiple
Host BooleanAccess - name String
- object
Type String - owners List<String>
- parent Property Map
- permission
Resources List<Property Map> - registered
Device Property Map - String
- status String
- List<Property Map>
- thin
Provisioning BooleanSupported - type String
- un
Committed Number - url String
- version
Context Property Map - vm
Count Number - vm
Template NumberCount
Supporting Types
GetVirtualizationVmwareDatastoreAncestor
- Additional
Properties string - Class
Id string - The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- Moid string
- The unique identifier of this Managed Object instance.
- Object
Type string - The fully-qualified name of the remote type referred by this relationship.
- Selector string
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.
- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
- Additional
Properties string - Class
Id string - The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- Moid string
- The unique identifier of this Managed Object instance.
- Object
Type string - The fully-qualified name of the remote type referred by this relationship.
- Selector string
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.
- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
- additional
Properties String - class
Id String - The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- moid String
- The unique identifier of this Managed Object instance.
- object
Type String - The fully-qualified name of the remote type referred by this relationship.
- selector String
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.
- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
- additional
Properties string - class
Id string - The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- moid string
- The unique identifier of this Managed Object instance.
- object
Type string - The fully-qualified name of the remote type referred by this relationship.
- selector string
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.
- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
- additional_
properties str - class_
id str - The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- moid str
- The unique identifier of this Managed Object instance.
- object_
type str - The fully-qualified name of the remote type referred by this relationship.
- selector str
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.
- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
- additional
Properties String - class
Id String - The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- moid String
- The unique identifier of this Managed Object instance.
- object
Type String - The fully-qualified name of the remote type referred by this relationship.
- selector String
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.
- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
GetVirtualizationVmwareDatastoreCapacity
- Additional
Properties string - Capacity double
- The total capacity of the entity (bytes).
- Class
Id string - The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- Free double
- Free storage space remaining in the entity (bytes) as a point-in-time snapshot. The available space is reported for an entity (such as Host or Cluster) when inventory data is collected for that entity. As part of the inventory data, a snapshot of the free and used storage capacity is also reported.
- Object
Type string - The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
- Used double
- Spaced already used by this entity (bytes), as a point-in-time snapshot.
- Additional
Properties string - Capacity float64
- The total capacity of the entity (bytes).
- Class
Id string - The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- Free float64
- Free storage space remaining in the entity (bytes) as a point-in-time snapshot. The available space is reported for an entity (such as Host or Cluster) when inventory data is collected for that entity. As part of the inventory data, a snapshot of the free and used storage capacity is also reported.
- Object
Type string - The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
- Used float64
- Spaced already used by this entity (bytes), as a point-in-time snapshot.
- additional
Properties String - capacity Double
- The total capacity of the entity (bytes).
- class
Id String - The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- free Double
- Free storage space remaining in the entity (bytes) as a point-in-time snapshot. The available space is reported for an entity (such as Host or Cluster) when inventory data is collected for that entity. As part of the inventory data, a snapshot of the free and used storage capacity is also reported.
- object
Type String - The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
- used Double
- Spaced already used by this entity (bytes), as a point-in-time snapshot.
- additional
Properties string - capacity number
- The total capacity of the entity (bytes).
- class
Id string - The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- free number
- Free storage space remaining in the entity (bytes) as a point-in-time snapshot. The available space is reported for an entity (such as Host or Cluster) when inventory data is collected for that entity. As part of the inventory data, a snapshot of the free and used storage capacity is also reported.
- object
Type string - The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
- used number
- Spaced already used by this entity (bytes), as a point-in-time snapshot.
- additional_
properties str - capacity float
- The total capacity of the entity (bytes).
- class_
id str - The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- free float
- Free storage space remaining in the entity (bytes) as a point-in-time snapshot. The available space is reported for an entity (such as Host or Cluster) when inventory data is collected for that entity. As part of the inventory data, a snapshot of the free and used storage capacity is also reported.
- object_
type str - The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
- used float
- Spaced already used by this entity (bytes), as a point-in-time snapshot.
- additional
Properties String - capacity Number
- The total capacity of the entity (bytes).
- class
Id String - The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- free Number
- Free storage space remaining in the entity (bytes) as a point-in-time snapshot. The available space is reported for an entity (such as Host or Cluster) when inventory data is collected for that entity. As part of the inventory data, a snapshot of the free and used storage capacity is also reported.
- object
Type String - The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
- used Number
- Spaced already used by this entity (bytes), as a point-in-time snapshot.
GetVirtualizationVmwareDatastoreCluster
- Additional
Properties string - Class
Id string - The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- Moid string
- The unique identifier of this Managed Object instance.
- Object
Type string - The fully-qualified name of the remote type referred by this relationship.
- Selector string
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.
- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
- Additional
Properties string - Class
Id string - The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- Moid string
- The unique identifier of this Managed Object instance.
- Object
Type string - The fully-qualified name of the remote type referred by this relationship.
- Selector string
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.
- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
- additional
Properties String - class
Id String - The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- moid String
- The unique identifier of this Managed Object instance.
- object
Type String - The fully-qualified name of the remote type referred by this relationship.
- selector String
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.
- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
- additional
Properties string - class
Id string - The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- moid string
- The unique identifier of this Managed Object instance.
- object
Type string - The fully-qualified name of the remote type referred by this relationship.
- selector string
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.
- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
- additional_
properties str - class_
id str - The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- moid str
- The unique identifier of this Managed Object instance.
- object_
type str - The fully-qualified name of the remote type referred by this relationship.
- selector str
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.
- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
- additional
Properties String - class
Id String - The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- moid String
- The unique identifier of this Managed Object instance.
- object
Type String - The fully-qualified name of the remote type referred by this relationship.
- selector String
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.
- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
GetVirtualizationVmwareDatastoreDatacenter
- Additional
Properties string - Class
Id string - The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- Moid string
- The unique identifier of this Managed Object instance.
- Object
Type string - The fully-qualified name of the remote type referred by this relationship.
- Selector string
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.
- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
- Additional
Properties string - Class
Id string - The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- Moid string
- The unique identifier of this Managed Object instance.
- Object
Type string - The fully-qualified name of the remote type referred by this relationship.
- Selector string
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.
- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
- additional
Properties String - class
Id String - The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- moid String
- The unique identifier of this Managed Object instance.
- object
Type String - The fully-qualified name of the remote type referred by this relationship.
- selector String
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.
- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
- additional
Properties string - class
Id string - The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- moid string
- The unique identifier of this Managed Object instance.
- object
Type string - The fully-qualified name of the remote type referred by this relationship.
- selector string
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.
- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
- additional_
properties str - class_
id str - The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- moid str
- The unique identifier of this Managed Object instance.
- object_
type str - The fully-qualified name of the remote type referred by this relationship.
- selector str
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.
- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
- additional
Properties String - class
Id String - The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- moid String
- The unique identifier of this Managed Object instance.
- object
Type String - The fully-qualified name of the remote type referred by this relationship.
- selector String
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.
- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
GetVirtualizationVmwareDatastoreDatastoreCluster
- Additional
Properties string - Class
Id string - The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- Moid string
- The unique identifier of this Managed Object instance.
- Object
Type string - The fully-qualified name of the remote type referred by this relationship.
- Selector string
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.
- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
- Additional
Properties string - Class
Id string - The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- Moid string
- The unique identifier of this Managed Object instance.
- Object
Type string - The fully-qualified name of the remote type referred by this relationship.
- Selector string
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.
- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
- additional
Properties String - class
Id String - The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- moid String
- The unique identifier of this Managed Object instance.
- object
Type String - The fully-qualified name of the remote type referred by this relationship.
- selector String
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.
- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
- additional
Properties string - class
Id string - The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- moid string
- The unique identifier of this Managed Object instance.
- object
Type string - The fully-qualified name of the remote type referred by this relationship.
- selector string
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.
- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
- additional_
properties str - class_
id str - The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- moid str
- The unique identifier of this Managed Object instance.
- object_
type str - The fully-qualified name of the remote type referred by this relationship.
- selector str
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.
- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
- additional
Properties String - class
Id String - The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- moid String
- The unique identifier of this Managed Object instance.
- object
Type String - The fully-qualified name of the remote type referred by this relationship.
- selector String
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.
- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
GetVirtualizationVmwareDatastoreHost
- Additional
Properties string - Class
Id string - The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- Moid string
- The unique identifier of this Managed Object instance.
- Object
Type string - The fully-qualified name of the remote type referred by this relationship.
- Selector string
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.
- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
- Additional
Properties string - Class
Id string - The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- Moid string
- The unique identifier of this Managed Object instance.
- Object
Type string - The fully-qualified name of the remote type referred by this relationship.
- Selector string
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.
- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
- additional
Properties String - class
Id String - The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- moid String
- The unique identifier of this Managed Object instance.
- object
Type String - The fully-qualified name of the remote type referred by this relationship.
- selector String
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.
- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
- additional
Properties string - class
Id string - The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- moid string
- The unique identifier of this Managed Object instance.
- object
Type string - The fully-qualified name of the remote type referred by this relationship.
- selector string
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.
- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
- additional_
properties str - class_
id str - The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- moid str
- The unique identifier of this Managed Object instance.
- object_
type str - The fully-qualified name of the remote type referred by this relationship.
- selector str
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.
- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
- additional
Properties String - class
Id String - The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- moid String
- The unique identifier of this Managed Object instance.
- object
Type String - The fully-qualified name of the remote type referred by this relationship.
- selector String
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.
- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
GetVirtualizationVmwareDatastoreParent
- Additional
Properties string - Class
Id string - The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- Moid string
- The unique identifier of this Managed Object instance.
- Object
Type string - The fully-qualified name of the remote type referred by this relationship.
- Selector string
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.
- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
- Additional
Properties string - Class
Id string - The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- Moid string
- The unique identifier of this Managed Object instance.
- Object
Type string - The fully-qualified name of the remote type referred by this relationship.
- Selector string
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.
- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
- additional
Properties String - class
Id String - The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- moid String
- The unique identifier of this Managed Object instance.
- object
Type String - The fully-qualified name of the remote type referred by this relationship.
- selector String
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.
- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
- additional
Properties string - class
Id string - The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- moid string
- The unique identifier of this Managed Object instance.
- object
Type string - The fully-qualified name of the remote type referred by this relationship.
- selector string
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.
- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
- additional_
properties str - class_
id str - The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- moid str
- The unique identifier of this Managed Object instance.
- object_
type str - The fully-qualified name of the remote type referred by this relationship.
- selector str
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.
- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
- additional
Properties String - class
Id String - The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- moid String
- The unique identifier of this Managed Object instance.
- object
Type String - The fully-qualified name of the remote type referred by this relationship.
- selector String
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.
- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
GetVirtualizationVmwareDatastorePermissionResource
- Additional
Properties string - Class
Id string - The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- Moid string
- The unique identifier of this Managed Object instance.
- Object
Type string - The fully-qualified name of the remote type referred by this relationship.
- Selector string
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.
- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
- Additional
Properties string - Class
Id string - The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- Moid string
- The unique identifier of this Managed Object instance.
- Object
Type string - The fully-qualified name of the remote type referred by this relationship.
- Selector string
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.
- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
- additional
Properties String - class
Id String - The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- moid String
- The unique identifier of this Managed Object instance.
- object
Type String - The fully-qualified name of the remote type referred by this relationship.
- selector String
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.
- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
- additional
Properties string - class
Id string - The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- moid string
- The unique identifier of this Managed Object instance.
- object
Type string - The fully-qualified name of the remote type referred by this relationship.
- selector string
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.
- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
- additional_
properties str - class_
id str - The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- moid str
- The unique identifier of this Managed Object instance.
- object_
type str - The fully-qualified name of the remote type referred by this relationship.
- selector str
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.
- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
- additional
Properties String - class
Id String - The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- moid String
- The unique identifier of this Managed Object instance.
- object
Type String - The fully-qualified name of the remote type referred by this relationship.
- selector String
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.
- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
GetVirtualizationVmwareDatastoreRegisteredDevice
- Additional
Properties string - Class
Id string - The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- Moid string
- The unique identifier of this Managed Object instance.
- Object
Type string - The fully-qualified name of the remote type referred by this relationship.
- Selector string
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.
- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
- Additional
Properties string - Class
Id string - The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- Moid string
- The unique identifier of this Managed Object instance.
- Object
Type string - The fully-qualified name of the remote type referred by this relationship.
- Selector string
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.
- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
- additional
Properties String - class
Id String - The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- moid String
- The unique identifier of this Managed Object instance.
- object
Type String - The fully-qualified name of the remote type referred by this relationship.
- selector String
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.
- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
- additional
Properties string - class
Id string - The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- moid string
- The unique identifier of this Managed Object instance.
- object
Type string - The fully-qualified name of the remote type referred by this relationship.
- selector string
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.
- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
- additional_
properties str - class_
id str - The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- moid str
- The unique identifier of this Managed Object instance.
- object_
type str - The fully-qualified name of the remote type referred by this relationship.
- selector str
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.
- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
- additional
Properties String - class
Id String - The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- moid String
- The unique identifier of this Managed Object instance.
- object
Type String - The fully-qualified name of the remote type referred by this relationship.
- selector String
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.
- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
GetVirtualizationVmwareDatastoreResult
- Accessible bool
- Shows if this datastore is accessible.
- Account
Moid string - The Account ID for this managed object.
- Additional
Properties string - Ancestors
List<Get
Virtualization Vmware Datastore Result Ancestor> - Capacities
List<Get
Virtualization Vmware Datastore Result Capacity> - Class
Id string - Cluster
List<Get
Virtualization Vmware Datastore Result Cluster> - Clusters
List<Get
Virtualization Vmware Datastore Result Cluster> - Create
Time string - The time when this managed object was created.
- Datacenters
List<Get
Virtualization Vmware Datastore Result Datacenter> - Datastore
Clusters List<GetVirtualization Vmware Datastore Result Datastore Cluster> - Domain
Group stringMoid - The DomainGroup ID for this managed object.
- Host
Count double - Number of hosts attached to or supported-by this datastore.
- Hosts
List<Get
Virtualization Vmware Datastore Result Host> - Identity string
- The internally generated identity of this datastore. This entity is not manipulated by users. It aids in uniquely identifying the datastore object. For VMware, this is a MOR (managed object reference).
- Inventory
Path string - 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 string - The time when this managed object was last modified.
- Moid string
- The unique identifier of this Managed Object instance.
- Multiple
Host boolAccess - Indicates if this datastore is connected to multiple hosts.
- Name string
- Name of this datastore supplied by user. It is not the identity of the datastore. The name is subject to user manipulations.
- Object
Type string - Owners List<string>
- Parents
List<Get
Virtualization Vmware Datastore Result Parent> - Permission
Resources List<GetVirtualization Vmware Datastore Result Permission Resource> - Registered
Devices List<GetVirtualization Vmware Datastore Result Registered Device> - string
- Intersight provides pre-built workflows, tasks and policies to end users through global catalogs.Objects that are made available through global catalogs are said to have a 'shared' ownership. Shared objects are either made globally available to all end users or restricted to end users based on their license entitlement. Users can use this property to differentiate the scope (global or a specific license tier) to which a shared MO belongs.
- Status string
- Datastore health status, as reported by the hypervisor platform.*
Unknown
- Entity status is unknown.*Degraded
- State is degraded, and might impact normal operation of the entity.*Critical
- Entity is in a critical state, impacting operations.*Ok
- Entity status is in a stable state, operating normally. - List<Get
Virtualization Vmware Datastore Result Tag> - Thin
Provisioning boolSupported - Indicates if this datastore supports thin provisioning for files.
- Type string
- A string indicating the type of the datastore (VMFS, NFS, etc).*
Unknown
- The nature of the file system is unknown.*VMFS
- It is a Virtual Machine Filesystem.*NFS
- It is a Network File System.*vSAN
- It is a virtual Storage Area Network file system.*VirtualVolume
- A Virtual Volume datastore represents a storage container in a hypervisor server. - Un
Committed double - Space uncommitted in this datastore in bytes.
- Url string
- The URL to access this datastore (example - 'ds:///vmfs/volumes/562a4e8a-0eeb5372-dd61-78baf9cb9afa/').
- Version
Contexts List<GetVirtualization Vmware Datastore Result Version Context> - Vm
Count double - Number of virtual machines relying on (using) this datastore.
- Vm
Template doubleCount - Number of virtual machine templates relying on (using) this datastore.
- Accessible bool
- Shows if this datastore is accessible.
- Account
Moid string - The Account ID for this managed object.
- Additional
Properties string - Ancestors
[]Get
Virtualization Vmware Datastore Result Ancestor - Capacities
[]Get
Virtualization Vmware Datastore Result Capacity - Class
Id string - Cluster
[]Get
Virtualization Vmware Datastore Result Cluster - Clusters
[]Get
Virtualization Vmware Datastore Result Cluster - Create
Time string - The time when this managed object was created.
- Datacenters
[]Get
Virtualization Vmware Datastore Result Datacenter - Datastore
Clusters []GetVirtualization Vmware Datastore Result Datastore Cluster - Domain
Group stringMoid - The DomainGroup ID for this managed object.
- Host
Count float64 - Number of hosts attached to or supported-by this datastore.
- Hosts
[]Get
Virtualization Vmware Datastore Result Host - Identity string
- The internally generated identity of this datastore. This entity is not manipulated by users. It aids in uniquely identifying the datastore object. For VMware, this is a MOR (managed object reference).
- Inventory
Path string - 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 string - The time when this managed object was last modified.
- Moid string
- The unique identifier of this Managed Object instance.
- Multiple
Host boolAccess - Indicates if this datastore is connected to multiple hosts.
- Name string
- Name of this datastore supplied by user. It is not the identity of the datastore. The name is subject to user manipulations.
- Object
Type string - Owners []string
- Parents
[]Get
Virtualization Vmware Datastore Result Parent - Permission
Resources []GetVirtualization Vmware Datastore Result Permission Resource - Registered
Devices []GetVirtualization Vmware Datastore Result Registered Device - string
- Intersight provides pre-built workflows, tasks and policies to end users through global catalogs.Objects that are made available through global catalogs are said to have a 'shared' ownership. Shared objects are either made globally available to all end users or restricted to end users based on their license entitlement. Users can use this property to differentiate the scope (global or a specific license tier) to which a shared MO belongs.
- Status string
- Datastore health status, as reported by the hypervisor platform.*
Unknown
- Entity status is unknown.*Degraded
- State is degraded, and might impact normal operation of the entity.*Critical
- Entity is in a critical state, impacting operations.*Ok
- Entity status is in a stable state, operating normally. - []Get
Virtualization Vmware Datastore Result Tag - Thin
Provisioning boolSupported - Indicates if this datastore supports thin provisioning for files.
- Type string
- A string indicating the type of the datastore (VMFS, NFS, etc).*
Unknown
- The nature of the file system is unknown.*VMFS
- It is a Virtual Machine Filesystem.*NFS
- It is a Network File System.*vSAN
- It is a virtual Storage Area Network file system.*VirtualVolume
- A Virtual Volume datastore represents a storage container in a hypervisor server. - Un
Committed float64 - Space uncommitted in this datastore in bytes.
- Url string
- The URL to access this datastore (example - 'ds:///vmfs/volumes/562a4e8a-0eeb5372-dd61-78baf9cb9afa/').
- Version
Contexts []GetVirtualization Vmware Datastore Result Version Context - Vm
Count float64 - Number of virtual machines relying on (using) this datastore.
- Vm
Template float64Count - Number of virtual machine templates relying on (using) this datastore.
- accessible Boolean
- Shows if this datastore is accessible.
- account
Moid String - The Account ID for this managed object.
- additional
Properties String - ancestors
List<Get
Virtualization Vmware Datastore Result Ancestor> - capacities
List<Get
Virtualization Vmware Datastore Result Capacity> - class
Id String - cluster
List<Get
Virtualization Vmware Datastore Result Cluster> - clusters
List<Get
Virtualization Vmware Datastore Result Cluster> - create
Time String - The time when this managed object was created.
- datacenters
List<Get
Virtualization Vmware Datastore Result Datacenter> - datastore
Clusters List<GetVirtualization Vmware Datastore Result Datastore Cluster> - domain
Group StringMoid - The DomainGroup ID for this managed object.
- host
Count Double - Number of hosts attached to or supported-by this datastore.
- hosts
List<Get
Virtualization Vmware Datastore Result Host> - identity String
- The internally generated identity of this datastore. This entity is not manipulated by users. It aids in uniquely identifying the datastore object. For VMware, this is a MOR (managed object reference).
- inventory
Path String - Inventory path of the Datastore.
- maintenance
Mode Boolean - Indicates if the datastore is in maintenance mode. Will be set to True, when in maintenance mode.
- mod
Time String - The time when this managed object was last modified.
- moid String
- The unique identifier of this Managed Object instance.
- multiple
Host BooleanAccess - Indicates if this datastore is connected to multiple hosts.
- name String
- Name of this datastore supplied by user. It is not the identity of the datastore. The name is subject to user manipulations.
- object
Type String - owners List<String>
- parents
List<Get
Virtualization Vmware Datastore Result Parent> - permission
Resources List<GetVirtualization Vmware Datastore Result Permission Resource> - registered
Devices List<GetVirtualization Vmware Datastore Result Registered Device> - String
- Intersight provides pre-built workflows, tasks and policies to end users through global catalogs.Objects that are made available through global catalogs are said to have a 'shared' ownership. Shared objects are either made globally available to all end users or restricted to end users based on their license entitlement. Users can use this property to differentiate the scope (global or a specific license tier) to which a shared MO belongs.
- status String
- Datastore health status, as reported by the hypervisor platform.*
Unknown
- Entity status is unknown.*Degraded
- State is degraded, and might impact normal operation of the entity.*Critical
- Entity is in a critical state, impacting operations.*Ok
- Entity status is in a stable state, operating normally. - List<Get
Virtualization Vmware Datastore Result Tag> - thin
Provisioning BooleanSupported - Indicates if this datastore supports thin provisioning for files.
- type String
- A string indicating the type of the datastore (VMFS, NFS, etc).*
Unknown
- The nature of the file system is unknown.*VMFS
- It is a Virtual Machine Filesystem.*NFS
- It is a Network File System.*vSAN
- It is a virtual Storage Area Network file system.*VirtualVolume
- A Virtual Volume datastore represents a storage container in a hypervisor server. - un
Committed Double - Space uncommitted in this datastore in bytes.
- url String
- The URL to access this datastore (example - 'ds:///vmfs/volumes/562a4e8a-0eeb5372-dd61-78baf9cb9afa/').
- version
Contexts List<GetVirtualization Vmware Datastore Result Version Context> - vm
Count Double - Number of virtual machines relying on (using) this datastore.
- vm
Template DoubleCount - Number of virtual machine templates relying on (using) this datastore.
- accessible boolean
- Shows if this datastore is accessible.
- account
Moid string - The Account ID for this managed object.
- additional
Properties string - ancestors
Get
Virtualization Vmware Datastore Result Ancestor[] - capacities
Get
Virtualization Vmware Datastore Result Capacity[] - class
Id string - cluster
Get
Virtualization Vmware Datastore Result Cluster[] - clusters
Get
Virtualization Vmware Datastore Result Cluster[] - create
Time string - The time when this managed object was created.
- datacenters
Get
Virtualization Vmware Datastore Result Datacenter[] - datastore
Clusters GetVirtualization Vmware Datastore Result Datastore Cluster[] - domain
Group stringMoid - The DomainGroup ID for this managed object.
- host
Count number - Number of hosts attached to or supported-by this datastore.
- hosts
Get
Virtualization Vmware Datastore Result Host[] - identity string
- The internally generated identity of this datastore. This entity is not manipulated by users. It aids in uniquely identifying the datastore object. For VMware, this is a MOR (managed object reference).
- inventory
Path string - Inventory path of the Datastore.
- maintenance
Mode boolean - Indicates if the datastore is in maintenance mode. Will be set to True, when in maintenance mode.
- mod
Time string - The time when this managed object was last modified.
- moid string
- The unique identifier of this Managed Object instance.
- multiple
Host booleanAccess - Indicates if this datastore is connected to multiple hosts.
- name string
- Name of this datastore supplied by user. It is not the identity of the datastore. The name is subject to user manipulations.
- object
Type string - owners string[]
- parents
Get
Virtualization Vmware Datastore Result Parent[] - permission
Resources GetVirtualization Vmware Datastore Result Permission Resource[] - registered
Devices GetVirtualization Vmware Datastore Result Registered Device[] - string
- Intersight provides pre-built workflows, tasks and policies to end users through global catalogs.Objects that are made available through global catalogs are said to have a 'shared' ownership. Shared objects are either made globally available to all end users or restricted to end users based on their license entitlement. Users can use this property to differentiate the scope (global or a specific license tier) to which a shared MO belongs.
- status string
- Datastore health status, as reported by the hypervisor platform.*
Unknown
- Entity status is unknown.*Degraded
- State is degraded, and might impact normal operation of the entity.*Critical
- Entity is in a critical state, impacting operations.*Ok
- Entity status is in a stable state, operating normally. - Get
Virtualization Vmware Datastore Result Tag[] - thin
Provisioning booleanSupported - Indicates if this datastore supports thin provisioning for files.
- type string
- A string indicating the type of the datastore (VMFS, NFS, etc).*
Unknown
- The nature of the file system is unknown.*VMFS
- It is a Virtual Machine Filesystem.*NFS
- It is a Network File System.*vSAN
- It is a virtual Storage Area Network file system.*VirtualVolume
- A Virtual Volume datastore represents a storage container in a hypervisor server. - un
Committed number - Space uncommitted in this datastore in bytes.
- url string
- The URL to access this datastore (example - 'ds:///vmfs/volumes/562a4e8a-0eeb5372-dd61-78baf9cb9afa/').
- version
Contexts GetVirtualization Vmware Datastore Result Version Context[] - vm
Count number - Number of virtual machines relying on (using) this datastore.
- vm
Template numberCount - Number of virtual machine templates relying on (using) this datastore.
- accessible bool
- Shows if this datastore is accessible.
- account_
moid str - The Account ID for this managed object.
- additional_
properties str - ancestors
Sequence[Get
Virtualization Vmware Datastore Result Ancestor] - capacities
Sequence[Get
Virtualization Vmware Datastore Result Capacity] - class_
id str - cluster
Sequence[Get
Virtualization Vmware Datastore Result Cluster] - clusters
Sequence[Get
Virtualization Vmware Datastore Result Cluster] - create_
time str - The time when this managed object was created.
- datacenters
Sequence[Get
Virtualization Vmware Datastore Result Datacenter] - datastore_
clusters Sequence[GetVirtualization Vmware Datastore Result Datastore Cluster] - domain_
group_ strmoid - The DomainGroup ID for this managed object.
- host_
count float - Number of hosts attached to or supported-by this datastore.
- hosts
Sequence[Get
Virtualization Vmware Datastore Result Host] - identity str
- The internally generated identity of this datastore. This entity is not manipulated by users. It aids in uniquely identifying the datastore object. For VMware, this is a MOR (managed object reference).
- inventory_
path str - Inventory path of the Datastore.
- maintenance_
mode bool - Indicates if the datastore is in maintenance mode. Will be set to True, when in maintenance mode.
- mod_
time str - The time when this managed object was last modified.
- moid str
- The unique identifier of this Managed Object instance.
- multiple_
host_ boolaccess - Indicates if this datastore is connected to multiple hosts.
- name str
- Name of this datastore supplied by user. It is not the identity of the datastore. The name is subject to user manipulations.
- object_
type str - owners Sequence[str]
- parents
Sequence[Get
Virtualization Vmware Datastore Result Parent] - permission_
resources Sequence[GetVirtualization Vmware Datastore Result Permission Resource] - registered_
devices Sequence[GetVirtualization Vmware Datastore Result Registered Device] - str
- Intersight provides pre-built workflows, tasks and policies to end users through global catalogs.Objects that are made available through global catalogs are said to have a 'shared' ownership. Shared objects are either made globally available to all end users or restricted to end users based on their license entitlement. Users can use this property to differentiate the scope (global or a specific license tier) to which a shared MO belongs.
- status str
- Datastore health status, as reported by the hypervisor platform.*
Unknown
- Entity status is unknown.*Degraded
- State is degraded, and might impact normal operation of the entity.*Critical
- Entity is in a critical state, impacting operations.*Ok
- Entity status is in a stable state, operating normally. - Sequence[Get
Virtualization Vmware Datastore Result Tag] - thin_
provisioning_ boolsupported - Indicates if this datastore supports thin provisioning for files.
- type str
- A string indicating the type of the datastore (VMFS, NFS, etc).*
Unknown
- The nature of the file system is unknown.*VMFS
- It is a Virtual Machine Filesystem.*NFS
- It is a Network File System.*vSAN
- It is a virtual Storage Area Network file system.*VirtualVolume
- A Virtual Volume datastore represents a storage container in a hypervisor server. - un_
committed float - Space uncommitted in this datastore in bytes.
- url str
- The URL to access this datastore (example - 'ds:///vmfs/volumes/562a4e8a-0eeb5372-dd61-78baf9cb9afa/').
- version_
contexts Sequence[GetVirtualization Vmware Datastore Result Version Context] - vm_
count float - Number of virtual machines relying on (using) this datastore.
- vm_
template_ floatcount - Number of virtual machine templates relying on (using) this datastore.
- accessible Boolean
- Shows if this datastore is accessible.
- account
Moid String - The Account ID for this managed object.
- additional
Properties String - ancestors List<Property Map>
- capacities List<Property Map>
- class
Id String - cluster List<Property Map>
- clusters List<Property Map>
- create
Time String - The time when this managed object was created.
- datacenters List<Property Map>
- datastore
Clusters List<Property Map> - domain
Group StringMoid - The DomainGroup ID for this managed object.
- host
Count 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).
- inventory
Path String - Inventory path of the Datastore.
- maintenance
Mode Boolean - Indicates if the datastore is in maintenance mode. Will be set to True, when in maintenance mode.
- mod
Time String - The time when this managed object was last modified.
- moid String
- The unique identifier of this Managed Object instance.
- multiple
Host BooleanAccess - Indicates if this datastore is connected to multiple hosts.
- name String
- Name of this datastore supplied by user. It is not the identity of the datastore. The name is subject to user manipulations.
- object
Type String - owners List<String>
- parents List<Property Map>
- permission
Resources List<Property Map> - registered
Devices List<Property Map> - String
- Intersight provides pre-built workflows, tasks and policies to end users through global catalogs.Objects that are made available through global catalogs are said to have a 'shared' ownership. Shared objects are either made globally available to all end users or restricted to end users based on their license entitlement. Users can use this property to differentiate the scope (global or a specific license tier) to which a shared MO belongs.
- status String
- Datastore health status, as reported by the hypervisor platform.*
Unknown
- Entity status is unknown.*Degraded
- State is degraded, and might impact normal operation of the entity.*Critical
- Entity is in a critical state, impacting operations.*Ok
- Entity status is in a stable state, operating normally. - List<Property Map>
- thin
Provisioning BooleanSupported - Indicates if this datastore supports thin provisioning for files.
- type String
- A string indicating the type of the datastore (VMFS, NFS, etc).*
Unknown
- The nature of the file system is unknown.*VMFS
- It is a Virtual Machine Filesystem.*NFS
- It is a Network File System.*vSAN
- It is a virtual Storage Area Network file system.*VirtualVolume
- A Virtual Volume datastore represents a storage container in a hypervisor server. - un
Committed Number - Space uncommitted in this datastore in bytes.
- url String
- The URL to access this datastore (example - 'ds:///vmfs/volumes/562a4e8a-0eeb5372-dd61-78baf9cb9afa/').
- version
Contexts List<Property Map> - vm
Count Number - Number of virtual machines relying on (using) this datastore.
- vm
Template NumberCount - Number of virtual machine templates relying on (using) this datastore.
GetVirtualizationVmwareDatastoreResultAncestor
- Additional
Properties string - Class
Id string - Moid string
- The unique identifier of this Managed Object instance.
- Object
Type string - Selector string
- Additional
Properties string - Class
Id string - Moid string
- The unique identifier of this Managed Object instance.
- Object
Type string - Selector string
- additional
Properties String - class
Id String - moid String
- The unique identifier of this Managed Object instance.
- object
Type String - selector String
- additional
Properties string - class
Id string - moid string
- The unique identifier of this Managed Object instance.
- object
Type string - selector string
- additional_
properties str - class_
id str - moid str
- The unique identifier of this Managed Object instance.
- object_
type str - selector str
- additional
Properties String - class
Id String - moid String
- The unique identifier of this Managed Object instance.
- object
Type String - selector String
GetVirtualizationVmwareDatastoreResultCapacity
- Additional
Properties string - Capacity double
- Class
Id string - Free double
- Object
Type string - Used double
- Additional
Properties string - Capacity float64
- Class
Id string - Free float64
- Object
Type string - Used float64
- additional
Properties String - capacity Double
- class
Id String - free Double
- object
Type String - used Double
- additional
Properties string - capacity number
- class
Id string - free number
- object
Type string - used number
- additional_
properties str - capacity float
- class_
id str - free float
- object_
type str - used float
- additional
Properties String - capacity Number
- class
Id String - free Number
- object
Type String - used Number
GetVirtualizationVmwareDatastoreResultCluster
- Additional
Properties string - Class
Id string - Moid string
- The unique identifier of this Managed Object instance.
- Object
Type string - Selector string
- Additional
Properties string - Class
Id string - Moid string
- The unique identifier of this Managed Object instance.
- Object
Type string - Selector string
- additional
Properties String - class
Id String - moid String
- The unique identifier of this Managed Object instance.
- object
Type String - selector String
- additional
Properties string - class
Id string - moid string
- The unique identifier of this Managed Object instance.
- object
Type string - selector string
- additional_
properties str - class_
id str - moid str
- The unique identifier of this Managed Object instance.
- object_
type str - selector str
- additional
Properties String - class
Id String - moid String
- The unique identifier of this Managed Object instance.
- object
Type String - selector String
GetVirtualizationVmwareDatastoreResultDatacenter
- Additional
Properties string - Class
Id string - Moid string
- The unique identifier of this Managed Object instance.
- Object
Type string - Selector string
- Additional
Properties string - Class
Id string - Moid string
- The unique identifier of this Managed Object instance.
- Object
Type string - Selector string
- additional
Properties String - class
Id String - moid String
- The unique identifier of this Managed Object instance.
- object
Type String - selector String
- additional
Properties string - class
Id string - moid string
- The unique identifier of this Managed Object instance.
- object
Type string - selector string
- additional_
properties str - class_
id str - moid str
- The unique identifier of this Managed Object instance.
- object_
type str - selector str
- additional
Properties String - class
Id String - moid String
- The unique identifier of this Managed Object instance.
- object
Type String - selector String
GetVirtualizationVmwareDatastoreResultDatastoreCluster
- Additional
Properties string - Class
Id string - Moid string
- The unique identifier of this Managed Object instance.
- Object
Type string - Selector string
- Additional
Properties string - Class
Id string - Moid string
- The unique identifier of this Managed Object instance.
- Object
Type string - Selector string
- additional
Properties String - class
Id String - moid String
- The unique identifier of this Managed Object instance.
- object
Type String - selector String
- additional
Properties string - class
Id string - moid string
- The unique identifier of this Managed Object instance.
- object
Type string - selector string
- additional_
properties str - class_
id str - moid str
- The unique identifier of this Managed Object instance.
- object_
type str - selector str
- additional
Properties String - class
Id String - moid String
- The unique identifier of this Managed Object instance.
- object
Type String - selector String
GetVirtualizationVmwareDatastoreResultHost
- Additional
Properties string - Class
Id string - Moid string
- The unique identifier of this Managed Object instance.
- Object
Type string - Selector string
- Additional
Properties string - Class
Id string - Moid string
- The unique identifier of this Managed Object instance.
- Object
Type string - Selector string
- additional
Properties String - class
Id String - moid String
- The unique identifier of this Managed Object instance.
- object
Type String - selector String
- additional
Properties string - class
Id string - moid string
- The unique identifier of this Managed Object instance.
- object
Type string - selector string
- additional_
properties str - class_
id str - moid str
- The unique identifier of this Managed Object instance.
- object_
type str - selector str
- additional
Properties String - class
Id String - moid String
- The unique identifier of this Managed Object instance.
- object
Type String - selector String
GetVirtualizationVmwareDatastoreResultParent
- Additional
Properties string - Class
Id string - Moid string
- The unique identifier of this Managed Object instance.
- Object
Type string - Selector string
- Additional
Properties string - Class
Id string - Moid string
- The unique identifier of this Managed Object instance.
- Object
Type string - Selector string
- additional
Properties String - class
Id String - moid String
- The unique identifier of this Managed Object instance.
- object
Type String - selector String
- additional
Properties string - class
Id string - moid string
- The unique identifier of this Managed Object instance.
- object
Type string - selector string
- additional_
properties str - class_
id str - moid str
- The unique identifier of this Managed Object instance.
- object_
type str - selector str
- additional
Properties String - class
Id String - moid String
- The unique identifier of this Managed Object instance.
- object
Type String - selector String
GetVirtualizationVmwareDatastoreResultPermissionResource
- Additional
Properties string - Class
Id string - Moid string
- The unique identifier of this Managed Object instance.
- Object
Type string - Selector string
- Additional
Properties string - Class
Id string - Moid string
- The unique identifier of this Managed Object instance.
- Object
Type string - Selector string
- additional
Properties String - class
Id String - moid String
- The unique identifier of this Managed Object instance.
- object
Type String - selector String
- additional
Properties string - class
Id string - moid string
- The unique identifier of this Managed Object instance.
- object
Type string - selector string
- additional_
properties str - class_
id str - moid str
- The unique identifier of this Managed Object instance.
- object_
type str - selector str
- additional
Properties String - class
Id String - moid String
- The unique identifier of this Managed Object instance.
- object
Type String - selector String
GetVirtualizationVmwareDatastoreResultRegisteredDevice
- Additional
Properties string - Class
Id string - Moid string
- The unique identifier of this Managed Object instance.
- Object
Type string - Selector string
- Additional
Properties string - Class
Id string - Moid string
- The unique identifier of this Managed Object instance.
- Object
Type string - Selector string
- additional
Properties String - class
Id String - moid String
- The unique identifier of this Managed Object instance.
- object
Type String - selector String
- additional
Properties string - class
Id string - moid string
- The unique identifier of this Managed Object instance.
- object
Type string - selector string
- additional_
properties str - class_
id str - moid str
- The unique identifier of this Managed Object instance.
- object_
type str - selector str
- additional
Properties String - class
Id String - moid String
- The unique identifier of this Managed Object instance.
- object
Type String - selector String
GetVirtualizationVmwareDatastoreResultTag
- Additional
Properties string - Key string
- Value string
- Additional
Properties string - Key string
- Value string
- additional
Properties String - key String
- value String
- additional
Properties string - key string
- value string
- additional_
properties str - key str
- value str
- additional
Properties String - key String
- value String
GetVirtualizationVmwareDatastoreResultVersionContext
- additional
Properties String - class
Id String - interested
Mos List<Property Map> - marked
For BooleanDeletion - nr
Version String - object
Type String - ref
Mos List<Property Map> - timestamp String
- version
Type String
GetVirtualizationVmwareDatastoreResultVersionContextInterestedMo
- Additional
Properties string - Class
Id string - Moid string
- The unique identifier of this Managed Object instance.
- Object
Type string - Selector string
- Additional
Properties string - Class
Id string - Moid string
- The unique identifier of this Managed Object instance.
- Object
Type string - Selector string
- additional
Properties String - class
Id String - moid String
- The unique identifier of this Managed Object instance.
- object
Type String - selector String
- additional
Properties string - class
Id string - moid string
- The unique identifier of this Managed Object instance.
- object
Type string - selector string
- additional_
properties str - class_
id str - moid str
- The unique identifier of this Managed Object instance.
- object_
type str - selector str
- additional
Properties String - class
Id String - moid String
- The unique identifier of this Managed Object instance.
- object
Type String - selector String
GetVirtualizationVmwareDatastoreResultVersionContextRefMo
- Additional
Properties string - Class
Id string - Moid string
- The unique identifier of this Managed Object instance.
- Object
Type string - Selector string
- Additional
Properties string - Class
Id string - Moid string
- The unique identifier of this Managed Object instance.
- Object
Type string - Selector string
- additional
Properties String - class
Id String - moid String
- The unique identifier of this Managed Object instance.
- object
Type String - selector String
- additional
Properties string - class
Id string - moid string
- The unique identifier of this Managed Object instance.
- object
Type string - selector string
- additional_
properties str - class_
id str - moid str
- The unique identifier of this Managed Object instance.
- object_
type str - selector str
- additional
Properties String - class
Id String - moid String
- The unique identifier of this Managed Object instance.
- object
Type String - selector String
GetVirtualizationVmwareDatastoreTag
- Additional
Properties string - Key string
- The string representation of a tag key.
- Value string
- The string representation of a tag value.
- Additional
Properties string - Key string
- The string representation of a tag key.
- Value string
- The string representation of a tag value.
- additional
Properties String - key String
- The string representation of a tag key.
- value String
- The string representation of a tag value.
- additional
Properties string - key string
- The string representation of a tag key.
- value string
- The string representation of a tag value.
- additional_
properties str - key str
- The string representation of a tag key.
- value str
- The string representation of a tag value.
- additional
Properties String - key String
- The string representation of a tag key.
- value String
- The string representation of a tag value.
GetVirtualizationVmwareDatastoreVersionContext
- Additional
Properties string - Class
Id string - The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- Interested
Mos List<GetVirtualization Vmware Datastore Version Context Interested Mo> - Marked
For boolDeletion - The flag to indicate if snapshot is marked for deletion or not. If flag is set then snapshot will be removed after the successful deployment of the policy.
- Nr
Version string - The version of the Managed Object, e.g. an incrementing number or a hash id.
- Object
Type string - The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
- Ref
Mo GetVirtualization Vmware Datastore Version Context Ref Mo - A reference to the original Managed Object.
- Timestamp string
- The time this versioned Managed Object was created.
- Version
Type string - Specifies type of version. Currently the only supported value is "Configured"
that is used to keep track of snapshots of policies and profiles that are intended
to be configured to target endpoints.
Modified
- Version created every time an object is modified.Configured
- Version created every time an object is configured to the service profile.Deployed
- Version created for objects related to a service profile when it is deployed.
- Additional
Properties string - Class
Id string - The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- Interested
Mos []GetVirtualization Vmware Datastore Version Context Interested Mo - Marked
For boolDeletion - The flag to indicate if snapshot is marked for deletion or not. If flag is set then snapshot will be removed after the successful deployment of the policy.
- Nr
Version string - The version of the Managed Object, e.g. an incrementing number or a hash id.
- Object
Type string - The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
- Ref
Mo GetVirtualization Vmware Datastore Version Context Ref Mo - A reference to the original Managed Object.
- Timestamp string
- The time this versioned Managed Object was created.
- Version
Type string - Specifies type of version. Currently the only supported value is "Configured"
that is used to keep track of snapshots of policies and profiles that are intended
to be configured to target endpoints.
Modified
- Version created every time an object is modified.Configured
- Version created every time an object is configured to the service profile.Deployed
- Version created for objects related to a service profile when it is deployed.
- additional
Properties String - class
Id String - The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- interested
Mos List<GetVirtualization Vmware Datastore Version Context Interested Mo> - marked
For BooleanDeletion - The flag to indicate if snapshot is marked for deletion or not. If flag is set then snapshot will be removed after the successful deployment of the policy.
- nr
Version String - The version of the Managed Object, e.g. an incrementing number or a hash id.
- object
Type String - The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
- ref
Mo GetVirtualization Vmware Datastore Version Context Ref Mo - A reference to the original Managed Object.
- timestamp String
- The time this versioned Managed Object was created.
- version
Type String - Specifies type of version. Currently the only supported value is "Configured"
that is used to keep track of snapshots of policies and profiles that are intended
to be configured to target endpoints.
Modified
- Version created every time an object is modified.Configured
- Version created every time an object is configured to the service profile.Deployed
- Version created for objects related to a service profile when it is deployed.
- additional
Properties string - class
Id string - The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- interested
Mos GetVirtualization Vmware Datastore Version Context Interested Mo[] - marked
For booleanDeletion - The flag to indicate if snapshot is marked for deletion or not. If flag is set then snapshot will be removed after the successful deployment of the policy.
- nr
Version string - The version of the Managed Object, e.g. an incrementing number or a hash id.
- object
Type string - The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
- ref
Mo GetVirtualization Vmware Datastore Version Context Ref Mo - A reference to the original Managed Object.
- timestamp string
- The time this versioned Managed Object was created.
- version
Type string - Specifies type of version. Currently the only supported value is "Configured"
that is used to keep track of snapshots of policies and profiles that are intended
to be configured to target endpoints.
Modified
- Version created every time an object is modified.Configured
- Version created every time an object is configured to the service profile.Deployed
- Version created for objects related to a service profile when it is deployed.
- additional_
properties str - class_
id str - The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- interested_
mos Sequence[GetVirtualization Vmware Datastore Version Context Interested Mo] - marked_
for_ booldeletion - The flag to indicate if snapshot is marked for deletion or not. If flag is set then snapshot will be removed after the successful deployment of the policy.
- nr_
version str - The version of the Managed Object, e.g. an incrementing number or a hash id.
- object_
type str - The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
- ref_
mo GetVirtualization Vmware Datastore Version Context Ref Mo - A reference to the original Managed Object.
- timestamp str
- The time this versioned Managed Object was created.
- version_
type str - Specifies type of version. Currently the only supported value is "Configured"
that is used to keep track of snapshots of policies and profiles that are intended
to be configured to target endpoints.
Modified
- Version created every time an object is modified.Configured
- Version created every time an object is configured to the service profile.Deployed
- Version created for objects related to a service profile when it is deployed.
- additional
Properties String - class
Id String - The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- interested
Mos List<Property Map> - marked
For BooleanDeletion - The flag to indicate if snapshot is marked for deletion or not. If flag is set then snapshot will be removed after the successful deployment of the policy.
- nr
Version String - The version of the Managed Object, e.g. an incrementing number or a hash id.
- object
Type String - The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
- ref
Mo Property Map - A reference to the original Managed Object.
- timestamp String
- The time this versioned Managed Object was created.
- version
Type String - Specifies type of version. Currently the only supported value is "Configured"
that is used to keep track of snapshots of policies and profiles that are intended
to be configured to target endpoints.
Modified
- Version created every time an object is modified.Configured
- Version created every time an object is configured to the service profile.Deployed
- Version created for objects related to a service profile when it is deployed.
GetVirtualizationVmwareDatastoreVersionContextInterestedMo
- Additional
Properties string - Class
Id string - The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- Moid string
- The unique identifier of this Managed Object instance.
- Object
Type string - The fully-qualified name of the remote type referred by this relationship.
- Selector string
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.
- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
- Additional
Properties string - Class
Id string - The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- Moid string
- The unique identifier of this Managed Object instance.
- Object
Type string - The fully-qualified name of the remote type referred by this relationship.
- Selector string
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.
- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
- additional
Properties String - class
Id String - The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- moid String
- The unique identifier of this Managed Object instance.
- object
Type String - The fully-qualified name of the remote type referred by this relationship.
- selector String
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.
- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
- additional
Properties string - class
Id string - The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- moid string
- The unique identifier of this Managed Object instance.
- object
Type string - The fully-qualified name of the remote type referred by this relationship.
- selector string
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.
- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
- additional_
properties str - class_
id str - The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- moid str
- The unique identifier of this Managed Object instance.
- object_
type str - The fully-qualified name of the remote type referred by this relationship.
- selector str
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.
- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
- additional
Properties String - class
Id String - The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- moid String
- The unique identifier of this Managed Object instance.
- object
Type String - The fully-qualified name of the remote type referred by this relationship.
- selector String
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.
- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
GetVirtualizationVmwareDatastoreVersionContextRefMo
- Additional
Properties string - Class
Id string - The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- Moid string
- The unique identifier of this Managed Object instance.
- Object
Type string - The fully-qualified name of the remote type referred by this relationship.
- Selector string
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.
- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
- Additional
Properties string - Class
Id string - The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- Moid string
- The unique identifier of this Managed Object instance.
- Object
Type string - The fully-qualified name of the remote type referred by this relationship.
- Selector string
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.
- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
- additional
Properties String - class
Id String - The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- moid String
- The unique identifier of this Managed Object instance.
- object
Type String - The fully-qualified name of the remote type referred by this relationship.
- selector String
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.
- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
- additional
Properties string - class
Id string - The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- moid string
- The unique identifier of this Managed Object instance.
- object
Type string - The fully-qualified name of the remote type referred by this relationship.
- selector string
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.
- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
- additional_
properties str - class_
id str - The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- moid str
- The unique identifier of this Managed Object instance.
- object_
type str - The fully-qualified name of the remote type referred by this relationship.
- selector str
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.
- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
- additional
Properties String - class
Id String - The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- moid String
- The unique identifier of this Managed Object instance.
- object
Type String - The fully-qualified name of the remote type referred by this relationship.
- selector String
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.
- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
Package Details
- Repository
- intersight ciscodevnet/terraform-provider-intersight
- License
- Notes
- This Pulumi package is based on the
intersight
Terraform Provider.
intersight 1.0.64 published on Wednesday, Apr 30, 2025 by ciscodevnet