intersight 1.0.65 published on Wednesday, May 7, 2025 by ciscodevnet
intersight.getVirtualizationVmwareCluster
Explore with Pulumi AI
intersight 1.0.65 published on Wednesday, May 7, 2025 by ciscodevnet
A real cluster of resources within a data center in VMware. A cluster is a convenient grouping of resources such as Host, Datastore, etc.
Using getVirtualizationVmwareCluster
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 getVirtualizationVmwareCluster(args: GetVirtualizationVmwareClusterArgs, opts?: InvokeOptions): Promise<GetVirtualizationVmwareClusterResult>
function getVirtualizationVmwareClusterOutput(args: GetVirtualizationVmwareClusterOutputArgs, opts?: InvokeOptions): Output<GetVirtualizationVmwareClusterResult>def get_virtualization_vmware_cluster(account_moid: Optional[str] = None,
                                      additional_properties: Optional[str] = None,
                                      alarm_summary: Optional[GetVirtualizationVmwareClusterAlarmSummary] = None,
                                      ancestors: Optional[Sequence[GetVirtualizationVmwareClusterAncestor]] = None,
                                      class_id: Optional[str] = None,
                                      cpu_over_commitment: Optional[float] = None,
                                      create_time: Optional[str] = None,
                                      datacenter: Optional[GetVirtualizationVmwareClusterDatacenter] = None,
                                      datastore_count: Optional[float] = None,
                                      domain_group_moid: Optional[str] = None,
                                      hypervisor_type: Optional[str] = None,
                                      hypervisor_version: Optional[str] = None,
                                      id: Optional[str] = None,
                                      identity: Optional[str] = None,
                                      inventory_path: Optional[str] = None,
                                      memory_capacity: Optional[GetVirtualizationVmwareClusterMemoryCapacity] = None,
                                      mod_time: Optional[str] = None,
                                      moid: Optional[str] = None,
                                      name: Optional[str] = None,
                                      object_type: Optional[str] = None,
                                      owners: Optional[Sequence[str]] = None,
                                      parent: Optional[GetVirtualizationVmwareClusterParent] = None,
                                      permission_resources: Optional[Sequence[GetVirtualizationVmwareClusterPermissionResource]] = None,
                                      proactive_ha_enabled: Optional[bool] = None,
                                      processor_capacity: Optional[GetVirtualizationVmwareClusterProcessorCapacity] = None,
                                      registered_device: Optional[GetVirtualizationVmwareClusterRegisteredDevice] = None,
                                      shared_scope: Optional[str] = None,
                                      status: Optional[str] = None,
                                      storage_clusters: Optional[Sequence[GetVirtualizationVmwareClusterStorageCluster]] = None,
                                      tags: Optional[Sequence[GetVirtualizationVmwareClusterTag]] = None,
                                      total_cores: Optional[float] = None,
                                      version_context: Optional[GetVirtualizationVmwareClusterVersionContext] = None,
                                      opts: Optional[InvokeOptions] = None) -> GetVirtualizationVmwareClusterResult
def get_virtualization_vmware_cluster_output(account_moid: Optional[pulumi.Input[str]] = None,
                                      additional_properties: Optional[pulumi.Input[str]] = None,
                                      alarm_summary: Optional[pulumi.Input[GetVirtualizationVmwareClusterAlarmSummaryArgs]] = None,
                                      ancestors: Optional[pulumi.Input[Sequence[pulumi.Input[GetVirtualizationVmwareClusterAncestorArgs]]]] = None,
                                      class_id: Optional[pulumi.Input[str]] = None,
                                      cpu_over_commitment: Optional[pulumi.Input[float]] = None,
                                      create_time: Optional[pulumi.Input[str]] = None,
                                      datacenter: Optional[pulumi.Input[GetVirtualizationVmwareClusterDatacenterArgs]] = None,
                                      datastore_count: Optional[pulumi.Input[float]] = None,
                                      domain_group_moid: Optional[pulumi.Input[str]] = None,
                                      hypervisor_type: Optional[pulumi.Input[str]] = None,
                                      hypervisor_version: Optional[pulumi.Input[str]] = None,
                                      id: Optional[pulumi.Input[str]] = None,
                                      identity: Optional[pulumi.Input[str]] = None,
                                      inventory_path: Optional[pulumi.Input[str]] = None,
                                      memory_capacity: Optional[pulumi.Input[GetVirtualizationVmwareClusterMemoryCapacityArgs]] = None,
                                      mod_time: Optional[pulumi.Input[str]] = None,
                                      moid: Optional[pulumi.Input[str]] = None,
                                      name: Optional[pulumi.Input[str]] = None,
                                      object_type: Optional[pulumi.Input[str]] = None,
                                      owners: Optional[pulumi.Input[Sequence[pulumi.Input[str]]]] = None,
                                      parent: Optional[pulumi.Input[GetVirtualizationVmwareClusterParentArgs]] = None,
                                      permission_resources: Optional[pulumi.Input[Sequence[pulumi.Input[GetVirtualizationVmwareClusterPermissionResourceArgs]]]] = None,
                                      proactive_ha_enabled: Optional[pulumi.Input[bool]] = None,
                                      processor_capacity: Optional[pulumi.Input[GetVirtualizationVmwareClusterProcessorCapacityArgs]] = None,
                                      registered_device: Optional[pulumi.Input[GetVirtualizationVmwareClusterRegisteredDeviceArgs]] = None,
                                      shared_scope: Optional[pulumi.Input[str]] = None,
                                      status: Optional[pulumi.Input[str]] = None,
                                      storage_clusters: Optional[pulumi.Input[Sequence[pulumi.Input[GetVirtualizationVmwareClusterStorageClusterArgs]]]] = None,
                                      tags: Optional[pulumi.Input[Sequence[pulumi.Input[GetVirtualizationVmwareClusterTagArgs]]]] = None,
                                      total_cores: Optional[pulumi.Input[float]] = None,
                                      version_context: Optional[pulumi.Input[GetVirtualizationVmwareClusterVersionContextArgs]] = None,
                                      opts: Optional[InvokeOptions] = None) -> Output[GetVirtualizationVmwareClusterResult]func LookupVirtualizationVmwareCluster(ctx *Context, args *LookupVirtualizationVmwareClusterArgs, opts ...InvokeOption) (*LookupVirtualizationVmwareClusterResult, error)
func LookupVirtualizationVmwareClusterOutput(ctx *Context, args *LookupVirtualizationVmwareClusterOutputArgs, opts ...InvokeOption) LookupVirtualizationVmwareClusterResultOutput> Note: This function is named LookupVirtualizationVmwareCluster in the Go SDK.
public static class GetVirtualizationVmwareCluster 
{
    public static Task<GetVirtualizationVmwareClusterResult> InvokeAsync(GetVirtualizationVmwareClusterArgs args, InvokeOptions? opts = null)
    public static Output<GetVirtualizationVmwareClusterResult> Invoke(GetVirtualizationVmwareClusterInvokeArgs args, InvokeOptions? opts = null)
}public static CompletableFuture<GetVirtualizationVmwareClusterResult> getVirtualizationVmwareCluster(GetVirtualizationVmwareClusterArgs args, InvokeOptions options)
public static Output<GetVirtualizationVmwareClusterResult> getVirtualizationVmwareCluster(GetVirtualizationVmwareClusterArgs args, InvokeOptions options)
fn::invoke:
  function: intersight:index/getVirtualizationVmwareCluster:getVirtualizationVmwareCluster
  arguments:
    # arguments dictionaryThe following arguments are supported:
- AccountMoid string
- The Account ID for this managed object.
- AdditionalProperties string
- AlarmSummary GetVirtualization Vmware Cluster Alarm Summary 
- Ancestors
List<GetVirtualization Vmware Cluster Ancestor> 
- ClassId string
- CpuOver doubleCommitment 
- CPU over commitment associated with this cluster.
- CreateTime string
- The time when this managed object was created.
- Datacenter
GetVirtualization Vmware Cluster Datacenter 
- DatastoreCount double
- Count of all datastores associated with this cluster.
- DomainGroup stringMoid 
- The DomainGroup ID for this managed object.
- HypervisorType string
- Identifies the broad type of the underlying hypervisor.* ESXi- The hypervisor running on the HyperFlex cluster is a Vmware ESXi hypervisor of any version.*Hyper-V- The hypervisor running on the HyperFlex cluster is Microsoft Hyper-V.*Unknown- The hypervisor running on the HyperFlex cluster is not known.
- HypervisorVersion string
- Identifies the version of the hypervisor running on this cluster. Keeping the hypervisor version in the cluster makes it convenient for applications to validate their deployment needs. Defaults to an empty string.
- Id string
- Identity string
- The internally generated identity of this cluster. This entity is not manipulated by users.
- InventoryPath string
- Inventory path of the cluster.
- MemoryCapacity GetVirtualization Vmware Cluster Memory Capacity 
- ModTime string
- The time when this managed object was last modified.
- Moid string
- The unique identifier of this Managed Object instance.
- Name string
- The user-provided name for this cluster to facilitate identification.
- ObjectType string
- Owners List<string>
- Parent
GetVirtualization Vmware Cluster Parent 
- PermissionResources List<GetVirtualization Vmware Cluster Permission Resource> 
- ProactiveHa boolEnabled 
- Every cluster has an option to enable proactive HA in vCenter. Set to true when the vCenter admin has enabled proactive HA for the cluster.
- ProcessorCapacity GetVirtualization Vmware Cluster Processor Capacity 
- RegisteredDevice GetVirtualization Vmware Cluster Registered Device 
- string
- Intersight provides pre-built workflows, tasks and policies to end users through global catalogs.Objects that are made available through global catalogs are said to have a 'shared' ownership. Shared objects are either made globally available to all end users or restricted to end users based on their license entitlement. Users can use this property to differentiate the scope (global or a specific license tier) to which a shared MO belongs.
- Status string
- Cluster health status as reported by the hypervisor platform.* Unknown- Entity status is unknown.*Degraded- State is degraded, and might impact normal operation of the entity.*Critical- Entity is in a critical state, impacting operations.*Ok- Entity status is in a stable state, operating normally.
- StorageClusters List<GetVirtualization Vmware Cluster Storage Cluster> 
- 
List<GetVirtualization Vmware Cluster Tag> 
- TotalCores double
- Total number of CPU cores in this cluster. It is a cumulative number across all hosts in the cluster.
- VersionContext GetVirtualization Vmware Cluster Version Context 
- AccountMoid string
- The Account ID for this managed object.
- AdditionalProperties string
- AlarmSummary GetVirtualization Vmware Cluster Alarm Summary 
- Ancestors
[]GetVirtualization Vmware Cluster Ancestor 
- ClassId string
- CpuOver float64Commitment 
- CPU over commitment associated with this cluster.
- CreateTime string
- The time when this managed object was created.
- Datacenter
GetVirtualization Vmware Cluster Datacenter 
- DatastoreCount float64
- Count of all datastores associated with this cluster.
- DomainGroup stringMoid 
- The DomainGroup ID for this managed object.
- HypervisorType string
- Identifies the broad type of the underlying hypervisor.* ESXi- The hypervisor running on the HyperFlex cluster is a Vmware ESXi hypervisor of any version.*Hyper-V- The hypervisor running on the HyperFlex cluster is Microsoft Hyper-V.*Unknown- The hypervisor running on the HyperFlex cluster is not known.
- HypervisorVersion string
- Identifies the version of the hypervisor running on this cluster. Keeping the hypervisor version in the cluster makes it convenient for applications to validate their deployment needs. Defaults to an empty string.
- Id string
- Identity string
- The internally generated identity of this cluster. This entity is not manipulated by users.
- InventoryPath string
- Inventory path of the cluster.
- MemoryCapacity GetVirtualization Vmware Cluster Memory Capacity 
- ModTime string
- The time when this managed object was last modified.
- Moid string
- The unique identifier of this Managed Object instance.
- Name string
- The user-provided name for this cluster to facilitate identification.
- ObjectType string
- Owners []string
- Parent
GetVirtualization Vmware Cluster Parent 
- PermissionResources []GetVirtualization Vmware Cluster Permission Resource 
- ProactiveHa boolEnabled 
- Every cluster has an option to enable proactive HA in vCenter. Set to true when the vCenter admin has enabled proactive HA for the cluster.
- ProcessorCapacity GetVirtualization Vmware Cluster Processor Capacity 
- RegisteredDevice GetVirtualization Vmware Cluster Registered Device 
- string
- Intersight provides pre-built workflows, tasks and policies to end users through global catalogs.Objects that are made available through global catalogs are said to have a 'shared' ownership. Shared objects are either made globally available to all end users or restricted to end users based on their license entitlement. Users can use this property to differentiate the scope (global or a specific license tier) to which a shared MO belongs.
- Status string
- Cluster health status as reported by the hypervisor platform.* Unknown- Entity status is unknown.*Degraded- State is degraded, and might impact normal operation of the entity.*Critical- Entity is in a critical state, impacting operations.*Ok- Entity status is in a stable state, operating normally.
- StorageClusters []GetVirtualization Vmware Cluster Storage Cluster 
- 
[]GetVirtualization Vmware Cluster Tag 
- TotalCores float64
- Total number of CPU cores in this cluster. It is a cumulative number across all hosts in the cluster.
- VersionContext GetVirtualization Vmware Cluster Version Context 
- accountMoid String
- The Account ID for this managed object.
- additionalProperties String
- alarmSummary GetVirtualization Vmware Cluster Alarm Summary 
- ancestors
List<GetVirtualization Vmware Cluster Ancestor> 
- classId String
- cpuOver DoubleCommitment 
- CPU over commitment associated with this cluster.
- createTime String
- The time when this managed object was created.
- datacenter
GetVirtualization Vmware Cluster Datacenter 
- datastoreCount Double
- Count of all datastores associated with this cluster.
- domainGroup StringMoid 
- The DomainGroup ID for this managed object.
- hypervisorType String
- Identifies the broad type of the underlying hypervisor.* ESXi- The hypervisor running on the HyperFlex cluster is a Vmware ESXi hypervisor of any version.*Hyper-V- The hypervisor running on the HyperFlex cluster is Microsoft Hyper-V.*Unknown- The hypervisor running on the HyperFlex cluster is not known.
- hypervisorVersion String
- Identifies the version of the hypervisor running on this cluster. Keeping the hypervisor version in the cluster makes it convenient for applications to validate their deployment needs. Defaults to an empty string.
- id String
- identity String
- The internally generated identity of this cluster. This entity is not manipulated by users.
- inventoryPath String
- Inventory path of the cluster.
- memoryCapacity GetVirtualization Vmware Cluster Memory Capacity 
- modTime String
- The time when this managed object was last modified.
- moid String
- The unique identifier of this Managed Object instance.
- name String
- The user-provided name for this cluster to facilitate identification.
- objectType String
- owners List<String>
- parent
GetVirtualization Vmware Cluster Parent 
- permissionResources List<GetVirtualization Vmware Cluster Permission Resource> 
- proactiveHa BooleanEnabled 
- Every cluster has an option to enable proactive HA in vCenter. Set to true when the vCenter admin has enabled proactive HA for the cluster.
- processorCapacity GetVirtualization Vmware Cluster Processor Capacity 
- registeredDevice GetVirtualization Vmware Cluster Registered Device 
- String
- Intersight provides pre-built workflows, tasks and policies to end users through global catalogs.Objects that are made available through global catalogs are said to have a 'shared' ownership. Shared objects are either made globally available to all end users or restricted to end users based on their license entitlement. Users can use this property to differentiate the scope (global or a specific license tier) to which a shared MO belongs.
- status String
- Cluster health status as reported by the hypervisor platform.* Unknown- Entity status is unknown.*Degraded- State is degraded, and might impact normal operation of the entity.*Critical- Entity is in a critical state, impacting operations.*Ok- Entity status is in a stable state, operating normally.
- storageClusters List<GetVirtualization Vmware Cluster Storage Cluster> 
- 
List<GetVirtualization Vmware Cluster Tag> 
- totalCores Double
- Total number of CPU cores in this cluster. It is a cumulative number across all hosts in the cluster.
- versionContext GetVirtualization Vmware Cluster Version Context 
- accountMoid string
- The Account ID for this managed object.
- additionalProperties string
- alarmSummary GetVirtualization Vmware Cluster Alarm Summary 
- ancestors
GetVirtualization Vmware Cluster Ancestor[] 
- classId string
- cpuOver numberCommitment 
- CPU over commitment associated with this cluster.
- createTime string
- The time when this managed object was created.
- datacenter
GetVirtualization Vmware Cluster Datacenter 
- datastoreCount number
- Count of all datastores associated with this cluster.
- domainGroup stringMoid 
- The DomainGroup ID for this managed object.
- hypervisorType string
- Identifies the broad type of the underlying hypervisor.* ESXi- The hypervisor running on the HyperFlex cluster is a Vmware ESXi hypervisor of any version.*Hyper-V- The hypervisor running on the HyperFlex cluster is Microsoft Hyper-V.*Unknown- The hypervisor running on the HyperFlex cluster is not known.
- hypervisorVersion string
- Identifies the version of the hypervisor running on this cluster. Keeping the hypervisor version in the cluster makes it convenient for applications to validate their deployment needs. Defaults to an empty string.
- id string
- identity string
- The internally generated identity of this cluster. This entity is not manipulated by users.
- inventoryPath string
- Inventory path of the cluster.
- memoryCapacity GetVirtualization Vmware Cluster Memory Capacity 
- modTime string
- The time when this managed object was last modified.
- moid string
- The unique identifier of this Managed Object instance.
- name string
- The user-provided name for this cluster to facilitate identification.
- objectType string
- owners string[]
- parent
GetVirtualization Vmware Cluster Parent 
- permissionResources GetVirtualization Vmware Cluster Permission Resource[] 
- proactiveHa booleanEnabled 
- Every cluster has an option to enable proactive HA in vCenter. Set to true when the vCenter admin has enabled proactive HA for the cluster.
- processorCapacity GetVirtualization Vmware Cluster Processor Capacity 
- registeredDevice GetVirtualization Vmware Cluster Registered Device 
- string
- Intersight provides pre-built workflows, tasks and policies to end users through global catalogs.Objects that are made available through global catalogs are said to have a 'shared' ownership. Shared objects are either made globally available to all end users or restricted to end users based on their license entitlement. Users can use this property to differentiate the scope (global or a specific license tier) to which a shared MO belongs.
- status string
- Cluster health status as reported by the hypervisor platform.* Unknown- Entity status is unknown.*Degraded- State is degraded, and might impact normal operation of the entity.*Critical- Entity is in a critical state, impacting operations.*Ok- Entity status is in a stable state, operating normally.
- storageClusters GetVirtualization Vmware Cluster Storage Cluster[] 
- 
GetVirtualization Vmware Cluster Tag[] 
- totalCores number
- Total number of CPU cores in this cluster. It is a cumulative number across all hosts in the cluster.
- versionContext GetVirtualization Vmware Cluster Version Context 
- account_moid str
- The Account ID for this managed object.
- additional_properties str
- alarm_summary GetVirtualization Vmware Cluster Alarm Summary 
- ancestors
Sequence[GetVirtualization Vmware Cluster Ancestor] 
- class_id str
- cpu_over_ floatcommitment 
- CPU over commitment associated with this cluster.
- create_time str
- The time when this managed object was created.
- datacenter
GetVirtualization Vmware Cluster Datacenter 
- datastore_count float
- Count of all datastores associated with this cluster.
- domain_group_ strmoid 
- The DomainGroup ID for this managed object.
- hypervisor_type str
- Identifies the broad type of the underlying hypervisor.* ESXi- The hypervisor running on the HyperFlex cluster is a Vmware ESXi hypervisor of any version.*Hyper-V- The hypervisor running on the HyperFlex cluster is Microsoft Hyper-V.*Unknown- The hypervisor running on the HyperFlex cluster is not known.
- hypervisor_version str
- Identifies the version of the hypervisor running on this cluster. Keeping the hypervisor version in the cluster makes it convenient for applications to validate their deployment needs. Defaults to an empty string.
- id str
- identity str
- The internally generated identity of this cluster. This entity is not manipulated by users.
- inventory_path str
- Inventory path of the cluster.
- memory_capacity GetVirtualization Vmware Cluster Memory Capacity 
- mod_time str
- The time when this managed object was last modified.
- moid str
- The unique identifier of this Managed Object instance.
- name str
- The user-provided name for this cluster to facilitate identification.
- object_type str
- owners Sequence[str]
- parent
GetVirtualization Vmware Cluster Parent 
- permission_resources Sequence[GetVirtualization Vmware Cluster Permission Resource] 
- proactive_ha_ boolenabled 
- Every cluster has an option to enable proactive HA in vCenter. Set to true when the vCenter admin has enabled proactive HA for the cluster.
- processor_capacity GetVirtualization Vmware Cluster Processor Capacity 
- registered_device GetVirtualization Vmware Cluster Registered Device 
- str
- Intersight provides pre-built workflows, tasks and policies to end users through global catalogs.Objects that are made available through global catalogs are said to have a 'shared' ownership. Shared objects are either made globally available to all end users or restricted to end users based on their license entitlement. Users can use this property to differentiate the scope (global or a specific license tier) to which a shared MO belongs.
- status str
- Cluster health status as reported by the hypervisor platform.* Unknown- Entity status is unknown.*Degraded- State is degraded, and might impact normal operation of the entity.*Critical- Entity is in a critical state, impacting operations.*Ok- Entity status is in a stable state, operating normally.
- storage_clusters Sequence[GetVirtualization Vmware Cluster Storage Cluster] 
- 
Sequence[GetVirtualization Vmware Cluster Tag] 
- total_cores float
- Total number of CPU cores in this cluster. It is a cumulative number across all hosts in the cluster.
- version_context GetVirtualization Vmware Cluster Version Context 
- accountMoid String
- The Account ID for this managed object.
- additionalProperties String
- alarmSummary Property Map
- ancestors List<Property Map>
- classId String
- cpuOver NumberCommitment 
- CPU over commitment associated with this cluster.
- createTime String
- The time when this managed object was created.
- datacenter Property Map
- datastoreCount Number
- Count of all datastores associated with this cluster.
- domainGroup StringMoid 
- The DomainGroup ID for this managed object.
- hypervisorType String
- Identifies the broad type of the underlying hypervisor.* ESXi- The hypervisor running on the HyperFlex cluster is a Vmware ESXi hypervisor of any version.*Hyper-V- The hypervisor running on the HyperFlex cluster is Microsoft Hyper-V.*Unknown- The hypervisor running on the HyperFlex cluster is not known.
- hypervisorVersion String
- Identifies the version of the hypervisor running on this cluster. Keeping the hypervisor version in the cluster makes it convenient for applications to validate their deployment needs. Defaults to an empty string.
- id String
- identity String
- The internally generated identity of this cluster. This entity is not manipulated by users.
- inventoryPath String
- Inventory path of the cluster.
- memoryCapacity Property Map
- modTime String
- The time when this managed object was last modified.
- moid String
- The unique identifier of this Managed Object instance.
- name String
- The user-provided name for this cluster to facilitate identification.
- objectType String
- owners List<String>
- parent Property Map
- permissionResources List<Property Map>
- proactiveHa BooleanEnabled 
- Every cluster has an option to enable proactive HA in vCenter. Set to true when the vCenter admin has enabled proactive HA for the cluster.
- processorCapacity Property Map
- registeredDevice Property Map
- String
- Intersight provides pre-built workflows, tasks and policies to end users through global catalogs.Objects that are made available through global catalogs are said to have a 'shared' ownership. Shared objects are either made globally available to all end users or restricted to end users based on their license entitlement. Users can use this property to differentiate the scope (global or a specific license tier) to which a shared MO belongs.
- status String
- Cluster health status as reported by the hypervisor platform.* Unknown- Entity status is unknown.*Degraded- State is degraded, and might impact normal operation of the entity.*Critical- Entity is in a critical state, impacting operations.*Ok- Entity status is in a stable state, operating normally.
- storageClusters List<Property Map>
- List<Property Map>
- totalCores Number
- Total number of CPU cores in this cluster. It is a cumulative number across all hosts in the cluster.
- versionContext Property Map
getVirtualizationVmwareCluster Result
The following output properties are available:
- Id string
- Results
List<GetVirtualization Vmware Cluster Result> 
- AccountMoid string
- AdditionalProperties string
- AlarmSummary GetVirtualization Vmware Cluster Alarm Summary 
- Ancestors
List<GetVirtualization Vmware Cluster Ancestor> 
- ClassId string
- CpuOver doubleCommitment 
- CreateTime string
- Datacenter
GetVirtualization Vmware Cluster Datacenter 
- DatastoreCount double
- DomainGroup stringMoid 
- HypervisorType string
- HypervisorVersion string
- Identity string
- InventoryPath string
- MemoryCapacity GetVirtualization Vmware Cluster Memory Capacity 
- ModTime string
- Moid string
- Name string
- ObjectType string
- Owners List<string>
- Parent
GetVirtualization Vmware Cluster Parent 
- PermissionResources List<GetVirtualization Vmware Cluster Permission Resource> 
- ProactiveHa boolEnabled 
- ProcessorCapacity GetVirtualization Vmware Cluster Processor Capacity 
- RegisteredDevice GetVirtualization Vmware Cluster Registered Device 
- string
- Status string
- StorageClusters List<GetVirtualization Vmware Cluster Storage Cluster> 
- 
List<GetVirtualization Vmware Cluster Tag> 
- TotalCores double
- VersionContext GetVirtualization Vmware Cluster Version Context 
- Id string
- Results
[]GetVirtualization Vmware Cluster Result 
- AccountMoid string
- AdditionalProperties string
- AlarmSummary GetVirtualization Vmware Cluster Alarm Summary 
- Ancestors
[]GetVirtualization Vmware Cluster Ancestor 
- ClassId string
- CpuOver float64Commitment 
- CreateTime string
- Datacenter
GetVirtualization Vmware Cluster Datacenter 
- DatastoreCount float64
- DomainGroup stringMoid 
- HypervisorType string
- HypervisorVersion string
- Identity string
- InventoryPath string
- MemoryCapacity GetVirtualization Vmware Cluster Memory Capacity 
- ModTime string
- Moid string
- Name string
- ObjectType string
- Owners []string
- Parent
GetVirtualization Vmware Cluster Parent 
- PermissionResources []GetVirtualization Vmware Cluster Permission Resource 
- ProactiveHa boolEnabled 
- ProcessorCapacity GetVirtualization Vmware Cluster Processor Capacity 
- RegisteredDevice GetVirtualization Vmware Cluster Registered Device 
- string
- Status string
- StorageClusters []GetVirtualization Vmware Cluster Storage Cluster 
- 
[]GetVirtualization Vmware Cluster Tag 
- TotalCores float64
- VersionContext GetVirtualization Vmware Cluster Version Context 
- id String
- results
List<GetVirtualization Vmware Cluster Result> 
- accountMoid String
- additionalProperties String
- alarmSummary GetVirtualization Vmware Cluster Alarm Summary 
- ancestors
List<GetVirtualization Vmware Cluster Ancestor> 
- classId String
- cpuOver DoubleCommitment 
- createTime String
- datacenter
GetVirtualization Vmware Cluster Datacenter 
- datastoreCount Double
- domainGroup StringMoid 
- hypervisorType String
- hypervisorVersion String
- identity String
- inventoryPath String
- memoryCapacity GetVirtualization Vmware Cluster Memory Capacity 
- modTime String
- moid String
- name String
- objectType String
- owners List<String>
- parent
GetVirtualization Vmware Cluster Parent 
- permissionResources List<GetVirtualization Vmware Cluster Permission Resource> 
- proactiveHa BooleanEnabled 
- processorCapacity GetVirtualization Vmware Cluster Processor Capacity 
- registeredDevice GetVirtualization Vmware Cluster Registered Device 
- String
- status String
- storageClusters List<GetVirtualization Vmware Cluster Storage Cluster> 
- 
List<GetVirtualization Vmware Cluster Tag> 
- totalCores Double
- versionContext GetVirtualization Vmware Cluster Version Context 
- id string
- results
GetVirtualization Vmware Cluster Result[] 
- accountMoid string
- additionalProperties string
- alarmSummary GetVirtualization Vmware Cluster Alarm Summary 
- ancestors
GetVirtualization Vmware Cluster Ancestor[] 
- classId string
- cpuOver numberCommitment 
- createTime string
- datacenter
GetVirtualization Vmware Cluster Datacenter 
- datastoreCount number
- domainGroup stringMoid 
- hypervisorType string
- hypervisorVersion string
- identity string
- inventoryPath string
- memoryCapacity GetVirtualization Vmware Cluster Memory Capacity 
- modTime string
- moid string
- name string
- objectType string
- owners string[]
- parent
GetVirtualization Vmware Cluster Parent 
- permissionResources GetVirtualization Vmware Cluster Permission Resource[] 
- proactiveHa booleanEnabled 
- processorCapacity GetVirtualization Vmware Cluster Processor Capacity 
- registeredDevice GetVirtualization Vmware Cluster Registered Device 
- string
- status string
- storageClusters GetVirtualization Vmware Cluster Storage Cluster[] 
- 
GetVirtualization Vmware Cluster Tag[] 
- totalCores number
- versionContext GetVirtualization Vmware Cluster Version Context 
- id str
- results
Sequence[GetVirtualization Vmware Cluster Result] 
- account_moid str
- additional_properties str
- alarm_summary GetVirtualization Vmware Cluster Alarm Summary 
- ancestors
Sequence[GetVirtualization Vmware Cluster Ancestor] 
- class_id str
- cpu_over_ floatcommitment 
- create_time str
- datacenter
GetVirtualization Vmware Cluster Datacenter 
- datastore_count float
- domain_group_ strmoid 
- hypervisor_type str
- hypervisor_version str
- identity str
- inventory_path str
- memory_capacity GetVirtualization Vmware Cluster Memory Capacity 
- mod_time str
- moid str
- name str
- object_type str
- owners Sequence[str]
- parent
GetVirtualization Vmware Cluster Parent 
- permission_resources Sequence[GetVirtualization Vmware Cluster Permission Resource] 
- proactive_ha_ boolenabled 
- processor_capacity GetVirtualization Vmware Cluster Processor Capacity 
- registered_device GetVirtualization Vmware Cluster Registered Device 
- str
- status str
- storage_clusters Sequence[GetVirtualization Vmware Cluster Storage Cluster] 
- 
Sequence[GetVirtualization Vmware Cluster Tag] 
- total_cores float
- version_context GetVirtualization Vmware Cluster Version Context 
- id String
- results List<Property Map>
- accountMoid String
- additionalProperties String
- alarmSummary Property Map
- ancestors List<Property Map>
- classId String
- cpuOver NumberCommitment 
- createTime String
- datacenter Property Map
- datastoreCount Number
- domainGroup StringMoid 
- hypervisorType String
- hypervisorVersion String
- identity String
- inventoryPath String
- memoryCapacity Property Map
- modTime String
- moid String
- name String
- objectType String
- owners List<String>
- parent Property Map
- permissionResources List<Property Map>
- proactiveHa BooleanEnabled 
- processorCapacity Property Map
- registeredDevice Property Map
- String
- status String
- storageClusters List<Property Map>
- List<Property Map>
- totalCores Number
- versionContext Property Map
Supporting Types
GetVirtualizationVmwareClusterAlarmSummary     
- 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.
- Critical double
- The count of active alarms that have severity type Critical.
- Health string
- Health of the managed end point. The highest severity computed from alarmSummary property is set as the health.- Healthy- The Enum value represents that the entity is healthy.
- Warning- The Enum value Warning represents that the entity has one or more active warnings on it.
- Critical- The Enum value Critical represents that the entity is in a critical state.
 
- Info double
- The count of active alarms that have severity type Info.
- ObjectType string
- The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
- SuppressedCritical double
- The count of active suppressed alarms that have severity type Critical.
- SuppressedInfo double
- The count of active suppressed alarms that have severity type Info.
- SuppressedWarning double
- The count of active suppressed alarms that have severity type Warning.
- Warning double
- The count of active alarms that have severity type Warning.
- 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.
- Critical float64
- The count of active alarms that have severity type Critical.
- Health string
- Health of the managed end point. The highest severity computed from alarmSummary property is set as the health.- Healthy- The Enum value represents that the entity is healthy.
- Warning- The Enum value Warning represents that the entity has one or more active warnings on it.
- Critical- The Enum value Critical represents that the entity is in a critical state.
 
- Info float64
- The count of active alarms that have severity type Info.
- ObjectType string
- The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
- SuppressedCritical float64
- The count of active suppressed alarms that have severity type Critical.
- SuppressedInfo float64
- The count of active suppressed alarms that have severity type Info.
- SuppressedWarning float64
- The count of active suppressed alarms that have severity type Warning.
- Warning float64
- The count of active alarms that have severity type Warning.
- 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.
- critical Double
- The count of active alarms that have severity type Critical.
- health String
- Health of the managed end point. The highest severity computed from alarmSummary property is set as the health.- Healthy- The Enum value represents that the entity is healthy.
- Warning- The Enum value Warning represents that the entity has one or more active warnings on it.
- Critical- The Enum value Critical represents that the entity is in a critical state.
 
- info Double
- The count of active alarms that have severity type Info.
- objectType String
- The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
- suppressedCritical Double
- The count of active suppressed alarms that have severity type Critical.
- suppressedInfo Double
- The count of active suppressed alarms that have severity type Info.
- suppressedWarning Double
- The count of active suppressed alarms that have severity type Warning.
- warning Double
- The count of active alarms that have severity type Warning.
- 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.
- critical number
- The count of active alarms that have severity type Critical.
- health string
- Health of the managed end point. The highest severity computed from alarmSummary property is set as the health.- Healthy- The Enum value represents that the entity is healthy.
- Warning- The Enum value Warning represents that the entity has one or more active warnings on it.
- Critical- The Enum value Critical represents that the entity is in a critical state.
 
- info number
- The count of active alarms that have severity type Info.
- objectType string
- The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
- suppressedCritical number
- The count of active suppressed alarms that have severity type Critical.
- suppressedInfo number
- The count of active suppressed alarms that have severity type Info.
- suppressedWarning number
- The count of active suppressed alarms that have severity type Warning.
- warning number
- The count of active alarms that have severity type Warning.
- 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.
- critical float
- The count of active alarms that have severity type Critical.
- health str
- Health of the managed end point. The highest severity computed from alarmSummary property is set as the health.- Healthy- The Enum value represents that the entity is healthy.
- Warning- The Enum value Warning represents that the entity has one or more active warnings on it.
- Critical- The Enum value Critical represents that the entity is in a critical state.
 
- info float
- The count of active alarms that have severity type Info.
- object_type str
- The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
- suppressed_critical float
- The count of active suppressed alarms that have severity type Critical.
- suppressed_info float
- The count of active suppressed alarms that have severity type Info.
- suppressed_warning float
- The count of active suppressed alarms that have severity type Warning.
- warning float
- The count of active alarms that have severity type Warning.
- 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.
- critical Number
- The count of active alarms that have severity type Critical.
- health String
- Health of the managed end point. The highest severity computed from alarmSummary property is set as the health.- Healthy- The Enum value represents that the entity is healthy.
- Warning- The Enum value Warning represents that the entity has one or more active warnings on it.
- Critical- The Enum value Critical represents that the entity is in a critical state.
 
- info Number
- The count of active alarms that have severity type Info.
- objectType String
- The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
- suppressedCritical Number
- The count of active suppressed alarms that have severity type Critical.
- suppressedInfo Number
- The count of active suppressed alarms that have severity type Info.
- suppressedWarning Number
- The count of active suppressed alarms that have severity type Warning.
- warning Number
- The count of active alarms that have severity type Warning.
GetVirtualizationVmwareClusterAncestor    
- 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'.
 
GetVirtualizationVmwareClusterDatacenter    
- 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'.
 
GetVirtualizationVmwareClusterMemoryCapacity     
- AdditionalProperties string
- Capacity double
- The total memory capacity of the entity in bytes.
- ClassId string
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- Free double
- Free memory (bytes) that is unused and available for allocation, as a point-in-time snapshot. The available memory capacity is reported for an entity (such as Host or Cluster) when inventory data is collected for that entity. As part of the inventory data, a snapshot of the free and used memory capacity is also reported.
- ObjectType string
- The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
- Used double
- Memory (bytes) that has been already used up, as a point-in-time snapshot.
- AdditionalProperties string
- Capacity float64
- The total memory capacity of the entity in bytes.
- ClassId string
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- Free float64
- Free memory (bytes) that is unused and available for allocation, as a point-in-time snapshot. The available memory capacity is reported for an entity (such as Host or Cluster) when inventory data is collected for that entity. As part of the inventory data, a snapshot of the free and used memory capacity is also reported.
- ObjectType string
- The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
- Used float64
- Memory (bytes) that has been already used up, as a point-in-time snapshot.
- additionalProperties String
- capacity Double
- The total memory capacity of the entity in bytes.
- classId String
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- free Double
- Free memory (bytes) that is unused and available for allocation, as a point-in-time snapshot. The available memory capacity is reported for an entity (such as Host or Cluster) when inventory data is collected for that entity. As part of the inventory data, a snapshot of the free and used memory capacity is also reported.
- objectType String
- The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
- used Double
- Memory (bytes) that has been already used up, as a point-in-time snapshot.
- additionalProperties string
- capacity number
- The total memory capacity of the entity in bytes.
- classId string
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- free number
- Free memory (bytes) that is unused and available for allocation, as a point-in-time snapshot. The available memory capacity is reported for an entity (such as Host or Cluster) when inventory data is collected for that entity. As part of the inventory data, a snapshot of the free and used memory capacity is also reported.
- objectType string
- The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
- used number
- Memory (bytes) that has been already used up, as a point-in-time snapshot.
- additional_properties str
- capacity float
- The total memory capacity of the entity in bytes.
- class_id str
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- free float
- Free memory (bytes) that is unused and available for allocation, as a point-in-time snapshot. The available memory capacity is reported for an entity (such as Host or Cluster) when inventory data is collected for that entity. As part of the inventory data, a snapshot of the free and used memory capacity is also reported.
- object_type str
- The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
- used float
- Memory (bytes) that has been already used up, as a point-in-time snapshot.
- additionalProperties String
- capacity Number
- The total memory capacity of the entity in bytes.
- classId String
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- free Number
- Free memory (bytes) that is unused and available for allocation, as a point-in-time snapshot. The available memory capacity is reported for an entity (such as Host or Cluster) when inventory data is collected for that entity. As part of the inventory data, a snapshot of the free and used memory capacity is also reported.
- objectType String
- The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
- used Number
- Memory (bytes) that has been already used up, as a point-in-time snapshot.
GetVirtualizationVmwareClusterParent    
- 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'.
 
GetVirtualizationVmwareClusterPermissionResource     
- 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'.
 
GetVirtualizationVmwareClusterProcessorCapacity     
- AdditionalProperties string
- Capacity double
- Total capacity of the entity in MHz.
- ClassId string
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- Free double
- Free CPU capacity in MHz, as a point-in-time snapshot. The available CPU capacity is reported for an entity (such as Host or Cluster) when inventory data is collected for that entity. As part of the inventory data, a snapshot of the free and used CPU capacity is also reported.
- ObjectType string
- The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
- Used double
- Used CPU capacity of the entity in MHz, as a point-in-time snapshot.
- AdditionalProperties string
- Capacity float64
- Total capacity of the entity in MHz.
- ClassId string
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- Free float64
- Free CPU capacity in MHz, as a point-in-time snapshot. The available CPU capacity is reported for an entity (such as Host or Cluster) when inventory data is collected for that entity. As part of the inventory data, a snapshot of the free and used CPU capacity is also reported.
- ObjectType string
- The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
- Used float64
- Used CPU capacity of the entity in MHz, as a point-in-time snapshot.
- additionalProperties String
- capacity Double
- Total capacity of the entity in MHz.
- classId String
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- free Double
- Free CPU capacity in MHz, as a point-in-time snapshot. The available CPU capacity is reported for an entity (such as Host or Cluster) when inventory data is collected for that entity. As part of the inventory data, a snapshot of the free and used CPU capacity is also reported.
- objectType String
- The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
- used Double
- Used CPU capacity of the entity in MHz, as a point-in-time snapshot.
- additionalProperties string
- capacity number
- Total capacity of the entity in MHz.
- classId string
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- free number
- Free CPU capacity in MHz, as a point-in-time snapshot. The available CPU capacity is reported for an entity (such as Host or Cluster) when inventory data is collected for that entity. As part of the inventory data, a snapshot of the free and used CPU capacity is also reported.
- objectType string
- The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
- used number
- Used CPU capacity of the entity in MHz, as a point-in-time snapshot.
- additional_properties str
- capacity float
- Total capacity of the entity in MHz.
- class_id str
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- free float
- Free CPU capacity in MHz, as a point-in-time snapshot. The available CPU capacity is reported for an entity (such as Host or Cluster) when inventory data is collected for that entity. As part of the inventory data, a snapshot of the free and used CPU capacity is also reported.
- object_type str
- The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
- used float
- Used CPU capacity of the entity in MHz, as a point-in-time snapshot.
- additionalProperties String
- capacity Number
- Total capacity of the entity in MHz.
- classId String
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- free Number
- Free CPU capacity in MHz, as a point-in-time snapshot. The available CPU capacity is reported for an entity (such as Host or Cluster) when inventory data is collected for that entity. As part of the inventory data, a snapshot of the free and used CPU capacity is also reported.
- objectType String
- The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
- used Number
- Used CPU capacity of the entity in MHz, as a point-in-time snapshot.
GetVirtualizationVmwareClusterRegisteredDevice     
- 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'.
 
GetVirtualizationVmwareClusterResult    
- AccountMoid string
- The Account ID for this managed object.
- AdditionalProperties string
- AlarmSummaries List<GetVirtualization Vmware Cluster Result Alarm Summary> 
- Ancestors
List<GetVirtualization Vmware Cluster Result Ancestor> 
- ClassId string
- CpuOver doubleCommitment 
- CPU over commitment associated with this cluster.
- CreateTime string
- The time when this managed object was created.
- Datacenters
List<GetVirtualization Vmware Cluster Result Datacenter> 
- DatastoreCount double
- Count of all datastores associated with this cluster.
- DomainGroup stringMoid 
- The DomainGroup ID for this managed object.
- HypervisorType string
- Identifies the broad type of the underlying hypervisor.* ESXi- The hypervisor running on the HyperFlex cluster is a Vmware ESXi hypervisor of any version.*Hyper-V- The hypervisor running on the HyperFlex cluster is Microsoft Hyper-V.*Unknown- The hypervisor running on the HyperFlex cluster is not known.
- HypervisorVersion string
- Identifies the version of the hypervisor running on this cluster. Keeping the hypervisor version in the cluster makes it convenient for applications to validate their deployment needs. Defaults to an empty string.
- Identity string
- The internally generated identity of this cluster. This entity is not manipulated by users.
- InventoryPath string
- Inventory path of the cluster.
- MemoryCapacities List<GetVirtualization Vmware Cluster Result Memory Capacity> 
- ModTime string
- The time when this managed object was last modified.
- Moid string
- The unique identifier of this Managed Object instance.
- Name string
- The user-provided name for this cluster to facilitate identification.
- ObjectType string
- Owners List<string>
- Parents
List<GetVirtualization Vmware Cluster Result Parent> 
- PermissionResources List<GetVirtualization Vmware Cluster Result Permission Resource> 
- ProactiveHa boolEnabled 
- Every cluster has an option to enable proactive HA in vCenter. Set to true when the vCenter admin has enabled proactive HA for the cluster.
- ProcessorCapacities List<GetVirtualization Vmware Cluster Result Processor Capacity> 
- RegisteredDevices List<GetVirtualization Vmware Cluster Result Registered Device> 
- string
- Intersight provides pre-built workflows, tasks and policies to end users through global catalogs.Objects that are made available through global catalogs are said to have a 'shared' ownership. Shared objects are either made globally available to all end users or restricted to end users based on their license entitlement. Users can use this property to differentiate the scope (global or a specific license tier) to which a shared MO belongs.
- Status string
- Cluster health status as reported by the hypervisor platform.* Unknown- Entity status is unknown.*Degraded- State is degraded, and might impact normal operation of the entity.*Critical- Entity is in a critical state, impacting operations.*Ok- Entity status is in a stable state, operating normally.
- StorageClusters List<GetVirtualization Vmware Cluster Result Storage Cluster> 
- 
List<GetVirtualization Vmware Cluster Result Tag> 
- TotalCores double
- Total number of CPU cores in this cluster. It is a cumulative number across all hosts in the cluster.
- VersionContexts List<GetVirtualization Vmware Cluster Result Version Context> 
- AccountMoid string
- The Account ID for this managed object.
- AdditionalProperties string
- AlarmSummaries []GetVirtualization Vmware Cluster Result Alarm Summary 
- Ancestors
[]GetVirtualization Vmware Cluster Result Ancestor 
- ClassId string
- CpuOver float64Commitment 
- CPU over commitment associated with this cluster.
- CreateTime string
- The time when this managed object was created.
- Datacenters
[]GetVirtualization Vmware Cluster Result Datacenter 
- DatastoreCount float64
- Count of all datastores associated with this cluster.
- DomainGroup stringMoid 
- The DomainGroup ID for this managed object.
- HypervisorType string
- Identifies the broad type of the underlying hypervisor.* ESXi- The hypervisor running on the HyperFlex cluster is a Vmware ESXi hypervisor of any version.*Hyper-V- The hypervisor running on the HyperFlex cluster is Microsoft Hyper-V.*Unknown- The hypervisor running on the HyperFlex cluster is not known.
- HypervisorVersion string
- Identifies the version of the hypervisor running on this cluster. Keeping the hypervisor version in the cluster makes it convenient for applications to validate their deployment needs. Defaults to an empty string.
- Identity string
- The internally generated identity of this cluster. This entity is not manipulated by users.
- InventoryPath string
- Inventory path of the cluster.
- MemoryCapacities []GetVirtualization Vmware Cluster Result Memory Capacity 
- ModTime string
- The time when this managed object was last modified.
- Moid string
- The unique identifier of this Managed Object instance.
- Name string
- The user-provided name for this cluster to facilitate identification.
- ObjectType string
- Owners []string
- Parents
[]GetVirtualization Vmware Cluster Result Parent 
- PermissionResources []GetVirtualization Vmware Cluster Result Permission Resource 
- ProactiveHa boolEnabled 
- Every cluster has an option to enable proactive HA in vCenter. Set to true when the vCenter admin has enabled proactive HA for the cluster.
- ProcessorCapacities []GetVirtualization Vmware Cluster Result Processor Capacity 
- RegisteredDevices []GetVirtualization Vmware Cluster Result Registered Device 
- string
- Intersight provides pre-built workflows, tasks and policies to end users through global catalogs.Objects that are made available through global catalogs are said to have a 'shared' ownership. Shared objects are either made globally available to all end users or restricted to end users based on their license entitlement. Users can use this property to differentiate the scope (global or a specific license tier) to which a shared MO belongs.
- Status string
- Cluster health status as reported by the hypervisor platform.* Unknown- Entity status is unknown.*Degraded- State is degraded, and might impact normal operation of the entity.*Critical- Entity is in a critical state, impacting operations.*Ok- Entity status is in a stable state, operating normally.
- StorageClusters []GetVirtualization Vmware Cluster Result Storage Cluster 
- 
[]GetVirtualization Vmware Cluster Result Tag 
- TotalCores float64
- Total number of CPU cores in this cluster. It is a cumulative number across all hosts in the cluster.
- VersionContexts []GetVirtualization Vmware Cluster Result Version Context 
- accountMoid String
- The Account ID for this managed object.
- additionalProperties String
- alarmSummaries List<GetVirtualization Vmware Cluster Result Alarm Summary> 
- ancestors
List<GetVirtualization Vmware Cluster Result Ancestor> 
- classId String
- cpuOver DoubleCommitment 
- CPU over commitment associated with this cluster.
- createTime String
- The time when this managed object was created.
- datacenters
List<GetVirtualization Vmware Cluster Result Datacenter> 
- datastoreCount Double
- Count of all datastores associated with this cluster.
- domainGroup StringMoid 
- The DomainGroup ID for this managed object.
- hypervisorType String
- Identifies the broad type of the underlying hypervisor.* ESXi- The hypervisor running on the HyperFlex cluster is a Vmware ESXi hypervisor of any version.*Hyper-V- The hypervisor running on the HyperFlex cluster is Microsoft Hyper-V.*Unknown- The hypervisor running on the HyperFlex cluster is not known.
- hypervisorVersion String
- Identifies the version of the hypervisor running on this cluster. Keeping the hypervisor version in the cluster makes it convenient for applications to validate their deployment needs. Defaults to an empty string.
- identity String
- The internally generated identity of this cluster. This entity is not manipulated by users.
- inventoryPath String
- Inventory path of the cluster.
- memoryCapacities List<GetVirtualization Vmware Cluster Result Memory Capacity> 
- modTime String
- The time when this managed object was last modified.
- moid String
- The unique identifier of this Managed Object instance.
- name String
- The user-provided name for this cluster to facilitate identification.
- objectType String
- owners List<String>
- parents
List<GetVirtualization Vmware Cluster Result Parent> 
- permissionResources List<GetVirtualization Vmware Cluster Result Permission Resource> 
- proactiveHa BooleanEnabled 
- Every cluster has an option to enable proactive HA in vCenter. Set to true when the vCenter admin has enabled proactive HA for the cluster.
- processorCapacities List<GetVirtualization Vmware Cluster Result Processor Capacity> 
- registeredDevices List<GetVirtualization Vmware Cluster Result Registered Device> 
- String
- Intersight provides pre-built workflows, tasks and policies to end users through global catalogs.Objects that are made available through global catalogs are said to have a 'shared' ownership. Shared objects are either made globally available to all end users or restricted to end users based on their license entitlement. Users can use this property to differentiate the scope (global or a specific license tier) to which a shared MO belongs.
- status String
- Cluster health status as reported by the hypervisor platform.* Unknown- Entity status is unknown.*Degraded- State is degraded, and might impact normal operation of the entity.*Critical- Entity is in a critical state, impacting operations.*Ok- Entity status is in a stable state, operating normally.
- storageClusters List<GetVirtualization Vmware Cluster Result Storage Cluster> 
- 
List<GetVirtualization Vmware Cluster Result Tag> 
- totalCores Double
- Total number of CPU cores in this cluster. It is a cumulative number across all hosts in the cluster.
- versionContexts List<GetVirtualization Vmware Cluster Result Version Context> 
- accountMoid string
- The Account ID for this managed object.
- additionalProperties string
- alarmSummaries GetVirtualization Vmware Cluster Result Alarm Summary[] 
- ancestors
GetVirtualization Vmware Cluster Result Ancestor[] 
- classId string
- cpuOver numberCommitment 
- CPU over commitment associated with this cluster.
- createTime string
- The time when this managed object was created.
- datacenters
GetVirtualization Vmware Cluster Result Datacenter[] 
- datastoreCount number
- Count of all datastores associated with this cluster.
- domainGroup stringMoid 
- The DomainGroup ID for this managed object.
- hypervisorType string
- Identifies the broad type of the underlying hypervisor.* ESXi- The hypervisor running on the HyperFlex cluster is a Vmware ESXi hypervisor of any version.*Hyper-V- The hypervisor running on the HyperFlex cluster is Microsoft Hyper-V.*Unknown- The hypervisor running on the HyperFlex cluster is not known.
- hypervisorVersion string
- Identifies the version of the hypervisor running on this cluster. Keeping the hypervisor version in the cluster makes it convenient for applications to validate their deployment needs. Defaults to an empty string.
- identity string
- The internally generated identity of this cluster. This entity is not manipulated by users.
- inventoryPath string
- Inventory path of the cluster.
- memoryCapacities GetVirtualization Vmware Cluster Result Memory Capacity[] 
- modTime string
- The time when this managed object was last modified.
- moid string
- The unique identifier of this Managed Object instance.
- name string
- The user-provided name for this cluster to facilitate identification.
- objectType string
- owners string[]
- parents
GetVirtualization Vmware Cluster Result Parent[] 
- permissionResources GetVirtualization Vmware Cluster Result Permission Resource[] 
- proactiveHa booleanEnabled 
- Every cluster has an option to enable proactive HA in vCenter. Set to true when the vCenter admin has enabled proactive HA for the cluster.
- processorCapacities GetVirtualization Vmware Cluster Result Processor Capacity[] 
- registeredDevices GetVirtualization Vmware Cluster Result Registered Device[] 
- string
- Intersight provides pre-built workflows, tasks and policies to end users through global catalogs.Objects that are made available through global catalogs are said to have a 'shared' ownership. Shared objects are either made globally available to all end users or restricted to end users based on their license entitlement. Users can use this property to differentiate the scope (global or a specific license tier) to which a shared MO belongs.
- status string
- Cluster health status as reported by the hypervisor platform.* Unknown- Entity status is unknown.*Degraded- State is degraded, and might impact normal operation of the entity.*Critical- Entity is in a critical state, impacting operations.*Ok- Entity status is in a stable state, operating normally.
- storageClusters GetVirtualization Vmware Cluster Result Storage Cluster[] 
- 
GetVirtualization Vmware Cluster Result Tag[] 
- totalCores number
- Total number of CPU cores in this cluster. It is a cumulative number across all hosts in the cluster.
- versionContexts GetVirtualization Vmware Cluster Result Version Context[] 
- account_moid str
- The Account ID for this managed object.
- additional_properties str
- alarm_summaries Sequence[GetVirtualization Vmware Cluster Result Alarm Summary] 
- ancestors
Sequence[GetVirtualization Vmware Cluster Result Ancestor] 
- class_id str
- cpu_over_ floatcommitment 
- CPU over commitment associated with this cluster.
- create_time str
- The time when this managed object was created.
- datacenters
Sequence[GetVirtualization Vmware Cluster Result Datacenter] 
- datastore_count float
- Count of all datastores associated with this cluster.
- domain_group_ strmoid 
- The DomainGroup ID for this managed object.
- hypervisor_type str
- Identifies the broad type of the underlying hypervisor.* ESXi- The hypervisor running on the HyperFlex cluster is a Vmware ESXi hypervisor of any version.*Hyper-V- The hypervisor running on the HyperFlex cluster is Microsoft Hyper-V.*Unknown- The hypervisor running on the HyperFlex cluster is not known.
- hypervisor_version str
- Identifies the version of the hypervisor running on this cluster. Keeping the hypervisor version in the cluster makes it convenient for applications to validate their deployment needs. Defaults to an empty string.
- identity str
- The internally generated identity of this cluster. This entity is not manipulated by users.
- inventory_path str
- Inventory path of the cluster.
- memory_capacities Sequence[GetVirtualization Vmware Cluster Result Memory Capacity] 
- mod_time str
- The time when this managed object was last modified.
- moid str
- The unique identifier of this Managed Object instance.
- name str
- The user-provided name for this cluster to facilitate identification.
- object_type str
- owners Sequence[str]
- parents
Sequence[GetVirtualization Vmware Cluster Result Parent] 
- permission_resources Sequence[GetVirtualization Vmware Cluster Result Permission Resource] 
- proactive_ha_ boolenabled 
- Every cluster has an option to enable proactive HA in vCenter. Set to true when the vCenter admin has enabled proactive HA for the cluster.
- processor_capacities Sequence[GetVirtualization Vmware Cluster Result Processor Capacity] 
- registered_devices Sequence[GetVirtualization Vmware Cluster Result Registered Device] 
- str
- Intersight provides pre-built workflows, tasks and policies to end users through global catalogs.Objects that are made available through global catalogs are said to have a 'shared' ownership. Shared objects are either made globally available to all end users or restricted to end users based on their license entitlement. Users can use this property to differentiate the scope (global or a specific license tier) to which a shared MO belongs.
- status str
- Cluster health status as reported by the hypervisor platform.* Unknown- Entity status is unknown.*Degraded- State is degraded, and might impact normal operation of the entity.*Critical- Entity is in a critical state, impacting operations.*Ok- Entity status is in a stable state, operating normally.
- storage_clusters Sequence[GetVirtualization Vmware Cluster Result Storage Cluster] 
- 
Sequence[GetVirtualization Vmware Cluster Result Tag] 
- total_cores float
- Total number of CPU cores in this cluster. It is a cumulative number across all hosts in the cluster.
- version_contexts Sequence[GetVirtualization Vmware Cluster Result Version Context] 
- accountMoid String
- The Account ID for this managed object.
- additionalProperties String
- alarmSummaries List<Property Map>
- ancestors List<Property Map>
- classId String
- cpuOver NumberCommitment 
- CPU over commitment associated with this cluster.
- createTime String
- The time when this managed object was created.
- datacenters List<Property Map>
- datastoreCount Number
- Count of all datastores associated with this cluster.
- domainGroup StringMoid 
- The DomainGroup ID for this managed object.
- hypervisorType String
- Identifies the broad type of the underlying hypervisor.* ESXi- The hypervisor running on the HyperFlex cluster is a Vmware ESXi hypervisor of any version.*Hyper-V- The hypervisor running on the HyperFlex cluster is Microsoft Hyper-V.*Unknown- The hypervisor running on the HyperFlex cluster is not known.
- hypervisorVersion String
- Identifies the version of the hypervisor running on this cluster. Keeping the hypervisor version in the cluster makes it convenient for applications to validate their deployment needs. Defaults to an empty string.
- identity String
- The internally generated identity of this cluster. This entity is not manipulated by users.
- inventoryPath String
- Inventory path of the cluster.
- memoryCapacities List<Property Map>
- modTime String
- The time when this managed object was last modified.
- moid String
- The unique identifier of this Managed Object instance.
- name String
- The user-provided name for this cluster to facilitate identification.
- objectType String
- owners List<String>
- parents List<Property Map>
- permissionResources List<Property Map>
- proactiveHa BooleanEnabled 
- Every cluster has an option to enable proactive HA in vCenter. Set to true when the vCenter admin has enabled proactive HA for the cluster.
- processorCapacities List<Property Map>
- registeredDevices List<Property Map>
- String
- Intersight provides pre-built workflows, tasks and policies to end users through global catalogs.Objects that are made available through global catalogs are said to have a 'shared' ownership. Shared objects are either made globally available to all end users or restricted to end users based on their license entitlement. Users can use this property to differentiate the scope (global or a specific license tier) to which a shared MO belongs.
- status String
- Cluster health status as reported by the hypervisor platform.* Unknown- Entity status is unknown.*Degraded- State is degraded, and might impact normal operation of the entity.*Critical- Entity is in a critical state, impacting operations.*Ok- Entity status is in a stable state, operating normally.
- storageClusters List<Property Map>
- List<Property Map>
- totalCores Number
- Total number of CPU cores in this cluster. It is a cumulative number across all hosts in the cluster.
- versionContexts List<Property Map>
GetVirtualizationVmwareClusterResultAlarmSummary      
- AdditionalProperties string
- ClassId string
- Critical double
- Health string
- Info double
- ObjectType string
- SuppressedCritical double
- SuppressedInfo double
- SuppressedWarning double
- Warning double
- AdditionalProperties string
- ClassId string
- Critical float64
- Health string
- Info float64
- ObjectType string
- SuppressedCritical float64
- SuppressedInfo float64
- SuppressedWarning float64
- Warning float64
- additionalProperties String
- classId String
- critical Double
- health String
- info Double
- objectType String
- suppressedCritical Double
- suppressedInfo Double
- suppressedWarning Double
- warning Double
- additionalProperties string
- classId string
- critical number
- health string
- info number
- objectType string
- suppressedCritical number
- suppressedInfo number
- suppressedWarning number
- warning number
- additional_properties str
- class_id str
- critical float
- health str
- info float
- object_type str
- suppressed_critical float
- suppressed_info float
- suppressed_warning float
- warning float
- additionalProperties String
- classId String
- critical Number
- health String
- info Number
- objectType String
- suppressedCritical Number
- suppressedInfo Number
- suppressedWarning Number
- warning Number
GetVirtualizationVmwareClusterResultAncestor     
- 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
GetVirtualizationVmwareClusterResultDatacenter     
- 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
GetVirtualizationVmwareClusterResultMemoryCapacity      
- AdditionalProperties string
- Capacity double
- ClassId string
- Free double
- ObjectType string
- Used double
- AdditionalProperties string
- Capacity float64
- ClassId string
- Free float64
- ObjectType string
- Used float64
- additionalProperties String
- capacity Double
- classId String
- free Double
- objectType String
- used Double
- additionalProperties string
- capacity number
- classId string
- free number
- objectType string
- used number
- additional_properties str
- capacity float
- class_id str
- free float
- object_type str
- used float
- additionalProperties String
- capacity Number
- classId String
- free Number
- objectType String
- used Number
GetVirtualizationVmwareClusterResultParent     
- 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
GetVirtualizationVmwareClusterResultPermissionResource      
- 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
GetVirtualizationVmwareClusterResultProcessorCapacity      
- AdditionalProperties string
- Capacity double
- ClassId string
- Free double
- ObjectType string
- Used double
- AdditionalProperties string
- Capacity float64
- ClassId string
- Free float64
- ObjectType string
- Used float64
- additionalProperties String
- capacity Double
- classId String
- free Double
- objectType String
- used Double
- additionalProperties string
- capacity number
- classId string
- free number
- objectType string
- used number
- additional_properties str
- capacity float
- class_id str
- free float
- object_type str
- used float
- additionalProperties String
- capacity Number
- classId String
- free Number
- objectType String
- used Number
GetVirtualizationVmwareClusterResultRegisteredDevice      
- 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
GetVirtualizationVmwareClusterResultStorageCluster      
- 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
GetVirtualizationVmwareClusterResultTag     
- 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
GetVirtualizationVmwareClusterResultVersionContext      
- additionalProperties String
- classId String
- interestedMos List<Property Map>
- markedFor BooleanDeletion 
- nrVersion String
- objectType String
- refMos List<Property Map>
- timestamp String
- versionType String
GetVirtualizationVmwareClusterResultVersionContextInterestedMo        
- 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
GetVirtualizationVmwareClusterResultVersionContextRefMo        
- 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
GetVirtualizationVmwareClusterStorageCluster     
- 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'.
 
GetVirtualizationVmwareClusterTag    
- 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.
GetVirtualizationVmwareClusterVersionContext     
- AdditionalProperties string
- ClassId string
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- InterestedMos List<GetVirtualization Vmware Cluster Version Context Interested Mo> 
- MarkedFor boolDeletion 
- The flag to indicate if snapshot is marked for deletion or not. If flag is set then snapshot will be removed after the successful deployment of the policy.
- NrVersion string
- The version of the Managed Object, e.g. an incrementing number or a hash id.
- ObjectType string
- The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
- RefMo GetVirtualization Vmware Cluster Version Context Ref Mo 
- A reference to the original Managed Object.
- Timestamp string
- The time this versioned Managed Object was created.
- VersionType string
- Specifies type of version. Currently the only supported value is "Configured"
that is used to keep track of snapshots of policies and profiles that are intended
to be configured to target endpoints.- Modified- Version created every time an object is modified.
- Configured- Version created every time an object is configured to the service profile.
- Deployed- Version created for objects related to a service profile when it is deployed.
 
- AdditionalProperties string
- ClassId string
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- InterestedMos []GetVirtualization Vmware Cluster Version Context Interested Mo 
- MarkedFor boolDeletion 
- The flag to indicate if snapshot is marked for deletion or not. If flag is set then snapshot will be removed after the successful deployment of the policy.
- NrVersion string
- The version of the Managed Object, e.g. an incrementing number or a hash id.
- ObjectType string
- The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
- RefMo GetVirtualization Vmware Cluster Version Context Ref Mo 
- A reference to the original Managed Object.
- Timestamp string
- The time this versioned Managed Object was created.
- VersionType string
- Specifies type of version. Currently the only supported value is "Configured"
that is used to keep track of snapshots of policies and profiles that are intended
to be configured to target endpoints.- Modified- Version created every time an object is modified.
- Configured- Version created every time an object is configured to the service profile.
- Deployed- Version created for objects related to a service profile when it is deployed.
 
- additionalProperties String
- classId String
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- interestedMos List<GetVirtualization Vmware Cluster Version Context Interested Mo> 
- markedFor BooleanDeletion 
- The flag to indicate if snapshot is marked for deletion or not. If flag is set then snapshot will be removed after the successful deployment of the policy.
- nrVersion String
- The version of the Managed Object, e.g. an incrementing number or a hash id.
- objectType String
- The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
- refMo GetVirtualization Vmware Cluster Version Context Ref Mo 
- A reference to the original Managed Object.
- timestamp String
- The time this versioned Managed Object was created.
- versionType String
- Specifies type of version. Currently the only supported value is "Configured"
that is used to keep track of snapshots of policies and profiles that are intended
to be configured to target endpoints.- Modified- Version created every time an object is modified.
- Configured- Version created every time an object is configured to the service profile.
- Deployed- Version created for objects related to a service profile when it is deployed.
 
- additionalProperties string
- classId string
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- interestedMos GetVirtualization Vmware Cluster Version Context Interested Mo[] 
- markedFor booleanDeletion 
- The flag to indicate if snapshot is marked for deletion or not. If flag is set then snapshot will be removed after the successful deployment of the policy.
- nrVersion string
- The version of the Managed Object, e.g. an incrementing number or a hash id.
- objectType string
- The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
- refMo GetVirtualization Vmware Cluster Version Context Ref Mo 
- A reference to the original Managed Object.
- timestamp string
- The time this versioned Managed Object was created.
- versionType string
- Specifies type of version. Currently the only supported value is "Configured"
that is used to keep track of snapshots of policies and profiles that are intended
to be configured to target endpoints.- Modified- Version created every time an object is modified.
- Configured- Version created every time an object is configured to the service profile.
- Deployed- Version created for objects related to a service profile when it is deployed.
 
- additional_properties str
- class_id str
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- interested_mos Sequence[GetVirtualization Vmware Cluster Version Context Interested Mo] 
- marked_for_ booldeletion 
- The flag to indicate if snapshot is marked for deletion or not. If flag is set then snapshot will be removed after the successful deployment of the policy.
- nr_version str
- The version of the Managed Object, e.g. an incrementing number or a hash id.
- object_type str
- The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
- ref_mo GetVirtualization Vmware Cluster Version Context Ref Mo 
- A reference to the original Managed Object.
- timestamp str
- The time this versioned Managed Object was created.
- version_type str
- Specifies type of version. Currently the only supported value is "Configured"
that is used to keep track of snapshots of policies and profiles that are intended
to be configured to target endpoints.- Modified- Version created every time an object is modified.
- Configured- Version created every time an object is configured to the service profile.
- Deployed- Version created for objects related to a service profile when it is deployed.
 
- additionalProperties String
- classId String
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- interestedMos List<Property Map>
- markedFor BooleanDeletion 
- The flag to indicate if snapshot is marked for deletion or not. If flag is set then snapshot will be removed after the successful deployment of the policy.
- nrVersion String
- The version of the Managed Object, e.g. an incrementing number or a hash id.
- objectType String
- The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
- refMo Property Map
- A reference to the original Managed Object.
- timestamp String
- The time this versioned Managed Object was created.
- versionType String
- Specifies type of version. Currently the only supported value is "Configured"
that is used to keep track of snapshots of policies and profiles that are intended
to be configured to target endpoints.- Modified- Version created every time an object is modified.
- Configured- Version created every time an object is configured to the service profile.
- Deployed- Version created for objects related to a service profile when it is deployed.
 
GetVirtualizationVmwareClusterVersionContextInterestedMo       
- 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'.
 
GetVirtualizationVmwareClusterVersionContextRefMo       
- 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