intersight 1.0.65 published on Wednesday, May 7, 2025 by ciscodevnet
intersight.getVirtualizationVmwareHost
Explore with Pulumi AI
intersight 1.0.65 published on Wednesday, May 7, 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 dictionaryThe following arguments are supported:
- AccountMoid string
- The Account ID for this managed object.
- AdditionalProperties string
- Ancestors
List<GetVirtualization Vmware Host Ancestor> 
- BootTime string
- The time when this host booted up.
- ClassId string
- Cluster
GetVirtualization Vmware Host Cluster 
- ConnectionState string
- Indicates if the host is connected to the vCenter. Values are connected, not connected.
- CpuInfo GetVirtualization Vmware Host Cpu Info 
- CreateTime string
- The time when this managed object was created.
- Datacenter
GetVirtualization Vmware Host Datacenter 
- Datastores
List<GetVirtualization Vmware Host Datastore> 
- DcInv stringPath 
- This field stores the inventory path of a datacenter. Used in host maintenance action.
- DistributedNetworks List<GetVirtualization Vmware Host Distributed Network> 
- DistributedSwitches List<GetVirtualization Vmware Host Distributed Switch> 
- DnsServers List<string>
- DomainGroup stringMoid 
- The DomainGroup ID for this managed object.
- HardwareInfo GetVirtualization Vmware Host Hardware Info 
- HwPower stringState 
- 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.
- HyperFlex GetNode Virtualization Vmware Host Hyper Flex Node 
- 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).
- IsSsh boolEnabled 
- True if SSH is enabled in the host, false otherwise.
- MaintenanceMode bool
- Is this host in maintenance mode. Set to true or false.
- MemoryCapacity GetVirtualization Vmware Host Memory Capacity 
- 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.
- NetworkAdapter doubleCount 
- The count of all network adapters attached to this host.
- NtpServers List<string>
- ObjectType string
- Owners List<string>
- Parent
GetVirtualization Vmware Host Parent 
- PermissionResources List<GetVirtualization Vmware Host Permission Resource> 
- ProcessorCapacity GetVirtualization Vmware Host Processor Capacity 
- ProductInfo GetVirtualization Vmware Host Product Info 
- QuarantineMode bool
- Indicates if the host is in quarantine mode. Will be set to True, when in quarantine mode.
- RegisteredDevice GetVirtualization Vmware Host Registered Device 
- ResourceConsumed GetVirtualization Vmware Host Resource Consumed 
- Serial string
- Serial number of this host (internally generated).
- Server
GetVirtualization Vmware Host Server 
- 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.
- StorageAdapter doubleCount 
- The count of all storage adapters attached to this host.
- 
List<GetVirtualization Vmware Host Tag> 
- 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.
- VcenterHost stringId 
- The identity of this host within vCenter (optional).
- Vendor string
- Commercial vendor details of this hardware.
- VersionContext GetVirtualization Vmware Host Version Context 
- AccountMoid string
- The Account ID for this managed object.
- AdditionalProperties string
- Ancestors
[]GetVirtualization Vmware Host Ancestor 
- BootTime string
- The time when this host booted up.
- ClassId string
- Cluster
GetVirtualization Vmware Host Cluster 
- ConnectionState string
- Indicates if the host is connected to the vCenter. Values are connected, not connected.
- CpuInfo GetVirtualization Vmware Host Cpu Info 
- CreateTime string
- The time when this managed object was created.
- Datacenter
GetVirtualization Vmware Host Datacenter 
- Datastores
[]GetVirtualization Vmware Host Datastore 
- DcInv stringPath 
- This field stores the inventory path of a datacenter. Used in host maintenance action.
- DistributedNetworks []GetVirtualization Vmware Host Distributed Network 
- DistributedSwitches []GetVirtualization Vmware Host Distributed Switch 
- DnsServers []string
- DomainGroup stringMoid 
- The DomainGroup ID for this managed object.
- HardwareInfo GetVirtualization Vmware Host Hardware Info 
- HwPower stringState 
- 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.
- HyperFlex GetNode Virtualization Vmware Host Hyper Flex Node 
- 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).
- IsSsh boolEnabled 
- True if SSH is enabled in the host, false otherwise.
- MaintenanceMode bool
- Is this host in maintenance mode. Set to true or false.
- MemoryCapacity GetVirtualization Vmware Host Memory Capacity 
- 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.
- NetworkAdapter float64Count 
- The count of all network adapters attached to this host.
- NtpServers []string
- ObjectType string
- Owners []string
- Parent
GetVirtualization Vmware Host Parent 
- PermissionResources []GetVirtualization Vmware Host Permission Resource 
- ProcessorCapacity GetVirtualization Vmware Host Processor Capacity 
- ProductInfo GetVirtualization Vmware Host Product Info 
- QuarantineMode bool
- Indicates if the host is in quarantine mode. Will be set to True, when in quarantine mode.
- RegisteredDevice GetVirtualization Vmware Host Registered Device 
- ResourceConsumed GetVirtualization Vmware Host Resource Consumed 
- Serial string
- Serial number of this host (internally generated).
- Server
GetVirtualization Vmware Host Server 
- 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.
- StorageAdapter float64Count 
- The count of all storage adapters attached to this host.
- 
[]GetVirtualization Vmware Host Tag 
- 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.
- VcenterHost stringId 
- The identity of this host within vCenter (optional).
- Vendor string
- Commercial vendor details of this hardware.
- VersionContext GetVirtualization Vmware Host Version Context 
- accountMoid String
- The Account ID for this managed object.
- additionalProperties String
- ancestors
List<GetVirtualization Vmware Host Ancestor> 
- bootTime String
- The time when this host booted up.
- classId String
- cluster
GetVirtualization Vmware Host Cluster 
- connectionState String
- Indicates if the host is connected to the vCenter. Values are connected, not connected.
- cpuInfo GetVirtualization Vmware Host Cpu Info 
- createTime String
- The time when this managed object was created.
- datacenter
GetVirtualization Vmware Host Datacenter 
- datastores
List<GetVirtualization Vmware Host Datastore> 
- dcInv StringPath 
- This field stores the inventory path of a datacenter. Used in host maintenance action.
- distributedNetworks List<GetVirtualization Vmware Host Distributed Network> 
- distributedSwitches List<GetVirtualization Vmware Host Distributed Switch> 
- dnsServers List<String>
- domainGroup StringMoid 
- The DomainGroup ID for this managed object.
- hardwareInfo GetVirtualization Vmware Host Hardware Info 
- hwPower StringState 
- 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.
- hyperFlex GetNode Virtualization Vmware Host Hyper Flex Node 
- 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).
- isSsh BooleanEnabled 
- True if SSH is enabled in the host, false otherwise.
- maintenanceMode Boolean
- Is this host in maintenance mode. Set to true or false.
- memoryCapacity GetVirtualization Vmware Host Memory Capacity 
- 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.
- networkAdapter DoubleCount 
- The count of all network adapters attached to this host.
- ntpServers List<String>
- objectType String
- owners List<String>
- parent
GetVirtualization Vmware Host Parent 
- permissionResources List<GetVirtualization Vmware Host Permission Resource> 
- processorCapacity GetVirtualization Vmware Host Processor Capacity 
- productInfo GetVirtualization Vmware Host Product Info 
- quarantineMode Boolean
- Indicates if the host is in quarantine mode. Will be set to True, when in quarantine mode.
- registeredDevice GetVirtualization Vmware Host Registered Device 
- resourceConsumed GetVirtualization Vmware Host Resource Consumed 
- serial String
- Serial number of this host (internally generated).
- server
GetVirtualization Vmware Host Server 
- 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.
- storageAdapter DoubleCount 
- The count of all storage adapters attached to this host.
- 
List<GetVirtualization Vmware Host Tag> 
- 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.
- vcenterHost StringId 
- The identity of this host within vCenter (optional).
- vendor String
- Commercial vendor details of this hardware.
- versionContext GetVirtualization Vmware Host Version Context 
- accountMoid string
- The Account ID for this managed object.
- additionalProperties string
- ancestors
GetVirtualization Vmware Host Ancestor[] 
- bootTime string
- The time when this host booted up.
- classId string
- cluster
GetVirtualization Vmware Host Cluster 
- connectionState string
- Indicates if the host is connected to the vCenter. Values are connected, not connected.
- cpuInfo GetVirtualization Vmware Host Cpu Info 
- createTime string
- The time when this managed object was created.
- datacenter
GetVirtualization Vmware Host Datacenter 
- datastores
GetVirtualization Vmware Host Datastore[] 
- dcInv stringPath 
- This field stores the inventory path of a datacenter. Used in host maintenance action.
- distributedNetworks GetVirtualization Vmware Host Distributed Network[] 
- distributedSwitches GetVirtualization Vmware Host Distributed Switch[] 
- dnsServers string[]
- domainGroup stringMoid 
- The DomainGroup ID for this managed object.
- hardwareInfo GetVirtualization Vmware Host Hardware Info 
- hwPower stringState 
- 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.
- hyperFlex GetNode Virtualization Vmware Host Hyper Flex Node 
- 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).
- isSsh booleanEnabled 
- True if SSH is enabled in the host, false otherwise.
- maintenanceMode boolean
- Is this host in maintenance mode. Set to true or false.
- memoryCapacity GetVirtualization Vmware Host Memory Capacity 
- 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.
- networkAdapter numberCount 
- The count of all network adapters attached to this host.
- ntpServers string[]
- objectType string
- owners string[]
- parent
GetVirtualization Vmware Host Parent 
- permissionResources GetVirtualization Vmware Host Permission Resource[] 
- processorCapacity GetVirtualization Vmware Host Processor Capacity 
- productInfo GetVirtualization Vmware Host Product Info 
- quarantineMode boolean
- Indicates if the host is in quarantine mode. Will be set to True, when in quarantine mode.
- registeredDevice GetVirtualization Vmware Host Registered Device 
- resourceConsumed GetVirtualization Vmware Host Resource Consumed 
- serial string
- Serial number of this host (internally generated).
- server
GetVirtualization Vmware Host Server 
- 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.
- storageAdapter numberCount 
- The count of all storage adapters attached to this host.
- 
GetVirtualization Vmware Host Tag[] 
- 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.
- vcenterHost stringId 
- The identity of this host within vCenter (optional).
- vendor string
- Commercial vendor details of this hardware.
- versionContext GetVirtualization Vmware Host Version Context 
- account_moid str
- The Account ID for this managed object.
- additional_properties str
- ancestors
Sequence[GetVirtualization Vmware Host Ancestor] 
- boot_time str
- The time when this host booted up.
- class_id str
- cluster
GetVirtualization Vmware Host Cluster 
- connection_state str
- Indicates if the host is connected to the vCenter. Values are connected, not connected.
- cpu_info GetVirtualization Vmware Host Cpu Info 
- create_time str
- The time when this managed object was created.
- datacenter
GetVirtualization Vmware Host Datacenter 
- datastores
Sequence[GetVirtualization Vmware Host Datastore] 
- dc_inv_ strpath 
- This field stores the inventory path of a datacenter. Used in host maintenance action.
- distributed_networks Sequence[GetVirtualization Vmware Host Distributed Network] 
- distributed_switches Sequence[GetVirtualization Vmware Host Distributed Switch] 
- dns_servers Sequence[str]
- domain_group_ strmoid 
- The DomainGroup ID for this managed object.
- hardware_info GetVirtualization Vmware Host Hardware Info 
- hw_power_ strstate 
- 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_ Getnode Virtualization Vmware Host Hyper Flex Node 
- 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_ boolenabled 
- 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 GetVirtualization Vmware Host Memory Capacity 
- 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_ floatcount 
- The count of all network adapters attached to this host.
- ntp_servers Sequence[str]
- object_type str
- owners Sequence[str]
- parent
GetVirtualization Vmware Host Parent 
- permission_resources Sequence[GetVirtualization Vmware Host Permission Resource] 
- processor_capacity GetVirtualization Vmware Host Processor Capacity 
- product_info GetVirtualization Vmware Host Product Info 
- quarantine_mode bool
- Indicates if the host is in quarantine mode. Will be set to True, when in quarantine mode.
- registered_device GetVirtualization Vmware Host Registered Device 
- resource_consumed GetVirtualization Vmware Host Resource Consumed 
- serial str
- Serial number of this host (internally generated).
- server
GetVirtualization Vmware Host Server 
- 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_ floatcount 
- The count of all storage adapters attached to this host.
- 
Sequence[GetVirtualization Vmware Host Tag] 
- 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_ strid 
- The identity of this host within vCenter (optional).
- vendor str
- Commercial vendor details of this hardware.
- version_context GetVirtualization Vmware Host Version Context 
- 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>
- dcInv StringPath 
- 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>
- domainGroup StringMoid 
- The DomainGroup ID for this managed object.
- hardwareInfo Property Map
- hwPower StringState 
- 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.
- hyperFlex Property MapNode 
- 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).
- isSsh BooleanEnabled 
- 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.
- networkAdapter NumberCount 
- 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
- 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.
- storageAdapter NumberCount 
- The count of all storage adapters attached to this host.
- 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.
- vcenterHost StringId 
- 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<GetVirtualization Vmware Host Result> 
- AccountMoid string
- AdditionalProperties string
- Ancestors
List<GetVirtualization Vmware Host Ancestor> 
- BootTime string
- ClassId string
- Cluster
GetVirtualization Vmware Host Cluster 
- ConnectionState string
- CpuInfo GetVirtualization Vmware Host Cpu Info 
- CreateTime string
- Datacenter
GetVirtualization Vmware Host Datacenter 
- Datastores
List<GetVirtualization Vmware Host Datastore> 
- DcInv stringPath 
- DistributedNetworks List<GetVirtualization Vmware Host Distributed Network> 
- DistributedSwitches List<GetVirtualization Vmware Host Distributed Switch> 
- DnsServers List<string>
- DomainGroup stringMoid 
- HardwareInfo GetVirtualization Vmware Host Hardware Info 
- HwPower stringState 
- HyperFlex GetNode Virtualization Vmware Host Hyper Flex Node 
- HypervisorType string
- Identity string
- IsSsh boolEnabled 
- MaintenanceMode bool
- MemoryCapacity GetVirtualization Vmware Host Memory Capacity 
- ModTime string
- Model string
- Moid string
- Name string
- NetworkAdapter doubleCount 
- NtpServers List<string>
- ObjectType string
- Owners List<string>
- Parent
GetVirtualization Vmware Host Parent 
- PermissionResources List<GetVirtualization Vmware Host Permission Resource> 
- ProcessorCapacity GetVirtualization Vmware Host Processor Capacity 
- ProductInfo GetVirtualization Vmware Host Product Info 
- QuarantineMode bool
- RegisteredDevice GetVirtualization Vmware Host Registered Device 
- ResourceConsumed GetVirtualization Vmware Host Resource Consumed 
- Serial string
- Server
GetVirtualization Vmware Host Server 
- string
- Status string
- StorageAdapter doubleCount 
- 
List<GetVirtualization Vmware Host Tag> 
- TimeZone string
- UpTime string
- Uuid string
- VcenterHost stringId 
- Vendor string
- VersionContext GetVirtualization Vmware Host Version Context 
- Id string
- Results
[]GetVirtualization Vmware Host Result 
- AccountMoid string
- AdditionalProperties string
- Ancestors
[]GetVirtualization Vmware Host Ancestor 
- BootTime string
- ClassId string
- Cluster
GetVirtualization Vmware Host Cluster 
- ConnectionState string
- CpuInfo GetVirtualization Vmware Host Cpu Info 
- CreateTime string
- Datacenter
GetVirtualization Vmware Host Datacenter 
- Datastores
[]GetVirtualization Vmware Host Datastore 
- DcInv stringPath 
- DistributedNetworks []GetVirtualization Vmware Host Distributed Network 
- DistributedSwitches []GetVirtualization Vmware Host Distributed Switch 
- DnsServers []string
- DomainGroup stringMoid 
- HardwareInfo GetVirtualization Vmware Host Hardware Info 
- HwPower stringState 
- HyperFlex GetNode Virtualization Vmware Host Hyper Flex Node 
- HypervisorType string
- Identity string
- IsSsh boolEnabled 
- MaintenanceMode bool
- MemoryCapacity GetVirtualization Vmware Host Memory Capacity 
- ModTime string
- Model string
- Moid string
- Name string
- NetworkAdapter float64Count 
- NtpServers []string
- ObjectType string
- Owners []string
- Parent
GetVirtualization Vmware Host Parent 
- PermissionResources []GetVirtualization Vmware Host Permission Resource 
- ProcessorCapacity GetVirtualization Vmware Host Processor Capacity 
- ProductInfo GetVirtualization Vmware Host Product Info 
- QuarantineMode bool
- RegisteredDevice GetVirtualization Vmware Host Registered Device 
- ResourceConsumed GetVirtualization Vmware Host Resource Consumed 
- Serial string
- Server
GetVirtualization Vmware Host Server 
- string
- Status string
- StorageAdapter float64Count 
- 
[]GetVirtualization Vmware Host Tag 
- TimeZone string
- UpTime string
- Uuid string
- VcenterHost stringId 
- Vendor string
- VersionContext GetVirtualization Vmware Host Version Context 
- id String
- results
List<GetVirtualization Vmware Host Result> 
- accountMoid String
- additionalProperties String
- ancestors
List<GetVirtualization Vmware Host Ancestor> 
- bootTime String
- classId String
- cluster
GetVirtualization Vmware Host Cluster 
- connectionState String
- cpuInfo GetVirtualization Vmware Host Cpu Info 
- createTime String
- datacenter
GetVirtualization Vmware Host Datacenter 
- datastores
List<GetVirtualization Vmware Host Datastore> 
- dcInv StringPath 
- distributedNetworks List<GetVirtualization Vmware Host Distributed Network> 
- distributedSwitches List<GetVirtualization Vmware Host Distributed Switch> 
- dnsServers List<String>
- domainGroup StringMoid 
- hardwareInfo GetVirtualization Vmware Host Hardware Info 
- hwPower StringState 
- hyperFlex GetNode Virtualization Vmware Host Hyper Flex Node 
- hypervisorType String
- identity String
- isSsh BooleanEnabled 
- maintenanceMode Boolean
- memoryCapacity GetVirtualization Vmware Host Memory Capacity 
- modTime String
- model String
- moid String
- name String
- networkAdapter DoubleCount 
- ntpServers List<String>
- objectType String
- owners List<String>
- parent
GetVirtualization Vmware Host Parent 
- permissionResources List<GetVirtualization Vmware Host Permission Resource> 
- processorCapacity GetVirtualization Vmware Host Processor Capacity 
- productInfo GetVirtualization Vmware Host Product Info 
- quarantineMode Boolean
- registeredDevice GetVirtualization Vmware Host Registered Device 
- resourceConsumed GetVirtualization Vmware Host Resource Consumed 
- serial String
- server
GetVirtualization Vmware Host Server 
- String
- status String
- storageAdapter DoubleCount 
- 
List<GetVirtualization Vmware Host Tag> 
- timeZone String
- upTime String
- uuid String
- vcenterHost StringId 
- vendor String
- versionContext GetVirtualization Vmware Host Version Context 
- id string
- results
GetVirtualization Vmware Host Result[] 
- accountMoid string
- additionalProperties string
- ancestors
GetVirtualization Vmware Host Ancestor[] 
- bootTime string
- classId string
- cluster
GetVirtualization Vmware Host Cluster 
- connectionState string
- cpuInfo GetVirtualization Vmware Host Cpu Info 
- createTime string
- datacenter
GetVirtualization Vmware Host Datacenter 
- datastores
GetVirtualization Vmware Host Datastore[] 
- dcInv stringPath 
- distributedNetworks GetVirtualization Vmware Host Distributed Network[] 
- distributedSwitches GetVirtualization Vmware Host Distributed Switch[] 
- dnsServers string[]
- domainGroup stringMoid 
- hardwareInfo GetVirtualization Vmware Host Hardware Info 
- hwPower stringState 
- hyperFlex GetNode Virtualization Vmware Host Hyper Flex Node 
- hypervisorType string
- identity string
- isSsh booleanEnabled 
- maintenanceMode boolean
- memoryCapacity GetVirtualization Vmware Host Memory Capacity 
- modTime string
- model string
- moid string
- name string
- networkAdapter numberCount 
- ntpServers string[]
- objectType string
- owners string[]
- parent
GetVirtualization Vmware Host Parent 
- permissionResources GetVirtualization Vmware Host Permission Resource[] 
- processorCapacity GetVirtualization Vmware Host Processor Capacity 
- productInfo GetVirtualization Vmware Host Product Info 
- quarantineMode boolean
- registeredDevice GetVirtualization Vmware Host Registered Device 
- resourceConsumed GetVirtualization Vmware Host Resource Consumed 
- serial string
- server
GetVirtualization Vmware Host Server 
- string
- status string
- storageAdapter numberCount 
- 
GetVirtualization Vmware Host Tag[] 
- timeZone string
- upTime string
- uuid string
- vcenterHost stringId 
- vendor string
- versionContext GetVirtualization Vmware Host Version Context 
- id str
- results
Sequence[GetVirtualization Vmware Host Result] 
- account_moid str
- additional_properties str
- ancestors
Sequence[GetVirtualization Vmware Host Ancestor] 
- boot_time str
- class_id str
- cluster
GetVirtualization Vmware Host Cluster 
- connection_state str
- cpu_info GetVirtualization Vmware Host Cpu Info 
- create_time str
- datacenter
GetVirtualization Vmware Host Datacenter 
- datastores
Sequence[GetVirtualization Vmware Host Datastore] 
- dc_inv_ strpath 
- distributed_networks Sequence[GetVirtualization Vmware Host Distributed Network] 
- distributed_switches Sequence[GetVirtualization Vmware Host Distributed Switch] 
- dns_servers Sequence[str]
- domain_group_ strmoid 
- hardware_info GetVirtualization Vmware Host Hardware Info 
- hw_power_ strstate 
- hyper_flex_ Getnode Virtualization Vmware Host Hyper Flex Node 
- hypervisor_type str
- identity str
- is_ssh_ boolenabled 
- maintenance_mode bool
- memory_capacity GetVirtualization Vmware Host Memory Capacity 
- mod_time str
- model str
- moid str
- name str
- network_adapter_ floatcount 
- ntp_servers Sequence[str]
- object_type str
- owners Sequence[str]
- parent
GetVirtualization Vmware Host Parent 
- permission_resources Sequence[GetVirtualization Vmware Host Permission Resource] 
- processor_capacity GetVirtualization Vmware Host Processor Capacity 
- product_info GetVirtualization Vmware Host Product Info 
- quarantine_mode bool
- registered_device GetVirtualization Vmware Host Registered Device 
- resource_consumed GetVirtualization Vmware Host Resource Consumed 
- serial str
- server
GetVirtualization Vmware Host Server 
- str
- status str
- storage_adapter_ floatcount 
- 
Sequence[GetVirtualization Vmware Host Tag] 
- time_zone str
- up_time str
- uuid str
- vcenter_host_ strid 
- vendor str
- version_context GetVirtualization Vmware Host Version Context 
- 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>
- dcInv StringPath 
- distributedNetworks List<Property Map>
- distributedSwitches List<Property Map>
- dnsServers List<String>
- domainGroup StringMoid 
- hardwareInfo Property Map
- hwPower StringState 
- hyperFlex Property MapNode 
- hypervisorType String
- identity String
- isSsh BooleanEnabled 
- maintenanceMode Boolean
- memoryCapacity Property Map
- modTime String
- model String
- moid String
- name String
- networkAdapter NumberCount 
- 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
- String
- status String
- storageAdapter NumberCount 
- List<Property Map>
- timeZone String
- upTime String
- uuid String
- vcenterHost StringId 
- 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.- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
 
- AdditionalProperties string
- ClassId string
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- Moid string
- The unique identifier of this Managed Object instance.
- ObjectType string
- The fully-qualified name of the remote type referred by this relationship.
- Selector string
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
 
- additionalProperties String
- classId String
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- moid String
- The unique identifier of this Managed Object instance.
- objectType String
- The fully-qualified name of the remote type referred by this relationship.
- selector String
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
 
- additionalProperties string
- classId string
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- moid string
- The unique identifier of this Managed Object instance.
- objectType string
- The fully-qualified name of the remote type referred by this relationship.
- selector string
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
 
- additional_properties str
- class_id str
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- moid str
- The unique identifier of this Managed Object instance.
- object_type str
- The fully-qualified name of the remote type referred by this relationship.
- selector str
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
 
- additionalProperties String
- classId String
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- moid String
- The unique identifier of this Managed Object instance.
- objectType String
- The fully-qualified name of the remote type referred by this relationship.
- selector String
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
 
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.- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
 
- AdditionalProperties string
- ClassId string
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- Moid string
- The unique identifier of this Managed Object instance.
- ObjectType string
- The fully-qualified name of the remote type referred by this relationship.
- Selector string
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
 
- additionalProperties String
- classId String
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- moid String
- The unique identifier of this Managed Object instance.
- objectType String
- The fully-qualified name of the remote type referred by this relationship.
- selector String
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
 
- additionalProperties string
- classId string
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- moid string
- The unique identifier of this Managed Object instance.
- objectType string
- The fully-qualified name of the remote type referred by this relationship.
- selector string
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
 
- additional_properties str
- class_id str
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- moid str
- The unique identifier of this Managed Object instance.
- object_type str
- The fully-qualified name of the remote type referred by this relationship.
- selector str
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
 
- additionalProperties String
- classId String
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- moid String
- The unique identifier of this Managed Object instance.
- objectType String
- The fully-qualified name of the remote type referred by this relationship.
- selector String
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
 
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.- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
 
- AdditionalProperties string
- ClassId string
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- Moid string
- The unique identifier of this Managed Object instance.
- ObjectType string
- The fully-qualified name of the remote type referred by this relationship.
- Selector string
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
 
- additionalProperties String
- classId String
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- moid String
- The unique identifier of this Managed Object instance.
- objectType String
- The fully-qualified name of the remote type referred by this relationship.
- selector String
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
 
- additionalProperties string
- classId string
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- moid string
- The unique identifier of this Managed Object instance.
- objectType string
- The fully-qualified name of the remote type referred by this relationship.
- selector string
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
 
- additional_properties str
- class_id str
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- moid str
- The unique identifier of this Managed Object instance.
- object_type str
- The fully-qualified name of the remote type referred by this relationship.
- selector str
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
 
- additionalProperties String
- classId String
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- moid String
- The unique identifier of this Managed Object instance.
- objectType String
- The fully-qualified name of the remote type referred by this relationship.
- selector String
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
 
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.- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
 
- AdditionalProperties string
- ClassId string
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- Moid string
- The unique identifier of this Managed Object instance.
- ObjectType string
- The fully-qualified name of the remote type referred by this relationship.
- Selector string
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
 
- additionalProperties String
- classId String
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- moid String
- The unique identifier of this Managed Object instance.
- objectType String
- The fully-qualified name of the remote type referred by this relationship.
- selector String
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
 
- additionalProperties string
- classId string
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- moid string
- The unique identifier of this Managed Object instance.
- objectType string
- The fully-qualified name of the remote type referred by this relationship.
- selector string
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
 
- additional_properties str
- class_id str
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- moid str
- The unique identifier of this Managed Object instance.
- object_type str
- The fully-qualified name of the remote type referred by this relationship.
- selector str
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
 
- additionalProperties String
- classId String
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- moid String
- The unique identifier of this Managed Object instance.
- objectType String
- The fully-qualified name of the remote type referred by this relationship.
- selector String
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
 
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.- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
 
- AdditionalProperties string
- ClassId string
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- Moid string
- The unique identifier of this Managed Object instance.
- ObjectType string
- The fully-qualified name of the remote type referred by this relationship.
- Selector string
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
 
- additionalProperties String
- classId String
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- moid String
- The unique identifier of this Managed Object instance.
- objectType String
- The fully-qualified name of the remote type referred by this relationship.
- selector String
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
 
- additionalProperties string
- classId string
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- moid string
- The unique identifier of this Managed Object instance.
- objectType string
- The fully-qualified name of the remote type referred by this relationship.
- selector string
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
 
- additional_properties str
- class_id str
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- moid str
- The unique identifier of this Managed Object instance.
- object_type str
- The fully-qualified name of the remote type referred by this relationship.
- selector str
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
 
- additionalProperties String
- classId String
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- moid String
- The unique identifier of this Managed Object instance.
- objectType String
- The fully-qualified name of the remote type referred by this relationship.
- selector String
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
 
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.- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
 
- AdditionalProperties string
- ClassId string
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- Moid string
- The unique identifier of this Managed Object instance.
- ObjectType string
- The fully-qualified name of the remote type referred by this relationship.
- Selector string
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
 
- additionalProperties String
- classId String
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- moid String
- The unique identifier of this Managed Object instance.
- objectType String
- The fully-qualified name of the remote type referred by this relationship.
- selector String
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
 
- additionalProperties string
- classId string
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- moid string
- The unique identifier of this Managed Object instance.
- objectType string
- The fully-qualified name of the remote type referred by this relationship.
- selector string
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
 
- additional_properties str
- class_id str
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- moid str
- The unique identifier of this Managed Object instance.
- object_type str
- The fully-qualified name of the remote type referred by this relationship.
- selector str
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
 
- additionalProperties String
- classId String
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- moid String
- The unique identifier of this Managed Object instance.
- objectType String
- The fully-qualified name of the remote type referred by this relationship.
- selector String
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
 
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.- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
 
- AdditionalProperties string
- ClassId string
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- Moid string
- The unique identifier of this Managed Object instance.
- ObjectType string
- The fully-qualified name of the remote type referred by this relationship.
- Selector string
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
 
- additionalProperties String
- classId String
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- moid String
- The unique identifier of this Managed Object instance.
- objectType String
- The fully-qualified name of the remote type referred by this relationship.
- selector String
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
 
- additionalProperties string
- classId string
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- moid string
- The unique identifier of this Managed Object instance.
- objectType string
- The fully-qualified name of the remote type referred by this relationship.
- selector string
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
 
- additional_properties str
- class_id str
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- moid str
- The unique identifier of this Managed Object instance.
- object_type str
- The fully-qualified name of the remote type referred by this relationship.
- selector str
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
 
- additionalProperties String
- classId String
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- moid String
- The unique identifier of this Managed Object instance.
- objectType String
- The fully-qualified name of the remote type referred by this relationship.
- selector String
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
 
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.- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
 
- AdditionalProperties string
- ClassId string
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- Moid string
- The unique identifier of this Managed Object instance.
- ObjectType string
- The fully-qualified name of the remote type referred by this relationship.
- Selector string
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
 
- additionalProperties String
- classId String
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- moid String
- The unique identifier of this Managed Object instance.
- objectType String
- The fully-qualified name of the remote type referred by this relationship.
- selector String
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
 
- additionalProperties string
- classId string
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- moid string
- The unique identifier of this Managed Object instance.
- objectType string
- The fully-qualified name of the remote type referred by this relationship.
- selector string
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
 
- additional_properties str
- class_id str
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- moid str
- The unique identifier of this Managed Object instance.
- object_type str
- The fully-qualified name of the remote type referred by this relationship.
- selector str
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
 
- additionalProperties String
- classId String
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- moid String
- The unique identifier of this Managed Object instance.
- objectType String
- The fully-qualified name of the remote type referred by this relationship.
- selector String
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
 
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.- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
 
- AdditionalProperties string
- ClassId string
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- Moid string
- The unique identifier of this Managed Object instance.
- ObjectType string
- The fully-qualified name of the remote type referred by this relationship.
- Selector string
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
 
- additionalProperties String
- classId String
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- moid String
- The unique identifier of this Managed Object instance.
- objectType String
- The fully-qualified name of the remote type referred by this relationship.
- selector String
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
 
- additionalProperties string
- classId string
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- moid string
- The unique identifier of this Managed Object instance.
- objectType string
- The fully-qualified name of the remote type referred by this relationship.
- selector string
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
 
- additional_properties str
- class_id str
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- moid str
- The unique identifier of this Managed Object instance.
- object_type str
- The fully-qualified name of the remote type referred by this relationship.
- selector str
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
 
- additionalProperties String
- classId String
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- moid String
- The unique identifier of this Managed Object instance.
- objectType String
- The fully-qualified name of the remote type referred by this relationship.
- selector String
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
 
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.- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
 
- AdditionalProperties string
- ClassId string
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- Moid string
- The unique identifier of this Managed Object instance.
- ObjectType string
- The fully-qualified name of the remote type referred by this relationship.
- Selector string
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
 
- additionalProperties String
- classId String
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- moid String
- The unique identifier of this Managed Object instance.
- objectType String
- The fully-qualified name of the remote type referred by this relationship.
- selector String
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
 
- additionalProperties string
- classId string
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- moid string
- The unique identifier of this Managed Object instance.
- objectType string
- The fully-qualified name of the remote type referred by this relationship.
- selector string
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
 
- additional_properties str
- class_id str
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- moid str
- The unique identifier of this Managed Object instance.
- object_type str
- The fully-qualified name of the remote type referred by this relationship.
- selector str
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
 
- additionalProperties String
- classId String
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- moid String
- The unique identifier of this Managed Object instance.
- objectType String
- The fully-qualified name of the remote type referred by this relationship.
- selector String
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
 
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<GetVirtualization Vmware Host Result Ancestor> 
- BootTime string
- The time when this host booted up.
- ClassId string
- Clusters
List<GetVirtualization Vmware Host Result Cluster> 
- ConnectionState string
- Indicates if the host is connected to the vCenter. Values are connected, not connected.
- CpuInfos List<GetVirtualization Vmware Host Result Cpu Info> 
- CreateTime string
- The time when this managed object was created.
- Datacenters
List<GetVirtualization Vmware Host Result Datacenter> 
- Datastores
List<GetVirtualization Vmware Host Result Datastore> 
- DcInv stringPath 
- This field stores the inventory path of a datacenter. Used in host maintenance action.
- DistributedNetworks List<GetVirtualization Vmware Host Result Distributed Network> 
- DistributedSwitches List<GetVirtualization Vmware Host Result Distributed Switch> 
- DnsServers List<string>
- DomainGroup stringMoid 
- The DomainGroup ID for this managed object.
- HardwareInfos List<GetVirtualization Vmware Host Result Hardware Info> 
- HwPower stringState 
- 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.
- HyperFlex List<GetNodes Virtualization Vmware Host Result Hyper Flex Node> 
- 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).
- IsSsh boolEnabled 
- 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<GetVirtualization Vmware Host Result Memory Capacity> 
- 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.
- NetworkAdapter doubleCount 
- The count of all network adapters attached to this host.
- NtpServers List<string>
- ObjectType string
- Owners List<string>
- Parents
List<GetVirtualization Vmware Host Result Parent> 
- PermissionResources List<GetVirtualization Vmware Host Result Permission Resource> 
- ProcessorCapacities List<GetVirtualization Vmware Host Result Processor Capacity> 
- ProductInfos List<GetVirtualization Vmware Host Result Product Info> 
- QuarantineMode bool
- Indicates if the host is in quarantine mode. Will be set to True, when in quarantine mode.
- RegisteredDevices List<GetVirtualization Vmware Host Result Registered Device> 
- ResourceConsumeds List<GetVirtualization Vmware Host Result Resource Consumed> 
- Serial string
- Serial number of this host (internally generated).
- Servers
List<GetVirtualization Vmware Host Result Server> 
- 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.
- StorageAdapter doubleCount 
- The count of all storage adapters attached to this host.
- 
List<GetVirtualization Vmware Host Result Tag> 
- 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.
- VcenterHost stringId 
- The identity of this host within vCenter (optional).
- Vendor string
- Commercial vendor details of this hardware.
- VersionContexts List<GetVirtualization Vmware Host Result Version Context> 
- AccountMoid string
- The Account ID for this managed object.
- AdditionalProperties string
- Ancestors
[]GetVirtualization Vmware Host Result Ancestor 
- BootTime string
- The time when this host booted up.
- ClassId string
- Clusters
[]GetVirtualization Vmware Host Result Cluster 
- ConnectionState string
- Indicates if the host is connected to the vCenter. Values are connected, not connected.
- CpuInfos []GetVirtualization Vmware Host Result Cpu Info 
- CreateTime string
- The time when this managed object was created.
- Datacenters
[]GetVirtualization Vmware Host Result Datacenter 
- Datastores
[]GetVirtualization Vmware Host Result Datastore 
- DcInv stringPath 
- This field stores the inventory path of a datacenter. Used in host maintenance action.
- DistributedNetworks []GetVirtualization Vmware Host Result Distributed Network 
- DistributedSwitches []GetVirtualization Vmware Host Result Distributed Switch 
- DnsServers []string
- DomainGroup stringMoid 
- The DomainGroup ID for this managed object.
- HardwareInfos []GetVirtualization Vmware Host Result Hardware Info 
- HwPower stringState 
- 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.
- HyperFlex []GetNodes Virtualization Vmware Host Result Hyper Flex Node 
- 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).
- IsSsh boolEnabled 
- True if SSH is enabled in the host, false otherwise.
- MaintenanceMode bool
- Is this host in maintenance mode. Set to true or false.
- MemoryCapacities []GetVirtualization Vmware Host Result Memory Capacity 
- 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.
- NetworkAdapter float64Count 
- The count of all network adapters attached to this host.
- NtpServers []string
- ObjectType string
- Owners []string
- Parents
[]GetVirtualization Vmware Host Result Parent 
- PermissionResources []GetVirtualization Vmware Host Result Permission Resource 
- ProcessorCapacities []GetVirtualization Vmware Host Result Processor Capacity 
- ProductInfos []GetVirtualization Vmware Host Result Product Info 
- QuarantineMode bool
- Indicates if the host is in quarantine mode. Will be set to True, when in quarantine mode.
- RegisteredDevices []GetVirtualization Vmware Host Result Registered Device 
- ResourceConsumeds []GetVirtualization Vmware Host Result Resource Consumed 
- Serial string
- Serial number of this host (internally generated).
- Servers
[]GetVirtualization Vmware Host Result Server 
- 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.
- StorageAdapter float64Count 
- The count of all storage adapters attached to this host.
- 
[]GetVirtualization Vmware Host Result Tag 
- 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.
- VcenterHost stringId 
- The identity of this host within vCenter (optional).
- Vendor string
- Commercial vendor details of this hardware.
- VersionContexts []GetVirtualization Vmware Host Result Version Context 
- accountMoid String
- The Account ID for this managed object.
- additionalProperties String
- ancestors
List<GetVirtualization Vmware Host Result Ancestor> 
- bootTime String
- The time when this host booted up.
- classId String
- clusters
List<GetVirtualization Vmware Host Result Cluster> 
- connectionState String
- Indicates if the host is connected to the vCenter. Values are connected, not connected.
- cpuInfos List<GetVirtualization Vmware Host Result Cpu Info> 
- createTime String
- The time when this managed object was created.
- datacenters
List<GetVirtualization Vmware Host Result Datacenter> 
- datastores
List<GetVirtualization Vmware Host Result Datastore> 
- dcInv StringPath 
- This field stores the inventory path of a datacenter. Used in host maintenance action.
- distributedNetworks List<GetVirtualization Vmware Host Result Distributed Network> 
- distributedSwitches List<GetVirtualization Vmware Host Result Distributed Switch> 
- dnsServers List<String>
- domainGroup StringMoid 
- The DomainGroup ID for this managed object.
- hardwareInfos List<GetVirtualization Vmware Host Result Hardware Info> 
- hwPower StringState 
- 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.
- hyperFlex List<GetNodes Virtualization Vmware Host Result Hyper Flex Node> 
- 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).
- isSsh BooleanEnabled 
- 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<GetVirtualization Vmware Host Result Memory Capacity> 
- 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.
- networkAdapter DoubleCount 
- The count of all network adapters attached to this host.
- ntpServers List<String>
- objectType String
- owners List<String>
- parents
List<GetVirtualization Vmware Host Result Parent> 
- permissionResources List<GetVirtualization Vmware Host Result Permission Resource> 
- processorCapacities List<GetVirtualization Vmware Host Result Processor Capacity> 
- productInfos List<GetVirtualization Vmware Host Result Product Info> 
- quarantineMode Boolean
- Indicates if the host is in quarantine mode. Will be set to True, when in quarantine mode.
- registeredDevices List<GetVirtualization Vmware Host Result Registered Device> 
- resourceConsumeds List<GetVirtualization Vmware Host Result Resource Consumed> 
- serial String
- Serial number of this host (internally generated).
- servers
List<GetVirtualization Vmware Host Result Server> 
- 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.
- storageAdapter DoubleCount 
- The count of all storage adapters attached to this host.
- 
List<GetVirtualization Vmware Host Result Tag> 
- 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.
- vcenterHost StringId 
- The identity of this host within vCenter (optional).
- vendor String
- Commercial vendor details of this hardware.
- versionContexts List<GetVirtualization Vmware Host Result Version Context> 
- accountMoid string
- The Account ID for this managed object.
- additionalProperties string
- ancestors
GetVirtualization Vmware Host Result Ancestor[] 
- bootTime string
- The time when this host booted up.
- classId string
- clusters
GetVirtualization Vmware Host Result Cluster[] 
- connectionState string
- Indicates if the host is connected to the vCenter. Values are connected, not connected.
- cpuInfos GetVirtualization Vmware Host Result Cpu Info[] 
- createTime string
- The time when this managed object was created.
- datacenters
GetVirtualization Vmware Host Result Datacenter[] 
- datastores
GetVirtualization Vmware Host Result Datastore[] 
- dcInv stringPath 
- This field stores the inventory path of a datacenter. Used in host maintenance action.
- distributedNetworks GetVirtualization Vmware Host Result Distributed Network[] 
- distributedSwitches GetVirtualization Vmware Host Result Distributed Switch[] 
- dnsServers string[]
- domainGroup stringMoid 
- The DomainGroup ID for this managed object.
- hardwareInfos GetVirtualization Vmware Host Result Hardware Info[] 
- hwPower stringState 
- 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.
- hyperFlex GetNodes Virtualization Vmware Host Result Hyper Flex Node[] 
- 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).
- isSsh booleanEnabled 
- True if SSH is enabled in the host, false otherwise.
- maintenanceMode boolean
- Is this host in maintenance mode. Set to true or false.
- memoryCapacities GetVirtualization Vmware Host Result Memory Capacity[] 
- 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.
- networkAdapter numberCount 
- The count of all network adapters attached to this host.
- ntpServers string[]
- objectType string
- owners string[]
- parents
GetVirtualization Vmware Host Result Parent[] 
- permissionResources GetVirtualization Vmware Host Result Permission Resource[] 
- processorCapacities GetVirtualization Vmware Host Result Processor Capacity[] 
- productInfos GetVirtualization Vmware Host Result Product Info[] 
- quarantineMode boolean
- Indicates if the host is in quarantine mode. Will be set to True, when in quarantine mode.
- registeredDevices GetVirtualization Vmware Host Result Registered Device[] 
- resourceConsumeds GetVirtualization Vmware Host Result Resource Consumed[] 
- serial string
- Serial number of this host (internally generated).
- servers
GetVirtualization Vmware Host Result Server[] 
- 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.
- storageAdapter numberCount 
- The count of all storage adapters attached to this host.
- 
GetVirtualization Vmware Host Result Tag[] 
- 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.
- vcenterHost stringId 
- The identity of this host within vCenter (optional).
- vendor string
- Commercial vendor details of this hardware.
- versionContexts GetVirtualization Vmware Host Result Version Context[] 
- account_moid str
- The Account ID for this managed object.
- additional_properties str
- ancestors
Sequence[GetVirtualization Vmware Host Result Ancestor] 
- boot_time str
- The time when this host booted up.
- class_id str
- clusters
Sequence[GetVirtualization Vmware Host Result Cluster] 
- connection_state str
- Indicates if the host is connected to the vCenter. Values are connected, not connected.
- cpu_infos Sequence[GetVirtualization Vmware Host Result Cpu Info] 
- create_time str
- The time when this managed object was created.
- datacenters
Sequence[GetVirtualization Vmware Host Result Datacenter] 
- datastores
Sequence[GetVirtualization Vmware Host Result Datastore] 
- dc_inv_ strpath 
- This field stores the inventory path of a datacenter. Used in host maintenance action.
- distributed_networks Sequence[GetVirtualization Vmware Host Result Distributed Network] 
- distributed_switches Sequence[GetVirtualization Vmware Host Result Distributed Switch] 
- dns_servers Sequence[str]
- domain_group_ strmoid 
- The DomainGroup ID for this managed object.
- hardware_infos Sequence[GetVirtualization Vmware Host Result Hardware Info] 
- hw_power_ strstate 
- 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_ Sequence[Getnodes Virtualization Vmware Host Result Hyper Flex Node] 
- 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_ boolenabled 
- 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[GetVirtualization Vmware Host Result Memory Capacity] 
- 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_ floatcount 
- The count of all network adapters attached to this host.
- ntp_servers Sequence[str]
- object_type str
- owners Sequence[str]
- parents
Sequence[GetVirtualization Vmware Host Result Parent] 
- permission_resources Sequence[GetVirtualization Vmware Host Result Permission Resource] 
- processor_capacities Sequence[GetVirtualization Vmware Host Result Processor Capacity] 
- product_infos Sequence[GetVirtualization Vmware Host Result Product Info] 
- quarantine_mode bool
- Indicates if the host is in quarantine mode. Will be set to True, when in quarantine mode.
- registered_devices Sequence[GetVirtualization Vmware Host Result Registered Device] 
- resource_consumeds Sequence[GetVirtualization Vmware Host Result Resource Consumed] 
- serial str
- Serial number of this host (internally generated).
- servers
Sequence[GetVirtualization Vmware Host Result Server] 
- 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_ floatcount 
- The count of all storage adapters attached to this host.
- 
Sequence[GetVirtualization Vmware Host Result Tag] 
- 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_ strid 
- The identity of this host within vCenter (optional).
- vendor str
- Commercial vendor details of this hardware.
- version_contexts Sequence[GetVirtualization Vmware Host Result Version Context] 
- 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>
- dcInv StringPath 
- 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>
- domainGroup StringMoid 
- The DomainGroup ID for this managed object.
- hardwareInfos List<Property Map>
- hwPower StringState 
- 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.
- hyperFlex List<Property Map>Nodes 
- 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).
- isSsh BooleanEnabled 
- 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.
- networkAdapter NumberCount 
- 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>
- 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.
- storageAdapter NumberCount 
- The count of all storage adapters attached to this host.
- 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.
- vcenterHost StringId 
- 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
- additional_properties str
- class_id str
- cpu_cores float
- cpu_speed float
- memory_size float
- object_type str
- additionalProperties String
- classId String
- cpuCores Number
- cpuSpeed Number
- memorySize Number
- objectType String
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
- additional_properties str
- capacity float
- class_id str
- free float
- object_type str
- used float
- additionalProperties String
- capacity Number
- classId String
- free Number
- objectType String
- used Number
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
- additional_properties str
- capacity float
- class_id str
- free float
- object_type str
- used float
- additionalProperties String
- capacity Number
- classId String
- free Number
- objectType String
- used Number
GetVirtualizationVmwareHostResultProductInfo      
- AdditionalProperties string
- Build string
- ClassId string
- NrVersion string
- ObjectType string
- ProductName string
- ProductType string
- ProductVendor string
- AdditionalProperties string
- Build string
- ClassId string
- NrVersion string
- ObjectType string
- ProductName string
- ProductType string
- ProductVendor string
- additionalProperties String
- build String
- classId String
- nrVersion String
- objectType String
- productName String
- productType String
- productVendor String
- additionalProperties string
- build string
- classId string
- nrVersion string
- objectType string
- productName string
- productType string
- productVendor string
- additional_properties str
- build str
- class_id str
- nr_version str
- object_type str
- product_name str
- product_type str
- product_vendor str
- additionalProperties String
- build String
- classId String
- nrVersion String
- objectType String
- productName String
- productType String
- productVendor String
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      
- AdditionalProperties string
- ClassId string
- CpuConsumed double
- MemoryConsumed double
- ObjectType string
- AdditionalProperties string
- ClassId string
- CpuConsumed float64
- MemoryConsumed float64
- ObjectType string
- additionalProperties String
- classId String
- cpuConsumed Double
- memoryConsumed Double
- objectType String
- additionalProperties string
- classId string
- cpuConsumed number
- memoryConsumed number
- objectType string
- additional_properties str
- class_id str
- cpu_consumed float
- memory_consumed float
- object_type str
- additionalProperties String
- classId String
- cpuConsumed Number
- memoryConsumed Number
- objectType String
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
- additional_properties str
- key str
- value str
- additionalProperties String
- key String
- value String
GetVirtualizationVmwareHostResultVersionContext      
- additionalProperties String
- classId String
- interestedMos List<Property Map>
- markedFor BooleanDeletion 
- nrVersion String
- objectType String
- refMos List<Property Map>
- timestamp String
- versionType String
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.- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
 
- AdditionalProperties string
- ClassId string
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- Moid string
- The unique identifier of this Managed Object instance.
- ObjectType string
- The fully-qualified name of the remote type referred by this relationship.
- Selector string
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
 
- additionalProperties String
- classId String
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- moid String
- The unique identifier of this Managed Object instance.
- objectType String
- The fully-qualified name of the remote type referred by this relationship.
- selector String
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
 
- additionalProperties string
- classId string
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- moid string
- The unique identifier of this Managed Object instance.
- objectType string
- The fully-qualified name of the remote type referred by this relationship.
- selector string
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
 
- additional_properties str
- class_id str
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- moid str
- The unique identifier of this Managed Object instance.
- object_type str
- The fully-qualified name of the remote type referred by this relationship.
- selector str
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
 
- additionalProperties String
- classId String
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- moid String
- The unique identifier of this Managed Object instance.
- objectType String
- The fully-qualified name of the remote type referred by this relationship.
- selector String
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
 
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<GetVirtualization Vmware Host Version Context Interested Mo> 
- MarkedFor boolDeletion 
- The flag to indicate if snapshot is marked for deletion or not. If flag is set then snapshot will be removed after the successful deployment of the policy.
- NrVersion string
- The version of the Managed Object, e.g. an incrementing number or a hash id.
- ObjectType string
- The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
- RefMo GetVirtualization Vmware Host Version Context Ref Mo 
- A reference to the original Managed Object.
- Timestamp string
- The time this versioned Managed Object was created.
- VersionType string
- Specifies type of version. Currently the only supported value is "Configured"
that is used to keep track of snapshots of policies and profiles that are intended
to be configured to target endpoints.- Modified- Version created every time an object is modified.
- Configured- Version created every time an object is configured to the service profile.
- Deployed- Version created for objects related to a service profile when it is deployed.
 
- AdditionalProperties string
- ClassId string
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- InterestedMos []GetVirtualization Vmware Host Version Context Interested Mo 
- MarkedFor boolDeletion 
- The flag to indicate if snapshot is marked for deletion or not. If flag is set then snapshot will be removed after the successful deployment of the policy.
- NrVersion string
- The version of the Managed Object, e.g. an incrementing number or a hash id.
- ObjectType string
- The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
- RefMo GetVirtualization Vmware Host Version Context Ref Mo 
- A reference to the original Managed Object.
- Timestamp string
- The time this versioned Managed Object was created.
- VersionType string
- Specifies type of version. Currently the only supported value is "Configured"
that is used to keep track of snapshots of policies and profiles that are intended
to be configured to target endpoints.- Modified- Version created every time an object is modified.
- Configured- Version created every time an object is configured to the service profile.
- Deployed- Version created for objects related to a service profile when it is deployed.
 
- additionalProperties String
- classId String
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- interestedMos List<GetVirtualization Vmware Host Version Context Interested Mo> 
- markedFor BooleanDeletion 
- The flag to indicate if snapshot is marked for deletion or not. If flag is set then snapshot will be removed after the successful deployment of the policy.
- nrVersion String
- The version of the Managed Object, e.g. an incrementing number or a hash id.
- objectType String
- The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
- refMo GetVirtualization Vmware Host Version Context Ref Mo 
- A reference to the original Managed Object.
- timestamp String
- The time this versioned Managed Object was created.
- versionType String
- Specifies type of version. Currently the only supported value is "Configured"
that is used to keep track of snapshots of policies and profiles that are intended
to be configured to target endpoints.- Modified- Version created every time an object is modified.
- Configured- Version created every time an object is configured to the service profile.
- Deployed- Version created for objects related to a service profile when it is deployed.
 
- additionalProperties string
- classId string
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- interestedMos GetVirtualization Vmware Host Version Context Interested Mo[] 
- markedFor booleanDeletion 
- The flag to indicate if snapshot is marked for deletion or not. If flag is set then snapshot will be removed after the successful deployment of the policy.
- nrVersion string
- The version of the Managed Object, e.g. an incrementing number or a hash id.
- objectType string
- The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
- refMo GetVirtualization Vmware Host Version Context Ref Mo 
- A reference to the original Managed Object.
- timestamp string
- The time this versioned Managed Object was created.
- versionType string
- Specifies type of version. Currently the only supported value is "Configured"
that is used to keep track of snapshots of policies and profiles that are intended
to be configured to target endpoints.- Modified- Version created every time an object is modified.
- Configured- Version created every time an object is configured to the service profile.
- Deployed- Version created for objects related to a service profile when it is deployed.
 
- additional_properties str
- class_id str
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- interested_mos Sequence[GetVirtualization Vmware Host Version Context Interested Mo] 
- marked_for_ booldeletion 
- The flag to indicate if snapshot is marked for deletion or not. If flag is set then snapshot will be removed after the successful deployment of the policy.
- nr_version str
- The version of the Managed Object, e.g. an incrementing number or a hash id.
- object_type str
- The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
- ref_mo GetVirtualization Vmware Host Version Context Ref Mo 
- A reference to the original Managed Object.
- timestamp str
- The time this versioned Managed Object was created.
- version_type str
- Specifies type of version. Currently the only supported value is "Configured"
that is used to keep track of snapshots of policies and profiles that are intended
to be configured to target endpoints.- Modified- Version created every time an object is modified.
- Configured- Version created every time an object is configured to the service profile.
- Deployed- Version created for objects related to a service profile when it is deployed.
 
- additionalProperties String
- classId String
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- interestedMos List<Property Map>
- markedFor BooleanDeletion 
- The flag to indicate if snapshot is marked for deletion or not. If flag is set then snapshot will be removed after the successful deployment of the policy.
- nrVersion String
- The version of the Managed Object, e.g. an incrementing number or a hash id.
- objectType String
- The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
- refMo Property Map
- A reference to the original Managed Object.
- timestamp String
- The time this versioned Managed Object was created.
- versionType String
- Specifies type of version. Currently the only supported value is "Configured"
that is used to keep track of snapshots of policies and profiles that are intended
to be configured to target endpoints.- Modified- Version created every time an object is modified.
- Configured- Version created every time an object is configured to the service profile.
- Deployed- Version created for objects related to a service profile when it is deployed.
 
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.- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
 
- AdditionalProperties string
- ClassId string
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- Moid string
- The unique identifier of this Managed Object instance.
- ObjectType string
- The fully-qualified name of the remote type referred by this relationship.
- Selector string
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
 
- additionalProperties String
- classId String
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- moid String
- The unique identifier of this Managed Object instance.
- objectType String
- The fully-qualified name of the remote type referred by this relationship.
- selector String
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
 
- additionalProperties string
- classId string
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- moid string
- The unique identifier of this Managed Object instance.
- objectType string
- The fully-qualified name of the remote type referred by this relationship.
- selector string
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
 
- additional_properties str
- class_id str
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- moid str
- The unique identifier of this Managed Object instance.
- object_type str
- The fully-qualified name of the remote type referred by this relationship.
- selector str
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
 
- additionalProperties String
- classId String
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- moid String
- The unique identifier of this Managed Object instance.
- objectType String
- The fully-qualified name of the remote type referred by this relationship.
- selector String
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
 
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.- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
 
- AdditionalProperties string
- ClassId string
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- Moid string
- The unique identifier of this Managed Object instance.
- ObjectType string
- The fully-qualified name of the remote type referred by this relationship.
- Selector string
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
 
- additionalProperties String
- classId String
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- moid String
- The unique identifier of this Managed Object instance.
- objectType String
- The fully-qualified name of the remote type referred by this relationship.
- selector String
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
 
- additionalProperties string
- classId string
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- moid string
- The unique identifier of this Managed Object instance.
- objectType string
- The fully-qualified name of the remote type referred by this relationship.
- selector string
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
 
- additional_properties str
- class_id str
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- moid str
- The unique identifier of this Managed Object instance.
- object_type str
- The fully-qualified name of the remote type referred by this relationship.
- selector str
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
 
- additionalProperties String
- classId String
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- moid String
- The unique identifier of this Managed Object instance.
- objectType String
- The fully-qualified name of the remote type referred by this relationship.
- selector String
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
 
Package Details
- Repository
- intersight ciscodevnet/terraform-provider-intersight
- License
- Notes
- This Pulumi package is based on the intersightTerraform Provider.
intersight 1.0.65 published on Wednesday, May 7, 2025 by ciscodevnet