intersight 1.0.64 published on Wednesday, Apr 30, 2025 by ciscodevnet
intersight.getVirtualizationHost
Explore with Pulumi AI
intersight 1.0.64 published on Wednesday, Apr 30, 2025 by ciscodevnet
Depicts operations to control the life cycle of a Hypervisor Host.
Using getVirtualizationHost
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 getVirtualizationHost(args: GetVirtualizationHostArgs, opts?: InvokeOptions): Promise<GetVirtualizationHostResult>
function getVirtualizationHostOutput(args: GetVirtualizationHostOutputArgs, opts?: InvokeOptions): Output<GetVirtualizationHostResult>
def get_virtualization_host(account_moid: Optional[str] = None,
action: Optional[str] = None,
additional_properties: Optional[str] = None,
ancestors: Optional[Sequence[GetVirtualizationHostAncestor]] = None,
class_id: Optional[str] = None,
create_time: Optional[str] = None,
discovered: Optional[bool] = None,
domain_group_moid: Optional[str] = None,
evacuate: Optional[bool] = None,
host_config: Optional[GetVirtualizationHostHostConfig] = None,
hypervisor_type: Optional[str] = None,
id: Optional[str] = None,
identity: Optional[str] = None,
inventory: Optional[GetVirtualizationHostInventory] = None,
maintenance_state: Optional[str] = None,
mod_time: Optional[str] = None,
model: Optional[str] = None,
moid: Optional[str] = None,
name: Optional[str] = None,
object_type: Optional[str] = None,
owners: Optional[Sequence[str]] = None,
parent: Optional[GetVirtualizationHostParent] = None,
permission_resources: Optional[Sequence[GetVirtualizationHostPermissionResource]] = None,
registered_device: Optional[GetVirtualizationHostRegisteredDevice] = None,
serial: Optional[str] = None,
shared_scope: Optional[str] = None,
tags: Optional[Sequence[GetVirtualizationHostTag]] = None,
vendor: Optional[str] = None,
version_context: Optional[GetVirtualizationHostVersionContext] = None,
workflow_info: Optional[GetVirtualizationHostWorkflowInfo] = None,
opts: Optional[InvokeOptions] = None) -> GetVirtualizationHostResult
def get_virtualization_host_output(account_moid: Optional[pulumi.Input[str]] = None,
action: Optional[pulumi.Input[str]] = None,
additional_properties: Optional[pulumi.Input[str]] = None,
ancestors: Optional[pulumi.Input[Sequence[pulumi.Input[GetVirtualizationHostAncestorArgs]]]] = None,
class_id: Optional[pulumi.Input[str]] = None,
create_time: Optional[pulumi.Input[str]] = None,
discovered: Optional[pulumi.Input[bool]] = None,
domain_group_moid: Optional[pulumi.Input[str]] = None,
evacuate: Optional[pulumi.Input[bool]] = None,
host_config: Optional[pulumi.Input[GetVirtualizationHostHostConfigArgs]] = None,
hypervisor_type: Optional[pulumi.Input[str]] = None,
id: Optional[pulumi.Input[str]] = None,
identity: Optional[pulumi.Input[str]] = None,
inventory: Optional[pulumi.Input[GetVirtualizationHostInventoryArgs]] = None,
maintenance_state: Optional[pulumi.Input[str]] = 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,
object_type: Optional[pulumi.Input[str]] = None,
owners: Optional[pulumi.Input[Sequence[pulumi.Input[str]]]] = None,
parent: Optional[pulumi.Input[GetVirtualizationHostParentArgs]] = None,
permission_resources: Optional[pulumi.Input[Sequence[pulumi.Input[GetVirtualizationHostPermissionResourceArgs]]]] = None,
registered_device: Optional[pulumi.Input[GetVirtualizationHostRegisteredDeviceArgs]] = None,
serial: Optional[pulumi.Input[str]] = None,
shared_scope: Optional[pulumi.Input[str]] = None,
tags: Optional[pulumi.Input[Sequence[pulumi.Input[GetVirtualizationHostTagArgs]]]] = None,
vendor: Optional[pulumi.Input[str]] = None,
version_context: Optional[pulumi.Input[GetVirtualizationHostVersionContextArgs]] = None,
workflow_info: Optional[pulumi.Input[GetVirtualizationHostWorkflowInfoArgs]] = None,
opts: Optional[InvokeOptions] = None) -> Output[GetVirtualizationHostResult]
func LookupVirtualizationHost(ctx *Context, args *LookupVirtualizationHostArgs, opts ...InvokeOption) (*LookupVirtualizationHostResult, error)
func LookupVirtualizationHostOutput(ctx *Context, args *LookupVirtualizationHostOutputArgs, opts ...InvokeOption) LookupVirtualizationHostResultOutput
> Note: This function is named LookupVirtualizationHost
in the Go SDK.
public static class GetVirtualizationHost
{
public static Task<GetVirtualizationHostResult> InvokeAsync(GetVirtualizationHostArgs args, InvokeOptions? opts = null)
public static Output<GetVirtualizationHostResult> Invoke(GetVirtualizationHostInvokeArgs args, InvokeOptions? opts = null)
}
public static CompletableFuture<GetVirtualizationHostResult> getVirtualizationHost(GetVirtualizationHostArgs args, InvokeOptions options)
public static Output<GetVirtualizationHostResult> getVirtualizationHost(GetVirtualizationHostArgs args, InvokeOptions options)
fn::invoke:
function: intersight:index/getVirtualizationHost:getVirtualizationHost
arguments:
# arguments dictionary
The following arguments are supported:
- Account
Moid string - The Account ID for this managed object.
- Action string
- Action to be performed on a host (Create, PowerState, Migrate, Clone etc).*
None
- A place holder for the default value.*EnterMaintenanceMode
- Put a host into maintenance mode.*ExitMaintenanceMode
- Put a host into active mode.*PowerOffStorageController
- Power off HyperFlex storage controller node running on selected hypervisor host.*PowerOnStorageController
- Power on HyperFlex storage controller node running on selected hypervisor host. - Additional
Properties string - Ancestors
List<Get
Virtualization Host Ancestor> - Class
Id string - Create
Time string - The time when this managed object was created.
- Discovered bool
- Flag to indicate whether the configuration is created from inventory object.
- Domain
Group stringMoid - The DomainGroup ID for this managed object.
- Evacuate bool
- If true, move powered-off and suspended virtual machines to other hosts in the cluster.
- Host
Config GetVirtualization Host Host Config - Hypervisor
Type string - Identifies the broad product type of the hypervisor but without any version information. It is here to easily identify the type of the virtual machine. There are other entities (Host, Cluster, etc.) that can be indirectly used to determine the hypervisor but a direct attribute makes it easier to work with.*
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
- Unique identifier assigned to the hypervisor host.
- Inventory
Get
Virtualization Host Inventory - Maintenance
State string - Expected state of host. An action on the host (e.g., Enter Maintenance) may cause the host to be put into maintenance mode.*
None
- A place holder for the default value.*Enter
- Power action is performed on the virtual machine.*Exit
- The virtual machine will be migrated from existing node to a different node in cluster. The behavior depends on the underlying hypervisor. - 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 the hypervisor host. It must be unique within the target endpoint.
- Object
Type string - Owners List<string>
- Parent
Get
Virtualization Host Parent - Permission
Resources List<GetVirtualization Host Permission Resource> - Registered
Device GetVirtualization Host Registered Device - Serial string
- Serial number of this host (internally generated).
- 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.
- List<Get
Virtualization Host Tag> - Vendor string
- Commercial vendor details of this hardware.
- Version
Context GetVirtualization Host Version Context - Workflow
Info GetVirtualization Host Workflow Info
- Account
Moid string - The Account ID for this managed object.
- Action string
- Action to be performed on a host (Create, PowerState, Migrate, Clone etc).*
None
- A place holder for the default value.*EnterMaintenanceMode
- Put a host into maintenance mode.*ExitMaintenanceMode
- Put a host into active mode.*PowerOffStorageController
- Power off HyperFlex storage controller node running on selected hypervisor host.*PowerOnStorageController
- Power on HyperFlex storage controller node running on selected hypervisor host. - Additional
Properties string - Ancestors
[]Get
Virtualization Host Ancestor - Class
Id string - Create
Time string - The time when this managed object was created.
- Discovered bool
- Flag to indicate whether the configuration is created from inventory object.
- Domain
Group stringMoid - The DomainGroup ID for this managed object.
- Evacuate bool
- If true, move powered-off and suspended virtual machines to other hosts in the cluster.
- Host
Config GetVirtualization Host Host Config - Hypervisor
Type string - Identifies the broad product type of the hypervisor but without any version information. It is here to easily identify the type of the virtual machine. There are other entities (Host, Cluster, etc.) that can be indirectly used to determine the hypervisor but a direct attribute makes it easier to work with.*
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
- Unique identifier assigned to the hypervisor host.
- Inventory
Get
Virtualization Host Inventory - Maintenance
State string - Expected state of host. An action on the host (e.g., Enter Maintenance) may cause the host to be put into maintenance mode.*
None
- A place holder for the default value.*Enter
- Power action is performed on the virtual machine.*Exit
- The virtual machine will be migrated from existing node to a different node in cluster. The behavior depends on the underlying hypervisor. - 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 the hypervisor host. It must be unique within the target endpoint.
- Object
Type string - Owners []string
- Parent
Get
Virtualization Host Parent - Permission
Resources []GetVirtualization Host Permission Resource - Registered
Device GetVirtualization Host Registered Device - Serial string
- Serial number of this host (internally generated).
- 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.
- []Get
Virtualization Host Tag - Vendor string
- Commercial vendor details of this hardware.
- Version
Context GetVirtualization Host Version Context - Workflow
Info GetVirtualization Host Workflow Info
- account
Moid String - The Account ID for this managed object.
- action String
- Action to be performed on a host (Create, PowerState, Migrate, Clone etc).*
None
- A place holder for the default value.*EnterMaintenanceMode
- Put a host into maintenance mode.*ExitMaintenanceMode
- Put a host into active mode.*PowerOffStorageController
- Power off HyperFlex storage controller node running on selected hypervisor host.*PowerOnStorageController
- Power on HyperFlex storage controller node running on selected hypervisor host. - additional
Properties String - ancestors
List<Get
Virtualization Host Ancestor> - class
Id String - create
Time String - The time when this managed object was created.
- discovered Boolean
- Flag to indicate whether the configuration is created from inventory object.
- domain
Group StringMoid - The DomainGroup ID for this managed object.
- evacuate Boolean
- If true, move powered-off and suspended virtual machines to other hosts in the cluster.
- host
Config GetVirtualization Host Host Config - hypervisor
Type String - Identifies the broad product type of the hypervisor but without any version information. It is here to easily identify the type of the virtual machine. There are other entities (Host, Cluster, etc.) that can be indirectly used to determine the hypervisor but a direct attribute makes it easier to work with.*
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
- Unique identifier assigned to the hypervisor host.
- inventory
Get
Virtualization Host Inventory - maintenance
State String - Expected state of host. An action on the host (e.g., Enter Maintenance) may cause the host to be put into maintenance mode.*
None
- A place holder for the default value.*Enter
- Power action is performed on the virtual machine.*Exit
- The virtual machine will be migrated from existing node to a different node in cluster. The behavior depends on the underlying hypervisor. - 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 the hypervisor host. It must be unique within the target endpoint.
- object
Type String - owners List<String>
- parent
Get
Virtualization Host Parent - permission
Resources List<GetVirtualization Host Permission Resource> - registered
Device GetVirtualization Host Registered Device - serial String
- Serial number of this host (internally generated).
- 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.
- List<Get
Virtualization Host Tag> - vendor String
- Commercial vendor details of this hardware.
- version
Context GetVirtualization Host Version Context - workflow
Info GetVirtualization Host Workflow Info
- account
Moid string - The Account ID for this managed object.
- action string
- Action to be performed on a host (Create, PowerState, Migrate, Clone etc).*
None
- A place holder for the default value.*EnterMaintenanceMode
- Put a host into maintenance mode.*ExitMaintenanceMode
- Put a host into active mode.*PowerOffStorageController
- Power off HyperFlex storage controller node running on selected hypervisor host.*PowerOnStorageController
- Power on HyperFlex storage controller node running on selected hypervisor host. - additional
Properties string - ancestors
Get
Virtualization Host Ancestor[] - class
Id string - create
Time string - The time when this managed object was created.
- discovered boolean
- Flag to indicate whether the configuration is created from inventory object.
- domain
Group stringMoid - The DomainGroup ID for this managed object.
- evacuate boolean
- If true, move powered-off and suspended virtual machines to other hosts in the cluster.
- host
Config GetVirtualization Host Host Config - hypervisor
Type string - Identifies the broad product type of the hypervisor but without any version information. It is here to easily identify the type of the virtual machine. There are other entities (Host, Cluster, etc.) that can be indirectly used to determine the hypervisor but a direct attribute makes it easier to work with.*
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
- Unique identifier assigned to the hypervisor host.
- inventory
Get
Virtualization Host Inventory - maintenance
State string - Expected state of host. An action on the host (e.g., Enter Maintenance) may cause the host to be put into maintenance mode.*
None
- A place holder for the default value.*Enter
- Power action is performed on the virtual machine.*Exit
- The virtual machine will be migrated from existing node to a different node in cluster. The behavior depends on the underlying hypervisor. - 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 the hypervisor host. It must be unique within the target endpoint.
- object
Type string - owners string[]
- parent
Get
Virtualization Host Parent - permission
Resources GetVirtualization Host Permission Resource[] - registered
Device GetVirtualization Host Registered Device - serial string
- Serial number of this host (internally generated).
- 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.
- Get
Virtualization Host Tag[] - vendor string
- Commercial vendor details of this hardware.
- version
Context GetVirtualization Host Version Context - workflow
Info GetVirtualization Host Workflow Info
- account_
moid str - The Account ID for this managed object.
- action str
- Action to be performed on a host (Create, PowerState, Migrate, Clone etc).*
None
- A place holder for the default value.*EnterMaintenanceMode
- Put a host into maintenance mode.*ExitMaintenanceMode
- Put a host into active mode.*PowerOffStorageController
- Power off HyperFlex storage controller node running on selected hypervisor host.*PowerOnStorageController
- Power on HyperFlex storage controller node running on selected hypervisor host. - additional_
properties str - ancestors
Sequence[Get
Virtualization Host Ancestor] - class_
id str - create_
time str - The time when this managed object was created.
- discovered bool
- Flag to indicate whether the configuration is created from inventory object.
- domain_
group_ strmoid - The DomainGroup ID for this managed object.
- evacuate bool
- If true, move powered-off and suspended virtual machines to other hosts in the cluster.
- host_
config GetVirtualization Host Host Config - hypervisor_
type str - Identifies the broad product type of the hypervisor but without any version information. It is here to easily identify the type of the virtual machine. There are other entities (Host, Cluster, etc.) that can be indirectly used to determine the hypervisor but a direct attribute makes it easier to work with.*
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
- Unique identifier assigned to the hypervisor host.
- inventory
Get
Virtualization Host Inventory - maintenance_
state str - Expected state of host. An action on the host (e.g., Enter Maintenance) may cause the host to be put into maintenance mode.*
None
- A place holder for the default value.*Enter
- Power action is performed on the virtual machine.*Exit
- The virtual machine will be migrated from existing node to a different node in cluster. The behavior depends on the underlying hypervisor. - 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 the hypervisor host. It must be unique within the target endpoint.
- object_
type str - owners Sequence[str]
- parent
Get
Virtualization Host Parent - permission_
resources Sequence[GetVirtualization Host Permission Resource] - registered_
device GetVirtualization Host Registered Device - serial str
- Serial number of this host (internally generated).
- 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.
- Sequence[Get
Virtualization Host Tag] - vendor str
- Commercial vendor details of this hardware.
- version_
context GetVirtualization Host Version Context - workflow_
info GetVirtualization Host Workflow Info
- account
Moid String - The Account ID for this managed object.
- action String
- Action to be performed on a host (Create, PowerState, Migrate, Clone etc).*
None
- A place holder for the default value.*EnterMaintenanceMode
- Put a host into maintenance mode.*ExitMaintenanceMode
- Put a host into active mode.*PowerOffStorageController
- Power off HyperFlex storage controller node running on selected hypervisor host.*PowerOnStorageController
- Power on HyperFlex storage controller node running on selected hypervisor host. - additional
Properties String - ancestors List<Property Map>
- class
Id String - create
Time String - The time when this managed object was created.
- discovered Boolean
- Flag to indicate whether the configuration is created from inventory object.
- domain
Group StringMoid - The DomainGroup ID for this managed object.
- evacuate Boolean
- If true, move powered-off and suspended virtual machines to other hosts in the cluster.
- host
Config Property Map - hypervisor
Type String - Identifies the broad product type of the hypervisor but without any version information. It is here to easily identify the type of the virtual machine. There are other entities (Host, Cluster, etc.) that can be indirectly used to determine the hypervisor but a direct attribute makes it easier to work with.*
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
- Unique identifier assigned to the hypervisor host.
- inventory Property Map
- maintenance
State String - Expected state of host. An action on the host (e.g., Enter Maintenance) may cause the host to be put into maintenance mode.*
None
- A place holder for the default value.*Enter
- Power action is performed on the virtual machine.*Exit
- The virtual machine will be migrated from existing node to a different node in cluster. The behavior depends on the underlying hypervisor. - 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 the hypervisor host. It must be unique within the target endpoint.
- object
Type String - owners List<String>
- parent Property Map
- permission
Resources List<Property Map> - registered
Device Property Map - serial String
- Serial number of this host (internally generated).
- 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.
- List<Property Map>
- vendor String
- Commercial vendor details of this hardware.
- version
Context Property Map - workflow
Info Property Map
getVirtualizationHost Result
The following output properties are available:
- Id string
- Results
List<Get
Virtualization Host Result> - Account
Moid string - Action string
- Additional
Properties string - Ancestors
List<Get
Virtualization Host Ancestor> - Class
Id string - Create
Time string - Discovered bool
- Domain
Group stringMoid - Evacuate bool
- Host
Config GetVirtualization Host Host Config - Hypervisor
Type string - Identity string
- Inventory
Get
Virtualization Host Inventory - Maintenance
State string - Mod
Time string - Model string
- Moid string
- Name string
- Object
Type string - Owners List<string>
- Parent
Get
Virtualization Host Parent - Permission
Resources List<GetVirtualization Host Permission Resource> - Registered
Device GetVirtualization Host Registered Device - Serial string
- string
- List<Get
Virtualization Host Tag> - Vendor string
- Version
Context GetVirtualization Host Version Context - Workflow
Info GetVirtualization Host Workflow Info
- Id string
- Results
[]Get
Virtualization Host Result - Account
Moid string - Action string
- Additional
Properties string - Ancestors
[]Get
Virtualization Host Ancestor - Class
Id string - Create
Time string - Discovered bool
- Domain
Group stringMoid - Evacuate bool
- Host
Config GetVirtualization Host Host Config - Hypervisor
Type string - Identity string
- Inventory
Get
Virtualization Host Inventory - Maintenance
State string - Mod
Time string - Model string
- Moid string
- Name string
- Object
Type string - Owners []string
- Parent
Get
Virtualization Host Parent - Permission
Resources []GetVirtualization Host Permission Resource - Registered
Device GetVirtualization Host Registered Device - Serial string
- string
- []Get
Virtualization Host Tag - Vendor string
- Version
Context GetVirtualization Host Version Context - Workflow
Info GetVirtualization Host Workflow Info
- id String
- results
List<Get
Virtualization Host Result> - account
Moid String - action String
- additional
Properties String - ancestors
List<Get
Virtualization Host Ancestor> - class
Id String - create
Time String - discovered Boolean
- domain
Group StringMoid - evacuate Boolean
- host
Config GetVirtualization Host Host Config - hypervisor
Type String - identity String
- inventory
Get
Virtualization Host Inventory - maintenance
State String - mod
Time String - model String
- moid String
- name String
- object
Type String - owners List<String>
- parent
Get
Virtualization Host Parent - permission
Resources List<GetVirtualization Host Permission Resource> - registered
Device GetVirtualization Host Registered Device - serial String
- String
- List<Get
Virtualization Host Tag> - vendor String
- version
Context GetVirtualization Host Version Context - workflow
Info GetVirtualization Host Workflow Info
- id string
- results
Get
Virtualization Host Result[] - account
Moid string - action string
- additional
Properties string - ancestors
Get
Virtualization Host Ancestor[] - class
Id string - create
Time string - discovered boolean
- domain
Group stringMoid - evacuate boolean
- host
Config GetVirtualization Host Host Config - hypervisor
Type string - identity string
- inventory
Get
Virtualization Host Inventory - maintenance
State string - mod
Time string - model string
- moid string
- name string
- object
Type string - owners string[]
- parent
Get
Virtualization Host Parent - permission
Resources GetVirtualization Host Permission Resource[] - registered
Device GetVirtualization Host Registered Device - serial string
- string
- Get
Virtualization Host Tag[] - vendor string
- version
Context GetVirtualization Host Version Context - workflow
Info GetVirtualization Host Workflow Info
- id str
- results
Sequence[Get
Virtualization Host Result] - account_
moid str - action str
- additional_
properties str - ancestors
Sequence[Get
Virtualization Host Ancestor] - class_
id str - create_
time str - discovered bool
- domain_
group_ strmoid - evacuate bool
- host_
config GetVirtualization Host Host Config - hypervisor_
type str - identity str
- inventory
Get
Virtualization Host Inventory - maintenance_
state str - mod_
time str - model str
- moid str
- name str
- object_
type str - owners Sequence[str]
- parent
Get
Virtualization Host Parent - permission_
resources Sequence[GetVirtualization Host Permission Resource] - registered_
device GetVirtualization Host Registered Device - serial str
- str
- Sequence[Get
Virtualization Host Tag] - vendor str
- version_
context GetVirtualization Host Version Context - workflow_
info GetVirtualization Host Workflow Info
- id String
- results List<Property Map>
- account
Moid String - action String
- additional
Properties String - ancestors List<Property Map>
- class
Id String - create
Time String - discovered Boolean
- domain
Group StringMoid - evacuate Boolean
- host
Config Property Map - hypervisor
Type String - identity String
- inventory Property Map
- maintenance
State String - mod
Time String - model String
- moid String
- name String
- object
Type String - owners List<String>
- parent Property Map
- permission
Resources List<Property Map> - registered
Device Property Map - serial String
- String
- List<Property Map>
- vendor String
- version
Context Property Map - workflow
Info Property Map
Supporting Types
GetVirtualizationHostAncestor
- 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'.
GetVirtualizationHostHostConfig
- 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. The enum values provides the list of concrete types that can be instantiated from this abstract type.
- Object
Type string - The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property. The enum values provides the list of concrete types that can be instantiated from this abstract type.
- 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. The enum values provides the list of concrete types that can be instantiated from this abstract type.
- Object
Type string - The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property. The enum values provides the list of concrete types that can be instantiated from this abstract type.
- 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. The enum values provides the list of concrete types that can be instantiated from this abstract type.
- object
Type String - The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property. The enum values provides the list of concrete types that can be instantiated from this abstract type.
- 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. The enum values provides the list of concrete types that can be instantiated from this abstract type.
- object
Type string - The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property. The enum values provides the list of concrete types that can be instantiated from this abstract type.
- 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. The enum values provides the list of concrete types that can be instantiated from this abstract type.
- object_
type str - The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property. The enum values provides the list of concrete types that can be instantiated from this abstract type.
- 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. The enum values provides the list of concrete types that can be instantiated from this abstract type.
- object
Type String - The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property. The enum values provides the list of concrete types that can be instantiated from this abstract type.
GetVirtualizationHostInventory
- 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'.
GetVirtualizationHostParent
- 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'.
GetVirtualizationHostPermissionResource
- 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'.
GetVirtualizationHostRegisteredDevice
- 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'.
GetVirtualizationHostResult
- Account
Moid string - The Account ID for this managed object.
- Action string
- Action to be performed on a host (Create, PowerState, Migrate, Clone etc).*
None
- A place holder for the default value.*EnterMaintenanceMode
- Put a host into maintenance mode.*ExitMaintenanceMode
- Put a host into active mode.*PowerOffStorageController
- Power off HyperFlex storage controller node running on selected hypervisor host.*PowerOnStorageController
- Power on HyperFlex storage controller node running on selected hypervisor host. - Additional
Properties string - Ancestors
List<Get
Virtualization Host Result Ancestor> - Class
Id string - Create
Time string - The time when this managed object was created.
- Discovered bool
- Flag to indicate whether the configuration is created from inventory object.
- Domain
Group stringMoid - The DomainGroup ID for this managed object.
- Evacuate bool
- If true, move powered-off and suspended virtual machines to other hosts in the cluster.
- Host
Configs List<GetVirtualization Host Result Host Config> - Hypervisor
Type string - Identifies the broad product type of the hypervisor but without any version information. It is here to easily identify the type of the virtual machine. There are other entities (Host, Cluster, etc.) that can be indirectly used to determine the hypervisor but a direct attribute makes it easier to work with.*
ESXi
- The hypervisor running on the HyperFlex cluster is a Vmware ESXi hypervisor of any version.*Hyper-V
- The hypervisor running on the HyperFlex cluster is Microsoft Hyper-V.*Unknown
- The hypervisor running on the HyperFlex cluster is not known. - Identity string
- Unique identifier assigned to the hypervisor host.
- Inventories
List<Get
Virtualization Host Result Inventory> - Maintenance
State string - Expected state of host. An action on the host (e.g., Enter Maintenance) may cause the host to be put into maintenance mode.*
None
- A place holder for the default value.*Enter
- Power action is performed on the virtual machine.*Exit
- The virtual machine will be migrated from existing node to a different node in cluster. The behavior depends on the underlying hypervisor. - 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 the hypervisor host. It must be unique within the target endpoint.
- Object
Type string - Owners List<string>
- Parents
List<Get
Virtualization Host Result Parent> - Permission
Resources List<GetVirtualization Host Result Permission Resource> - Registered
Devices List<GetVirtualization Host Result Registered Device> - Serial string
- Serial number of this host (internally generated).
- 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.
- List<Get
Virtualization Host Result Tag> - Vendor string
- Commercial vendor details of this hardware.
- Version
Contexts List<GetVirtualization Host Result Version Context> - Workflow
Infos List<GetVirtualization Host Result Workflow Info>
- Account
Moid string - The Account ID for this managed object.
- Action string
- Action to be performed on a host (Create, PowerState, Migrate, Clone etc).*
None
- A place holder for the default value.*EnterMaintenanceMode
- Put a host into maintenance mode.*ExitMaintenanceMode
- Put a host into active mode.*PowerOffStorageController
- Power off HyperFlex storage controller node running on selected hypervisor host.*PowerOnStorageController
- Power on HyperFlex storage controller node running on selected hypervisor host. - Additional
Properties string - Ancestors
[]Get
Virtualization Host Result Ancestor - Class
Id string - Create
Time string - The time when this managed object was created.
- Discovered bool
- Flag to indicate whether the configuration is created from inventory object.
- Domain
Group stringMoid - The DomainGroup ID for this managed object.
- Evacuate bool
- If true, move powered-off and suspended virtual machines to other hosts in the cluster.
- Host
Configs []GetVirtualization Host Result Host Config - Hypervisor
Type string - Identifies the broad product type of the hypervisor but without any version information. It is here to easily identify the type of the virtual machine. There are other entities (Host, Cluster, etc.) that can be indirectly used to determine the hypervisor but a direct attribute makes it easier to work with.*
ESXi
- The hypervisor running on the HyperFlex cluster is a Vmware ESXi hypervisor of any version.*Hyper-V
- The hypervisor running on the HyperFlex cluster is Microsoft Hyper-V.*Unknown
- The hypervisor running on the HyperFlex cluster is not known. - Identity string
- Unique identifier assigned to the hypervisor host.
- Inventories
[]Get
Virtualization Host Result Inventory - Maintenance
State string - Expected state of host. An action on the host (e.g., Enter Maintenance) may cause the host to be put into maintenance mode.*
None
- A place holder for the default value.*Enter
- Power action is performed on the virtual machine.*Exit
- The virtual machine will be migrated from existing node to a different node in cluster. The behavior depends on the underlying hypervisor. - 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 the hypervisor host. It must be unique within the target endpoint.
- Object
Type string - Owners []string
- Parents
[]Get
Virtualization Host Result Parent - Permission
Resources []GetVirtualization Host Result Permission Resource - Registered
Devices []GetVirtualization Host Result Registered Device - Serial string
- Serial number of this host (internally generated).
- 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.
- []Get
Virtualization Host Result Tag - Vendor string
- Commercial vendor details of this hardware.
- Version
Contexts []GetVirtualization Host Result Version Context - Workflow
Infos []GetVirtualization Host Result Workflow Info
- account
Moid String - The Account ID for this managed object.
- action String
- Action to be performed on a host (Create, PowerState, Migrate, Clone etc).*
None
- A place holder for the default value.*EnterMaintenanceMode
- Put a host into maintenance mode.*ExitMaintenanceMode
- Put a host into active mode.*PowerOffStorageController
- Power off HyperFlex storage controller node running on selected hypervisor host.*PowerOnStorageController
- Power on HyperFlex storage controller node running on selected hypervisor host. - additional
Properties String - ancestors
List<Get
Virtualization Host Result Ancestor> - class
Id String - create
Time String - The time when this managed object was created.
- discovered Boolean
- Flag to indicate whether the configuration is created from inventory object.
- domain
Group StringMoid - The DomainGroup ID for this managed object.
- evacuate Boolean
- If true, move powered-off and suspended virtual machines to other hosts in the cluster.
- host
Configs List<GetVirtualization Host Result Host Config> - hypervisor
Type String - Identifies the broad product type of the hypervisor but without any version information. It is here to easily identify the type of the virtual machine. There are other entities (Host, Cluster, etc.) that can be indirectly used to determine the hypervisor but a direct attribute makes it easier to work with.*
ESXi
- The hypervisor running on the HyperFlex cluster is a Vmware ESXi hypervisor of any version.*Hyper-V
- The hypervisor running on the HyperFlex cluster is Microsoft Hyper-V.*Unknown
- The hypervisor running on the HyperFlex cluster is not known. - identity String
- Unique identifier assigned to the hypervisor host.
- inventories
List<Get
Virtualization Host Result Inventory> - maintenance
State String - Expected state of host. An action on the host (e.g., Enter Maintenance) may cause the host to be put into maintenance mode.*
None
- A place holder for the default value.*Enter
- Power action is performed on the virtual machine.*Exit
- The virtual machine will be migrated from existing node to a different node in cluster. The behavior depends on the underlying hypervisor. - 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 the hypervisor host. It must be unique within the target endpoint.
- object
Type String - owners List<String>
- parents
List<Get
Virtualization Host Result Parent> - permission
Resources List<GetVirtualization Host Result Permission Resource> - registered
Devices List<GetVirtualization Host Result Registered Device> - serial String
- Serial number of this host (internally generated).
- 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.
- List<Get
Virtualization Host Result Tag> - vendor String
- Commercial vendor details of this hardware.
- version
Contexts List<GetVirtualization Host Result Version Context> - workflow
Infos List<GetVirtualization Host Result Workflow Info>
- account
Moid string - The Account ID for this managed object.
- action string
- Action to be performed on a host (Create, PowerState, Migrate, Clone etc).*
None
- A place holder for the default value.*EnterMaintenanceMode
- Put a host into maintenance mode.*ExitMaintenanceMode
- Put a host into active mode.*PowerOffStorageController
- Power off HyperFlex storage controller node running on selected hypervisor host.*PowerOnStorageController
- Power on HyperFlex storage controller node running on selected hypervisor host. - additional
Properties string - ancestors
Get
Virtualization Host Result Ancestor[] - class
Id string - create
Time string - The time when this managed object was created.
- discovered boolean
- Flag to indicate whether the configuration is created from inventory object.
- domain
Group stringMoid - The DomainGroup ID for this managed object.
- evacuate boolean
- If true, move powered-off and suspended virtual machines to other hosts in the cluster.
- host
Configs GetVirtualization Host Result Host Config[] - hypervisor
Type string - Identifies the broad product type of the hypervisor but without any version information. It is here to easily identify the type of the virtual machine. There are other entities (Host, Cluster, etc.) that can be indirectly used to determine the hypervisor but a direct attribute makes it easier to work with.*
ESXi
- The hypervisor running on the HyperFlex cluster is a Vmware ESXi hypervisor of any version.*Hyper-V
- The hypervisor running on the HyperFlex cluster is Microsoft Hyper-V.*Unknown
- The hypervisor running on the HyperFlex cluster is not known. - identity string
- Unique identifier assigned to the hypervisor host.
- inventories
Get
Virtualization Host Result Inventory[] - maintenance
State string - Expected state of host. An action on the host (e.g., Enter Maintenance) may cause the host to be put into maintenance mode.*
None
- A place holder for the default value.*Enter
- Power action is performed on the virtual machine.*Exit
- The virtual machine will be migrated from existing node to a different node in cluster. The behavior depends on the underlying hypervisor. - 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 the hypervisor host. It must be unique within the target endpoint.
- object
Type string - owners string[]
- parents
Get
Virtualization Host Result Parent[] - permission
Resources GetVirtualization Host Result Permission Resource[] - registered
Devices GetVirtualization Host Result Registered Device[] - serial string
- Serial number of this host (internally generated).
- 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.
- Get
Virtualization Host Result Tag[] - vendor string
- Commercial vendor details of this hardware.
- version
Contexts GetVirtualization Host Result Version Context[] - workflow
Infos GetVirtualization Host Result Workflow Info[]
- account_
moid str - The Account ID for this managed object.
- action str
- Action to be performed on a host (Create, PowerState, Migrate, Clone etc).*
None
- A place holder for the default value.*EnterMaintenanceMode
- Put a host into maintenance mode.*ExitMaintenanceMode
- Put a host into active mode.*PowerOffStorageController
- Power off HyperFlex storage controller node running on selected hypervisor host.*PowerOnStorageController
- Power on HyperFlex storage controller node running on selected hypervisor host. - additional_
properties str - ancestors
Sequence[Get
Virtualization Host Result Ancestor] - class_
id str - create_
time str - The time when this managed object was created.
- discovered bool
- Flag to indicate whether the configuration is created from inventory object.
- domain_
group_ strmoid - The DomainGroup ID for this managed object.
- evacuate bool
- If true, move powered-off and suspended virtual machines to other hosts in the cluster.
- host_
configs Sequence[GetVirtualization Host Result Host Config] - hypervisor_
type str - Identifies the broad product type of the hypervisor but without any version information. It is here to easily identify the type of the virtual machine. There are other entities (Host, Cluster, etc.) that can be indirectly used to determine the hypervisor but a direct attribute makes it easier to work with.*
ESXi
- The hypervisor running on the HyperFlex cluster is a Vmware ESXi hypervisor of any version.*Hyper-V
- The hypervisor running on the HyperFlex cluster is Microsoft Hyper-V.*Unknown
- The hypervisor running on the HyperFlex cluster is not known. - identity str
- Unique identifier assigned to the hypervisor host.
- inventories
Sequence[Get
Virtualization Host Result Inventory] - maintenance_
state str - Expected state of host. An action on the host (e.g., Enter Maintenance) may cause the host to be put into maintenance mode.*
None
- A place holder for the default value.*Enter
- Power action is performed on the virtual machine.*Exit
- The virtual machine will be migrated from existing node to a different node in cluster. The behavior depends on the underlying hypervisor. - 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 the hypervisor host. It must be unique within the target endpoint.
- object_
type str - owners Sequence[str]
- parents
Sequence[Get
Virtualization Host Result Parent] - permission_
resources Sequence[GetVirtualization Host Result Permission Resource] - registered_
devices Sequence[GetVirtualization Host Result Registered Device] - serial str
- Serial number of this host (internally generated).
- 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.
- Sequence[Get
Virtualization Host Result Tag] - vendor str
- Commercial vendor details of this hardware.
- version_
contexts Sequence[GetVirtualization Host Result Version Context] - workflow_
infos Sequence[GetVirtualization Host Result Workflow Info]
- account
Moid String - The Account ID for this managed object.
- action String
- Action to be performed on a host (Create, PowerState, Migrate, Clone etc).*
None
- A place holder for the default value.*EnterMaintenanceMode
- Put a host into maintenance mode.*ExitMaintenanceMode
- Put a host into active mode.*PowerOffStorageController
- Power off HyperFlex storage controller node running on selected hypervisor host.*PowerOnStorageController
- Power on HyperFlex storage controller node running on selected hypervisor host. - additional
Properties String - ancestors List<Property Map>
- class
Id String - create
Time String - The time when this managed object was created.
- discovered Boolean
- Flag to indicate whether the configuration is created from inventory object.
- domain
Group StringMoid - The DomainGroup ID for this managed object.
- evacuate Boolean
- If true, move powered-off and suspended virtual machines to other hosts in the cluster.
- host
Configs List<Property Map> - hypervisor
Type String - Identifies the broad product type of the hypervisor but without any version information. It is here to easily identify the type of the virtual machine. There are other entities (Host, Cluster, etc.) that can be indirectly used to determine the hypervisor but a direct attribute makes it easier to work with.*
ESXi
- The hypervisor running on the HyperFlex cluster is a Vmware ESXi hypervisor of any version.*Hyper-V
- The hypervisor running on the HyperFlex cluster is Microsoft Hyper-V.*Unknown
- The hypervisor running on the HyperFlex cluster is not known. - identity String
- Unique identifier assigned to the hypervisor host.
- inventories List<Property Map>
- maintenance
State String - Expected state of host. An action on the host (e.g., Enter Maintenance) may cause the host to be put into maintenance mode.*
None
- A place holder for the default value.*Enter
- Power action is performed on the virtual machine.*Exit
- The virtual machine will be migrated from existing node to a different node in cluster. The behavior depends on the underlying hypervisor. - 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 the hypervisor host. It must be unique within the target endpoint.
- object
Type String - owners List<String>
- parents List<Property Map>
- permission
Resources List<Property Map> - registered
Devices List<Property Map> - serial String
- Serial number of this host (internally generated).
- 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.
- List<Property Map>
- vendor String
- Commercial vendor details of this hardware.
- version
Contexts List<Property Map> - workflow
Infos List<Property Map>
GetVirtualizationHostResultAncestor
- Additional
Properties string - Class
Id string - Moid string
- The unique identifier of this Managed Object instance.
- Object
Type string - Selector string
- Additional
Properties string - Class
Id string - Moid string
- The unique identifier of this Managed Object instance.
- Object
Type string - Selector string
- additional
Properties String - class
Id String - moid String
- The unique identifier of this Managed Object instance.
- object
Type String - selector String
- additional
Properties string - class
Id string - moid string
- The unique identifier of this Managed Object instance.
- object
Type string - selector string
- additional_
properties str - class_
id str - moid str
- The unique identifier of this Managed Object instance.
- object_
type str - selector str
- additional
Properties String - class
Id String - moid String
- The unique identifier of this Managed Object instance.
- object
Type String - selector String
GetVirtualizationHostResultHostConfig
- Additional
Properties string - Class
Id string - Object
Type string
- Additional
Properties string - Class
Id string - Object
Type string
- additional
Properties String - class
Id String - object
Type String
- additional
Properties string - class
Id string - object
Type string
- additional_
properties str - class_
id str - object_
type str
- additional
Properties String - class
Id String - object
Type String
GetVirtualizationHostResultInventory
- Additional
Properties string - Class
Id string - Moid string
- The unique identifier of this Managed Object instance.
- Object
Type string - Selector string
- Additional
Properties string - Class
Id string - Moid string
- The unique identifier of this Managed Object instance.
- Object
Type string - Selector string
- additional
Properties String - class
Id String - moid String
- The unique identifier of this Managed Object instance.
- object
Type String - selector String
- additional
Properties string - class
Id string - moid string
- The unique identifier of this Managed Object instance.
- object
Type string - selector string
- additional_
properties str - class_
id str - moid str
- The unique identifier of this Managed Object instance.
- object_
type str - selector str
- additional
Properties String - class
Id String - moid String
- The unique identifier of this Managed Object instance.
- object
Type String - selector String
GetVirtualizationHostResultParent
- Additional
Properties string - Class
Id string - Moid string
- The unique identifier of this Managed Object instance.
- Object
Type string - Selector string
- Additional
Properties string - Class
Id string - Moid string
- The unique identifier of this Managed Object instance.
- Object
Type string - Selector string
- additional
Properties String - class
Id String - moid String
- The unique identifier of this Managed Object instance.
- object
Type String - selector String
- additional
Properties string - class
Id string - moid string
- The unique identifier of this Managed Object instance.
- object
Type string - selector string
- additional_
properties str - class_
id str - moid str
- The unique identifier of this Managed Object instance.
- object_
type str - selector str
- additional
Properties String - class
Id String - moid String
- The unique identifier of this Managed Object instance.
- object
Type String - selector String
GetVirtualizationHostResultPermissionResource
- Additional
Properties string - Class
Id string - Moid string
- The unique identifier of this Managed Object instance.
- Object
Type string - Selector string
- Additional
Properties string - Class
Id string - Moid string
- The unique identifier of this Managed Object instance.
- Object
Type string - Selector string
- additional
Properties String - class
Id String - moid String
- The unique identifier of this Managed Object instance.
- object
Type String - selector String
- additional
Properties string - class
Id string - moid string
- The unique identifier of this Managed Object instance.
- object
Type string - selector string
- additional_
properties str - class_
id str - moid str
- The unique identifier of this Managed Object instance.
- object_
type str - selector str
- additional
Properties String - class
Id String - moid String
- The unique identifier of this Managed Object instance.
- object
Type String - selector String
GetVirtualizationHostResultRegisteredDevice
- Additional
Properties string - Class
Id string - Moid string
- The unique identifier of this Managed Object instance.
- Object
Type string - Selector string
- Additional
Properties string - Class
Id string - Moid string
- The unique identifier of this Managed Object instance.
- Object
Type string - Selector string
- additional
Properties String - class
Id String - moid String
- The unique identifier of this Managed Object instance.
- object
Type String - selector String
- additional
Properties string - class
Id string - moid string
- The unique identifier of this Managed Object instance.
- object
Type string - selector string
- additional_
properties str - class_
id str - moid str
- The unique identifier of this Managed Object instance.
- object_
type str - selector str
- additional
Properties String - class
Id String - moid String
- The unique identifier of this Managed Object instance.
- object
Type String - selector String
GetVirtualizationHostResultTag
- Additional
Properties string - Key string
- Value string
- Additional
Properties string - Key string
- Value string
- additional
Properties String - key String
- value String
- additional
Properties string - key string
- value string
- additional_
properties str - key str
- value str
- additional
Properties String - key String
- value String
GetVirtualizationHostResultVersionContext
- additional
Properties string - class
Id string - interested
Mos GetVirtualization Host Result Version Context Interested Mo[] - marked
For booleanDeletion - nr
Version string - object
Type string - ref
Mos GetVirtualization Host Result Version Context Ref Mo[] - timestamp string
- version
Type string
- additional
Properties String - class
Id String - interested
Mos List<Property Map> - marked
For BooleanDeletion - nr
Version String - object
Type String - ref
Mos List<Property Map> - timestamp String
- version
Type String
GetVirtualizationHostResultVersionContextInterestedMo
- Additional
Properties string - Class
Id string - Moid string
- The unique identifier of this Managed Object instance.
- Object
Type string - Selector string
- Additional
Properties string - Class
Id string - Moid string
- The unique identifier of this Managed Object instance.
- Object
Type string - Selector string
- additional
Properties String - class
Id String - moid String
- The unique identifier of this Managed Object instance.
- object
Type String - selector String
- additional
Properties string - class
Id string - moid string
- The unique identifier of this Managed Object instance.
- object
Type string - selector string
- additional_
properties str - class_
id str - moid str
- The unique identifier of this Managed Object instance.
- object_
type str - selector str
- additional
Properties String - class
Id String - moid String
- The unique identifier of this Managed Object instance.
- object
Type String - selector String
GetVirtualizationHostResultVersionContextRefMo
- Additional
Properties string - Class
Id string - Moid string
- The unique identifier of this Managed Object instance.
- Object
Type string - Selector string
- Additional
Properties string - Class
Id string - Moid string
- The unique identifier of this Managed Object instance.
- Object
Type string - Selector string
- additional
Properties String - class
Id String - moid String
- The unique identifier of this Managed Object instance.
- object
Type String - selector String
- additional
Properties string - class
Id string - moid string
- The unique identifier of this Managed Object instance.
- object
Type string - selector string
- additional_
properties str - class_
id str - moid str
- The unique identifier of this Managed Object instance.
- object_
type str - selector str
- additional
Properties String - class
Id String - moid String
- The unique identifier of this Managed Object instance.
- object
Type String - selector String
GetVirtualizationHostResultWorkflowInfo
- Additional
Properties string - Class
Id string - Moid string
- The unique identifier of this Managed Object instance.
- Object
Type string - Selector string
- Additional
Properties string - Class
Id string - Moid string
- The unique identifier of this Managed Object instance.
- Object
Type string - Selector string
- additional
Properties String - class
Id String - moid String
- The unique identifier of this Managed Object instance.
- object
Type String - selector String
- additional
Properties string - class
Id string - moid string
- The unique identifier of this Managed Object instance.
- object
Type string - selector string
- additional_
properties str - class_
id str - moid str
- The unique identifier of this Managed Object instance.
- object_
type str - selector str
- additional
Properties String - class
Id String - moid String
- The unique identifier of this Managed Object instance.
- object
Type String - selector String
GetVirtualizationHostTag
- 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.
GetVirtualizationHostVersionContext
- 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 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 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 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 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 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 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 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 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 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 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.
GetVirtualizationHostVersionContextInterestedMo
- 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'.
GetVirtualizationHostVersionContextRefMo
- 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'.
GetVirtualizationHostWorkflowInfo
- 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.64 published on Wednesday, Apr 30, 2025 by ciscodevnet