intersight 1.0.63 published on Wednesday, Apr 16, 2025 by ciscodevnet
intersight.getVirtualizationVmwareHost
Explore with Pulumi AI
intersight 1.0.63 published on Wednesday, Apr 16, 2025 by ciscodevnet
The VMware Host entity with its attributes. Every Host belongs to a Datacenter and may run VMs.
Using getVirtualizationVmwareHost
Two invocation forms are available. The direct form accepts plain arguments and either blocks until the result value is available, or returns a Promise-wrapped result. The output form accepts Input-wrapped arguments and returns an Output-wrapped result.
function getVirtualizationVmwareHost(args: GetVirtualizationVmwareHostArgs, opts?: InvokeOptions): Promise<GetVirtualizationVmwareHostResult>
function getVirtualizationVmwareHostOutput(args: GetVirtualizationVmwareHostOutputArgs, opts?: InvokeOptions): Output<GetVirtualizationVmwareHostResult>
def get_virtualization_vmware_host(account_moid: Optional[str] = None,
additional_properties: Optional[str] = None,
ancestors: Optional[Sequence[GetVirtualizationVmwareHostAncestor]] = None,
boot_time: Optional[str] = None,
class_id: Optional[str] = None,
cluster: Optional[GetVirtualizationVmwareHostCluster] = None,
connection_state: Optional[str] = None,
cpu_info: Optional[GetVirtualizationVmwareHostCpuInfo] = None,
create_time: Optional[str] = None,
datacenter: Optional[GetVirtualizationVmwareHostDatacenter] = None,
datastores: Optional[Sequence[GetVirtualizationVmwareHostDatastore]] = None,
dc_inv_path: Optional[str] = None,
distributed_networks: Optional[Sequence[GetVirtualizationVmwareHostDistributedNetwork]] = None,
distributed_switches: Optional[Sequence[GetVirtualizationVmwareHostDistributedSwitch]] = None,
dns_servers: Optional[Sequence[str]] = None,
domain_group_moid: Optional[str] = None,
hardware_info: Optional[GetVirtualizationVmwareHostHardwareInfo] = None,
hw_power_state: Optional[str] = None,
hyper_flex_node: Optional[GetVirtualizationVmwareHostHyperFlexNode] = None,
hypervisor_type: Optional[str] = None,
id: Optional[str] = None,
identity: Optional[str] = None,
is_ssh_enabled: Optional[bool] = None,
maintenance_mode: Optional[bool] = None,
memory_capacity: Optional[GetVirtualizationVmwareHostMemoryCapacity] = None,
mod_time: Optional[str] = None,
model: Optional[str] = None,
moid: Optional[str] = None,
name: Optional[str] = None,
network_adapter_count: Optional[float] = None,
ntp_servers: Optional[Sequence[str]] = None,
object_type: Optional[str] = None,
owners: Optional[Sequence[str]] = None,
parent: Optional[GetVirtualizationVmwareHostParent] = None,
permission_resources: Optional[Sequence[GetVirtualizationVmwareHostPermissionResource]] = None,
processor_capacity: Optional[GetVirtualizationVmwareHostProcessorCapacity] = None,
product_info: Optional[GetVirtualizationVmwareHostProductInfo] = None,
quarantine_mode: Optional[bool] = None,
registered_device: Optional[GetVirtualizationVmwareHostRegisteredDevice] = None,
resource_consumed: Optional[GetVirtualizationVmwareHostResourceConsumed] = None,
serial: Optional[str] = None,
server: Optional[GetVirtualizationVmwareHostServer] = None,
shared_scope: Optional[str] = None,
status: Optional[str] = None,
storage_adapter_count: Optional[float] = None,
tags: Optional[Sequence[GetVirtualizationVmwareHostTag]] = None,
time_zone: Optional[str] = None,
up_time: Optional[str] = None,
uuid: Optional[str] = None,
vcenter_host_id: Optional[str] = None,
vendor: Optional[str] = None,
version_context: Optional[GetVirtualizationVmwareHostVersionContext] = None,
opts: Optional[InvokeOptions] = None) -> GetVirtualizationVmwareHostResult
def get_virtualization_vmware_host_output(account_moid: Optional[pulumi.Input[str]] = None,
additional_properties: Optional[pulumi.Input[str]] = None,
ancestors: Optional[pulumi.Input[Sequence[pulumi.Input[GetVirtualizationVmwareHostAncestorArgs]]]] = None,
boot_time: Optional[pulumi.Input[str]] = None,
class_id: Optional[pulumi.Input[str]] = None,
cluster: Optional[pulumi.Input[GetVirtualizationVmwareHostClusterArgs]] = None,
connection_state: Optional[pulumi.Input[str]] = None,
cpu_info: Optional[pulumi.Input[GetVirtualizationVmwareHostCpuInfoArgs]] = None,
create_time: Optional[pulumi.Input[str]] = None,
datacenter: Optional[pulumi.Input[GetVirtualizationVmwareHostDatacenterArgs]] = None,
datastores: Optional[pulumi.Input[Sequence[pulumi.Input[GetVirtualizationVmwareHostDatastoreArgs]]]] = None,
dc_inv_path: Optional[pulumi.Input[str]] = None,
distributed_networks: Optional[pulumi.Input[Sequence[pulumi.Input[GetVirtualizationVmwareHostDistributedNetworkArgs]]]] = None,
distributed_switches: Optional[pulumi.Input[Sequence[pulumi.Input[GetVirtualizationVmwareHostDistributedSwitchArgs]]]] = None,
dns_servers: Optional[pulumi.Input[Sequence[pulumi.Input[str]]]] = None,
domain_group_moid: Optional[pulumi.Input[str]] = None,
hardware_info: Optional[pulumi.Input[GetVirtualizationVmwareHostHardwareInfoArgs]] = None,
hw_power_state: Optional[pulumi.Input[str]] = None,
hyper_flex_node: Optional[pulumi.Input[GetVirtualizationVmwareHostHyperFlexNodeArgs]] = None,
hypervisor_type: Optional[pulumi.Input[str]] = None,
id: Optional[pulumi.Input[str]] = None,
identity: Optional[pulumi.Input[str]] = None,
is_ssh_enabled: Optional[pulumi.Input[bool]] = None,
maintenance_mode: Optional[pulumi.Input[bool]] = None,
memory_capacity: Optional[pulumi.Input[GetVirtualizationVmwareHostMemoryCapacityArgs]] = None,
mod_time: Optional[pulumi.Input[str]] = None,
model: Optional[pulumi.Input[str]] = None,
moid: Optional[pulumi.Input[str]] = None,
name: Optional[pulumi.Input[str]] = None,
network_adapter_count: Optional[pulumi.Input[float]] = None,
ntp_servers: Optional[pulumi.Input[Sequence[pulumi.Input[str]]]] = None,
object_type: Optional[pulumi.Input[str]] = None,
owners: Optional[pulumi.Input[Sequence[pulumi.Input[str]]]] = None,
parent: Optional[pulumi.Input[GetVirtualizationVmwareHostParentArgs]] = None,
permission_resources: Optional[pulumi.Input[Sequence[pulumi.Input[GetVirtualizationVmwareHostPermissionResourceArgs]]]] = None,
processor_capacity: Optional[pulumi.Input[GetVirtualizationVmwareHostProcessorCapacityArgs]] = None,
product_info: Optional[pulumi.Input[GetVirtualizationVmwareHostProductInfoArgs]] = None,
quarantine_mode: Optional[pulumi.Input[bool]] = None,
registered_device: Optional[pulumi.Input[GetVirtualizationVmwareHostRegisteredDeviceArgs]] = None,
resource_consumed: Optional[pulumi.Input[GetVirtualizationVmwareHostResourceConsumedArgs]] = None,
serial: Optional[pulumi.Input[str]] = None,
server: Optional[pulumi.Input[GetVirtualizationVmwareHostServerArgs]] = None,
shared_scope: Optional[pulumi.Input[str]] = None,
status: Optional[pulumi.Input[str]] = None,
storage_adapter_count: Optional[pulumi.Input[float]] = None,
tags: Optional[pulumi.Input[Sequence[pulumi.Input[GetVirtualizationVmwareHostTagArgs]]]] = None,
time_zone: Optional[pulumi.Input[str]] = None,
up_time: Optional[pulumi.Input[str]] = None,
uuid: Optional[pulumi.Input[str]] = None,
vcenter_host_id: Optional[pulumi.Input[str]] = None,
vendor: Optional[pulumi.Input[str]] = None,
version_context: Optional[pulumi.Input[GetVirtualizationVmwareHostVersionContextArgs]] = None,
opts: Optional[InvokeOptions] = None) -> Output[GetVirtualizationVmwareHostResult]
func LookupVirtualizationVmwareHost(ctx *Context, args *LookupVirtualizationVmwareHostArgs, opts ...InvokeOption) (*LookupVirtualizationVmwareHostResult, error)
func LookupVirtualizationVmwareHostOutput(ctx *Context, args *LookupVirtualizationVmwareHostOutputArgs, opts ...InvokeOption) LookupVirtualizationVmwareHostResultOutput
> Note: This function is named LookupVirtualizationVmwareHost
in the Go SDK.
public static class GetVirtualizationVmwareHost
{
public static Task<GetVirtualizationVmwareHostResult> InvokeAsync(GetVirtualizationVmwareHostArgs args, InvokeOptions? opts = null)
public static Output<GetVirtualizationVmwareHostResult> Invoke(GetVirtualizationVmwareHostInvokeArgs args, InvokeOptions? opts = null)
}
public static CompletableFuture<GetVirtualizationVmwareHostResult> getVirtualizationVmwareHost(GetVirtualizationVmwareHostArgs args, InvokeOptions options)
public static Output<GetVirtualizationVmwareHostResult> getVirtualizationVmwareHost(GetVirtualizationVmwareHostArgs args, InvokeOptions options)
fn::invoke:
function: intersight:index/getVirtualizationVmwareHost:getVirtualizationVmwareHost
arguments:
# arguments dictionary
The following arguments are supported:
- Account
Moid string - The Account ID for this managed object.
- Additional
Properties string - Ancestors
List<Get
Virtualization Vmware Host Ancestor> - Boot
Time string - The time when this host booted up.
- Class
Id string - Cluster
Get
Virtualization Vmware Host Cluster - Connection
State string - Indicates if the host is connected to the vCenter. Values are connected, not connected.
- Cpu
Info GetVirtualization Vmware Host Cpu Info - Create
Time string - The time when this managed object was created.
- Datacenter
Get
Virtualization Vmware Host Datacenter - Datastores
List<Get
Virtualization Vmware Host Datastore> - Dc
Inv stringPath - This field stores the inventory path of a datacenter. Used in host maintenance action.
- Distributed
Networks List<GetVirtualization Vmware Host Distributed Network> - Distributed
Switches List<GetVirtualization Vmware Host Distributed Switch> - Dns
Servers List<string> - Domain
Group stringMoid - The DomainGroup ID for this managed object.
- Hardware
Info GetVirtualization Vmware Host Hardware Info - Hw
Power 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. - Hyper
Flex GetNode Virtualization Vmware Host Hyper Flex Node - Hypervisor
Type 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).
- 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 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.
- Network
Adapter doubleCount - The count of all network adapters attached to this host.
- Ntp
Servers List<string> - Object
Type string - Owners List<string>
- Parent
Get
Virtualization Vmware Host Parent - Permission
Resources List<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 string
- Serial number of this host (internally generated).
- Server
Get
Virtualization 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. - Storage
Adapter doubleCount - The count of all storage adapters attached to this host.
- List<Get
Virtualization Vmware Host Tag> - Time
Zone string - Time zone this host is in.
- Up
Time 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.
- Vcenter
Host stringId - The identity of this host within vCenter (optional).
- Vendor string
- Commercial vendor details of this hardware.
- Version
Context GetVirtualization Vmware Host Version Context
- Account
Moid string - The Account ID for this managed object.
- Additional
Properties string - Ancestors
[]Get
Virtualization Vmware Host Ancestor - Boot
Time string - The time when this host booted up.
- Class
Id string - Cluster
Get
Virtualization Vmware Host Cluster - Connection
State string - Indicates if the host is connected to the vCenter. Values are connected, not connected.
- Cpu
Info GetVirtualization Vmware Host Cpu Info - Create
Time string - The time when this managed object was created.
- Datacenter
Get
Virtualization Vmware Host Datacenter - Datastores
[]Get
Virtualization Vmware Host Datastore - Dc
Inv stringPath - This field stores the inventory path of a datacenter. Used in host maintenance action.
- Distributed
Networks []GetVirtualization Vmware Host Distributed Network - Distributed
Switches []GetVirtualization Vmware Host Distributed Switch - Dns
Servers []string - Domain
Group stringMoid - The DomainGroup ID for this managed object.
- Hardware
Info GetVirtualization Vmware Host Hardware Info - Hw
Power 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. - Hyper
Flex GetNode Virtualization Vmware Host Hyper Flex Node - Hypervisor
Type 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).
- 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 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.
- Network
Adapter float64Count - The count of all network adapters attached to this host.
- Ntp
Servers []string - Object
Type string - Owners []string
- Parent
Get
Virtualization Vmware Host Parent - Permission
Resources []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 string
- Serial number of this host (internally generated).
- Server
Get
Virtualization 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. - Storage
Adapter float64Count - The count of all storage adapters attached to this host.
- []Get
Virtualization Vmware Host Tag - Time
Zone string - Time zone this host is in.
- Up
Time 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.
- Vcenter
Host stringId - The identity of this host within vCenter (optional).
- Vendor string
- Commercial vendor details of this hardware.
- Version
Context GetVirtualization Vmware Host Version Context
- account
Moid String - The Account ID for this managed object.
- additional
Properties String - ancestors
List<Get
Virtualization Vmware Host Ancestor> - boot
Time String - The time when this host booted up.
- class
Id String - cluster
Get
Virtualization Vmware Host Cluster - connection
State String - Indicates if the host is connected to the vCenter. Values are connected, not connected.
- cpu
Info GetVirtualization Vmware Host Cpu Info - create
Time String - The time when this managed object was created.
- datacenter
Get
Virtualization Vmware Host Datacenter - datastores
List<Get
Virtualization Vmware Host Datastore> - dc
Inv StringPath - This field stores the inventory path of a datacenter. Used in host maintenance action.
- distributed
Networks List<GetVirtualization Vmware Host Distributed Network> - distributed
Switches List<GetVirtualization Vmware Host Distributed Switch> - dns
Servers List<String> - domain
Group StringMoid - The DomainGroup ID for this managed object.
- hardware
Info GetVirtualization Vmware Host Hardware Info - hw
Power 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. - hyper
Flex GetNode Virtualization Vmware Host Hyper Flex Node - hypervisor
Type 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).
- is
Ssh BooleanEnabled - True if SSH is enabled in the host, false otherwise.
- maintenance
Mode Boolean - Is this host in maintenance mode. Set to true or false.
- memory
Capacity GetVirtualization Vmware Host Memory Capacity - mod
Time 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.
- network
Adapter DoubleCount - The count of all network adapters attached to this host.
- ntp
Servers List<String> - object
Type String - owners List<String>
- parent
Get
Virtualization Vmware Host Parent - permission
Resources List<GetVirtualization Vmware Host Permission Resource> - processor
Capacity GetVirtualization Vmware Host Processor Capacity - product
Info GetVirtualization Vmware Host Product Info - quarantine
Mode Boolean - 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 String
- Serial number of this host (internally generated).
- server
Get
Virtualization 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. - storage
Adapter DoubleCount - The count of all storage adapters attached to this host.
- List<Get
Virtualization Vmware Host Tag> - time
Zone String - Time zone this host is in.
- up
Time 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.
- vcenter
Host StringId - The identity of this host within vCenter (optional).
- vendor String
- Commercial vendor details of this hardware.
- version
Context GetVirtualization Vmware Host Version Context
- account
Moid string - The Account ID for this managed object.
- additional
Properties string - ancestors
Get
Virtualization Vmware Host Ancestor[] - boot
Time string - The time when this host booted up.
- class
Id string - cluster
Get
Virtualization Vmware Host Cluster - connection
State string - Indicates if the host is connected to the vCenter. Values are connected, not connected.
- cpu
Info GetVirtualization Vmware Host Cpu Info - create
Time string - The time when this managed object was created.
- datacenter
Get
Virtualization Vmware Host Datacenter - datastores
Get
Virtualization Vmware Host Datastore[] - dc
Inv stringPath - This field stores the inventory path of a datacenter. Used in host maintenance action.
- distributed
Networks GetVirtualization Vmware Host Distributed Network[] - distributed
Switches GetVirtualization Vmware Host Distributed Switch[] - dns
Servers string[] - domain
Group stringMoid - The DomainGroup ID for this managed object.
- hardware
Info GetVirtualization Vmware Host Hardware Info - hw
Power 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. - hyper
Flex GetNode Virtualization Vmware Host Hyper Flex Node - hypervisor
Type 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).
- is
Ssh booleanEnabled - True if SSH is enabled in the host, false otherwise.
- maintenance
Mode boolean - Is this host in maintenance mode. Set to true or false.
- memory
Capacity GetVirtualization Vmware Host Memory Capacity - mod
Time 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.
- network
Adapter numberCount - The count of all network adapters attached to this host.
- ntp
Servers string[] - object
Type string - owners string[]
- parent
Get
Virtualization Vmware Host Parent - permission
Resources GetVirtualization Vmware Host Permission Resource[] - processor
Capacity GetVirtualization Vmware Host Processor Capacity - product
Info GetVirtualization Vmware Host Product Info - quarantine
Mode boolean - 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 string
- Serial number of this host (internally generated).
- server
Get
Virtualization 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. - storage
Adapter numberCount - The count of all storage adapters attached to this host.
- Get
Virtualization Vmware Host Tag[] - time
Zone string - Time zone this host is in.
- up
Time 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.
- vcenter
Host stringId - The identity of this host within vCenter (optional).
- vendor string
- Commercial vendor details of this hardware.
- version
Context GetVirtualization Vmware Host Version Context
- account_
moid str - The Account ID for this managed object.
- additional_
properties str - ancestors
Sequence[Get
Virtualization Vmware Host Ancestor] - boot_
time str - The time when this host booted up.
- class_
id str - cluster
Get
Virtualization 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
Get
Virtualization Vmware Host Datacenter - datastores
Sequence[Get
Virtualization 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
Get
Virtualization 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
Get
Virtualization 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[Get
Virtualization 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
- account
Moid String - The Account ID for this managed object.
- additional
Properties String - ancestors List<Property Map>
- boot
Time String - The time when this host booted up.
- class
Id String - cluster Property Map
- connection
State String - Indicates if the host is connected to the vCenter. Values are connected, not connected.
- cpu
Info Property Map - create
Time String - The time when this managed object was created.
- datacenter Property Map
- datastores List<Property Map>
- dc
Inv StringPath - This field stores the inventory path of a datacenter. Used in host maintenance action.
- distributed
Networks List<Property Map> - distributed
Switches List<Property Map> - dns
Servers List<String> - domain
Group StringMoid - The DomainGroup ID for this managed object.
- hardware
Info Property Map - hw
Power 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. - hyper
Flex Property MapNode - hypervisor
Type 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).
- is
Ssh BooleanEnabled - True if SSH is enabled in the host, false otherwise.
- maintenance
Mode Boolean - Is this host in maintenance mode. Set to true or false.
- memory
Capacity Property Map - mod
Time 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.
- network
Adapter NumberCount - The count of all network adapters attached to this host.
- ntp
Servers List<String> - object
Type String - owners List<String>
- parent Property Map
- permission
Resources List<Property Map> - processor
Capacity Property Map - product
Info Property Map - quarantine
Mode Boolean - Indicates if the host is in quarantine mode. Will be set to True, when in quarantine mode.
- registered
Device Property Map - resource
Consumed 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. - storage
Adapter NumberCount - The count of all storage adapters attached to this host.
- List<Property Map>
- time
Zone String - Time zone this host is in.
- up
Time 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.
- vcenter
Host StringId - The identity of this host within vCenter (optional).
- vendor String
- Commercial vendor details of this hardware.
- version
Context Property Map
getVirtualizationVmwareHost Result
The following output properties are available:
- Id string
- Results
List<Get
Virtualization Vmware Host Result> - Account
Moid string - Additional
Properties string - Ancestors
List<Get
Virtualization Vmware Host Ancestor> - Boot
Time string - Class
Id string - Cluster
Get
Virtualization Vmware Host Cluster - Connection
State string - Cpu
Info GetVirtualization Vmware Host Cpu Info - Create
Time string - Datacenter
Get
Virtualization Vmware Host Datacenter - Datastores
List<Get
Virtualization Vmware Host Datastore> - Dc
Inv stringPath - Distributed
Networks List<GetVirtualization Vmware Host Distributed Network> - Distributed
Switches List<GetVirtualization Vmware Host Distributed Switch> - Dns
Servers List<string> - Domain
Group stringMoid - Hardware
Info GetVirtualization Vmware Host Hardware Info - Hw
Power stringState - Hyper
Flex GetNode Virtualization Vmware Host Hyper Flex Node - Hypervisor
Type string - Identity string
- Is
Ssh boolEnabled - Maintenance
Mode bool - Memory
Capacity GetVirtualization Vmware Host Memory Capacity - Mod
Time string - Model string
- Moid string
- Name string
- Network
Adapter doubleCount - Ntp
Servers List<string> - Object
Type string - Owners List<string>
- Parent
Get
Virtualization Vmware Host Parent - Permission
Resources List<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 string
- Server
Get
Virtualization Vmware Host Server - string
- Status string
- Storage
Adapter doubleCount - List<Get
Virtualization Vmware Host Tag> - Time
Zone string - Up
Time string - Uuid string
- Vcenter
Host stringId - Vendor string
- Version
Context GetVirtualization Vmware Host Version Context
- Id string
- Results
[]Get
Virtualization Vmware Host Result - Account
Moid string - Additional
Properties string - Ancestors
[]Get
Virtualization Vmware Host Ancestor - Boot
Time string - Class
Id string - Cluster
Get
Virtualization Vmware Host Cluster - Connection
State string - Cpu
Info GetVirtualization Vmware Host Cpu Info - Create
Time string - Datacenter
Get
Virtualization Vmware Host Datacenter - Datastores
[]Get
Virtualization Vmware Host Datastore - Dc
Inv stringPath - Distributed
Networks []GetVirtualization Vmware Host Distributed Network - Distributed
Switches []GetVirtualization Vmware Host Distributed Switch - Dns
Servers []string - Domain
Group stringMoid - Hardware
Info GetVirtualization Vmware Host Hardware Info - Hw
Power stringState - Hyper
Flex GetNode Virtualization Vmware Host Hyper Flex Node - Hypervisor
Type string - Identity string
- Is
Ssh boolEnabled - Maintenance
Mode bool - Memory
Capacity GetVirtualization Vmware Host Memory Capacity - Mod
Time string - Model string
- Moid string
- Name string
- Network
Adapter float64Count - Ntp
Servers []string - Object
Type string - Owners []string
- Parent
Get
Virtualization Vmware Host Parent - Permission
Resources []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 string
- Server
Get
Virtualization Vmware Host Server - string
- Status string
- Storage
Adapter float64Count - []Get
Virtualization Vmware Host Tag - Time
Zone string - Up
Time string - Uuid string
- Vcenter
Host stringId - Vendor string
- Version
Context GetVirtualization Vmware Host Version Context
- id String
- results
List<Get
Virtualization Vmware Host Result> - account
Moid String - additional
Properties String - ancestors
List<Get
Virtualization Vmware Host Ancestor> - boot
Time String - class
Id String - cluster
Get
Virtualization Vmware Host Cluster - connection
State String - cpu
Info GetVirtualization Vmware Host Cpu Info - create
Time String - datacenter
Get
Virtualization Vmware Host Datacenter - datastores
List<Get
Virtualization Vmware Host Datastore> - dc
Inv StringPath - distributed
Networks List<GetVirtualization Vmware Host Distributed Network> - distributed
Switches List<GetVirtualization Vmware Host Distributed Switch> - dns
Servers List<String> - domain
Group StringMoid - hardware
Info GetVirtualization Vmware Host Hardware Info - hw
Power StringState - hyper
Flex GetNode Virtualization Vmware Host Hyper Flex Node - hypervisor
Type String - identity String
- is
Ssh BooleanEnabled - maintenance
Mode Boolean - memory
Capacity GetVirtualization Vmware Host Memory Capacity - mod
Time String - model String
- moid String
- name String
- network
Adapter DoubleCount - ntp
Servers List<String> - object
Type String - owners List<String>
- parent
Get
Virtualization Vmware Host Parent - permission
Resources List<GetVirtualization Vmware Host Permission Resource> - processor
Capacity GetVirtualization Vmware Host Processor Capacity - product
Info GetVirtualization Vmware Host Product Info - quarantine
Mode Boolean - registered
Device GetVirtualization Vmware Host Registered Device - resource
Consumed GetVirtualization Vmware Host Resource Consumed - serial String
- server
Get
Virtualization Vmware Host Server - String
- status String
- storage
Adapter DoubleCount - List<Get
Virtualization Vmware Host Tag> - time
Zone String - up
Time String - uuid String
- vcenter
Host StringId - vendor String
- version
Context GetVirtualization Vmware Host Version Context
- id string
- results
Get
Virtualization Vmware Host Result[] - account
Moid string - additional
Properties string - ancestors
Get
Virtualization Vmware Host Ancestor[] - boot
Time string - class
Id string - cluster
Get
Virtualization Vmware Host Cluster - connection
State string - cpu
Info GetVirtualization Vmware Host Cpu Info - create
Time string - datacenter
Get
Virtualization Vmware Host Datacenter - datastores
Get
Virtualization Vmware Host Datastore[] - dc
Inv stringPath - distributed
Networks GetVirtualization Vmware Host Distributed Network[] - distributed
Switches GetVirtualization Vmware Host Distributed Switch[] - dns
Servers string[] - domain
Group stringMoid - hardware
Info GetVirtualization Vmware Host Hardware Info - hw
Power stringState - hyper
Flex GetNode Virtualization Vmware Host Hyper Flex Node - hypervisor
Type string - identity string
- is
Ssh booleanEnabled - maintenance
Mode boolean - memory
Capacity GetVirtualization Vmware Host Memory Capacity - mod
Time string - model string
- moid string
- name string
- network
Adapter numberCount - ntp
Servers string[] - object
Type string - owners string[]
- parent
Get
Virtualization Vmware Host Parent - permission
Resources GetVirtualization Vmware Host Permission Resource[] - processor
Capacity GetVirtualization Vmware Host Processor Capacity - product
Info GetVirtualization Vmware Host Product Info - quarantine
Mode boolean - registered
Device GetVirtualization Vmware Host Registered Device - resource
Consumed GetVirtualization Vmware Host Resource Consumed - serial string
- server
Get
Virtualization Vmware Host Server - string
- status string
- storage
Adapter numberCount - Get
Virtualization Vmware Host Tag[] - time
Zone string - up
Time string - uuid string
- vcenter
Host stringId - vendor string
- version
Context GetVirtualization Vmware Host Version Context
- id str
- results
Sequence[Get
Virtualization Vmware Host Result] - account_
moid str - additional_
properties str - ancestors
Sequence[Get
Virtualization Vmware Host Ancestor] - boot_
time str - class_
id str - cluster
Get
Virtualization Vmware Host Cluster - connection_
state str - cpu_
info GetVirtualization Vmware Host Cpu Info - create_
time str - datacenter
Get
Virtualization Vmware Host Datacenter - datastores
Sequence[Get
Virtualization 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
Get
Virtualization 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
Get
Virtualization Vmware Host Server - str
- status str
- storage_
adapter_ floatcount - Sequence[Get
Virtualization 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>
- account
Moid String - additional
Properties String - ancestors List<Property Map>
- boot
Time String - class
Id String - cluster Property Map
- connection
State String - cpu
Info Property Map - create
Time String - datacenter Property Map
- datastores List<Property Map>
- dc
Inv StringPath - distributed
Networks List<Property Map> - distributed
Switches List<Property Map> - dns
Servers List<String> - domain
Group StringMoid - hardware
Info Property Map - hw
Power StringState - hyper
Flex Property MapNode - hypervisor
Type String - identity String
- is
Ssh BooleanEnabled - maintenance
Mode Boolean - memory
Capacity Property Map - mod
Time String - model String
- moid String
- name String
- network
Adapter NumberCount - ntp
Servers List<String> - object
Type String - owners List<String>
- parent Property Map
- permission
Resources List<Property Map> - processor
Capacity Property Map - product
Info Property Map - quarantine
Mode Boolean - registered
Device Property Map - resource
Consumed Property Map - serial String
- server Property Map
- String
- status String
- storage
Adapter NumberCount - List<Property Map>
- time
Zone String - up
Time String - uuid String
- vcenter
Host StringId - vendor String
- version
Context Property Map
Supporting Types
GetVirtualizationVmwareHostAncestor
- Additional
Properties string - Class
Id string - The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- Moid string
- The unique identifier of this Managed Object instance.
- Object
Type string - The fully-qualified name of the remote type referred by this relationship.
- Selector string
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.
- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
- Additional
Properties string - Class
Id string - The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- Moid string
- The unique identifier of this Managed Object instance.
- Object
Type string - The fully-qualified name of the remote type referred by this relationship.
- Selector string
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.
- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
- additional
Properties String - class
Id String - The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- moid String
- The unique identifier of this Managed Object instance.
- object
Type String - The fully-qualified name of the remote type referred by this relationship.
- selector String
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.
- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
- additional
Properties string - class
Id string - The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- moid string
- The unique identifier of this Managed Object instance.
- object
Type string - The fully-qualified name of the remote type referred by this relationship.
- selector string
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.
- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
- additional_
properties str - class_
id str - The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- moid str
- The unique identifier of this Managed Object instance.
- object_
type str - The fully-qualified name of the remote type referred by this relationship.
- selector str
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.
- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
- additional
Properties String - class
Id String - The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- moid String
- The unique identifier of this Managed Object instance.
- object
Type String - The fully-qualified name of the remote type referred by this relationship.
- selector String
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.
- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
GetVirtualizationVmwareHostCluster
- Additional
Properties string - Class
Id string - The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- Moid string
- The unique identifier of this Managed Object instance.
- Object
Type string - The fully-qualified name of the remote type referred by this relationship.
- Selector string
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.
- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
- Additional
Properties string - Class
Id string - The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- Moid string
- The unique identifier of this Managed Object instance.
- Object
Type string - The fully-qualified name of the remote type referred by this relationship.
- Selector string
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.
- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
- additional
Properties String - class
Id String - The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- moid String
- The unique identifier of this Managed Object instance.
- object
Type String - The fully-qualified name of the remote type referred by this relationship.
- selector String
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.
- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
- additional
Properties string - class
Id string - The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- moid string
- The unique identifier of this Managed Object instance.
- object
Type string - The fully-qualified name of the remote type referred by this relationship.
- selector string
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.
- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
- additional_
properties str - class_
id str - The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- moid str
- The unique identifier of this Managed Object instance.
- object_
type str - The fully-qualified name of the remote type referred by this relationship.
- selector str
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.
- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
- additional
Properties String - class
Id String - The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- moid String
- The unique identifier of this Managed Object instance.
- object
Type String - The fully-qualified name of the remote type referred by this relationship.
- selector String
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.
- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
GetVirtualizationVmwareHostCpuInfo
- Additional
Properties string - Class
Id string - The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- 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.
- Object
Type 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.
- Additional
Properties string - Class
Id string - The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- 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.
- Object
Type 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.
- additional
Properties String - class
Id String - The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- 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.
- object
Type 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.
- additional
Properties string - class
Id string - The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- 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.
- object
Type 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.
- additional
Properties String - class
Id String - The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- 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.
- object
Type 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
- Additional
Properties string - Class
Id string - The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- Moid string
- The unique identifier of this Managed Object instance.
- Object
Type string - The fully-qualified name of the remote type referred by this relationship.
- Selector string
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.
- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
- Additional
Properties string - Class
Id string - The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- Moid string
- The unique identifier of this Managed Object instance.
- Object
Type string - The fully-qualified name of the remote type referred by this relationship.
- Selector string
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.
- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
- additional
Properties String - class
Id String - The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- moid String
- The unique identifier of this Managed Object instance.
- object
Type String - The fully-qualified name of the remote type referred by this relationship.
- selector String
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.
- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
- additional
Properties string - class
Id string - The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- moid string
- The unique identifier of this Managed Object instance.
- object
Type string - The fully-qualified name of the remote type referred by this relationship.
- selector string
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.
- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
- additional_
properties str - class_
id str - The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- moid str
- The unique identifier of this Managed Object instance.
- object_
type str - The fully-qualified name of the remote type referred by this relationship.
- selector str
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.
- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
- additional
Properties String - class
Id String - The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- moid String
- The unique identifier of this Managed Object instance.
- object
Type String - The fully-qualified name of the remote type referred by this relationship.
- selector String
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.
- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
GetVirtualizationVmwareHostDatastore
- Additional
Properties string - Class
Id string - The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- Moid string
- The unique identifier of this Managed Object instance.
- Object
Type string - The fully-qualified name of the remote type referred by this relationship.
- Selector string
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.
- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
- Additional
Properties string - Class
Id string - The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- Moid string
- The unique identifier of this Managed Object instance.
- Object
Type string - The fully-qualified name of the remote type referred by this relationship.
- Selector string
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.
- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
- additional
Properties String - class
Id String - The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- moid String
- The unique identifier of this Managed Object instance.
- object
Type String - The fully-qualified name of the remote type referred by this relationship.
- selector String
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.
- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
- additional
Properties string - class
Id string - The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- moid string
- The unique identifier of this Managed Object instance.
- object
Type string - The fully-qualified name of the remote type referred by this relationship.
- selector string
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.
- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
- additional_
properties str - class_
id str - The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- moid str
- The unique identifier of this Managed Object instance.
- object_
type str - The fully-qualified name of the remote type referred by this relationship.
- selector str
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.
- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
- additional
Properties String - class
Id String - The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- moid String
- The unique identifier of this Managed Object instance.
- object
Type String - The fully-qualified name of the remote type referred by this relationship.
- selector String
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.
- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
GetVirtualizationVmwareHostDistributedNetwork
- Additional
Properties string - Class
Id string - The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- Moid string
- The unique identifier of this Managed Object instance.
- Object
Type string - The fully-qualified name of the remote type referred by this relationship.
- Selector string
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.
- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
- Additional
Properties string - Class
Id string - The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- Moid string
- The unique identifier of this Managed Object instance.
- Object
Type string - The fully-qualified name of the remote type referred by this relationship.
- Selector string
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.
- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
- additional
Properties String - class
Id String - The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- moid String
- The unique identifier of this Managed Object instance.
- object
Type String - The fully-qualified name of the remote type referred by this relationship.
- selector String
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.
- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
- additional
Properties string - class
Id string - The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- moid string
- The unique identifier of this Managed Object instance.
- object
Type string - The fully-qualified name of the remote type referred by this relationship.
- selector string
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.
- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
- additional_
properties str - class_
id str - The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- moid str
- The unique identifier of this Managed Object instance.
- object_
type str - The fully-qualified name of the remote type referred by this relationship.
- selector str
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.
- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
- additional
Properties String - class
Id String - The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- moid String
- The unique identifier of this Managed Object instance.
- object
Type String - The fully-qualified name of the remote type referred by this relationship.
- selector String
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.
- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
GetVirtualizationVmwareHostDistributedSwitch
- Additional
Properties string - Class
Id string - The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- Moid string
- The unique identifier of this Managed Object instance.
- Object
Type string - The fully-qualified name of the remote type referred by this relationship.
- Selector string
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.
- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
- Additional
Properties string - Class
Id string - The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- Moid string
- The unique identifier of this Managed Object instance.
- Object
Type string - The fully-qualified name of the remote type referred by this relationship.
- Selector string
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.
- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
- additional
Properties String - class
Id String - The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- moid String
- The unique identifier of this Managed Object instance.
- object
Type String - The fully-qualified name of the remote type referred by this relationship.
- selector String
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.
- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
- additional
Properties string - class
Id string - The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- moid string
- The unique identifier of this Managed Object instance.
- object
Type string - The fully-qualified name of the remote type referred by this relationship.
- selector string
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.
- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
- additional_
properties str - class_
id str - The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- moid str
- The unique identifier of this Managed Object instance.
- object_
type str - The fully-qualified name of the remote type referred by this relationship.
- selector str
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.
- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
- additional
Properties String - class
Id String - The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- moid String
- The unique identifier of this Managed Object instance.
- object
Type String - The fully-qualified name of the remote type referred by this relationship.
- selector String
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.
- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
GetVirtualizationVmwareHostHardwareInfo
- Additional
Properties string - Class
Id string - The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- Cpu
Cores double - The number of cpu cores on this hardware platform.
- Cpu
Speed double - Speed of cpu in MHz. Usually cpu speeds are reported for modern cpus in GHz but MHz makes it more precise.
- Memory
Size double - The amount of memory allocated (bytes) to this hardware platform.
- Object
Type string - The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
- Additional
Properties string - Class
Id string - The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- Cpu
Cores float64 - The number of cpu cores on this hardware platform.
- Cpu
Speed float64 - Speed of cpu in MHz. Usually cpu speeds are reported for modern cpus in GHz but MHz makes it more precise.
- Memory
Size float64 - The amount of memory allocated (bytes) to this hardware platform.
- Object
Type string - The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
- additional
Properties String - class
Id String - The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- cpu
Cores Double - The number of cpu cores on this hardware platform.
- cpu
Speed Double - Speed of cpu in MHz. Usually cpu speeds are reported for modern cpus in GHz but MHz makes it more precise.
- memory
Size Double - The amount of memory allocated (bytes) to this hardware platform.
- object
Type String - The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
- additional
Properties string - class
Id string - The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- cpu
Cores number - The number of cpu cores on this hardware platform.
- cpu
Speed number - Speed of cpu in MHz. Usually cpu speeds are reported for modern cpus in GHz but MHz makes it more precise.
- memory
Size number - The amount of memory allocated (bytes) to this hardware platform.
- object
Type 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.
- additional
Properties String - class
Id String - The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- cpu
Cores Number - The number of cpu cores on this hardware platform.
- cpu
Speed Number - Speed of cpu in MHz. Usually cpu speeds are reported for modern cpus in GHz but MHz makes it more precise.
- memory
Size Number - The amount of memory allocated (bytes) to this hardware platform.
- object
Type String - The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
GetVirtualizationVmwareHostHyperFlexNode
- Additional
Properties string - Class
Id string - The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- Moid string
- The unique identifier of this Managed Object instance.
- Object
Type string - The fully-qualified name of the remote type referred by this relationship.
- Selector string
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.
- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
- Additional
Properties string - Class
Id string - The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- Moid string
- The unique identifier of this Managed Object instance.
- Object
Type string - The fully-qualified name of the remote type referred by this relationship.
- Selector string
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.
- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
- additional
Properties String - class
Id String - The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- moid String
- The unique identifier of this Managed Object instance.
- object
Type String - The fully-qualified name of the remote type referred by this relationship.
- selector String
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.
- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
- additional
Properties string - class
Id string - The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- moid string
- The unique identifier of this Managed Object instance.
- object
Type string - The fully-qualified name of the remote type referred by this relationship.
- selector string
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.
- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
- additional_
properties str - class_
id str - The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- moid str
- The unique identifier of this Managed Object instance.
- object_
type str - The fully-qualified name of the remote type referred by this relationship.
- selector str
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.
- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
- additional
Properties String - class
Id String - The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- moid String
- The unique identifier of this Managed Object instance.
- object
Type String - The fully-qualified name of the remote type referred by this relationship.
- selector String
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.
- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
GetVirtualizationVmwareHostMemoryCapacity
- Additional
Properties string - Capacity double
- The total memory capacity of the entity in bytes.
- Class
Id string - The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- Free double
- Free 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 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.
- Additional
Properties string - Capacity float64
- The total memory capacity of the entity in bytes.
- Class
Id string - The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- Free float64
- Free 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 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.
- additional
Properties String - capacity Double
- The total memory capacity of the entity in bytes.
- class
Id String - The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- free Double
- Free 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 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.
- additional
Properties string - capacity number
- The total memory capacity of the entity in bytes.
- class
Id string - The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- free number
- Free 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 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.
- additional
Properties String - capacity Number
- The total memory capacity of the entity in bytes.
- class
Id String - The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- free Number
- Free 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 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
- Additional
Properties string - Class
Id string - The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- Moid string
- The unique identifier of this Managed Object instance.
- Object
Type string - The fully-qualified name of the remote type referred by this relationship.
- Selector string
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.
- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
- Additional
Properties string - Class
Id string - The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- Moid string
- The unique identifier of this Managed Object instance.
- Object
Type string - The fully-qualified name of the remote type referred by this relationship.
- Selector string
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.
- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
- additional
Properties String - class
Id String - The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- moid String
- The unique identifier of this Managed Object instance.
- object
Type String - The fully-qualified name of the remote type referred by this relationship.
- selector String
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.
- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
- additional
Properties string - class
Id string - The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- moid string
- The unique identifier of this Managed Object instance.
- object
Type string - The fully-qualified name of the remote type referred by this relationship.
- selector string
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.
- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
- additional_
properties str - class_
id str - The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- moid str
- The unique identifier of this Managed Object instance.
- object_
type str - The fully-qualified name of the remote type referred by this relationship.
- selector str
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.
- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
- additional
Properties String - class
Id String - The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- moid String
- The unique identifier of this Managed Object instance.
- object
Type String - The fully-qualified name of the remote type referred by this relationship.
- selector String
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.
- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
GetVirtualizationVmwareHostPermissionResource
- Additional
Properties string - Class
Id string - The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- Moid string
- The unique identifier of this Managed Object instance.
- Object
Type string - The fully-qualified name of the remote type referred by this relationship.
- Selector string
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.
- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
- Additional
Properties string - Class
Id string - The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- Moid string
- The unique identifier of this Managed Object instance.
- Object
Type string - The fully-qualified name of the remote type referred by this relationship.
- Selector string
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.
- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
- additional
Properties String - class
Id String - The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- moid String
- The unique identifier of this Managed Object instance.
- object
Type String - The fully-qualified name of the remote type referred by this relationship.
- selector String
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.
- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
- additional
Properties string - class
Id string - The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- moid string
- The unique identifier of this Managed Object instance.
- object
Type string - The fully-qualified name of the remote type referred by this relationship.
- selector string
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.
- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
- additional_
properties str - class_
id str - The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- moid str
- The unique identifier of this Managed Object instance.
- object_
type str - The fully-qualified name of the remote type referred by this relationship.
- selector str
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.
- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
- additional
Properties String - class
Id String - The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- moid String
- The unique identifier of this Managed Object instance.
- object
Type String - The fully-qualified name of the remote type referred by this relationship.
- selector String
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.
- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
GetVirtualizationVmwareHostProcessorCapacity
- Additional
Properties string - Capacity double
- Total capacity of the entity in MHz.
- Class
Id string - The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- Free double
- Free 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 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.
- Additional
Properties string - Capacity float64
- Total capacity of the entity in MHz.
- Class
Id string - The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- Free float64
- Free 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 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.
- additional
Properties String - capacity Double
- Total capacity of the entity in MHz.
- class
Id String - The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- free Double
- Free 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 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.
- additional
Properties string - capacity number
- Total capacity of the entity in MHz.
- class
Id string - The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- free number
- Free 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 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.
- additional
Properties String - capacity Number
- Total capacity of the entity in MHz.
- class
Id String - The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- free Number
- Free 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 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
- Additional
Properties 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.
- Class
Id string - The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- Nr
Version string - Hypervisor version running on the system.
- Object
Type string - The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
- Product
Name string - Commercial product name. For example, VMware ESXi.
- Product
Type string - Product name provided by the vendor. For example, embeddedEsx.
- Product
Vendor string - Commercial vendor name. For example, VMware Inc.
- Additional
Properties 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.
- Class
Id string - The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- Nr
Version string - Hypervisor version running on the system.
- Object
Type string - The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
- Product
Name string - Commercial product name. For example, VMware ESXi.
- Product
Type string - Product name provided by the vendor. For example, embeddedEsx.
- Product
Vendor string - Commercial vendor name. For example, VMware Inc.
- additional
Properties 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.
- class
Id String - The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- nr
Version String - Hypervisor version running on the system.
- object
Type String - The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
- product
Name String - Commercial product name. For example, VMware ESXi.
- product
Type String - Product name provided by the vendor. For example, embeddedEsx.
- product
Vendor String - Commercial vendor name. For example, VMware Inc.
- additional
Properties 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.
- class
Id string - The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- nr
Version string - Hypervisor version running on the system.
- object
Type string - The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
- product
Name string - Commercial product name. For example, VMware ESXi.
- product
Type string - Product name provided by the vendor. For example, embeddedEsx.
- product
Vendor 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.
- additional
Properties 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.
- class
Id String - The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- nr
Version String - Hypervisor version running on the system.
- object
Type String - The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
- product
Name String - Commercial product name. For example, VMware ESXi.
- product
Type String - Product name provided by the vendor. For example, embeddedEsx.
- product
Vendor String - Commercial vendor name. For example, VMware Inc.
GetVirtualizationVmwareHostRegisteredDevice
- Additional
Properties string - Class
Id string - The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- Moid string
- The unique identifier of this Managed Object instance.
- Object
Type string - The fully-qualified name of the remote type referred by this relationship.
- Selector string
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.
- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
- Additional
Properties string - Class
Id string - The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- Moid string
- The unique identifier of this Managed Object instance.
- Object
Type string - The fully-qualified name of the remote type referred by this relationship.
- Selector string
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.
- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
- additional
Properties String - class
Id String - The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- moid String
- The unique identifier of this Managed Object instance.
- object
Type String - The fully-qualified name of the remote type referred by this relationship.
- selector String
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.
- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
- additional
Properties string - class
Id string - The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- moid string
- The unique identifier of this Managed Object instance.
- object
Type string - The fully-qualified name of the remote type referred by this relationship.
- selector string
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.
- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
- additional_
properties str - class_
id str - The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- moid str
- The unique identifier of this Managed Object instance.
- object_
type str - The fully-qualified name of the remote type referred by this relationship.
- selector str
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.
- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
- additional
Properties String - class
Id String - The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- moid String
- The unique identifier of this Managed Object instance.
- object
Type String - The fully-qualified name of the remote type referred by this relationship.
- selector String
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.
- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
GetVirtualizationVmwareHostResourceConsumed
- Additional
Properties string - Class
Id string - The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- Cpu
Consumed double - The amount of CPU consumed in Hz.
- Memory
Consumed double - Memory consumed by this host in bytes.
- Object
Type string - The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
- Additional
Properties string - Class
Id string - The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- Cpu
Consumed float64 - The amount of CPU consumed in Hz.
- Memory
Consumed float64 - Memory consumed by this host in bytes.
- Object
Type string - The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
- additional
Properties String - class
Id String - The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- cpu
Consumed Double - The amount of CPU consumed in Hz.
- memory
Consumed Double - Memory consumed by this host in bytes.
- object
Type String - The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
- additional
Properties string - class
Id string - The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- cpu
Consumed number - The amount of CPU consumed in Hz.
- memory
Consumed number - Memory consumed by this host in bytes.
- object
Type 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.
- additional
Properties String - class
Id String - The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- cpu
Consumed Number - The amount of CPU consumed in Hz.
- memory
Consumed Number - Memory consumed by this host in bytes.
- object
Type String - The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
GetVirtualizationVmwareHostResult
- Account
Moid This property is required. string - The Account ID for this managed object.
- Additional
Properties This property is required. string - Ancestors
This property is required. List<GetVirtualization Vmware Host Result Ancestor> - Boot
Time This property is required. string - The time when this host booted up.
- Class
Id This property is required. string - Clusters
This property is required. List<GetVirtualization Vmware Host Result Cluster> - Connection
State This property is required. string - Indicates if the host is connected to the vCenter. Values are connected, not connected.
- Cpu
Infos This property is required. List<GetVirtualization Vmware Host Result Cpu Info> - Create
Time This property is required. string - The time when this managed object was created.
- Datacenters
This property is required. List<GetVirtualization Vmware Host Result Datacenter> - Datastores
This property is required. List<GetVirtualization Vmware Host Result Datastore> - Dc
Inv Path This property is required. string - This field stores the inventory path of a datacenter. Used in host maintenance action.
- Distributed
Networks This property is required. List<GetVirtualization Vmware Host Result Distributed Network> - Distributed
Switches This property is required. List<GetVirtualization Vmware Host Result Distributed Switch> - Dns
Servers This property is required. List<string> - Domain
Group Moid This property is required. string - The DomainGroup ID for this managed object.
- Hardware
Infos This property is required. List<GetVirtualization Vmware Host Result Hardware Info> - Hw
Power State This property is required. string - Is the host Powered-up or Powered-down.*
Unknown
- The entity's power state is unknown.*PoweringOn
- The entity is powering on.*PoweredOn
- The entity is powered on.*PoweringOff
- The entity is powering off.*PoweredOff
- The entity is powered down.*StandBy
- The entity is in standby mode.*Paused
- The entity is in pause state.*Rebooting
- The entity reboot is in progress.* `` - The entity's power state is not available. - Hyper
Flex Nodes This property is required. List<GetVirtualization Vmware Host Result Hyper Flex Node> - Hypervisor
Type This property is required. 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
This property is required. 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).
- Is
Ssh Enabled This property is required. bool - True if SSH is enabled in the host, false otherwise.
- Maintenance
Mode This property is required. bool - Is this host in maintenance mode. Set to true or false.
- Memory
Capacities This property is required. List<GetVirtualization Vmware Host Result Memory Capacity> - Mod
Time This property is required. string - The time when this managed object was last modified.
- Model
This property is required. string - Commercial model information about this hardware.
- Moid
This property is required. string - The unique identifier of this Managed Object instance.
- Name
This property is required. string - Name of this host supplied by user. It is not the identity of the host. The name is subject to user manipulations.
- Network
Adapter Count This property is required. double - The count of all network adapters attached to this host.
- Ntp
Servers This property is required. List<string> - Object
Type This property is required. string - Owners
This property is required. List<string> - Parents
This property is required. List<GetVirtualization Vmware Host Result Parent> - Permission
Resources This property is required. List<GetVirtualization Vmware Host Result Permission Resource> - Processor
Capacities This property is required. List<GetVirtualization Vmware Host Result Processor Capacity> - Product
Infos This property is required. List<GetVirtualization Vmware Host Result Product Info> - Quarantine
Mode This property is required. bool - Indicates if the host is in quarantine mode. Will be set to True, when in quarantine mode.
- Registered
Devices This property is required. List<GetVirtualization Vmware Host Result Registered Device> - Resource
Consumeds This property is required. List<GetVirtualization Vmware Host Result Resource Consumed> - Serial
This property is required. string - Serial number of this host (internally generated).
- Servers
This property is required. List<GetVirtualization Vmware Host Result Server> This property is required. string- Intersight provides pre-built workflows, tasks and policies to end users through global catalogs.Objects that are made available through global catalogs are said to have a 'shared' ownership. Shared objects are either made globally available to all end users or restricted to end users based on their license entitlement. Users can use this property to differentiate the scope (global or a specific license tier) to which a shared MO belongs.
- Status
This property is required. string - Host health status, as reported by the hypervisor platform.*
Unknown
- Entity status is unknown.*Degraded
- State is degraded, and might impact normal operation of the entity.*Critical
- Entity is in a critical state, impacting operations.*Ok
- Entity status is in a stable state, operating normally. - Storage
Adapter Count This property is required. double - The count of all storage adapters attached to this host.
This property is required. List<GetVirtualization Vmware Host Result Tag> - Time
Zone This property is required. string - Time zone this host is in.
- Up
Time This property is required. string - The uptime of the host, stored as Duration (from w3c).
- Uuid
This property is required. string - Universally unique identity of this host (example b3d4483b-5560-9342-8309-b486c9236610). Internally generated.
- Vcenter
Host Id This property is required. string - The identity of this host within vCenter (optional).
- Vendor
This property is required. string - Commercial vendor details of this hardware.
- Version
Contexts This property is required. List<GetVirtualization Vmware Host Result Version Context>
- Account
Moid This property is required. string - The Account ID for this managed object.
- Additional
Properties This property is required. string - Ancestors
This property is required. []GetVirtualization Vmware Host Result Ancestor - Boot
Time This property is required. string - The time when this host booted up.
- Class
Id This property is required. string - Clusters
This property is required. []GetVirtualization Vmware Host Result Cluster - Connection
State This property is required. string - Indicates if the host is connected to the vCenter. Values are connected, not connected.
- Cpu
Infos This property is required. []GetVirtualization Vmware Host Result Cpu Info - Create
Time This property is required. string - The time when this managed object was created.
- Datacenters
This property is required. []GetVirtualization Vmware Host Result Datacenter - Datastores
This property is required. []GetVirtualization Vmware Host Result Datastore - Dc
Inv Path This property is required. string - This field stores the inventory path of a datacenter. Used in host maintenance action.
- Distributed
Networks This property is required. []GetVirtualization Vmware Host Result Distributed Network - Distributed
Switches This property is required. []GetVirtualization Vmware Host Result Distributed Switch - Dns
Servers This property is required. []string - Domain
Group Moid This property is required. string - The DomainGroup ID for this managed object.
- Hardware
Infos This property is required. []GetVirtualization Vmware Host Result Hardware Info - Hw
Power State This property is required. string - Is the host Powered-up or Powered-down.*
Unknown
- The entity's power state is unknown.*PoweringOn
- The entity is powering on.*PoweredOn
- The entity is powered on.*PoweringOff
- The entity is powering off.*PoweredOff
- The entity is powered down.*StandBy
- The entity is in standby mode.*Paused
- The entity is in pause state.*Rebooting
- The entity reboot is in progress.* `` - The entity's power state is not available. - Hyper
Flex Nodes This property is required. []GetVirtualization Vmware Host Result Hyper Flex Node - Hypervisor
Type This property is required. 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
This property is required. 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).
- Is
Ssh Enabled This property is required. bool - True if SSH is enabled in the host, false otherwise.
- Maintenance
Mode This property is required. bool - Is this host in maintenance mode. Set to true or false.
- Memory
Capacities This property is required. []GetVirtualization Vmware Host Result Memory Capacity - Mod
Time This property is required. string - The time when this managed object was last modified.
- Model
This property is required. string - Commercial model information about this hardware.
- Moid
This property is required. string - The unique identifier of this Managed Object instance.
- Name
This property is required. string - Name of this host supplied by user. It is not the identity of the host. The name is subject to user manipulations.
- Network
Adapter Count This property is required. float64 - The count of all network adapters attached to this host.
- Ntp
Servers This property is required. []string - Object
Type This property is required. string - Owners
This property is required. []string - Parents
This property is required. []GetVirtualization Vmware Host Result Parent - Permission
Resources This property is required. []GetVirtualization Vmware Host Result Permission Resource - Processor
Capacities This property is required. []GetVirtualization Vmware Host Result Processor Capacity - Product
Infos This property is required. []GetVirtualization Vmware Host Result Product Info - Quarantine
Mode This property is required. bool - Indicates if the host is in quarantine mode. Will be set to True, when in quarantine mode.
- Registered
Devices This property is required. []GetVirtualization Vmware Host Result Registered Device - Resource
Consumeds This property is required. []GetVirtualization Vmware Host Result Resource Consumed - Serial
This property is required. string - Serial number of this host (internally generated).
- Servers
This property is required. []GetVirtualization Vmware Host Result Server This property is required. string- Intersight provides pre-built workflows, tasks and policies to end users through global catalogs.Objects that are made available through global catalogs are said to have a 'shared' ownership. Shared objects are either made globally available to all end users or restricted to end users based on their license entitlement. Users can use this property to differentiate the scope (global or a specific license tier) to which a shared MO belongs.
- Status
This property is required. string - Host health status, as reported by the hypervisor platform.*
Unknown
- Entity status is unknown.*Degraded
- State is degraded, and might impact normal operation of the entity.*Critical
- Entity is in a critical state, impacting operations.*Ok
- Entity status is in a stable state, operating normally. - Storage
Adapter Count This property is required. float64 - The count of all storage adapters attached to this host.
This property is required. []GetVirtualization Vmware Host Result Tag - Time
Zone This property is required. string - Time zone this host is in.
- Up
Time This property is required. string - The uptime of the host, stored as Duration (from w3c).
- Uuid
This property is required. string - Universally unique identity of this host (example b3d4483b-5560-9342-8309-b486c9236610). Internally generated.
- Vcenter
Host Id This property is required. string - The identity of this host within vCenter (optional).
- Vendor
This property is required. string - Commercial vendor details of this hardware.
- Version
Contexts This property is required. []GetVirtualization Vmware Host Result Version Context
- account
Moid This property is required. String - The Account ID for this managed object.
- additional
Properties This property is required. String - ancestors
This property is required. List<GetVirtualization Vmware Host Result Ancestor> - boot
Time This property is required. String - The time when this host booted up.
- class
Id This property is required. String - clusters
This property is required. List<GetVirtualization Vmware Host Result Cluster> - connection
State This property is required. String - Indicates if the host is connected to the vCenter. Values are connected, not connected.
- cpu
Infos This property is required. List<GetVirtualization Vmware Host Result Cpu Info> - create
Time This property is required. String - The time when this managed object was created.
- datacenters
This property is required. List<GetVirtualization Vmware Host Result Datacenter> - datastores
This property is required. List<GetVirtualization Vmware Host Result Datastore> - dc
Inv Path This property is required. String - This field stores the inventory path of a datacenter. Used in host maintenance action.
- distributed
Networks This property is required. List<GetVirtualization Vmware Host Result Distributed Network> - distributed
Switches This property is required. List<GetVirtualization Vmware Host Result Distributed Switch> - dns
Servers This property is required. List<String> - domain
Group Moid This property is required. String - The DomainGroup ID for this managed object.
- hardware
Infos This property is required. List<GetVirtualization Vmware Host Result Hardware Info> - hw
Power State This property is required. String - Is the host Powered-up or Powered-down.*
Unknown
- The entity's power state is unknown.*PoweringOn
- The entity is powering on.*PoweredOn
- The entity is powered on.*PoweringOff
- The entity is powering off.*PoweredOff
- The entity is powered down.*StandBy
- The entity is in standby mode.*Paused
- The entity is in pause state.*Rebooting
- The entity reboot is in progress.* `` - The entity's power state is not available. - hyper
Flex Nodes This property is required. List<GetVirtualization Vmware Host Result Hyper Flex Node> - hypervisor
Type This property is required. 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
This property is required. 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).
- is
Ssh Enabled This property is required. Boolean - True if SSH is enabled in the host, false otherwise.
- maintenance
Mode This property is required. Boolean - Is this host in maintenance mode. Set to true or false.
- memory
Capacities This property is required. List<GetVirtualization Vmware Host Result Memory Capacity> - mod
Time This property is required. String - The time when this managed object was last modified.
- model
This property is required. String - Commercial model information about this hardware.
- moid
This property is required. String - The unique identifier of this Managed Object instance.
- name
This property is required. String - Name of this host supplied by user. It is not the identity of the host. The name is subject to user manipulations.
- network
Adapter Count This property is required. Double - The count of all network adapters attached to this host.
- ntp
Servers This property is required. List<String> - object
Type This property is required. String - owners
This property is required. List<String> - parents
This property is required. List<GetVirtualization Vmware Host Result Parent> - permission
Resources This property is required. List<GetVirtualization Vmware Host Result Permission Resource> - processor
Capacities This property is required. List<GetVirtualization Vmware Host Result Processor Capacity> - product
Infos This property is required. List<GetVirtualization Vmware Host Result Product Info> - quarantine
Mode This property is required. Boolean - Indicates if the host is in quarantine mode. Will be set to True, when in quarantine mode.
- registered
Devices This property is required. List<GetVirtualization Vmware Host Result Registered Device> - resource
Consumeds This property is required. List<GetVirtualization Vmware Host Result Resource Consumed> - serial
This property is required. String - Serial number of this host (internally generated).
- servers
This property is required. List<GetVirtualization Vmware Host Result Server> This property is required. String- Intersight provides pre-built workflows, tasks and policies to end users through global catalogs.Objects that are made available through global catalogs are said to have a 'shared' ownership. Shared objects are either made globally available to all end users or restricted to end users based on their license entitlement. Users can use this property to differentiate the scope (global or a specific license tier) to which a shared MO belongs.
- status
This property is required. String - Host health status, as reported by the hypervisor platform.*
Unknown
- Entity status is unknown.*Degraded
- State is degraded, and might impact normal operation of the entity.*Critical
- Entity is in a critical state, impacting operations.*Ok
- Entity status is in a stable state, operating normally. - storage
Adapter Count This property is required. Double - The count of all storage adapters attached to this host.
This property is required. List<GetVirtualization Vmware Host Result Tag> - time
Zone This property is required. String - Time zone this host is in.
- up
Time This property is required. String - The uptime of the host, stored as Duration (from w3c).
- uuid
This property is required. String - Universally unique identity of this host (example b3d4483b-5560-9342-8309-b486c9236610). Internally generated.
- vcenter
Host Id This property is required. String - The identity of this host within vCenter (optional).
- vendor
This property is required. String - Commercial vendor details of this hardware.
- version
Contexts This property is required. List<GetVirtualization Vmware Host Result Version Context>
- account
Moid This property is required. string - The Account ID for this managed object.
- additional
Properties This property is required. string - ancestors
This property is required. GetVirtualization Vmware Host Result Ancestor[] - boot
Time This property is required. string - The time when this host booted up.
- class
Id This property is required. string - clusters
This property is required. GetVirtualization Vmware Host Result Cluster[] - connection
State This property is required. string - Indicates if the host is connected to the vCenter. Values are connected, not connected.
- cpu
Infos This property is required. GetVirtualization Vmware Host Result Cpu Info[] - create
Time This property is required. string - The time when this managed object was created.
- datacenters
This property is required. GetVirtualization Vmware Host Result Datacenter[] - datastores
This property is required. GetVirtualization Vmware Host Result Datastore[] - dc
Inv Path This property is required. string - This field stores the inventory path of a datacenter. Used in host maintenance action.
- distributed
Networks This property is required. GetVirtualization Vmware Host Result Distributed Network[] - distributed
Switches This property is required. GetVirtualization Vmware Host Result Distributed Switch[] - dns
Servers This property is required. string[] - domain
Group Moid This property is required. string - The DomainGroup ID for this managed object.
- hardware
Infos This property is required. GetVirtualization Vmware Host Result Hardware Info[] - hw
Power State This property is required. string - Is the host Powered-up or Powered-down.*
Unknown
- The entity's power state is unknown.*PoweringOn
- The entity is powering on.*PoweredOn
- The entity is powered on.*PoweringOff
- The entity is powering off.*PoweredOff
- The entity is powered down.*StandBy
- The entity is in standby mode.*Paused
- The entity is in pause state.*Rebooting
- The entity reboot is in progress.* `` - The entity's power state is not available. - hyper
Flex Nodes This property is required. GetVirtualization Vmware Host Result Hyper Flex Node[] - hypervisor
Type This property is required. 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
This property is required. 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).
- is
Ssh Enabled This property is required. boolean - True if SSH is enabled in the host, false otherwise.
- maintenance
Mode This property is required. boolean - Is this host in maintenance mode. Set to true or false.
- memory
Capacities This property is required. GetVirtualization Vmware Host Result Memory Capacity[] - mod
Time This property is required. string - The time when this managed object was last modified.
- model
This property is required. string - Commercial model information about this hardware.
- moid
This property is required. string - The unique identifier of this Managed Object instance.
- name
This property is required. string - Name of this host supplied by user. It is not the identity of the host. The name is subject to user manipulations.
- network
Adapter Count This property is required. number - The count of all network adapters attached to this host.
- ntp
Servers This property is required. string[] - object
Type This property is required. string - owners
This property is required. string[] - parents
This property is required. GetVirtualization Vmware Host Result Parent[] - permission
Resources This property is required. GetVirtualization Vmware Host Result Permission Resource[] - processor
Capacities This property is required. GetVirtualization Vmware Host Result Processor Capacity[] - product
Infos This property is required. GetVirtualization Vmware Host Result Product Info[] - quarantine
Mode This property is required. boolean - Indicates if the host is in quarantine mode. Will be set to True, when in quarantine mode.
- registered
Devices This property is required. GetVirtualization Vmware Host Result Registered Device[] - resource
Consumeds This property is required. GetVirtualization Vmware Host Result Resource Consumed[] - serial
This property is required. string - Serial number of this host (internally generated).
- servers
This property is required. GetVirtualization Vmware Host Result Server[] This property is required. string- Intersight provides pre-built workflows, tasks and policies to end users through global catalogs.Objects that are made available through global catalogs are said to have a 'shared' ownership. Shared objects are either made globally available to all end users or restricted to end users based on their license entitlement. Users can use this property to differentiate the scope (global or a specific license tier) to which a shared MO belongs.
- status
This property is required. string - Host health status, as reported by the hypervisor platform.*
Unknown
- Entity status is unknown.*Degraded
- State is degraded, and might impact normal operation of the entity.*Critical
- Entity is in a critical state, impacting operations.*Ok
- Entity status is in a stable state, operating normally. - storage
Adapter Count This property is required. number - The count of all storage adapters attached to this host.
This property is required. GetVirtualization Vmware Host Result Tag[] - time
Zone This property is required. string - Time zone this host is in.
- up
Time This property is required. string - The uptime of the host, stored as Duration (from w3c).
- uuid
This property is required. string - Universally unique identity of this host (example b3d4483b-5560-9342-8309-b486c9236610). Internally generated.
- vcenter
Host Id This property is required. string - The identity of this host within vCenter (optional).
- vendor
This property is required. string - Commercial vendor details of this hardware.
- version
Contexts This property is required. GetVirtualization Vmware Host Result Version Context[]
- account_
moid This property is required. str - The Account ID for this managed object.
- additional_
properties This property is required. str - ancestors
This property is required. Sequence[GetVirtualization Vmware Host Result Ancestor] - boot_
time This property is required. str - The time when this host booted up.
- class_
id This property is required. str - clusters
This property is required. Sequence[GetVirtualization Vmware Host Result Cluster] - connection_
state This property is required. str - Indicates if the host is connected to the vCenter. Values are connected, not connected.
- cpu_
infos This property is required. Sequence[GetVirtualization Vmware Host Result Cpu Info] - create_
time This property is required. str - The time when this managed object was created.
- datacenters
This property is required. Sequence[GetVirtualization Vmware Host Result Datacenter] - datastores
This property is required. Sequence[GetVirtualization Vmware Host Result Datastore] - dc_
inv_ path This property is required. str - This field stores the inventory path of a datacenter. Used in host maintenance action.
- distributed_
networks This property is required. Sequence[GetVirtualization Vmware Host Result Distributed Network] - distributed_
switches This property is required. Sequence[GetVirtualization Vmware Host Result Distributed Switch] - dns_
servers This property is required. Sequence[str] - domain_
group_ moid This property is required. str - The DomainGroup ID for this managed object.
- hardware_
infos This property is required. Sequence[GetVirtualization Vmware Host Result Hardware Info] - hw_
power_ state This property is required. str - Is the host Powered-up or Powered-down.*
Unknown
- The entity's power state is unknown.*PoweringOn
- The entity is powering on.*PoweredOn
- The entity is powered on.*PoweringOff
- The entity is powering off.*PoweredOff
- The entity is powered down.*StandBy
- The entity is in standby mode.*Paused
- The entity is in pause state.*Rebooting
- The entity reboot is in progress.* `` - The entity's power state is not available. - hyper_
flex_ nodes This property is required. Sequence[GetVirtualization Vmware Host Result Hyper Flex Node] - hypervisor_
type This property is required. 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
This property is required. str - The internally generated identity of this host. This entity is not manipulated by users. It aids in uniquely identifying the datacenter object. For VMware, this is an MOR (managed object reference).
- is_
ssh_ enabled This property is required. bool - True if SSH is enabled in the host, false otherwise.
- maintenance_
mode This property is required. bool - Is this host in maintenance mode. Set to true or false.
- memory_
capacities This property is required. Sequence[GetVirtualization Vmware Host Result Memory Capacity] - mod_
time This property is required. str - The time when this managed object was last modified.
- model
This property is required. str - Commercial model information about this hardware.
- moid
This property is required. str - The unique identifier of this Managed Object instance.
- name
This property is required. str - Name of this host supplied by user. It is not the identity of the host. The name is subject to user manipulations.
- network_
adapter_ count This property is required. float - The count of all network adapters attached to this host.
- ntp_
servers This property is required. Sequence[str] - object_
type This property is required. str - owners
This property is required. Sequence[str] - parents
This property is required. Sequence[GetVirtualization Vmware Host Result Parent] - permission_
resources This property is required. Sequence[GetVirtualization Vmware Host Result Permission Resource] - processor_
capacities This property is required. Sequence[GetVirtualization Vmware Host Result Processor Capacity] - product_
infos This property is required. Sequence[GetVirtualization Vmware Host Result Product Info] - quarantine_
mode This property is required. bool - Indicates if the host is in quarantine mode. Will be set to True, when in quarantine mode.
- registered_
devices This property is required. Sequence[GetVirtualization Vmware Host Result Registered Device] - resource_
consumeds This property is required. Sequence[GetVirtualization Vmware Host Result Resource Consumed] - serial
This property is required. str - Serial number of this host (internally generated).
- servers
This property is required. Sequence[GetVirtualization Vmware Host Result Server] This property is required. str- Intersight provides pre-built workflows, tasks and policies to end users through global catalogs.Objects that are made available through global catalogs are said to have a 'shared' ownership. Shared objects are either made globally available to all end users or restricted to end users based on their license entitlement. Users can use this property to differentiate the scope (global or a specific license tier) to which a shared MO belongs.
- status
This property is required. str - Host health status, as reported by the hypervisor platform.*
Unknown
- Entity status is unknown.*Degraded
- State is degraded, and might impact normal operation of the entity.*Critical
- Entity is in a critical state, impacting operations.*Ok
- Entity status is in a stable state, operating normally. - storage_
adapter_ count This property is required. float - The count of all storage adapters attached to this host.
This property is required. Sequence[GetVirtualization Vmware Host Result Tag] - time_
zone This property is required. str - Time zone this host is in.
- up_
time This property is required. str - The uptime of the host, stored as Duration (from w3c).
- uuid
This property is required. str - Universally unique identity of this host (example b3d4483b-5560-9342-8309-b486c9236610). Internally generated.
- vcenter_
host_ id This property is required. str - The identity of this host within vCenter (optional).
- vendor
This property is required. str - Commercial vendor details of this hardware.
- version_
contexts This property is required. Sequence[GetVirtualization Vmware Host Result Version Context]
- account
Moid This property is required. String - The Account ID for this managed object.
- additional
Properties This property is required. String - ancestors
This property is required. List<Property Map> - boot
Time This property is required. String - The time when this host booted up.
- class
Id This property is required. String - clusters
This property is required. List<Property Map> - connection
State This property is required. String - Indicates if the host is connected to the vCenter. Values are connected, not connected.
- cpu
Infos This property is required. List<Property Map> - create
Time This property is required. String - The time when this managed object was created.
- datacenters
This property is required. List<Property Map> - datastores
This property is required. List<Property Map> - dc
Inv Path This property is required. String - This field stores the inventory path of a datacenter. Used in host maintenance action.
- distributed
Networks This property is required. List<Property Map> - distributed
Switches This property is required. List<Property Map> - dns
Servers This property is required. List<String> - domain
Group Moid This property is required. String - The DomainGroup ID for this managed object.
- hardware
Infos This property is required. List<Property Map> - hw
Power State This property is required. String - Is the host Powered-up or Powered-down.*
Unknown
- The entity's power state is unknown.*PoweringOn
- The entity is powering on.*PoweredOn
- The entity is powered on.*PoweringOff
- The entity is powering off.*PoweredOff
- The entity is powered down.*StandBy
- The entity is in standby mode.*Paused
- The entity is in pause state.*Rebooting
- The entity reboot is in progress.* `` - The entity's power state is not available. - hyper
Flex Nodes This property is required. List<Property Map> - hypervisor
Type This property is required. 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
This property is required. 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).
- is
Ssh Enabled This property is required. Boolean - True if SSH is enabled in the host, false otherwise.
- maintenance
Mode This property is required. Boolean - Is this host in maintenance mode. Set to true or false.
- memory
Capacities This property is required. List<Property Map> - mod
Time This property is required. String - The time when this managed object was last modified.
- model
This property is required. String - Commercial model information about this hardware.
- moid
This property is required. String - The unique identifier of this Managed Object instance.
- name
This property is required. String - Name of this host supplied by user. It is not the identity of the host. The name is subject to user manipulations.
- network
Adapter Count This property is required. Number - The count of all network adapters attached to this host.
- ntp
Servers This property is required. List<String> - object
Type This property is required. String - owners
This property is required. List<String> - parents
This property is required. List<Property Map> - permission
Resources This property is required. List<Property Map> - processor
Capacities This property is required. List<Property Map> - product
Infos This property is required. List<Property Map> - quarantine
Mode This property is required. Boolean - Indicates if the host is in quarantine mode. Will be set to True, when in quarantine mode.
- registered
Devices This property is required. List<Property Map> - resource
Consumeds This property is required. List<Property Map> - serial
This property is required. String - Serial number of this host (internally generated).
- servers
This property is required. List<Property Map> This property is required. String- Intersight provides pre-built workflows, tasks and policies to end users through global catalogs.Objects that are made available through global catalogs are said to have a 'shared' ownership. Shared objects are either made globally available to all end users or restricted to end users based on their license entitlement. Users can use this property to differentiate the scope (global or a specific license tier) to which a shared MO belongs.
- status
This property is required. String - Host health status, as reported by the hypervisor platform.*
Unknown
- Entity status is unknown.*Degraded
- State is degraded, and might impact normal operation of the entity.*Critical
- Entity is in a critical state, impacting operations.*Ok
- Entity status is in a stable state, operating normally. - storage
Adapter Count This property is required. Number - The count of all storage adapters attached to this host.
This property is required. List<Property Map>- time
Zone This property is required. String - Time zone this host is in.
- up
Time This property is required. String - The uptime of the host, stored as Duration (from w3c).
- uuid
This property is required. String - Universally unique identity of this host (example b3d4483b-5560-9342-8309-b486c9236610). Internally generated.
- vcenter
Host Id This property is required. String - The identity of this host within vCenter (optional).
- vendor
This property is required. String - Commercial vendor details of this hardware.
- version
Contexts This property is required. List<Property Map>
GetVirtualizationVmwareHostResultAncestor
- Additional
Properties This property is required. string - Class
Id This property is required. string - Moid
This property is required. string - The unique identifier of this Managed Object instance.
- Object
Type This property is required. string - Selector
This property is required. string
- Additional
Properties This property is required. string - Class
Id This property is required. string - Moid
This property is required. string - The unique identifier of this Managed Object instance.
- Object
Type This property is required. string - Selector
This property is required. string
- additional
Properties This property is required. String - class
Id This property is required. String - moid
This property is required. String - The unique identifier of this Managed Object instance.
- object
Type This property is required. String - selector
This property is required. String
- additional
Properties This property is required. string - class
Id This property is required. string - moid
This property is required. string - The unique identifier of this Managed Object instance.
- object
Type This property is required. string - selector
This property is required. string
- additional_
properties This property is required. str - class_
id This property is required. str - moid
This property is required. str - The unique identifier of this Managed Object instance.
- object_
type This property is required. str - selector
This property is required. str
- additional
Properties This property is required. String - class
Id This property is required. String - moid
This property is required. String - The unique identifier of this Managed Object instance.
- object
Type This property is required. String - selector
This property is required. String
GetVirtualizationVmwareHostResultCluster
- Additional
Properties This property is required. string - Class
Id This property is required. string - Moid
This property is required. string - The unique identifier of this Managed Object instance.
- Object
Type This property is required. string - Selector
This property is required. string
- Additional
Properties This property is required. string - Class
Id This property is required. string - Moid
This property is required. string - The unique identifier of this Managed Object instance.
- Object
Type This property is required. string - Selector
This property is required. string
- additional
Properties This property is required. String - class
Id This property is required. String - moid
This property is required. String - The unique identifier of this Managed Object instance.
- object
Type This property is required. String - selector
This property is required. String
- additional
Properties This property is required. string - class
Id This property is required. string - moid
This property is required. string - The unique identifier of this Managed Object instance.
- object
Type This property is required. string - selector
This property is required. string
- additional_
properties This property is required. str - class_
id This property is required. str - moid
This property is required. str - The unique identifier of this Managed Object instance.
- object_
type This property is required. str - selector
This property is required. str
- additional
Properties This property is required. String - class
Id This property is required. String - moid
This property is required. String - The unique identifier of this Managed Object instance.
- object
Type This property is required. String - selector
This property is required. String
GetVirtualizationVmwareHostResultCpuInfo
- Additional
Properties This property is required. string - Class
Id This property is required. string - Cores
This property is required. double - Description
This property is required. string - Object
Type This property is required. string - Sockets
This property is required. double - Speed
This property is required. double - Vendor
This property is required. string - Commercial vendor details of this hardware.
- Additional
Properties This property is required. string - Class
Id This property is required. string - Cores
This property is required. float64 - Description
This property is required. string - Object
Type This property is required. string - Sockets
This property is required. float64 - Speed
This property is required. float64 - Vendor
This property is required. string - Commercial vendor details of this hardware.
- additional
Properties This property is required. String - class
Id This property is required. String - cores
This property is required. Double - description
This property is required. String - object
Type This property is required. String - sockets
This property is required. Double - speed
This property is required. Double - vendor
This property is required. String - Commercial vendor details of this hardware.
- additional
Properties This property is required. string - class
Id This property is required. string - cores
This property is required. number - description
This property is required. string - object
Type This property is required. string - sockets
This property is required. number - speed
This property is required. number - vendor
This property is required. string - Commercial vendor details of this hardware.
- additional_
properties This property is required. str - class_
id This property is required. str - cores
This property is required. float - description
This property is required. str - object_
type This property is required. str - sockets
This property is required. float - speed
This property is required. float - vendor
This property is required. str - Commercial vendor details of this hardware.
- additional
Properties This property is required. String - class
Id This property is required. String - cores
This property is required. Number - description
This property is required. String - object
Type This property is required. String - sockets
This property is required. Number - speed
This property is required. Number - vendor
This property is required. String - Commercial vendor details of this hardware.
GetVirtualizationVmwareHostResultDatacenter
- Additional
Properties This property is required. string - Class
Id This property is required. string - Moid
This property is required. string - The unique identifier of this Managed Object instance.
- Object
Type This property is required. string - Selector
This property is required. string
- Additional
Properties This property is required. string - Class
Id This property is required. string - Moid
This property is required. string - The unique identifier of this Managed Object instance.
- Object
Type This property is required. string - Selector
This property is required. string
- additional
Properties This property is required. String - class
Id This property is required. String - moid
This property is required. String - The unique identifier of this Managed Object instance.
- object
Type This property is required. String - selector
This property is required. String
- additional
Properties This property is required. string - class
Id This property is required. string - moid
This property is required. string - The unique identifier of this Managed Object instance.
- object
Type This property is required. string - selector
This property is required. string
- additional_
properties This property is required. str - class_
id This property is required. str - moid
This property is required. str - The unique identifier of this Managed Object instance.
- object_
type This property is required. str - selector
This property is required. str
- additional
Properties This property is required. String - class
Id This property is required. String - moid
This property is required. String - The unique identifier of this Managed Object instance.
- object
Type This property is required. String - selector
This property is required. String
GetVirtualizationVmwareHostResultDatastore
- Additional
Properties This property is required. string - Class
Id This property is required. string - Moid
This property is required. string - The unique identifier of this Managed Object instance.
- Object
Type This property is required. string - Selector
This property is required. string
- Additional
Properties This property is required. string - Class
Id This property is required. string - Moid
This property is required. string - The unique identifier of this Managed Object instance.
- Object
Type This property is required. string - Selector
This property is required. string
- additional
Properties This property is required. String - class
Id This property is required. String - moid
This property is required. String - The unique identifier of this Managed Object instance.
- object
Type This property is required. String - selector
This property is required. String
- additional
Properties This property is required. string - class
Id This property is required. string - moid
This property is required. string - The unique identifier of this Managed Object instance.
- object
Type This property is required. string - selector
This property is required. string
- additional_
properties This property is required. str - class_
id This property is required. str - moid
This property is required. str - The unique identifier of this Managed Object instance.
- object_
type This property is required. str - selector
This property is required. str
- additional
Properties This property is required. String - class
Id This property is required. String - moid
This property is required. String - The unique identifier of this Managed Object instance.
- object
Type This property is required. String - selector
This property is required. String
GetVirtualizationVmwareHostResultDistributedNetwork
- Additional
Properties This property is required. string - Class
Id This property is required. string - Moid
This property is required. string - The unique identifier of this Managed Object instance.
- Object
Type This property is required. string - Selector
This property is required. string
- Additional
Properties This property is required. string - Class
Id This property is required. string - Moid
This property is required. string - The unique identifier of this Managed Object instance.
- Object
Type This property is required. string - Selector
This property is required. string
- additional
Properties This property is required. String - class
Id This property is required. String - moid
This property is required. String - The unique identifier of this Managed Object instance.
- object
Type This property is required. String - selector
This property is required. String
- additional
Properties This property is required. string - class
Id This property is required. string - moid
This property is required. string - The unique identifier of this Managed Object instance.
- object
Type This property is required. string - selector
This property is required. string
- additional_
properties This property is required. str - class_
id This property is required. str - moid
This property is required. str - The unique identifier of this Managed Object instance.
- object_
type This property is required. str - selector
This property is required. str
- additional
Properties This property is required. String - class
Id This property is required. String - moid
This property is required. String - The unique identifier of this Managed Object instance.
- object
Type This property is required. String - selector
This property is required. String
GetVirtualizationVmwareHostResultDistributedSwitch
- Additional
Properties This property is required. string - Class
Id This property is required. string - Moid
This property is required. string - The unique identifier of this Managed Object instance.
- Object
Type This property is required. string - Selector
This property is required. string
- Additional
Properties This property is required. string - Class
Id This property is required. string - Moid
This property is required. string - The unique identifier of this Managed Object instance.
- Object
Type This property is required. string - Selector
This property is required. string
- additional
Properties This property is required. String - class
Id This property is required. String - moid
This property is required. String - The unique identifier of this Managed Object instance.
- object
Type This property is required. String - selector
This property is required. String
- additional
Properties This property is required. string - class
Id This property is required. string - moid
This property is required. string - The unique identifier of this Managed Object instance.
- object
Type This property is required. string - selector
This property is required. string
- additional_
properties This property is required. str - class_
id This property is required. str - moid
This property is required. str - The unique identifier of this Managed Object instance.
- object_
type This property is required. str - selector
This property is required. str
- additional
Properties This property is required. String - class
Id This property is required. String - moid
This property is required. String - The unique identifier of this Managed Object instance.
- object
Type This property is required. String - selector
This property is required. String
GetVirtualizationVmwareHostResultHardwareInfo
- Additional
Properties This property is required. string - Class
Id This property is required. string - Cpu
Cores This property is required. double - Cpu
Speed This property is required. double - Memory
Size This property is required. double - Object
Type This property is required. string
- Additional
Properties This property is required. string - Class
Id This property is required. string - Cpu
Cores This property is required. float64 - Cpu
Speed This property is required. float64 - Memory
Size This property is required. float64 - Object
Type This property is required. string
- additional
Properties This property is required. String - class
Id This property is required. String - cpu
Cores This property is required. Double - cpu
Speed This property is required. Double - memory
Size This property is required. Double - object
Type This property is required. String
- additional
Properties This property is required. string - class
Id This property is required. string - cpu
Cores This property is required. number - cpu
Speed This property is required. number - memory
Size This property is required. number - object
Type This property is required. string
- additional_
properties This property is required. str - class_
id This property is required. str - cpu_
cores This property is required. float - cpu_
speed This property is required. float - memory_
size This property is required. float - object_
type This property is required. str
- additional
Properties This property is required. String - class
Id This property is required. String - cpu
Cores This property is required. Number - cpu
Speed This property is required. Number - memory
Size This property is required. Number - object
Type This property is required. String
GetVirtualizationVmwareHostResultHyperFlexNode
- Additional
Properties This property is required. string - Class
Id This property is required. string - Moid
This property is required. string - The unique identifier of this Managed Object instance.
- Object
Type This property is required. string - Selector
This property is required. string
- Additional
Properties This property is required. string - Class
Id This property is required. string - Moid
This property is required. string - The unique identifier of this Managed Object instance.
- Object
Type This property is required. string - Selector
This property is required. string
- additional
Properties This property is required. String - class
Id This property is required. String - moid
This property is required. String - The unique identifier of this Managed Object instance.
- object
Type This property is required. String - selector
This property is required. String
- additional
Properties This property is required. string - class
Id This property is required. string - moid
This property is required. string - The unique identifier of this Managed Object instance.
- object
Type This property is required. string - selector
This property is required. string
- additional_
properties This property is required. str - class_
id This property is required. str - moid
This property is required. str - The unique identifier of this Managed Object instance.
- object_
type This property is required. str - selector
This property is required. str
- additional
Properties This property is required. String - class
Id This property is required. String - moid
This property is required. String - The unique identifier of this Managed Object instance.
- object
Type This property is required. String - selector
This property is required. String
GetVirtualizationVmwareHostResultMemoryCapacity
- Additional
Properties This property is required. string - Capacity
This property is required. double - Class
Id This property is required. string - Free
This property is required. double - Object
Type This property is required. string - Used
This property is required. double
- Additional
Properties This property is required. string - Capacity
This property is required. float64 - Class
Id This property is required. string - Free
This property is required. float64 - Object
Type This property is required. string - Used
This property is required. float64
- additional
Properties This property is required. String - capacity
This property is required. Double - class
Id This property is required. String - free
This property is required. Double - object
Type This property is required. String - used
This property is required. Double
- additional
Properties This property is required. string - capacity
This property is required. number - class
Id This property is required. string - free
This property is required. number - object
Type This property is required. string - used
This property is required. number
- additional_
properties This property is required. str - capacity
This property is required. float - class_
id This property is required. str - free
This property is required. float - object_
type This property is required. str - used
This property is required. float
- additional
Properties This property is required. String - capacity
This property is required. Number - class
Id This property is required. String - free
This property is required. Number - object
Type This property is required. String - used
This property is required. Number
GetVirtualizationVmwareHostResultParent
- Additional
Properties This property is required. string - Class
Id This property is required. string - Moid
This property is required. string - The unique identifier of this Managed Object instance.
- Object
Type This property is required. string - Selector
This property is required. string
- Additional
Properties This property is required. string - Class
Id This property is required. string - Moid
This property is required. string - The unique identifier of this Managed Object instance.
- Object
Type This property is required. string - Selector
This property is required. string
- additional
Properties This property is required. String - class
Id This property is required. String - moid
This property is required. String - The unique identifier of this Managed Object instance.
- object
Type This property is required. String - selector
This property is required. String
- additional
Properties This property is required. string - class
Id This property is required. string - moid
This property is required. string - The unique identifier of this Managed Object instance.
- object
Type This property is required. string - selector
This property is required. string
- additional_
properties This property is required. str - class_
id This property is required. str - moid
This property is required. str - The unique identifier of this Managed Object instance.
- object_
type This property is required. str - selector
This property is required. str
- additional
Properties This property is required. String - class
Id This property is required. String - moid
This property is required. String - The unique identifier of this Managed Object instance.
- object
Type This property is required. String - selector
This property is required. String
GetVirtualizationVmwareHostResultPermissionResource
- Additional
Properties This property is required. string - Class
Id This property is required. string - Moid
This property is required. string - The unique identifier of this Managed Object instance.
- Object
Type This property is required. string - Selector
This property is required. string
- Additional
Properties This property is required. string - Class
Id This property is required. string - Moid
This property is required. string - The unique identifier of this Managed Object instance.
- Object
Type This property is required. string - Selector
This property is required. string
- additional
Properties This property is required. String - class
Id This property is required. String - moid
This property is required. String - The unique identifier of this Managed Object instance.
- object
Type This property is required. String - selector
This property is required. String
- additional
Properties This property is required. string - class
Id This property is required. string - moid
This property is required. string - The unique identifier of this Managed Object instance.
- object
Type This property is required. string - selector
This property is required. string
- additional_
properties This property is required. str - class_
id This property is required. str - moid
This property is required. str - The unique identifier of this Managed Object instance.
- object_
type This property is required. str - selector
This property is required. str
- additional
Properties This property is required. String - class
Id This property is required. String - moid
This property is required. String - The unique identifier of this Managed Object instance.
- object
Type This property is required. String - selector
This property is required. String
GetVirtualizationVmwareHostResultProcessorCapacity
- Additional
Properties This property is required. string - Capacity
This property is required. double - Class
Id This property is required. string - Free
This property is required. double - Object
Type This property is required. string - Used
This property is required. double
- Additional
Properties This property is required. string - Capacity
This property is required. float64 - Class
Id This property is required. string - Free
This property is required. float64 - Object
Type This property is required. string - Used
This property is required. float64
- additional
Properties This property is required. String - capacity
This property is required. Double - class
Id This property is required. String - free
This property is required. Double - object
Type This property is required. String - used
This property is required. Double
- additional
Properties This property is required. string - capacity
This property is required. number - class
Id This property is required. string - free
This property is required. number - object
Type This property is required. string - used
This property is required. number
- additional_
properties This property is required. str - capacity
This property is required. float - class_
id This property is required. str - free
This property is required. float - object_
type This property is required. str - used
This property is required. float
- additional
Properties This property is required. String - capacity
This property is required. Number - class
Id This property is required. String - free
This property is required. Number - object
Type This property is required. String - used
This property is required. Number
GetVirtualizationVmwareHostResultProductInfo
- Additional
Properties This property is required. string - Build
This property is required. string - Class
Id This property is required. string - Nr
Version This property is required. string - Object
Type This property is required. string - Product
Name This property is required. string - Product
Type This property is required. string - Product
Vendor This property is required. string
- Additional
Properties This property is required. string - Build
This property is required. string - Class
Id This property is required. string - Nr
Version This property is required. string - Object
Type This property is required. string - Product
Name This property is required. string - Product
Type This property is required. string - Product
Vendor This property is required. string
- additional
Properties This property is required. String - build
This property is required. String - class
Id This property is required. String - nr
Version This property is required. String - object
Type This property is required. String - product
Name This property is required. String - product
Type This property is required. String - product
Vendor This property is required. String
- additional
Properties This property is required. string - build
This property is required. string - class
Id This property is required. string - nr
Version This property is required. string - object
Type This property is required. string - product
Name This property is required. string - product
Type This property is required. string - product
Vendor This property is required. string
- additional_
properties This property is required. str - build
This property is required. str - class_
id This property is required. str - nr_
version This property is required. str - object_
type This property is required. str - product_
name This property is required. str - product_
type This property is required. str - product_
vendor This property is required. str
- additional
Properties This property is required. String - build
This property is required. String - class
Id This property is required. String - nr
Version This property is required. String - object
Type This property is required. String - product
Name This property is required. String - product
Type This property is required. String - product
Vendor This property is required. String
GetVirtualizationVmwareHostResultRegisteredDevice
- Additional
Properties This property is required. string - Class
Id This property is required. string - Moid
This property is required. string - The unique identifier of this Managed Object instance.
- Object
Type This property is required. string - Selector
This property is required. string
- Additional
Properties This property is required. string - Class
Id This property is required. string - Moid
This property is required. string - The unique identifier of this Managed Object instance.
- Object
Type This property is required. string - Selector
This property is required. string
- additional
Properties This property is required. String - class
Id This property is required. String - moid
This property is required. String - The unique identifier of this Managed Object instance.
- object
Type This property is required. String - selector
This property is required. String
- additional
Properties This property is required. string - class
Id This property is required. string - moid
This property is required. string - The unique identifier of this Managed Object instance.
- object
Type This property is required. string - selector
This property is required. string
- additional_
properties This property is required. str - class_
id This property is required. str - moid
This property is required. str - The unique identifier of this Managed Object instance.
- object_
type This property is required. str - selector
This property is required. str
- additional
Properties This property is required. String - class
Id This property is required. String - moid
This property is required. String - The unique identifier of this Managed Object instance.
- object
Type This property is required. String - selector
This property is required. String
GetVirtualizationVmwareHostResultResourceConsumed
- Additional
Properties This property is required. string - Class
Id This property is required. string - Cpu
Consumed This property is required. double - Memory
Consumed This property is required. double - Object
Type This property is required. string
- Additional
Properties This property is required. string - Class
Id This property is required. string - Cpu
Consumed This property is required. float64 - Memory
Consumed This property is required. float64 - Object
Type This property is required. string
- additional
Properties This property is required. String - class
Id This property is required. String - cpu
Consumed This property is required. Double - memory
Consumed This property is required. Double - object
Type This property is required. String
- additional
Properties This property is required. string - class
Id This property is required. string - cpu
Consumed This property is required. number - memory
Consumed This property is required. number - object
Type This property is required. string
- additional_
properties This property is required. str - class_
id This property is required. str - cpu_
consumed This property is required. float - memory_
consumed This property is required. float - object_
type This property is required. str
- additional
Properties This property is required. String - class
Id This property is required. String - cpu
Consumed This property is required. Number - memory
Consumed This property is required. Number - object
Type This property is required. String
GetVirtualizationVmwareHostResultServer
- Additional
Properties This property is required. string - Class
Id This property is required. string - Moid
This property is required. string - The unique identifier of this Managed Object instance.
- Object
Type This property is required. string - Selector
This property is required. string
- Additional
Properties This property is required. string - Class
Id This property is required. string - Moid
This property is required. string - The unique identifier of this Managed Object instance.
- Object
Type This property is required. string - Selector
This property is required. string
- additional
Properties This property is required. String - class
Id This property is required. String - moid
This property is required. String - The unique identifier of this Managed Object instance.
- object
Type This property is required. String - selector
This property is required. String
- additional
Properties This property is required. string - class
Id This property is required. string - moid
This property is required. string - The unique identifier of this Managed Object instance.
- object
Type This property is required. string - selector
This property is required. string
- additional_
properties This property is required. str - class_
id This property is required. str - moid
This property is required. str - The unique identifier of this Managed Object instance.
- object_
type This property is required. str - selector
This property is required. str
- additional
Properties This property is required. String - class
Id This property is required. String - moid
This property is required. String - The unique identifier of this Managed Object instance.
- object
Type This property is required. String - selector
This property is required. String
GetVirtualizationVmwareHostResultTag
- Additional
Properties This property is required. string - Key
This property is required. string - Value
This property is required. string
- Additional
Properties This property is required. string - Key
This property is required. string - Value
This property is required. string
- additional
Properties This property is required. String - key
This property is required. String - value
This property is required. String
- additional
Properties This property is required. string - key
This property is required. string - value
This property is required. string
- additional_
properties This property is required. str - key
This property is required. str - value
This property is required. str
- additional
Properties This property is required. String - key
This property is required. String - value
This property is required. String
GetVirtualizationVmwareHostResultVersionContext
- Additional
Properties This property is required. string - Class
Id This property is required. string - Interested
Mos This property is required. List<GetVirtualization Vmware Host Result Version Context Interested Mo> - Marked
For Deletion This property is required. bool - Nr
Version This property is required. string - Object
Type This property is required. string - Ref
Mos This property is required. List<GetVirtualization Vmware Host Result Version Context Ref Mo> - Timestamp
This property is required. string - Version
Type This property is required. string
- Additional
Properties This property is required. string - Class
Id This property is required. string - Interested
Mos This property is required. []GetVirtualization Vmware Host Result Version Context Interested Mo - Marked
For Deletion This property is required. bool - Nr
Version This property is required. string - Object
Type This property is required. string - Ref
Mos This property is required. []GetVirtualization Vmware Host Result Version Context Ref Mo - Timestamp
This property is required. string - Version
Type This property is required. string
- additional
Properties This property is required. String - class
Id This property is required. String - interested
Mos This property is required. List<GetVirtualization Vmware Host Result Version Context Interested Mo> - marked
For Deletion This property is required. Boolean - nr
Version This property is required. String - object
Type This property is required. String - ref
Mos This property is required. List<GetVirtualization Vmware Host Result Version Context Ref Mo> - timestamp
This property is required. String - version
Type This property is required. String
- additional
Properties This property is required. string - class
Id This property is required. string - interested
Mos This property is required. GetVirtualization Vmware Host Result Version Context Interested Mo[] - marked
For Deletion This property is required. boolean - nr
Version This property is required. string - object
Type This property is required. string - ref
Mos This property is required. GetVirtualization Vmware Host Result Version Context Ref Mo[] - timestamp
This property is required. string - version
Type This property is required. string
- additional_
properties This property is required. str - class_
id This property is required. str - interested_
mos This property is required. Sequence[GetVirtualization Vmware Host Result Version Context Interested Mo] - marked_
for_ deletion This property is required. bool - nr_
version This property is required. str - object_
type This property is required. str - ref_
mos This property is required. Sequence[GetVirtualization Vmware Host Result Version Context Ref Mo] - timestamp
This property is required. str - version_
type This property is required. str
- additional
Properties This property is required. String - class
Id This property is required. String - interested
Mos This property is required. List<Property Map> - marked
For Deletion This property is required. Boolean - nr
Version This property is required. String - object
Type This property is required. String - ref
Mos This property is required. List<Property Map> - timestamp
This property is required. String - version
Type This property is required. String
GetVirtualizationVmwareHostResultVersionContextInterestedMo
- Additional
Properties This property is required. string - Class
Id This property is required. string - Moid
This property is required. string - The unique identifier of this Managed Object instance.
- Object
Type This property is required. string - Selector
This property is required. string
- Additional
Properties This property is required. string - Class
Id This property is required. string - Moid
This property is required. string - The unique identifier of this Managed Object instance.
- Object
Type This property is required. string - Selector
This property is required. string
- additional
Properties This property is required. String - class
Id This property is required. String - moid
This property is required. String - The unique identifier of this Managed Object instance.
- object
Type This property is required. String - selector
This property is required. String
- additional
Properties This property is required. string - class
Id This property is required. string - moid
This property is required. string - The unique identifier of this Managed Object instance.
- object
Type This property is required. string - selector
This property is required. string
- additional_
properties This property is required. str - class_
id This property is required. str - moid
This property is required. str - The unique identifier of this Managed Object instance.
- object_
type This property is required. str - selector
This property is required. str
- additional
Properties This property is required. String - class
Id This property is required. String - moid
This property is required. String - The unique identifier of this Managed Object instance.
- object
Type This property is required. String - selector
This property is required. String
GetVirtualizationVmwareHostResultVersionContextRefMo
- Additional
Properties This property is required. string - Class
Id This property is required. string - Moid
This property is required. string - The unique identifier of this Managed Object instance.
- Object
Type This property is required. string - Selector
This property is required. string
- Additional
Properties This property is required. string - Class
Id This property is required. string - Moid
This property is required. string - The unique identifier of this Managed Object instance.
- Object
Type This property is required. string - Selector
This property is required. string
- additional
Properties This property is required. String - class
Id This property is required. String - moid
This property is required. String - The unique identifier of this Managed Object instance.
- object
Type This property is required. String - selector
This property is required. String
- additional
Properties This property is required. string - class
Id This property is required. string - moid
This property is required. string - The unique identifier of this Managed Object instance.
- object
Type This property is required. string - selector
This property is required. string
- additional_
properties This property is required. str - class_
id This property is required. str - moid
This property is required. str - The unique identifier of this Managed Object instance.
- object_
type This property is required. str - selector
This property is required. str
- additional
Properties This property is required. String - class
Id This property is required. String - moid
This property is required. String - The unique identifier of this Managed Object instance.
- object
Type This property is required. String - selector
This property is required. String
GetVirtualizationVmwareHostServer
- Additional
Properties string - Class
Id string - The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- Moid string
- The unique identifier of this Managed Object instance.
- Object
Type string - The fully-qualified name of the remote type referred by this relationship.
- Selector string
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.
- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
- Additional
Properties string - Class
Id string - The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- Moid string
- The unique identifier of this Managed Object instance.
- Object
Type string - The fully-qualified name of the remote type referred by this relationship.
- Selector string
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.
- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
- additional
Properties String - class
Id String - The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- moid String
- The unique identifier of this Managed Object instance.
- object
Type String - The fully-qualified name of the remote type referred by this relationship.
- selector String
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.
- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
- additional
Properties string - class
Id string - The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- moid string
- The unique identifier of this Managed Object instance.
- object
Type string - The fully-qualified name of the remote type referred by this relationship.
- selector string
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.
- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
- additional_
properties str - class_
id str - The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- moid str
- The unique identifier of this Managed Object instance.
- object_
type str - The fully-qualified name of the remote type referred by this relationship.
- selector str
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.
- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
- additional
Properties String - class
Id String - The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- moid String
- The unique identifier of this Managed Object instance.
- object
Type String - The fully-qualified name of the remote type referred by this relationship.
- selector String
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.
- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
GetVirtualizationVmwareHostTag
- Additional
Properties string - Key string
- The string representation of a tag key.
- Value string
- The string representation of a tag value.
- Additional
Properties string - Key string
- The string representation of a tag key.
- Value string
- The string representation of a tag value.
- additional
Properties String - key String
- The string representation of a tag key.
- value String
- The string representation of a tag value.
- additional
Properties string - key string
- The string representation of a tag key.
- value string
- The string representation of a tag value.
- additional_
properties str - key str
- The string representation of a tag key.
- value str
- The string representation of a tag value.
- additional
Properties String - key String
- The string representation of a tag key.
- value String
- The string representation of a tag value.
GetVirtualizationVmwareHostVersionContext
- Additional
Properties string - Class
Id string - The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- Interested
Mos List<GetVirtualization Vmware 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 string - The version of the Managed Object, e.g. an incrementing number or a hash id.
- Object
Type string - The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
- Ref
Mo GetVirtualization Vmware Host Version Context Ref Mo - A reference to the original Managed Object.
- Timestamp string
- The time this versioned Managed Object was created.
- Version
Type string - Specifies type of version. Currently the only supported value is "Configured"
that is used to keep track of snapshots of policies and profiles that are intended
to be configured to target endpoints.
Modified
- Version created every time an object is modified.Configured
- Version created every time an object is configured to the service profile.Deployed
- Version created for objects related to a service profile when it is deployed.
- Additional
Properties string - Class
Id string - The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- Interested
Mos []GetVirtualization Vmware 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 string - The version of the Managed Object, e.g. an incrementing number or a hash id.
- Object
Type string - The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
- Ref
Mo GetVirtualization Vmware Host Version Context Ref Mo - A reference to the original Managed Object.
- Timestamp string
- The time this versioned Managed Object was created.
- Version
Type string - Specifies type of version. Currently the only supported value is "Configured"
that is used to keep track of snapshots of policies and profiles that are intended
to be configured to target endpoints.
Modified
- Version created every time an object is modified.Configured
- Version created every time an object is configured to the service profile.Deployed
- Version created for objects related to a service profile when it is deployed.
- additional
Properties String - class
Id String - The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- interested
Mos List<GetVirtualization Vmware Host Version Context Interested Mo> - marked
For BooleanDeletion - The flag to indicate if snapshot is marked for deletion or not. If flag is set then snapshot will be removed after the successful deployment of the policy.
- nr
Version String - The version of the Managed Object, e.g. an incrementing number or a hash id.
- object
Type String - The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
- ref
Mo GetVirtualization Vmware Host Version Context Ref Mo - A reference to the original Managed Object.
- timestamp String
- The time this versioned Managed Object was created.
- version
Type String - Specifies type of version. Currently the only supported value is "Configured"
that is used to keep track of snapshots of policies and profiles that are intended
to be configured to target endpoints.
Modified
- Version created every time an object is modified.Configured
- Version created every time an object is configured to the service profile.Deployed
- Version created for objects related to a service profile when it is deployed.
- additional
Properties string - class
Id string - The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- interested
Mos GetVirtualization Vmware Host Version Context Interested Mo[] - marked
For booleanDeletion - The flag to indicate if snapshot is marked for deletion or not. If flag is set then snapshot will be removed after the successful deployment of the policy.
- nr
Version string - The version of the Managed Object, e.g. an incrementing number or a hash id.
- object
Type string - The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
- ref
Mo GetVirtualization Vmware Host Version Context Ref Mo - A reference to the original Managed Object.
- timestamp string
- The time this versioned Managed Object was created.
- version
Type string - Specifies type of version. Currently the only supported value is "Configured"
that is used to keep track of snapshots of policies and profiles that are intended
to be configured to target endpoints.
Modified
- Version created every time an object is modified.Configured
- Version created every time an object is configured to the service profile.Deployed
- Version created for objects related to a service profile when it is deployed.
- additional_
properties str - class_
id str - The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- interested_
mos Sequence[GetVirtualization Vmware 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.
- additional
Properties String - class
Id String - The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- interested
Mos List<Property Map> - marked
For BooleanDeletion - The flag to indicate if snapshot is marked for deletion or not. If flag is set then snapshot will be removed after the successful deployment of the policy.
- nr
Version String - The version of the Managed Object, e.g. an incrementing number or a hash id.
- object
Type String - The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
- ref
Mo Property Map - A reference to the original Managed Object.
- timestamp String
- The time this versioned Managed Object was created.
- version
Type String - Specifies type of version. Currently the only supported value is "Configured"
that is used to keep track of snapshots of policies and profiles that are intended
to be configured to target endpoints.
Modified
- Version created every time an object is modified.Configured
- Version created every time an object is configured to the service profile.Deployed
- Version created for objects related to a service profile when it is deployed.
GetVirtualizationVmwareHostVersionContextInterestedMo
- Additional
Properties string - Class
Id string - The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- Moid string
- The unique identifier of this Managed Object instance.
- Object
Type string - The fully-qualified name of the remote type referred by this relationship.
- Selector string
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.
- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
- Additional
Properties string - Class
Id string - The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- Moid string
- The unique identifier of this Managed Object instance.
- Object
Type string - The fully-qualified name of the remote type referred by this relationship.
- Selector string
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.
- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
- additional
Properties String - class
Id String - The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- moid String
- The unique identifier of this Managed Object instance.
- object
Type String - The fully-qualified name of the remote type referred by this relationship.
- selector String
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.
- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
- additional
Properties string - class
Id string - The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- moid string
- The unique identifier of this Managed Object instance.
- object
Type string - The fully-qualified name of the remote type referred by this relationship.
- selector string
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.
- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
- additional_
properties str - class_
id str - The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- moid str
- The unique identifier of this Managed Object instance.
- object_
type str - The fully-qualified name of the remote type referred by this relationship.
- selector str
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.
- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
- additional
Properties String - class
Id String - The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- moid String
- The unique identifier of this Managed Object instance.
- object
Type String - The fully-qualified name of the remote type referred by this relationship.
- selector String
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.
- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
GetVirtualizationVmwareHostVersionContextRefMo
- Additional
Properties string - Class
Id string - The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- Moid string
- The unique identifier of this Managed Object instance.
- Object
Type string - The fully-qualified name of the remote type referred by this relationship.
- Selector string
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.
- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
- Additional
Properties string - Class
Id string - The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- Moid string
- The unique identifier of this Managed Object instance.
- Object
Type string - The fully-qualified name of the remote type referred by this relationship.
- Selector string
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.
- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
- additional
Properties String - class
Id String - The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- moid String
- The unique identifier of this Managed Object instance.
- object
Type String - The fully-qualified name of the remote type referred by this relationship.
- selector String
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.
- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
- additional
Properties string - class
Id string - The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- moid string
- The unique identifier of this Managed Object instance.
- object
Type string - The fully-qualified name of the remote type referred by this relationship.
- selector string
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.
- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
- additional_
properties str - class_
id str - The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- moid str
- The unique identifier of this Managed Object instance.
- object_
type str - The fully-qualified name of the remote type referred by this relationship.
- selector str
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.
- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
- additional
Properties String - class
Id String - The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- moid String
- The unique identifier of this Managed Object instance.
- object
Type String - The fully-qualified name of the remote type referred by this relationship.
- selector String
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.
- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
Package Details
- Repository
- intersight ciscodevnet/terraform-provider-intersight
- License
- Notes
- This Pulumi package is based on the
intersight
Terraform Provider.
intersight 1.0.63 published on Wednesday, Apr 16, 2025 by ciscodevnet