intersight 1.0.65 published on Wednesday, May 7, 2025 by ciscodevnet
intersight.getHyperflexHypervisorVirtualMachine
Explore with Pulumi AI
intersight 1.0.65 published on Wednesday, May 7, 2025 by ciscodevnet
A virtual machine belonging to the HyperFlex cluster spawned via the hypervisor.
Using getHyperflexHypervisorVirtualMachine
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 getHyperflexHypervisorVirtualMachine(args: GetHyperflexHypervisorVirtualMachineArgs, opts?: InvokeOptions): Promise<GetHyperflexHypervisorVirtualMachineResult>
function getHyperflexHypervisorVirtualMachineOutput(args: GetHyperflexHypervisorVirtualMachineOutputArgs, opts?: InvokeOptions): Output<GetHyperflexHypervisorVirtualMachineResult>def get_hyperflex_hypervisor_virtual_machine(account_moid: Optional[str] = None,
                                             additional_properties: Optional[str] = None,
                                             ancestors: Optional[Sequence[GetHyperflexHypervisorVirtualMachineAncestor]] = None,
                                             boot_time: Optional[str] = None,
                                             capacity: Optional[GetHyperflexHypervisorVirtualMachineCapacity] = None,
                                             class_id: Optional[str] = None,
                                             cluster: Optional[GetHyperflexHypervisorVirtualMachineCluster] = None,
                                             connection_state: Optional[str] = None,
                                             cpu_utilization: Optional[float] = None,
                                             create_time: Optional[str] = None,
                                             domain_group_moid: Optional[str] = None,
                                             guest_info: Optional[GetHyperflexHypervisorVirtualMachineGuestInfo] = None,
                                             guest_os_state: Optional[str] = None,
                                             host: Optional[GetHyperflexHypervisorVirtualMachineHost] = None,
                                             host_uuid: Optional[str] = None,
                                             hypervisor_type: Optional[str] = None,
                                             id: Optional[str] = None,
                                             identity: Optional[str] = None,
                                             ip: Optional[GetHyperflexHypervisorVirtualMachineIp] = None,
                                             ip_addresses: Optional[Sequence[str]] = None,
                                             memory_capacity: Optional[GetHyperflexHypervisorVirtualMachineMemoryCapacity] = None,
                                             memory_utilization: Optional[float] = None,
                                             mod_time: Optional[str] = None,
                                             moid: Optional[str] = None,
                                             name: Optional[str] = None,
                                             nr_provider: Optional[str] = None,
                                             object_type: Optional[str] = None,
                                             owners: Optional[Sequence[str]] = None,
                                             parent: Optional[GetHyperflexHypervisorVirtualMachineParent] = None,
                                             path: Optional[str] = None,
                                             permission_resources: Optional[Sequence[GetHyperflexHypervisorVirtualMachinePermissionResource]] = None,
                                             platform_instance_id: Optional[str] = None,
                                             power_state: Optional[str] = None,
                                             processor_capacity: Optional[GetHyperflexHypervisorVirtualMachineProcessorCapacity] = None,
                                             registered_device: Optional[GetHyperflexHypervisorVirtualMachineRegisteredDevice] = None,
                                             shared_scope: Optional[str] = None,
                                             state: Optional[str] = None,
                                             storage_provisioned_in_bytes: Optional[float] = None,
                                             storage_used_in_bytes: Optional[float] = None,
                                             tags: Optional[Sequence[GetHyperflexHypervisorVirtualMachineTag]] = None,
                                             template: Optional[bool] = None,
                                             uuid: Optional[str] = None,
                                             version_context: Optional[GetHyperflexHypervisorVirtualMachineVersionContext] = None,
                                             vm_creation_time: Optional[str] = None,
                                             vm_instance_uuid: Optional[str] = None,
                                             opts: Optional[InvokeOptions] = None) -> GetHyperflexHypervisorVirtualMachineResult
def get_hyperflex_hypervisor_virtual_machine_output(account_moid: Optional[pulumi.Input[str]] = None,
                                             additional_properties: Optional[pulumi.Input[str]] = None,
                                             ancestors: Optional[pulumi.Input[Sequence[pulumi.Input[GetHyperflexHypervisorVirtualMachineAncestorArgs]]]] = None,
                                             boot_time: Optional[pulumi.Input[str]] = None,
                                             capacity: Optional[pulumi.Input[GetHyperflexHypervisorVirtualMachineCapacityArgs]] = None,
                                             class_id: Optional[pulumi.Input[str]] = None,
                                             cluster: Optional[pulumi.Input[GetHyperflexHypervisorVirtualMachineClusterArgs]] = None,
                                             connection_state: Optional[pulumi.Input[str]] = None,
                                             cpu_utilization: Optional[pulumi.Input[float]] = None,
                                             create_time: Optional[pulumi.Input[str]] = None,
                                             domain_group_moid: Optional[pulumi.Input[str]] = None,
                                             guest_info: Optional[pulumi.Input[GetHyperflexHypervisorVirtualMachineGuestInfoArgs]] = None,
                                             guest_os_state: Optional[pulumi.Input[str]] = None,
                                             host: Optional[pulumi.Input[GetHyperflexHypervisorVirtualMachineHostArgs]] = None,
                                             host_uuid: Optional[pulumi.Input[str]] = None,
                                             hypervisor_type: Optional[pulumi.Input[str]] = None,
                                             id: Optional[pulumi.Input[str]] = None,
                                             identity: Optional[pulumi.Input[str]] = None,
                                             ip: Optional[pulumi.Input[GetHyperflexHypervisorVirtualMachineIpArgs]] = None,
                                             ip_addresses: Optional[pulumi.Input[Sequence[pulumi.Input[str]]]] = None,
                                             memory_capacity: Optional[pulumi.Input[GetHyperflexHypervisorVirtualMachineMemoryCapacityArgs]] = None,
                                             memory_utilization: Optional[pulumi.Input[float]] = None,
                                             mod_time: Optional[pulumi.Input[str]] = None,
                                             moid: Optional[pulumi.Input[str]] = None,
                                             name: Optional[pulumi.Input[str]] = None,
                                             nr_provider: 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[GetHyperflexHypervisorVirtualMachineParentArgs]] = None,
                                             path: Optional[pulumi.Input[str]] = None,
                                             permission_resources: Optional[pulumi.Input[Sequence[pulumi.Input[GetHyperflexHypervisorVirtualMachinePermissionResourceArgs]]]] = None,
                                             platform_instance_id: Optional[pulumi.Input[str]] = None,
                                             power_state: Optional[pulumi.Input[str]] = None,
                                             processor_capacity: Optional[pulumi.Input[GetHyperflexHypervisorVirtualMachineProcessorCapacityArgs]] = None,
                                             registered_device: Optional[pulumi.Input[GetHyperflexHypervisorVirtualMachineRegisteredDeviceArgs]] = None,
                                             shared_scope: Optional[pulumi.Input[str]] = None,
                                             state: Optional[pulumi.Input[str]] = None,
                                             storage_provisioned_in_bytes: Optional[pulumi.Input[float]] = None,
                                             storage_used_in_bytes: Optional[pulumi.Input[float]] = None,
                                             tags: Optional[pulumi.Input[Sequence[pulumi.Input[GetHyperflexHypervisorVirtualMachineTagArgs]]]] = None,
                                             template: Optional[pulumi.Input[bool]] = None,
                                             uuid: Optional[pulumi.Input[str]] = None,
                                             version_context: Optional[pulumi.Input[GetHyperflexHypervisorVirtualMachineVersionContextArgs]] = None,
                                             vm_creation_time: Optional[pulumi.Input[str]] = None,
                                             vm_instance_uuid: Optional[pulumi.Input[str]] = None,
                                             opts: Optional[InvokeOptions] = None) -> Output[GetHyperflexHypervisorVirtualMachineResult]func LookupHyperflexHypervisorVirtualMachine(ctx *Context, args *LookupHyperflexHypervisorVirtualMachineArgs, opts ...InvokeOption) (*LookupHyperflexHypervisorVirtualMachineResult, error)
func LookupHyperflexHypervisorVirtualMachineOutput(ctx *Context, args *LookupHyperflexHypervisorVirtualMachineOutputArgs, opts ...InvokeOption) LookupHyperflexHypervisorVirtualMachineResultOutput> Note: This function is named LookupHyperflexHypervisorVirtualMachine in the Go SDK.
public static class GetHyperflexHypervisorVirtualMachine 
{
    public static Task<GetHyperflexHypervisorVirtualMachineResult> InvokeAsync(GetHyperflexHypervisorVirtualMachineArgs args, InvokeOptions? opts = null)
    public static Output<GetHyperflexHypervisorVirtualMachineResult> Invoke(GetHyperflexHypervisorVirtualMachineInvokeArgs args, InvokeOptions? opts = null)
}public static CompletableFuture<GetHyperflexHypervisorVirtualMachineResult> getHyperflexHypervisorVirtualMachine(GetHyperflexHypervisorVirtualMachineArgs args, InvokeOptions options)
public static Output<GetHyperflexHypervisorVirtualMachineResult> getHyperflexHypervisorVirtualMachine(GetHyperflexHypervisorVirtualMachineArgs args, InvokeOptions options)
fn::invoke:
  function: intersight:index/getHyperflexHypervisorVirtualMachine:getHyperflexHypervisorVirtualMachine
  arguments:
    # arguments dictionaryThe following arguments are supported:
- AccountMoid string
- The Account ID for this managed object.
- AdditionalProperties string
- Ancestors
List<GetHyperflex Hypervisor Virtual Machine Ancestor> 
- BootTime string
- Time when this VM booted up.
- Capacity
GetHyperflex Hypervisor Virtual Machine Capacity 
- ClassId string
- Cluster
GetHyperflex Hypervisor Virtual Machine Cluster 
- ConnectionState string
- The connectivity state of the HyperFlex virtual machine.
- CpuUtilization double
- Average CPU utilization percentage derived as a ratio of CPU used to CPU allocated. The value is calculated whenever inventory is performed.
- CreateTime string
- The time when this managed object was created.
- DomainGroup stringMoid 
- The DomainGroup ID for this managed object.
- GuestInfo GetHyperflex Hypervisor Virtual Machine Guest Info 
- GuestOs stringState 
- Guest operating system state of the HyperFlex virtual machine.
- Host
GetHyperflex Hypervisor Virtual Machine Host 
- HostUuid string
- Host UUID of the HyperFlex virtual machine.
- HypervisorType string
- Type of hypervisor where the virtual machine is hosted for example ESXi.* ESXi- The hypervisor running on the HyperFlex cluster is a Vmware ESXi hypervisor of any version.*Hyper-V- The hypervisor running on the HyperFlex cluster is Microsoft Hyper-V.*Unknown- The hypervisor running on the HyperFlex cluster is not known.
- Id string
- Identity string
- The internally generated identity of this VM. This entity is not manipulated by users. It aids in uniquely identifying the virtual machine object. For VMware, this is MOR (managed object reference).
- Ip
GetHyperflex Hypervisor Virtual Machine Ip 
- IpAddresses List<string>
- MemoryCapacity GetHyperflex Hypervisor Virtual Machine Memory Capacity 
- MemoryUtilization double
- Average memory utilization percentage derived as a ratio of memory used to available memory. The value is calculated whenever inventory is performed.
- ModTime string
- The time when this managed object was last modified.
- Moid string
- The unique identifier of this Managed Object instance.
- Name string
- User-provided name to identify the virtual machine.
- NrProvider string
- Cloud platform, where the virtual machine is launched.* Unknown- Cloud provider is not known.*VMwarevSphere- Cloud provider named VMware vSphere.*AmazonWebServices- Cloud provider named Amazon Web Services.*MicrosoftAzure- Cloud provider named Microsoft Azure.*GoogleCloudPlatform- Cloud provider named Google Cloud Platform.
- ObjectType string
- Owners List<string>
- Parent
GetHyperflex Hypervisor Virtual Machine Parent 
- Path string
- Directory path where virtual machine is stored.
- PermissionResources List<GetHyperflex Hypervisor Virtual Machine Permission Resource> 
- PlatformInstance stringId 
- The instance id of platform which a virtual machine is running on.
- PowerState string
- Power state of the virtual machine.* Unknown- The entity's power state is unknown.*PoweringOn- The entity is powering on.*PoweredOn- The entity is powered on.*PoweringOff- The entity is powering off.*PoweredOff- The entity is powered down.*StandBy- The entity is in standby mode.*Paused- The entity is in pause state.*Rebooting- The entity reboot is in progress.* `` - The entity's power state is not available.
- ProcessorCapacity GetHyperflex Hypervisor Virtual Machine Processor Capacity 
- RegisteredDevice GetHyperflex Hypervisor Virtual Machine 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.
- State string
- The current state of the virtual machine. For example, starting, stopped, etc.* None- A place holder for the default value.*Creating- Virtual machine creation is in progress.*Pending- The virtual machine is preparing to enter the started state.*Starting- The virtual machine is starting.*Started- The virtual machine is running and ready for use.*Stopping- The virtual machine is preparing to be stopped.*Stopped- The virtual machine is shut down and cannot be used. The virtual machine can be started again at any time.*Pausing- The virtual machine is preparing to be paused.*Paused- The virtual machine enters into paused state due to low free disk space.*Suspending- The virtual machine is preparing to be suspended.*Suspended- Virtual machine is in sleep mode.When a virtual machine is suspended, the current state of theoperating system, and applications is saved, and the virtual machine put into a suspended mode.*Deleting- The virtual machine is preparing to be terminated.*Terminated- The virtual machine has been permanently deleted and cannot be started.*Rebooting- The virtual machine reboot is in progress.*Error- The deployment of virtual machine is failed.*Warning- The virtual machine is in warning state.
- StorageProvisioned doubleIn Bytes 
- Total provisioned storage to the HyperFlex virtual machine in bytes.
- StorageUsed doubleIn Bytes 
- Storage used by HyperFlex virtual machine in bytes.
- 
List<GetHyperflex Hypervisor Virtual Machine Tag> 
- Template bool
- Flag indicating whether or not this virtual machine is a template. Apply to the ESXi platform only.
- Uuid string
- The uuid of this virtual machine. The uuid is internally generated and not user specified.
- VersionContext GetHyperflex Hypervisor Virtual Machine Version Context 
- VmCreation stringTime 
- Time when this virtualmachine is created.
- VmInstance stringUuid 
- The instance UUID of a virtual machine.
- AccountMoid string
- The Account ID for this managed object.
- AdditionalProperties string
- Ancestors
[]GetHyperflex Hypervisor Virtual Machine Ancestor 
- BootTime string
- Time when this VM booted up.
- Capacity
GetHyperflex Hypervisor Virtual Machine Capacity 
- ClassId string
- Cluster
GetHyperflex Hypervisor Virtual Machine Cluster 
- ConnectionState string
- The connectivity state of the HyperFlex virtual machine.
- CpuUtilization float64
- Average CPU utilization percentage derived as a ratio of CPU used to CPU allocated. The value is calculated whenever inventory is performed.
- CreateTime string
- The time when this managed object was created.
- DomainGroup stringMoid 
- The DomainGroup ID for this managed object.
- GuestInfo GetHyperflex Hypervisor Virtual Machine Guest Info 
- GuestOs stringState 
- Guest operating system state of the HyperFlex virtual machine.
- Host
GetHyperflex Hypervisor Virtual Machine Host 
- HostUuid string
- Host UUID of the HyperFlex virtual machine.
- HypervisorType string
- Type of hypervisor where the virtual machine is hosted for example ESXi.* ESXi- The hypervisor running on the HyperFlex cluster is a Vmware ESXi hypervisor of any version.*Hyper-V- The hypervisor running on the HyperFlex cluster is Microsoft Hyper-V.*Unknown- The hypervisor running on the HyperFlex cluster is not known.
- Id string
- Identity string
- The internally generated identity of this VM. This entity is not manipulated by users. It aids in uniquely identifying the virtual machine object. For VMware, this is MOR (managed object reference).
- Ip
GetHyperflex Hypervisor Virtual Machine Ip 
- IpAddresses []string
- MemoryCapacity GetHyperflex Hypervisor Virtual Machine Memory Capacity 
- MemoryUtilization float64
- Average memory utilization percentage derived as a ratio of memory used to available memory. The value is calculated whenever inventory is performed.
- ModTime string
- The time when this managed object was last modified.
- Moid string
- The unique identifier of this Managed Object instance.
- Name string
- User-provided name to identify the virtual machine.
- NrProvider string
- Cloud platform, where the virtual machine is launched.* Unknown- Cloud provider is not known.*VMwarevSphere- Cloud provider named VMware vSphere.*AmazonWebServices- Cloud provider named Amazon Web Services.*MicrosoftAzure- Cloud provider named Microsoft Azure.*GoogleCloudPlatform- Cloud provider named Google Cloud Platform.
- ObjectType string
- Owners []string
- Parent
GetHyperflex Hypervisor Virtual Machine Parent 
- Path string
- Directory path where virtual machine is stored.
- PermissionResources []GetHyperflex Hypervisor Virtual Machine Permission Resource 
- PlatformInstance stringId 
- The instance id of platform which a virtual machine is running on.
- PowerState string
- Power state of the virtual machine.* Unknown- The entity's power state is unknown.*PoweringOn- The entity is powering on.*PoweredOn- The entity is powered on.*PoweringOff- The entity is powering off.*PoweredOff- The entity is powered down.*StandBy- The entity is in standby mode.*Paused- The entity is in pause state.*Rebooting- The entity reboot is in progress.* `` - The entity's power state is not available.
- ProcessorCapacity GetHyperflex Hypervisor Virtual Machine Processor Capacity 
- RegisteredDevice GetHyperflex Hypervisor Virtual Machine 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.
- State string
- The current state of the virtual machine. For example, starting, stopped, etc.* None- A place holder for the default value.*Creating- Virtual machine creation is in progress.*Pending- The virtual machine is preparing to enter the started state.*Starting- The virtual machine is starting.*Started- The virtual machine is running and ready for use.*Stopping- The virtual machine is preparing to be stopped.*Stopped- The virtual machine is shut down and cannot be used. The virtual machine can be started again at any time.*Pausing- The virtual machine is preparing to be paused.*Paused- The virtual machine enters into paused state due to low free disk space.*Suspending- The virtual machine is preparing to be suspended.*Suspended- Virtual machine is in sleep mode.When a virtual machine is suspended, the current state of theoperating system, and applications is saved, and the virtual machine put into a suspended mode.*Deleting- The virtual machine is preparing to be terminated.*Terminated- The virtual machine has been permanently deleted and cannot be started.*Rebooting- The virtual machine reboot is in progress.*Error- The deployment of virtual machine is failed.*Warning- The virtual machine is in warning state.
- StorageProvisioned float64In Bytes 
- Total provisioned storage to the HyperFlex virtual machine in bytes.
- StorageUsed float64In Bytes 
- Storage used by HyperFlex virtual machine in bytes.
- 
[]GetHyperflex Hypervisor Virtual Machine Tag 
- Template bool
- Flag indicating whether or not this virtual machine is a template. Apply to the ESXi platform only.
- Uuid string
- The uuid of this virtual machine. The uuid is internally generated and not user specified.
- VersionContext GetHyperflex Hypervisor Virtual Machine Version Context 
- VmCreation stringTime 
- Time when this virtualmachine is created.
- VmInstance stringUuid 
- The instance UUID of a virtual machine.
- accountMoid String
- The Account ID for this managed object.
- additionalProperties String
- ancestors
List<GetHyperflex Hypervisor Virtual Machine Ancestor> 
- bootTime String
- Time when this VM booted up.
- capacity
GetHyperflex Hypervisor Virtual Machine Capacity 
- classId String
- cluster
GetHyperflex Hypervisor Virtual Machine Cluster 
- connectionState String
- The connectivity state of the HyperFlex virtual machine.
- cpuUtilization Double
- Average CPU utilization percentage derived as a ratio of CPU used to CPU allocated. The value is calculated whenever inventory is performed.
- createTime String
- The time when this managed object was created.
- domainGroup StringMoid 
- The DomainGroup ID for this managed object.
- guestInfo GetHyperflex Hypervisor Virtual Machine Guest Info 
- guestOs StringState 
- Guest operating system state of the HyperFlex virtual machine.
- host
GetHyperflex Hypervisor Virtual Machine Host 
- hostUuid String
- Host UUID of the HyperFlex virtual machine.
- hypervisorType String
- Type of hypervisor where the virtual machine is hosted for example ESXi.* ESXi- The hypervisor running on the HyperFlex cluster is a Vmware ESXi hypervisor of any version.*Hyper-V- The hypervisor running on the HyperFlex cluster is Microsoft Hyper-V.*Unknown- The hypervisor running on the HyperFlex cluster is not known.
- id String
- identity String
- The internally generated identity of this VM. This entity is not manipulated by users. It aids in uniquely identifying the virtual machine object. For VMware, this is MOR (managed object reference).
- ip
GetHyperflex Hypervisor Virtual Machine Ip 
- ipAddresses List<String>
- memoryCapacity GetHyperflex Hypervisor Virtual Machine Memory Capacity 
- memoryUtilization Double
- Average memory utilization percentage derived as a ratio of memory used to available memory. The value is calculated whenever inventory is performed.
- modTime String
- The time when this managed object was last modified.
- moid String
- The unique identifier of this Managed Object instance.
- name String
- User-provided name to identify the virtual machine.
- nrProvider String
- Cloud platform, where the virtual machine is launched.* Unknown- Cloud provider is not known.*VMwarevSphere- Cloud provider named VMware vSphere.*AmazonWebServices- Cloud provider named Amazon Web Services.*MicrosoftAzure- Cloud provider named Microsoft Azure.*GoogleCloudPlatform- Cloud provider named Google Cloud Platform.
- objectType String
- owners List<String>
- parent
GetHyperflex Hypervisor Virtual Machine Parent 
- path String
- Directory path where virtual machine is stored.
- permissionResources List<GetHyperflex Hypervisor Virtual Machine Permission Resource> 
- platformInstance StringId 
- The instance id of platform which a virtual machine is running on.
- powerState String
- Power state of the virtual machine.* Unknown- The entity's power state is unknown.*PoweringOn- The entity is powering on.*PoweredOn- The entity is powered on.*PoweringOff- The entity is powering off.*PoweredOff- The entity is powered down.*StandBy- The entity is in standby mode.*Paused- The entity is in pause state.*Rebooting- The entity reboot is in progress.* `` - The entity's power state is not available.
- processorCapacity GetHyperflex Hypervisor Virtual Machine Processor Capacity 
- registeredDevice GetHyperflex Hypervisor Virtual Machine 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.
- state String
- The current state of the virtual machine. For example, starting, stopped, etc.* None- A place holder for the default value.*Creating- Virtual machine creation is in progress.*Pending- The virtual machine is preparing to enter the started state.*Starting- The virtual machine is starting.*Started- The virtual machine is running and ready for use.*Stopping- The virtual machine is preparing to be stopped.*Stopped- The virtual machine is shut down and cannot be used. The virtual machine can be started again at any time.*Pausing- The virtual machine is preparing to be paused.*Paused- The virtual machine enters into paused state due to low free disk space.*Suspending- The virtual machine is preparing to be suspended.*Suspended- Virtual machine is in sleep mode.When a virtual machine is suspended, the current state of theoperating system, and applications is saved, and the virtual machine put into a suspended mode.*Deleting- The virtual machine is preparing to be terminated.*Terminated- The virtual machine has been permanently deleted and cannot be started.*Rebooting- The virtual machine reboot is in progress.*Error- The deployment of virtual machine is failed.*Warning- The virtual machine is in warning state.
- storageProvisioned DoubleIn Bytes 
- Total provisioned storage to the HyperFlex virtual machine in bytes.
- storageUsed DoubleIn Bytes 
- Storage used by HyperFlex virtual machine in bytes.
- 
List<GetHyperflex Hypervisor Virtual Machine Tag> 
- template Boolean
- Flag indicating whether or not this virtual machine is a template. Apply to the ESXi platform only.
- uuid String
- The uuid of this virtual machine. The uuid is internally generated and not user specified.
- versionContext GetHyperflex Hypervisor Virtual Machine Version Context 
- vmCreation StringTime 
- Time when this virtualmachine is created.
- vmInstance StringUuid 
- The instance UUID of a virtual machine.
- accountMoid string
- The Account ID for this managed object.
- additionalProperties string
- ancestors
GetHyperflex Hypervisor Virtual Machine Ancestor[] 
- bootTime string
- Time when this VM booted up.
- capacity
GetHyperflex Hypervisor Virtual Machine Capacity 
- classId string
- cluster
GetHyperflex Hypervisor Virtual Machine Cluster 
- connectionState string
- The connectivity state of the HyperFlex virtual machine.
- cpuUtilization number
- Average CPU utilization percentage derived as a ratio of CPU used to CPU allocated. The value is calculated whenever inventory is performed.
- createTime string
- The time when this managed object was created.
- domainGroup stringMoid 
- The DomainGroup ID for this managed object.
- guestInfo GetHyperflex Hypervisor Virtual Machine Guest Info 
- guestOs stringState 
- Guest operating system state of the HyperFlex virtual machine.
- host
GetHyperflex Hypervisor Virtual Machine Host 
- hostUuid string
- Host UUID of the HyperFlex virtual machine.
- hypervisorType string
- Type of hypervisor where the virtual machine is hosted for example ESXi.* ESXi- The hypervisor running on the HyperFlex cluster is a Vmware ESXi hypervisor of any version.*Hyper-V- The hypervisor running on the HyperFlex cluster is Microsoft Hyper-V.*Unknown- The hypervisor running on the HyperFlex cluster is not known.
- id string
- identity string
- The internally generated identity of this VM. This entity is not manipulated by users. It aids in uniquely identifying the virtual machine object. For VMware, this is MOR (managed object reference).
- ip
GetHyperflex Hypervisor Virtual Machine Ip 
- ipAddresses string[]
- memoryCapacity GetHyperflex Hypervisor Virtual Machine Memory Capacity 
- memoryUtilization number
- Average memory utilization percentage derived as a ratio of memory used to available memory. The value is calculated whenever inventory is performed.
- modTime string
- The time when this managed object was last modified.
- moid string
- The unique identifier of this Managed Object instance.
- name string
- User-provided name to identify the virtual machine.
- nrProvider string
- Cloud platform, where the virtual machine is launched.* Unknown- Cloud provider is not known.*VMwarevSphere- Cloud provider named VMware vSphere.*AmazonWebServices- Cloud provider named Amazon Web Services.*MicrosoftAzure- Cloud provider named Microsoft Azure.*GoogleCloudPlatform- Cloud provider named Google Cloud Platform.
- objectType string
- owners string[]
- parent
GetHyperflex Hypervisor Virtual Machine Parent 
- path string
- Directory path where virtual machine is stored.
- permissionResources GetHyperflex Hypervisor Virtual Machine Permission Resource[] 
- platformInstance stringId 
- The instance id of platform which a virtual machine is running on.
- powerState string
- Power state of the virtual machine.* Unknown- The entity's power state is unknown.*PoweringOn- The entity is powering on.*PoweredOn- The entity is powered on.*PoweringOff- The entity is powering off.*PoweredOff- The entity is powered down.*StandBy- The entity is in standby mode.*Paused- The entity is in pause state.*Rebooting- The entity reboot is in progress.* `` - The entity's power state is not available.
- processorCapacity GetHyperflex Hypervisor Virtual Machine Processor Capacity 
- registeredDevice GetHyperflex Hypervisor Virtual Machine 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.
- state string
- The current state of the virtual machine. For example, starting, stopped, etc.* None- A place holder for the default value.*Creating- Virtual machine creation is in progress.*Pending- The virtual machine is preparing to enter the started state.*Starting- The virtual machine is starting.*Started- The virtual machine is running and ready for use.*Stopping- The virtual machine is preparing to be stopped.*Stopped- The virtual machine is shut down and cannot be used. The virtual machine can be started again at any time.*Pausing- The virtual machine is preparing to be paused.*Paused- The virtual machine enters into paused state due to low free disk space.*Suspending- The virtual machine is preparing to be suspended.*Suspended- Virtual machine is in sleep mode.When a virtual machine is suspended, the current state of theoperating system, and applications is saved, and the virtual machine put into a suspended mode.*Deleting- The virtual machine is preparing to be terminated.*Terminated- The virtual machine has been permanently deleted and cannot be started.*Rebooting- The virtual machine reboot is in progress.*Error- The deployment of virtual machine is failed.*Warning- The virtual machine is in warning state.
- storageProvisioned numberIn Bytes 
- Total provisioned storage to the HyperFlex virtual machine in bytes.
- storageUsed numberIn Bytes 
- Storage used by HyperFlex virtual machine in bytes.
- 
GetHyperflex Hypervisor Virtual Machine Tag[] 
- template boolean
- Flag indicating whether or not this virtual machine is a template. Apply to the ESXi platform only.
- uuid string
- The uuid of this virtual machine. The uuid is internally generated and not user specified.
- versionContext GetHyperflex Hypervisor Virtual Machine Version Context 
- vmCreation stringTime 
- Time when this virtualmachine is created.
- vmInstance stringUuid 
- The instance UUID of a virtual machine.
- account_moid str
- The Account ID for this managed object.
- additional_properties str
- ancestors
Sequence[GetHyperflex Hypervisor Virtual Machine Ancestor] 
- boot_time str
- Time when this VM booted up.
- capacity
GetHyperflex Hypervisor Virtual Machine Capacity 
- class_id str
- cluster
GetHyperflex Hypervisor Virtual Machine Cluster 
- connection_state str
- The connectivity state of the HyperFlex virtual machine.
- cpu_utilization float
- Average CPU utilization percentage derived as a ratio of CPU used to CPU allocated. The value is calculated whenever inventory is performed.
- create_time str
- The time when this managed object was created.
- domain_group_ strmoid 
- The DomainGroup ID for this managed object.
- guest_info GetHyperflex Hypervisor Virtual Machine Guest Info 
- guest_os_ strstate 
- Guest operating system state of the HyperFlex virtual machine.
- host
GetHyperflex Hypervisor Virtual Machine Host 
- host_uuid str
- Host UUID of the HyperFlex virtual machine.
- hypervisor_type str
- Type of hypervisor where the virtual machine is hosted for example ESXi.* ESXi- The hypervisor running on the HyperFlex cluster is a Vmware ESXi hypervisor of any version.*Hyper-V- The hypervisor running on the HyperFlex cluster is Microsoft Hyper-V.*Unknown- The hypervisor running on the HyperFlex cluster is not known.
- id str
- identity str
- The internally generated identity of this VM. This entity is not manipulated by users. It aids in uniquely identifying the virtual machine object. For VMware, this is MOR (managed object reference).
- ip
GetHyperflex Hypervisor Virtual Machine Ip 
- ip_addresses Sequence[str]
- memory_capacity GetHyperflex Hypervisor Virtual Machine Memory Capacity 
- memory_utilization float
- Average memory utilization percentage derived as a ratio of memory used to available memory. The value is calculated whenever inventory is performed.
- mod_time str
- The time when this managed object was last modified.
- moid str
- The unique identifier of this Managed Object instance.
- name str
- User-provided name to identify the virtual machine.
- nr_provider str
- Cloud platform, where the virtual machine is launched.* Unknown- Cloud provider is not known.*VMwarevSphere- Cloud provider named VMware vSphere.*AmazonWebServices- Cloud provider named Amazon Web Services.*MicrosoftAzure- Cloud provider named Microsoft Azure.*GoogleCloudPlatform- Cloud provider named Google Cloud Platform.
- object_type str
- owners Sequence[str]
- parent
GetHyperflex Hypervisor Virtual Machine Parent 
- path str
- Directory path where virtual machine is stored.
- permission_resources Sequence[GetHyperflex Hypervisor Virtual Machine Permission Resource] 
- platform_instance_ strid 
- The instance id of platform which a virtual machine is running on.
- power_state str
- Power state of the virtual machine.* Unknown- The entity's power state is unknown.*PoweringOn- The entity is powering on.*PoweredOn- The entity is powered on.*PoweringOff- The entity is powering off.*PoweredOff- The entity is powered down.*StandBy- The entity is in standby mode.*Paused- The entity is in pause state.*Rebooting- The entity reboot is in progress.* `` - The entity's power state is not available.
- processor_capacity GetHyperflex Hypervisor Virtual Machine Processor Capacity 
- registered_device GetHyperflex Hypervisor Virtual Machine 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.
- state str
- The current state of the virtual machine. For example, starting, stopped, etc.* None- A place holder for the default value.*Creating- Virtual machine creation is in progress.*Pending- The virtual machine is preparing to enter the started state.*Starting- The virtual machine is starting.*Started- The virtual machine is running and ready for use.*Stopping- The virtual machine is preparing to be stopped.*Stopped- The virtual machine is shut down and cannot be used. The virtual machine can be started again at any time.*Pausing- The virtual machine is preparing to be paused.*Paused- The virtual machine enters into paused state due to low free disk space.*Suspending- The virtual machine is preparing to be suspended.*Suspended- Virtual machine is in sleep mode.When a virtual machine is suspended, the current state of theoperating system, and applications is saved, and the virtual machine put into a suspended mode.*Deleting- The virtual machine is preparing to be terminated.*Terminated- The virtual machine has been permanently deleted and cannot be started.*Rebooting- The virtual machine reboot is in progress.*Error- The deployment of virtual machine is failed.*Warning- The virtual machine is in warning state.
- storage_provisioned_ floatin_ bytes 
- Total provisioned storage to the HyperFlex virtual machine in bytes.
- storage_used_ floatin_ bytes 
- Storage used by HyperFlex virtual machine in bytes.
- 
Sequence[GetHyperflex Hypervisor Virtual Machine Tag] 
- template bool
- Flag indicating whether or not this virtual machine is a template. Apply to the ESXi platform only.
- uuid str
- The uuid of this virtual machine. The uuid is internally generated and not user specified.
- version_context GetHyperflex Hypervisor Virtual Machine Version Context 
- vm_creation_ strtime 
- Time when this virtualmachine is created.
- vm_instance_ struuid 
- The instance UUID of a virtual machine.
- accountMoid String
- The Account ID for this managed object.
- additionalProperties String
- ancestors List<Property Map>
- bootTime String
- Time when this VM booted up.
- capacity Property Map
- classId String
- cluster Property Map
- connectionState String
- The connectivity state of the HyperFlex virtual machine.
- cpuUtilization Number
- Average CPU utilization percentage derived as a ratio of CPU used to CPU allocated. The value is calculated whenever inventory is performed.
- createTime String
- The time when this managed object was created.
- domainGroup StringMoid 
- The DomainGroup ID for this managed object.
- guestInfo Property Map
- guestOs StringState 
- Guest operating system state of the HyperFlex virtual machine.
- host Property Map
- hostUuid String
- Host UUID of the HyperFlex virtual machine.
- hypervisorType String
- Type of hypervisor where the virtual machine is hosted for example ESXi.* ESXi- The hypervisor running on the HyperFlex cluster is a Vmware ESXi hypervisor of any version.*Hyper-V- The hypervisor running on the HyperFlex cluster is Microsoft Hyper-V.*Unknown- The hypervisor running on the HyperFlex cluster is not known.
- id String
- identity String
- The internally generated identity of this VM. This entity is not manipulated by users. It aids in uniquely identifying the virtual machine object. For VMware, this is MOR (managed object reference).
- ip Property Map
- ipAddresses List<String>
- memoryCapacity Property Map
- memoryUtilization Number
- Average memory utilization percentage derived as a ratio of memory used to available memory. The value is calculated whenever inventory is performed.
- modTime String
- The time when this managed object was last modified.
- moid String
- The unique identifier of this Managed Object instance.
- name String
- User-provided name to identify the virtual machine.
- nrProvider String
- Cloud platform, where the virtual machine is launched.* Unknown- Cloud provider is not known.*VMwarevSphere- Cloud provider named VMware vSphere.*AmazonWebServices- Cloud provider named Amazon Web Services.*MicrosoftAzure- Cloud provider named Microsoft Azure.*GoogleCloudPlatform- Cloud provider named Google Cloud Platform.
- objectType String
- owners List<String>
- parent Property Map
- path String
- Directory path where virtual machine is stored.
- permissionResources List<Property Map>
- platformInstance StringId 
- The instance id of platform which a virtual machine is running on.
- powerState String
- Power state of the virtual machine.* Unknown- The entity's power state is unknown.*PoweringOn- The entity is powering on.*PoweredOn- The entity is powered on.*PoweringOff- The entity is powering off.*PoweredOff- The entity is powered down.*StandBy- The entity is in standby mode.*Paused- The entity is in pause state.*Rebooting- The entity reboot is in progress.* `` - The entity's power state is not available.
- processorCapacity Property Map
- registeredDevice Property Map
- String
- Intersight provides pre-built workflows, tasks and policies to end users through global catalogs.Objects that are made available through global catalogs are said to have a 'shared' ownership. Shared objects are either made globally available to all end users or restricted to end users based on their license entitlement. Users can use this property to differentiate the scope (global or a specific license tier) to which a shared MO belongs.
- state String
- The current state of the virtual machine. For example, starting, stopped, etc.* None- A place holder for the default value.*Creating- Virtual machine creation is in progress.*Pending- The virtual machine is preparing to enter the started state.*Starting- The virtual machine is starting.*Started- The virtual machine is running and ready for use.*Stopping- The virtual machine is preparing to be stopped.*Stopped- The virtual machine is shut down and cannot be used. The virtual machine can be started again at any time.*Pausing- The virtual machine is preparing to be paused.*Paused- The virtual machine enters into paused state due to low free disk space.*Suspending- The virtual machine is preparing to be suspended.*Suspended- Virtual machine is in sleep mode.When a virtual machine is suspended, the current state of theoperating system, and applications is saved, and the virtual machine put into a suspended mode.*Deleting- The virtual machine is preparing to be terminated.*Terminated- The virtual machine has been permanently deleted and cannot be started.*Rebooting- The virtual machine reboot is in progress.*Error- The deployment of virtual machine is failed.*Warning- The virtual machine is in warning state.
- storageProvisioned NumberIn Bytes 
- Total provisioned storage to the HyperFlex virtual machine in bytes.
- storageUsed NumberIn Bytes 
- Storage used by HyperFlex virtual machine in bytes.
- List<Property Map>
- template Boolean
- Flag indicating whether or not this virtual machine is a template. Apply to the ESXi platform only.
- uuid String
- The uuid of this virtual machine. The uuid is internally generated and not user specified.
- versionContext Property Map
- vmCreation StringTime 
- Time when this virtualmachine is created.
- vmInstance StringUuid 
- The instance UUID of a virtual machine.
getHyperflexHypervisorVirtualMachine Result
The following output properties are available:
- Id string
- Results
List<GetHyperflex Hypervisor Virtual Machine Result> 
- AccountMoid string
- AdditionalProperties string
- Ancestors
List<GetHyperflex Hypervisor Virtual Machine Ancestor> 
- BootTime string
- Capacity
GetHyperflex Hypervisor Virtual Machine Capacity 
- ClassId string
- Cluster
GetHyperflex Hypervisor Virtual Machine Cluster 
- ConnectionState string
- CpuUtilization double
- CreateTime string
- DomainGroup stringMoid 
- GuestInfo GetHyperflex Hypervisor Virtual Machine Guest Info 
- GuestOs stringState 
- Host
GetHyperflex Hypervisor Virtual Machine Host 
- HostUuid string
- HypervisorType string
- Identity string
- Ip
GetHyperflex Hypervisor Virtual Machine Ip 
- IpAddresses List<string>
- MemoryCapacity GetHyperflex Hypervisor Virtual Machine Memory Capacity 
- MemoryUtilization double
- ModTime string
- Moid string
- Name string
- NrProvider string
- ObjectType string
- Owners List<string>
- Parent
GetHyperflex Hypervisor Virtual Machine Parent 
- Path string
- PermissionResources List<GetHyperflex Hypervisor Virtual Machine Permission Resource> 
- PlatformInstance stringId 
- PowerState string
- ProcessorCapacity GetHyperflex Hypervisor Virtual Machine Processor Capacity 
- RegisteredDevice GetHyperflex Hypervisor Virtual Machine Registered Device 
- string
- State string
- StorageProvisioned doubleIn Bytes 
- StorageUsed doubleIn Bytes 
- 
List<GetHyperflex Hypervisor Virtual Machine Tag> 
- Template bool
- Uuid string
- VersionContext GetHyperflex Hypervisor Virtual Machine Version Context 
- VmCreation stringTime 
- VmInstance stringUuid 
- Id string
- Results
[]GetHyperflex Hypervisor Virtual Machine Result 
- AccountMoid string
- AdditionalProperties string
- Ancestors
[]GetHyperflex Hypervisor Virtual Machine Ancestor 
- BootTime string
- Capacity
GetHyperflex Hypervisor Virtual Machine Capacity 
- ClassId string
- Cluster
GetHyperflex Hypervisor Virtual Machine Cluster 
- ConnectionState string
- CpuUtilization float64
- CreateTime string
- DomainGroup stringMoid 
- GuestInfo GetHyperflex Hypervisor Virtual Machine Guest Info 
- GuestOs stringState 
- Host
GetHyperflex Hypervisor Virtual Machine Host 
- HostUuid string
- HypervisorType string
- Identity string
- Ip
GetHyperflex Hypervisor Virtual Machine Ip 
- IpAddresses []string
- MemoryCapacity GetHyperflex Hypervisor Virtual Machine Memory Capacity 
- MemoryUtilization float64
- ModTime string
- Moid string
- Name string
- NrProvider string
- ObjectType string
- Owners []string
- Parent
GetHyperflex Hypervisor Virtual Machine Parent 
- Path string
- PermissionResources []GetHyperflex Hypervisor Virtual Machine Permission Resource 
- PlatformInstance stringId 
- PowerState string
- ProcessorCapacity GetHyperflex Hypervisor Virtual Machine Processor Capacity 
- RegisteredDevice GetHyperflex Hypervisor Virtual Machine Registered Device 
- string
- State string
- StorageProvisioned float64In Bytes 
- StorageUsed float64In Bytes 
- 
[]GetHyperflex Hypervisor Virtual Machine Tag 
- Template bool
- Uuid string
- VersionContext GetHyperflex Hypervisor Virtual Machine Version Context 
- VmCreation stringTime 
- VmInstance stringUuid 
- id String
- results
List<GetHyperflex Hypervisor Virtual Machine Result> 
- accountMoid String
- additionalProperties String
- ancestors
List<GetHyperflex Hypervisor Virtual Machine Ancestor> 
- bootTime String
- capacity
GetHyperflex Hypervisor Virtual Machine Capacity 
- classId String
- cluster
GetHyperflex Hypervisor Virtual Machine Cluster 
- connectionState String
- cpuUtilization Double
- createTime String
- domainGroup StringMoid 
- guestInfo GetHyperflex Hypervisor Virtual Machine Guest Info 
- guestOs StringState 
- host
GetHyperflex Hypervisor Virtual Machine Host 
- hostUuid String
- hypervisorType String
- identity String
- ip
GetHyperflex Hypervisor Virtual Machine Ip 
- ipAddresses List<String>
- memoryCapacity GetHyperflex Hypervisor Virtual Machine Memory Capacity 
- memoryUtilization Double
- modTime String
- moid String
- name String
- nrProvider String
- objectType String
- owners List<String>
- parent
GetHyperflex Hypervisor Virtual Machine Parent 
- path String
- permissionResources List<GetHyperflex Hypervisor Virtual Machine Permission Resource> 
- platformInstance StringId 
- powerState String
- processorCapacity GetHyperflex Hypervisor Virtual Machine Processor Capacity 
- registeredDevice GetHyperflex Hypervisor Virtual Machine Registered Device 
- String
- state String
- storageProvisioned DoubleIn Bytes 
- storageUsed DoubleIn Bytes 
- 
List<GetHyperflex Hypervisor Virtual Machine Tag> 
- template Boolean
- uuid String
- versionContext GetHyperflex Hypervisor Virtual Machine Version Context 
- vmCreation StringTime 
- vmInstance StringUuid 
- id string
- results
GetHyperflex Hypervisor Virtual Machine Result[] 
- accountMoid string
- additionalProperties string
- ancestors
GetHyperflex Hypervisor Virtual Machine Ancestor[] 
- bootTime string
- capacity
GetHyperflex Hypervisor Virtual Machine Capacity 
- classId string
- cluster
GetHyperflex Hypervisor Virtual Machine Cluster 
- connectionState string
- cpuUtilization number
- createTime string
- domainGroup stringMoid 
- guestInfo GetHyperflex Hypervisor Virtual Machine Guest Info 
- guestOs stringState 
- host
GetHyperflex Hypervisor Virtual Machine Host 
- hostUuid string
- hypervisorType string
- identity string
- ip
GetHyperflex Hypervisor Virtual Machine Ip 
- ipAddresses string[]
- memoryCapacity GetHyperflex Hypervisor Virtual Machine Memory Capacity 
- memoryUtilization number
- modTime string
- moid string
- name string
- nrProvider string
- objectType string
- owners string[]
- parent
GetHyperflex Hypervisor Virtual Machine Parent 
- path string
- permissionResources GetHyperflex Hypervisor Virtual Machine Permission Resource[] 
- platformInstance stringId 
- powerState string
- processorCapacity GetHyperflex Hypervisor Virtual Machine Processor Capacity 
- registeredDevice GetHyperflex Hypervisor Virtual Machine Registered Device 
- string
- state string
- storageProvisioned numberIn Bytes 
- storageUsed numberIn Bytes 
- 
GetHyperflex Hypervisor Virtual Machine Tag[] 
- template boolean
- uuid string
- versionContext GetHyperflex Hypervisor Virtual Machine Version Context 
- vmCreation stringTime 
- vmInstance stringUuid 
- id str
- results
Sequence[GetHyperflex Hypervisor Virtual Machine Result] 
- account_moid str
- additional_properties str
- ancestors
Sequence[GetHyperflex Hypervisor Virtual Machine Ancestor] 
- boot_time str
- capacity
GetHyperflex Hypervisor Virtual Machine Capacity 
- class_id str
- cluster
GetHyperflex Hypervisor Virtual Machine Cluster 
- connection_state str
- cpu_utilization float
- create_time str
- domain_group_ strmoid 
- guest_info GetHyperflex Hypervisor Virtual Machine Guest Info 
- guest_os_ strstate 
- host
GetHyperflex Hypervisor Virtual Machine Host 
- host_uuid str
- hypervisor_type str
- identity str
- ip
GetHyperflex Hypervisor Virtual Machine Ip 
- ip_addresses Sequence[str]
- memory_capacity GetHyperflex Hypervisor Virtual Machine Memory Capacity 
- memory_utilization float
- mod_time str
- moid str
- name str
- nr_provider str
- object_type str
- owners Sequence[str]
- parent
GetHyperflex Hypervisor Virtual Machine Parent 
- path str
- permission_resources Sequence[GetHyperflex Hypervisor Virtual Machine Permission Resource] 
- platform_instance_ strid 
- power_state str
- processor_capacity GetHyperflex Hypervisor Virtual Machine Processor Capacity 
- registered_device GetHyperflex Hypervisor Virtual Machine Registered Device 
- str
- state str
- storage_provisioned_ floatin_ bytes 
- storage_used_ floatin_ bytes 
- 
Sequence[GetHyperflex Hypervisor Virtual Machine Tag] 
- template bool
- uuid str
- version_context GetHyperflex Hypervisor Virtual Machine Version Context 
- vm_creation_ strtime 
- vm_instance_ struuid 
- id String
- results List<Property Map>
- accountMoid String
- additionalProperties String
- ancestors List<Property Map>
- bootTime String
- capacity Property Map
- classId String
- cluster Property Map
- connectionState String
- cpuUtilization Number
- createTime String
- domainGroup StringMoid 
- guestInfo Property Map
- guestOs StringState 
- host Property Map
- hostUuid String
- hypervisorType String
- identity String
- ip Property Map
- ipAddresses List<String>
- memoryCapacity Property Map
- memoryUtilization Number
- modTime String
- moid String
- name String
- nrProvider String
- objectType String
- owners List<String>
- parent Property Map
- path String
- permissionResources List<Property Map>
- platformInstance StringId 
- powerState String
- processorCapacity Property Map
- registeredDevice Property Map
- String
- state String
- storageProvisioned NumberIn Bytes 
- storageUsed NumberIn Bytes 
- List<Property Map>
- template Boolean
- uuid String
- versionContext Property Map
- vmCreation StringTime 
- vmInstance StringUuid 
Supporting Types
GetHyperflexHypervisorVirtualMachineAncestor     
- AdditionalProperties string
- ClassId string
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- Moid string
- The unique identifier of this Managed Object instance.
- ObjectType string
- The fully-qualified name of the remote type referred by this relationship.
- Selector string
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
 
- AdditionalProperties string
- ClassId string
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- Moid string
- The unique identifier of this Managed Object instance.
- ObjectType string
- The fully-qualified name of the remote type referred by this relationship.
- Selector string
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
 
- additionalProperties String
- classId String
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- moid String
- The unique identifier of this Managed Object instance.
- objectType String
- The fully-qualified name of the remote type referred by this relationship.
- selector String
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
 
- additionalProperties string
- classId string
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- moid string
- The unique identifier of this Managed Object instance.
- objectType string
- The fully-qualified name of the remote type referred by this relationship.
- selector string
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
 
- additional_properties str
- class_id str
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- moid str
- The unique identifier of this Managed Object instance.
- object_type str
- The fully-qualified name of the remote type referred by this relationship.
- selector str
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
 
- additionalProperties String
- classId String
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- moid String
- The unique identifier of this Managed Object instance.
- objectType String
- The fully-qualified name of the remote type referred by this relationship.
- selector String
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
 
GetHyperflexHypervisorVirtualMachineCapacity     
- AdditionalProperties string
- ClassId string
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- CpuCores double
- The number of cpu cores on this hardware platform.
- CpuSpeed double
- Speed of cpu in MHz. Usually cpu speeds are reported for modern cpus in GHz but MHz makes it more precise.
- MemorySize double
- The amount of memory allocated (bytes) to this hardware platform.
- ObjectType string
- The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
- AdditionalProperties string
- ClassId string
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- CpuCores float64
- The number of cpu cores on this hardware platform.
- CpuSpeed float64
- Speed of cpu in MHz. Usually cpu speeds are reported for modern cpus in GHz but MHz makes it more precise.
- MemorySize float64
- The amount of memory allocated (bytes) to this hardware platform.
- ObjectType string
- The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
- additionalProperties String
- classId String
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- cpuCores Double
- The number of cpu cores on this hardware platform.
- cpuSpeed Double
- Speed of cpu in MHz. Usually cpu speeds are reported for modern cpus in GHz but MHz makes it more precise.
- memorySize Double
- The amount of memory allocated (bytes) to this hardware platform.
- objectType String
- The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
- additionalProperties string
- classId string
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- cpuCores number
- The number of cpu cores on this hardware platform.
- cpuSpeed number
- Speed of cpu in MHz. Usually cpu speeds are reported for modern cpus in GHz but MHz makes it more precise.
- memorySize number
- The amount of memory allocated (bytes) to this hardware platform.
- objectType string
- The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
- 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.
- cpu_cores float
- The number of cpu cores on this hardware platform.
- cpu_speed float
- Speed of cpu in MHz. Usually cpu speeds are reported for modern cpus in GHz but MHz makes it more precise.
- memory_size float
- The amount of memory allocated (bytes) to this hardware platform.
- object_type str
- The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
- additionalProperties String
- classId String
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- cpuCores Number
- The number of cpu cores on this hardware platform.
- cpuSpeed Number
- Speed of cpu in MHz. Usually cpu speeds are reported for modern cpus in GHz but MHz makes it more precise.
- memorySize Number
- The amount of memory allocated (bytes) to this hardware platform.
- objectType String
- The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
GetHyperflexHypervisorVirtualMachineCluster     
- AdditionalProperties string
- ClassId string
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- Moid string
- The unique identifier of this Managed Object instance.
- ObjectType string
- The fully-qualified name of the remote type referred by this relationship.
- Selector string
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
 
- AdditionalProperties string
- ClassId string
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- Moid string
- The unique identifier of this Managed Object instance.
- ObjectType string
- The fully-qualified name of the remote type referred by this relationship.
- Selector string
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
 
- additionalProperties String
- classId String
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- moid String
- The unique identifier of this Managed Object instance.
- objectType String
- The fully-qualified name of the remote type referred by this relationship.
- selector String
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
 
- additionalProperties string
- classId string
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- moid string
- The unique identifier of this Managed Object instance.
- objectType string
- The fully-qualified name of the remote type referred by this relationship.
- selector string
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
 
- additional_properties str
- class_id str
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- moid str
- The unique identifier of this Managed Object instance.
- object_type str
- The fully-qualified name of the remote type referred by this relationship.
- selector str
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
 
- additionalProperties String
- classId String
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- moid String
- The unique identifier of this Managed Object instance.
- objectType String
- The fully-qualified name of the remote type referred by this relationship.
- selector String
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
 
GetHyperflexHypervisorVirtualMachineGuestInfo      
- AdditionalProperties string
- ClassId string
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- Hostname string
- Name provided to the host OS (example, ubuntu6410, test-gateway, etc.).
- IpAddress string
- Primary IP address of the guest os.
- Name string
- User-provided name to identify the virtual machine.
- ObjectType string
- The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
- OperatingSystem string
- The name of the guest OS running on this VM (Cent OS 4/5/6/7).
- AdditionalProperties string
- ClassId string
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- Hostname string
- Name provided to the host OS (example, ubuntu6410, test-gateway, etc.).
- IpAddress string
- Primary IP address of the guest os.
- Name string
- User-provided name to identify the virtual machine.
- ObjectType string
- The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
- OperatingSystem string
- The name of the guest OS running on this VM (Cent OS 4/5/6/7).
- additionalProperties String
- classId String
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- hostname String
- Name provided to the host OS (example, ubuntu6410, test-gateway, etc.).
- ipAddress String
- Primary IP address of the guest os.
- name String
- User-provided name to identify the virtual machine.
- objectType String
- The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
- operatingSystem String
- The name of the guest OS running on this VM (Cent OS 4/5/6/7).
- additionalProperties string
- classId string
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- hostname string
- Name provided to the host OS (example, ubuntu6410, test-gateway, etc.).
- ipAddress string
- Primary IP address of the guest os.
- name string
- User-provided name to identify the virtual machine.
- objectType string
- The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
- operatingSystem string
- The name of the guest OS running on this VM (Cent OS 4/5/6/7).
- 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.
- hostname str
- Name provided to the host OS (example, ubuntu6410, test-gateway, etc.).
- ip_address str
- Primary IP address of the guest os.
- name str
- User-provided name to identify the virtual machine.
- object_type str
- The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
- operating_system str
- The name of the guest OS running on this VM (Cent OS 4/5/6/7).
- additionalProperties String
- classId String
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- hostname String
- Name provided to the host OS (example, ubuntu6410, test-gateway, etc.).
- ipAddress String
- Primary IP address of the guest os.
- name String
- User-provided name to identify the virtual machine.
- objectType String
- The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
- operatingSystem String
- The name of the guest OS running on this VM (Cent OS 4/5/6/7).
GetHyperflexHypervisorVirtualMachineHost     
- AdditionalProperties string
- ClassId string
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- Moid string
- The unique identifier of this Managed Object instance.
- ObjectType string
- The fully-qualified name of the remote type referred by this relationship.
- Selector string
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
 
- AdditionalProperties string
- ClassId string
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- Moid string
- The unique identifier of this Managed Object instance.
- ObjectType string
- The fully-qualified name of the remote type referred by this relationship.
- Selector string
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
 
- additionalProperties String
- classId String
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- moid String
- The unique identifier of this Managed Object instance.
- objectType String
- The fully-qualified name of the remote type referred by this relationship.
- selector String
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
 
- additionalProperties string
- classId string
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- moid string
- The unique identifier of this Managed Object instance.
- objectType string
- The fully-qualified name of the remote type referred by this relationship.
- selector string
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
 
- additional_properties str
- class_id str
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- moid str
- The unique identifier of this Managed Object instance.
- object_type str
- The fully-qualified name of the remote type referred by this relationship.
- selector str
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
 
- additionalProperties String
- classId String
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- moid String
- The unique identifier of this Managed Object instance.
- objectType String
- The fully-qualified name of the remote type referred by this relationship.
- selector String
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
 
GetHyperflexHypervisorVirtualMachineIp     
- AdditionalProperties string
- Address string
- The IP or FQN of the HyperFlex appliance.
- ClassId string
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- Fqdn string
- The fully qualified domain name of the HyperFlex appliance.
- Ip string
- The IP address of the HyperFlex appliance.
- ObjectType string
- The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
- AdditionalProperties string
- Address string
- The IP or FQN of the HyperFlex appliance.
- ClassId string
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- Fqdn string
- The fully qualified domain name of the HyperFlex appliance.
- Ip string
- The IP address of the HyperFlex appliance.
- ObjectType string
- The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
- additionalProperties String
- address String
- The IP or FQN of the HyperFlex appliance.
- classId String
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- fqdn String
- The fully qualified domain name of the HyperFlex appliance.
- ip String
- The IP address of the HyperFlex appliance.
- objectType String
- The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
- additionalProperties string
- address string
- The IP or FQN of the HyperFlex appliance.
- classId string
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- fqdn string
- The fully qualified domain name of the HyperFlex appliance.
- ip string
- The IP address of the HyperFlex appliance.
- objectType string
- The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
- additional_properties str
- address str
- The IP or FQN of the HyperFlex appliance.
- 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.
- fqdn str
- The fully qualified domain name of the HyperFlex appliance.
- ip str
- The IP address of the HyperFlex appliance.
- object_type str
- The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
- additionalProperties String
- address String
- The IP or FQN of the HyperFlex appliance.
- classId String
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- fqdn String
- The fully qualified domain name of the HyperFlex appliance.
- ip String
- The IP address of the HyperFlex appliance.
- objectType String
- The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
GetHyperflexHypervisorVirtualMachineMemoryCapacity      
- AdditionalProperties string
- Capacity double
- The total memory capacity of the entity in bytes.
- ClassId string
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- Free double
- Free memory (bytes) that is unused and available for allocation, as a point-in-time snapshot. The available memory capacity 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 memory capacity is also reported.
- ObjectType string
- The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
- Used double
- Memory (bytes) that has been already used up, as a point-in-time snapshot.
- AdditionalProperties string
- Capacity float64
- The total memory capacity of the entity in bytes.
- ClassId string
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- Free float64
- Free memory (bytes) that is unused and available for allocation, as a point-in-time snapshot. The available memory capacity 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 memory capacity is also reported.
- ObjectType string
- The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
- Used float64
- Memory (bytes) that has been already used up, as a point-in-time snapshot.
- additionalProperties String
- capacity Double
- The total memory capacity of the entity in bytes.
- classId String
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- free Double
- Free memory (bytes) that is unused and available for allocation, as a point-in-time snapshot. The available memory capacity 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 memory capacity is also reported.
- objectType String
- The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
- used Double
- Memory (bytes) that has been already used up, as a point-in-time snapshot.
- additionalProperties string
- capacity number
- The total memory capacity of the entity in bytes.
- classId string
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- free number
- Free memory (bytes) that is unused and available for allocation, as a point-in-time snapshot. The available memory capacity 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 memory capacity is also reported.
- objectType string
- The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
- used number
- Memory (bytes) that has been already used up, as a point-in-time snapshot.
- additional_properties str
- capacity float
- The total memory capacity of the entity in 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 memory (bytes) that is unused and available for allocation, as a point-in-time snapshot. The available memory capacity 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 memory 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
- Memory (bytes) that has been already used up, as a point-in-time snapshot.
- additionalProperties String
- capacity Number
- The total memory capacity of the entity in bytes.
- classId String
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- free Number
- Free memory (bytes) that is unused and available for allocation, as a point-in-time snapshot. The available memory capacity 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 memory capacity is also reported.
- objectType String
- The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
- used Number
- Memory (bytes) that has been already used up, as a point-in-time snapshot.
GetHyperflexHypervisorVirtualMachineParent     
- AdditionalProperties string
- ClassId string
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- Moid string
- The unique identifier of this Managed Object instance.
- ObjectType string
- The fully-qualified name of the remote type referred by this relationship.
- Selector string
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
 
- AdditionalProperties string
- ClassId string
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- Moid string
- The unique identifier of this Managed Object instance.
- ObjectType string
- The fully-qualified name of the remote type referred by this relationship.
- Selector string
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
 
- additionalProperties String
- classId String
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- moid String
- The unique identifier of this Managed Object instance.
- objectType String
- The fully-qualified name of the remote type referred by this relationship.
- selector String
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
 
- additionalProperties string
- classId string
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- moid string
- The unique identifier of this Managed Object instance.
- objectType string
- The fully-qualified name of the remote type referred by this relationship.
- selector string
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
 
- additional_properties str
- class_id str
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- moid str
- The unique identifier of this Managed Object instance.
- object_type str
- The fully-qualified name of the remote type referred by this relationship.
- selector str
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
 
- additionalProperties String
- classId String
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- moid String
- The unique identifier of this Managed Object instance.
- objectType String
- The fully-qualified name of the remote type referred by this relationship.
- selector String
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
 
GetHyperflexHypervisorVirtualMachinePermissionResource      
- AdditionalProperties string
- ClassId string
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- Moid string
- The unique identifier of this Managed Object instance.
- ObjectType string
- The fully-qualified name of the remote type referred by this relationship.
- Selector string
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
 
- AdditionalProperties string
- ClassId string
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- Moid string
- The unique identifier of this Managed Object instance.
- ObjectType string
- The fully-qualified name of the remote type referred by this relationship.
- Selector string
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
 
- additionalProperties String
- classId String
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- moid String
- The unique identifier of this Managed Object instance.
- objectType String
- The fully-qualified name of the remote type referred by this relationship.
- selector String
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
 
- additionalProperties string
- classId string
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- moid string
- The unique identifier of this Managed Object instance.
- objectType string
- The fully-qualified name of the remote type referred by this relationship.
- selector string
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
 
- additional_properties str
- class_id str
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- moid str
- The unique identifier of this Managed Object instance.
- object_type str
- The fully-qualified name of the remote type referred by this relationship.
- selector str
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
 
- additionalProperties String
- classId String
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- moid String
- The unique identifier of this Managed Object instance.
- objectType String
- The fully-qualified name of the remote type referred by this relationship.
- selector String
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
 
GetHyperflexHypervisorVirtualMachineProcessorCapacity      
- AdditionalProperties string
- Capacity double
- Total capacity of the entity in MHz.
- ClassId string
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- Free double
- Free CPU capacity in MHz, as a point-in-time snapshot. The available CPU capacity 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 CPU capacity is also reported.
- ObjectType string
- The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
- Used double
- Used CPU capacity of the entity in MHz, as a point-in-time snapshot.
- AdditionalProperties string
- Capacity float64
- Total capacity of the entity in MHz.
- ClassId string
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- Free float64
- Free CPU capacity in MHz, as a point-in-time snapshot. The available CPU capacity 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 CPU capacity is also reported.
- ObjectType string
- The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
- Used float64
- Used CPU capacity of the entity in MHz, as a point-in-time snapshot.
- additionalProperties String
- capacity Double
- Total capacity of the entity in MHz.
- classId String
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- free Double
- Free CPU capacity in MHz, as a point-in-time snapshot. The available CPU capacity 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 CPU capacity is also reported.
- objectType String
- The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
- used Double
- Used CPU capacity of the entity in MHz, as a point-in-time snapshot.
- additionalProperties string
- capacity number
- Total capacity of the entity in MHz.
- classId string
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- free number
- Free CPU capacity in MHz, as a point-in-time snapshot. The available CPU capacity 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 CPU capacity is also reported.
- objectType string
- The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
- used number
- Used CPU capacity of the entity in MHz, as a point-in-time snapshot.
- additional_properties str
- capacity float
- Total capacity of the entity in MHz.
- 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 CPU capacity in MHz, as a point-in-time snapshot. The available CPU capacity 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 CPU 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
- Used CPU capacity of the entity in MHz, as a point-in-time snapshot.
- additionalProperties String
- capacity Number
- Total capacity of the entity in MHz.
- classId String
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- free Number
- Free CPU capacity in MHz, as a point-in-time snapshot. The available CPU capacity 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 CPU capacity is also reported.
- objectType String
- The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
- used Number
- Used CPU capacity of the entity in MHz, as a point-in-time snapshot.
GetHyperflexHypervisorVirtualMachineRegisteredDevice      
- AdditionalProperties string
- ClassId string
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- Moid string
- The unique identifier of this Managed Object instance.
- ObjectType string
- The fully-qualified name of the remote type referred by this relationship.
- Selector string
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
 
- AdditionalProperties string
- ClassId string
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- Moid string
- The unique identifier of this Managed Object instance.
- ObjectType string
- The fully-qualified name of the remote type referred by this relationship.
- Selector string
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
 
- additionalProperties String
- classId String
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- moid String
- The unique identifier of this Managed Object instance.
- objectType String
- The fully-qualified name of the remote type referred by this relationship.
- selector String
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
 
- additionalProperties string
- classId string
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- moid string
- The unique identifier of this Managed Object instance.
- objectType string
- The fully-qualified name of the remote type referred by this relationship.
- selector string
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
 
- additional_properties str
- class_id str
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- moid str
- The unique identifier of this Managed Object instance.
- object_type str
- The fully-qualified name of the remote type referred by this relationship.
- selector str
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
 
- additionalProperties String
- classId String
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- moid String
- The unique identifier of this Managed Object instance.
- objectType String
- The fully-qualified name of the remote type referred by this relationship.
- selector String
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
 
GetHyperflexHypervisorVirtualMachineResult     
- AccountMoid string
- The Account ID for this managed object.
- AdditionalProperties string
- Ancestors
List<GetHyperflex Hypervisor Virtual Machine Result Ancestor> 
- BootTime string
- Time when this VM booted up.
- Capacities
List<GetHyperflex Hypervisor Virtual Machine Result Capacity> 
- ClassId string
- Clusters
List<GetHyperflex Hypervisor Virtual Machine Result Cluster> 
- ConnectionState string
- The connectivity state of the HyperFlex virtual machine.
- CpuUtilization double
- Average CPU utilization percentage derived as a ratio of CPU used to CPU allocated. The value is calculated whenever inventory is performed.
- CreateTime string
- The time when this managed object was created.
- DomainGroup stringMoid 
- The DomainGroup ID for this managed object.
- GuestInfos List<GetHyperflex Hypervisor Virtual Machine Result Guest Info> 
- GuestOs stringState 
- Guest operating system state of the HyperFlex virtual machine.
- HostUuid string
- Host UUID of the HyperFlex virtual machine.
- Hosts
List<GetHyperflex Hypervisor Virtual Machine Result Host> 
- HypervisorType string
- Type of hypervisor where the virtual machine is hosted for example ESXi.* ESXi- The hypervisor running on the HyperFlex cluster is a Vmware ESXi hypervisor of any version.*Hyper-V- The hypervisor running on the HyperFlex cluster is Microsoft Hyper-V.*Unknown- The hypervisor running on the HyperFlex cluster is not known.
- Identity string
- The internally generated identity of this VM. This entity is not manipulated by users. It aids in uniquely identifying the virtual machine object. For VMware, this is MOR (managed object reference).
- IpAddresses List<string>
- Ips
List<GetHyperflex Hypervisor Virtual Machine Result Ip> 
- MemoryCapacities List<GetHyperflex Hypervisor Virtual Machine Result Memory Capacity> 
- MemoryUtilization double
- Average memory utilization percentage derived as a ratio of memory used to available memory. The value is calculated whenever inventory is performed.
- ModTime string
- The time when this managed object was last modified.
- Moid string
- The unique identifier of this Managed Object instance.
- Name string
- User-provided name to identify the virtual machine.
- NrProvider string
- Cloud platform, where the virtual machine is launched.* Unknown- Cloud provider is not known.*VMwarevSphere- Cloud provider named VMware vSphere.*AmazonWebServices- Cloud provider named Amazon Web Services.*MicrosoftAzure- Cloud provider named Microsoft Azure.*GoogleCloudPlatform- Cloud provider named Google Cloud Platform.
- ObjectType string
- Owners List<string>
- Parents
List<GetHyperflex Hypervisor Virtual Machine Result Parent> 
- Path string
- Directory path where virtual machine is stored.
- PermissionResources List<GetHyperflex Hypervisor Virtual Machine Result Permission Resource> 
- PlatformInstance stringId 
- The instance id of platform which a virtual machine is running on.
- PowerState string
- Power state of the virtual machine.* Unknown- The entity's power state is unknown.*PoweringOn- The entity is powering on.*PoweredOn- The entity is powered on.*PoweringOff- The entity is powering off.*PoweredOff- The entity is powered down.*StandBy- The entity is in standby mode.*Paused- The entity is in pause state.*Rebooting- The entity reboot is in progress.* `` - The entity's power state is not available.
- ProcessorCapacities List<GetHyperflex Hypervisor Virtual Machine Result Processor Capacity> 
- RegisteredDevices List<GetHyperflex Hypervisor Virtual Machine Result Registered Device> 
- string
- Intersight provides pre-built workflows, tasks and policies to end users through global catalogs.Objects that are made available through global catalogs are said to have a 'shared' ownership. Shared objects are either made globally available to all end users or restricted to end users based on their license entitlement. Users can use this property to differentiate the scope (global or a specific license tier) to which a shared MO belongs.
- State string
- The current state of the virtual machine. For example, starting, stopped, etc.* None- A place holder for the default value.*Creating- Virtual machine creation is in progress.*Pending- The virtual machine is preparing to enter the started state.*Starting- The virtual machine is starting.*Started- The virtual machine is running and ready for use.*Stopping- The virtual machine is preparing to be stopped.*Stopped- The virtual machine is shut down and cannot be used. The virtual machine can be started again at any time.*Pausing- The virtual machine is preparing to be paused.*Paused- The virtual machine enters into paused state due to low free disk space.*Suspending- The virtual machine is preparing to be suspended.*Suspended- Virtual machine is in sleep mode.When a virtual machine is suspended, the current state of theoperating system, and applications is saved, and the virtual machine put into a suspended mode.*Deleting- The virtual machine is preparing to be terminated.*Terminated- The virtual machine has been permanently deleted and cannot be started.*Rebooting- The virtual machine reboot is in progress.*Error- The deployment of virtual machine is failed.*Warning- The virtual machine is in warning state.
- StorageProvisioned doubleIn Bytes 
- Total provisioned storage to the HyperFlex virtual machine in bytes.
- StorageUsed doubleIn Bytes 
- Storage used by HyperFlex virtual machine in bytes.
- 
List<GetHyperflex Hypervisor Virtual Machine Result Tag> 
- Template bool
- Flag indicating whether or not this virtual machine is a template. Apply to the ESXi platform only.
- Uuid string
- The uuid of this virtual machine. The uuid is internally generated and not user specified.
- VersionContexts List<GetHyperflex Hypervisor Virtual Machine Result Version Context> 
- VmCreation stringTime 
- Time when this virtualmachine is created.
- VmInstance stringUuid 
- The instance UUID of a virtual machine.
- AccountMoid string
- The Account ID for this managed object.
- AdditionalProperties string
- Ancestors
[]GetHyperflex Hypervisor Virtual Machine Result Ancestor 
- BootTime string
- Time when this VM booted up.
- Capacities
[]GetHyperflex Hypervisor Virtual Machine Result Capacity 
- ClassId string
- Clusters
[]GetHyperflex Hypervisor Virtual Machine Result Cluster 
- ConnectionState string
- The connectivity state of the HyperFlex virtual machine.
- CpuUtilization float64
- Average CPU utilization percentage derived as a ratio of CPU used to CPU allocated. The value is calculated whenever inventory is performed.
- CreateTime string
- The time when this managed object was created.
- DomainGroup stringMoid 
- The DomainGroup ID for this managed object.
- GuestInfos []GetHyperflex Hypervisor Virtual Machine Result Guest Info 
- GuestOs stringState 
- Guest operating system state of the HyperFlex virtual machine.
- HostUuid string
- Host UUID of the HyperFlex virtual machine.
- Hosts
[]GetHyperflex Hypervisor Virtual Machine Result Host 
- HypervisorType string
- Type of hypervisor where the virtual machine is hosted for example ESXi.* ESXi- The hypervisor running on the HyperFlex cluster is a Vmware ESXi hypervisor of any version.*Hyper-V- The hypervisor running on the HyperFlex cluster is Microsoft Hyper-V.*Unknown- The hypervisor running on the HyperFlex cluster is not known.
- Identity string
- The internally generated identity of this VM. This entity is not manipulated by users. It aids in uniquely identifying the virtual machine object. For VMware, this is MOR (managed object reference).
- IpAddresses []string
- Ips
[]GetHyperflex Hypervisor Virtual Machine Result Ip 
- MemoryCapacities []GetHyperflex Hypervisor Virtual Machine Result Memory Capacity 
- MemoryUtilization float64
- Average memory utilization percentage derived as a ratio of memory used to available memory. The value is calculated whenever inventory is performed.
- ModTime string
- The time when this managed object was last modified.
- Moid string
- The unique identifier of this Managed Object instance.
- Name string
- User-provided name to identify the virtual machine.
- NrProvider string
- Cloud platform, where the virtual machine is launched.* Unknown- Cloud provider is not known.*VMwarevSphere- Cloud provider named VMware vSphere.*AmazonWebServices- Cloud provider named Amazon Web Services.*MicrosoftAzure- Cloud provider named Microsoft Azure.*GoogleCloudPlatform- Cloud provider named Google Cloud Platform.
- ObjectType string
- Owners []string
- Parents
[]GetHyperflex Hypervisor Virtual Machine Result Parent 
- Path string
- Directory path where virtual machine is stored.
- PermissionResources []GetHyperflex Hypervisor Virtual Machine Result Permission Resource 
- PlatformInstance stringId 
- The instance id of platform which a virtual machine is running on.
- PowerState string
- Power state of the virtual machine.* Unknown- The entity's power state is unknown.*PoweringOn- The entity is powering on.*PoweredOn- The entity is powered on.*PoweringOff- The entity is powering off.*PoweredOff- The entity is powered down.*StandBy- The entity is in standby mode.*Paused- The entity is in pause state.*Rebooting- The entity reboot is in progress.* `` - The entity's power state is not available.
- ProcessorCapacities []GetHyperflex Hypervisor Virtual Machine Result Processor Capacity 
- RegisteredDevices []GetHyperflex Hypervisor Virtual Machine Result Registered Device 
- string
- Intersight provides pre-built workflows, tasks and policies to end users through global catalogs.Objects that are made available through global catalogs are said to have a 'shared' ownership. Shared objects are either made globally available to all end users or restricted to end users based on their license entitlement. Users can use this property to differentiate the scope (global or a specific license tier) to which a shared MO belongs.
- State string
- The current state of the virtual machine. For example, starting, stopped, etc.* None- A place holder for the default value.*Creating- Virtual machine creation is in progress.*Pending- The virtual machine is preparing to enter the started state.*Starting- The virtual machine is starting.*Started- The virtual machine is running and ready for use.*Stopping- The virtual machine is preparing to be stopped.*Stopped- The virtual machine is shut down and cannot be used. The virtual machine can be started again at any time.*Pausing- The virtual machine is preparing to be paused.*Paused- The virtual machine enters into paused state due to low free disk space.*Suspending- The virtual machine is preparing to be suspended.*Suspended- Virtual machine is in sleep mode.When a virtual machine is suspended, the current state of theoperating system, and applications is saved, and the virtual machine put into a suspended mode.*Deleting- The virtual machine is preparing to be terminated.*Terminated- The virtual machine has been permanently deleted and cannot be started.*Rebooting- The virtual machine reboot is in progress.*Error- The deployment of virtual machine is failed.*Warning- The virtual machine is in warning state.
- StorageProvisioned float64In Bytes 
- Total provisioned storage to the HyperFlex virtual machine in bytes.
- StorageUsed float64In Bytes 
- Storage used by HyperFlex virtual machine in bytes.
- 
[]GetHyperflex Hypervisor Virtual Machine Result Tag 
- Template bool
- Flag indicating whether or not this virtual machine is a template. Apply to the ESXi platform only.
- Uuid string
- The uuid of this virtual machine. The uuid is internally generated and not user specified.
- VersionContexts []GetHyperflex Hypervisor Virtual Machine Result Version Context 
- VmCreation stringTime 
- Time when this virtualmachine is created.
- VmInstance stringUuid 
- The instance UUID of a virtual machine.
- accountMoid String
- The Account ID for this managed object.
- additionalProperties String
- ancestors
List<GetHyperflex Hypervisor Virtual Machine Result Ancestor> 
- bootTime String
- Time when this VM booted up.
- capacities
List<GetHyperflex Hypervisor Virtual Machine Result Capacity> 
- classId String
- clusters
List<GetHyperflex Hypervisor Virtual Machine Result Cluster> 
- connectionState String
- The connectivity state of the HyperFlex virtual machine.
- cpuUtilization Double
- Average CPU utilization percentage derived as a ratio of CPU used to CPU allocated. The value is calculated whenever inventory is performed.
- createTime String
- The time when this managed object was created.
- domainGroup StringMoid 
- The DomainGroup ID for this managed object.
- guestInfos List<GetHyperflex Hypervisor Virtual Machine Result Guest Info> 
- guestOs StringState 
- Guest operating system state of the HyperFlex virtual machine.
- hostUuid String
- Host UUID of the HyperFlex virtual machine.
- hosts
List<GetHyperflex Hypervisor Virtual Machine Result Host> 
- hypervisorType String
- Type of hypervisor where the virtual machine is hosted for example ESXi.* ESXi- The hypervisor running on the HyperFlex cluster is a Vmware ESXi hypervisor of any version.*Hyper-V- The hypervisor running on the HyperFlex cluster is Microsoft Hyper-V.*Unknown- The hypervisor running on the HyperFlex cluster is not known.
- identity String
- The internally generated identity of this VM. This entity is not manipulated by users. It aids in uniquely identifying the virtual machine object. For VMware, this is MOR (managed object reference).
- ipAddresses List<String>
- ips
List<GetHyperflex Hypervisor Virtual Machine Result Ip> 
- memoryCapacities List<GetHyperflex Hypervisor Virtual Machine Result Memory Capacity> 
- memoryUtilization Double
- Average memory utilization percentage derived as a ratio of memory used to available memory. The value is calculated whenever inventory is performed.
- modTime String
- The time when this managed object was last modified.
- moid String
- The unique identifier of this Managed Object instance.
- name String
- User-provided name to identify the virtual machine.
- nrProvider String
- Cloud platform, where the virtual machine is launched.* Unknown- Cloud provider is not known.*VMwarevSphere- Cloud provider named VMware vSphere.*AmazonWebServices- Cloud provider named Amazon Web Services.*MicrosoftAzure- Cloud provider named Microsoft Azure.*GoogleCloudPlatform- Cloud provider named Google Cloud Platform.
- objectType String
- owners List<String>
- parents
List<GetHyperflex Hypervisor Virtual Machine Result Parent> 
- path String
- Directory path where virtual machine is stored.
- permissionResources List<GetHyperflex Hypervisor Virtual Machine Result Permission Resource> 
- platformInstance StringId 
- The instance id of platform which a virtual machine is running on.
- powerState String
- Power state of the virtual machine.* Unknown- The entity's power state is unknown.*PoweringOn- The entity is powering on.*PoweredOn- The entity is powered on.*PoweringOff- The entity is powering off.*PoweredOff- The entity is powered down.*StandBy- The entity is in standby mode.*Paused- The entity is in pause state.*Rebooting- The entity reboot is in progress.* `` - The entity's power state is not available.
- processorCapacities List<GetHyperflex Hypervisor Virtual Machine Result Processor Capacity> 
- registeredDevices List<GetHyperflex Hypervisor Virtual Machine Result Registered Device> 
- String
- Intersight provides pre-built workflows, tasks and policies to end users through global catalogs.Objects that are made available through global catalogs are said to have a 'shared' ownership. Shared objects are either made globally available to all end users or restricted to end users based on their license entitlement. Users can use this property to differentiate the scope (global or a specific license tier) to which a shared MO belongs.
- state String
- The current state of the virtual machine. For example, starting, stopped, etc.* None- A place holder for the default value.*Creating- Virtual machine creation is in progress.*Pending- The virtual machine is preparing to enter the started state.*Starting- The virtual machine is starting.*Started- The virtual machine is running and ready for use.*Stopping- The virtual machine is preparing to be stopped.*Stopped- The virtual machine is shut down and cannot be used. The virtual machine can be started again at any time.*Pausing- The virtual machine is preparing to be paused.*Paused- The virtual machine enters into paused state due to low free disk space.*Suspending- The virtual machine is preparing to be suspended.*Suspended- Virtual machine is in sleep mode.When a virtual machine is suspended, the current state of theoperating system, and applications is saved, and the virtual machine put into a suspended mode.*Deleting- The virtual machine is preparing to be terminated.*Terminated- The virtual machine has been permanently deleted and cannot be started.*Rebooting- The virtual machine reboot is in progress.*Error- The deployment of virtual machine is failed.*Warning- The virtual machine is in warning state.
- storageProvisioned DoubleIn Bytes 
- Total provisioned storage to the HyperFlex virtual machine in bytes.
- storageUsed DoubleIn Bytes 
- Storage used by HyperFlex virtual machine in bytes.
- 
List<GetHyperflex Hypervisor Virtual Machine Result Tag> 
- template Boolean
- Flag indicating whether or not this virtual machine is a template. Apply to the ESXi platform only.
- uuid String
- The uuid of this virtual machine. The uuid is internally generated and not user specified.
- versionContexts List<GetHyperflex Hypervisor Virtual Machine Result Version Context> 
- vmCreation StringTime 
- Time when this virtualmachine is created.
- vmInstance StringUuid 
- The instance UUID of a virtual machine.
- accountMoid string
- The Account ID for this managed object.
- additionalProperties string
- ancestors
GetHyperflex Hypervisor Virtual Machine Result Ancestor[] 
- bootTime string
- Time when this VM booted up.
- capacities
GetHyperflex Hypervisor Virtual Machine Result Capacity[] 
- classId string
- clusters
GetHyperflex Hypervisor Virtual Machine Result Cluster[] 
- connectionState string
- The connectivity state of the HyperFlex virtual machine.
- cpuUtilization number
- Average CPU utilization percentage derived as a ratio of CPU used to CPU allocated. The value is calculated whenever inventory is performed.
- createTime string
- The time when this managed object was created.
- domainGroup stringMoid 
- The DomainGroup ID for this managed object.
- guestInfos GetHyperflex Hypervisor Virtual Machine Result Guest Info[] 
- guestOs stringState 
- Guest operating system state of the HyperFlex virtual machine.
- hostUuid string
- Host UUID of the HyperFlex virtual machine.
- hosts
GetHyperflex Hypervisor Virtual Machine Result Host[] 
- hypervisorType string
- Type of hypervisor where the virtual machine is hosted for example ESXi.* ESXi- The hypervisor running on the HyperFlex cluster is a Vmware ESXi hypervisor of any version.*Hyper-V- The hypervisor running on the HyperFlex cluster is Microsoft Hyper-V.*Unknown- The hypervisor running on the HyperFlex cluster is not known.
- identity string
- The internally generated identity of this VM. This entity is not manipulated by users. It aids in uniquely identifying the virtual machine object. For VMware, this is MOR (managed object reference).
- ipAddresses string[]
- ips
GetHyperflex Hypervisor Virtual Machine Result Ip[] 
- memoryCapacities GetHyperflex Hypervisor Virtual Machine Result Memory Capacity[] 
- memoryUtilization number
- Average memory utilization percentage derived as a ratio of memory used to available memory. The value is calculated whenever inventory is performed.
- modTime string
- The time when this managed object was last modified.
- moid string
- The unique identifier of this Managed Object instance.
- name string
- User-provided name to identify the virtual machine.
- nrProvider string
- Cloud platform, where the virtual machine is launched.* Unknown- Cloud provider is not known.*VMwarevSphere- Cloud provider named VMware vSphere.*AmazonWebServices- Cloud provider named Amazon Web Services.*MicrosoftAzure- Cloud provider named Microsoft Azure.*GoogleCloudPlatform- Cloud provider named Google Cloud Platform.
- objectType string
- owners string[]
- parents
GetHyperflex Hypervisor Virtual Machine Result Parent[] 
- path string
- Directory path where virtual machine is stored.
- permissionResources GetHyperflex Hypervisor Virtual Machine Result Permission Resource[] 
- platformInstance stringId 
- The instance id of platform which a virtual machine is running on.
- powerState string
- Power state of the virtual machine.* Unknown- The entity's power state is unknown.*PoweringOn- The entity is powering on.*PoweredOn- The entity is powered on.*PoweringOff- The entity is powering off.*PoweredOff- The entity is powered down.*StandBy- The entity is in standby mode.*Paused- The entity is in pause state.*Rebooting- The entity reboot is in progress.* `` - The entity's power state is not available.
- processorCapacities GetHyperflex Hypervisor Virtual Machine Result Processor Capacity[] 
- registeredDevices GetHyperflex Hypervisor Virtual Machine Result Registered Device[] 
- string
- Intersight provides pre-built workflows, tasks and policies to end users through global catalogs.Objects that are made available through global catalogs are said to have a 'shared' ownership. Shared objects are either made globally available to all end users or restricted to end users based on their license entitlement. Users can use this property to differentiate the scope (global or a specific license tier) to which a shared MO belongs.
- state string
- The current state of the virtual machine. For example, starting, stopped, etc.* None- A place holder for the default value.*Creating- Virtual machine creation is in progress.*Pending- The virtual machine is preparing to enter the started state.*Starting- The virtual machine is starting.*Started- The virtual machine is running and ready for use.*Stopping- The virtual machine is preparing to be stopped.*Stopped- The virtual machine is shut down and cannot be used. The virtual machine can be started again at any time.*Pausing- The virtual machine is preparing to be paused.*Paused- The virtual machine enters into paused state due to low free disk space.*Suspending- The virtual machine is preparing to be suspended.*Suspended- Virtual machine is in sleep mode.When a virtual machine is suspended, the current state of theoperating system, and applications is saved, and the virtual machine put into a suspended mode.*Deleting- The virtual machine is preparing to be terminated.*Terminated- The virtual machine has been permanently deleted and cannot be started.*Rebooting- The virtual machine reboot is in progress.*Error- The deployment of virtual machine is failed.*Warning- The virtual machine is in warning state.
- storageProvisioned numberIn Bytes 
- Total provisioned storage to the HyperFlex virtual machine in bytes.
- storageUsed numberIn Bytes 
- Storage used by HyperFlex virtual machine in bytes.
- 
GetHyperflex Hypervisor Virtual Machine Result Tag[] 
- template boolean
- Flag indicating whether or not this virtual machine is a template. Apply to the ESXi platform only.
- uuid string
- The uuid of this virtual machine. The uuid is internally generated and not user specified.
- versionContexts GetHyperflex Hypervisor Virtual Machine Result Version Context[] 
- vmCreation stringTime 
- Time when this virtualmachine is created.
- vmInstance stringUuid 
- The instance UUID of a virtual machine.
- account_moid str
- The Account ID for this managed object.
- additional_properties str
- ancestors
Sequence[GetHyperflex Hypervisor Virtual Machine Result Ancestor] 
- boot_time str
- Time when this VM booted up.
- capacities
Sequence[GetHyperflex Hypervisor Virtual Machine Result Capacity] 
- class_id str
- clusters
Sequence[GetHyperflex Hypervisor Virtual Machine Result Cluster] 
- connection_state str
- The connectivity state of the HyperFlex virtual machine.
- cpu_utilization float
- Average CPU utilization percentage derived as a ratio of CPU used to CPU allocated. The value is calculated whenever inventory is performed.
- create_time str
- The time when this managed object was created.
- domain_group_ strmoid 
- The DomainGroup ID for this managed object.
- guest_infos Sequence[GetHyperflex Hypervisor Virtual Machine Result Guest Info] 
- guest_os_ strstate 
- Guest operating system state of the HyperFlex virtual machine.
- host_uuid str
- Host UUID of the HyperFlex virtual machine.
- hosts
Sequence[GetHyperflex Hypervisor Virtual Machine Result Host] 
- hypervisor_type str
- Type of hypervisor where the virtual machine is hosted for example ESXi.* ESXi- The hypervisor running on the HyperFlex cluster is a Vmware ESXi hypervisor of any version.*Hyper-V- The hypervisor running on the HyperFlex cluster is Microsoft Hyper-V.*Unknown- The hypervisor running on the HyperFlex cluster is not known.
- identity str
- The internally generated identity of this VM. This entity is not manipulated by users. It aids in uniquely identifying the virtual machine object. For VMware, this is MOR (managed object reference).
- ip_addresses Sequence[str]
- ips
Sequence[GetHyperflex Hypervisor Virtual Machine Result Ip] 
- memory_capacities Sequence[GetHyperflex Hypervisor Virtual Machine Result Memory Capacity] 
- memory_utilization float
- Average memory utilization percentage derived as a ratio of memory used to available memory. The value is calculated whenever inventory is performed.
- mod_time str
- The time when this managed object was last modified.
- moid str
- The unique identifier of this Managed Object instance.
- name str
- User-provided name to identify the virtual machine.
- nr_provider str
- Cloud platform, where the virtual machine is launched.* Unknown- Cloud provider is not known.*VMwarevSphere- Cloud provider named VMware vSphere.*AmazonWebServices- Cloud provider named Amazon Web Services.*MicrosoftAzure- Cloud provider named Microsoft Azure.*GoogleCloudPlatform- Cloud provider named Google Cloud Platform.
- object_type str
- owners Sequence[str]
- parents
Sequence[GetHyperflex Hypervisor Virtual Machine Result Parent] 
- path str
- Directory path where virtual machine is stored.
- permission_resources Sequence[GetHyperflex Hypervisor Virtual Machine Result Permission Resource] 
- platform_instance_ strid 
- The instance id of platform which a virtual machine is running on.
- power_state str
- Power state of the virtual machine.* Unknown- The entity's power state is unknown.*PoweringOn- The entity is powering on.*PoweredOn- The entity is powered on.*PoweringOff- The entity is powering off.*PoweredOff- The entity is powered down.*StandBy- The entity is in standby mode.*Paused- The entity is in pause state.*Rebooting- The entity reboot is in progress.* `` - The entity's power state is not available.
- processor_capacities Sequence[GetHyperflex Hypervisor Virtual Machine Result Processor Capacity] 
- registered_devices Sequence[GetHyperflex Hypervisor Virtual Machine Result Registered Device] 
- str
- Intersight provides pre-built workflows, tasks and policies to end users through global catalogs.Objects that are made available through global catalogs are said to have a 'shared' ownership. Shared objects are either made globally available to all end users or restricted to end users based on their license entitlement. Users can use this property to differentiate the scope (global or a specific license tier) to which a shared MO belongs.
- state str
- The current state of the virtual machine. For example, starting, stopped, etc.* None- A place holder for the default value.*Creating- Virtual machine creation is in progress.*Pending- The virtual machine is preparing to enter the started state.*Starting- The virtual machine is starting.*Started- The virtual machine is running and ready for use.*Stopping- The virtual machine is preparing to be stopped.*Stopped- The virtual machine is shut down and cannot be used. The virtual machine can be started again at any time.*Pausing- The virtual machine is preparing to be paused.*Paused- The virtual machine enters into paused state due to low free disk space.*Suspending- The virtual machine is preparing to be suspended.*Suspended- Virtual machine is in sleep mode.When a virtual machine is suspended, the current state of theoperating system, and applications is saved, and the virtual machine put into a suspended mode.*Deleting- The virtual machine is preparing to be terminated.*Terminated- The virtual machine has been permanently deleted and cannot be started.*Rebooting- The virtual machine reboot is in progress.*Error- The deployment of virtual machine is failed.*Warning- The virtual machine is in warning state.
- storage_provisioned_ floatin_ bytes 
- Total provisioned storage to the HyperFlex virtual machine in bytes.
- storage_used_ floatin_ bytes 
- Storage used by HyperFlex virtual machine in bytes.
- 
Sequence[GetHyperflex Hypervisor Virtual Machine Result Tag] 
- template bool
- Flag indicating whether or not this virtual machine is a template. Apply to the ESXi platform only.
- uuid str
- The uuid of this virtual machine. The uuid is internally generated and not user specified.
- version_contexts Sequence[GetHyperflex Hypervisor Virtual Machine Result Version Context] 
- vm_creation_ strtime 
- Time when this virtualmachine is created.
- vm_instance_ struuid 
- The instance UUID of a virtual machine.
- accountMoid String
- The Account ID for this managed object.
- additionalProperties String
- ancestors List<Property Map>
- bootTime String
- Time when this VM booted up.
- capacities List<Property Map>
- classId String
- clusters List<Property Map>
- connectionState String
- The connectivity state of the HyperFlex virtual machine.
- cpuUtilization Number
- Average CPU utilization percentage derived as a ratio of CPU used to CPU allocated. The value is calculated whenever inventory is performed.
- createTime String
- The time when this managed object was created.
- domainGroup StringMoid 
- The DomainGroup ID for this managed object.
- guestInfos List<Property Map>
- guestOs StringState 
- Guest operating system state of the HyperFlex virtual machine.
- hostUuid String
- Host UUID of the HyperFlex virtual machine.
- hosts List<Property Map>
- hypervisorType String
- Type of hypervisor where the virtual machine is hosted for example ESXi.* ESXi- The hypervisor running on the HyperFlex cluster is a Vmware ESXi hypervisor of any version.*Hyper-V- The hypervisor running on the HyperFlex cluster is Microsoft Hyper-V.*Unknown- The hypervisor running on the HyperFlex cluster is not known.
- identity String
- The internally generated identity of this VM. This entity is not manipulated by users. It aids in uniquely identifying the virtual machine object. For VMware, this is MOR (managed object reference).
- ipAddresses List<String>
- ips List<Property Map>
- memoryCapacities List<Property Map>
- memoryUtilization Number
- Average memory utilization percentage derived as a ratio of memory used to available memory. The value is calculated whenever inventory is performed.
- modTime String
- The time when this managed object was last modified.
- moid String
- The unique identifier of this Managed Object instance.
- name String
- User-provided name to identify the virtual machine.
- nrProvider String
- Cloud platform, where the virtual machine is launched.* Unknown- Cloud provider is not known.*VMwarevSphere- Cloud provider named VMware vSphere.*AmazonWebServices- Cloud provider named Amazon Web Services.*MicrosoftAzure- Cloud provider named Microsoft Azure.*GoogleCloudPlatform- Cloud provider named Google Cloud Platform.
- objectType String
- owners List<String>
- parents List<Property Map>
- path String
- Directory path where virtual machine is stored.
- permissionResources List<Property Map>
- platformInstance StringId 
- The instance id of platform which a virtual machine is running on.
- powerState String
- Power state of the virtual machine.* Unknown- The entity's power state is unknown.*PoweringOn- The entity is powering on.*PoweredOn- The entity is powered on.*PoweringOff- The entity is powering off.*PoweredOff- The entity is powered down.*StandBy- The entity is in standby mode.*Paused- The entity is in pause state.*Rebooting- The entity reboot is in progress.* `` - The entity's power state is not available.
- processorCapacities List<Property Map>
- registeredDevices List<Property Map>
- String
- Intersight provides pre-built workflows, tasks and policies to end users through global catalogs.Objects that are made available through global catalogs are said to have a 'shared' ownership. Shared objects are either made globally available to all end users or restricted to end users based on their license entitlement. Users can use this property to differentiate the scope (global or a specific license tier) to which a shared MO belongs.
- state String
- The current state of the virtual machine. For example, starting, stopped, etc.* None- A place holder for the default value.*Creating- Virtual machine creation is in progress.*Pending- The virtual machine is preparing to enter the started state.*Starting- The virtual machine is starting.*Started- The virtual machine is running and ready for use.*Stopping- The virtual machine is preparing to be stopped.*Stopped- The virtual machine is shut down and cannot be used. The virtual machine can be started again at any time.*Pausing- The virtual machine is preparing to be paused.*Paused- The virtual machine enters into paused state due to low free disk space.*Suspending- The virtual machine is preparing to be suspended.*Suspended- Virtual machine is in sleep mode.When a virtual machine is suspended, the current state of theoperating system, and applications is saved, and the virtual machine put into a suspended mode.*Deleting- The virtual machine is preparing to be terminated.*Terminated- The virtual machine has been permanently deleted and cannot be started.*Rebooting- The virtual machine reboot is in progress.*Error- The deployment of virtual machine is failed.*Warning- The virtual machine is in warning state.
- storageProvisioned NumberIn Bytes 
- Total provisioned storage to the HyperFlex virtual machine in bytes.
- storageUsed NumberIn Bytes 
- Storage used by HyperFlex virtual machine in bytes.
- List<Property Map>
- template Boolean
- Flag indicating whether or not this virtual machine is a template. Apply to the ESXi platform only.
- uuid String
- The uuid of this virtual machine. The uuid is internally generated and not user specified.
- versionContexts List<Property Map>
- vmCreation StringTime 
- Time when this virtualmachine is created.
- vmInstance StringUuid 
- The instance UUID of a virtual machine.
GetHyperflexHypervisorVirtualMachineResultAncestor      
- AdditionalProperties string
- ClassId string
- Moid string
- The unique identifier of this Managed Object instance.
- ObjectType string
- Selector string
- AdditionalProperties string
- ClassId string
- Moid string
- The unique identifier of this Managed Object instance.
- ObjectType string
- Selector string
- additionalProperties String
- classId String
- moid String
- The unique identifier of this Managed Object instance.
- objectType String
- selector String
- additionalProperties string
- classId string
- moid string
- The unique identifier of this Managed Object instance.
- objectType string
- selector string
- additional_properties str
- class_id str
- moid str
- The unique identifier of this Managed Object instance.
- object_type str
- selector str
- additionalProperties String
- classId String
- moid String
- The unique identifier of this Managed Object instance.
- objectType String
- selector String
GetHyperflexHypervisorVirtualMachineResultCapacity      
- AdditionalProperties string
- ClassId string
- CpuCores double
- CpuSpeed double
- MemorySize double
- ObjectType string
- AdditionalProperties string
- ClassId string
- CpuCores float64
- CpuSpeed float64
- MemorySize float64
- ObjectType string
- additionalProperties String
- classId String
- cpuCores Double
- cpuSpeed Double
- memorySize Double
- objectType String
- additionalProperties string
- classId string
- cpuCores number
- cpuSpeed number
- memorySize number
- objectType string
- additional_properties str
- class_id str
- cpu_cores float
- cpu_speed float
- memory_size float
- object_type str
- additionalProperties String
- classId String
- cpuCores Number
- cpuSpeed Number
- memorySize Number
- objectType String
GetHyperflexHypervisorVirtualMachineResultCluster      
- AdditionalProperties string
- ClassId string
- Moid string
- The unique identifier of this Managed Object instance.
- ObjectType string
- Selector string
- AdditionalProperties string
- ClassId string
- Moid string
- The unique identifier of this Managed Object instance.
- ObjectType string
- Selector string
- additionalProperties String
- classId String
- moid String
- The unique identifier of this Managed Object instance.
- objectType String
- selector String
- additionalProperties string
- classId string
- moid string
- The unique identifier of this Managed Object instance.
- objectType string
- selector string
- additional_properties str
- class_id str
- moid str
- The unique identifier of this Managed Object instance.
- object_type str
- selector str
- additionalProperties String
- classId String
- moid String
- The unique identifier of this Managed Object instance.
- objectType String
- selector String
GetHyperflexHypervisorVirtualMachineResultGuestInfo       
- AdditionalProperties string
- ClassId string
- Hostname string
- IpAddress string
- Name string
- User-provided name to identify the virtual machine.
- ObjectType string
- OperatingSystem string
- AdditionalProperties string
- ClassId string
- Hostname string
- IpAddress string
- Name string
- User-provided name to identify the virtual machine.
- ObjectType string
- OperatingSystem string
- additionalProperties String
- classId String
- hostname String
- ipAddress String
- name String
- User-provided name to identify the virtual machine.
- objectType String
- operatingSystem String
- additionalProperties string
- classId string
- hostname string
- ipAddress string
- name string
- User-provided name to identify the virtual machine.
- objectType string
- operatingSystem string
- additional_properties str
- class_id str
- hostname str
- ip_address str
- name str
- User-provided name to identify the virtual machine.
- object_type str
- operating_system str
- additionalProperties String
- classId String
- hostname String
- ipAddress String
- name String
- User-provided name to identify the virtual machine.
- objectType String
- operatingSystem String
GetHyperflexHypervisorVirtualMachineResultHost      
- AdditionalProperties string
- ClassId string
- Moid string
- The unique identifier of this Managed Object instance.
- ObjectType string
- Selector string
- AdditionalProperties string
- ClassId string
- Moid string
- The unique identifier of this Managed Object instance.
- ObjectType string
- Selector string
- additionalProperties String
- classId String
- moid String
- The unique identifier of this Managed Object instance.
- objectType String
- selector String
- additionalProperties string
- classId string
- moid string
- The unique identifier of this Managed Object instance.
- objectType string
- selector string
- additional_properties str
- class_id str
- moid str
- The unique identifier of this Managed Object instance.
- object_type str
- selector str
- additionalProperties String
- classId String
- moid String
- The unique identifier of this Managed Object instance.
- objectType String
- selector String
GetHyperflexHypervisorVirtualMachineResultIp      
- AdditionalProperties string
- Address string
- ClassId string
- Fqdn string
- Ip string
- ObjectType string
- AdditionalProperties string
- Address string
- ClassId string
- Fqdn string
- Ip string
- ObjectType string
- additionalProperties String
- address String
- classId String
- fqdn String
- ip String
- objectType String
- additionalProperties string
- address string
- classId string
- fqdn string
- ip string
- objectType string
- additional_properties str
- address str
- class_id str
- fqdn str
- ip str
- object_type str
- additionalProperties String
- address String
- classId String
- fqdn String
- ip String
- objectType String
GetHyperflexHypervisorVirtualMachineResultMemoryCapacity       
- AdditionalProperties string
- Capacity double
- ClassId string
- Free double
- ObjectType string
- Used double
- AdditionalProperties string
- Capacity float64
- ClassId string
- Free float64
- ObjectType string
- Used float64
- additionalProperties String
- capacity Double
- classId String
- free Double
- objectType String
- used Double
- additionalProperties string
- capacity number
- classId string
- free number
- objectType string
- used number
- additional_properties str
- capacity float
- class_id str
- free float
- object_type str
- used float
- additionalProperties String
- capacity Number
- classId String
- free Number
- objectType String
- used Number
GetHyperflexHypervisorVirtualMachineResultParent      
- AdditionalProperties string
- ClassId string
- Moid string
- The unique identifier of this Managed Object instance.
- ObjectType string
- Selector string
- AdditionalProperties string
- ClassId string
- Moid string
- The unique identifier of this Managed Object instance.
- ObjectType string
- Selector string
- additionalProperties String
- classId String
- moid String
- The unique identifier of this Managed Object instance.
- objectType String
- selector String
- additionalProperties string
- classId string
- moid string
- The unique identifier of this Managed Object instance.
- objectType string
- selector string
- additional_properties str
- class_id str
- moid str
- The unique identifier of this Managed Object instance.
- object_type str
- selector str
- additionalProperties String
- classId String
- moid String
- The unique identifier of this Managed Object instance.
- objectType String
- selector String
GetHyperflexHypervisorVirtualMachineResultPermissionResource       
- AdditionalProperties string
- ClassId string
- Moid string
- The unique identifier of this Managed Object instance.
- ObjectType string
- Selector string
- AdditionalProperties string
- ClassId string
- Moid string
- The unique identifier of this Managed Object instance.
- ObjectType string
- Selector string
- additionalProperties String
- classId String
- moid String
- The unique identifier of this Managed Object instance.
- objectType String
- selector String
- additionalProperties string
- classId string
- moid string
- The unique identifier of this Managed Object instance.
- objectType string
- selector string
- additional_properties str
- class_id str
- moid str
- The unique identifier of this Managed Object instance.
- object_type str
- selector str
- additionalProperties String
- classId String
- moid String
- The unique identifier of this Managed Object instance.
- objectType String
- selector String
GetHyperflexHypervisorVirtualMachineResultProcessorCapacity       
- AdditionalProperties string
- Capacity double
- ClassId string
- Free double
- ObjectType string
- Used double
- AdditionalProperties string
- Capacity float64
- ClassId string
- Free float64
- ObjectType string
- Used float64
- additionalProperties String
- capacity Double
- classId String
- free Double
- objectType String
- used Double
- additionalProperties string
- capacity number
- classId string
- free number
- objectType string
- used number
- additional_properties str
- capacity float
- class_id str
- free float
- object_type str
- used float
- additionalProperties String
- capacity Number
- classId String
- free Number
- objectType String
- used Number
GetHyperflexHypervisorVirtualMachineResultRegisteredDevice       
- AdditionalProperties string
- ClassId string
- Moid string
- The unique identifier of this Managed Object instance.
- ObjectType string
- Selector string
- AdditionalProperties string
- ClassId string
- Moid string
- The unique identifier of this Managed Object instance.
- ObjectType string
- Selector string
- additionalProperties String
- classId String
- moid String
- The unique identifier of this Managed Object instance.
- objectType String
- selector String
- additionalProperties string
- classId string
- moid string
- The unique identifier of this Managed Object instance.
- objectType string
- selector string
- additional_properties str
- class_id str
- moid str
- The unique identifier of this Managed Object instance.
- object_type str
- selector str
- additionalProperties String
- classId String
- moid String
- The unique identifier of this Managed Object instance.
- objectType String
- selector String
GetHyperflexHypervisorVirtualMachineResultTag      
- AdditionalProperties string
- Key string
- Value string
- AdditionalProperties string
- Key string
- Value string
- additionalProperties String
- key String
- value String
- additionalProperties string
- key string
- value string
- additional_properties str
- key str
- value str
- additionalProperties String
- key String
- value String
GetHyperflexHypervisorVirtualMachineResultVersionContext       
- additionalProperties String
- classId String
- interestedMos List<Property Map>
- markedFor BooleanDeletion 
- nrVersion String
- objectType String
- refMos List<Property Map>
- timestamp String
- versionType String
GetHyperflexHypervisorVirtualMachineResultVersionContextInterestedMo         
- AdditionalProperties string
- ClassId string
- Moid string
- The unique identifier of this Managed Object instance.
- ObjectType string
- Selector string
- AdditionalProperties string
- ClassId string
- Moid string
- The unique identifier of this Managed Object instance.
- ObjectType string
- Selector string
- additionalProperties String
- classId String
- moid String
- The unique identifier of this Managed Object instance.
- objectType String
- selector String
- additionalProperties string
- classId string
- moid string
- The unique identifier of this Managed Object instance.
- objectType string
- selector string
- additional_properties str
- class_id str
- moid str
- The unique identifier of this Managed Object instance.
- object_type str
- selector str
- additionalProperties String
- classId String
- moid String
- The unique identifier of this Managed Object instance.
- objectType String
- selector String
GetHyperflexHypervisorVirtualMachineResultVersionContextRefMo         
- AdditionalProperties string
- ClassId string
- Moid string
- The unique identifier of this Managed Object instance.
- ObjectType string
- Selector string
- AdditionalProperties string
- ClassId string
- Moid string
- The unique identifier of this Managed Object instance.
- ObjectType string
- Selector string
- additionalProperties String
- classId String
- moid String
- The unique identifier of this Managed Object instance.
- objectType String
- selector String
- additionalProperties string
- classId string
- moid string
- The unique identifier of this Managed Object instance.
- objectType string
- selector string
- additional_properties str
- class_id str
- moid str
- The unique identifier of this Managed Object instance.
- object_type str
- selector str
- additionalProperties String
- classId String
- moid String
- The unique identifier of this Managed Object instance.
- objectType String
- selector String
GetHyperflexHypervisorVirtualMachineTag     
- AdditionalProperties string
- Key string
- The string representation of a tag key.
- Value string
- The string representation of a tag value.
- AdditionalProperties string
- Key string
- The string representation of a tag key.
- Value string
- The string representation of a tag value.
- additionalProperties String
- key String
- The string representation of a tag key.
- value String
- The string representation of a tag value.
- additionalProperties string
- key string
- The string representation of a tag key.
- value string
- The string representation of a tag value.
- additional_properties str
- key str
- The string representation of a tag key.
- value str
- The string representation of a tag value.
- additionalProperties String
- key String
- The string representation of a tag key.
- value String
- The string representation of a tag value.
GetHyperflexHypervisorVirtualMachineVersionContext      
- AdditionalProperties string
- ClassId string
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- InterestedMos List<GetHyperflex Hypervisor Virtual Machine Version Context Interested Mo> 
- MarkedFor boolDeletion 
- The flag to indicate if snapshot is marked for deletion or not. If flag is set then snapshot will be removed after the successful deployment of the policy.
- NrVersion string
- The version of the Managed Object, e.g. an incrementing number or a hash id.
- ObjectType string
- The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
- RefMo GetHyperflex Hypervisor Virtual Machine Version Context Ref Mo 
- A reference to the original Managed Object.
- Timestamp string
- The time this versioned Managed Object was created.
- VersionType string
- Specifies type of version. Currently the only supported value is "Configured"
that is used to keep track of snapshots of policies and profiles that are intended
to be configured to target endpoints.- Modified- Version created every time an object is modified.
- Configured- Version created every time an object is configured to the service profile.
- Deployed- Version created for objects related to a service profile when it is deployed.
 
- AdditionalProperties string
- ClassId string
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- InterestedMos []GetHyperflex Hypervisor Virtual Machine Version Context Interested Mo 
- MarkedFor boolDeletion 
- The flag to indicate if snapshot is marked for deletion or not. If flag is set then snapshot will be removed after the successful deployment of the policy.
- NrVersion string
- The version of the Managed Object, e.g. an incrementing number or a hash id.
- ObjectType string
- The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
- RefMo GetHyperflex Hypervisor Virtual Machine Version Context Ref Mo 
- A reference to the original Managed Object.
- Timestamp string
- The time this versioned Managed Object was created.
- VersionType string
- Specifies type of version. Currently the only supported value is "Configured"
that is used to keep track of snapshots of policies and profiles that are intended
to be configured to target endpoints.- Modified- Version created every time an object is modified.
- Configured- Version created every time an object is configured to the service profile.
- Deployed- Version created for objects related to a service profile when it is deployed.
 
- additionalProperties String
- classId String
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- interestedMos List<GetHyperflex Hypervisor Virtual Machine Version Context Interested Mo> 
- markedFor BooleanDeletion 
- The flag to indicate if snapshot is marked for deletion or not. If flag is set then snapshot will be removed after the successful deployment of the policy.
- nrVersion String
- The version of the Managed Object, e.g. an incrementing number or a hash id.
- objectType String
- The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
- refMo GetHyperflex Hypervisor Virtual Machine Version Context Ref Mo 
- A reference to the original Managed Object.
- timestamp String
- The time this versioned Managed Object was created.
- versionType String
- Specifies type of version. Currently the only supported value is "Configured"
that is used to keep track of snapshots of policies and profiles that are intended
to be configured to target endpoints.- Modified- Version created every time an object is modified.
- Configured- Version created every time an object is configured to the service profile.
- Deployed- Version created for objects related to a service profile when it is deployed.
 
- additionalProperties string
- classId string
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- interestedMos GetHyperflex Hypervisor Virtual Machine Version Context Interested Mo[] 
- markedFor booleanDeletion 
- The flag to indicate if snapshot is marked for deletion or not. If flag is set then snapshot will be removed after the successful deployment of the policy.
- nrVersion string
- The version of the Managed Object, e.g. an incrementing number or a hash id.
- objectType string
- The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
- refMo GetHyperflex Hypervisor Virtual Machine Version Context Ref Mo 
- A reference to the original Managed Object.
- timestamp string
- The time this versioned Managed Object was created.
- versionType string
- Specifies type of version. Currently the only supported value is "Configured"
that is used to keep track of snapshots of policies and profiles that are intended
to be configured to target endpoints.- Modified- Version created every time an object is modified.
- Configured- Version created every time an object is configured to the service profile.
- Deployed- Version created for objects related to a service profile when it is deployed.
 
- additional_properties str
- class_id str
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- interested_mos Sequence[GetHyperflex Hypervisor Virtual Machine 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 GetHyperflex Hypervisor Virtual Machine Version Context Ref Mo 
- A reference to the original Managed Object.
- timestamp str
- The time this versioned Managed Object was created.
- version_type str
- Specifies type of version. Currently the only supported value is "Configured"
that is used to keep track of snapshots of policies and profiles that are intended
to be configured to target endpoints.- Modified- Version created every time an object is modified.
- Configured- Version created every time an object is configured to the service profile.
- Deployed- Version created for objects related to a service profile when it is deployed.
 
- additionalProperties String
- classId String
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- interestedMos List<Property Map>
- markedFor BooleanDeletion 
- The flag to indicate if snapshot is marked for deletion or not. If flag is set then snapshot will be removed after the successful deployment of the policy.
- nrVersion String
- The version of the Managed Object, e.g. an incrementing number or a hash id.
- objectType String
- The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
- refMo Property Map
- A reference to the original Managed Object.
- timestamp String
- The time this versioned Managed Object was created.
- versionType String
- Specifies type of version. Currently the only supported value is "Configured"
that is used to keep track of snapshots of policies and profiles that are intended
to be configured to target endpoints.- Modified- Version created every time an object is modified.
- Configured- Version created every time an object is configured to the service profile.
- Deployed- Version created for objects related to a service profile when it is deployed.
 
GetHyperflexHypervisorVirtualMachineVersionContextInterestedMo        
- AdditionalProperties string
- ClassId string
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- Moid string
- The unique identifier of this Managed Object instance.
- ObjectType string
- The fully-qualified name of the remote type referred by this relationship.
- Selector string
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
 
- AdditionalProperties string
- ClassId string
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- Moid string
- The unique identifier of this Managed Object instance.
- ObjectType string
- The fully-qualified name of the remote type referred by this relationship.
- Selector string
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
 
- additionalProperties String
- classId String
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- moid String
- The unique identifier of this Managed Object instance.
- objectType String
- The fully-qualified name of the remote type referred by this relationship.
- selector String
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
 
- additionalProperties string
- classId string
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- moid string
- The unique identifier of this Managed Object instance.
- objectType string
- The fully-qualified name of the remote type referred by this relationship.
- selector string
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
 
- additional_properties str
- class_id str
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- moid str
- The unique identifier of this Managed Object instance.
- object_type str
- The fully-qualified name of the remote type referred by this relationship.
- selector str
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
 
- additionalProperties String
- classId String
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- moid String
- The unique identifier of this Managed Object instance.
- objectType String
- The fully-qualified name of the remote type referred by this relationship.
- selector String
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
 
GetHyperflexHypervisorVirtualMachineVersionContextRefMo        
- AdditionalProperties string
- ClassId string
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- Moid string
- The unique identifier of this Managed Object instance.
- ObjectType string
- The fully-qualified name of the remote type referred by this relationship.
- Selector string
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
 
- AdditionalProperties string
- ClassId string
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- Moid string
- The unique identifier of this Managed Object instance.
- ObjectType string
- The fully-qualified name of the remote type referred by this relationship.
- Selector string
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
 
- additionalProperties String
- classId String
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- moid String
- The unique identifier of this Managed Object instance.
- objectType String
- The fully-qualified name of the remote type referred by this relationship.
- selector String
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
 
- additionalProperties string
- classId string
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- moid string
- The unique identifier of this Managed Object instance.
- objectType string
- The fully-qualified name of the remote type referred by this relationship.
- selector string
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
 
- additional_properties str
- class_id str
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- moid str
- The unique identifier of this Managed Object instance.
- object_type str
- The fully-qualified name of the remote type referred by this relationship.
- selector str
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
 
- additionalProperties String
- classId String
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- moid String
- The unique identifier of this Managed Object instance.
- objectType String
- The fully-qualified name of the remote type referred by this relationship.
- selector String
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
 
Package Details
- Repository
- intersight ciscodevnet/terraform-provider-intersight
- License
- Notes
- This Pulumi package is based on the intersightTerraform Provider.
intersight 1.0.65 published on Wednesday, May 7, 2025 by ciscodevnet