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

intersight.getVirtualizationVmwareHost

Explore with Pulumi AI

intersight logo
intersight 1.0.64 published on Wednesday, Apr 30, 2025 by ciscodevnet

    The VMware Host entity with its attributes. Every Host belongs to a Datacenter and may run VMs.

    Using getVirtualizationVmwareHost

    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 getVirtualizationVmwareHost(args: GetVirtualizationVmwareHostArgs, opts?: InvokeOptions): Promise<GetVirtualizationVmwareHostResult>
    function getVirtualizationVmwareHostOutput(args: GetVirtualizationVmwareHostOutputArgs, opts?: InvokeOptions): Output<GetVirtualizationVmwareHostResult>
    def get_virtualization_vmware_host(account_moid: Optional[str] = None,
                                       additional_properties: Optional[str] = None,
                                       ancestors: Optional[Sequence[GetVirtualizationVmwareHostAncestor]] = None,
                                       boot_time: Optional[str] = None,
                                       class_id: Optional[str] = None,
                                       cluster: Optional[GetVirtualizationVmwareHostCluster] = None,
                                       connection_state: Optional[str] = None,
                                       cpu_info: Optional[GetVirtualizationVmwareHostCpuInfo] = None,
                                       create_time: Optional[str] = None,
                                       datacenter: Optional[GetVirtualizationVmwareHostDatacenter] = None,
                                       datastores: Optional[Sequence[GetVirtualizationVmwareHostDatastore]] = None,
                                       dc_inv_path: Optional[str] = None,
                                       distributed_networks: Optional[Sequence[GetVirtualizationVmwareHostDistributedNetwork]] = None,
                                       distributed_switches: Optional[Sequence[GetVirtualizationVmwareHostDistributedSwitch]] = None,
                                       dns_servers: Optional[Sequence[str]] = None,
                                       domain_group_moid: Optional[str] = None,
                                       hardware_info: Optional[GetVirtualizationVmwareHostHardwareInfo] = None,
                                       hw_power_state: Optional[str] = None,
                                       hyper_flex_node: Optional[GetVirtualizationVmwareHostHyperFlexNode] = None,
                                       hypervisor_type: Optional[str] = None,
                                       id: Optional[str] = None,
                                       identity: Optional[str] = None,
                                       is_ssh_enabled: Optional[bool] = None,
                                       maintenance_mode: Optional[bool] = None,
                                       memory_capacity: Optional[GetVirtualizationVmwareHostMemoryCapacity] = None,
                                       mod_time: Optional[str] = None,
                                       model: Optional[str] = None,
                                       moid: Optional[str] = None,
                                       name: Optional[str] = None,
                                       network_adapter_count: Optional[float] = None,
                                       ntp_servers: Optional[Sequence[str]] = None,
                                       object_type: Optional[str] = None,
                                       owners: Optional[Sequence[str]] = None,
                                       parent: Optional[GetVirtualizationVmwareHostParent] = None,
                                       permission_resources: Optional[Sequence[GetVirtualizationVmwareHostPermissionResource]] = None,
                                       processor_capacity: Optional[GetVirtualizationVmwareHostProcessorCapacity] = None,
                                       product_info: Optional[GetVirtualizationVmwareHostProductInfo] = None,
                                       quarantine_mode: Optional[bool] = None,
                                       registered_device: Optional[GetVirtualizationVmwareHostRegisteredDevice] = None,
                                       resource_consumed: Optional[GetVirtualizationVmwareHostResourceConsumed] = None,
                                       serial: Optional[str] = None,
                                       server: Optional[GetVirtualizationVmwareHostServer] = None,
                                       shared_scope: Optional[str] = None,
                                       status: Optional[str] = None,
                                       storage_adapter_count: Optional[float] = None,
                                       tags: Optional[Sequence[GetVirtualizationVmwareHostTag]] = None,
                                       time_zone: Optional[str] = None,
                                       up_time: Optional[str] = None,
                                       uuid: Optional[str] = None,
                                       vcenter_host_id: Optional[str] = None,
                                       vendor: Optional[str] = None,
                                       version_context: Optional[GetVirtualizationVmwareHostVersionContext] = None,
                                       opts: Optional[InvokeOptions] = None) -> GetVirtualizationVmwareHostResult
    def get_virtualization_vmware_host_output(account_moid: Optional[pulumi.Input[str]] = None,
                                       additional_properties: Optional[pulumi.Input[str]] = None,
                                       ancestors: Optional[pulumi.Input[Sequence[pulumi.Input[GetVirtualizationVmwareHostAncestorArgs]]]] = None,
                                       boot_time: Optional[pulumi.Input[str]] = None,
                                       class_id: Optional[pulumi.Input[str]] = None,
                                       cluster: Optional[pulumi.Input[GetVirtualizationVmwareHostClusterArgs]] = None,
                                       connection_state: Optional[pulumi.Input[str]] = None,
                                       cpu_info: Optional[pulumi.Input[GetVirtualizationVmwareHostCpuInfoArgs]] = None,
                                       create_time: Optional[pulumi.Input[str]] = None,
                                       datacenter: Optional[pulumi.Input[GetVirtualizationVmwareHostDatacenterArgs]] = None,
                                       datastores: Optional[pulumi.Input[Sequence[pulumi.Input[GetVirtualizationVmwareHostDatastoreArgs]]]] = None,
                                       dc_inv_path: Optional[pulumi.Input[str]] = None,
                                       distributed_networks: Optional[pulumi.Input[Sequence[pulumi.Input[GetVirtualizationVmwareHostDistributedNetworkArgs]]]] = None,
                                       distributed_switches: Optional[pulumi.Input[Sequence[pulumi.Input[GetVirtualizationVmwareHostDistributedSwitchArgs]]]] = None,
                                       dns_servers: Optional[pulumi.Input[Sequence[pulumi.Input[str]]]] = None,
                                       domain_group_moid: Optional[pulumi.Input[str]] = None,
                                       hardware_info: Optional[pulumi.Input[GetVirtualizationVmwareHostHardwareInfoArgs]] = None,
                                       hw_power_state: Optional[pulumi.Input[str]] = None,
                                       hyper_flex_node: Optional[pulumi.Input[GetVirtualizationVmwareHostHyperFlexNodeArgs]] = None,
                                       hypervisor_type: Optional[pulumi.Input[str]] = None,
                                       id: Optional[pulumi.Input[str]] = None,
                                       identity: Optional[pulumi.Input[str]] = None,
                                       is_ssh_enabled: Optional[pulumi.Input[bool]] = None,
                                       maintenance_mode: Optional[pulumi.Input[bool]] = None,
                                       memory_capacity: Optional[pulumi.Input[GetVirtualizationVmwareHostMemoryCapacityArgs]] = None,
                                       mod_time: Optional[pulumi.Input[str]] = None,
                                       model: Optional[pulumi.Input[str]] = None,
                                       moid: Optional[pulumi.Input[str]] = None,
                                       name: Optional[pulumi.Input[str]] = None,
                                       network_adapter_count: Optional[pulumi.Input[float]] = None,
                                       ntp_servers: Optional[pulumi.Input[Sequence[pulumi.Input[str]]]] = None,
                                       object_type: Optional[pulumi.Input[str]] = None,
                                       owners: Optional[pulumi.Input[Sequence[pulumi.Input[str]]]] = None,
                                       parent: Optional[pulumi.Input[GetVirtualizationVmwareHostParentArgs]] = None,
                                       permission_resources: Optional[pulumi.Input[Sequence[pulumi.Input[GetVirtualizationVmwareHostPermissionResourceArgs]]]] = None,
                                       processor_capacity: Optional[pulumi.Input[GetVirtualizationVmwareHostProcessorCapacityArgs]] = None,
                                       product_info: Optional[pulumi.Input[GetVirtualizationVmwareHostProductInfoArgs]] = None,
                                       quarantine_mode: Optional[pulumi.Input[bool]] = None,
                                       registered_device: Optional[pulumi.Input[GetVirtualizationVmwareHostRegisteredDeviceArgs]] = None,
                                       resource_consumed: Optional[pulumi.Input[GetVirtualizationVmwareHostResourceConsumedArgs]] = None,
                                       serial: Optional[pulumi.Input[str]] = None,
                                       server: Optional[pulumi.Input[GetVirtualizationVmwareHostServerArgs]] = None,
                                       shared_scope: Optional[pulumi.Input[str]] = None,
                                       status: Optional[pulumi.Input[str]] = None,
                                       storage_adapter_count: Optional[pulumi.Input[float]] = None,
                                       tags: Optional[pulumi.Input[Sequence[pulumi.Input[GetVirtualizationVmwareHostTagArgs]]]] = None,
                                       time_zone: Optional[pulumi.Input[str]] = None,
                                       up_time: Optional[pulumi.Input[str]] = None,
                                       uuid: Optional[pulumi.Input[str]] = None,
                                       vcenter_host_id: Optional[pulumi.Input[str]] = None,
                                       vendor: Optional[pulumi.Input[str]] = None,
                                       version_context: Optional[pulumi.Input[GetVirtualizationVmwareHostVersionContextArgs]] = None,
                                       opts: Optional[InvokeOptions] = None) -> Output[GetVirtualizationVmwareHostResult]
    func LookupVirtualizationVmwareHost(ctx *Context, args *LookupVirtualizationVmwareHostArgs, opts ...InvokeOption) (*LookupVirtualizationVmwareHostResult, error)
    func LookupVirtualizationVmwareHostOutput(ctx *Context, args *LookupVirtualizationVmwareHostOutputArgs, opts ...InvokeOption) LookupVirtualizationVmwareHostResultOutput

    > Note: This function is named LookupVirtualizationVmwareHost in the Go SDK.

    public static class GetVirtualizationVmwareHost 
    {
        public static Task<GetVirtualizationVmwareHostResult> InvokeAsync(GetVirtualizationVmwareHostArgs args, InvokeOptions? opts = null)
        public static Output<GetVirtualizationVmwareHostResult> Invoke(GetVirtualizationVmwareHostInvokeArgs args, InvokeOptions? opts = null)
    }
    public static CompletableFuture<GetVirtualizationVmwareHostResult> getVirtualizationVmwareHost(GetVirtualizationVmwareHostArgs args, InvokeOptions options)
    public static Output<GetVirtualizationVmwareHostResult> getVirtualizationVmwareHost(GetVirtualizationVmwareHostArgs args, InvokeOptions options)
    
    fn::invoke:
      function: intersight:index/getVirtualizationVmwareHost:getVirtualizationVmwareHost
      arguments:
        # arguments dictionary

    The following arguments are supported:

    AccountMoid string
    The Account ID for this managed object.
    AdditionalProperties string
    Ancestors List<GetVirtualizationVmwareHostAncestor>
    BootTime string
    The time when this host booted up.
    ClassId string
    Cluster GetVirtualizationVmwareHostCluster
    ConnectionState string
    Indicates if the host is connected to the vCenter. Values are connected, not connected.
    CpuInfo GetVirtualizationVmwareHostCpuInfo
    CreateTime string
    The time when this managed object was created.
    Datacenter GetVirtualizationVmwareHostDatacenter
    Datastores List<GetVirtualizationVmwareHostDatastore>
    DcInvPath string
    This field stores the inventory path of a datacenter. Used in host maintenance action.
    DistributedNetworks List<GetVirtualizationVmwareHostDistributedNetwork>
    DistributedSwitches List<GetVirtualizationVmwareHostDistributedSwitch>
    DnsServers List<string>
    DomainGroupMoid string
    The DomainGroup ID for this managed object.
    HardwareInfo GetVirtualizationVmwareHostHardwareInfo
    HwPowerState string
    Is the host Powered-up or Powered-down.* 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.
    HyperFlexNode GetVirtualizationVmwareHostHyperFlexNode
    HypervisorType string
    Identifies the broad type of the underlying hypervisor.* 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 host. This entity is not manipulated by users. It aids in uniquely identifying the datacenter object. For VMware, this is an MOR (managed object reference).
    IsSshEnabled bool
    True if SSH is enabled in the host, false otherwise.
    MaintenanceMode bool
    Is this host in maintenance mode. Set to true or false.
    MemoryCapacity GetVirtualizationVmwareHostMemoryCapacity
    ModTime string
    The time when this managed object was last modified.
    Model string
    Commercial model information about this hardware.
    Moid string
    The unique identifier of this Managed Object instance.
    Name string
    Name of this host supplied by user. It is not the identity of the host. The name is subject to user manipulations.
    NetworkAdapterCount double
    The count of all network adapters attached to this host.
    NtpServers List<string>
    ObjectType string
    Owners List<string>
    Parent GetVirtualizationVmwareHostParent
    PermissionResources List<GetVirtualizationVmwareHostPermissionResource>
    ProcessorCapacity GetVirtualizationVmwareHostProcessorCapacity
    ProductInfo GetVirtualizationVmwareHostProductInfo
    QuarantineMode bool
    Indicates if the host is in quarantine mode. Will be set to True, when in quarantine mode.
    RegisteredDevice GetVirtualizationVmwareHostRegisteredDevice
    ResourceConsumed GetVirtualizationVmwareHostResourceConsumed
    Serial string
    Serial number of this host (internally generated).
    Server GetVirtualizationVmwareHostServer
    SharedScope string
    Intersight provides pre-built workflows, tasks and policies to end users through global catalogs.Objects that are made available through global catalogs are said to have a 'shared' ownership. Shared objects are either made globally available to all end users or restricted to end users based on their license entitlement. Users can use this property to differentiate the scope (global or a specific license tier) to which a shared MO belongs.
    Status string
    Host health status, as reported by the hypervisor platform.* Unknown - Entity status is unknown.* Degraded - State is degraded, and might impact normal operation of the entity.* Critical - Entity is in a critical state, impacting operations.* Ok - Entity status is in a stable state, operating normally.
    StorageAdapterCount double
    The count of all storage adapters attached to this host.
    Tags List<GetVirtualizationVmwareHostTag>
    TimeZone string
    Time zone this host is in.
    UpTime string
    The uptime of the host, stored as Duration (from w3c).
    Uuid string
    Universally unique identity of this host (example b3d4483b-5560-9342-8309-b486c9236610). Internally generated.
    VcenterHostId string
    The identity of this host within vCenter (optional).
    Vendor string
    Commercial vendor details of this hardware.
    VersionContext GetVirtualizationVmwareHostVersionContext
    AccountMoid string
    The Account ID for this managed object.
    AdditionalProperties string
    Ancestors []GetVirtualizationVmwareHostAncestor
    BootTime string
    The time when this host booted up.
    ClassId string
    Cluster GetVirtualizationVmwareHostCluster
    ConnectionState string
    Indicates if the host is connected to the vCenter. Values are connected, not connected.
    CpuInfo GetVirtualizationVmwareHostCpuInfo
    CreateTime string
    The time when this managed object was created.
    Datacenter GetVirtualizationVmwareHostDatacenter
    Datastores []GetVirtualizationVmwareHostDatastore
    DcInvPath string
    This field stores the inventory path of a datacenter. Used in host maintenance action.
    DistributedNetworks []GetVirtualizationVmwareHostDistributedNetwork
    DistributedSwitches []GetVirtualizationVmwareHostDistributedSwitch
    DnsServers []string
    DomainGroupMoid string
    The DomainGroup ID for this managed object.
    HardwareInfo GetVirtualizationVmwareHostHardwareInfo
    HwPowerState string
    Is the host Powered-up or Powered-down.* 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.
    HyperFlexNode GetVirtualizationVmwareHostHyperFlexNode
    HypervisorType string
    Identifies the broad type of the underlying hypervisor.* 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 host. This entity is not manipulated by users. It aids in uniquely identifying the datacenter object. For VMware, this is an MOR (managed object reference).
    IsSshEnabled bool
    True if SSH is enabled in the host, false otherwise.
    MaintenanceMode bool
    Is this host in maintenance mode. Set to true or false.
    MemoryCapacity GetVirtualizationVmwareHostMemoryCapacity
    ModTime string
    The time when this managed object was last modified.
    Model string
    Commercial model information about this hardware.
    Moid string
    The unique identifier of this Managed Object instance.
    Name string
    Name of this host supplied by user. It is not the identity of the host. The name is subject to user manipulations.
    NetworkAdapterCount float64
    The count of all network adapters attached to this host.
    NtpServers []string
    ObjectType string
    Owners []string
    Parent GetVirtualizationVmwareHostParent
    PermissionResources []GetVirtualizationVmwareHostPermissionResource
    ProcessorCapacity GetVirtualizationVmwareHostProcessorCapacity
    ProductInfo GetVirtualizationVmwareHostProductInfo
    QuarantineMode bool
    Indicates if the host is in quarantine mode. Will be set to True, when in quarantine mode.
    RegisteredDevice GetVirtualizationVmwareHostRegisteredDevice
    ResourceConsumed GetVirtualizationVmwareHostResourceConsumed
    Serial string
    Serial number of this host (internally generated).
    Server GetVirtualizationVmwareHostServer
    SharedScope string
    Intersight provides pre-built workflows, tasks and policies to end users through global catalogs.Objects that are made available through global catalogs are said to have a 'shared' ownership. Shared objects are either made globally available to all end users or restricted to end users based on their license entitlement. Users can use this property to differentiate the scope (global or a specific license tier) to which a shared MO belongs.
    Status string
    Host health status, as reported by the hypervisor platform.* Unknown - Entity status is unknown.* Degraded - State is degraded, and might impact normal operation of the entity.* Critical - Entity is in a critical state, impacting operations.* Ok - Entity status is in a stable state, operating normally.
    StorageAdapterCount float64
    The count of all storage adapters attached to this host.
    Tags []GetVirtualizationVmwareHostTag
    TimeZone string
    Time zone this host is in.
    UpTime string
    The uptime of the host, stored as Duration (from w3c).
    Uuid string
    Universally unique identity of this host (example b3d4483b-5560-9342-8309-b486c9236610). Internally generated.
    VcenterHostId string
    The identity of this host within vCenter (optional).
    Vendor string
    Commercial vendor details of this hardware.
    VersionContext GetVirtualizationVmwareHostVersionContext
    accountMoid String
    The Account ID for this managed object.
    additionalProperties String
    ancestors List<GetVirtualizationVmwareHostAncestor>
    bootTime String
    The time when this host booted up.
    classId String
    cluster GetVirtualizationVmwareHostCluster
    connectionState String
    Indicates if the host is connected to the vCenter. Values are connected, not connected.
    cpuInfo GetVirtualizationVmwareHostCpuInfo
    createTime String
    The time when this managed object was created.
    datacenter GetVirtualizationVmwareHostDatacenter
    datastores List<GetVirtualizationVmwareHostDatastore>
    dcInvPath String
    This field stores the inventory path of a datacenter. Used in host maintenance action.
    distributedNetworks List<GetVirtualizationVmwareHostDistributedNetwork>
    distributedSwitches List<GetVirtualizationVmwareHostDistributedSwitch>
    dnsServers List<String>
    domainGroupMoid String
    The DomainGroup ID for this managed object.
    hardwareInfo GetVirtualizationVmwareHostHardwareInfo
    hwPowerState String
    Is the host Powered-up or Powered-down.* 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.
    hyperFlexNode GetVirtualizationVmwareHostHyperFlexNode
    hypervisorType String
    Identifies the broad type of the underlying hypervisor.* 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 host. This entity is not manipulated by users. It aids in uniquely identifying the datacenter object. For VMware, this is an MOR (managed object reference).
    isSshEnabled Boolean
    True if SSH is enabled in the host, false otherwise.
    maintenanceMode Boolean
    Is this host in maintenance mode. Set to true or false.
    memoryCapacity GetVirtualizationVmwareHostMemoryCapacity
    modTime String
    The time when this managed object was last modified.
    model String
    Commercial model information about this hardware.
    moid String
    The unique identifier of this Managed Object instance.
    name String
    Name of this host supplied by user. It is not the identity of the host. The name is subject to user manipulations.
    networkAdapterCount Double
    The count of all network adapters attached to this host.
    ntpServers List<String>
    objectType String
    owners List<String>
    parent GetVirtualizationVmwareHostParent
    permissionResources List<GetVirtualizationVmwareHostPermissionResource>
    processorCapacity GetVirtualizationVmwareHostProcessorCapacity
    productInfo GetVirtualizationVmwareHostProductInfo
    quarantineMode Boolean
    Indicates if the host is in quarantine mode. Will be set to True, when in quarantine mode.
    registeredDevice GetVirtualizationVmwareHostRegisteredDevice
    resourceConsumed GetVirtualizationVmwareHostResourceConsumed
    serial String
    Serial number of this host (internally generated).
    server GetVirtualizationVmwareHostServer
    sharedScope String
    Intersight provides pre-built workflows, tasks and policies to end users through global catalogs.Objects that are made available through global catalogs are said to have a 'shared' ownership. Shared objects are either made globally available to all end users or restricted to end users based on their license entitlement. Users can use this property to differentiate the scope (global or a specific license tier) to which a shared MO belongs.
    status String
    Host health status, as reported by the hypervisor platform.* Unknown - Entity status is unknown.* Degraded - State is degraded, and might impact normal operation of the entity.* Critical - Entity is in a critical state, impacting operations.* Ok - Entity status is in a stable state, operating normally.
    storageAdapterCount Double
    The count of all storage adapters attached to this host.
    tags List<GetVirtualizationVmwareHostTag>
    timeZone String
    Time zone this host is in.
    upTime String
    The uptime of the host, stored as Duration (from w3c).
    uuid String
    Universally unique identity of this host (example b3d4483b-5560-9342-8309-b486c9236610). Internally generated.
    vcenterHostId String
    The identity of this host within vCenter (optional).
    vendor String
    Commercial vendor details of this hardware.
    versionContext GetVirtualizationVmwareHostVersionContext
    accountMoid string
    The Account ID for this managed object.
    additionalProperties string
    ancestors GetVirtualizationVmwareHostAncestor[]
    bootTime string
    The time when this host booted up.
    classId string
    cluster GetVirtualizationVmwareHostCluster
    connectionState string
    Indicates if the host is connected to the vCenter. Values are connected, not connected.
    cpuInfo GetVirtualizationVmwareHostCpuInfo
    createTime string
    The time when this managed object was created.
    datacenter GetVirtualizationVmwareHostDatacenter
    datastores GetVirtualizationVmwareHostDatastore[]
    dcInvPath string
    This field stores the inventory path of a datacenter. Used in host maintenance action.
    distributedNetworks GetVirtualizationVmwareHostDistributedNetwork[]
    distributedSwitches GetVirtualizationVmwareHostDistributedSwitch[]
    dnsServers string[]
    domainGroupMoid string
    The DomainGroup ID for this managed object.
    hardwareInfo GetVirtualizationVmwareHostHardwareInfo
    hwPowerState string
    Is the host Powered-up or Powered-down.* 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.
    hyperFlexNode GetVirtualizationVmwareHostHyperFlexNode
    hypervisorType string
    Identifies the broad type of the underlying hypervisor.* 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 host. This entity is not manipulated by users. It aids in uniquely identifying the datacenter object. For VMware, this is an MOR (managed object reference).
    isSshEnabled boolean
    True if SSH is enabled in the host, false otherwise.
    maintenanceMode boolean
    Is this host in maintenance mode. Set to true or false.
    memoryCapacity GetVirtualizationVmwareHostMemoryCapacity
    modTime string
    The time when this managed object was last modified.
    model string
    Commercial model information about this hardware.
    moid string
    The unique identifier of this Managed Object instance.
    name string
    Name of this host supplied by user. It is not the identity of the host. The name is subject to user manipulations.
    networkAdapterCount number
    The count of all network adapters attached to this host.
    ntpServers string[]
    objectType string
    owners string[]
    parent GetVirtualizationVmwareHostParent
    permissionResources GetVirtualizationVmwareHostPermissionResource[]
    processorCapacity GetVirtualizationVmwareHostProcessorCapacity
    productInfo GetVirtualizationVmwareHostProductInfo
    quarantineMode boolean
    Indicates if the host is in quarantine mode. Will be set to True, when in quarantine mode.
    registeredDevice GetVirtualizationVmwareHostRegisteredDevice
    resourceConsumed GetVirtualizationVmwareHostResourceConsumed
    serial string
    Serial number of this host (internally generated).
    server GetVirtualizationVmwareHostServer
    sharedScope string
    Intersight provides pre-built workflows, tasks and policies to end users through global catalogs.Objects that are made available through global catalogs are said to have a 'shared' ownership. Shared objects are either made globally available to all end users or restricted to end users based on their license entitlement. Users can use this property to differentiate the scope (global or a specific license tier) to which a shared MO belongs.
    status string
    Host health status, as reported by the hypervisor platform.* Unknown - Entity status is unknown.* Degraded - State is degraded, and might impact normal operation of the entity.* Critical - Entity is in a critical state, impacting operations.* Ok - Entity status is in a stable state, operating normally.
    storageAdapterCount number
    The count of all storage adapters attached to this host.
    tags GetVirtualizationVmwareHostTag[]
    timeZone string
    Time zone this host is in.
    upTime string
    The uptime of the host, stored as Duration (from w3c).
    uuid string
    Universally unique identity of this host (example b3d4483b-5560-9342-8309-b486c9236610). Internally generated.
    vcenterHostId string
    The identity of this host within vCenter (optional).
    vendor string
    Commercial vendor details of this hardware.
    versionContext GetVirtualizationVmwareHostVersionContext
    account_moid str
    The Account ID for this managed object.
    additional_properties str
    ancestors Sequence[GetVirtualizationVmwareHostAncestor]
    boot_time str
    The time when this host booted up.
    class_id str
    cluster GetVirtualizationVmwareHostCluster
    connection_state str
    Indicates if the host is connected to the vCenter. Values are connected, not connected.
    cpu_info GetVirtualizationVmwareHostCpuInfo
    create_time str
    The time when this managed object was created.
    datacenter GetVirtualizationVmwareHostDatacenter
    datastores Sequence[GetVirtualizationVmwareHostDatastore]
    dc_inv_path str
    This field stores the inventory path of a datacenter. Used in host maintenance action.
    distributed_networks Sequence[GetVirtualizationVmwareHostDistributedNetwork]
    distributed_switches Sequence[GetVirtualizationVmwareHostDistributedSwitch]
    dns_servers Sequence[str]
    domain_group_moid str
    The DomainGroup ID for this managed object.
    hardware_info GetVirtualizationVmwareHostHardwareInfo
    hw_power_state str
    Is the host Powered-up or Powered-down.* 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.
    hyper_flex_node GetVirtualizationVmwareHostHyperFlexNode
    hypervisor_type str
    Identifies the broad type of the underlying hypervisor.* 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 host. This entity is not manipulated by users. It aids in uniquely identifying the datacenter object. For VMware, this is an MOR (managed object reference).
    is_ssh_enabled bool
    True if SSH is enabled in the host, false otherwise.
    maintenance_mode bool
    Is this host in maintenance mode. Set to true or false.
    memory_capacity GetVirtualizationVmwareHostMemoryCapacity
    mod_time str
    The time when this managed object was last modified.
    model str
    Commercial model information about this hardware.
    moid str
    The unique identifier of this Managed Object instance.
    name str
    Name of this host supplied by user. It is not the identity of the host. The name is subject to user manipulations.
    network_adapter_count float
    The count of all network adapters attached to this host.
    ntp_servers Sequence[str]
    object_type str
    owners Sequence[str]
    parent GetVirtualizationVmwareHostParent
    permission_resources Sequence[GetVirtualizationVmwareHostPermissionResource]
    processor_capacity GetVirtualizationVmwareHostProcessorCapacity
    product_info GetVirtualizationVmwareHostProductInfo
    quarantine_mode bool
    Indicates if the host is in quarantine mode. Will be set to True, when in quarantine mode.
    registered_device GetVirtualizationVmwareHostRegisteredDevice
    resource_consumed GetVirtualizationVmwareHostResourceConsumed
    serial str
    Serial number of this host (internally generated).
    server GetVirtualizationVmwareHostServer
    shared_scope str
    Intersight provides pre-built workflows, tasks and policies to end users through global catalogs.Objects that are made available through global catalogs are said to have a 'shared' ownership. Shared objects are either made globally available to all end users or restricted to end users based on their license entitlement. Users can use this property to differentiate the scope (global or a specific license tier) to which a shared MO belongs.
    status str
    Host health status, as reported by the hypervisor platform.* Unknown - Entity status is unknown.* Degraded - State is degraded, and might impact normal operation of the entity.* Critical - Entity is in a critical state, impacting operations.* Ok - Entity status is in a stable state, operating normally.
    storage_adapter_count float
    The count of all storage adapters attached to this host.
    tags Sequence[GetVirtualizationVmwareHostTag]
    time_zone str
    Time zone this host is in.
    up_time str
    The uptime of the host, stored as Duration (from w3c).
    uuid str
    Universally unique identity of this host (example b3d4483b-5560-9342-8309-b486c9236610). Internally generated.
    vcenter_host_id str
    The identity of this host within vCenter (optional).
    vendor str
    Commercial vendor details of this hardware.
    version_context GetVirtualizationVmwareHostVersionContext
    accountMoid String
    The Account ID for this managed object.
    additionalProperties String
    ancestors List<Property Map>
    bootTime String
    The time when this host booted up.
    classId String
    cluster Property Map
    connectionState String
    Indicates if the host is connected to the vCenter. Values are connected, not connected.
    cpuInfo Property Map
    createTime String
    The time when this managed object was created.
    datacenter Property Map
    datastores List<Property Map>
    dcInvPath String
    This field stores the inventory path of a datacenter. Used in host maintenance action.
    distributedNetworks List<Property Map>
    distributedSwitches List<Property Map>
    dnsServers List<String>
    domainGroupMoid String
    The DomainGroup ID for this managed object.
    hardwareInfo Property Map
    hwPowerState String
    Is the host Powered-up or Powered-down.* 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.
    hyperFlexNode Property Map
    hypervisorType String
    Identifies the broad type of the underlying hypervisor.* 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 host. This entity is not manipulated by users. It aids in uniquely identifying the datacenter object. For VMware, this is an MOR (managed object reference).
    isSshEnabled Boolean
    True if SSH is enabled in the host, false otherwise.
    maintenanceMode Boolean
    Is this host in maintenance mode. Set to true or false.
    memoryCapacity Property Map
    modTime String
    The time when this managed object was last modified.
    model String
    Commercial model information about this hardware.
    moid String
    The unique identifier of this Managed Object instance.
    name String
    Name of this host supplied by user. It is not the identity of the host. The name is subject to user manipulations.
    networkAdapterCount Number
    The count of all network adapters attached to this host.
    ntpServers List<String>
    objectType String
    owners List<String>
    parent Property Map
    permissionResources List<Property Map>
    processorCapacity Property Map
    productInfo Property Map
    quarantineMode Boolean
    Indicates if the host is in quarantine mode. Will be set to True, when in quarantine mode.
    registeredDevice Property Map
    resourceConsumed Property Map
    serial String
    Serial number of this host (internally generated).
    server Property Map
    sharedScope String
    Intersight provides pre-built workflows, tasks and policies to end users through global catalogs.Objects that are made available through global catalogs are said to have a 'shared' ownership. Shared objects are either made globally available to all end users or restricted to end users based on their license entitlement. Users can use this property to differentiate the scope (global or a specific license tier) to which a shared MO belongs.
    status String
    Host health status, as reported by the hypervisor platform.* Unknown - Entity status is unknown.* Degraded - State is degraded, and might impact normal operation of the entity.* Critical - Entity is in a critical state, impacting operations.* Ok - Entity status is in a stable state, operating normally.
    storageAdapterCount Number
    The count of all storage adapters attached to this host.
    tags List<Property Map>
    timeZone String
    Time zone this host is in.
    upTime String
    The uptime of the host, stored as Duration (from w3c).
    uuid String
    Universally unique identity of this host (example b3d4483b-5560-9342-8309-b486c9236610). Internally generated.
    vcenterHostId String
    The identity of this host within vCenter (optional).
    vendor String
    Commercial vendor details of this hardware.
    versionContext Property Map

    getVirtualizationVmwareHost Result

    The following output properties are available:

    Id string
    Results List<GetVirtualizationVmwareHostResult>
    AccountMoid string
    AdditionalProperties string
    Ancestors List<GetVirtualizationVmwareHostAncestor>
    BootTime string
    ClassId string
    Cluster GetVirtualizationVmwareHostCluster
    ConnectionState string
    CpuInfo GetVirtualizationVmwareHostCpuInfo
    CreateTime string
    Datacenter GetVirtualizationVmwareHostDatacenter
    Datastores List<GetVirtualizationVmwareHostDatastore>
    DcInvPath string
    DistributedNetworks List<GetVirtualizationVmwareHostDistributedNetwork>
    DistributedSwitches List<GetVirtualizationVmwareHostDistributedSwitch>
    DnsServers List<string>
    DomainGroupMoid string
    HardwareInfo GetVirtualizationVmwareHostHardwareInfo
    HwPowerState string
    HyperFlexNode GetVirtualizationVmwareHostHyperFlexNode
    HypervisorType string
    Identity string
    IsSshEnabled bool
    MaintenanceMode bool
    MemoryCapacity GetVirtualizationVmwareHostMemoryCapacity
    ModTime string
    Model string
    Moid string
    Name string
    NetworkAdapterCount double
    NtpServers List<string>
    ObjectType string
    Owners List<string>
    Parent GetVirtualizationVmwareHostParent
    PermissionResources List<GetVirtualizationVmwareHostPermissionResource>
    ProcessorCapacity GetVirtualizationVmwareHostProcessorCapacity
    ProductInfo GetVirtualizationVmwareHostProductInfo
    QuarantineMode bool
    RegisteredDevice GetVirtualizationVmwareHostRegisteredDevice
    ResourceConsumed GetVirtualizationVmwareHostResourceConsumed
    Serial string
    Server GetVirtualizationVmwareHostServer
    SharedScope string
    Status string
    StorageAdapterCount double
    Tags List<GetVirtualizationVmwareHostTag>
    TimeZone string
    UpTime string
    Uuid string
    VcenterHostId string
    Vendor string
    VersionContext GetVirtualizationVmwareHostVersionContext
    Id string
    Results []GetVirtualizationVmwareHostResult
    AccountMoid string
    AdditionalProperties string
    Ancestors []GetVirtualizationVmwareHostAncestor
    BootTime string
    ClassId string
    Cluster GetVirtualizationVmwareHostCluster
    ConnectionState string
    CpuInfo GetVirtualizationVmwareHostCpuInfo
    CreateTime string
    Datacenter GetVirtualizationVmwareHostDatacenter
    Datastores []GetVirtualizationVmwareHostDatastore
    DcInvPath string
    DistributedNetworks []GetVirtualizationVmwareHostDistributedNetwork
    DistributedSwitches []GetVirtualizationVmwareHostDistributedSwitch
    DnsServers []string
    DomainGroupMoid string
    HardwareInfo GetVirtualizationVmwareHostHardwareInfo
    HwPowerState string
    HyperFlexNode GetVirtualizationVmwareHostHyperFlexNode
    HypervisorType string
    Identity string
    IsSshEnabled bool
    MaintenanceMode bool
    MemoryCapacity GetVirtualizationVmwareHostMemoryCapacity
    ModTime string
    Model string
    Moid string
    Name string
    NetworkAdapterCount float64
    NtpServers []string
    ObjectType string
    Owners []string
    Parent GetVirtualizationVmwareHostParent
    PermissionResources []GetVirtualizationVmwareHostPermissionResource
    ProcessorCapacity GetVirtualizationVmwareHostProcessorCapacity
    ProductInfo GetVirtualizationVmwareHostProductInfo
    QuarantineMode bool
    RegisteredDevice GetVirtualizationVmwareHostRegisteredDevice
    ResourceConsumed GetVirtualizationVmwareHostResourceConsumed
    Serial string
    Server GetVirtualizationVmwareHostServer
    SharedScope string
    Status string
    StorageAdapterCount float64
    Tags []GetVirtualizationVmwareHostTag
    TimeZone string
    UpTime string
    Uuid string
    VcenterHostId string
    Vendor string
    VersionContext GetVirtualizationVmwareHostVersionContext
    id String
    results List<GetVirtualizationVmwareHostResult>
    accountMoid String
    additionalProperties String
    ancestors List<GetVirtualizationVmwareHostAncestor>
    bootTime String
    classId String
    cluster GetVirtualizationVmwareHostCluster
    connectionState String
    cpuInfo GetVirtualizationVmwareHostCpuInfo
    createTime String
    datacenter GetVirtualizationVmwareHostDatacenter
    datastores List<GetVirtualizationVmwareHostDatastore>
    dcInvPath String
    distributedNetworks List<GetVirtualizationVmwareHostDistributedNetwork>
    distributedSwitches List<GetVirtualizationVmwareHostDistributedSwitch>
    dnsServers List<String>
    domainGroupMoid String
    hardwareInfo GetVirtualizationVmwareHostHardwareInfo
    hwPowerState String
    hyperFlexNode GetVirtualizationVmwareHostHyperFlexNode
    hypervisorType String
    identity String
    isSshEnabled Boolean
    maintenanceMode Boolean
    memoryCapacity GetVirtualizationVmwareHostMemoryCapacity
    modTime String
    model String
    moid String
    name String
    networkAdapterCount Double
    ntpServers List<String>
    objectType String
    owners List<String>
    parent GetVirtualizationVmwareHostParent
    permissionResources List<GetVirtualizationVmwareHostPermissionResource>
    processorCapacity GetVirtualizationVmwareHostProcessorCapacity
    productInfo GetVirtualizationVmwareHostProductInfo
    quarantineMode Boolean
    registeredDevice GetVirtualizationVmwareHostRegisteredDevice
    resourceConsumed GetVirtualizationVmwareHostResourceConsumed
    serial String
    server GetVirtualizationVmwareHostServer
    sharedScope String
    status String
    storageAdapterCount Double
    tags List<GetVirtualizationVmwareHostTag>
    timeZone String
    upTime String
    uuid String
    vcenterHostId String
    vendor String
    versionContext GetVirtualizationVmwareHostVersionContext
    id string
    results GetVirtualizationVmwareHostResult[]
    accountMoid string
    additionalProperties string
    ancestors GetVirtualizationVmwareHostAncestor[]
    bootTime string
    classId string
    cluster GetVirtualizationVmwareHostCluster
    connectionState string
    cpuInfo GetVirtualizationVmwareHostCpuInfo
    createTime string
    datacenter GetVirtualizationVmwareHostDatacenter
    datastores GetVirtualizationVmwareHostDatastore[]
    dcInvPath string
    distributedNetworks GetVirtualizationVmwareHostDistributedNetwork[]
    distributedSwitches GetVirtualizationVmwareHostDistributedSwitch[]
    dnsServers string[]
    domainGroupMoid string
    hardwareInfo GetVirtualizationVmwareHostHardwareInfo
    hwPowerState string
    hyperFlexNode GetVirtualizationVmwareHostHyperFlexNode
    hypervisorType string
    identity string
    isSshEnabled boolean
    maintenanceMode boolean
    memoryCapacity GetVirtualizationVmwareHostMemoryCapacity
    modTime string
    model string
    moid string
    name string
    networkAdapterCount number
    ntpServers string[]
    objectType string
    owners string[]
    parent GetVirtualizationVmwareHostParent
    permissionResources GetVirtualizationVmwareHostPermissionResource[]
    processorCapacity GetVirtualizationVmwareHostProcessorCapacity
    productInfo GetVirtualizationVmwareHostProductInfo
    quarantineMode boolean
    registeredDevice GetVirtualizationVmwareHostRegisteredDevice
    resourceConsumed GetVirtualizationVmwareHostResourceConsumed
    serial string
    server GetVirtualizationVmwareHostServer
    sharedScope string
    status string
    storageAdapterCount number
    tags GetVirtualizationVmwareHostTag[]
    timeZone string
    upTime string
    uuid string
    vcenterHostId string
    vendor string
    versionContext GetVirtualizationVmwareHostVersionContext
    id str
    results Sequence[GetVirtualizationVmwareHostResult]
    account_moid str
    additional_properties str
    ancestors Sequence[GetVirtualizationVmwareHostAncestor]
    boot_time str
    class_id str
    cluster GetVirtualizationVmwareHostCluster
    connection_state str
    cpu_info GetVirtualizationVmwareHostCpuInfo
    create_time str
    datacenter GetVirtualizationVmwareHostDatacenter
    datastores Sequence[GetVirtualizationVmwareHostDatastore]
    dc_inv_path str
    distributed_networks Sequence[GetVirtualizationVmwareHostDistributedNetwork]
    distributed_switches Sequence[GetVirtualizationVmwareHostDistributedSwitch]
    dns_servers Sequence[str]
    domain_group_moid str
    hardware_info GetVirtualizationVmwareHostHardwareInfo
    hw_power_state str
    hyper_flex_node GetVirtualizationVmwareHostHyperFlexNode
    hypervisor_type str
    identity str
    is_ssh_enabled bool
    maintenance_mode bool
    memory_capacity GetVirtualizationVmwareHostMemoryCapacity
    mod_time str
    model str
    moid str
    name str
    network_adapter_count float
    ntp_servers Sequence[str]
    object_type str
    owners Sequence[str]
    parent GetVirtualizationVmwareHostParent
    permission_resources Sequence[GetVirtualizationVmwareHostPermissionResource]
    processor_capacity GetVirtualizationVmwareHostProcessorCapacity
    product_info GetVirtualizationVmwareHostProductInfo
    quarantine_mode bool
    registered_device GetVirtualizationVmwareHostRegisteredDevice
    resource_consumed GetVirtualizationVmwareHostResourceConsumed
    serial str
    server GetVirtualizationVmwareHostServer
    shared_scope str
    status str
    storage_adapter_count float
    tags Sequence[GetVirtualizationVmwareHostTag]
    time_zone str
    up_time str
    uuid str
    vcenter_host_id str
    vendor str
    version_context GetVirtualizationVmwareHostVersionContext
    id String
    results List<Property Map>
    accountMoid String
    additionalProperties String
    ancestors List<Property Map>
    bootTime String
    classId String
    cluster Property Map
    connectionState String
    cpuInfo Property Map
    createTime String
    datacenter Property Map
    datastores List<Property Map>
    dcInvPath String
    distributedNetworks List<Property Map>
    distributedSwitches List<Property Map>
    dnsServers List<String>
    domainGroupMoid String
    hardwareInfo Property Map
    hwPowerState String
    hyperFlexNode Property Map
    hypervisorType String
    identity String
    isSshEnabled Boolean
    maintenanceMode Boolean
    memoryCapacity Property Map
    modTime String
    model String
    moid String
    name String
    networkAdapterCount Number
    ntpServers List<String>
    objectType String
    owners List<String>
    parent Property Map
    permissionResources List<Property Map>
    processorCapacity Property Map
    productInfo Property Map
    quarantineMode Boolean
    registeredDevice Property Map
    resourceConsumed Property Map
    serial String
    server Property Map
    sharedScope String
    status String
    storageAdapterCount Number
    tags List<Property Map>
    timeZone String
    upTime String
    uuid String
    vcenterHostId String
    vendor String
    versionContext Property Map

    Supporting Types

    GetVirtualizationVmwareHostAncestor

    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'.

    GetVirtualizationVmwareHostCluster

    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'.

    GetVirtualizationVmwareHostCpuInfo

    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.
    Cores double
    Number of cores per CPU, as reported by the manufacturer.
    Description string
    The vendor provided description of the CPU. For example, Intel Xeon E5-2640 v3 @ 2.60GHz.
    ObjectType string
    The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
    Sockets double
    Number of CPU sockets available.
    Speed double
    Speed of the CPUs in Hertz. For example, 2593749663.
    Vendor string
    Commercial vendor details of this hardware.
    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.
    Cores float64
    Number of cores per CPU, as reported by the manufacturer.
    Description string
    The vendor provided description of the CPU. For example, Intel Xeon E5-2640 v3 @ 2.60GHz.
    ObjectType string
    The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
    Sockets float64
    Number of CPU sockets available.
    Speed float64
    Speed of the CPUs in Hertz. For example, 2593749663.
    Vendor string
    Commercial vendor details of this hardware.
    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.
    cores Double
    Number of cores per CPU, as reported by the manufacturer.
    description String
    The vendor provided description of the CPU. For example, Intel Xeon E5-2640 v3 @ 2.60GHz.
    objectType String
    The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
    sockets Double
    Number of CPU sockets available.
    speed Double
    Speed of the CPUs in Hertz. For example, 2593749663.
    vendor String
    Commercial vendor details of this hardware.
    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.
    cores number
    Number of cores per CPU, as reported by the manufacturer.
    description string
    The vendor provided description of the CPU. For example, Intel Xeon E5-2640 v3 @ 2.60GHz.
    objectType string
    The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
    sockets number
    Number of CPU sockets available.
    speed number
    Speed of the CPUs in Hertz. For example, 2593749663.
    vendor string
    Commercial vendor details of this hardware.
    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.
    cores float
    Number of cores per CPU, as reported by the manufacturer.
    description str
    The vendor provided description of the CPU. For example, Intel Xeon E5-2640 v3 @ 2.60GHz.
    object_type str
    The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
    sockets float
    Number of CPU sockets available.
    speed float
    Speed of the CPUs in Hertz. For example, 2593749663.
    vendor str
    Commercial vendor details of this hardware.
    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.
    cores Number
    Number of cores per CPU, as reported by the manufacturer.
    description String
    The vendor provided description of the CPU. For example, Intel Xeon E5-2640 v3 @ 2.60GHz.
    objectType String
    The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
    sockets Number
    Number of CPU sockets available.
    speed Number
    Speed of the CPUs in Hertz. For example, 2593749663.
    vendor String
    Commercial vendor details of this hardware.

    GetVirtualizationVmwareHostDatacenter

    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'.

    GetVirtualizationVmwareHostDatastore

    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'.

    GetVirtualizationVmwareHostDistributedNetwork

    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'.

    GetVirtualizationVmwareHostDistributedSwitch

    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'.

    GetVirtualizationVmwareHostHardwareInfo

    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.

    GetVirtualizationVmwareHostHyperFlexNode

    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'.

    GetVirtualizationVmwareHostMemoryCapacity

    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.

    GetVirtualizationVmwareHostParent

    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'.

    GetVirtualizationVmwareHostPermissionResource

    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'.

    GetVirtualizationVmwareHostProcessorCapacity

    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.

    GetVirtualizationVmwareHostProductInfo

    AdditionalProperties string
    Build string
    The build number of the hypervisor running on this host (e.g., 4541947, 6.3.9600.18692). The build number may indicate some feature support that applications might rely on. The build number may not always be an integer.
    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.
    NrVersion string
    Hypervisor version running on the system.
    ObjectType string
    The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
    ProductName string
    Commercial product name. For example, VMware ESXi.
    ProductType string
    Product name provided by the vendor. For example, embeddedEsx.
    ProductVendor string
    Commercial vendor name. For example, VMware Inc.
    AdditionalProperties string
    Build string
    The build number of the hypervisor running on this host (e.g., 4541947, 6.3.9600.18692). The build number may indicate some feature support that applications might rely on. The build number may not always be an integer.
    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.
    NrVersion string
    Hypervisor version running on the system.
    ObjectType string
    The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
    ProductName string
    Commercial product name. For example, VMware ESXi.
    ProductType string
    Product name provided by the vendor. For example, embeddedEsx.
    ProductVendor string
    Commercial vendor name. For example, VMware Inc.
    additionalProperties String
    build String
    The build number of the hypervisor running on this host (e.g., 4541947, 6.3.9600.18692). The build number may indicate some feature support that applications might rely on. The build number may not always be an integer.
    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.
    nrVersion String
    Hypervisor version running on the system.
    objectType String
    The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
    productName String
    Commercial product name. For example, VMware ESXi.
    productType String
    Product name provided by the vendor. For example, embeddedEsx.
    productVendor String
    Commercial vendor name. For example, VMware Inc.
    additionalProperties string
    build string
    The build number of the hypervisor running on this host (e.g., 4541947, 6.3.9600.18692). The build number may indicate some feature support that applications might rely on. The build number may not always be an integer.
    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.
    nrVersion string
    Hypervisor version running on the system.
    objectType string
    The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
    productName string
    Commercial product name. For example, VMware ESXi.
    productType string
    Product name provided by the vendor. For example, embeddedEsx.
    productVendor string
    Commercial vendor name. For example, VMware Inc.
    additional_properties str
    build str
    The build number of the hypervisor running on this host (e.g., 4541947, 6.3.9600.18692). The build number may indicate some feature support that applications might rely on. The build number may not always be an integer.
    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.
    nr_version str
    Hypervisor version running on the system.
    object_type str
    The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
    product_name str
    Commercial product name. For example, VMware ESXi.
    product_type str
    Product name provided by the vendor. For example, embeddedEsx.
    product_vendor str
    Commercial vendor name. For example, VMware Inc.
    additionalProperties String
    build String
    The build number of the hypervisor running on this host (e.g., 4541947, 6.3.9600.18692). The build number may indicate some feature support that applications might rely on. The build number may not always be an integer.
    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.
    nrVersion String
    Hypervisor version running on the system.
    objectType String
    The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
    productName String
    Commercial product name. For example, VMware ESXi.
    productType String
    Product name provided by the vendor. For example, embeddedEsx.
    productVendor String
    Commercial vendor name. For example, VMware Inc.

    GetVirtualizationVmwareHostRegisteredDevice

    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'.

    GetVirtualizationVmwareHostResourceConsumed

    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.
    CpuConsumed double
    The amount of CPU consumed in Hz.
    MemoryConsumed double
    Memory consumed by this host in bytes.
    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.
    CpuConsumed float64
    The amount of CPU consumed in Hz.
    MemoryConsumed float64
    Memory consumed by this host in bytes.
    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.
    cpuConsumed Double
    The amount of CPU consumed in Hz.
    memoryConsumed Double
    Memory consumed by this host in bytes.
    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.
    cpuConsumed number
    The amount of CPU consumed in Hz.
    memoryConsumed number
    Memory consumed by this host in bytes.
    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_consumed float
    The amount of CPU consumed in Hz.
    memory_consumed float
    Memory consumed by this host in bytes.
    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.
    cpuConsumed Number
    The amount of CPU consumed in Hz.
    memoryConsumed Number
    Memory consumed by this host in bytes.
    objectType String
    The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.

    GetVirtualizationVmwareHostResult

    AccountMoid string
    The Account ID for this managed object.
    AdditionalProperties string
    Ancestors List<GetVirtualizationVmwareHostResultAncestor>
    BootTime string
    The time when this host booted up.
    ClassId string
    Clusters List<GetVirtualizationVmwareHostResultCluster>
    ConnectionState string
    Indicates if the host is connected to the vCenter. Values are connected, not connected.
    CpuInfos List<GetVirtualizationVmwareHostResultCpuInfo>
    CreateTime string
    The time when this managed object was created.
    Datacenters List<GetVirtualizationVmwareHostResultDatacenter>
    Datastores List<GetVirtualizationVmwareHostResultDatastore>
    DcInvPath string
    This field stores the inventory path of a datacenter. Used in host maintenance action.
    DistributedNetworks List<GetVirtualizationVmwareHostResultDistributedNetwork>
    DistributedSwitches List<GetVirtualizationVmwareHostResultDistributedSwitch>
    DnsServers List<string>
    DomainGroupMoid string
    The DomainGroup ID for this managed object.
    HardwareInfos List<GetVirtualizationVmwareHostResultHardwareInfo>
    HwPowerState string
    Is the host Powered-up or Powered-down.* 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.
    HyperFlexNodes List<GetVirtualizationVmwareHostResultHyperFlexNode>
    HypervisorType string
    Identifies the broad type of the underlying hypervisor.* 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 host. This entity is not manipulated by users. It aids in uniquely identifying the datacenter object. For VMware, this is an MOR (managed object reference).
    IsSshEnabled bool
    True if SSH is enabled in the host, false otherwise.
    MaintenanceMode bool
    Is this host in maintenance mode. Set to true or false.
    MemoryCapacities List<GetVirtualizationVmwareHostResultMemoryCapacity>
    ModTime string
    The time when this managed object was last modified.
    Model string
    Commercial model information about this hardware.
    Moid string
    The unique identifier of this Managed Object instance.
    Name string
    Name of this host supplied by user. It is not the identity of the host. The name is subject to user manipulations.
    NetworkAdapterCount double
    The count of all network adapters attached to this host.
    NtpServers List<string>
    ObjectType string
    Owners List<string>
    Parents List<GetVirtualizationVmwareHostResultParent>
    PermissionResources List<GetVirtualizationVmwareHostResultPermissionResource>
    ProcessorCapacities List<GetVirtualizationVmwareHostResultProcessorCapacity>
    ProductInfos List<GetVirtualizationVmwareHostResultProductInfo>
    QuarantineMode bool
    Indicates if the host is in quarantine mode. Will be set to True, when in quarantine mode.
    RegisteredDevices List<GetVirtualizationVmwareHostResultRegisteredDevice>
    ResourceConsumeds List<GetVirtualizationVmwareHostResultResourceConsumed>
    Serial string
    Serial number of this host (internally generated).
    Servers List<GetVirtualizationVmwareHostResultServer>
    SharedScope string
    Intersight provides pre-built workflows, tasks and policies to end users through global catalogs.Objects that are made available through global catalogs are said to have a 'shared' ownership. Shared objects are either made globally available to all end users or restricted to end users based on their license entitlement. Users can use this property to differentiate the scope (global or a specific license tier) to which a shared MO belongs.
    Status string
    Host health status, as reported by the hypervisor platform.* Unknown - Entity status is unknown.* Degraded - State is degraded, and might impact normal operation of the entity.* Critical - Entity is in a critical state, impacting operations.* Ok - Entity status is in a stable state, operating normally.
    StorageAdapterCount double
    The count of all storage adapters attached to this host.
    Tags List<GetVirtualizationVmwareHostResultTag>
    TimeZone string
    Time zone this host is in.
    UpTime string
    The uptime of the host, stored as Duration (from w3c).
    Uuid string
    Universally unique identity of this host (example b3d4483b-5560-9342-8309-b486c9236610). Internally generated.
    VcenterHostId string
    The identity of this host within vCenter (optional).
    Vendor string
    Commercial vendor details of this hardware.
    VersionContexts List<GetVirtualizationVmwareHostResultVersionContext>
    AccountMoid string
    The Account ID for this managed object.
    AdditionalProperties string
    Ancestors []GetVirtualizationVmwareHostResultAncestor
    BootTime string
    The time when this host booted up.
    ClassId string
    Clusters []GetVirtualizationVmwareHostResultCluster
    ConnectionState string
    Indicates if the host is connected to the vCenter. Values are connected, not connected.
    CpuInfos []GetVirtualizationVmwareHostResultCpuInfo
    CreateTime string
    The time when this managed object was created.
    Datacenters []GetVirtualizationVmwareHostResultDatacenter
    Datastores []GetVirtualizationVmwareHostResultDatastore
    DcInvPath string
    This field stores the inventory path of a datacenter. Used in host maintenance action.
    DistributedNetworks []GetVirtualizationVmwareHostResultDistributedNetwork
    DistributedSwitches []GetVirtualizationVmwareHostResultDistributedSwitch
    DnsServers []string
    DomainGroupMoid string
    The DomainGroup ID for this managed object.
    HardwareInfos []GetVirtualizationVmwareHostResultHardwareInfo
    HwPowerState string
    Is the host Powered-up or Powered-down.* 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.
    HyperFlexNodes []GetVirtualizationVmwareHostResultHyperFlexNode
    HypervisorType string
    Identifies the broad type of the underlying hypervisor.* 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 host. This entity is not manipulated by users. It aids in uniquely identifying the datacenter object. For VMware, this is an MOR (managed object reference).
    IsSshEnabled bool
    True if SSH is enabled in the host, false otherwise.
    MaintenanceMode bool
    Is this host in maintenance mode. Set to true or false.
    MemoryCapacities []GetVirtualizationVmwareHostResultMemoryCapacity
    ModTime string
    The time when this managed object was last modified.
    Model string
    Commercial model information about this hardware.
    Moid string
    The unique identifier of this Managed Object instance.
    Name string
    Name of this host supplied by user. It is not the identity of the host. The name is subject to user manipulations.
    NetworkAdapterCount float64
    The count of all network adapters attached to this host.
    NtpServers []string
    ObjectType string
    Owners []string
    Parents []GetVirtualizationVmwareHostResultParent
    PermissionResources []GetVirtualizationVmwareHostResultPermissionResource
    ProcessorCapacities []GetVirtualizationVmwareHostResultProcessorCapacity
    ProductInfos []GetVirtualizationVmwareHostResultProductInfo
    QuarantineMode bool
    Indicates if the host is in quarantine mode. Will be set to True, when in quarantine mode.
    RegisteredDevices []GetVirtualizationVmwareHostResultRegisteredDevice
    ResourceConsumeds []GetVirtualizationVmwareHostResultResourceConsumed
    Serial string
    Serial number of this host (internally generated).
    Servers []GetVirtualizationVmwareHostResultServer
    SharedScope string
    Intersight provides pre-built workflows, tasks and policies to end users through global catalogs.Objects that are made available through global catalogs are said to have a 'shared' ownership. Shared objects are either made globally available to all end users or restricted to end users based on their license entitlement. Users can use this property to differentiate the scope (global or a specific license tier) to which a shared MO belongs.
    Status string
    Host health status, as reported by the hypervisor platform.* Unknown - Entity status is unknown.* Degraded - State is degraded, and might impact normal operation of the entity.* Critical - Entity is in a critical state, impacting operations.* Ok - Entity status is in a stable state, operating normally.
    StorageAdapterCount float64
    The count of all storage adapters attached to this host.
    Tags []GetVirtualizationVmwareHostResultTag
    TimeZone string
    Time zone this host is in.
    UpTime string
    The uptime of the host, stored as Duration (from w3c).
    Uuid string
    Universally unique identity of this host (example b3d4483b-5560-9342-8309-b486c9236610). Internally generated.
    VcenterHostId string
    The identity of this host within vCenter (optional).
    Vendor string
    Commercial vendor details of this hardware.
    VersionContexts []GetVirtualizationVmwareHostResultVersionContext
    accountMoid String
    The Account ID for this managed object.
    additionalProperties String
    ancestors List<GetVirtualizationVmwareHostResultAncestor>
    bootTime String
    The time when this host booted up.
    classId String
    clusters List<GetVirtualizationVmwareHostResultCluster>
    connectionState String
    Indicates if the host is connected to the vCenter. Values are connected, not connected.
    cpuInfos List<GetVirtualizationVmwareHostResultCpuInfo>
    createTime String
    The time when this managed object was created.
    datacenters List<GetVirtualizationVmwareHostResultDatacenter>
    datastores List<GetVirtualizationVmwareHostResultDatastore>
    dcInvPath String
    This field stores the inventory path of a datacenter. Used in host maintenance action.
    distributedNetworks List<GetVirtualizationVmwareHostResultDistributedNetwork>
    distributedSwitches List<GetVirtualizationVmwareHostResultDistributedSwitch>
    dnsServers List<String>
    domainGroupMoid String
    The DomainGroup ID for this managed object.
    hardwareInfos List<GetVirtualizationVmwareHostResultHardwareInfo>
    hwPowerState String
    Is the host Powered-up or Powered-down.* 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.
    hyperFlexNodes List<GetVirtualizationVmwareHostResultHyperFlexNode>
    hypervisorType String
    Identifies the broad type of the underlying hypervisor.* 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 host. This entity is not manipulated by users. It aids in uniquely identifying the datacenter object. For VMware, this is an MOR (managed object reference).
    isSshEnabled Boolean
    True if SSH is enabled in the host, false otherwise.
    maintenanceMode Boolean
    Is this host in maintenance mode. Set to true or false.
    memoryCapacities List<GetVirtualizationVmwareHostResultMemoryCapacity>
    modTime String
    The time when this managed object was last modified.
    model String
    Commercial model information about this hardware.
    moid String
    The unique identifier of this Managed Object instance.
    name String
    Name of this host supplied by user. It is not the identity of the host. The name is subject to user manipulations.
    networkAdapterCount Double
    The count of all network adapters attached to this host.
    ntpServers List<String>
    objectType String
    owners List<String>
    parents List<GetVirtualizationVmwareHostResultParent>
    permissionResources List<GetVirtualizationVmwareHostResultPermissionResource>
    processorCapacities List<GetVirtualizationVmwareHostResultProcessorCapacity>
    productInfos List<GetVirtualizationVmwareHostResultProductInfo>
    quarantineMode Boolean
    Indicates if the host is in quarantine mode. Will be set to True, when in quarantine mode.
    registeredDevices List<GetVirtualizationVmwareHostResultRegisteredDevice>
    resourceConsumeds List<GetVirtualizationVmwareHostResultResourceConsumed>
    serial String
    Serial number of this host (internally generated).
    servers List<GetVirtualizationVmwareHostResultServer>
    sharedScope String
    Intersight provides pre-built workflows, tasks and policies to end users through global catalogs.Objects that are made available through global catalogs are said to have a 'shared' ownership. Shared objects are either made globally available to all end users or restricted to end users based on their license entitlement. Users can use this property to differentiate the scope (global or a specific license tier) to which a shared MO belongs.
    status String
    Host health status, as reported by the hypervisor platform.* Unknown - Entity status is unknown.* Degraded - State is degraded, and might impact normal operation of the entity.* Critical - Entity is in a critical state, impacting operations.* Ok - Entity status is in a stable state, operating normally.
    storageAdapterCount Double
    The count of all storage adapters attached to this host.
    tags List<GetVirtualizationVmwareHostResultTag>
    timeZone String
    Time zone this host is in.
    upTime String
    The uptime of the host, stored as Duration (from w3c).
    uuid String
    Universally unique identity of this host (example b3d4483b-5560-9342-8309-b486c9236610). Internally generated.
    vcenterHostId String
    The identity of this host within vCenter (optional).
    vendor String
    Commercial vendor details of this hardware.
    versionContexts List<GetVirtualizationVmwareHostResultVersionContext>
    accountMoid string
    The Account ID for this managed object.
    additionalProperties string
    ancestors GetVirtualizationVmwareHostResultAncestor[]
    bootTime string
    The time when this host booted up.
    classId string
    clusters GetVirtualizationVmwareHostResultCluster[]
    connectionState string
    Indicates if the host is connected to the vCenter. Values are connected, not connected.
    cpuInfos GetVirtualizationVmwareHostResultCpuInfo[]
    createTime string
    The time when this managed object was created.
    datacenters GetVirtualizationVmwareHostResultDatacenter[]
    datastores GetVirtualizationVmwareHostResultDatastore[]
    dcInvPath string
    This field stores the inventory path of a datacenter. Used in host maintenance action.
    distributedNetworks GetVirtualizationVmwareHostResultDistributedNetwork[]
    distributedSwitches GetVirtualizationVmwareHostResultDistributedSwitch[]
    dnsServers string[]
    domainGroupMoid string
    The DomainGroup ID for this managed object.
    hardwareInfos GetVirtualizationVmwareHostResultHardwareInfo[]
    hwPowerState string
    Is the host Powered-up or Powered-down.* 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.
    hyperFlexNodes GetVirtualizationVmwareHostResultHyperFlexNode[]
    hypervisorType string
    Identifies the broad type of the underlying hypervisor.* 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 host. This entity is not manipulated by users. It aids in uniquely identifying the datacenter object. For VMware, this is an MOR (managed object reference).
    isSshEnabled boolean
    True if SSH is enabled in the host, false otherwise.
    maintenanceMode boolean
    Is this host in maintenance mode. Set to true or false.
    memoryCapacities GetVirtualizationVmwareHostResultMemoryCapacity[]
    modTime string
    The time when this managed object was last modified.
    model string
    Commercial model information about this hardware.
    moid string
    The unique identifier of this Managed Object instance.
    name string
    Name of this host supplied by user. It is not the identity of the host. The name is subject to user manipulations.
    networkAdapterCount number
    The count of all network adapters attached to this host.
    ntpServers string[]
    objectType string
    owners string[]
    parents GetVirtualizationVmwareHostResultParent[]
    permissionResources GetVirtualizationVmwareHostResultPermissionResource[]
    processorCapacities GetVirtualizationVmwareHostResultProcessorCapacity[]
    productInfos GetVirtualizationVmwareHostResultProductInfo[]
    quarantineMode boolean
    Indicates if the host is in quarantine mode. Will be set to True, when in quarantine mode.
    registeredDevices GetVirtualizationVmwareHostResultRegisteredDevice[]
    resourceConsumeds GetVirtualizationVmwareHostResultResourceConsumed[]
    serial string
    Serial number of this host (internally generated).
    servers GetVirtualizationVmwareHostResultServer[]
    sharedScope string
    Intersight provides pre-built workflows, tasks and policies to end users through global catalogs.Objects that are made available through global catalogs are said to have a 'shared' ownership. Shared objects are either made globally available to all end users or restricted to end users based on their license entitlement. Users can use this property to differentiate the scope (global or a specific license tier) to which a shared MO belongs.
    status string
    Host health status, as reported by the hypervisor platform.* Unknown - Entity status is unknown.* Degraded - State is degraded, and might impact normal operation of the entity.* Critical - Entity is in a critical state, impacting operations.* Ok - Entity status is in a stable state, operating normally.
    storageAdapterCount number
    The count of all storage adapters attached to this host.
    tags GetVirtualizationVmwareHostResultTag[]
    timeZone string
    Time zone this host is in.
    upTime string
    The uptime of the host, stored as Duration (from w3c).
    uuid string
    Universally unique identity of this host (example b3d4483b-5560-9342-8309-b486c9236610). Internally generated.
    vcenterHostId string
    The identity of this host within vCenter (optional).
    vendor string
    Commercial vendor details of this hardware.
    versionContexts GetVirtualizationVmwareHostResultVersionContext[]
    account_moid str
    The Account ID for this managed object.
    additional_properties str
    ancestors Sequence[GetVirtualizationVmwareHostResultAncestor]
    boot_time str
    The time when this host booted up.
    class_id str
    clusters Sequence[GetVirtualizationVmwareHostResultCluster]
    connection_state str
    Indicates if the host is connected to the vCenter. Values are connected, not connected.
    cpu_infos Sequence[GetVirtualizationVmwareHostResultCpuInfo]
    create_time str
    The time when this managed object was created.
    datacenters Sequence[GetVirtualizationVmwareHostResultDatacenter]
    datastores Sequence[GetVirtualizationVmwareHostResultDatastore]
    dc_inv_path str
    This field stores the inventory path of a datacenter. Used in host maintenance action.
    distributed_networks Sequence[GetVirtualizationVmwareHostResultDistributedNetwork]
    distributed_switches Sequence[GetVirtualizationVmwareHostResultDistributedSwitch]
    dns_servers Sequence[str]
    domain_group_moid str
    The DomainGroup ID for this managed object.
    hardware_infos Sequence[GetVirtualizationVmwareHostResultHardwareInfo]
    hw_power_state str
    Is the host Powered-up or Powered-down.* 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.
    hyper_flex_nodes Sequence[GetVirtualizationVmwareHostResultHyperFlexNode]
    hypervisor_type str
    Identifies the broad type of the underlying hypervisor.* 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 host. This entity is not manipulated by users. It aids in uniquely identifying the datacenter object. For VMware, this is an MOR (managed object reference).
    is_ssh_enabled bool
    True if SSH is enabled in the host, false otherwise.
    maintenance_mode bool
    Is this host in maintenance mode. Set to true or false.
    memory_capacities Sequence[GetVirtualizationVmwareHostResultMemoryCapacity]
    mod_time str
    The time when this managed object was last modified.
    model str
    Commercial model information about this hardware.
    moid str
    The unique identifier of this Managed Object instance.
    name str
    Name of this host supplied by user. It is not the identity of the host. The name is subject to user manipulations.
    network_adapter_count float
    The count of all network adapters attached to this host.
    ntp_servers Sequence[str]
    object_type str
    owners Sequence[str]
    parents Sequence[GetVirtualizationVmwareHostResultParent]
    permission_resources Sequence[GetVirtualizationVmwareHostResultPermissionResource]
    processor_capacities Sequence[GetVirtualizationVmwareHostResultProcessorCapacity]
    product_infos Sequence[GetVirtualizationVmwareHostResultProductInfo]
    quarantine_mode bool
    Indicates if the host is in quarantine mode. Will be set to True, when in quarantine mode.
    registered_devices Sequence[GetVirtualizationVmwareHostResultRegisteredDevice]
    resource_consumeds Sequence[GetVirtualizationVmwareHostResultResourceConsumed]
    serial str
    Serial number of this host (internally generated).
    servers Sequence[GetVirtualizationVmwareHostResultServer]
    shared_scope str
    Intersight provides pre-built workflows, tasks and policies to end users through global catalogs.Objects that are made available through global catalogs are said to have a 'shared' ownership. Shared objects are either made globally available to all end users or restricted to end users based on their license entitlement. Users can use this property to differentiate the scope (global or a specific license tier) to which a shared MO belongs.
    status str
    Host health status, as reported by the hypervisor platform.* Unknown - Entity status is unknown.* Degraded - State is degraded, and might impact normal operation of the entity.* Critical - Entity is in a critical state, impacting operations.* Ok - Entity status is in a stable state, operating normally.
    storage_adapter_count float
    The count of all storage adapters attached to this host.
    tags Sequence[GetVirtualizationVmwareHostResultTag]
    time_zone str
    Time zone this host is in.
    up_time str
    The uptime of the host, stored as Duration (from w3c).
    uuid str
    Universally unique identity of this host (example b3d4483b-5560-9342-8309-b486c9236610). Internally generated.
    vcenter_host_id str
    The identity of this host within vCenter (optional).
    vendor str
    Commercial vendor details of this hardware.
    version_contexts Sequence[GetVirtualizationVmwareHostResultVersionContext]
    accountMoid String
    The Account ID for this managed object.
    additionalProperties String
    ancestors List<Property Map>
    bootTime String
    The time when this host booted up.
    classId String
    clusters List<Property Map>
    connectionState String
    Indicates if the host is connected to the vCenter. Values are connected, not connected.
    cpuInfos List<Property Map>
    createTime String
    The time when this managed object was created.
    datacenters List<Property Map>
    datastores List<Property Map>
    dcInvPath String
    This field stores the inventory path of a datacenter. Used in host maintenance action.
    distributedNetworks List<Property Map>
    distributedSwitches List<Property Map>
    dnsServers List<String>
    domainGroupMoid String
    The DomainGroup ID for this managed object.
    hardwareInfos List<Property Map>
    hwPowerState String
    Is the host Powered-up or Powered-down.* 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.
    hyperFlexNodes List<Property Map>
    hypervisorType String
    Identifies the broad type of the underlying hypervisor.* 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 host. This entity is not manipulated by users. It aids in uniquely identifying the datacenter object. For VMware, this is an MOR (managed object reference).
    isSshEnabled Boolean
    True if SSH is enabled in the host, false otherwise.
    maintenanceMode Boolean
    Is this host in maintenance mode. Set to true or false.
    memoryCapacities List<Property Map>
    modTime String
    The time when this managed object was last modified.
    model String
    Commercial model information about this hardware.
    moid String
    The unique identifier of this Managed Object instance.
    name String
    Name of this host supplied by user. It is not the identity of the host. The name is subject to user manipulations.
    networkAdapterCount Number
    The count of all network adapters attached to this host.
    ntpServers List<String>
    objectType String
    owners List<String>
    parents List<Property Map>
    permissionResources List<Property Map>
    processorCapacities List<Property Map>
    productInfos List<Property Map>
    quarantineMode Boolean
    Indicates if the host is in quarantine mode. Will be set to True, when in quarantine mode.
    registeredDevices List<Property Map>
    resourceConsumeds List<Property Map>
    serial String
    Serial number of this host (internally generated).
    servers List<Property Map>
    sharedScope String
    Intersight provides pre-built workflows, tasks and policies to end users through global catalogs.Objects that are made available through global catalogs are said to have a 'shared' ownership. Shared objects are either made globally available to all end users or restricted to end users based on their license entitlement. Users can use this property to differentiate the scope (global or a specific license tier) to which a shared MO belongs.
    status String
    Host health status, as reported by the hypervisor platform.* Unknown - Entity status is unknown.* Degraded - State is degraded, and might impact normal operation of the entity.* Critical - Entity is in a critical state, impacting operations.* Ok - Entity status is in a stable state, operating normally.
    storageAdapterCount Number
    The count of all storage adapters attached to this host.
    tags List<Property Map>
    timeZone String
    Time zone this host is in.
    upTime String
    The uptime of the host, stored as Duration (from w3c).
    uuid String
    Universally unique identity of this host (example b3d4483b-5560-9342-8309-b486c9236610). Internally generated.
    vcenterHostId String
    The identity of this host within vCenter (optional).
    vendor String
    Commercial vendor details of this hardware.
    versionContexts List<Property Map>

    GetVirtualizationVmwareHostResultAncestor

    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

    GetVirtualizationVmwareHostResultCluster

    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

    GetVirtualizationVmwareHostResultCpuInfo

    AdditionalProperties string
    ClassId string
    Cores double
    Description string
    ObjectType string
    Sockets double
    Speed double
    Vendor string
    Commercial vendor details of this hardware.
    AdditionalProperties string
    ClassId string
    Cores float64
    Description string
    ObjectType string
    Sockets float64
    Speed float64
    Vendor string
    Commercial vendor details of this hardware.
    additionalProperties String
    classId String
    cores Double
    description String
    objectType String
    sockets Double
    speed Double
    vendor String
    Commercial vendor details of this hardware.
    additionalProperties string
    classId string
    cores number
    description string
    objectType string
    sockets number
    speed number
    vendor string
    Commercial vendor details of this hardware.
    additional_properties str
    class_id str
    cores float
    description str
    object_type str
    sockets float
    speed float
    vendor str
    Commercial vendor details of this hardware.
    additionalProperties String
    classId String
    cores Number
    description String
    objectType String
    sockets Number
    speed Number
    vendor String
    Commercial vendor details of this hardware.

    GetVirtualizationVmwareHostResultDatacenter

    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

    GetVirtualizationVmwareHostResultDatastore

    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

    GetVirtualizationVmwareHostResultDistributedNetwork

    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

    GetVirtualizationVmwareHostResultDistributedSwitch

    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

    GetVirtualizationVmwareHostResultHardwareInfo

    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

    GetVirtualizationVmwareHostResultHyperFlexNode

    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

    GetVirtualizationVmwareHostResultMemoryCapacity

    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

    GetVirtualizationVmwareHostResultParent

    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

    GetVirtualizationVmwareHostResultPermissionResource

    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

    GetVirtualizationVmwareHostResultProcessorCapacity

    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

    GetVirtualizationVmwareHostResultProductInfo

    GetVirtualizationVmwareHostResultRegisteredDevice

    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

    GetVirtualizationVmwareHostResultResourceConsumed

    GetVirtualizationVmwareHostResultServer

    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

    GetVirtualizationVmwareHostResultTag

    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

    GetVirtualizationVmwareHostResultVersionContext

    GetVirtualizationVmwareHostResultVersionContextInterestedMo

    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

    GetVirtualizationVmwareHostResultVersionContextRefMo

    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

    GetVirtualizationVmwareHostServer

    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'.

    GetVirtualizationVmwareHostTag

    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.

    GetVirtualizationVmwareHostVersionContext

    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<GetVirtualizationVmwareHostVersionContextInterestedMo>
    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 GetVirtualizationVmwareHostVersionContextRefMo
    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 []GetVirtualizationVmwareHostVersionContextInterestedMo
    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 GetVirtualizationVmwareHostVersionContextRefMo
    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<GetVirtualizationVmwareHostVersionContextInterestedMo>
    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 GetVirtualizationVmwareHostVersionContextRefMo
    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 GetVirtualizationVmwareHostVersionContextInterestedMo[]
    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 GetVirtualizationVmwareHostVersionContextRefMo
    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[GetVirtualizationVmwareHostVersionContextInterestedMo]
    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 GetVirtualizationVmwareHostVersionContextRefMo
    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.

    GetVirtualizationVmwareHostVersionContextInterestedMo

    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'.

    GetVirtualizationVmwareHostVersionContextRefMo

    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