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

intersight.getHyperflexHypervisorVirtualMachine

Explore with Pulumi AI

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

    The following arguments are supported:

    AccountMoid string
    The Account ID for this managed object.
    AdditionalProperties string
    Ancestors List<GetHyperflexHypervisorVirtualMachineAncestor>
    BootTime string
    Time when this VM booted up.
    Capacity GetHyperflexHypervisorVirtualMachineCapacity
    ClassId string
    Cluster GetHyperflexHypervisorVirtualMachineCluster
    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.
    DomainGroupMoid string
    The DomainGroup ID for this managed object.
    GuestInfo GetHyperflexHypervisorVirtualMachineGuestInfo
    GuestOsState string
    Guest operating system state of the HyperFlex virtual machine.
    Host GetHyperflexHypervisorVirtualMachineHost
    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 GetHyperflexHypervisorVirtualMachineIp
    IpAddresses List<string>
    MemoryCapacity GetHyperflexHypervisorVirtualMachineMemoryCapacity
    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 GetHyperflexHypervisorVirtualMachineParent
    Path string
    Directory path where virtual machine is stored.
    PermissionResources List<GetHyperflexHypervisorVirtualMachinePermissionResource>
    PlatformInstanceId string
    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 GetHyperflexHypervisorVirtualMachineProcessorCapacity
    RegisteredDevice GetHyperflexHypervisorVirtualMachineRegisteredDevice
    SharedScope string
    Intersight provides pre-built workflows, tasks and policies to end users through global catalogs.Objects that are made available through global catalogs are said to have a 'shared' ownership. Shared objects are either made globally available to all end users or restricted to end users based on their license entitlement. Users can use this property to differentiate the scope (global or a specific license tier) to which a shared MO belongs.
    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.
    StorageProvisionedInBytes double
    Total provisioned storage to the HyperFlex virtual machine in bytes.
    StorageUsedInBytes double
    Storage used by HyperFlex virtual machine in bytes.
    Tags List<GetHyperflexHypervisorVirtualMachineTag>
    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 GetHyperflexHypervisorVirtualMachineVersionContext
    VmCreationTime string
    Time when this virtualmachine is created.
    VmInstanceUuid string
    The instance UUID of a virtual machine.
    AccountMoid string
    The Account ID for this managed object.
    AdditionalProperties string
    Ancestors []GetHyperflexHypervisorVirtualMachineAncestor
    BootTime string
    Time when this VM booted up.
    Capacity GetHyperflexHypervisorVirtualMachineCapacity
    ClassId string
    Cluster GetHyperflexHypervisorVirtualMachineCluster
    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.
    DomainGroupMoid string
    The DomainGroup ID for this managed object.
    GuestInfo GetHyperflexHypervisorVirtualMachineGuestInfo
    GuestOsState string
    Guest operating system state of the HyperFlex virtual machine.
    Host GetHyperflexHypervisorVirtualMachineHost
    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 GetHyperflexHypervisorVirtualMachineIp
    IpAddresses []string
    MemoryCapacity GetHyperflexHypervisorVirtualMachineMemoryCapacity
    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 GetHyperflexHypervisorVirtualMachineParent
    Path string
    Directory path where virtual machine is stored.
    PermissionResources []GetHyperflexHypervisorVirtualMachinePermissionResource
    PlatformInstanceId string
    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 GetHyperflexHypervisorVirtualMachineProcessorCapacity
    RegisteredDevice GetHyperflexHypervisorVirtualMachineRegisteredDevice
    SharedScope string
    Intersight provides pre-built workflows, tasks and policies to end users through global catalogs.Objects that are made available through global catalogs are said to have a 'shared' ownership. Shared objects are either made globally available to all end users or restricted to end users based on their license entitlement. Users can use this property to differentiate the scope (global or a specific license tier) to which a shared MO belongs.
    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.
    StorageProvisionedInBytes float64
    Total provisioned storage to the HyperFlex virtual machine in bytes.
    StorageUsedInBytes float64
    Storage used by HyperFlex virtual machine in bytes.
    Tags []GetHyperflexHypervisorVirtualMachineTag
    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 GetHyperflexHypervisorVirtualMachineVersionContext
    VmCreationTime string
    Time when this virtualmachine is created.
    VmInstanceUuid string
    The instance UUID of a virtual machine.
    accountMoid String
    The Account ID for this managed object.
    additionalProperties String
    ancestors List<GetHyperflexHypervisorVirtualMachineAncestor>
    bootTime String
    Time when this VM booted up.
    capacity GetHyperflexHypervisorVirtualMachineCapacity
    classId String
    cluster GetHyperflexHypervisorVirtualMachineCluster
    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.
    domainGroupMoid String
    The DomainGroup ID for this managed object.
    guestInfo GetHyperflexHypervisorVirtualMachineGuestInfo
    guestOsState String
    Guest operating system state of the HyperFlex virtual machine.
    host GetHyperflexHypervisorVirtualMachineHost
    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 GetHyperflexHypervisorVirtualMachineIp
    ipAddresses List<String>
    memoryCapacity GetHyperflexHypervisorVirtualMachineMemoryCapacity
    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 GetHyperflexHypervisorVirtualMachineParent
    path String
    Directory path where virtual machine is stored.
    permissionResources List<GetHyperflexHypervisorVirtualMachinePermissionResource>
    platformInstanceId String
    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 GetHyperflexHypervisorVirtualMachineProcessorCapacity
    registeredDevice GetHyperflexHypervisorVirtualMachineRegisteredDevice
    sharedScope String
    Intersight provides pre-built workflows, tasks and policies to end users through global catalogs.Objects that are made available through global catalogs are said to have a 'shared' ownership. Shared objects are either made globally available to all end users or restricted to end users based on their license entitlement. Users can use this property to differentiate the scope (global or a specific license tier) to which a shared MO belongs.
    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.
    storageProvisionedInBytes Double
    Total provisioned storage to the HyperFlex virtual machine in bytes.
    storageUsedInBytes Double
    Storage used by HyperFlex virtual machine in bytes.
    tags List<GetHyperflexHypervisorVirtualMachineTag>
    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 GetHyperflexHypervisorVirtualMachineVersionContext
    vmCreationTime String
    Time when this virtualmachine is created.
    vmInstanceUuid String
    The instance UUID of a virtual machine.
    accountMoid string
    The Account ID for this managed object.
    additionalProperties string
    ancestors GetHyperflexHypervisorVirtualMachineAncestor[]
    bootTime string
    Time when this VM booted up.
    capacity GetHyperflexHypervisorVirtualMachineCapacity
    classId string
    cluster GetHyperflexHypervisorVirtualMachineCluster
    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.
    domainGroupMoid string
    The DomainGroup ID for this managed object.
    guestInfo GetHyperflexHypervisorVirtualMachineGuestInfo
    guestOsState string
    Guest operating system state of the HyperFlex virtual machine.
    host GetHyperflexHypervisorVirtualMachineHost
    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 GetHyperflexHypervisorVirtualMachineIp
    ipAddresses string[]
    memoryCapacity GetHyperflexHypervisorVirtualMachineMemoryCapacity
    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 GetHyperflexHypervisorVirtualMachineParent
    path string
    Directory path where virtual machine is stored.
    permissionResources GetHyperflexHypervisorVirtualMachinePermissionResource[]
    platformInstanceId string
    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 GetHyperflexHypervisorVirtualMachineProcessorCapacity
    registeredDevice GetHyperflexHypervisorVirtualMachineRegisteredDevice
    sharedScope string
    Intersight provides pre-built workflows, tasks and policies to end users through global catalogs.Objects that are made available through global catalogs are said to have a 'shared' ownership. Shared objects are either made globally available to all end users or restricted to end users based on their license entitlement. Users can use this property to differentiate the scope (global or a specific license tier) to which a shared MO belongs.
    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.
    storageProvisionedInBytes number
    Total provisioned storage to the HyperFlex virtual machine in bytes.
    storageUsedInBytes number
    Storage used by HyperFlex virtual machine in bytes.
    tags GetHyperflexHypervisorVirtualMachineTag[]
    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 GetHyperflexHypervisorVirtualMachineVersionContext
    vmCreationTime string
    Time when this virtualmachine is created.
    vmInstanceUuid string
    The instance UUID of a virtual machine.
    account_moid str
    The Account ID for this managed object.
    additional_properties str
    ancestors Sequence[GetHyperflexHypervisorVirtualMachineAncestor]
    boot_time str
    Time when this VM booted up.
    capacity GetHyperflexHypervisorVirtualMachineCapacity
    class_id str
    cluster GetHyperflexHypervisorVirtualMachineCluster
    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_moid str
    The DomainGroup ID for this managed object.
    guest_info GetHyperflexHypervisorVirtualMachineGuestInfo
    guest_os_state str
    Guest operating system state of the HyperFlex virtual machine.
    host GetHyperflexHypervisorVirtualMachineHost
    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 GetHyperflexHypervisorVirtualMachineIp
    ip_addresses Sequence[str]
    memory_capacity GetHyperflexHypervisorVirtualMachineMemoryCapacity
    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 GetHyperflexHypervisorVirtualMachineParent
    path str
    Directory path where virtual machine is stored.
    permission_resources Sequence[GetHyperflexHypervisorVirtualMachinePermissionResource]
    platform_instance_id str
    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 GetHyperflexHypervisorVirtualMachineProcessorCapacity
    registered_device GetHyperflexHypervisorVirtualMachineRegisteredDevice
    shared_scope str
    Intersight provides pre-built workflows, tasks and policies to end users through global catalogs.Objects that are made available through global catalogs are said to have a 'shared' ownership. Shared objects are either made globally available to all end users or restricted to end users based on their license entitlement. Users can use this property to differentiate the scope (global or a specific license tier) to which a shared MO belongs.
    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_in_bytes float
    Total provisioned storage to the HyperFlex virtual machine in bytes.
    storage_used_in_bytes float
    Storage used by HyperFlex virtual machine in bytes.
    tags Sequence[GetHyperflexHypervisorVirtualMachineTag]
    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 GetHyperflexHypervisorVirtualMachineVersionContext
    vm_creation_time str
    Time when this virtualmachine is created.
    vm_instance_uuid str
    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.
    domainGroupMoid String
    The DomainGroup ID for this managed object.
    guestInfo Property Map
    guestOsState String
    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>
    platformInstanceId String
    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
    sharedScope String
    Intersight provides pre-built workflows, tasks and policies to end users through global catalogs.Objects that are made available through global catalogs are said to have a 'shared' ownership. Shared objects are either made globally available to all end users or restricted to end users based on their license entitlement. Users can use this property to differentiate the scope (global or a specific license tier) to which a shared MO belongs.
    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.
    storageProvisionedInBytes Number
    Total provisioned storage to the HyperFlex virtual machine in bytes.
    storageUsedInBytes Number
    Storage used by HyperFlex virtual machine in bytes.
    tags 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
    vmCreationTime String
    Time when this virtualmachine is created.
    vmInstanceUuid String
    The instance UUID of a virtual machine.

    getHyperflexHypervisorVirtualMachine Result

    The following output properties are available:

    Id string
    Results List<GetHyperflexHypervisorVirtualMachineResult>
    AccountMoid string
    AdditionalProperties string
    Ancestors List<GetHyperflexHypervisorVirtualMachineAncestor>
    BootTime string
    Capacity GetHyperflexHypervisorVirtualMachineCapacity
    ClassId string
    Cluster GetHyperflexHypervisorVirtualMachineCluster
    ConnectionState string
    CpuUtilization double
    CreateTime string
    DomainGroupMoid string
    GuestInfo GetHyperflexHypervisorVirtualMachineGuestInfo
    GuestOsState string
    Host GetHyperflexHypervisorVirtualMachineHost
    HostUuid string
    HypervisorType string
    Identity string
    Ip GetHyperflexHypervisorVirtualMachineIp
    IpAddresses List<string>
    MemoryCapacity GetHyperflexHypervisorVirtualMachineMemoryCapacity
    MemoryUtilization double
    ModTime string
    Moid string
    Name string
    NrProvider string
    ObjectType string
    Owners List<string>
    Parent GetHyperflexHypervisorVirtualMachineParent
    Path string
    PermissionResources List<GetHyperflexHypervisorVirtualMachinePermissionResource>
    PlatformInstanceId string
    PowerState string
    ProcessorCapacity GetHyperflexHypervisorVirtualMachineProcessorCapacity
    RegisteredDevice GetHyperflexHypervisorVirtualMachineRegisteredDevice
    SharedScope string
    State string
    StorageProvisionedInBytes double
    StorageUsedInBytes double
    Tags List<GetHyperflexHypervisorVirtualMachineTag>
    Template bool
    Uuid string
    VersionContext GetHyperflexHypervisorVirtualMachineVersionContext
    VmCreationTime string
    VmInstanceUuid string
    Id string
    Results []GetHyperflexHypervisorVirtualMachineResult
    AccountMoid string
    AdditionalProperties string
    Ancestors []GetHyperflexHypervisorVirtualMachineAncestor
    BootTime string
    Capacity GetHyperflexHypervisorVirtualMachineCapacity
    ClassId string
    Cluster GetHyperflexHypervisorVirtualMachineCluster
    ConnectionState string
    CpuUtilization float64
    CreateTime string
    DomainGroupMoid string
    GuestInfo GetHyperflexHypervisorVirtualMachineGuestInfo
    GuestOsState string
    Host GetHyperflexHypervisorVirtualMachineHost
    HostUuid string
    HypervisorType string
    Identity string
    Ip GetHyperflexHypervisorVirtualMachineIp
    IpAddresses []string
    MemoryCapacity GetHyperflexHypervisorVirtualMachineMemoryCapacity
    MemoryUtilization float64
    ModTime string
    Moid string
    Name string
    NrProvider string
    ObjectType string
    Owners []string
    Parent GetHyperflexHypervisorVirtualMachineParent
    Path string
    PermissionResources []GetHyperflexHypervisorVirtualMachinePermissionResource
    PlatformInstanceId string
    PowerState string
    ProcessorCapacity GetHyperflexHypervisorVirtualMachineProcessorCapacity
    RegisteredDevice GetHyperflexHypervisorVirtualMachineRegisteredDevice
    SharedScope string
    State string
    StorageProvisionedInBytes float64
    StorageUsedInBytes float64
    Tags []GetHyperflexHypervisorVirtualMachineTag
    Template bool
    Uuid string
    VersionContext GetHyperflexHypervisorVirtualMachineVersionContext
    VmCreationTime string
    VmInstanceUuid string
    id String
    results List<GetHyperflexHypervisorVirtualMachineResult>
    accountMoid String
    additionalProperties String
    ancestors List<GetHyperflexHypervisorVirtualMachineAncestor>
    bootTime String
    capacity GetHyperflexHypervisorVirtualMachineCapacity
    classId String
    cluster GetHyperflexHypervisorVirtualMachineCluster
    connectionState String
    cpuUtilization Double
    createTime String
    domainGroupMoid String
    guestInfo GetHyperflexHypervisorVirtualMachineGuestInfo
    guestOsState String
    host GetHyperflexHypervisorVirtualMachineHost
    hostUuid String
    hypervisorType String
    identity String
    ip GetHyperflexHypervisorVirtualMachineIp
    ipAddresses List<String>
    memoryCapacity GetHyperflexHypervisorVirtualMachineMemoryCapacity
    memoryUtilization Double
    modTime String
    moid String
    name String
    nrProvider String
    objectType String
    owners List<String>
    parent GetHyperflexHypervisorVirtualMachineParent
    path String
    permissionResources List<GetHyperflexHypervisorVirtualMachinePermissionResource>
    platformInstanceId String
    powerState String
    processorCapacity GetHyperflexHypervisorVirtualMachineProcessorCapacity
    registeredDevice GetHyperflexHypervisorVirtualMachineRegisteredDevice
    sharedScope String
    state String
    storageProvisionedInBytes Double
    storageUsedInBytes Double
    tags List<GetHyperflexHypervisorVirtualMachineTag>
    template Boolean
    uuid String
    versionContext GetHyperflexHypervisorVirtualMachineVersionContext
    vmCreationTime String
    vmInstanceUuid String
    id string
    results GetHyperflexHypervisorVirtualMachineResult[]
    accountMoid string
    additionalProperties string
    ancestors GetHyperflexHypervisorVirtualMachineAncestor[]
    bootTime string
    capacity GetHyperflexHypervisorVirtualMachineCapacity
    classId string
    cluster GetHyperflexHypervisorVirtualMachineCluster
    connectionState string
    cpuUtilization number
    createTime string
    domainGroupMoid string
    guestInfo GetHyperflexHypervisorVirtualMachineGuestInfo
    guestOsState string
    host GetHyperflexHypervisorVirtualMachineHost
    hostUuid string
    hypervisorType string
    identity string
    ip GetHyperflexHypervisorVirtualMachineIp
    ipAddresses string[]
    memoryCapacity GetHyperflexHypervisorVirtualMachineMemoryCapacity
    memoryUtilization number
    modTime string
    moid string
    name string
    nrProvider string
    objectType string
    owners string[]
    parent GetHyperflexHypervisorVirtualMachineParent
    path string
    permissionResources GetHyperflexHypervisorVirtualMachinePermissionResource[]
    platformInstanceId string
    powerState string
    processorCapacity GetHyperflexHypervisorVirtualMachineProcessorCapacity
    registeredDevice GetHyperflexHypervisorVirtualMachineRegisteredDevice
    sharedScope string
    state string
    storageProvisionedInBytes number
    storageUsedInBytes number
    tags GetHyperflexHypervisorVirtualMachineTag[]
    template boolean
    uuid string
    versionContext GetHyperflexHypervisorVirtualMachineVersionContext
    vmCreationTime string
    vmInstanceUuid string
    id str
    results Sequence[GetHyperflexHypervisorVirtualMachineResult]
    account_moid str
    additional_properties str
    ancestors Sequence[GetHyperflexHypervisorVirtualMachineAncestor]
    boot_time str
    capacity GetHyperflexHypervisorVirtualMachineCapacity
    class_id str
    cluster GetHyperflexHypervisorVirtualMachineCluster
    connection_state str
    cpu_utilization float
    create_time str
    domain_group_moid str
    guest_info GetHyperflexHypervisorVirtualMachineGuestInfo
    guest_os_state str
    host GetHyperflexHypervisorVirtualMachineHost
    host_uuid str
    hypervisor_type str
    identity str
    ip GetHyperflexHypervisorVirtualMachineIp
    ip_addresses Sequence[str]
    memory_capacity GetHyperflexHypervisorVirtualMachineMemoryCapacity
    memory_utilization float
    mod_time str
    moid str
    name str
    nr_provider str
    object_type str
    owners Sequence[str]
    parent GetHyperflexHypervisorVirtualMachineParent
    path str
    permission_resources Sequence[GetHyperflexHypervisorVirtualMachinePermissionResource]
    platform_instance_id str
    power_state str
    processor_capacity GetHyperflexHypervisorVirtualMachineProcessorCapacity
    registered_device GetHyperflexHypervisorVirtualMachineRegisteredDevice
    shared_scope str
    state str
    storage_provisioned_in_bytes float
    storage_used_in_bytes float
    tags Sequence[GetHyperflexHypervisorVirtualMachineTag]
    template bool
    uuid str
    version_context GetHyperflexHypervisorVirtualMachineVersionContext
    vm_creation_time str
    vm_instance_uuid str
    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
    domainGroupMoid String
    guestInfo Property Map
    guestOsState String
    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>
    platformInstanceId String
    powerState String
    processorCapacity Property Map
    registeredDevice Property Map
    sharedScope String
    state String
    storageProvisionedInBytes Number
    storageUsedInBytes Number
    tags List<Property Map>
    template Boolean
    uuid String
    versionContext Property Map
    vmCreationTime String
    vmInstanceUuid String

    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.

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

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

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

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

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

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

    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.

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

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

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

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

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

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

    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.

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

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

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

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

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

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

    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.

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

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

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

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

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

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

    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.

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

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

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

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

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

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

    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.

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

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

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

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

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

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

    GetHyperflexHypervisorVirtualMachineResult

    AccountMoid string
    The Account ID for this managed object.
    AdditionalProperties string
    Ancestors List<GetHyperflexHypervisorVirtualMachineResultAncestor>
    BootTime string
    Time when this VM booted up.
    Capacities List<GetHyperflexHypervisorVirtualMachineResultCapacity>
    ClassId string
    Clusters List<GetHyperflexHypervisorVirtualMachineResultCluster>
    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.
    DomainGroupMoid string
    The DomainGroup ID for this managed object.
    GuestInfos List<GetHyperflexHypervisorVirtualMachineResultGuestInfo>
    GuestOsState string
    Guest operating system state of the HyperFlex virtual machine.
    HostUuid string
    Host UUID of the HyperFlex virtual machine.
    Hosts List<GetHyperflexHypervisorVirtualMachineResultHost>
    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<GetHyperflexHypervisorVirtualMachineResultIp>
    MemoryCapacities List<GetHyperflexHypervisorVirtualMachineResultMemoryCapacity>
    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<GetHyperflexHypervisorVirtualMachineResultParent>
    Path string
    Directory path where virtual machine is stored.
    PermissionResources List<GetHyperflexHypervisorVirtualMachineResultPermissionResource>
    PlatformInstanceId string
    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<GetHyperflexHypervisorVirtualMachineResultProcessorCapacity>
    RegisteredDevices List<GetHyperflexHypervisorVirtualMachineResultRegisteredDevice>
    SharedScope string
    Intersight provides pre-built workflows, tasks and policies to end users through global catalogs.Objects that are made available through global catalogs are said to have a 'shared' ownership. Shared objects are either made globally available to all end users or restricted to end users based on their license entitlement. Users can use this property to differentiate the scope (global or a specific license tier) to which a shared MO belongs.
    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.
    StorageProvisionedInBytes double
    Total provisioned storage to the HyperFlex virtual machine in bytes.
    StorageUsedInBytes double
    Storage used by HyperFlex virtual machine in bytes.
    Tags List<GetHyperflexHypervisorVirtualMachineResultTag>
    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<GetHyperflexHypervisorVirtualMachineResultVersionContext>
    VmCreationTime string
    Time when this virtualmachine is created.
    VmInstanceUuid string
    The instance UUID of a virtual machine.
    AccountMoid string
    The Account ID for this managed object.
    AdditionalProperties string
    Ancestors []GetHyperflexHypervisorVirtualMachineResultAncestor
    BootTime string
    Time when this VM booted up.
    Capacities []GetHyperflexHypervisorVirtualMachineResultCapacity
    ClassId string
    Clusters []GetHyperflexHypervisorVirtualMachineResultCluster
    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.
    DomainGroupMoid string
    The DomainGroup ID for this managed object.
    GuestInfos []GetHyperflexHypervisorVirtualMachineResultGuestInfo
    GuestOsState string
    Guest operating system state of the HyperFlex virtual machine.
    HostUuid string
    Host UUID of the HyperFlex virtual machine.
    Hosts []GetHyperflexHypervisorVirtualMachineResultHost
    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 []GetHyperflexHypervisorVirtualMachineResultIp
    MemoryCapacities []GetHyperflexHypervisorVirtualMachineResultMemoryCapacity
    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 []GetHyperflexHypervisorVirtualMachineResultParent
    Path string
    Directory path where virtual machine is stored.
    PermissionResources []GetHyperflexHypervisorVirtualMachineResultPermissionResource
    PlatformInstanceId string
    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 []GetHyperflexHypervisorVirtualMachineResultProcessorCapacity
    RegisteredDevices []GetHyperflexHypervisorVirtualMachineResultRegisteredDevice
    SharedScope string
    Intersight provides pre-built workflows, tasks and policies to end users through global catalogs.Objects that are made available through global catalogs are said to have a 'shared' ownership. Shared objects are either made globally available to all end users or restricted to end users based on their license entitlement. Users can use this property to differentiate the scope (global or a specific license tier) to which a shared MO belongs.
    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.
    StorageProvisionedInBytes float64
    Total provisioned storage to the HyperFlex virtual machine in bytes.
    StorageUsedInBytes float64
    Storage used by HyperFlex virtual machine in bytes.
    Tags []GetHyperflexHypervisorVirtualMachineResultTag
    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 []GetHyperflexHypervisorVirtualMachineResultVersionContext
    VmCreationTime string
    Time when this virtualmachine is created.
    VmInstanceUuid string
    The instance UUID of a virtual machine.
    accountMoid String
    The Account ID for this managed object.
    additionalProperties String
    ancestors List<GetHyperflexHypervisorVirtualMachineResultAncestor>
    bootTime String
    Time when this VM booted up.
    capacities List<GetHyperflexHypervisorVirtualMachineResultCapacity>
    classId String
    clusters List<GetHyperflexHypervisorVirtualMachineResultCluster>
    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.
    domainGroupMoid String
    The DomainGroup ID for this managed object.
    guestInfos List<GetHyperflexHypervisorVirtualMachineResultGuestInfo>
    guestOsState String
    Guest operating system state of the HyperFlex virtual machine.
    hostUuid String
    Host UUID of the HyperFlex virtual machine.
    hosts List<GetHyperflexHypervisorVirtualMachineResultHost>
    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<GetHyperflexHypervisorVirtualMachineResultIp>
    memoryCapacities List<GetHyperflexHypervisorVirtualMachineResultMemoryCapacity>
    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<GetHyperflexHypervisorVirtualMachineResultParent>
    path String
    Directory path where virtual machine is stored.
    permissionResources List<GetHyperflexHypervisorVirtualMachineResultPermissionResource>
    platformInstanceId String
    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<GetHyperflexHypervisorVirtualMachineResultProcessorCapacity>
    registeredDevices List<GetHyperflexHypervisorVirtualMachineResultRegisteredDevice>
    sharedScope String
    Intersight provides pre-built workflows, tasks and policies to end users through global catalogs.Objects that are made available through global catalogs are said to have a 'shared' ownership. Shared objects are either made globally available to all end users or restricted to end users based on their license entitlement. Users can use this property to differentiate the scope (global or a specific license tier) to which a shared MO belongs.
    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.
    storageProvisionedInBytes Double
    Total provisioned storage to the HyperFlex virtual machine in bytes.
    storageUsedInBytes Double
    Storage used by HyperFlex virtual machine in bytes.
    tags List<GetHyperflexHypervisorVirtualMachineResultTag>
    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<GetHyperflexHypervisorVirtualMachineResultVersionContext>
    vmCreationTime String
    Time when this virtualmachine is created.
    vmInstanceUuid String
    The instance UUID of a virtual machine.
    accountMoid string
    The Account ID for this managed object.
    additionalProperties string
    ancestors GetHyperflexHypervisorVirtualMachineResultAncestor[]
    bootTime string
    Time when this VM booted up.
    capacities GetHyperflexHypervisorVirtualMachineResultCapacity[]
    classId string
    clusters GetHyperflexHypervisorVirtualMachineResultCluster[]
    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.
    domainGroupMoid string
    The DomainGroup ID for this managed object.
    guestInfos GetHyperflexHypervisorVirtualMachineResultGuestInfo[]
    guestOsState string
    Guest operating system state of the HyperFlex virtual machine.
    hostUuid string
    Host UUID of the HyperFlex virtual machine.
    hosts GetHyperflexHypervisorVirtualMachineResultHost[]
    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 GetHyperflexHypervisorVirtualMachineResultIp[]
    memoryCapacities GetHyperflexHypervisorVirtualMachineResultMemoryCapacity[]
    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 GetHyperflexHypervisorVirtualMachineResultParent[]
    path string
    Directory path where virtual machine is stored.
    permissionResources GetHyperflexHypervisorVirtualMachineResultPermissionResource[]
    platformInstanceId string
    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 GetHyperflexHypervisorVirtualMachineResultProcessorCapacity[]
    registeredDevices GetHyperflexHypervisorVirtualMachineResultRegisteredDevice[]
    sharedScope string
    Intersight provides pre-built workflows, tasks and policies to end users through global catalogs.Objects that are made available through global catalogs are said to have a 'shared' ownership. Shared objects are either made globally available to all end users or restricted to end users based on their license entitlement. Users can use this property to differentiate the scope (global or a specific license tier) to which a shared MO belongs.
    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.
    storageProvisionedInBytes number
    Total provisioned storage to the HyperFlex virtual machine in bytes.
    storageUsedInBytes number
    Storage used by HyperFlex virtual machine in bytes.
    tags GetHyperflexHypervisorVirtualMachineResultTag[]
    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 GetHyperflexHypervisorVirtualMachineResultVersionContext[]
    vmCreationTime string
    Time when this virtualmachine is created.
    vmInstanceUuid string
    The instance UUID of a virtual machine.
    account_moid str
    The Account ID for this managed object.
    additional_properties str
    ancestors Sequence[GetHyperflexHypervisorVirtualMachineResultAncestor]
    boot_time str
    Time when this VM booted up.
    capacities Sequence[GetHyperflexHypervisorVirtualMachineResultCapacity]
    class_id str
    clusters Sequence[GetHyperflexHypervisorVirtualMachineResultCluster]
    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_moid str
    The DomainGroup ID for this managed object.
    guest_infos Sequence[GetHyperflexHypervisorVirtualMachineResultGuestInfo]
    guest_os_state str
    Guest operating system state of the HyperFlex virtual machine.
    host_uuid str
    Host UUID of the HyperFlex virtual machine.
    hosts Sequence[GetHyperflexHypervisorVirtualMachineResultHost]
    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[GetHyperflexHypervisorVirtualMachineResultIp]
    memory_capacities Sequence[GetHyperflexHypervisorVirtualMachineResultMemoryCapacity]
    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[GetHyperflexHypervisorVirtualMachineResultParent]
    path str
    Directory path where virtual machine is stored.
    permission_resources Sequence[GetHyperflexHypervisorVirtualMachineResultPermissionResource]
    platform_instance_id str
    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[GetHyperflexHypervisorVirtualMachineResultProcessorCapacity]
    registered_devices Sequence[GetHyperflexHypervisorVirtualMachineResultRegisteredDevice]
    shared_scope str
    Intersight provides pre-built workflows, tasks and policies to end users through global catalogs.Objects that are made available through global catalogs are said to have a 'shared' ownership. Shared objects are either made globally available to all end users or restricted to end users based on their license entitlement. Users can use this property to differentiate the scope (global or a specific license tier) to which a shared MO belongs.
    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_in_bytes float
    Total provisioned storage to the HyperFlex virtual machine in bytes.
    storage_used_in_bytes float
    Storage used by HyperFlex virtual machine in bytes.
    tags Sequence[GetHyperflexHypervisorVirtualMachineResultTag]
    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[GetHyperflexHypervisorVirtualMachineResultVersionContext]
    vm_creation_time str
    Time when this virtualmachine is created.
    vm_instance_uuid str
    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.
    domainGroupMoid String
    The DomainGroup ID for this managed object.
    guestInfos List<Property Map>
    guestOsState String
    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>
    platformInstanceId String
    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>
    sharedScope String
    Intersight provides pre-built workflows, tasks and policies to end users through global catalogs.Objects that are made available through global catalogs are said to have a 'shared' ownership. Shared objects are either made globally available to all end users or restricted to end users based on their license entitlement. Users can use this property to differentiate the scope (global or a specific license tier) to which a shared MO belongs.
    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.
    storageProvisionedInBytes Number
    Total provisioned storage to the HyperFlex virtual machine in bytes.
    storageUsedInBytes Number
    Storage used by HyperFlex virtual machine in bytes.
    tags 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>
    vmCreationTime String
    Time when this virtualmachine is created.
    vmInstanceUuid String
    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
    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
    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
    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
    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
    additionalProperties String
    key String
    value String

    GetHyperflexHypervisorVirtualMachineResultVersionContext

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

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

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

    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.

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

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

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

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

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

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

    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.

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

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

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

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

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

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

    Package Details

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