intersight 1.0.65 published on Wednesday, May 7, 2025 by ciscodevnet
intersight.getHyperflexNode
Explore with Pulumi AI
intersight 1.0.65 published on Wednesday, May 7, 2025 by ciscodevnet
A host participating in the cluster. The host consists of a hypervisor installed on a node that manages virtual machines.
Using getHyperflexNode
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 getHyperflexNode(args: GetHyperflexNodeArgs, opts?: InvokeOptions): Promise<GetHyperflexNodeResult>
function getHyperflexNodeOutput(args: GetHyperflexNodeOutputArgs, opts?: InvokeOptions): Output<GetHyperflexNodeResult>def get_hyperflex_node(account_moid: Optional[str] = None,
                       additional_properties: Optional[str] = None,
                       ancestors: Optional[Sequence[GetHyperflexNodeAncestor]] = None,
                       build_number: Optional[str] = None,
                       class_id: Optional[str] = None,
                       cluster: Optional[GetHyperflexNodeCluster] = None,
                       cluster_member: Optional[GetHyperflexNodeClusterMember] = None,
                       create_time: Optional[str] = None,
                       display_version: Optional[str] = None,
                       domain_group_moid: Optional[str] = None,
                       drives: Optional[Sequence[GetHyperflexNodeDrife]] = None,
                       empty_slots_lists: Optional[Sequence[str]] = None,
                       host_name: Optional[str] = None,
                       hxdp_data_ip: Optional[GetHyperflexNodeHxdpDataIp] = None,
                       hxdp_mmgt_ip: Optional[GetHyperflexNodeHxdpMmgtIp] = None,
                       hypervisor: Optional[str] = None,
                       hypervisor_data_ip: Optional[GetHyperflexNodeHypervisorDataIp] = None,
                       id: Optional[str] = None,
                       identity: Optional[GetHyperflexNodeIdentity] = None,
                       ip: Optional[GetHyperflexNodeIp] = None,
                       lockdown: Optional[bool] = None,
                       mod_time: Optional[str] = None,
                       model_number: Optional[str] = None,
                       moid: Optional[str] = None,
                       node_maintenance_mode: Optional[str] = None,
                       node_status: Optional[str] = None,
                       node_uuid: Optional[str] = None,
                       nr_version: Optional[str] = None,
                       object_type: Optional[str] = None,
                       owners: Optional[Sequence[str]] = None,
                       parent: Optional[GetHyperflexNodeParent] = None,
                       permission_resources: Optional[Sequence[GetHyperflexNodePermissionResource]] = None,
                       physical_server: Optional[GetHyperflexNodePhysicalServer] = None,
                       role: Optional[str] = None,
                       serial_number: Optional[str] = None,
                       shared_scope: Optional[str] = None,
                       site_info: Optional[GetHyperflexNodeSiteInfo] = None,
                       status: Optional[str] = None,
                       tags: Optional[Sequence[GetHyperflexNodeTag]] = None,
                       version_context: Optional[GetHyperflexNodeVersionContext] = None,
                       opts: Optional[InvokeOptions] = None) -> GetHyperflexNodeResult
def get_hyperflex_node_output(account_moid: Optional[pulumi.Input[str]] = None,
                       additional_properties: Optional[pulumi.Input[str]] = None,
                       ancestors: Optional[pulumi.Input[Sequence[pulumi.Input[GetHyperflexNodeAncestorArgs]]]] = None,
                       build_number: Optional[pulumi.Input[str]] = None,
                       class_id: Optional[pulumi.Input[str]] = None,
                       cluster: Optional[pulumi.Input[GetHyperflexNodeClusterArgs]] = None,
                       cluster_member: Optional[pulumi.Input[GetHyperflexNodeClusterMemberArgs]] = None,
                       create_time: Optional[pulumi.Input[str]] = None,
                       display_version: Optional[pulumi.Input[str]] = None,
                       domain_group_moid: Optional[pulumi.Input[str]] = None,
                       drives: Optional[pulumi.Input[Sequence[pulumi.Input[GetHyperflexNodeDrifeArgs]]]] = None,
                       empty_slots_lists: Optional[pulumi.Input[Sequence[pulumi.Input[str]]]] = None,
                       host_name: Optional[pulumi.Input[str]] = None,
                       hxdp_data_ip: Optional[pulumi.Input[GetHyperflexNodeHxdpDataIpArgs]] = None,
                       hxdp_mmgt_ip: Optional[pulumi.Input[GetHyperflexNodeHxdpMmgtIpArgs]] = None,
                       hypervisor: Optional[pulumi.Input[str]] = None,
                       hypervisor_data_ip: Optional[pulumi.Input[GetHyperflexNodeHypervisorDataIpArgs]] = None,
                       id: Optional[pulumi.Input[str]] = None,
                       identity: Optional[pulumi.Input[GetHyperflexNodeIdentityArgs]] = None,
                       ip: Optional[pulumi.Input[GetHyperflexNodeIpArgs]] = None,
                       lockdown: Optional[pulumi.Input[bool]] = None,
                       mod_time: Optional[pulumi.Input[str]] = None,
                       model_number: Optional[pulumi.Input[str]] = None,
                       moid: Optional[pulumi.Input[str]] = None,
                       node_maintenance_mode: Optional[pulumi.Input[str]] = None,
                       node_status: Optional[pulumi.Input[str]] = None,
                       node_uuid: Optional[pulumi.Input[str]] = None,
                       nr_version: 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[GetHyperflexNodeParentArgs]] = None,
                       permission_resources: Optional[pulumi.Input[Sequence[pulumi.Input[GetHyperflexNodePermissionResourceArgs]]]] = None,
                       physical_server: Optional[pulumi.Input[GetHyperflexNodePhysicalServerArgs]] = None,
                       role: Optional[pulumi.Input[str]] = None,
                       serial_number: Optional[pulumi.Input[str]] = None,
                       shared_scope: Optional[pulumi.Input[str]] = None,
                       site_info: Optional[pulumi.Input[GetHyperflexNodeSiteInfoArgs]] = None,
                       status: Optional[pulumi.Input[str]] = None,
                       tags: Optional[pulumi.Input[Sequence[pulumi.Input[GetHyperflexNodeTagArgs]]]] = None,
                       version_context: Optional[pulumi.Input[GetHyperflexNodeVersionContextArgs]] = None,
                       opts: Optional[InvokeOptions] = None) -> Output[GetHyperflexNodeResult]func LookupHyperflexNode(ctx *Context, args *LookupHyperflexNodeArgs, opts ...InvokeOption) (*LookupHyperflexNodeResult, error)
func LookupHyperflexNodeOutput(ctx *Context, args *LookupHyperflexNodeOutputArgs, opts ...InvokeOption) LookupHyperflexNodeResultOutput> Note: This function is named LookupHyperflexNode in the Go SDK.
public static class GetHyperflexNode 
{
    public static Task<GetHyperflexNodeResult> InvokeAsync(GetHyperflexNodeArgs args, InvokeOptions? opts = null)
    public static Output<GetHyperflexNodeResult> Invoke(GetHyperflexNodeInvokeArgs args, InvokeOptions? opts = null)
}public static CompletableFuture<GetHyperflexNodeResult> getHyperflexNode(GetHyperflexNodeArgs args, InvokeOptions options)
public static Output<GetHyperflexNodeResult> getHyperflexNode(GetHyperflexNodeArgs args, InvokeOptions options)
fn::invoke:
  function: intersight:index/getHyperflexNode:getHyperflexNode
  arguments:
    # arguments dictionaryThe following arguments are supported:
- AccountMoid string
- The Account ID for this managed object.
- AdditionalProperties string
- Ancestors
List<GetHyperflex Node Ancestor> 
- BuildNumber string
- The build number of the hypervisor running on the host.
- ClassId string
- Cluster
GetHyperflex Node Cluster 
- ClusterMember GetHyperflex Node Cluster Member 
- CreateTime string
- The time when this managed object was created.
- DisplayVersion string
- The user-friendly string representation of the hypervisor version of the host.
- DomainGroup stringMoid 
- The DomainGroup ID for this managed object.
- Drives
List<GetHyperflex Node Drife> 
- EmptySlots List<string>Lists 
- HostName string
- The hostname configured for the hypervisor running on the host.
- HxdpData GetIp Hyperflex Node Hxdp Data Ip 
- HxdpMmgt GetIp Hyperflex Node Hxdp Mmgt Ip 
- Hypervisor string
- The type of hypervisor running on the host.
- HypervisorData GetIp Hyperflex Node Hypervisor Data Ip 
- Id string
- Identity
GetHyperflex Node Identity 
- Ip
GetHyperflex Node Ip 
- Lockdown bool
- The admin state of lockdown mode on the host. If 'true', lockdown mode is enabled.
- ModTime string
- The time when this managed object was last modified.
- ModelNumber string
- The model of the host server.
- Moid string
- The unique identifier of this Managed Object instance.
- NodeMaintenance stringMode 
- The status of maintenance mode on the HyperFlex node.* Unknown- The maintenance mode status could not be determined.*InMaintenanceMode- The node has maintenance mode enabled. The node has been temporarily been relinquished from the cluster to allow for maintenance operations.*NotInMaintenanceMode- The node does not have maintenance mode enabled.
- NodeStatus string
- The operational status of the HyperFlex node.* Unknown- The default operational status of a HyperFlex node.*Invalid- The status of the node cannot be determined by the storage platform.*Ready- The platform node has been acknowledged by the cluster.*Unpublished- The node is not yet added to the storage cluster.*Deleted- The node has been removed from the cluster.*Blocked- The node is blocked from being added to the cluster.*Blacklisted- The deprecated value for 'Blocked'. It is included to maintain backwards compatibility with clusters running a HyperFlex Data Platform version older than 5.0(1a).*Allowed- The node is allowed to be added to the cluster.*Whitelisted- The deprecated value for 'Allowed'. It is included to maintain backwards compatibility with clusters running a HyperFlex Data Platform version older than 5.0(1a).*InMaintenance- The node is in maintenance mode. It has been temporarily relinquished from the cluster to allow for maintenance operations such as software upgrades.*Online- The node is participating in the storage cluster and is available for storage operations.*Offline- The node is part of the storage cluster, but is not available for storage operations.
- NodeUuid string
- The unique identifier of the HyperFlex node.
- NrVersion string
- The version of the hypervisor running on the host.
- ObjectType string
- Owners List<string>
- Parent
GetHyperflex Node Parent 
- PermissionResources List<GetHyperflex Node Permission Resource> 
- PhysicalServer GetHyperflex Node Physical Server 
- Role string
- The role of the host in the HyperFlex cluster. Specifies whether this host is used for compute or for both compute and storage.* UNKNOWN- The role of the HyperFlex cluster node is not known.*STORAGE- The HyperFlex cluster node provides both storage and compute resources for the cluster.*COMPUTE- The HyperFlex cluster node provides compute resources for the cluster.
- SerialNumber string
- The serial of the host server.
- string
- Intersight provides pre-built workflows, tasks and policies to end users through global catalogs.Objects that are made available through global catalogs are said to have a 'shared' ownership. Shared objects are either made globally available to all end users or restricted to end users based on their license entitlement. Users can use this property to differentiate the scope (global or a specific license tier) to which a shared MO belongs.
- SiteInfo GetHyperflex Node Site Info 
- Status string
- The status of the host. Indicates whether the hypervisor is online.* UNKNOWN- The host status cannot be determined.*ONLINE- The host is online and operational.*OFFLINE- The host is offline and is currently not participating in the HyperFlex cluster.*INMAINTENANCE- The host is not participating in the HyperFlex cluster because of a maintenance operation, such as firmware or data platform upgrade.*DEGRADED- The host is degraded and may not be performing in its full operational capacity.
- 
List<GetHyperflex Node Tag> 
- VersionContext GetHyperflex Node Version Context 
- AccountMoid string
- The Account ID for this managed object.
- AdditionalProperties string
- Ancestors
[]GetHyperflex Node Ancestor 
- BuildNumber string
- The build number of the hypervisor running on the host.
- ClassId string
- Cluster
GetHyperflex Node Cluster 
- ClusterMember GetHyperflex Node Cluster Member 
- CreateTime string
- The time when this managed object was created.
- DisplayVersion string
- The user-friendly string representation of the hypervisor version of the host.
- DomainGroup stringMoid 
- The DomainGroup ID for this managed object.
- Drives
[]GetHyperflex Node Drife 
- EmptySlots []stringLists 
- HostName string
- The hostname configured for the hypervisor running on the host.
- HxdpData GetIp Hyperflex Node Hxdp Data Ip 
- HxdpMmgt GetIp Hyperflex Node Hxdp Mmgt Ip 
- Hypervisor string
- The type of hypervisor running on the host.
- HypervisorData GetIp Hyperflex Node Hypervisor Data Ip 
- Id string
- Identity
GetHyperflex Node Identity 
- Ip
GetHyperflex Node Ip 
- Lockdown bool
- The admin state of lockdown mode on the host. If 'true', lockdown mode is enabled.
- ModTime string
- The time when this managed object was last modified.
- ModelNumber string
- The model of the host server.
- Moid string
- The unique identifier of this Managed Object instance.
- NodeMaintenance stringMode 
- The status of maintenance mode on the HyperFlex node.* Unknown- The maintenance mode status could not be determined.*InMaintenanceMode- The node has maintenance mode enabled. The node has been temporarily been relinquished from the cluster to allow for maintenance operations.*NotInMaintenanceMode- The node does not have maintenance mode enabled.
- NodeStatus string
- The operational status of the HyperFlex node.* Unknown- The default operational status of a HyperFlex node.*Invalid- The status of the node cannot be determined by the storage platform.*Ready- The platform node has been acknowledged by the cluster.*Unpublished- The node is not yet added to the storage cluster.*Deleted- The node has been removed from the cluster.*Blocked- The node is blocked from being added to the cluster.*Blacklisted- The deprecated value for 'Blocked'. It is included to maintain backwards compatibility with clusters running a HyperFlex Data Platform version older than 5.0(1a).*Allowed- The node is allowed to be added to the cluster.*Whitelisted- The deprecated value for 'Allowed'. It is included to maintain backwards compatibility with clusters running a HyperFlex Data Platform version older than 5.0(1a).*InMaintenance- The node is in maintenance mode. It has been temporarily relinquished from the cluster to allow for maintenance operations such as software upgrades.*Online- The node is participating in the storage cluster and is available for storage operations.*Offline- The node is part of the storage cluster, but is not available for storage operations.
- NodeUuid string
- The unique identifier of the HyperFlex node.
- NrVersion string
- The version of the hypervisor running on the host.
- ObjectType string
- Owners []string
- Parent
GetHyperflex Node Parent 
- PermissionResources []GetHyperflex Node Permission Resource 
- PhysicalServer GetHyperflex Node Physical Server 
- Role string
- The role of the host in the HyperFlex cluster. Specifies whether this host is used for compute or for both compute and storage.* UNKNOWN- The role of the HyperFlex cluster node is not known.*STORAGE- The HyperFlex cluster node provides both storage and compute resources for the cluster.*COMPUTE- The HyperFlex cluster node provides compute resources for the cluster.
- SerialNumber string
- The serial of the host server.
- string
- Intersight provides pre-built workflows, tasks and policies to end users through global catalogs.Objects that are made available through global catalogs are said to have a 'shared' ownership. Shared objects are either made globally available to all end users or restricted to end users based on their license entitlement. Users can use this property to differentiate the scope (global or a specific license tier) to which a shared MO belongs.
- SiteInfo GetHyperflex Node Site Info 
- Status string
- The status of the host. Indicates whether the hypervisor is online.* UNKNOWN- The host status cannot be determined.*ONLINE- The host is online and operational.*OFFLINE- The host is offline and is currently not participating in the HyperFlex cluster.*INMAINTENANCE- The host is not participating in the HyperFlex cluster because of a maintenance operation, such as firmware or data platform upgrade.*DEGRADED- The host is degraded and may not be performing in its full operational capacity.
- 
[]GetHyperflex Node Tag 
- VersionContext GetHyperflex Node Version Context 
- accountMoid String
- The Account ID for this managed object.
- additionalProperties String
- ancestors
List<GetHyperflex Node Ancestor> 
- buildNumber String
- The build number of the hypervisor running on the host.
- classId String
- cluster
GetHyperflex Node Cluster 
- clusterMember GetHyperflex Node Cluster Member 
- createTime String
- The time when this managed object was created.
- displayVersion String
- The user-friendly string representation of the hypervisor version of the host.
- domainGroup StringMoid 
- The DomainGroup ID for this managed object.
- drives
List<GetHyperflex Node Drife> 
- emptySlots List<String>Lists 
- hostName String
- The hostname configured for the hypervisor running on the host.
- hxdpData GetIp Hyperflex Node Hxdp Data Ip 
- hxdpMmgt GetIp Hyperflex Node Hxdp Mmgt Ip 
- hypervisor String
- The type of hypervisor running on the host.
- hypervisorData GetIp Hyperflex Node Hypervisor Data Ip 
- id String
- identity
GetHyperflex Node Identity 
- ip
GetHyperflex Node Ip 
- lockdown Boolean
- The admin state of lockdown mode on the host. If 'true', lockdown mode is enabled.
- modTime String
- The time when this managed object was last modified.
- modelNumber String
- The model of the host server.
- moid String
- The unique identifier of this Managed Object instance.
- nodeMaintenance StringMode 
- The status of maintenance mode on the HyperFlex node.* Unknown- The maintenance mode status could not be determined.*InMaintenanceMode- The node has maintenance mode enabled. The node has been temporarily been relinquished from the cluster to allow for maintenance operations.*NotInMaintenanceMode- The node does not have maintenance mode enabled.
- nodeStatus String
- The operational status of the HyperFlex node.* Unknown- The default operational status of a HyperFlex node.*Invalid- The status of the node cannot be determined by the storage platform.*Ready- The platform node has been acknowledged by the cluster.*Unpublished- The node is not yet added to the storage cluster.*Deleted- The node has been removed from the cluster.*Blocked- The node is blocked from being added to the cluster.*Blacklisted- The deprecated value for 'Blocked'. It is included to maintain backwards compatibility with clusters running a HyperFlex Data Platform version older than 5.0(1a).*Allowed- The node is allowed to be added to the cluster.*Whitelisted- The deprecated value for 'Allowed'. It is included to maintain backwards compatibility with clusters running a HyperFlex Data Platform version older than 5.0(1a).*InMaintenance- The node is in maintenance mode. It has been temporarily relinquished from the cluster to allow for maintenance operations such as software upgrades.*Online- The node is participating in the storage cluster and is available for storage operations.*Offline- The node is part of the storage cluster, but is not available for storage operations.
- nodeUuid String
- The unique identifier of the HyperFlex node.
- nrVersion String
- The version of the hypervisor running on the host.
- objectType String
- owners List<String>
- parent
GetHyperflex Node Parent 
- permissionResources List<GetHyperflex Node Permission Resource> 
- physicalServer GetHyperflex Node Physical Server 
- role String
- The role of the host in the HyperFlex cluster. Specifies whether this host is used for compute or for both compute and storage.* UNKNOWN- The role of the HyperFlex cluster node is not known.*STORAGE- The HyperFlex cluster node provides both storage and compute resources for the cluster.*COMPUTE- The HyperFlex cluster node provides compute resources for the cluster.
- serialNumber String
- The serial of the host server.
- String
- Intersight provides pre-built workflows, tasks and policies to end users through global catalogs.Objects that are made available through global catalogs are said to have a 'shared' ownership. Shared objects are either made globally available to all end users or restricted to end users based on their license entitlement. Users can use this property to differentiate the scope (global or a specific license tier) to which a shared MO belongs.
- siteInfo GetHyperflex Node Site Info 
- status String
- The status of the host. Indicates whether the hypervisor is online.* UNKNOWN- The host status cannot be determined.*ONLINE- The host is online and operational.*OFFLINE- The host is offline and is currently not participating in the HyperFlex cluster.*INMAINTENANCE- The host is not participating in the HyperFlex cluster because of a maintenance operation, such as firmware or data platform upgrade.*DEGRADED- The host is degraded and may not be performing in its full operational capacity.
- 
List<GetHyperflex Node Tag> 
- versionContext GetHyperflex Node Version Context 
- accountMoid string
- The Account ID for this managed object.
- additionalProperties string
- ancestors
GetHyperflex Node Ancestor[] 
- buildNumber string
- The build number of the hypervisor running on the host.
- classId string
- cluster
GetHyperflex Node Cluster 
- clusterMember GetHyperflex Node Cluster Member 
- createTime string
- The time when this managed object was created.
- displayVersion string
- The user-friendly string representation of the hypervisor version of the host.
- domainGroup stringMoid 
- The DomainGroup ID for this managed object.
- drives
GetHyperflex Node Drife[] 
- emptySlots string[]Lists 
- hostName string
- The hostname configured for the hypervisor running on the host.
- hxdpData GetIp Hyperflex Node Hxdp Data Ip 
- hxdpMmgt GetIp Hyperflex Node Hxdp Mmgt Ip 
- hypervisor string
- The type of hypervisor running on the host.
- hypervisorData GetIp Hyperflex Node Hypervisor Data Ip 
- id string
- identity
GetHyperflex Node Identity 
- ip
GetHyperflex Node Ip 
- lockdown boolean
- The admin state of lockdown mode on the host. If 'true', lockdown mode is enabled.
- modTime string
- The time when this managed object was last modified.
- modelNumber string
- The model of the host server.
- moid string
- The unique identifier of this Managed Object instance.
- nodeMaintenance stringMode 
- The status of maintenance mode on the HyperFlex node.* Unknown- The maintenance mode status could not be determined.*InMaintenanceMode- The node has maintenance mode enabled. The node has been temporarily been relinquished from the cluster to allow for maintenance operations.*NotInMaintenanceMode- The node does not have maintenance mode enabled.
- nodeStatus string
- The operational status of the HyperFlex node.* Unknown- The default operational status of a HyperFlex node.*Invalid- The status of the node cannot be determined by the storage platform.*Ready- The platform node has been acknowledged by the cluster.*Unpublished- The node is not yet added to the storage cluster.*Deleted- The node has been removed from the cluster.*Blocked- The node is blocked from being added to the cluster.*Blacklisted- The deprecated value for 'Blocked'. It is included to maintain backwards compatibility with clusters running a HyperFlex Data Platform version older than 5.0(1a).*Allowed- The node is allowed to be added to the cluster.*Whitelisted- The deprecated value for 'Allowed'. It is included to maintain backwards compatibility with clusters running a HyperFlex Data Platform version older than 5.0(1a).*InMaintenance- The node is in maintenance mode. It has been temporarily relinquished from the cluster to allow for maintenance operations such as software upgrades.*Online- The node is participating in the storage cluster and is available for storage operations.*Offline- The node is part of the storage cluster, but is not available for storage operations.
- nodeUuid string
- The unique identifier of the HyperFlex node.
- nrVersion string
- The version of the hypervisor running on the host.
- objectType string
- owners string[]
- parent
GetHyperflex Node Parent 
- permissionResources GetHyperflex Node Permission Resource[] 
- physicalServer GetHyperflex Node Physical Server 
- role string
- The role of the host in the HyperFlex cluster. Specifies whether this host is used for compute or for both compute and storage.* UNKNOWN- The role of the HyperFlex cluster node is not known.*STORAGE- The HyperFlex cluster node provides both storage and compute resources for the cluster.*COMPUTE- The HyperFlex cluster node provides compute resources for the cluster.
- serialNumber string
- The serial of the host server.
- string
- Intersight provides pre-built workflows, tasks and policies to end users through global catalogs.Objects that are made available through global catalogs are said to have a 'shared' ownership. Shared objects are either made globally available to all end users or restricted to end users based on their license entitlement. Users can use this property to differentiate the scope (global or a specific license tier) to which a shared MO belongs.
- siteInfo GetHyperflex Node Site Info 
- status string
- The status of the host. Indicates whether the hypervisor is online.* UNKNOWN- The host status cannot be determined.*ONLINE- The host is online and operational.*OFFLINE- The host is offline and is currently not participating in the HyperFlex cluster.*INMAINTENANCE- The host is not participating in the HyperFlex cluster because of a maintenance operation, such as firmware or data platform upgrade.*DEGRADED- The host is degraded and may not be performing in its full operational capacity.
- 
GetHyperflex Node Tag[] 
- versionContext GetHyperflex Node Version Context 
- account_moid str
- The Account ID for this managed object.
- additional_properties str
- ancestors
Sequence[GetHyperflex Node Ancestor] 
- build_number str
- The build number of the hypervisor running on the host.
- class_id str
- cluster
GetHyperflex Node Cluster 
- cluster_member GetHyperflex Node Cluster Member 
- create_time str
- The time when this managed object was created.
- display_version str
- The user-friendly string representation of the hypervisor version of the host.
- domain_group_ strmoid 
- The DomainGroup ID for this managed object.
- drives
Sequence[GetHyperflex Node Drife] 
- empty_slots_ Sequence[str]lists 
- host_name str
- The hostname configured for the hypervisor running on the host.
- hxdp_data_ Getip Hyperflex Node Hxdp Data Ip 
- hxdp_mmgt_ Getip Hyperflex Node Hxdp Mmgt Ip 
- hypervisor str
- The type of hypervisor running on the host.
- hypervisor_data_ Getip Hyperflex Node Hypervisor Data Ip 
- id str
- identity
GetHyperflex Node Identity 
- ip
GetHyperflex Node Ip 
- lockdown bool
- The admin state of lockdown mode on the host. If 'true', lockdown mode is enabled.
- mod_time str
- The time when this managed object was last modified.
- model_number str
- The model of the host server.
- moid str
- The unique identifier of this Managed Object instance.
- node_maintenance_ strmode 
- The status of maintenance mode on the HyperFlex node.* Unknown- The maintenance mode status could not be determined.*InMaintenanceMode- The node has maintenance mode enabled. The node has been temporarily been relinquished from the cluster to allow for maintenance operations.*NotInMaintenanceMode- The node does not have maintenance mode enabled.
- node_status str
- The operational status of the HyperFlex node.* Unknown- The default operational status of a HyperFlex node.*Invalid- The status of the node cannot be determined by the storage platform.*Ready- The platform node has been acknowledged by the cluster.*Unpublished- The node is not yet added to the storage cluster.*Deleted- The node has been removed from the cluster.*Blocked- The node is blocked from being added to the cluster.*Blacklisted- The deprecated value for 'Blocked'. It is included to maintain backwards compatibility with clusters running a HyperFlex Data Platform version older than 5.0(1a).*Allowed- The node is allowed to be added to the cluster.*Whitelisted- The deprecated value for 'Allowed'. It is included to maintain backwards compatibility with clusters running a HyperFlex Data Platform version older than 5.0(1a).*InMaintenance- The node is in maintenance mode. It has been temporarily relinquished from the cluster to allow for maintenance operations such as software upgrades.*Online- The node is participating in the storage cluster and is available for storage operations.*Offline- The node is part of the storage cluster, but is not available for storage operations.
- node_uuid str
- The unique identifier of the HyperFlex node.
- nr_version str
- The version of the hypervisor running on the host.
- object_type str
- owners Sequence[str]
- parent
GetHyperflex Node Parent 
- permission_resources Sequence[GetHyperflex Node Permission Resource] 
- physical_server GetHyperflex Node Physical Server 
- role str
- The role of the host in the HyperFlex cluster. Specifies whether this host is used for compute or for both compute and storage.* UNKNOWN- The role of the HyperFlex cluster node is not known.*STORAGE- The HyperFlex cluster node provides both storage and compute resources for the cluster.*COMPUTE- The HyperFlex cluster node provides compute resources for the cluster.
- serial_number str
- The serial of the host server.
- str
- Intersight provides pre-built workflows, tasks and policies to end users through global catalogs.Objects that are made available through global catalogs are said to have a 'shared' ownership. Shared objects are either made globally available to all end users or restricted to end users based on their license entitlement. Users can use this property to differentiate the scope (global or a specific license tier) to which a shared MO belongs.
- site_info GetHyperflex Node Site Info 
- status str
- The status of the host. Indicates whether the hypervisor is online.* UNKNOWN- The host status cannot be determined.*ONLINE- The host is online and operational.*OFFLINE- The host is offline and is currently not participating in the HyperFlex cluster.*INMAINTENANCE- The host is not participating in the HyperFlex cluster because of a maintenance operation, such as firmware or data platform upgrade.*DEGRADED- The host is degraded and may not be performing in its full operational capacity.
- 
Sequence[GetHyperflex Node Tag] 
- version_context GetHyperflex Node Version Context 
- accountMoid String
- The Account ID for this managed object.
- additionalProperties String
- ancestors List<Property Map>
- buildNumber String
- The build number of the hypervisor running on the host.
- classId String
- cluster Property Map
- clusterMember Property Map
- createTime String
- The time when this managed object was created.
- displayVersion String
- The user-friendly string representation of the hypervisor version of the host.
- domainGroup StringMoid 
- The DomainGroup ID for this managed object.
- drives List<Property Map>
- emptySlots List<String>Lists 
- hostName String
- The hostname configured for the hypervisor running on the host.
- hxdpData Property MapIp 
- hxdpMmgt Property MapIp 
- hypervisor String
- The type of hypervisor running on the host.
- hypervisorData Property MapIp 
- id String
- identity Property Map
- ip Property Map
- lockdown Boolean
- The admin state of lockdown mode on the host. If 'true', lockdown mode is enabled.
- modTime String
- The time when this managed object was last modified.
- modelNumber String
- The model of the host server.
- moid String
- The unique identifier of this Managed Object instance.
- nodeMaintenance StringMode 
- The status of maintenance mode on the HyperFlex node.* Unknown- The maintenance mode status could not be determined.*InMaintenanceMode- The node has maintenance mode enabled. The node has been temporarily been relinquished from the cluster to allow for maintenance operations.*NotInMaintenanceMode- The node does not have maintenance mode enabled.
- nodeStatus String
- The operational status of the HyperFlex node.* Unknown- The default operational status of a HyperFlex node.*Invalid- The status of the node cannot be determined by the storage platform.*Ready- The platform node has been acknowledged by the cluster.*Unpublished- The node is not yet added to the storage cluster.*Deleted- The node has been removed from the cluster.*Blocked- The node is blocked from being added to the cluster.*Blacklisted- The deprecated value for 'Blocked'. It is included to maintain backwards compatibility with clusters running a HyperFlex Data Platform version older than 5.0(1a).*Allowed- The node is allowed to be added to the cluster.*Whitelisted- The deprecated value for 'Allowed'. It is included to maintain backwards compatibility with clusters running a HyperFlex Data Platform version older than 5.0(1a).*InMaintenance- The node is in maintenance mode. It has been temporarily relinquished from the cluster to allow for maintenance operations such as software upgrades.*Online- The node is participating in the storage cluster and is available for storage operations.*Offline- The node is part of the storage cluster, but is not available for storage operations.
- nodeUuid String
- The unique identifier of the HyperFlex node.
- nrVersion String
- The version of the hypervisor running on the host.
- objectType String
- owners List<String>
- parent Property Map
- permissionResources List<Property Map>
- physicalServer Property Map
- role String
- The role of the host in the HyperFlex cluster. Specifies whether this host is used for compute or for both compute and storage.* UNKNOWN- The role of the HyperFlex cluster node is not known.*STORAGE- The HyperFlex cluster node provides both storage and compute resources for the cluster.*COMPUTE- The HyperFlex cluster node provides compute resources for the cluster.
- serialNumber String
- The serial of the host server.
- String
- Intersight provides pre-built workflows, tasks and policies to end users through global catalogs.Objects that are made available through global catalogs are said to have a 'shared' ownership. Shared objects are either made globally available to all end users or restricted to end users based on their license entitlement. Users can use this property to differentiate the scope (global or a specific license tier) to which a shared MO belongs.
- siteInfo Property Map
- status String
- The status of the host. Indicates whether the hypervisor is online.* UNKNOWN- The host status cannot be determined.*ONLINE- The host is online and operational.*OFFLINE- The host is offline and is currently not participating in the HyperFlex cluster.*INMAINTENANCE- The host is not participating in the HyperFlex cluster because of a maintenance operation, such as firmware or data platform upgrade.*DEGRADED- The host is degraded and may not be performing in its full operational capacity.
- List<Property Map>
- versionContext Property Map
getHyperflexNode Result
The following output properties are available:
- Id string
- Results
List<GetHyperflex Node Result> 
- AccountMoid string
- AdditionalProperties string
- Ancestors
List<GetHyperflex Node Ancestor> 
- BuildNumber string
- ClassId string
- Cluster
GetHyperflex Node Cluster 
- ClusterMember GetHyperflex Node Cluster Member 
- CreateTime string
- DisplayVersion string
- DomainGroup stringMoid 
- Drives
List<GetHyperflex Node Drife> 
- EmptySlots List<string>Lists 
- HostName string
- HxdpData GetIp Hyperflex Node Hxdp Data Ip 
- HxdpMmgt GetIp Hyperflex Node Hxdp Mmgt Ip 
- Hypervisor string
- HypervisorData GetIp Hyperflex Node Hypervisor Data Ip 
- Identity
GetHyperflex Node Identity 
- Ip
GetHyperflex Node Ip 
- Lockdown bool
- ModTime string
- ModelNumber string
- Moid string
- NodeMaintenance stringMode 
- NodeStatus string
- NodeUuid string
- NrVersion string
- ObjectType string
- Owners List<string>
- Parent
GetHyperflex Node Parent 
- PermissionResources List<GetHyperflex Node Permission Resource> 
- PhysicalServer GetHyperflex Node Physical Server 
- Role string
- SerialNumber string
- string
- SiteInfo GetHyperflex Node Site Info 
- Status string
- 
List<GetHyperflex Node Tag> 
- VersionContext GetHyperflex Node Version Context 
- Id string
- Results
[]GetHyperflex Node Result 
- AccountMoid string
- AdditionalProperties string
- Ancestors
[]GetHyperflex Node Ancestor 
- BuildNumber string
- ClassId string
- Cluster
GetHyperflex Node Cluster 
- ClusterMember GetHyperflex Node Cluster Member 
- CreateTime string
- DisplayVersion string
- DomainGroup stringMoid 
- Drives
[]GetHyperflex Node Drife 
- EmptySlots []stringLists 
- HostName string
- HxdpData GetIp Hyperflex Node Hxdp Data Ip 
- HxdpMmgt GetIp Hyperflex Node Hxdp Mmgt Ip 
- Hypervisor string
- HypervisorData GetIp Hyperflex Node Hypervisor Data Ip 
- Identity
GetHyperflex Node Identity 
- Ip
GetHyperflex Node Ip 
- Lockdown bool
- ModTime string
- ModelNumber string
- Moid string
- NodeMaintenance stringMode 
- NodeStatus string
- NodeUuid string
- NrVersion string
- ObjectType string
- Owners []string
- Parent
GetHyperflex Node Parent 
- PermissionResources []GetHyperflex Node Permission Resource 
- PhysicalServer GetHyperflex Node Physical Server 
- Role string
- SerialNumber string
- string
- SiteInfo GetHyperflex Node Site Info 
- Status string
- 
[]GetHyperflex Node Tag 
- VersionContext GetHyperflex Node Version Context 
- id String
- results
List<GetHyperflex Node Result> 
- accountMoid String
- additionalProperties String
- ancestors
List<GetHyperflex Node Ancestor> 
- buildNumber String
- classId String
- cluster
GetHyperflex Node Cluster 
- clusterMember GetHyperflex Node Cluster Member 
- createTime String
- displayVersion String
- domainGroup StringMoid 
- drives
List<GetHyperflex Node Drife> 
- emptySlots List<String>Lists 
- hostName String
- hxdpData GetIp Hyperflex Node Hxdp Data Ip 
- hxdpMmgt GetIp Hyperflex Node Hxdp Mmgt Ip 
- hypervisor String
- hypervisorData GetIp Hyperflex Node Hypervisor Data Ip 
- identity
GetHyperflex Node Identity 
- ip
GetHyperflex Node Ip 
- lockdown Boolean
- modTime String
- modelNumber String
- moid String
- nodeMaintenance StringMode 
- nodeStatus String
- nodeUuid String
- nrVersion String
- objectType String
- owners List<String>
- parent
GetHyperflex Node Parent 
- permissionResources List<GetHyperflex Node Permission Resource> 
- physicalServer GetHyperflex Node Physical Server 
- role String
- serialNumber String
- String
- siteInfo GetHyperflex Node Site Info 
- status String
- 
List<GetHyperflex Node Tag> 
- versionContext GetHyperflex Node Version Context 
- id string
- results
GetHyperflex Node Result[] 
- accountMoid string
- additionalProperties string
- ancestors
GetHyperflex Node Ancestor[] 
- buildNumber string
- classId string
- cluster
GetHyperflex Node Cluster 
- clusterMember GetHyperflex Node Cluster Member 
- createTime string
- displayVersion string
- domainGroup stringMoid 
- drives
GetHyperflex Node Drife[] 
- emptySlots string[]Lists 
- hostName string
- hxdpData GetIp Hyperflex Node Hxdp Data Ip 
- hxdpMmgt GetIp Hyperflex Node Hxdp Mmgt Ip 
- hypervisor string
- hypervisorData GetIp Hyperflex Node Hypervisor Data Ip 
- identity
GetHyperflex Node Identity 
- ip
GetHyperflex Node Ip 
- lockdown boolean
- modTime string
- modelNumber string
- moid string
- nodeMaintenance stringMode 
- nodeStatus string
- nodeUuid string
- nrVersion string
- objectType string
- owners string[]
- parent
GetHyperflex Node Parent 
- permissionResources GetHyperflex Node Permission Resource[] 
- physicalServer GetHyperflex Node Physical Server 
- role string
- serialNumber string
- string
- siteInfo GetHyperflex Node Site Info 
- status string
- 
GetHyperflex Node Tag[] 
- versionContext GetHyperflex Node Version Context 
- id str
- results
Sequence[GetHyperflex Node Result] 
- account_moid str
- additional_properties str
- ancestors
Sequence[GetHyperflex Node Ancestor] 
- build_number str
- class_id str
- cluster
GetHyperflex Node Cluster 
- cluster_member GetHyperflex Node Cluster Member 
- create_time str
- display_version str
- domain_group_ strmoid 
- drives
Sequence[GetHyperflex Node Drife] 
- empty_slots_ Sequence[str]lists 
- host_name str
- hxdp_data_ Getip Hyperflex Node Hxdp Data Ip 
- hxdp_mmgt_ Getip Hyperflex Node Hxdp Mmgt Ip 
- hypervisor str
- hypervisor_data_ Getip Hyperflex Node Hypervisor Data Ip 
- identity
GetHyperflex Node Identity 
- ip
GetHyperflex Node Ip 
- lockdown bool
- mod_time str
- model_number str
- moid str
- node_maintenance_ strmode 
- node_status str
- node_uuid str
- nr_version str
- object_type str
- owners Sequence[str]
- parent
GetHyperflex Node Parent 
- permission_resources Sequence[GetHyperflex Node Permission Resource] 
- physical_server GetHyperflex Node Physical Server 
- role str
- serial_number str
- str
- site_info GetHyperflex Node Site Info 
- status str
- 
Sequence[GetHyperflex Node Tag] 
- version_context GetHyperflex Node Version Context 
- id String
- results List<Property Map>
- accountMoid String
- additionalProperties String
- ancestors List<Property Map>
- buildNumber String
- classId String
- cluster Property Map
- clusterMember Property Map
- createTime String
- displayVersion String
- domainGroup StringMoid 
- drives List<Property Map>
- emptySlots List<String>Lists 
- hostName String
- hxdpData Property MapIp 
- hxdpMmgt Property MapIp 
- hypervisor String
- hypervisorData Property MapIp 
- identity Property Map
- ip Property Map
- lockdown Boolean
- modTime String
- modelNumber String
- moid String
- nodeMaintenance StringMode 
- nodeStatus String
- nodeUuid String
- nrVersion String
- objectType String
- owners List<String>
- parent Property Map
- permissionResources List<Property Map>
- physicalServer Property Map
- role String
- serialNumber String
- String
- siteInfo Property Map
- status String
- List<Property Map>
- versionContext Property Map
Supporting Types
GetHyperflexNodeAncestor   
- AdditionalProperties string
- ClassId string
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- Moid string
- The unique identifier of this Managed Object instance.
- ObjectType string
- The fully-qualified name of the remote type referred by this relationship.
- Selector string
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
 
- AdditionalProperties string
- ClassId string
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- Moid string
- The unique identifier of this Managed Object instance.
- ObjectType string
- The fully-qualified name of the remote type referred by this relationship.
- Selector string
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
 
- additionalProperties String
- classId String
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- moid String
- The unique identifier of this Managed Object instance.
- objectType String
- The fully-qualified name of the remote type referred by this relationship.
- selector String
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
 
- additionalProperties string
- classId string
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- moid string
- The unique identifier of this Managed Object instance.
- objectType string
- The fully-qualified name of the remote type referred by this relationship.
- selector string
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
 
- additional_properties str
- class_id str
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- moid str
- The unique identifier of this Managed Object instance.
- object_type str
- The fully-qualified name of the remote type referred by this relationship.
- selector str
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
 
- additionalProperties String
- classId String
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- moid String
- The unique identifier of this Managed Object instance.
- objectType String
- The fully-qualified name of the remote type referred by this relationship.
- selector String
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
 
GetHyperflexNodeCluster   
- AdditionalProperties string
- ClassId string
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- Moid string
- The unique identifier of this Managed Object instance.
- ObjectType string
- The fully-qualified name of the remote type referred by this relationship.
- Selector string
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
 
- AdditionalProperties string
- ClassId string
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- Moid string
- The unique identifier of this Managed Object instance.
- ObjectType string
- The fully-qualified name of the remote type referred by this relationship.
- Selector string
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
 
- additionalProperties String
- classId String
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- moid String
- The unique identifier of this Managed Object instance.
- objectType String
- The fully-qualified name of the remote type referred by this relationship.
- selector String
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
 
- additionalProperties string
- classId string
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- moid string
- The unique identifier of this Managed Object instance.
- objectType string
- The fully-qualified name of the remote type referred by this relationship.
- selector string
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
 
- additional_properties str
- class_id str
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- moid str
- The unique identifier of this Managed Object instance.
- object_type str
- The fully-qualified name of the remote type referred by this relationship.
- selector str
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
 
- additionalProperties String
- classId String
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- moid String
- The unique identifier of this Managed Object instance.
- objectType String
- The fully-qualified name of the remote type referred by this relationship.
- selector String
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
 
GetHyperflexNodeClusterMember    
- AdditionalProperties string
- ClassId string
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- Moid string
- The unique identifier of this Managed Object instance.
- ObjectType string
- The fully-qualified name of the remote type referred by this relationship.
- Selector string
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
 
- AdditionalProperties string
- ClassId string
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- Moid string
- The unique identifier of this Managed Object instance.
- ObjectType string
- The fully-qualified name of the remote type referred by this relationship.
- Selector string
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
 
- additionalProperties String
- classId String
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- moid String
- The unique identifier of this Managed Object instance.
- objectType String
- The fully-qualified name of the remote type referred by this relationship.
- selector String
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
 
- additionalProperties string
- classId string
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- moid string
- The unique identifier of this Managed Object instance.
- objectType string
- The fully-qualified name of the remote type referred by this relationship.
- selector string
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
 
- additional_properties str
- class_id str
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- moid str
- The unique identifier of this Managed Object instance.
- object_type str
- The fully-qualified name of the remote type referred by this relationship.
- selector str
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
 
- additionalProperties String
- classId String
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- moid String
- The unique identifier of this Managed Object instance.
- objectType String
- The fully-qualified name of the remote type referred by this relationship.
- selector String
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
 
GetHyperflexNodeDrife   
- AdditionalProperties string
- ClassId string
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- Moid string
- The unique identifier of this Managed Object instance.
- ObjectType string
- The fully-qualified name of the remote type referred by this relationship.
- Selector string
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
 
- AdditionalProperties string
- ClassId string
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- Moid string
- The unique identifier of this Managed Object instance.
- ObjectType string
- The fully-qualified name of the remote type referred by this relationship.
- Selector string
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
 
- additionalProperties String
- classId String
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- moid String
- The unique identifier of this Managed Object instance.
- objectType String
- The fully-qualified name of the remote type referred by this relationship.
- selector String
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
 
- additionalProperties string
- classId string
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- moid string
- The unique identifier of this Managed Object instance.
- objectType string
- The fully-qualified name of the remote type referred by this relationship.
- selector string
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
 
- additional_properties str
- class_id str
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- moid str
- The unique identifier of this Managed Object instance.
- object_type str
- The fully-qualified name of the remote type referred by this relationship.
- selector str
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
 
- additionalProperties String
- classId String
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- moid String
- The unique identifier of this Managed Object instance.
- objectType String
- The fully-qualified name of the remote type referred by this relationship.
- selector String
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
 
GetHyperflexNodeHxdpDataIp     
- AdditionalProperties string
- Address string
- The network address as an FQDN or IPv4 address.
- ClassId string
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- Fqdn string
- The fully qualified domain name for the network address.
- Ip string
- The network address as an IPv4 address.
- ObjectType string
- The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
- AdditionalProperties string
- Address string
- The network address as an FQDN or IPv4 address.
- ClassId string
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- Fqdn string
- The fully qualified domain name for the network address.
- Ip string
- The network address as an IPv4 address.
- ObjectType string
- The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
- additionalProperties String
- address String
- The network address as an FQDN or IPv4 address.
- classId String
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- fqdn String
- The fully qualified domain name for the network address.
- ip String
- The network address as an IPv4 address.
- objectType String
- The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
- additionalProperties string
- address string
- The network address as an FQDN or IPv4 address.
- classId string
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- fqdn string
- The fully qualified domain name for the network address.
- ip string
- The network address as an IPv4 address.
- objectType string
- The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
- additional_properties str
- address str
- The network address as an FQDN or IPv4 address.
- class_id str
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- fqdn str
- The fully qualified domain name for the network address.
- ip str
- The network address as an IPv4 address.
- object_type str
- The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
- additionalProperties String
- address String
- The network address as an FQDN or IPv4 address.
- classId String
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- fqdn String
- The fully qualified domain name for the network address.
- ip String
- The network address as an IPv4 address.
- objectType String
- The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
GetHyperflexNodeHxdpMmgtIp     
- AdditionalProperties string
- Address string
- The network address as an FQDN or IPv4 address.
- ClassId string
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- Fqdn string
- The fully qualified domain name for the network address.
- Ip string
- The network address as an IPv4 address.
- ObjectType string
- The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
- AdditionalProperties string
- Address string
- The network address as an FQDN or IPv4 address.
- ClassId string
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- Fqdn string
- The fully qualified domain name for the network address.
- Ip string
- The network address as an IPv4 address.
- ObjectType string
- The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
- additionalProperties String
- address String
- The network address as an FQDN or IPv4 address.
- classId String
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- fqdn String
- The fully qualified domain name for the network address.
- ip String
- The network address as an IPv4 address.
- objectType String
- The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
- additionalProperties string
- address string
- The network address as an FQDN or IPv4 address.
- classId string
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- fqdn string
- The fully qualified domain name for the network address.
- ip string
- The network address as an IPv4 address.
- objectType string
- The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
- additional_properties str
- address str
- The network address as an FQDN or IPv4 address.
- class_id str
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- fqdn str
- The fully qualified domain name for the network address.
- ip str
- The network address as an IPv4 address.
- object_type str
- The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
- additionalProperties String
- address String
- The network address as an FQDN or IPv4 address.
- classId String
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- fqdn String
- The fully qualified domain name for the network address.
- ip String
- The network address as an IPv4 address.
- objectType String
- The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
GetHyperflexNodeHypervisorDataIp     
- AdditionalProperties string
- Address string
- The network address as an FQDN or IPv4 address.
- ClassId string
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- Fqdn string
- The fully qualified domain name for the network address.
- Ip string
- The network address as an IPv4 address.
- ObjectType string
- The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
- AdditionalProperties string
- Address string
- The network address as an FQDN or IPv4 address.
- ClassId string
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- Fqdn string
- The fully qualified domain name for the network address.
- Ip string
- The network address as an IPv4 address.
- ObjectType string
- The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
- additionalProperties String
- address String
- The network address as an FQDN or IPv4 address.
- classId String
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- fqdn String
- The fully qualified domain name for the network address.
- ip String
- The network address as an IPv4 address.
- objectType String
- The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
- additionalProperties string
- address string
- The network address as an FQDN or IPv4 address.
- classId string
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- fqdn string
- The fully qualified domain name for the network address.
- ip string
- The network address as an IPv4 address.
- objectType string
- The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
- additional_properties str
- address str
- The network address as an FQDN or IPv4 address.
- class_id str
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- fqdn str
- The fully qualified domain name for the network address.
- ip str
- The network address as an IPv4 address.
- object_type str
- The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
- additionalProperties String
- address String
- The network address as an FQDN or IPv4 address.
- classId String
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- fqdn String
- The fully qualified domain name for the network address.
- ip String
- The network address as an IPv4 address.
- objectType String
- The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
GetHyperflexNodeIdentity   
- AdditionalProperties string
- ClassId string
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- Links
List<GetHyperflex Node Identity Link> 
- ObjectType string
- The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
- Uuid string
- The unique identifier string of an entity.
- AdditionalProperties string
- ClassId string
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- Links
[]GetHyperflex Node Identity Link 
- ObjectType string
- The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
- Uuid string
- The unique identifier string of an entity.
- additionalProperties String
- classId String
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- links
List<GetHyperflex Node Identity Link> 
- objectType String
- The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
- uuid String
- The unique identifier string of an entity.
- additionalProperties string
- classId string
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- links
GetHyperflex Node Identity Link[] 
- objectType string
- The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
- uuid string
- The unique identifier string of an entity.
- 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.
- links
Sequence[GetHyperflex Node Identity Link] 
- object_type str
- The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
- uuid str
- The unique identifier string of an entity.
- additionalProperties String
- classId String
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- links List<Property Map>
- objectType String
- The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
- uuid String
- The unique identifier string of an entity.
GetHyperflexNodeIdentityLink    
- AdditionalProperties string
- ClassId string
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- Comments string
- Comment for this HyperFlex resource.
- Href string
- URI of resource. Target URL for making REST call.
- Method string
- HTTP verb that this HyperFlex link DT is referring to.- POST- HTTP verb POST for this task definition.
- GET- HTTP verb GET for this task definition.
- PUT- HTTP verb PUT for this task definition.
- DELETE- HTTP verb DELETE for this task definition.
 
- ObjectType string
- The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
- Rel string
- Relationship of link to this resource.
- AdditionalProperties string
- ClassId string
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- Comments string
- Comment for this HyperFlex resource.
- Href string
- URI of resource. Target URL for making REST call.
- Method string
- HTTP verb that this HyperFlex link DT is referring to.- POST- HTTP verb POST for this task definition.
- GET- HTTP verb GET for this task definition.
- PUT- HTTP verb PUT for this task definition.
- DELETE- HTTP verb DELETE for this task definition.
 
- ObjectType string
- The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
- Rel string
- Relationship of link to this resource.
- additionalProperties String
- classId String
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- comments String
- Comment for this HyperFlex resource.
- href String
- URI of resource. Target URL for making REST call.
- method String
- HTTP verb that this HyperFlex link DT is referring to.- POST- HTTP verb POST for this task definition.
- GET- HTTP verb GET for this task definition.
- PUT- HTTP verb PUT for this task definition.
- DELETE- HTTP verb DELETE for this task definition.
 
- objectType String
- The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
- rel String
- Relationship of link to this resource.
- additionalProperties string
- classId string
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- comments string
- Comment for this HyperFlex resource.
- href string
- URI of resource. Target URL for making REST call.
- method string
- HTTP verb that this HyperFlex link DT is referring to.- POST- HTTP verb POST for this task definition.
- GET- HTTP verb GET for this task definition.
- PUT- HTTP verb PUT for this task definition.
- DELETE- HTTP verb DELETE for this task definition.
 
- objectType string
- The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
- rel string
- Relationship of link to this resource.
- 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.
- comments str
- Comment for this HyperFlex resource.
- href str
- URI of resource. Target URL for making REST call.
- method str
- HTTP verb that this HyperFlex link DT is referring to.- POST- HTTP verb POST for this task definition.
- GET- HTTP verb GET for this task definition.
- PUT- HTTP verb PUT for this task definition.
- DELETE- HTTP verb DELETE for this task definition.
 
- object_type str
- The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
- rel str
- Relationship of link to this resource.
- additionalProperties String
- classId String
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- comments String
- Comment for this HyperFlex resource.
- href String
- URI of resource. Target URL for making REST call.
- method String
- HTTP verb that this HyperFlex link DT is referring to.- POST- HTTP verb POST for this task definition.
- GET- HTTP verb GET for this task definition.
- PUT- HTTP verb PUT for this task definition.
- DELETE- HTTP verb DELETE for this task definition.
 
- objectType String
- The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
- rel String
- Relationship of link to this resource.
GetHyperflexNodeIp   
- AdditionalProperties string
- Address string
- The network address as an FQDN or IPv4 address.
- ClassId string
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- Fqdn string
- The fully qualified domain name for the network address.
- Ip string
- The network address as an IPv4 address.
- ObjectType string
- The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
- AdditionalProperties string
- Address string
- The network address as an FQDN or IPv4 address.
- ClassId string
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- Fqdn string
- The fully qualified domain name for the network address.
- Ip string
- The network address as an IPv4 address.
- ObjectType string
- The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
- additionalProperties String
- address String
- The network address as an FQDN or IPv4 address.
- classId String
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- fqdn String
- The fully qualified domain name for the network address.
- ip String
- The network address as an IPv4 address.
- objectType String
- The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
- additionalProperties string
- address string
- The network address as an FQDN or IPv4 address.
- classId string
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- fqdn string
- The fully qualified domain name for the network address.
- ip string
- The network address as an IPv4 address.
- objectType string
- The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
- additional_properties str
- address str
- The network address as an FQDN or IPv4 address.
- class_id str
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- fqdn str
- The fully qualified domain name for the network address.
- ip str
- The network address as an IPv4 address.
- object_type str
- The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
- additionalProperties String
- address String
- The network address as an FQDN or IPv4 address.
- classId String
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- fqdn String
- The fully qualified domain name for the network address.
- ip String
- The network address as an IPv4 address.
- objectType String
- The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
GetHyperflexNodeParent   
- AdditionalProperties string
- ClassId string
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- Moid string
- The unique identifier of this Managed Object instance.
- ObjectType string
- The fully-qualified name of the remote type referred by this relationship.
- Selector string
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
 
- AdditionalProperties string
- ClassId string
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- Moid string
- The unique identifier of this Managed Object instance.
- ObjectType string
- The fully-qualified name of the remote type referred by this relationship.
- Selector string
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
 
- additionalProperties String
- classId String
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- moid String
- The unique identifier of this Managed Object instance.
- objectType String
- The fully-qualified name of the remote type referred by this relationship.
- selector String
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
 
- additionalProperties string
- classId string
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- moid string
- The unique identifier of this Managed Object instance.
- objectType string
- The fully-qualified name of the remote type referred by this relationship.
- selector string
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
 
- additional_properties str
- class_id str
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- moid str
- The unique identifier of this Managed Object instance.
- object_type str
- The fully-qualified name of the remote type referred by this relationship.
- selector str
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
 
- additionalProperties String
- classId String
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- moid String
- The unique identifier of this Managed Object instance.
- objectType String
- The fully-qualified name of the remote type referred by this relationship.
- selector String
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
 
GetHyperflexNodePermissionResource    
- AdditionalProperties string
- ClassId string
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- Moid string
- The unique identifier of this Managed Object instance.
- ObjectType string
- The fully-qualified name of the remote type referred by this relationship.
- Selector string
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
 
- AdditionalProperties string
- ClassId string
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- Moid string
- The unique identifier of this Managed Object instance.
- ObjectType string
- The fully-qualified name of the remote type referred by this relationship.
- Selector string
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
 
- additionalProperties String
- classId String
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- moid String
- The unique identifier of this Managed Object instance.
- objectType String
- The fully-qualified name of the remote type referred by this relationship.
- selector String
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
 
- additionalProperties string
- classId string
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- moid string
- The unique identifier of this Managed Object instance.
- objectType string
- The fully-qualified name of the remote type referred by this relationship.
- selector string
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
 
- additional_properties str
- class_id str
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- moid str
- The unique identifier of this Managed Object instance.
- object_type str
- The fully-qualified name of the remote type referred by this relationship.
- selector str
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
 
- additionalProperties String
- classId String
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- moid String
- The unique identifier of this Managed Object instance.
- objectType String
- The fully-qualified name of the remote type referred by this relationship.
- selector String
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
 
GetHyperflexNodePhysicalServer    
- AdditionalProperties string
- ClassId string
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- Moid string
- The unique identifier of this Managed Object instance.
- ObjectType string
- The fully-qualified name of the remote type referred by this relationship.
- Selector string
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
 
- AdditionalProperties string
- ClassId string
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- Moid string
- The unique identifier of this Managed Object instance.
- ObjectType string
- The fully-qualified name of the remote type referred by this relationship.
- Selector string
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
 
- additionalProperties String
- classId String
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- moid String
- The unique identifier of this Managed Object instance.
- objectType String
- The fully-qualified name of the remote type referred by this relationship.
- selector String
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
 
- additionalProperties string
- classId string
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- moid string
- The unique identifier of this Managed Object instance.
- objectType string
- The fully-qualified name of the remote type referred by this relationship.
- selector string
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
 
- additional_properties str
- class_id str
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- moid str
- The unique identifier of this Managed Object instance.
- object_type str
- The fully-qualified name of the remote type referred by this relationship.
- selector str
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
 
- additionalProperties String
- classId String
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- moid String
- The unique identifier of this Managed Object instance.
- objectType String
- The fully-qualified name of the remote type referred by this relationship.
- selector String
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
 
GetHyperflexNodeResult   
- AccountMoid string
- The Account ID for this managed object.
- AdditionalProperties string
- Ancestors
List<GetHyperflex Node Result Ancestor> 
- BuildNumber string
- The build number of the hypervisor running on the host.
- ClassId string
- ClusterMembers List<GetHyperflex Node Result Cluster Member> 
- Clusters
List<GetHyperflex Node Result Cluster> 
- CreateTime string
- The time when this managed object was created.
- DisplayVersion string
- The user-friendly string representation of the hypervisor version of the host.
- DomainGroup stringMoid 
- The DomainGroup ID for this managed object.
- Drives
List<GetHyperflex Node Result Drife> 
- EmptySlots List<string>Lists 
- HostName string
- The hostname configured for the hypervisor running on the host.
- HxdpData List<GetIps Hyperflex Node Result Hxdp Data Ip> 
- HxdpMmgt List<GetIps Hyperflex Node Result Hxdp Mmgt Ip> 
- Hypervisor string
- The type of hypervisor running on the host.
- HypervisorData List<GetIps Hyperflex Node Result Hypervisor Data Ip> 
- Identities
List<GetHyperflex Node Result Identity> 
- Ips
List<GetHyperflex Node Result Ip> 
- Lockdown bool
- The admin state of lockdown mode on the host. If 'true', lockdown mode is enabled.
- ModTime string
- The time when this managed object was last modified.
- ModelNumber string
- The model of the host server.
- Moid string
- The unique identifier of this Managed Object instance.
- NodeMaintenance stringMode 
- The status of maintenance mode on the HyperFlex node.* Unknown- The maintenance mode status could not be determined.*InMaintenanceMode- The node has maintenance mode enabled. The node has been temporarily been relinquished from the cluster to allow for maintenance operations.*NotInMaintenanceMode- The node does not have maintenance mode enabled.
- NodeStatus string
- The operational status of the HyperFlex node.* Unknown- The default operational status of a HyperFlex node.*Invalid- The status of the node cannot be determined by the storage platform.*Ready- The platform node has been acknowledged by the cluster.*Unpublished- The node is not yet added to the storage cluster.*Deleted- The node has been removed from the cluster.*Blocked- The node is blocked from being added to the cluster.*Blacklisted- The deprecated value for 'Blocked'. It is included to maintain backwards compatibility with clusters running a HyperFlex Data Platform version older than 5.0(1a).*Allowed- The node is allowed to be added to the cluster.*Whitelisted- The deprecated value for 'Allowed'. It is included to maintain backwards compatibility with clusters running a HyperFlex Data Platform version older than 5.0(1a).*InMaintenance- The node is in maintenance mode. It has been temporarily relinquished from the cluster to allow for maintenance operations such as software upgrades.*Online- The node is participating in the storage cluster and is available for storage operations.*Offline- The node is part of the storage cluster, but is not available for storage operations.
- NodeUuid string
- The unique identifier of the HyperFlex node.
- NrVersion string
- The version of the hypervisor running on the host.
- ObjectType string
- Owners List<string>
- Parents
List<GetHyperflex Node Result Parent> 
- PermissionResources List<GetHyperflex Node Result Permission Resource> 
- PhysicalServers List<GetHyperflex Node Result Physical Server> 
- Role string
- The role of the host in the HyperFlex cluster. Specifies whether this host is used for compute or for both compute and storage.* UNKNOWN- The role of the HyperFlex cluster node is not known.*STORAGE- The HyperFlex cluster node provides both storage and compute resources for the cluster.*COMPUTE- The HyperFlex cluster node provides compute resources for the cluster.
- SerialNumber string
- The serial of the host server.
- string
- Intersight provides pre-built workflows, tasks and policies to end users through global catalogs.Objects that are made available through global catalogs are said to have a 'shared' ownership. Shared objects are either made globally available to all end users or restricted to end users based on their license entitlement. Users can use this property to differentiate the scope (global or a specific license tier) to which a shared MO belongs.
- SiteInfos List<GetHyperflex Node Result Site Info> 
- Status string
- The status of the host. Indicates whether the hypervisor is online.* UNKNOWN- The host status cannot be determined.*ONLINE- The host is online and operational.*OFFLINE- The host is offline and is currently not participating in the HyperFlex cluster.*INMAINTENANCE- The host is not participating in the HyperFlex cluster because of a maintenance operation, such as firmware or data platform upgrade.*DEGRADED- The host is degraded and may not be performing in its full operational capacity.
- 
List<GetHyperflex Node Result Tag> 
- VersionContexts List<GetHyperflex Node Result Version Context> 
- AccountMoid string
- The Account ID for this managed object.
- AdditionalProperties string
- Ancestors
[]GetHyperflex Node Result Ancestor 
- BuildNumber string
- The build number of the hypervisor running on the host.
- ClassId string
- ClusterMembers []GetHyperflex Node Result Cluster Member 
- Clusters
[]GetHyperflex Node Result Cluster 
- CreateTime string
- The time when this managed object was created.
- DisplayVersion string
- The user-friendly string representation of the hypervisor version of the host.
- DomainGroup stringMoid 
- The DomainGroup ID for this managed object.
- Drives
[]GetHyperflex Node Result Drife 
- EmptySlots []stringLists 
- HostName string
- The hostname configured for the hypervisor running on the host.
- HxdpData []GetIps Hyperflex Node Result Hxdp Data Ip 
- HxdpMmgt []GetIps Hyperflex Node Result Hxdp Mmgt Ip 
- Hypervisor string
- The type of hypervisor running on the host.
- HypervisorData []GetIps Hyperflex Node Result Hypervisor Data Ip 
- Identities
[]GetHyperflex Node Result Identity 
- Ips
[]GetHyperflex Node Result Ip 
- Lockdown bool
- The admin state of lockdown mode on the host. If 'true', lockdown mode is enabled.
- ModTime string
- The time when this managed object was last modified.
- ModelNumber string
- The model of the host server.
- Moid string
- The unique identifier of this Managed Object instance.
- NodeMaintenance stringMode 
- The status of maintenance mode on the HyperFlex node.* Unknown- The maintenance mode status could not be determined.*InMaintenanceMode- The node has maintenance mode enabled. The node has been temporarily been relinquished from the cluster to allow for maintenance operations.*NotInMaintenanceMode- The node does not have maintenance mode enabled.
- NodeStatus string
- The operational status of the HyperFlex node.* Unknown- The default operational status of a HyperFlex node.*Invalid- The status of the node cannot be determined by the storage platform.*Ready- The platform node has been acknowledged by the cluster.*Unpublished- The node is not yet added to the storage cluster.*Deleted- The node has been removed from the cluster.*Blocked- The node is blocked from being added to the cluster.*Blacklisted- The deprecated value for 'Blocked'. It is included to maintain backwards compatibility with clusters running a HyperFlex Data Platform version older than 5.0(1a).*Allowed- The node is allowed to be added to the cluster.*Whitelisted- The deprecated value for 'Allowed'. It is included to maintain backwards compatibility with clusters running a HyperFlex Data Platform version older than 5.0(1a).*InMaintenance- The node is in maintenance mode. It has been temporarily relinquished from the cluster to allow for maintenance operations such as software upgrades.*Online- The node is participating in the storage cluster and is available for storage operations.*Offline- The node is part of the storage cluster, but is not available for storage operations.
- NodeUuid string
- The unique identifier of the HyperFlex node.
- NrVersion string
- The version of the hypervisor running on the host.
- ObjectType string
- Owners []string
- Parents
[]GetHyperflex Node Result Parent 
- PermissionResources []GetHyperflex Node Result Permission Resource 
- PhysicalServers []GetHyperflex Node Result Physical Server 
- Role string
- The role of the host in the HyperFlex cluster. Specifies whether this host is used for compute or for both compute and storage.* UNKNOWN- The role of the HyperFlex cluster node is not known.*STORAGE- The HyperFlex cluster node provides both storage and compute resources for the cluster.*COMPUTE- The HyperFlex cluster node provides compute resources for the cluster.
- SerialNumber string
- The serial of the host server.
- string
- Intersight provides pre-built workflows, tasks and policies to end users through global catalogs.Objects that are made available through global catalogs are said to have a 'shared' ownership. Shared objects are either made globally available to all end users or restricted to end users based on their license entitlement. Users can use this property to differentiate the scope (global or a specific license tier) to which a shared MO belongs.
- SiteInfos []GetHyperflex Node Result Site Info 
- Status string
- The status of the host. Indicates whether the hypervisor is online.* UNKNOWN- The host status cannot be determined.*ONLINE- The host is online and operational.*OFFLINE- The host is offline and is currently not participating in the HyperFlex cluster.*INMAINTENANCE- The host is not participating in the HyperFlex cluster because of a maintenance operation, such as firmware or data platform upgrade.*DEGRADED- The host is degraded and may not be performing in its full operational capacity.
- 
[]GetHyperflex Node Result Tag 
- VersionContexts []GetHyperflex Node Result Version Context 
- accountMoid String
- The Account ID for this managed object.
- additionalProperties String
- ancestors
List<GetHyperflex Node Result Ancestor> 
- buildNumber String
- The build number of the hypervisor running on the host.
- classId String
- clusterMembers List<GetHyperflex Node Result Cluster Member> 
- clusters
List<GetHyperflex Node Result Cluster> 
- createTime String
- The time when this managed object was created.
- displayVersion String
- The user-friendly string representation of the hypervisor version of the host.
- domainGroup StringMoid 
- The DomainGroup ID for this managed object.
- drives
List<GetHyperflex Node Result Drife> 
- emptySlots List<String>Lists 
- hostName String
- The hostname configured for the hypervisor running on the host.
- hxdpData List<GetIps Hyperflex Node Result Hxdp Data Ip> 
- hxdpMmgt List<GetIps Hyperflex Node Result Hxdp Mmgt Ip> 
- hypervisor String
- The type of hypervisor running on the host.
- hypervisorData List<GetIps Hyperflex Node Result Hypervisor Data Ip> 
- identities
List<GetHyperflex Node Result Identity> 
- ips
List<GetHyperflex Node Result Ip> 
- lockdown Boolean
- The admin state of lockdown mode on the host. If 'true', lockdown mode is enabled.
- modTime String
- The time when this managed object was last modified.
- modelNumber String
- The model of the host server.
- moid String
- The unique identifier of this Managed Object instance.
- nodeMaintenance StringMode 
- The status of maintenance mode on the HyperFlex node.* Unknown- The maintenance mode status could not be determined.*InMaintenanceMode- The node has maintenance mode enabled. The node has been temporarily been relinquished from the cluster to allow for maintenance operations.*NotInMaintenanceMode- The node does not have maintenance mode enabled.
- nodeStatus String
- The operational status of the HyperFlex node.* Unknown- The default operational status of a HyperFlex node.*Invalid- The status of the node cannot be determined by the storage platform.*Ready- The platform node has been acknowledged by the cluster.*Unpublished- The node is not yet added to the storage cluster.*Deleted- The node has been removed from the cluster.*Blocked- The node is blocked from being added to the cluster.*Blacklisted- The deprecated value for 'Blocked'. It is included to maintain backwards compatibility with clusters running a HyperFlex Data Platform version older than 5.0(1a).*Allowed- The node is allowed to be added to the cluster.*Whitelisted- The deprecated value for 'Allowed'. It is included to maintain backwards compatibility with clusters running a HyperFlex Data Platform version older than 5.0(1a).*InMaintenance- The node is in maintenance mode. It has been temporarily relinquished from the cluster to allow for maintenance operations such as software upgrades.*Online- The node is participating in the storage cluster and is available for storage operations.*Offline- The node is part of the storage cluster, but is not available for storage operations.
- nodeUuid String
- The unique identifier of the HyperFlex node.
- nrVersion String
- The version of the hypervisor running on the host.
- objectType String
- owners List<String>
- parents
List<GetHyperflex Node Result Parent> 
- permissionResources List<GetHyperflex Node Result Permission Resource> 
- physicalServers List<GetHyperflex Node Result Physical Server> 
- role String
- The role of the host in the HyperFlex cluster. Specifies whether this host is used for compute or for both compute and storage.* UNKNOWN- The role of the HyperFlex cluster node is not known.*STORAGE- The HyperFlex cluster node provides both storage and compute resources for the cluster.*COMPUTE- The HyperFlex cluster node provides compute resources for the cluster.
- serialNumber String
- The serial of the host server.
- String
- Intersight provides pre-built workflows, tasks and policies to end users through global catalogs.Objects that are made available through global catalogs are said to have a 'shared' ownership. Shared objects are either made globally available to all end users or restricted to end users based on their license entitlement. Users can use this property to differentiate the scope (global or a specific license tier) to which a shared MO belongs.
- siteInfos List<GetHyperflex Node Result Site Info> 
- status String
- The status of the host. Indicates whether the hypervisor is online.* UNKNOWN- The host status cannot be determined.*ONLINE- The host is online and operational.*OFFLINE- The host is offline and is currently not participating in the HyperFlex cluster.*INMAINTENANCE- The host is not participating in the HyperFlex cluster because of a maintenance operation, such as firmware or data platform upgrade.*DEGRADED- The host is degraded and may not be performing in its full operational capacity.
- 
List<GetHyperflex Node Result Tag> 
- versionContexts List<GetHyperflex Node Result Version Context> 
- accountMoid string
- The Account ID for this managed object.
- additionalProperties string
- ancestors
GetHyperflex Node Result Ancestor[] 
- buildNumber string
- The build number of the hypervisor running on the host.
- classId string
- clusterMembers GetHyperflex Node Result Cluster Member[] 
- clusters
GetHyperflex Node Result Cluster[] 
- createTime string
- The time when this managed object was created.
- displayVersion string
- The user-friendly string representation of the hypervisor version of the host.
- domainGroup stringMoid 
- The DomainGroup ID for this managed object.
- drives
GetHyperflex Node Result Drife[] 
- emptySlots string[]Lists 
- hostName string
- The hostname configured for the hypervisor running on the host.
- hxdpData GetIps Hyperflex Node Result Hxdp Data Ip[] 
- hxdpMmgt GetIps Hyperflex Node Result Hxdp Mmgt Ip[] 
- hypervisor string
- The type of hypervisor running on the host.
- hypervisorData GetIps Hyperflex Node Result Hypervisor Data Ip[] 
- identities
GetHyperflex Node Result Identity[] 
- ips
GetHyperflex Node Result Ip[] 
- lockdown boolean
- The admin state of lockdown mode on the host. If 'true', lockdown mode is enabled.
- modTime string
- The time when this managed object was last modified.
- modelNumber string
- The model of the host server.
- moid string
- The unique identifier of this Managed Object instance.
- nodeMaintenance stringMode 
- The status of maintenance mode on the HyperFlex node.* Unknown- The maintenance mode status could not be determined.*InMaintenanceMode- The node has maintenance mode enabled. The node has been temporarily been relinquished from the cluster to allow for maintenance operations.*NotInMaintenanceMode- The node does not have maintenance mode enabled.
- nodeStatus string
- The operational status of the HyperFlex node.* Unknown- The default operational status of a HyperFlex node.*Invalid- The status of the node cannot be determined by the storage platform.*Ready- The platform node has been acknowledged by the cluster.*Unpublished- The node is not yet added to the storage cluster.*Deleted- The node has been removed from the cluster.*Blocked- The node is blocked from being added to the cluster.*Blacklisted- The deprecated value for 'Blocked'. It is included to maintain backwards compatibility with clusters running a HyperFlex Data Platform version older than 5.0(1a).*Allowed- The node is allowed to be added to the cluster.*Whitelisted- The deprecated value for 'Allowed'. It is included to maintain backwards compatibility with clusters running a HyperFlex Data Platform version older than 5.0(1a).*InMaintenance- The node is in maintenance mode. It has been temporarily relinquished from the cluster to allow for maintenance operations such as software upgrades.*Online- The node is participating in the storage cluster and is available for storage operations.*Offline- The node is part of the storage cluster, but is not available for storage operations.
- nodeUuid string
- The unique identifier of the HyperFlex node.
- nrVersion string
- The version of the hypervisor running on the host.
- objectType string
- owners string[]
- parents
GetHyperflex Node Result Parent[] 
- permissionResources GetHyperflex Node Result Permission Resource[] 
- physicalServers GetHyperflex Node Result Physical Server[] 
- role string
- The role of the host in the HyperFlex cluster. Specifies whether this host is used for compute or for both compute and storage.* UNKNOWN- The role of the HyperFlex cluster node is not known.*STORAGE- The HyperFlex cluster node provides both storage and compute resources for the cluster.*COMPUTE- The HyperFlex cluster node provides compute resources for the cluster.
- serialNumber string
- The serial of the host server.
- string
- Intersight provides pre-built workflows, tasks and policies to end users through global catalogs.Objects that are made available through global catalogs are said to have a 'shared' ownership. Shared objects are either made globally available to all end users or restricted to end users based on their license entitlement. Users can use this property to differentiate the scope (global or a specific license tier) to which a shared MO belongs.
- siteInfos GetHyperflex Node Result Site Info[] 
- status string
- The status of the host. Indicates whether the hypervisor is online.* UNKNOWN- The host status cannot be determined.*ONLINE- The host is online and operational.*OFFLINE- The host is offline and is currently not participating in the HyperFlex cluster.*INMAINTENANCE- The host is not participating in the HyperFlex cluster because of a maintenance operation, such as firmware or data platform upgrade.*DEGRADED- The host is degraded and may not be performing in its full operational capacity.
- 
GetHyperflex Node Result Tag[] 
- versionContexts GetHyperflex Node Result Version Context[] 
- account_moid str
- The Account ID for this managed object.
- additional_properties str
- ancestors
Sequence[GetHyperflex Node Result Ancestor] 
- build_number str
- The build number of the hypervisor running on the host.
- class_id str
- cluster_members Sequence[GetHyperflex Node Result Cluster Member] 
- clusters
Sequence[GetHyperflex Node Result Cluster] 
- create_time str
- The time when this managed object was created.
- display_version str
- The user-friendly string representation of the hypervisor version of the host.
- domain_group_ strmoid 
- The DomainGroup ID for this managed object.
- drives
Sequence[GetHyperflex Node Result Drife] 
- empty_slots_ Sequence[str]lists 
- host_name str
- The hostname configured for the hypervisor running on the host.
- hxdp_data_ Sequence[Getips Hyperflex Node Result Hxdp Data Ip] 
- hxdp_mmgt_ Sequence[Getips Hyperflex Node Result Hxdp Mmgt Ip] 
- hypervisor str
- The type of hypervisor running on the host.
- hypervisor_data_ Sequence[Getips Hyperflex Node Result Hypervisor Data Ip] 
- identities
Sequence[GetHyperflex Node Result Identity] 
- ips
Sequence[GetHyperflex Node Result Ip] 
- lockdown bool
- The admin state of lockdown mode on the host. If 'true', lockdown mode is enabled.
- mod_time str
- The time when this managed object was last modified.
- model_number str
- The model of the host server.
- moid str
- The unique identifier of this Managed Object instance.
- node_maintenance_ strmode 
- The status of maintenance mode on the HyperFlex node.* Unknown- The maintenance mode status could not be determined.*InMaintenanceMode- The node has maintenance mode enabled. The node has been temporarily been relinquished from the cluster to allow for maintenance operations.*NotInMaintenanceMode- The node does not have maintenance mode enabled.
- node_status str
- The operational status of the HyperFlex node.* Unknown- The default operational status of a HyperFlex node.*Invalid- The status of the node cannot be determined by the storage platform.*Ready- The platform node has been acknowledged by the cluster.*Unpublished- The node is not yet added to the storage cluster.*Deleted- The node has been removed from the cluster.*Blocked- The node is blocked from being added to the cluster.*Blacklisted- The deprecated value for 'Blocked'. It is included to maintain backwards compatibility with clusters running a HyperFlex Data Platform version older than 5.0(1a).*Allowed- The node is allowed to be added to the cluster.*Whitelisted- The deprecated value for 'Allowed'. It is included to maintain backwards compatibility with clusters running a HyperFlex Data Platform version older than 5.0(1a).*InMaintenance- The node is in maintenance mode. It has been temporarily relinquished from the cluster to allow for maintenance operations such as software upgrades.*Online- The node is participating in the storage cluster and is available for storage operations.*Offline- The node is part of the storage cluster, but is not available for storage operations.
- node_uuid str
- The unique identifier of the HyperFlex node.
- nr_version str
- The version of the hypervisor running on the host.
- object_type str
- owners Sequence[str]
- parents
Sequence[GetHyperflex Node Result Parent] 
- permission_resources Sequence[GetHyperflex Node Result Permission Resource] 
- physical_servers Sequence[GetHyperflex Node Result Physical Server] 
- role str
- The role of the host in the HyperFlex cluster. Specifies whether this host is used for compute or for both compute and storage.* UNKNOWN- The role of the HyperFlex cluster node is not known.*STORAGE- The HyperFlex cluster node provides both storage and compute resources for the cluster.*COMPUTE- The HyperFlex cluster node provides compute resources for the cluster.
- serial_number str
- The serial of the host server.
- str
- Intersight provides pre-built workflows, tasks and policies to end users through global catalogs.Objects that are made available through global catalogs are said to have a 'shared' ownership. Shared objects are either made globally available to all end users or restricted to end users based on their license entitlement. Users can use this property to differentiate the scope (global or a specific license tier) to which a shared MO belongs.
- site_infos Sequence[GetHyperflex Node Result Site Info] 
- status str
- The status of the host. Indicates whether the hypervisor is online.* UNKNOWN- The host status cannot be determined.*ONLINE- The host is online and operational.*OFFLINE- The host is offline and is currently not participating in the HyperFlex cluster.*INMAINTENANCE- The host is not participating in the HyperFlex cluster because of a maintenance operation, such as firmware or data platform upgrade.*DEGRADED- The host is degraded and may not be performing in its full operational capacity.
- 
Sequence[GetHyperflex Node Result Tag] 
- version_contexts Sequence[GetHyperflex Node Result Version Context] 
- accountMoid String
- The Account ID for this managed object.
- additionalProperties String
- ancestors List<Property Map>
- buildNumber String
- The build number of the hypervisor running on the host.
- classId String
- clusterMembers List<Property Map>
- clusters List<Property Map>
- createTime String
- The time when this managed object was created.
- displayVersion String
- The user-friendly string representation of the hypervisor version of the host.
- domainGroup StringMoid 
- The DomainGroup ID for this managed object.
- drives List<Property Map>
- emptySlots List<String>Lists 
- hostName String
- The hostname configured for the hypervisor running on the host.
- hxdpData List<Property Map>Ips 
- hxdpMmgt List<Property Map>Ips 
- hypervisor String
- The type of hypervisor running on the host.
- hypervisorData List<Property Map>Ips 
- identities List<Property Map>
- ips List<Property Map>
- lockdown Boolean
- The admin state of lockdown mode on the host. If 'true', lockdown mode is enabled.
- modTime String
- The time when this managed object was last modified.
- modelNumber String
- The model of the host server.
- moid String
- The unique identifier of this Managed Object instance.
- nodeMaintenance StringMode 
- The status of maintenance mode on the HyperFlex node.* Unknown- The maintenance mode status could not be determined.*InMaintenanceMode- The node has maintenance mode enabled. The node has been temporarily been relinquished from the cluster to allow for maintenance operations.*NotInMaintenanceMode- The node does not have maintenance mode enabled.
- nodeStatus String
- The operational status of the HyperFlex node.* Unknown- The default operational status of a HyperFlex node.*Invalid- The status of the node cannot be determined by the storage platform.*Ready- The platform node has been acknowledged by the cluster.*Unpublished- The node is not yet added to the storage cluster.*Deleted- The node has been removed from the cluster.*Blocked- The node is blocked from being added to the cluster.*Blacklisted- The deprecated value for 'Blocked'. It is included to maintain backwards compatibility with clusters running a HyperFlex Data Platform version older than 5.0(1a).*Allowed- The node is allowed to be added to the cluster.*Whitelisted- The deprecated value for 'Allowed'. It is included to maintain backwards compatibility with clusters running a HyperFlex Data Platform version older than 5.0(1a).*InMaintenance- The node is in maintenance mode. It has been temporarily relinquished from the cluster to allow for maintenance operations such as software upgrades.*Online- The node is participating in the storage cluster and is available for storage operations.*Offline- The node is part of the storage cluster, but is not available for storage operations.
- nodeUuid String
- The unique identifier of the HyperFlex node.
- nrVersion String
- The version of the hypervisor running on the host.
- objectType String
- owners List<String>
- parents List<Property Map>
- permissionResources List<Property Map>
- physicalServers List<Property Map>
- role String
- The role of the host in the HyperFlex cluster. Specifies whether this host is used for compute or for both compute and storage.* UNKNOWN- The role of the HyperFlex cluster node is not known.*STORAGE- The HyperFlex cluster node provides both storage and compute resources for the cluster.*COMPUTE- The HyperFlex cluster node provides compute resources for the cluster.
- serialNumber String
- The serial of the host server.
- String
- Intersight provides pre-built workflows, tasks and policies to end users through global catalogs.Objects that are made available through global catalogs are said to have a 'shared' ownership. Shared objects are either made globally available to all end users or restricted to end users based on their license entitlement. Users can use this property to differentiate the scope (global or a specific license tier) to which a shared MO belongs.
- siteInfos List<Property Map>
- status String
- The status of the host. Indicates whether the hypervisor is online.* UNKNOWN- The host status cannot be determined.*ONLINE- The host is online and operational.*OFFLINE- The host is offline and is currently not participating in the HyperFlex cluster.*INMAINTENANCE- The host is not participating in the HyperFlex cluster because of a maintenance operation, such as firmware or data platform upgrade.*DEGRADED- The host is degraded and may not be performing in its full operational capacity.
- List<Property Map>
- versionContexts List<Property Map>
GetHyperflexNodeResultAncestor    
- AdditionalProperties string
- ClassId string
- Moid string
- The unique identifier of this Managed Object instance.
- ObjectType string
- Selector string
- AdditionalProperties string
- ClassId string
- Moid string
- The unique identifier of this Managed Object instance.
- ObjectType string
- Selector string
- additionalProperties String
- classId String
- moid String
- The unique identifier of this Managed Object instance.
- objectType String
- selector String
- additionalProperties string
- classId string
- moid string
- The unique identifier of this Managed Object instance.
- objectType string
- selector string
- additional_properties str
- class_id str
- moid str
- The unique identifier of this Managed Object instance.
- object_type str
- selector str
- additionalProperties String
- classId String
- moid String
- The unique identifier of this Managed Object instance.
- objectType String
- selector String
GetHyperflexNodeResultCluster    
- AdditionalProperties string
- ClassId string
- Moid string
- The unique identifier of this Managed Object instance.
- ObjectType string
- Selector string
- AdditionalProperties string
- ClassId string
- Moid string
- The unique identifier of this Managed Object instance.
- ObjectType string
- Selector string
- additionalProperties String
- classId String
- moid String
- The unique identifier of this Managed Object instance.
- objectType String
- selector String
- additionalProperties string
- classId string
- moid string
- The unique identifier of this Managed Object instance.
- objectType string
- selector string
- additional_properties str
- class_id str
- moid str
- The unique identifier of this Managed Object instance.
- object_type str
- selector str
- additionalProperties String
- classId String
- moid String
- The unique identifier of this Managed Object instance.
- objectType String
- selector String
GetHyperflexNodeResultClusterMember     
- AdditionalProperties string
- ClassId string
- Moid string
- The unique identifier of this Managed Object instance.
- ObjectType string
- Selector string
- AdditionalProperties string
- ClassId string
- Moid string
- The unique identifier of this Managed Object instance.
- ObjectType string
- Selector string
- additionalProperties String
- classId String
- moid String
- The unique identifier of this Managed Object instance.
- objectType String
- selector String
- additionalProperties string
- classId string
- moid string
- The unique identifier of this Managed Object instance.
- objectType string
- selector string
- additional_properties str
- class_id str
- moid str
- The unique identifier of this Managed Object instance.
- object_type str
- selector str
- additionalProperties String
- classId String
- moid String
- The unique identifier of this Managed Object instance.
- objectType String
- selector String
GetHyperflexNodeResultDrife    
- AdditionalProperties string
- ClassId string
- Moid string
- The unique identifier of this Managed Object instance.
- ObjectType string
- Selector string
- AdditionalProperties string
- ClassId string
- Moid string
- The unique identifier of this Managed Object instance.
- ObjectType string
- Selector string
- additionalProperties String
- classId String
- moid String
- The unique identifier of this Managed Object instance.
- objectType String
- selector String
- additionalProperties string
- classId string
- moid string
- The unique identifier of this Managed Object instance.
- objectType string
- selector string
- additional_properties str
- class_id str
- moid str
- The unique identifier of this Managed Object instance.
- object_type str
- selector str
- additionalProperties String
- classId String
- moid String
- The unique identifier of this Managed Object instance.
- objectType String
- selector String
GetHyperflexNodeResultHxdpDataIp      
- AdditionalProperties string
- Address string
- ClassId string
- Fqdn string
- Ip string
- ObjectType string
- AdditionalProperties string
- Address string
- ClassId string
- Fqdn string
- Ip string
- ObjectType string
- additionalProperties String
- address String
- classId String
- fqdn String
- ip String
- objectType String
- additionalProperties string
- address string
- classId string
- fqdn string
- ip string
- objectType string
- additional_properties str
- address str
- class_id str
- fqdn str
- ip str
- object_type str
- additionalProperties String
- address String
- classId String
- fqdn String
- ip String
- objectType String
GetHyperflexNodeResultHxdpMmgtIp      
- AdditionalProperties string
- Address string
- ClassId string
- Fqdn string
- Ip string
- ObjectType string
- AdditionalProperties string
- Address string
- ClassId string
- Fqdn string
- Ip string
- ObjectType string
- additionalProperties String
- address String
- classId String
- fqdn String
- ip String
- objectType String
- additionalProperties string
- address string
- classId string
- fqdn string
- ip string
- objectType string
- additional_properties str
- address str
- class_id str
- fqdn str
- ip str
- object_type str
- additionalProperties String
- address String
- classId String
- fqdn String
- ip String
- objectType String
GetHyperflexNodeResultHypervisorDataIp      
- AdditionalProperties string
- Address string
- ClassId string
- Fqdn string
- Ip string
- ObjectType string
- AdditionalProperties string
- Address string
- ClassId string
- Fqdn string
- Ip string
- ObjectType string
- additionalProperties String
- address String
- classId String
- fqdn String
- ip String
- objectType String
- additionalProperties string
- address string
- classId string
- fqdn string
- ip string
- objectType string
- additional_properties str
- address str
- class_id str
- fqdn str
- ip str
- object_type str
- additionalProperties String
- address String
- classId String
- fqdn String
- ip String
- objectType String
GetHyperflexNodeResultIdentity    
- AdditionalProperties string
- ClassId string
- Links
List<GetHyperflex Node Result Identity Link> 
- ObjectType string
- Uuid string
- AdditionalProperties string
- ClassId string
- Links
[]GetHyperflex Node Result Identity Link 
- ObjectType string
- Uuid string
- additionalProperties String
- classId String
- links
List<GetHyperflex Node Result Identity Link> 
- objectType String
- uuid String
- additionalProperties string
- classId string
- links
GetHyperflex Node Result Identity Link[] 
- objectType string
- uuid string
- additionalProperties String
- classId String
- links List<Property Map>
- objectType String
- uuid String
GetHyperflexNodeResultIdentityLink     
- AdditionalProperties string
- ClassId string
- Comments string
- Href string
- Method string
- ObjectType string
- Rel string
- AdditionalProperties string
- ClassId string
- Comments string
- Href string
- Method string
- ObjectType string
- Rel string
- additionalProperties String
- classId String
- comments String
- href String
- method String
- objectType String
- rel String
- additionalProperties string
- classId string
- comments string
- href string
- method string
- objectType string
- rel string
- additional_properties str
- class_id str
- comments str
- href str
- method str
- object_type str
- rel str
- additionalProperties String
- classId String
- comments String
- href String
- method String
- objectType String
- rel String
GetHyperflexNodeResultIp    
- AdditionalProperties string
- Address string
- ClassId string
- Fqdn string
- Ip string
- ObjectType string
- AdditionalProperties string
- Address string
- ClassId string
- Fqdn string
- Ip string
- ObjectType string
- additionalProperties String
- address String
- classId String
- fqdn String
- ip String
- objectType String
- additionalProperties string
- address string
- classId string
- fqdn string
- ip string
- objectType string
- additional_properties str
- address str
- class_id str
- fqdn str
- ip str
- object_type str
- additionalProperties String
- address String
- classId String
- fqdn String
- ip String
- objectType String
GetHyperflexNodeResultParent    
- AdditionalProperties string
- ClassId string
- Moid string
- The unique identifier of this Managed Object instance.
- ObjectType string
- Selector string
- AdditionalProperties string
- ClassId string
- Moid string
- The unique identifier of this Managed Object instance.
- ObjectType string
- Selector string
- additionalProperties String
- classId String
- moid String
- The unique identifier of this Managed Object instance.
- objectType String
- selector String
- additionalProperties string
- classId string
- moid string
- The unique identifier of this Managed Object instance.
- objectType string
- selector string
- additional_properties str
- class_id str
- moid str
- The unique identifier of this Managed Object instance.
- object_type str
- selector str
- additionalProperties String
- classId String
- moid String
- The unique identifier of this Managed Object instance.
- objectType String
- selector String
GetHyperflexNodeResultPermissionResource     
- AdditionalProperties string
- ClassId string
- Moid string
- The unique identifier of this Managed Object instance.
- ObjectType string
- Selector string
- AdditionalProperties string
- ClassId string
- Moid string
- The unique identifier of this Managed Object instance.
- ObjectType string
- Selector string
- additionalProperties String
- classId String
- moid String
- The unique identifier of this Managed Object instance.
- objectType String
- selector String
- additionalProperties string
- classId string
- moid string
- The unique identifier of this Managed Object instance.
- objectType string
- selector string
- additional_properties str
- class_id str
- moid str
- The unique identifier of this Managed Object instance.
- object_type str
- selector str
- additionalProperties String
- classId String
- moid String
- The unique identifier of this Managed Object instance.
- objectType String
- selector String
GetHyperflexNodeResultPhysicalServer     
- AdditionalProperties string
- ClassId string
- Moid string
- The unique identifier of this Managed Object instance.
- ObjectType string
- Selector string
- AdditionalProperties string
- ClassId string
- Moid string
- The unique identifier of this Managed Object instance.
- ObjectType string
- Selector string
- additionalProperties String
- classId String
- moid String
- The unique identifier of this Managed Object instance.
- objectType String
- selector String
- additionalProperties string
- classId string
- moid string
- The unique identifier of this Managed Object instance.
- objectType string
- selector string
- additional_properties str
- class_id str
- moid str
- The unique identifier of this Managed Object instance.
- object_type str
- selector str
- additionalProperties String
- classId String
- moid String
- The unique identifier of this Managed Object instance.
- objectType String
- selector String
GetHyperflexNodeResultSiteInfo     
- AdditionalProperties string
- ClassId string
- Name string
- NumNodes double
- ObjectType string
- ZoneUuid string
- AdditionalProperties string
- ClassId string
- Name string
- NumNodes float64
- ObjectType string
- ZoneUuid string
- additionalProperties String
- classId String
- name String
- numNodes Double
- objectType String
- zoneUuid String
- additionalProperties string
- classId string
- name string
- numNodes number
- objectType string
- zoneUuid string
- additional_properties str
- class_id str
- name str
- num_nodes float
- object_type str
- zone_uuid str
- additionalProperties String
- classId String
- name String
- numNodes Number
- objectType String
- zoneUuid String
GetHyperflexNodeResultTag    
- AdditionalProperties string
- Key string
- Value string
- AdditionalProperties string
- Key string
- Value string
- additionalProperties String
- key String
- value String
- additionalProperties string
- key string
- value string
- additional_properties str
- key str
- value str
- additionalProperties String
- key String
- value String
GetHyperflexNodeResultVersionContext     
- AdditionalProperties string
- ClassId string
- InterestedMos List<GetHyperflex Node Result Version Context Interested Mo> 
- MarkedFor boolDeletion 
- NrVersion string
- The version of the hypervisor running on the host.
- ObjectType string
- RefMos List<GetHyperflex Node Result Version Context Ref Mo> 
- Timestamp string
- VersionType string
- AdditionalProperties string
- ClassId string
- InterestedMos []GetHyperflex Node Result Version Context Interested Mo 
- MarkedFor boolDeletion 
- NrVersion string
- The version of the hypervisor running on the host.
- ObjectType string
- RefMos []GetHyperflex Node Result Version Context Ref Mo 
- Timestamp string
- VersionType string
- additionalProperties String
- classId String
- interestedMos List<GetHyperflex Node Result Version Context Interested Mo> 
- markedFor BooleanDeletion 
- nrVersion String
- The version of the hypervisor running on the host.
- objectType String
- refMos List<GetHyperflex Node Result Version Context Ref Mo> 
- timestamp String
- versionType String
- additionalProperties string
- classId string
- interestedMos GetHyperflex Node Result Version Context Interested Mo[] 
- markedFor booleanDeletion 
- nrVersion string
- The version of the hypervisor running on the host.
- objectType string
- refMos GetHyperflex Node Result Version Context Ref Mo[] 
- timestamp string
- versionType string
- additional_properties str
- class_id str
- interested_mos Sequence[GetHyperflex Node Result Version Context Interested Mo] 
- marked_for_ booldeletion 
- nr_version str
- The version of the hypervisor running on the host.
- object_type str
- ref_mos Sequence[GetHyperflex Node Result Version Context Ref Mo] 
- timestamp str
- version_type str
- additionalProperties String
- classId String
- interestedMos List<Property Map>
- markedFor BooleanDeletion 
- nrVersion String
- The version of the hypervisor running on the host.
- objectType String
- refMos List<Property Map>
- timestamp String
- versionType String
GetHyperflexNodeResultVersionContextInterestedMo       
- AdditionalProperties string
- ClassId string
- Moid string
- The unique identifier of this Managed Object instance.
- ObjectType string
- Selector string
- AdditionalProperties string
- ClassId string
- Moid string
- The unique identifier of this Managed Object instance.
- ObjectType string
- Selector string
- additionalProperties String
- classId String
- moid String
- The unique identifier of this Managed Object instance.
- objectType String
- selector String
- additionalProperties string
- classId string
- moid string
- The unique identifier of this Managed Object instance.
- objectType string
- selector string
- additional_properties str
- class_id str
- moid str
- The unique identifier of this Managed Object instance.
- object_type str
- selector str
- additionalProperties String
- classId String
- moid String
- The unique identifier of this Managed Object instance.
- objectType String
- selector String
GetHyperflexNodeResultVersionContextRefMo       
- AdditionalProperties string
- ClassId string
- Moid string
- The unique identifier of this Managed Object instance.
- ObjectType string
- Selector string
- AdditionalProperties string
- ClassId string
- Moid string
- The unique identifier of this Managed Object instance.
- ObjectType string
- Selector string
- additionalProperties String
- classId String
- moid String
- The unique identifier of this Managed Object instance.
- objectType String
- selector String
- additionalProperties string
- classId string
- moid string
- The unique identifier of this Managed Object instance.
- objectType string
- selector string
- additional_properties str
- class_id str
- moid str
- The unique identifier of this Managed Object instance.
- object_type str
- selector str
- additionalProperties String
- classId String
- moid String
- The unique identifier of this Managed Object instance.
- objectType String
- selector String
GetHyperflexNodeSiteInfo    
- AdditionalProperties string
- ClassId string
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- Name string
- The name of the site for stretch cluster.
- NumNodes double
- Number of nodes in the Zone.
- ObjectType string
- The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
- ZoneUuid string
- The unique identifier of the zone for stretch cluster.
- AdditionalProperties string
- ClassId string
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- Name string
- The name of the site for stretch cluster.
- NumNodes float64
- Number of nodes in the Zone.
- ObjectType string
- The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
- ZoneUuid string
- The unique identifier of the zone for stretch cluster.
- additionalProperties String
- classId String
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- name String
- The name of the site for stretch cluster.
- numNodes Double
- Number of nodes in the Zone.
- objectType String
- The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
- zoneUuid String
- The unique identifier of the zone for stretch cluster.
- additionalProperties string
- classId string
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- name string
- The name of the site for stretch cluster.
- numNodes number
- Number of nodes in the Zone.
- objectType string
- The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
- zoneUuid string
- The unique identifier of the zone for stretch cluster.
- 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.
- name str
- The name of the site for stretch cluster.
- num_nodes float
- Number of nodes in the Zone.
- object_type str
- The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
- zone_uuid str
- The unique identifier of the zone for stretch cluster.
- additionalProperties String
- classId String
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- name String
- The name of the site for stretch cluster.
- numNodes Number
- Number of nodes in the Zone.
- objectType String
- The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
- zoneUuid String
- The unique identifier of the zone for stretch cluster.
GetHyperflexNodeTag   
- AdditionalProperties string
- Key string
- The string representation of a tag key.
- Value string
- The string representation of a tag value.
- AdditionalProperties string
- Key string
- The string representation of a tag key.
- Value string
- The string representation of a tag value.
- additionalProperties String
- key String
- The string representation of a tag key.
- value String
- The string representation of a tag value.
- additionalProperties string
- key string
- The string representation of a tag key.
- value string
- The string representation of a tag value.
- additional_properties str
- key str
- The string representation of a tag key.
- value str
- The string representation of a tag value.
- additionalProperties String
- key String
- The string representation of a tag key.
- value String
- The string representation of a tag value.
GetHyperflexNodeVersionContext    
- AdditionalProperties string
- ClassId string
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- InterestedMos List<GetHyperflex Node Version Context Interested Mo> 
- MarkedFor boolDeletion 
- The flag to indicate if snapshot is marked for deletion or not. If flag is set then snapshot will be removed after the successful deployment of the policy.
- NrVersion string
- The version of the hypervisor running on the host.
- ObjectType string
- The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
- RefMo GetHyperflex Node Version Context Ref Mo 
- A reference to the original Managed Object.
- Timestamp string
- The time this versioned Managed Object was created.
- VersionType string
- Specifies type of version. Currently the only supported value is "Configured"
that is used to keep track of snapshots of policies and profiles that are intended
to be configured to target endpoints.- Modified- Version created every time an object is modified.
- Configured- Version created every time an object is configured to the service profile.
- Deployed- Version created for objects related to a service profile when it is deployed.
 
- AdditionalProperties string
- ClassId string
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- InterestedMos []GetHyperflex Node Version Context Interested Mo 
- MarkedFor boolDeletion 
- The flag to indicate if snapshot is marked for deletion or not. If flag is set then snapshot will be removed after the successful deployment of the policy.
- NrVersion string
- The version of the hypervisor running on the host.
- ObjectType string
- The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
- RefMo GetHyperflex Node Version Context Ref Mo 
- A reference to the original Managed Object.
- Timestamp string
- The time this versioned Managed Object was created.
- VersionType string
- Specifies type of version. Currently the only supported value is "Configured"
that is used to keep track of snapshots of policies and profiles that are intended
to be configured to target endpoints.- Modified- Version created every time an object is modified.
- Configured- Version created every time an object is configured to the service profile.
- Deployed- Version created for objects related to a service profile when it is deployed.
 
- additionalProperties String
- classId String
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- interestedMos List<GetHyperflex Node Version Context Interested Mo> 
- markedFor BooleanDeletion 
- The flag to indicate if snapshot is marked for deletion or not. If flag is set then snapshot will be removed after the successful deployment of the policy.
- nrVersion String
- The version of the hypervisor running on the host.
- objectType String
- The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
- refMo GetHyperflex Node Version Context Ref Mo 
- A reference to the original Managed Object.
- timestamp String
- The time this versioned Managed Object was created.
- versionType String
- Specifies type of version. Currently the only supported value is "Configured"
that is used to keep track of snapshots of policies and profiles that are intended
to be configured to target endpoints.- Modified- Version created every time an object is modified.
- Configured- Version created every time an object is configured to the service profile.
- Deployed- Version created for objects related to a service profile when it is deployed.
 
- additionalProperties string
- classId string
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- interestedMos GetHyperflex Node Version Context Interested Mo[] 
- markedFor booleanDeletion 
- The flag to indicate if snapshot is marked for deletion or not. If flag is set then snapshot will be removed after the successful deployment of the policy.
- nrVersion string
- The version of the hypervisor running on the host.
- objectType string
- The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
- refMo GetHyperflex Node Version Context Ref Mo 
- A reference to the original Managed Object.
- timestamp string
- The time this versioned Managed Object was created.
- versionType string
- Specifies type of version. Currently the only supported value is "Configured"
that is used to keep track of snapshots of policies and profiles that are intended
to be configured to target endpoints.- Modified- Version created every time an object is modified.
- Configured- Version created every time an object is configured to the service profile.
- Deployed- Version created for objects related to a service profile when it is deployed.
 
- additional_properties str
- class_id str
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- interested_mos Sequence[GetHyperflex Node 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 hypervisor running on the host.
- object_type str
- The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
- ref_mo GetHyperflex Node Version Context Ref Mo 
- A reference to the original Managed Object.
- timestamp str
- The time this versioned Managed Object was created.
- version_type str
- Specifies type of version. Currently the only supported value is "Configured"
that is used to keep track of snapshots of policies and profiles that are intended
to be configured to target endpoints.- Modified- Version created every time an object is modified.
- Configured- Version created every time an object is configured to the service profile.
- Deployed- Version created for objects related to a service profile when it is deployed.
 
- additionalProperties String
- classId String
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- interestedMos List<Property Map>
- markedFor BooleanDeletion 
- The flag to indicate if snapshot is marked for deletion or not. If flag is set then snapshot will be removed after the successful deployment of the policy.
- nrVersion String
- The version of the hypervisor running on the host.
- objectType String
- The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
- refMo Property Map
- A reference to the original Managed Object.
- timestamp String
- The time this versioned Managed Object was created.
- versionType String
- Specifies type of version. Currently the only supported value is "Configured"
that is used to keep track of snapshots of policies and profiles that are intended
to be configured to target endpoints.- Modified- Version created every time an object is modified.
- Configured- Version created every time an object is configured to the service profile.
- Deployed- Version created for objects related to a service profile when it is deployed.
 
GetHyperflexNodeVersionContextInterestedMo      
- AdditionalProperties string
- ClassId string
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- Moid string
- The unique identifier of this Managed Object instance.
- ObjectType string
- The fully-qualified name of the remote type referred by this relationship.
- Selector string
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
 
- AdditionalProperties string
- ClassId string
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- Moid string
- The unique identifier of this Managed Object instance.
- ObjectType string
- The fully-qualified name of the remote type referred by this relationship.
- Selector string
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
 
- additionalProperties String
- classId String
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- moid String
- The unique identifier of this Managed Object instance.
- objectType String
- The fully-qualified name of the remote type referred by this relationship.
- selector String
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
 
- additionalProperties string
- classId string
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- moid string
- The unique identifier of this Managed Object instance.
- objectType string
- The fully-qualified name of the remote type referred by this relationship.
- selector string
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
 
- additional_properties str
- class_id str
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- moid str
- The unique identifier of this Managed Object instance.
- object_type str
- The fully-qualified name of the remote type referred by this relationship.
- selector str
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
 
- additionalProperties String
- classId String
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- moid String
- The unique identifier of this Managed Object instance.
- objectType String
- The fully-qualified name of the remote type referred by this relationship.
- selector String
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
 
GetHyperflexNodeVersionContextRefMo      
- AdditionalProperties string
- ClassId string
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- Moid string
- The unique identifier of this Managed Object instance.
- ObjectType string
- The fully-qualified name of the remote type referred by this relationship.
- Selector string
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
 
- AdditionalProperties string
- ClassId string
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- Moid string
- The unique identifier of this Managed Object instance.
- ObjectType string
- The fully-qualified name of the remote type referred by this relationship.
- Selector string
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
 
- additionalProperties String
- classId String
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- moid String
- The unique identifier of this Managed Object instance.
- objectType String
- The fully-qualified name of the remote type referred by this relationship.
- selector String
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
 
- additionalProperties string
- classId string
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- moid string
- The unique identifier of this Managed Object instance.
- objectType string
- The fully-qualified name of the remote type referred by this relationship.
- selector string
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
 
- additional_properties str
- class_id str
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- moid str
- The unique identifier of this Managed Object instance.
- object_type str
- The fully-qualified name of the remote type referred by this relationship.
- selector str
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
 
- additionalProperties String
- classId String
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- moid String
- The unique identifier of this Managed Object instance.
- objectType String
- The fully-qualified name of the remote type referred by this relationship.
- selector String
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
 
Package Details
- Repository
- intersight ciscodevnet/terraform-provider-intersight
- License
- Notes
- This Pulumi package is based on the intersightTerraform Provider.
intersight 1.0.65 published on Wednesday, May 7, 2025 by ciscodevnet