intersight 1.0.63 published on Wednesday, Apr 16, 2025 by ciscodevnet
intersight.getVirtualizationVmwareDatastore
Explore with Pulumi AI
intersight 1.0.63 published on Wednesday, Apr 16, 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
This property is required. bool - Shows if this datastore is accessible.
- Account
Moid This property is required. string - The Account ID for this managed object.
- Additional
Properties This property is required. string - Ancestors
This property is required. List<GetVirtualization Vmware Datastore Result Ancestor> - Capacities
This property is required. List<GetVirtualization Vmware Datastore Result Capacity> - Class
Id This property is required. string - Cluster
This property is required. List<GetVirtualization Vmware Datastore Result Cluster> - Clusters
This property is required. List<GetVirtualization Vmware Datastore Result Cluster> - Create
Time This property is required. string - The time when this managed object was created.
- Datacenters
This property is required. List<GetVirtualization Vmware Datastore Result Datacenter> - Datastore
Clusters This property is required. List<GetVirtualization Vmware Datastore Result Datastore Cluster> - Domain
Group Moid This property is required. string - The DomainGroup ID for this managed object.
- Host
Count This property is required. double - Number of hosts attached to or supported-by this datastore.
- Hosts
This property is required. List<GetVirtualization Vmware Datastore Result Host> - Identity
This property is required. string - The internally generated identity of this datastore. This entity is not manipulated by users. It aids in uniquely identifying the datastore object. For VMware, this is a MOR (managed object reference).
- Inventory
Path This property is required. string - Inventory path of the Datastore.
- Maintenance
Mode This property is required. bool - Indicates if the datastore is in maintenance mode. Will be set to True, when in maintenance mode.
- Mod
Time This property is required. string - The time when this managed object was last modified.
- Moid
This property is required. string - The unique identifier of this Managed Object instance.
- Multiple
Host Access This property is required. bool - Indicates if this datastore is connected to multiple hosts.
- Name
This property is required. 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 This property is required. string - Owners
This property is required. List<string> - Parents
This property is required. List<GetVirtualization Vmware Datastore Result Parent> - Permission
Resources This property is required. List<GetVirtualization Vmware Datastore Result Permission Resource> - Registered
Devices This property is required. List<GetVirtualization Vmware Datastore Result Registered Device> This property is required. string- Intersight provides pre-built workflows, tasks and policies to end users through global catalogs.Objects that are made available through global catalogs are said to have a 'shared' ownership. Shared objects are either made globally available to all end users or restricted to end users based on their license entitlement. Users can use this property to differentiate the scope (global or a specific license tier) to which a shared MO belongs.
- Status
This property is required. string - Datastore health status, as reported by the hypervisor platform.*
Unknown
- Entity status is unknown.*Degraded
- State is degraded, and might impact normal operation of the entity.*Critical
- Entity is in a critical state, impacting operations.*Ok
- Entity status is in a stable state, operating normally. This property is required. List<GetVirtualization Vmware Datastore Result Tag> - Thin
Provisioning Supported This property is required. bool - Indicates if this datastore supports thin provisioning for files.
- Type
This property is required. string - A string indicating the type of the datastore (VMFS, NFS, etc).*
Unknown
- The nature of the file system is unknown.*VMFS
- It is a Virtual Machine Filesystem.*NFS
- It is a Network File System.*vSAN
- It is a virtual Storage Area Network file system.*VirtualVolume
- A Virtual Volume datastore represents a storage container in a hypervisor server. - Un
Committed This property is required. double - Space uncommitted in this datastore in bytes.
- Url
This property is required. string - The URL to access this datastore (example - 'ds:///vmfs/volumes/562a4e8a-0eeb5372-dd61-78baf9cb9afa/').
- Version
Contexts This property is required. List<GetVirtualization Vmware Datastore Result Version Context> - Vm
Count This property is required. double - Number of virtual machines relying on (using) this datastore.
- Vm
Template Count This property is required. double - Number of virtual machine templates relying on (using) this datastore.
- Accessible
This property is required. bool - Shows if this datastore is accessible.
- Account
Moid This property is required. string - The Account ID for this managed object.
- Additional
Properties This property is required. string - Ancestors
This property is required. []GetVirtualization Vmware Datastore Result Ancestor - Capacities
This property is required. []GetVirtualization Vmware Datastore Result Capacity - Class
Id This property is required. string - Cluster
This property is required. []GetVirtualization Vmware Datastore Result Cluster - Clusters
This property is required. []GetVirtualization Vmware Datastore Result Cluster - Create
Time This property is required. string - The time when this managed object was created.
- Datacenters
This property is required. []GetVirtualization Vmware Datastore Result Datacenter - Datastore
Clusters This property is required. []GetVirtualization Vmware Datastore Result Datastore Cluster - Domain
Group Moid This property is required. string - The DomainGroup ID for this managed object.
- Host
Count This property is required. float64 - Number of hosts attached to or supported-by this datastore.
- Hosts
This property is required. []GetVirtualization Vmware Datastore Result Host - Identity
This property is required. string - The internally generated identity of this datastore. This entity is not manipulated by users. It aids in uniquely identifying the datastore object. For VMware, this is a MOR (managed object reference).
- Inventory
Path This property is required. string - Inventory path of the Datastore.
- Maintenance
Mode This property is required. bool - Indicates if the datastore is in maintenance mode. Will be set to True, when in maintenance mode.
- Mod
Time This property is required. string - The time when this managed object was last modified.
- Moid
This property is required. string - The unique identifier of this Managed Object instance.
- Multiple
Host Access This property is required. bool - Indicates if this datastore is connected to multiple hosts.
- Name
This property is required. 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 This property is required. string - Owners
This property is required. []string - Parents
This property is required. []GetVirtualization Vmware Datastore Result Parent - Permission
Resources This property is required. []GetVirtualization Vmware Datastore Result Permission Resource - Registered
Devices This property is required. []GetVirtualization Vmware Datastore Result Registered Device This property is required. string- Intersight provides pre-built workflows, tasks and policies to end users through global catalogs.Objects that are made available through global catalogs are said to have a 'shared' ownership. Shared objects are either made globally available to all end users or restricted to end users based on their license entitlement. Users can use this property to differentiate the scope (global or a specific license tier) to which a shared MO belongs.
- Status
This property is required. string - Datastore health status, as reported by the hypervisor platform.*
Unknown
- Entity status is unknown.*Degraded
- State is degraded, and might impact normal operation of the entity.*Critical
- Entity is in a critical state, impacting operations.*Ok
- Entity status is in a stable state, operating normally. This property is required. []GetVirtualization Vmware Datastore Result Tag - Thin
Provisioning Supported This property is required. bool - Indicates if this datastore supports thin provisioning for files.
- Type
This property is required. string - A string indicating the type of the datastore (VMFS, NFS, etc).*
Unknown
- The nature of the file system is unknown.*VMFS
- It is a Virtual Machine Filesystem.*NFS
- It is a Network File System.*vSAN
- It is a virtual Storage Area Network file system.*VirtualVolume
- A Virtual Volume datastore represents a storage container in a hypervisor server. - Un
Committed This property is required. float64 - Space uncommitted in this datastore in bytes.
- Url
This property is required. string - The URL to access this datastore (example - 'ds:///vmfs/volumes/562a4e8a-0eeb5372-dd61-78baf9cb9afa/').
- Version
Contexts This property is required. []GetVirtualization Vmware Datastore Result Version Context - Vm
Count This property is required. float64 - Number of virtual machines relying on (using) this datastore.
- Vm
Template Count This property is required. float64 - Number of virtual machine templates relying on (using) this datastore.
- accessible
This property is required. Boolean - Shows if this datastore is accessible.
- account
Moid This property is required. String - The Account ID for this managed object.
- additional
Properties This property is required. String - ancestors
This property is required. List<GetVirtualization Vmware Datastore Result Ancestor> - capacities
This property is required. List<GetVirtualization Vmware Datastore Result Capacity> - class
Id This property is required. String - cluster
This property is required. List<GetVirtualization Vmware Datastore Result Cluster> - clusters
This property is required. List<GetVirtualization Vmware Datastore Result Cluster> - create
Time This property is required. String - The time when this managed object was created.
- datacenters
This property is required. List<GetVirtualization Vmware Datastore Result Datacenter> - datastore
Clusters This property is required. List<GetVirtualization Vmware Datastore Result Datastore Cluster> - domain
Group Moid This property is required. String - The DomainGroup ID for this managed object.
- host
Count This property is required. Double - Number of hosts attached to or supported-by this datastore.
- hosts
This property is required. List<GetVirtualization Vmware Datastore Result Host> - identity
This property is required. String - The internally generated identity of this datastore. This entity is not manipulated by users. It aids in uniquely identifying the datastore object. For VMware, this is a MOR (managed object reference).
- inventory
Path This property is required. String - Inventory path of the Datastore.
- maintenance
Mode This property is required. Boolean - Indicates if the datastore is in maintenance mode. Will be set to True, when in maintenance mode.
- mod
Time This property is required. String - The time when this managed object was last modified.
- moid
This property is required. String - The unique identifier of this Managed Object instance.
- multiple
Host Access This property is required. Boolean - Indicates if this datastore is connected to multiple hosts.
- name
This property is required. String - Name of this datastore supplied by user. It is not the identity of the datastore. The name is subject to user manipulations.
- object
Type This property is required. String - owners
This property is required. List<String> - parents
This property is required. List<GetVirtualization Vmware Datastore Result Parent> - permission
Resources This property is required. List<GetVirtualization Vmware Datastore Result Permission Resource> - registered
Devices This property is required. List<GetVirtualization Vmware Datastore Result Registered Device> This property is required. String- Intersight provides pre-built workflows, tasks and policies to end users through global catalogs.Objects that are made available through global catalogs are said to have a 'shared' ownership. Shared objects are either made globally available to all end users or restricted to end users based on their license entitlement. Users can use this property to differentiate the scope (global or a specific license tier) to which a shared MO belongs.
- status
This property is required. String - Datastore health status, as reported by the hypervisor platform.*
Unknown
- Entity status is unknown.*Degraded
- State is degraded, and might impact normal operation of the entity.*Critical
- Entity is in a critical state, impacting operations.*Ok
- Entity status is in a stable state, operating normally. This property is required. List<GetVirtualization Vmware Datastore Result Tag> - thin
Provisioning Supported This property is required. Boolean - Indicates if this datastore supports thin provisioning for files.
- type
This property is required. String - A string indicating the type of the datastore (VMFS, NFS, etc).*
Unknown
- The nature of the file system is unknown.*VMFS
- It is a Virtual Machine Filesystem.*NFS
- It is a Network File System.*vSAN
- It is a virtual Storage Area Network file system.*VirtualVolume
- A Virtual Volume datastore represents a storage container in a hypervisor server. - un
Committed This property is required. Double - Space uncommitted in this datastore in bytes.
- url
This property is required. String - The URL to access this datastore (example - 'ds:///vmfs/volumes/562a4e8a-0eeb5372-dd61-78baf9cb9afa/').
- version
Contexts This property is required. List<GetVirtualization Vmware Datastore Result Version Context> - vm
Count This property is required. Double - Number of virtual machines relying on (using) this datastore.
- vm
Template Count This property is required. Double - Number of virtual machine templates relying on (using) this datastore.
- accessible
This property is required. boolean - Shows if this datastore is accessible.
- account
Moid This property is required. string - The Account ID for this managed object.
- additional
Properties This property is required. string - ancestors
This property is required. GetVirtualization Vmware Datastore Result Ancestor[] - capacities
This property is required. GetVirtualization Vmware Datastore Result Capacity[] - class
Id This property is required. string - cluster
This property is required. GetVirtualization Vmware Datastore Result Cluster[] - clusters
This property is required. GetVirtualization Vmware Datastore Result Cluster[] - create
Time This property is required. string - The time when this managed object was created.
- datacenters
This property is required. GetVirtualization Vmware Datastore Result Datacenter[] - datastore
Clusters This property is required. GetVirtualization Vmware Datastore Result Datastore Cluster[] - domain
Group Moid This property is required. string - The DomainGroup ID for this managed object.
- host
Count This property is required. number - Number of hosts attached to or supported-by this datastore.
- hosts
This property is required. GetVirtualization Vmware Datastore Result Host[] - identity
This property is required. string - The internally generated identity of this datastore. This entity is not manipulated by users. It aids in uniquely identifying the datastore object. For VMware, this is a MOR (managed object reference).
- inventory
Path This property is required. string - Inventory path of the Datastore.
- maintenance
Mode This property is required. boolean - Indicates if the datastore is in maintenance mode. Will be set to True, when in maintenance mode.
- mod
Time This property is required. string - The time when this managed object was last modified.
- moid
This property is required. string - The unique identifier of this Managed Object instance.
- multiple
Host Access This property is required. boolean - Indicates if this datastore is connected to multiple hosts.
- name
This property is required. string - Name of this datastore supplied by user. It is not the identity of the datastore. The name is subject to user manipulations.
- object
Type This property is required. string - owners
This property is required. string[] - parents
This property is required. GetVirtualization Vmware Datastore Result Parent[] - permission
Resources This property is required. GetVirtualization Vmware Datastore Result Permission Resource[] - registered
Devices This property is required. GetVirtualization Vmware Datastore Result Registered Device[] This property is required. string- Intersight provides pre-built workflows, tasks and policies to end users through global catalogs.Objects that are made available through global catalogs are said to have a 'shared' ownership. Shared objects are either made globally available to all end users or restricted to end users based on their license entitlement. Users can use this property to differentiate the scope (global or a specific license tier) to which a shared MO belongs.
- status
This property is required. string - Datastore health status, as reported by the hypervisor platform.*
Unknown
- Entity status is unknown.*Degraded
- State is degraded, and might impact normal operation of the entity.*Critical
- Entity is in a critical state, impacting operations.*Ok
- Entity status is in a stable state, operating normally. This property is required. GetVirtualization Vmware Datastore Result Tag[] - thin
Provisioning Supported This property is required. boolean - Indicates if this datastore supports thin provisioning for files.
- type
This property is required. string - A string indicating the type of the datastore (VMFS, NFS, etc).*
Unknown
- The nature of the file system is unknown.*VMFS
- It is a Virtual Machine Filesystem.*NFS
- It is a Network File System.*vSAN
- It is a virtual Storage Area Network file system.*VirtualVolume
- A Virtual Volume datastore represents a storage container in a hypervisor server. - un
Committed This property is required. number - Space uncommitted in this datastore in bytes.
- url
This property is required. string - The URL to access this datastore (example - 'ds:///vmfs/volumes/562a4e8a-0eeb5372-dd61-78baf9cb9afa/').
- version
Contexts This property is required. GetVirtualization Vmware Datastore Result Version Context[] - vm
Count This property is required. number - Number of virtual machines relying on (using) this datastore.
- vm
Template Count This property is required. number - Number of virtual machine templates relying on (using) this datastore.
- accessible
This property is required. bool - Shows if this datastore is accessible.
- account_
moid This property is required. str - The Account ID for this managed object.
- additional_
properties This property is required. str - ancestors
This property is required. Sequence[GetVirtualization Vmware Datastore Result Ancestor] - capacities
This property is required. Sequence[GetVirtualization Vmware Datastore Result Capacity] - class_
id This property is required. str - cluster
This property is required. Sequence[GetVirtualization Vmware Datastore Result Cluster] - clusters
This property is required. Sequence[GetVirtualization Vmware Datastore Result Cluster] - create_
time This property is required. str - The time when this managed object was created.
- datacenters
This property is required. Sequence[GetVirtualization Vmware Datastore Result Datacenter] - datastore_
clusters This property is required. Sequence[GetVirtualization Vmware Datastore Result Datastore Cluster] - domain_
group_ moid This property is required. str - The DomainGroup ID for this managed object.
- host_
count This property is required. float - Number of hosts attached to or supported-by this datastore.
- hosts
This property is required. Sequence[GetVirtualization Vmware Datastore Result Host] - identity
This property is required. str - The internally generated identity of this datastore. This entity is not manipulated by users. It aids in uniquely identifying the datastore object. For VMware, this is a MOR (managed object reference).
- inventory_
path This property is required. str - Inventory path of the Datastore.
- maintenance_
mode This property is required. bool - Indicates if the datastore is in maintenance mode. Will be set to True, when in maintenance mode.
- mod_
time This property is required. str - The time when this managed object was last modified.
- moid
This property is required. str - The unique identifier of this Managed Object instance.
- multiple_
host_ access This property is required. bool - Indicates if this datastore is connected to multiple hosts.
- name
This property is required. str - Name of this datastore supplied by user. It is not the identity of the datastore. The name is subject to user manipulations.
- object_
type This property is required. str - owners
This property is required. Sequence[str] - parents
This property is required. Sequence[GetVirtualization Vmware Datastore Result Parent] - permission_
resources This property is required. Sequence[GetVirtualization Vmware Datastore Result Permission Resource] - registered_
devices This property is required. Sequence[GetVirtualization Vmware Datastore Result Registered Device] This property is required. str- Intersight provides pre-built workflows, tasks and policies to end users through global catalogs.Objects that are made available through global catalogs are said to have a 'shared' ownership. Shared objects are either made globally available to all end users or restricted to end users based on their license entitlement. Users can use this property to differentiate the scope (global or a specific license tier) to which a shared MO belongs.
- status
This property is required. str - Datastore health status, as reported by the hypervisor platform.*
Unknown
- Entity status is unknown.*Degraded
- State is degraded, and might impact normal operation of the entity.*Critical
- Entity is in a critical state, impacting operations.*Ok
- Entity status is in a stable state, operating normally. This property is required. Sequence[GetVirtualization Vmware Datastore Result Tag] - thin_
provisioning_ supported This property is required. bool - Indicates if this datastore supports thin provisioning for files.
- type
This property is required. str - A string indicating the type of the datastore (VMFS, NFS, etc).*
Unknown
- The nature of the file system is unknown.*VMFS
- It is a Virtual Machine Filesystem.*NFS
- It is a Network File System.*vSAN
- It is a virtual Storage Area Network file system.*VirtualVolume
- A Virtual Volume datastore represents a storage container in a hypervisor server. - un_
committed This property is required. float - Space uncommitted in this datastore in bytes.
- url
This property is required. str - The URL to access this datastore (example - 'ds:///vmfs/volumes/562a4e8a-0eeb5372-dd61-78baf9cb9afa/').
- version_
contexts This property is required. Sequence[GetVirtualization Vmware Datastore Result Version Context] - vm_
count This property is required. float - Number of virtual machines relying on (using) this datastore.
- vm_
template_ count This property is required. float - Number of virtual machine templates relying on (using) this datastore.
- accessible
This property is required. Boolean - Shows if this datastore is accessible.
- account
Moid This property is required. String - The Account ID for this managed object.
- additional
Properties This property is required. String - ancestors
This property is required. List<Property Map> - capacities
This property is required. List<Property Map> - class
Id This property is required. String - cluster
This property is required. List<Property Map> - clusters
This property is required. List<Property Map> - create
Time This property is required. String - The time when this managed object was created.
- datacenters
This property is required. List<Property Map> - datastore
Clusters This property is required. List<Property Map> - domain
Group Moid This property is required. String - The DomainGroup ID for this managed object.
- host
Count This property is required. Number - Number of hosts attached to or supported-by this datastore.
- hosts
This property is required. List<Property Map> - identity
This property is required. String - The internally generated identity of this datastore. This entity is not manipulated by users. It aids in uniquely identifying the datastore object. For VMware, this is a MOR (managed object reference).
- inventory
Path This property is required. String - Inventory path of the Datastore.
- maintenance
Mode This property is required. Boolean - Indicates if the datastore is in maintenance mode. Will be set to True, when in maintenance mode.
- mod
Time This property is required. String - The time when this managed object was last modified.
- moid
This property is required. String - The unique identifier of this Managed Object instance.
- multiple
Host Access This property is required. Boolean - Indicates if this datastore is connected to multiple hosts.
- name
This property is required. String - Name of this datastore supplied by user. It is not the identity of the datastore. The name is subject to user manipulations.
- object
Type This property is required. String - owners
This property is required. List<String> - parents
This property is required. List<Property Map> - permission
Resources This property is required. List<Property Map> - registered
Devices This property is required. List<Property Map> This property is required. String- Intersight provides pre-built workflows, tasks and policies to end users through global catalogs.Objects that are made available through global catalogs are said to have a 'shared' ownership. Shared objects are either made globally available to all end users or restricted to end users based on their license entitlement. Users can use this property to differentiate the scope (global or a specific license tier) to which a shared MO belongs.
- status
This property is required. String - Datastore health status, as reported by the hypervisor platform.*
Unknown
- Entity status is unknown.*Degraded
- State is degraded, and might impact normal operation of the entity.*Critical
- Entity is in a critical state, impacting operations.*Ok
- Entity status is in a stable state, operating normally. This property is required. List<Property Map>- thin
Provisioning Supported This property is required. Boolean - Indicates if this datastore supports thin provisioning for files.
- type
This property is required. String - A string indicating the type of the datastore (VMFS, NFS, etc).*
Unknown
- The nature of the file system is unknown.*VMFS
- It is a Virtual Machine Filesystem.*NFS
- It is a Network File System.*vSAN
- It is a virtual Storage Area Network file system.*VirtualVolume
- A Virtual Volume datastore represents a storage container in a hypervisor server. - un
Committed This property is required. Number - Space uncommitted in this datastore in bytes.
- url
This property is required. String - The URL to access this datastore (example - 'ds:///vmfs/volumes/562a4e8a-0eeb5372-dd61-78baf9cb9afa/').
- version
Contexts This property is required. List<Property Map> - vm
Count This property is required. Number - Number of virtual machines relying on (using) this datastore.
- vm
Template Count This property is required. Number - Number of virtual machine templates relying on (using) this datastore.
GetVirtualizationVmwareDatastoreResultAncestor
- Additional
Properties This property is required. string - Class
Id This property is required. string - Moid
This property is required. string - The unique identifier of this Managed Object instance.
- Object
Type This property is required. string - Selector
This property is required. string
- Additional
Properties This property is required. string - Class
Id This property is required. string - Moid
This property is required. string - The unique identifier of this Managed Object instance.
- Object
Type This property is required. string - Selector
This property is required. string
- additional
Properties This property is required. String - class
Id This property is required. String - moid
This property is required. String - The unique identifier of this Managed Object instance.
- object
Type This property is required. String - selector
This property is required. String
- additional
Properties This property is required. string - class
Id This property is required. string - moid
This property is required. string - The unique identifier of this Managed Object instance.
- object
Type This property is required. string - selector
This property is required. string
- additional_
properties This property is required. str - class_
id This property is required. str - moid
This property is required. str - The unique identifier of this Managed Object instance.
- object_
type This property is required. str - selector
This property is required. str
- additional
Properties This property is required. String - class
Id This property is required. String - moid
This property is required. String - The unique identifier of this Managed Object instance.
- object
Type This property is required. String - selector
This property is required. String
GetVirtualizationVmwareDatastoreResultCapacity
- Additional
Properties This property is required. string - Capacity
This property is required. double - Class
Id This property is required. string - Free
This property is required. double - Object
Type This property is required. string - Used
This property is required. double
- Additional
Properties This property is required. string - Capacity
This property is required. float64 - Class
Id This property is required. string - Free
This property is required. float64 - Object
Type This property is required. string - Used
This property is required. float64
- additional
Properties This property is required. String - capacity
This property is required. Double - class
Id This property is required. String - free
This property is required. Double - object
Type This property is required. String - used
This property is required. Double
- additional
Properties This property is required. string - capacity
This property is required. number - class
Id This property is required. string - free
This property is required. number - object
Type This property is required. string - used
This property is required. number
- additional_
properties This property is required. str - capacity
This property is required. float - class_
id This property is required. str - free
This property is required. float - object_
type This property is required. str - used
This property is required. float
- additional
Properties This property is required. String - capacity
This property is required. Number - class
Id This property is required. String - free
This property is required. Number - object
Type This property is required. String - used
This property is required. Number
GetVirtualizationVmwareDatastoreResultCluster
- Additional
Properties This property is required. string - Class
Id This property is required. string - Moid
This property is required. string - The unique identifier of this Managed Object instance.
- Object
Type This property is required. string - Selector
This property is required. string
- Additional
Properties This property is required. string - Class
Id This property is required. string - Moid
This property is required. string - The unique identifier of this Managed Object instance.
- Object
Type This property is required. string - Selector
This property is required. string
- additional
Properties This property is required. String - class
Id This property is required. String - moid
This property is required. String - The unique identifier of this Managed Object instance.
- object
Type This property is required. String - selector
This property is required. String
- additional
Properties This property is required. string - class
Id This property is required. string - moid
This property is required. string - The unique identifier of this Managed Object instance.
- object
Type This property is required. string - selector
This property is required. string
- additional_
properties This property is required. str - class_
id This property is required. str - moid
This property is required. str - The unique identifier of this Managed Object instance.
- object_
type This property is required. str - selector
This property is required. str
- additional
Properties This property is required. String - class
Id This property is required. String - moid
This property is required. String - The unique identifier of this Managed Object instance.
- object
Type This property is required. String - selector
This property is required. String
GetVirtualizationVmwareDatastoreResultDatacenter
- Additional
Properties This property is required. string - Class
Id This property is required. string - Moid
This property is required. string - The unique identifier of this Managed Object instance.
- Object
Type This property is required. string - Selector
This property is required. string
- Additional
Properties This property is required. string - Class
Id This property is required. string - Moid
This property is required. string - The unique identifier of this Managed Object instance.
- Object
Type This property is required. string - Selector
This property is required. string
- additional
Properties This property is required. String - class
Id This property is required. String - moid
This property is required. String - The unique identifier of this Managed Object instance.
- object
Type This property is required. String - selector
This property is required. String
- additional
Properties This property is required. string - class
Id This property is required. string - moid
This property is required. string - The unique identifier of this Managed Object instance.
- object
Type This property is required. string - selector
This property is required. string
- additional_
properties This property is required. str - class_
id This property is required. str - moid
This property is required. str - The unique identifier of this Managed Object instance.
- object_
type This property is required. str - selector
This property is required. str
- additional
Properties This property is required. String - class
Id This property is required. String - moid
This property is required. String - The unique identifier of this Managed Object instance.
- object
Type This property is required. String - selector
This property is required. String
GetVirtualizationVmwareDatastoreResultDatastoreCluster
- Additional
Properties This property is required. string - Class
Id This property is required. string - Moid
This property is required. string - The unique identifier of this Managed Object instance.
- Object
Type This property is required. string - Selector
This property is required. string
- Additional
Properties This property is required. string - Class
Id This property is required. string - Moid
This property is required. string - The unique identifier of this Managed Object instance.
- Object
Type This property is required. string - Selector
This property is required. string
- additional
Properties This property is required. String - class
Id This property is required. String - moid
This property is required. String - The unique identifier of this Managed Object instance.
- object
Type This property is required. String - selector
This property is required. String
- additional
Properties This property is required. string - class
Id This property is required. string - moid
This property is required. string - The unique identifier of this Managed Object instance.
- object
Type This property is required. string - selector
This property is required. string
- additional_
properties This property is required. str - class_
id This property is required. str - moid
This property is required. str - The unique identifier of this Managed Object instance.
- object_
type This property is required. str - selector
This property is required. str
- additional
Properties This property is required. String - class
Id This property is required. String - moid
This property is required. String - The unique identifier of this Managed Object instance.
- object
Type This property is required. String - selector
This property is required. String
GetVirtualizationVmwareDatastoreResultHost
- Additional
Properties This property is required. string - Class
Id This property is required. string - Moid
This property is required. string - The unique identifier of this Managed Object instance.
- Object
Type This property is required. string - Selector
This property is required. string
- Additional
Properties This property is required. string - Class
Id This property is required. string - Moid
This property is required. string - The unique identifier of this Managed Object instance.
- Object
Type This property is required. string - Selector
This property is required. string
- additional
Properties This property is required. String - class
Id This property is required. String - moid
This property is required. String - The unique identifier of this Managed Object instance.
- object
Type This property is required. String - selector
This property is required. String
- additional
Properties This property is required. string - class
Id This property is required. string - moid
This property is required. string - The unique identifier of this Managed Object instance.
- object
Type This property is required. string - selector
This property is required. string
- additional_
properties This property is required. str - class_
id This property is required. str - moid
This property is required. str - The unique identifier of this Managed Object instance.
- object_
type This property is required. str - selector
This property is required. str
- additional
Properties This property is required. String - class
Id This property is required. String - moid
This property is required. String - The unique identifier of this Managed Object instance.
- object
Type This property is required. String - selector
This property is required. String
GetVirtualizationVmwareDatastoreResultParent
- Additional
Properties This property is required. string - Class
Id This property is required. string - Moid
This property is required. string - The unique identifier of this Managed Object instance.
- Object
Type This property is required. string - Selector
This property is required. string
- Additional
Properties This property is required. string - Class
Id This property is required. string - Moid
This property is required. string - The unique identifier of this Managed Object instance.
- Object
Type This property is required. string - Selector
This property is required. string
- additional
Properties This property is required. String - class
Id This property is required. String - moid
This property is required. String - The unique identifier of this Managed Object instance.
- object
Type This property is required. String - selector
This property is required. String
- additional
Properties This property is required. string - class
Id This property is required. string - moid
This property is required. string - The unique identifier of this Managed Object instance.
- object
Type This property is required. string - selector
This property is required. string
- additional_
properties This property is required. str - class_
id This property is required. str - moid
This property is required. str - The unique identifier of this Managed Object instance.
- object_
type This property is required. str - selector
This property is required. str
- additional
Properties This property is required. String - class
Id This property is required. String - moid
This property is required. String - The unique identifier of this Managed Object instance.
- object
Type This property is required. String - selector
This property is required. String
GetVirtualizationVmwareDatastoreResultPermissionResource
- Additional
Properties This property is required. string - Class
Id This property is required. string - Moid
This property is required. string - The unique identifier of this Managed Object instance.
- Object
Type This property is required. string - Selector
This property is required. string
- Additional
Properties This property is required. string - Class
Id This property is required. string - Moid
This property is required. string - The unique identifier of this Managed Object instance.
- Object
Type This property is required. string - Selector
This property is required. string
- additional
Properties This property is required. String - class
Id This property is required. String - moid
This property is required. String - The unique identifier of this Managed Object instance.
- object
Type This property is required. String - selector
This property is required. String
- additional
Properties This property is required. string - class
Id This property is required. string - moid
This property is required. string - The unique identifier of this Managed Object instance.
- object
Type This property is required. string - selector
This property is required. string
- additional_
properties This property is required. str - class_
id This property is required. str - moid
This property is required. str - The unique identifier of this Managed Object instance.
- object_
type This property is required. str - selector
This property is required. str
- additional
Properties This property is required. String - class
Id This property is required. String - moid
This property is required. String - The unique identifier of this Managed Object instance.
- object
Type This property is required. String - selector
This property is required. String
GetVirtualizationVmwareDatastoreResultRegisteredDevice
- Additional
Properties This property is required. string - Class
Id This property is required. string - Moid
This property is required. string - The unique identifier of this Managed Object instance.
- Object
Type This property is required. string - Selector
This property is required. string
- Additional
Properties This property is required. string - Class
Id This property is required. string - Moid
This property is required. string - The unique identifier of this Managed Object instance.
- Object
Type This property is required. string - Selector
This property is required. string
- additional
Properties This property is required. String - class
Id This property is required. String - moid
This property is required. String - The unique identifier of this Managed Object instance.
- object
Type This property is required. String - selector
This property is required. String
- additional
Properties This property is required. string - class
Id This property is required. string - moid
This property is required. string - The unique identifier of this Managed Object instance.
- object
Type This property is required. string - selector
This property is required. string
- additional_
properties This property is required. str - class_
id This property is required. str - moid
This property is required. str - The unique identifier of this Managed Object instance.
- object_
type This property is required. str - selector
This property is required. str
- additional
Properties This property is required. String - class
Id This property is required. String - moid
This property is required. String - The unique identifier of this Managed Object instance.
- object
Type This property is required. String - selector
This property is required. String
GetVirtualizationVmwareDatastoreResultTag
- Additional
Properties This property is required. string - Key
This property is required. string - Value
This property is required. string
- Additional
Properties This property is required. string - Key
This property is required. string - Value
This property is required. string
- additional
Properties This property is required. String - key
This property is required. String - value
This property is required. String
- additional
Properties This property is required. string - key
This property is required. string - value
This property is required. string
- additional_
properties This property is required. str - key
This property is required. str - value
This property is required. str
- additional
Properties This property is required. String - key
This property is required. String - value
This property is required. String
GetVirtualizationVmwareDatastoreResultVersionContext
- Additional
Properties This property is required. string - Class
Id This property is required. string - Interested
Mos This property is required. List<GetVirtualization Vmware Datastore Result Version Context Interested Mo> - Marked
For Deletion This property is required. bool - Nr
Version This property is required. string - Object
Type This property is required. string - Ref
Mos This property is required. List<GetVirtualization Vmware Datastore Result Version Context Ref Mo> - Timestamp
This property is required. string - Version
Type This property is required. string
- Additional
Properties This property is required. string - Class
Id This property is required. string - Interested
Mos This property is required. []GetVirtualization Vmware Datastore Result Version Context Interested Mo - Marked
For Deletion This property is required. bool - Nr
Version This property is required. string - Object
Type This property is required. string - Ref
Mos This property is required. []GetVirtualization Vmware Datastore Result Version Context Ref Mo - Timestamp
This property is required. string - Version
Type This property is required. string
- additional
Properties This property is required. String - class
Id This property is required. String - interested
Mos This property is required. List<GetVirtualization Vmware Datastore Result Version Context Interested Mo> - marked
For Deletion This property is required. Boolean - nr
Version This property is required. String - object
Type This property is required. String - ref
Mos This property is required. List<GetVirtualization Vmware Datastore Result Version Context Ref Mo> - timestamp
This property is required. String - version
Type This property is required. String
- additional
Properties This property is required. string - class
Id This property is required. string - interested
Mos This property is required. GetVirtualization Vmware Datastore Result Version Context Interested Mo[] - marked
For Deletion This property is required. boolean - nr
Version This property is required. string - object
Type This property is required. string - ref
Mos This property is required. GetVirtualization Vmware Datastore Result Version Context Ref Mo[] - timestamp
This property is required. string - version
Type This property is required. string
- additional_
properties This property is required. str - class_
id This property is required. str - interested_
mos This property is required. Sequence[GetVirtualization Vmware Datastore Result Version Context Interested Mo] - marked_
for_ deletion This property is required. bool - nr_
version This property is required. str - object_
type This property is required. str - ref_
mos This property is required. Sequence[GetVirtualization Vmware Datastore Result Version Context Ref Mo] - timestamp
This property is required. str - version_
type This property is required. str
- additional
Properties This property is required. String - class
Id This property is required. String - interested
Mos This property is required. List<Property Map> - marked
For Deletion This property is required. Boolean - nr
Version This property is required. String - object
Type This property is required. String - ref
Mos This property is required. List<Property Map> - timestamp
This property is required. String - version
Type This property is required. String
GetVirtualizationVmwareDatastoreResultVersionContextInterestedMo
- Additional
Properties This property is required. string - Class
Id This property is required. string - Moid
This property is required. string - The unique identifier of this Managed Object instance.
- Object
Type This property is required. string - Selector
This property is required. string
- Additional
Properties This property is required. string - Class
Id This property is required. string - Moid
This property is required. string - The unique identifier of this Managed Object instance.
- Object
Type This property is required. string - Selector
This property is required. string
- additional
Properties This property is required. String - class
Id This property is required. String - moid
This property is required. String - The unique identifier of this Managed Object instance.
- object
Type This property is required. String - selector
This property is required. String
- additional
Properties This property is required. string - class
Id This property is required. string - moid
This property is required. string - The unique identifier of this Managed Object instance.
- object
Type This property is required. string - selector
This property is required. string
- additional_
properties This property is required. str - class_
id This property is required. str - moid
This property is required. str - The unique identifier of this Managed Object instance.
- object_
type This property is required. str - selector
This property is required. str
- additional
Properties This property is required. String - class
Id This property is required. String - moid
This property is required. String - The unique identifier of this Managed Object instance.
- object
Type This property is required. String - selector
This property is required. String
GetVirtualizationVmwareDatastoreResultVersionContextRefMo
- Additional
Properties This property is required. string - Class
Id This property is required. string - Moid
This property is required. string - The unique identifier of this Managed Object instance.
- Object
Type This property is required. string - Selector
This property is required. string
- Additional
Properties This property is required. string - Class
Id This property is required. string - Moid
This property is required. string - The unique identifier of this Managed Object instance.
- Object
Type This property is required. string - Selector
This property is required. string
- additional
Properties This property is required. String - class
Id This property is required. String - moid
This property is required. String - The unique identifier of this Managed Object instance.
- object
Type This property is required. String - selector
This property is required. String
- additional
Properties This property is required. string - class
Id This property is required. string - moid
This property is required. string - The unique identifier of this Managed Object instance.
- object
Type This property is required. string - selector
This property is required. string
- additional_
properties This property is required. str - class_
id This property is required. str - moid
This property is required. str - The unique identifier of this Managed Object instance.
- object_
type This property is required. str - selector
This property is required. str
- additional
Properties This property is required. String - class
Id This property is required. String - moid
This property is required. String - The unique identifier of this Managed Object instance.
- object
Type This property is required. String - selector
This property is required. 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.63 published on Wednesday, Apr 16, 2025 by ciscodevnet