intersight 1.0.65 published on Wednesday, May 7, 2025 by ciscodevnet
intersight.getHciCluster
Explore with Pulumi AI
intersight 1.0.65 published on Wednesday, May 7, 2025 by ciscodevnet
A HCI cluster reported by Prism Central.
Using getHciCluster
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 getHciCluster(args: GetHciClusterArgs, opts?: InvokeOptions): Promise<GetHciClusterResult>
function getHciClusterOutput(args: GetHciClusterOutputArgs, opts?: InvokeOptions): Output<GetHciClusterResult>def get_hci_cluster(account_moid: Optional[str] = None,
                    additional_properties: Optional[str] = None,
                    alarm_summary: Optional[GetHciClusterAlarmSummary] = None,
                    ancestors: Optional[Sequence[GetHciClusterAncestor]] = None,
                    backplane: Optional[GetHciClusterBackplane] = None,
                    build_info_build_type: Optional[str] = None,
                    build_info_commit_id: Optional[str] = None,
                    build_info_full_version: Optional[str] = None,
                    build_info_short_commit_id: Optional[str] = None,
                    build_info_version: Optional[str] = None,
                    class_id: Optional[str] = None,
                    cluster_arch: Optional[str] = None,
                    cluster_ext_id: Optional[str] = None,
                    cluster_functions: Optional[Sequence[str]] = None,
                    cluster_software_maps: Optional[Sequence[GetHciClusterClusterSoftwareMap]] = None,
                    compliance: Optional[GetHciClusterCompliance] = None,
                    container_name: Optional[str] = None,
                    cpu_capacity_hz: Optional[float] = None,
                    cpu_usage_hz: Optional[float] = None,
                    create_time: Optional[str] = None,
                    domain_group_moid: Optional[str] = None,
                    domain_manager: Optional[GetHciClusterDomainManager] = None,
                    encryption_in_transit_status: Optional[bool] = None,
                    encryption_scopes: Optional[Sequence[str]] = None,
                    entitlement: Optional[GetHciClusterEntitlement] = None,
                    external_address: Optional[GetHciClusterExternalAddress] = None,
                    external_data_service_ip: Optional[GetHciClusterExternalDataServiceIp] = None,
                    external_subnet: Optional[str] = None,
                    fault_tolerance_state: Optional[GetHciClusterFaultToleranceState] = None,
                    hypervisor_types: Optional[Sequence[str]] = None,
                    id: Optional[str] = None,
                    incarnationid: Optional[str] = None,
                    inefficient_vm_count: Optional[float] = None,
                    internal_subnet: Optional[str] = None,
                    is_lts: Optional[bool] = None,
                    key_management_server_type: Optional[str] = None,
                    management_server: Optional[GetHciClusterManagementServer] = None,
                    masquerading_ip: Optional[GetHciClusterMasqueradingIp] = None,
                    masquerading_port: Optional[float] = None,
                    memory_capacity_bytes: Optional[float] = None,
                    memory_usage_bytes: Optional[float] = None,
                    mod_time: Optional[str] = None,
                    moid: Optional[str] = None,
                    name: Optional[str] = None,
                    name_server_ip_lists: Optional[Sequence[GetHciClusterNameServerIpList]] = None,
                    nodes: Optional[Sequence[GetHciClusterNode]] = None,
                    ntp_server_ip_lists: Optional[Sequence[GetHciClusterNtpServerIpList]] = None,
                    number_of_nodes: Optional[float] = None,
                    object_type: Optional[str] = None,
                    operation_mode: Optional[str] = None,
                    owners: Optional[Sequence[str]] = None,
                    parent: Optional[GetHciClusterParent] = None,
                    password_remote_login_enabled: Optional[bool] = None,
                    pc_ext_id: Optional[str] = None,
                    permission_resources: Optional[Sequence[GetHciClusterPermissionResource]] = None,
                    pulse_status: Optional[GetHciClusterPulseStatus] = None,
                    redundancy_factor: Optional[float] = None,
                    registered_device: Optional[GetHciClusterRegisteredDevice] = None,
                    remote_support: Optional[bool] = None,
                    shared_scope: Optional[str] = None,
                    storage_capacity_bytes: Optional[float] = None,
                    storage_usage_bytes: Optional[float] = None,
                    tags: Optional[Sequence[GetHciClusterTag]] = None,
                    timezone: Optional[str] = None,
                    upgrade_status: Optional[str] = None,
                    version_context: Optional[GetHciClusterVersionContext] = None,
                    violation: Optional[GetHciClusterViolation] = None,
                    vm_count: Optional[float] = None,
                    opts: Optional[InvokeOptions] = None) -> GetHciClusterResult
def get_hci_cluster_output(account_moid: Optional[pulumi.Input[str]] = None,
                    additional_properties: Optional[pulumi.Input[str]] = None,
                    alarm_summary: Optional[pulumi.Input[GetHciClusterAlarmSummaryArgs]] = None,
                    ancestors: Optional[pulumi.Input[Sequence[pulumi.Input[GetHciClusterAncestorArgs]]]] = None,
                    backplane: Optional[pulumi.Input[GetHciClusterBackplaneArgs]] = None,
                    build_info_build_type: Optional[pulumi.Input[str]] = None,
                    build_info_commit_id: Optional[pulumi.Input[str]] = None,
                    build_info_full_version: Optional[pulumi.Input[str]] = None,
                    build_info_short_commit_id: Optional[pulumi.Input[str]] = None,
                    build_info_version: Optional[pulumi.Input[str]] = None,
                    class_id: Optional[pulumi.Input[str]] = None,
                    cluster_arch: Optional[pulumi.Input[str]] = None,
                    cluster_ext_id: Optional[pulumi.Input[str]] = None,
                    cluster_functions: Optional[pulumi.Input[Sequence[pulumi.Input[str]]]] = None,
                    cluster_software_maps: Optional[pulumi.Input[Sequence[pulumi.Input[GetHciClusterClusterSoftwareMapArgs]]]] = None,
                    compliance: Optional[pulumi.Input[GetHciClusterComplianceArgs]] = None,
                    container_name: Optional[pulumi.Input[str]] = None,
                    cpu_capacity_hz: Optional[pulumi.Input[float]] = None,
                    cpu_usage_hz: Optional[pulumi.Input[float]] = None,
                    create_time: Optional[pulumi.Input[str]] = None,
                    domain_group_moid: Optional[pulumi.Input[str]] = None,
                    domain_manager: Optional[pulumi.Input[GetHciClusterDomainManagerArgs]] = None,
                    encryption_in_transit_status: Optional[pulumi.Input[bool]] = None,
                    encryption_scopes: Optional[pulumi.Input[Sequence[pulumi.Input[str]]]] = None,
                    entitlement: Optional[pulumi.Input[GetHciClusterEntitlementArgs]] = None,
                    external_address: Optional[pulumi.Input[GetHciClusterExternalAddressArgs]] = None,
                    external_data_service_ip: Optional[pulumi.Input[GetHciClusterExternalDataServiceIpArgs]] = None,
                    external_subnet: Optional[pulumi.Input[str]] = None,
                    fault_tolerance_state: Optional[pulumi.Input[GetHciClusterFaultToleranceStateArgs]] = None,
                    hypervisor_types: Optional[pulumi.Input[Sequence[pulumi.Input[str]]]] = None,
                    id: Optional[pulumi.Input[str]] = None,
                    incarnationid: Optional[pulumi.Input[str]] = None,
                    inefficient_vm_count: Optional[pulumi.Input[float]] = None,
                    internal_subnet: Optional[pulumi.Input[str]] = None,
                    is_lts: Optional[pulumi.Input[bool]] = None,
                    key_management_server_type: Optional[pulumi.Input[str]] = None,
                    management_server: Optional[pulumi.Input[GetHciClusterManagementServerArgs]] = None,
                    masquerading_ip: Optional[pulumi.Input[GetHciClusterMasqueradingIpArgs]] = None,
                    masquerading_port: Optional[pulumi.Input[float]] = None,
                    memory_capacity_bytes: Optional[pulumi.Input[float]] = None,
                    memory_usage_bytes: Optional[pulumi.Input[float]] = None,
                    mod_time: Optional[pulumi.Input[str]] = None,
                    moid: Optional[pulumi.Input[str]] = None,
                    name: Optional[pulumi.Input[str]] = None,
                    name_server_ip_lists: Optional[pulumi.Input[Sequence[pulumi.Input[GetHciClusterNameServerIpListArgs]]]] = None,
                    nodes: Optional[pulumi.Input[Sequence[pulumi.Input[GetHciClusterNodeArgs]]]] = None,
                    ntp_server_ip_lists: Optional[pulumi.Input[Sequence[pulumi.Input[GetHciClusterNtpServerIpListArgs]]]] = None,
                    number_of_nodes: Optional[pulumi.Input[float]] = None,
                    object_type: Optional[pulumi.Input[str]] = None,
                    operation_mode: Optional[pulumi.Input[str]] = None,
                    owners: Optional[pulumi.Input[Sequence[pulumi.Input[str]]]] = None,
                    parent: Optional[pulumi.Input[GetHciClusterParentArgs]] = None,
                    password_remote_login_enabled: Optional[pulumi.Input[bool]] = None,
                    pc_ext_id: Optional[pulumi.Input[str]] = None,
                    permission_resources: Optional[pulumi.Input[Sequence[pulumi.Input[GetHciClusterPermissionResourceArgs]]]] = None,
                    pulse_status: Optional[pulumi.Input[GetHciClusterPulseStatusArgs]] = None,
                    redundancy_factor: Optional[pulumi.Input[float]] = None,
                    registered_device: Optional[pulumi.Input[GetHciClusterRegisteredDeviceArgs]] = None,
                    remote_support: Optional[pulumi.Input[bool]] = None,
                    shared_scope: Optional[pulumi.Input[str]] = None,
                    storage_capacity_bytes: Optional[pulumi.Input[float]] = None,
                    storage_usage_bytes: Optional[pulumi.Input[float]] = None,
                    tags: Optional[pulumi.Input[Sequence[pulumi.Input[GetHciClusterTagArgs]]]] = None,
                    timezone: Optional[pulumi.Input[str]] = None,
                    upgrade_status: Optional[pulumi.Input[str]] = None,
                    version_context: Optional[pulumi.Input[GetHciClusterVersionContextArgs]] = None,
                    violation: Optional[pulumi.Input[GetHciClusterViolationArgs]] = None,
                    vm_count: Optional[pulumi.Input[float]] = None,
                    opts: Optional[InvokeOptions] = None) -> Output[GetHciClusterResult]func LookupHciCluster(ctx *Context, args *LookupHciClusterArgs, opts ...InvokeOption) (*LookupHciClusterResult, error)
func LookupHciClusterOutput(ctx *Context, args *LookupHciClusterOutputArgs, opts ...InvokeOption) LookupHciClusterResultOutput> Note: This function is named LookupHciCluster in the Go SDK.
public static class GetHciCluster 
{
    public static Task<GetHciClusterResult> InvokeAsync(GetHciClusterArgs args, InvokeOptions? opts = null)
    public static Output<GetHciClusterResult> Invoke(GetHciClusterInvokeArgs args, InvokeOptions? opts = null)
}public static CompletableFuture<GetHciClusterResult> getHciCluster(GetHciClusterArgs args, InvokeOptions options)
public static Output<GetHciClusterResult> getHciCluster(GetHciClusterArgs args, InvokeOptions options)
fn::invoke:
  function: intersight:index/getHciCluster:getHciCluster
  arguments:
    # arguments dictionaryThe following arguments are supported:
- AccountMoid string
- The Account ID for this managed object.
- AdditionalProperties string
- AlarmSummary GetHci Cluster Alarm Summary 
- Ancestors
List<GetHci Cluster Ancestor> 
- Backplane
GetHci Cluster Backplane 
- BuildInfo stringBuild Type 
- The software build type, such as \ release\ or \ debug\ build.
- BuildInfo stringCommit Id 
- The software commit id for this build image.
- BuildInfo stringFull Version 
- The longer form of software version. It usually includes the commit id.
- BuildInfo stringShort Commit Id 
- The short version of the software commit id for this build image.
- BuildInfo stringVersion 
- The software version from the build.
- ClassId string
- ClusterArch string
- The CPU architecture of the cluster server such as x86_64 and PPC64LE.
- ClusterExt stringId 
- The unique identifier of the cluster.
- ClusterFunctions List<string>
- ClusterSoftware List<GetMaps Hci Cluster Cluster Software Map> 
- Compliance
GetHci Cluster Compliance 
- ContainerName string
- The name of the default container created as part of cluster creation.
- CpuCapacity doubleHz 
- The CPU capacity in Hz of the cluster.
- CpuUsage doubleHz 
- The CPU usage in Hz of the cluster.
- CreateTime string
- The time when this managed object was created.
- DomainGroup stringMoid 
- The DomainGroup ID for this managed object.
- DomainManager GetHci Cluster Domain Manager 
- EncryptionIn boolTransit Status 
- Indicate if encryption-in-transit is enabled or not.
- EncryptionScopes List<string>
- Entitlement
GetHci Cluster Entitlement 
- ExternalAddress GetHci Cluster External Address 
- ExternalData GetService Ip Hci Cluster External Data Service Ip 
- ExternalSubnet string
- The external subnet of the cluster.
- FaultTolerance GetState Hci Cluster Fault Tolerance State 
- HypervisorTypes List<string>
- Id string
- Incarnationid string
- Cluster incarnation Id, part of payload for cluster update operation only.
- InefficientVm doubleCount 
- The number of inefficient VMs in this cluster.
- InternalSubnet string
- The internal subnet of the cluster.
- IsLts bool
- The LTS status indicates whether the release is categorized as Long-term or not.
- KeyManagement stringServer Type 
- The key management server type of the cluster.
- ManagementServer GetHci Cluster Management Server 
- MasqueradingIp GetHci Cluster Masquerading Ip 
- MasqueradingPort double
- The masquerading port of the cluster.
- MemoryCapacity doubleBytes 
- The memory capacity in bytes of the cluster.
- MemoryUsage doubleBytes 
- The memory usage in bytes of the cluster.
- ModTime string
- The time when this managed object was last modified.
- Moid string
- The unique identifier of this Managed Object instance.
- Name string
- The name of the reported cluster.
- NameServer List<GetIp Lists Hci Cluster Name Server Ip List> 
- Nodes
List<GetHci Cluster Node> 
- NtpServer List<GetIp Lists Hci Cluster Ntp Server Ip List> 
- NumberOf doubleNodes 
- The number of nodes in the cluster.
- ObjectType string
- OperationMode string
- The operation mode of the cluster such as NORMAL, READ_ONLY, STAND_ALONE, SWITCH_TO_TWO_NODE, OVERRIDE.
- Owners List<string>
- Parent
GetHci Cluster Parent 
- PasswordRemote boolLogin Enabled 
- Indicates whether the password ssh into the cluster is enabled or not.
- PcExt stringId 
- The unique identifier of the domain manager (Prism Central) instance which manages this cluster.
- PermissionResources List<GetHci Cluster Permission Resource> 
- PulseStatus GetHci Cluster Pulse Status 
- RedundancyFactor double
- The redundancy factor of the cluster.
- RegisteredDevice GetHci Cluster Registered Device 
- RemoteSupport bool
- The remote support status of the cluster.
- 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.
- StorageCapacity doubleBytes 
- The storage capacity in bytes of the cluster.
- StorageUsage doubleBytes 
- The storage usage in bytes of the cluster.
- 
List<GetHci Cluster Tag> 
- Timezone string
- The timezone of the cluster.
- UpgradeStatus string
- The upgrade status of a cluster includes the following known values: PENDING, DOWNLOADING, QUEUED, PREUPGRADE, UPGRADING, SUCCEEDED,FAILED, CANCELLED, and SCHEDULED.The upgrade status of a cluster.
- VersionContext GetHci Cluster Version Context 
- Violation
GetHci Cluster Violation 
- VmCount double
- The number of VMs running on this cluster.
- AccountMoid string
- The Account ID for this managed object.
- AdditionalProperties string
- AlarmSummary GetHci Cluster Alarm Summary 
- Ancestors
[]GetHci Cluster Ancestor 
- Backplane
GetHci Cluster Backplane 
- BuildInfo stringBuild Type 
- The software build type, such as \ release\ or \ debug\ build.
- BuildInfo stringCommit Id 
- The software commit id for this build image.
- BuildInfo stringFull Version 
- The longer form of software version. It usually includes the commit id.
- BuildInfo stringShort Commit Id 
- The short version of the software commit id for this build image.
- BuildInfo stringVersion 
- The software version from the build.
- ClassId string
- ClusterArch string
- The CPU architecture of the cluster server such as x86_64 and PPC64LE.
- ClusterExt stringId 
- The unique identifier of the cluster.
- ClusterFunctions []string
- ClusterSoftware []GetMaps Hci Cluster Cluster Software Map 
- Compliance
GetHci Cluster Compliance 
- ContainerName string
- The name of the default container created as part of cluster creation.
- CpuCapacity float64Hz 
- The CPU capacity in Hz of the cluster.
- CpuUsage float64Hz 
- The CPU usage in Hz of the cluster.
- CreateTime string
- The time when this managed object was created.
- DomainGroup stringMoid 
- The DomainGroup ID for this managed object.
- DomainManager GetHci Cluster Domain Manager 
- EncryptionIn boolTransit Status 
- Indicate if encryption-in-transit is enabled or not.
- EncryptionScopes []string
- Entitlement
GetHci Cluster Entitlement 
- ExternalAddress GetHci Cluster External Address 
- ExternalData GetService Ip Hci Cluster External Data Service Ip 
- ExternalSubnet string
- The external subnet of the cluster.
- FaultTolerance GetState Hci Cluster Fault Tolerance State 
- HypervisorTypes []string
- Id string
- Incarnationid string
- Cluster incarnation Id, part of payload for cluster update operation only.
- InefficientVm float64Count 
- The number of inefficient VMs in this cluster.
- InternalSubnet string
- The internal subnet of the cluster.
- IsLts bool
- The LTS status indicates whether the release is categorized as Long-term or not.
- KeyManagement stringServer Type 
- The key management server type of the cluster.
- ManagementServer GetHci Cluster Management Server 
- MasqueradingIp GetHci Cluster Masquerading Ip 
- MasqueradingPort float64
- The masquerading port of the cluster.
- MemoryCapacity float64Bytes 
- The memory capacity in bytes of the cluster.
- MemoryUsage float64Bytes 
- The memory usage in bytes of the cluster.
- ModTime string
- The time when this managed object was last modified.
- Moid string
- The unique identifier of this Managed Object instance.
- Name string
- The name of the reported cluster.
- NameServer []GetIp Lists Hci Cluster Name Server Ip List 
- Nodes
[]GetHci Cluster Node 
- NtpServer []GetIp Lists Hci Cluster Ntp Server Ip List 
- NumberOf float64Nodes 
- The number of nodes in the cluster.
- ObjectType string
- OperationMode string
- The operation mode of the cluster such as NORMAL, READ_ONLY, STAND_ALONE, SWITCH_TO_TWO_NODE, OVERRIDE.
- Owners []string
- Parent
GetHci Cluster Parent 
- PasswordRemote boolLogin Enabled 
- Indicates whether the password ssh into the cluster is enabled or not.
- PcExt stringId 
- The unique identifier of the domain manager (Prism Central) instance which manages this cluster.
- PermissionResources []GetHci Cluster Permission Resource 
- PulseStatus GetHci Cluster Pulse Status 
- RedundancyFactor float64
- The redundancy factor of the cluster.
- RegisteredDevice GetHci Cluster Registered Device 
- RemoteSupport bool
- The remote support status of the cluster.
- 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.
- StorageCapacity float64Bytes 
- The storage capacity in bytes of the cluster.
- StorageUsage float64Bytes 
- The storage usage in bytes of the cluster.
- 
[]GetHci Cluster Tag 
- Timezone string
- The timezone of the cluster.
- UpgradeStatus string
- The upgrade status of a cluster includes the following known values: PENDING, DOWNLOADING, QUEUED, PREUPGRADE, UPGRADING, SUCCEEDED,FAILED, CANCELLED, and SCHEDULED.The upgrade status of a cluster.
- VersionContext GetHci Cluster Version Context 
- Violation
GetHci Cluster Violation 
- VmCount float64
- The number of VMs running on this cluster.
- accountMoid String
- The Account ID for this managed object.
- additionalProperties String
- alarmSummary GetHci Cluster Alarm Summary 
- ancestors
List<GetHci Cluster Ancestor> 
- backplane
GetHci Cluster Backplane 
- buildInfo StringBuild Type 
- The software build type, such as \ release\ or \ debug\ build.
- buildInfo StringCommit Id 
- The software commit id for this build image.
- buildInfo StringFull Version 
- The longer form of software version. It usually includes the commit id.
- buildInfo StringShort Commit Id 
- The short version of the software commit id for this build image.
- buildInfo StringVersion 
- The software version from the build.
- classId String
- clusterArch String
- The CPU architecture of the cluster server such as x86_64 and PPC64LE.
- clusterExt StringId 
- The unique identifier of the cluster.
- clusterFunctions List<String>
- clusterSoftware List<GetMaps Hci Cluster Cluster Software Map> 
- compliance
GetHci Cluster Compliance 
- containerName String
- The name of the default container created as part of cluster creation.
- cpuCapacity DoubleHz 
- The CPU capacity in Hz of the cluster.
- cpuUsage DoubleHz 
- The CPU usage in Hz of the cluster.
- createTime String
- The time when this managed object was created.
- domainGroup StringMoid 
- The DomainGroup ID for this managed object.
- domainManager GetHci Cluster Domain Manager 
- encryptionIn BooleanTransit Status 
- Indicate if encryption-in-transit is enabled or not.
- encryptionScopes List<String>
- entitlement
GetHci Cluster Entitlement 
- externalAddress GetHci Cluster External Address 
- externalData GetService Ip Hci Cluster External Data Service Ip 
- externalSubnet String
- The external subnet of the cluster.
- faultTolerance GetState Hci Cluster Fault Tolerance State 
- hypervisorTypes List<String>
- id String
- incarnationid String
- Cluster incarnation Id, part of payload for cluster update operation only.
- inefficientVm DoubleCount 
- The number of inefficient VMs in this cluster.
- internalSubnet String
- The internal subnet of the cluster.
- isLts Boolean
- The LTS status indicates whether the release is categorized as Long-term or not.
- keyManagement StringServer Type 
- The key management server type of the cluster.
- managementServer GetHci Cluster Management Server 
- masqueradingIp GetHci Cluster Masquerading Ip 
- masqueradingPort Double
- The masquerading port of the cluster.
- memoryCapacity DoubleBytes 
- The memory capacity in bytes of the cluster.
- memoryUsage DoubleBytes 
- The memory usage in bytes of the cluster.
- modTime String
- The time when this managed object was last modified.
- moid String
- The unique identifier of this Managed Object instance.
- name String
- The name of the reported cluster.
- nameServer List<GetIp Lists Hci Cluster Name Server Ip List> 
- nodes
List<GetHci Cluster Node> 
- ntpServer List<GetIp Lists Hci Cluster Ntp Server Ip List> 
- numberOf DoubleNodes 
- The number of nodes in the cluster.
- objectType String
- operationMode String
- The operation mode of the cluster such as NORMAL, READ_ONLY, STAND_ALONE, SWITCH_TO_TWO_NODE, OVERRIDE.
- owners List<String>
- parent
GetHci Cluster Parent 
- passwordRemote BooleanLogin Enabled 
- Indicates whether the password ssh into the cluster is enabled or not.
- pcExt StringId 
- The unique identifier of the domain manager (Prism Central) instance which manages this cluster.
- permissionResources List<GetHci Cluster Permission Resource> 
- pulseStatus GetHci Cluster Pulse Status 
- redundancyFactor Double
- The redundancy factor of the cluster.
- registeredDevice GetHci Cluster Registered Device 
- remoteSupport Boolean
- The remote support status of the cluster.
- 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.
- storageCapacity DoubleBytes 
- The storage capacity in bytes of the cluster.
- storageUsage DoubleBytes 
- The storage usage in bytes of the cluster.
- 
List<GetHci Cluster Tag> 
- timezone String
- The timezone of the cluster.
- upgradeStatus String
- The upgrade status of a cluster includes the following known values: PENDING, DOWNLOADING, QUEUED, PREUPGRADE, UPGRADING, SUCCEEDED,FAILED, CANCELLED, and SCHEDULED.The upgrade status of a cluster.
- versionContext GetHci Cluster Version Context 
- violation
GetHci Cluster Violation 
- vmCount Double
- The number of VMs running on this cluster.
- accountMoid string
- The Account ID for this managed object.
- additionalProperties string
- alarmSummary GetHci Cluster Alarm Summary 
- ancestors
GetHci Cluster Ancestor[] 
- backplane
GetHci Cluster Backplane 
- buildInfo stringBuild Type 
- The software build type, such as \ release\ or \ debug\ build.
- buildInfo stringCommit Id 
- The software commit id for this build image.
- buildInfo stringFull Version 
- The longer form of software version. It usually includes the commit id.
- buildInfo stringShort Commit Id 
- The short version of the software commit id for this build image.
- buildInfo stringVersion 
- The software version from the build.
- classId string
- clusterArch string
- The CPU architecture of the cluster server such as x86_64 and PPC64LE.
- clusterExt stringId 
- The unique identifier of the cluster.
- clusterFunctions string[]
- clusterSoftware GetMaps Hci Cluster Cluster Software Map[] 
- compliance
GetHci Cluster Compliance 
- containerName string
- The name of the default container created as part of cluster creation.
- cpuCapacity numberHz 
- The CPU capacity in Hz of the cluster.
- cpuUsage numberHz 
- The CPU usage in Hz of the cluster.
- createTime string
- The time when this managed object was created.
- domainGroup stringMoid 
- The DomainGroup ID for this managed object.
- domainManager GetHci Cluster Domain Manager 
- encryptionIn booleanTransit Status 
- Indicate if encryption-in-transit is enabled or not.
- encryptionScopes string[]
- entitlement
GetHci Cluster Entitlement 
- externalAddress GetHci Cluster External Address 
- externalData GetService Ip Hci Cluster External Data Service Ip 
- externalSubnet string
- The external subnet of the cluster.
- faultTolerance GetState Hci Cluster Fault Tolerance State 
- hypervisorTypes string[]
- id string
- incarnationid string
- Cluster incarnation Id, part of payload for cluster update operation only.
- inefficientVm numberCount 
- The number of inefficient VMs in this cluster.
- internalSubnet string
- The internal subnet of the cluster.
- isLts boolean
- The LTS status indicates whether the release is categorized as Long-term or not.
- keyManagement stringServer Type 
- The key management server type of the cluster.
- managementServer GetHci Cluster Management Server 
- masqueradingIp GetHci Cluster Masquerading Ip 
- masqueradingPort number
- The masquerading port of the cluster.
- memoryCapacity numberBytes 
- The memory capacity in bytes of the cluster.
- memoryUsage numberBytes 
- The memory usage in bytes of the cluster.
- modTime string
- The time when this managed object was last modified.
- moid string
- The unique identifier of this Managed Object instance.
- name string
- The name of the reported cluster.
- nameServer GetIp Lists Hci Cluster Name Server Ip List[] 
- nodes
GetHci Cluster Node[] 
- ntpServer GetIp Lists Hci Cluster Ntp Server Ip List[] 
- numberOf numberNodes 
- The number of nodes in the cluster.
- objectType string
- operationMode string
- The operation mode of the cluster such as NORMAL, READ_ONLY, STAND_ALONE, SWITCH_TO_TWO_NODE, OVERRIDE.
- owners string[]
- parent
GetHci Cluster Parent 
- passwordRemote booleanLogin Enabled 
- Indicates whether the password ssh into the cluster is enabled or not.
- pcExt stringId 
- The unique identifier of the domain manager (Prism Central) instance which manages this cluster.
- permissionResources GetHci Cluster Permission Resource[] 
- pulseStatus GetHci Cluster Pulse Status 
- redundancyFactor number
- The redundancy factor of the cluster.
- registeredDevice GetHci Cluster Registered Device 
- remoteSupport boolean
- The remote support status of the cluster.
- 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.
- storageCapacity numberBytes 
- The storage capacity in bytes of the cluster.
- storageUsage numberBytes 
- The storage usage in bytes of the cluster.
- 
GetHci Cluster Tag[] 
- timezone string
- The timezone of the cluster.
- upgradeStatus string
- The upgrade status of a cluster includes the following known values: PENDING, DOWNLOADING, QUEUED, PREUPGRADE, UPGRADING, SUCCEEDED,FAILED, CANCELLED, and SCHEDULED.The upgrade status of a cluster.
- versionContext GetHci Cluster Version Context 
- violation
GetHci Cluster Violation 
- vmCount number
- The number of VMs running on this cluster.
- account_moid str
- The Account ID for this managed object.
- additional_properties str
- alarm_summary GetHci Cluster Alarm Summary 
- ancestors
Sequence[GetHci Cluster Ancestor] 
- backplane
GetHci Cluster Backplane 
- build_info_ strbuild_ type 
- The software build type, such as \ release\ or \ debug\ build.
- build_info_ strcommit_ id 
- The software commit id for this build image.
- build_info_ strfull_ version 
- The longer form of software version. It usually includes the commit id.
- build_info_ strshort_ commit_ id 
- The short version of the software commit id for this build image.
- build_info_ strversion 
- The software version from the build.
- class_id str
- cluster_arch str
- The CPU architecture of the cluster server such as x86_64 and PPC64LE.
- cluster_ext_ strid 
- The unique identifier of the cluster.
- cluster_functions Sequence[str]
- cluster_software_ Sequence[Getmaps Hci Cluster Cluster Software Map] 
- compliance
GetHci Cluster Compliance 
- container_name str
- The name of the default container created as part of cluster creation.
- cpu_capacity_ floathz 
- The CPU capacity in Hz of the cluster.
- cpu_usage_ floathz 
- The CPU usage in Hz of the cluster.
- create_time str
- The time when this managed object was created.
- domain_group_ strmoid 
- The DomainGroup ID for this managed object.
- domain_manager GetHci Cluster Domain Manager 
- encryption_in_ booltransit_ status 
- Indicate if encryption-in-transit is enabled or not.
- encryption_scopes Sequence[str]
- entitlement
GetHci Cluster Entitlement 
- external_address GetHci Cluster External Address 
- external_data_ Getservice_ ip Hci Cluster External Data Service Ip 
- external_subnet str
- The external subnet of the cluster.
- fault_tolerance_ Getstate Hci Cluster Fault Tolerance State 
- hypervisor_types Sequence[str]
- id str
- incarnationid str
- Cluster incarnation Id, part of payload for cluster update operation only.
- inefficient_vm_ floatcount 
- The number of inefficient VMs in this cluster.
- internal_subnet str
- The internal subnet of the cluster.
- is_lts bool
- The LTS status indicates whether the release is categorized as Long-term or not.
- key_management_ strserver_ type 
- The key management server type of the cluster.
- management_server GetHci Cluster Management Server 
- masquerading_ip GetHci Cluster Masquerading Ip 
- masquerading_port float
- The masquerading port of the cluster.
- memory_capacity_ floatbytes 
- The memory capacity in bytes of the cluster.
- memory_usage_ floatbytes 
- The memory usage in bytes of the cluster.
- 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 name of the reported cluster.
- name_server_ Sequence[Getip_ lists Hci Cluster Name Server Ip List] 
- nodes
Sequence[GetHci Cluster Node] 
- ntp_server_ Sequence[Getip_ lists Hci Cluster Ntp Server Ip List] 
- number_of_ floatnodes 
- The number of nodes in the cluster.
- object_type str
- operation_mode str
- The operation mode of the cluster such as NORMAL, READ_ONLY, STAND_ALONE, SWITCH_TO_TWO_NODE, OVERRIDE.
- owners Sequence[str]
- parent
GetHci Cluster Parent 
- password_remote_ boollogin_ enabled 
- Indicates whether the password ssh into the cluster is enabled or not.
- pc_ext_ strid 
- The unique identifier of the domain manager (Prism Central) instance which manages this cluster.
- permission_resources Sequence[GetHci Cluster Permission Resource] 
- pulse_status GetHci Cluster Pulse Status 
- redundancy_factor float
- The redundancy factor of the cluster.
- registered_device GetHci Cluster Registered Device 
- remote_support bool
- The remote support status of the cluster.
- 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.
- storage_capacity_ floatbytes 
- The storage capacity in bytes of the cluster.
- storage_usage_ floatbytes 
- The storage usage in bytes of the cluster.
- 
Sequence[GetHci Cluster Tag] 
- timezone str
- The timezone of the cluster.
- upgrade_status str
- The upgrade status of a cluster includes the following known values: PENDING, DOWNLOADING, QUEUED, PREUPGRADE, UPGRADING, SUCCEEDED,FAILED, CANCELLED, and SCHEDULED.The upgrade status of a cluster.
- version_context GetHci Cluster Version Context 
- violation
GetHci Cluster Violation 
- vm_count float
- The number of VMs running on this cluster.
- accountMoid String
- The Account ID for this managed object.
- additionalProperties String
- alarmSummary Property Map
- ancestors List<Property Map>
- backplane Property Map
- buildInfo StringBuild Type 
- The software build type, such as \ release\ or \ debug\ build.
- buildInfo StringCommit Id 
- The software commit id for this build image.
- buildInfo StringFull Version 
- The longer form of software version. It usually includes the commit id.
- buildInfo StringShort Commit Id 
- The short version of the software commit id for this build image.
- buildInfo StringVersion 
- The software version from the build.
- classId String
- clusterArch String
- The CPU architecture of the cluster server such as x86_64 and PPC64LE.
- clusterExt StringId 
- The unique identifier of the cluster.
- clusterFunctions List<String>
- clusterSoftware List<Property Map>Maps 
- compliance Property Map
- containerName String
- The name of the default container created as part of cluster creation.
- cpuCapacity NumberHz 
- The CPU capacity in Hz of the cluster.
- cpuUsage NumberHz 
- The CPU usage in Hz of the cluster.
- createTime String
- The time when this managed object was created.
- domainGroup StringMoid 
- The DomainGroup ID for this managed object.
- domainManager Property Map
- encryptionIn BooleanTransit Status 
- Indicate if encryption-in-transit is enabled or not.
- encryptionScopes List<String>
- entitlement Property Map
- externalAddress Property Map
- externalData Property MapService Ip 
- externalSubnet String
- The external subnet of the cluster.
- faultTolerance Property MapState 
- hypervisorTypes List<String>
- id String
- incarnationid String
- Cluster incarnation Id, part of payload for cluster update operation only.
- inefficientVm NumberCount 
- The number of inefficient VMs in this cluster.
- internalSubnet String
- The internal subnet of the cluster.
- isLts Boolean
- The LTS status indicates whether the release is categorized as Long-term or not.
- keyManagement StringServer Type 
- The key management server type of the cluster.
- managementServer Property Map
- masqueradingIp Property Map
- masqueradingPort Number
- The masquerading port of the cluster.
- memoryCapacity NumberBytes 
- The memory capacity in bytes of the cluster.
- memoryUsage NumberBytes 
- The memory usage in bytes of the cluster.
- modTime String
- The time when this managed object was last modified.
- moid String
- The unique identifier of this Managed Object instance.
- name String
- The name of the reported cluster.
- nameServer List<Property Map>Ip Lists 
- nodes List<Property Map>
- ntpServer List<Property Map>Ip Lists 
- numberOf NumberNodes 
- The number of nodes in the cluster.
- objectType String
- operationMode String
- The operation mode of the cluster such as NORMAL, READ_ONLY, STAND_ALONE, SWITCH_TO_TWO_NODE, OVERRIDE.
- owners List<String>
- parent Property Map
- passwordRemote BooleanLogin Enabled 
- Indicates whether the password ssh into the cluster is enabled or not.
- pcExt StringId 
- The unique identifier of the domain manager (Prism Central) instance which manages this cluster.
- permissionResources List<Property Map>
- pulseStatus Property Map
- redundancyFactor Number
- The redundancy factor of the cluster.
- registeredDevice Property Map
- remoteSupport Boolean
- The remote support status of the cluster.
- 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.
- storageCapacity NumberBytes 
- The storage capacity in bytes of the cluster.
- storageUsage NumberBytes 
- The storage usage in bytes of the cluster.
- List<Property Map>
- timezone String
- The timezone of the cluster.
- upgradeStatus String
- The upgrade status of a cluster includes the following known values: PENDING, DOWNLOADING, QUEUED, PREUPGRADE, UPGRADING, SUCCEEDED,FAILED, CANCELLED, and SCHEDULED.The upgrade status of a cluster.
- versionContext Property Map
- violation Property Map
- vmCount Number
- The number of VMs running on this cluster.
getHciCluster Result
The following output properties are available:
- Id string
- Results
List<GetHci Cluster Result> 
- AccountMoid string
- AdditionalProperties string
- AlarmSummary GetHci Cluster Alarm Summary 
- Ancestors
List<GetHci Cluster Ancestor> 
- Backplane
GetHci Cluster Backplane 
- BuildInfo stringBuild Type 
- BuildInfo stringCommit Id 
- BuildInfo stringFull Version 
- BuildInfo stringShort Commit Id 
- BuildInfo stringVersion 
- ClassId string
- ClusterArch string
- ClusterExt stringId 
- ClusterFunctions List<string>
- ClusterSoftware List<GetMaps Hci Cluster Cluster Software Map> 
- Compliance
GetHci Cluster Compliance 
- ContainerName string
- CpuCapacity doubleHz 
- CpuUsage doubleHz 
- CreateTime string
- DomainGroup stringMoid 
- DomainManager GetHci Cluster Domain Manager 
- EncryptionIn boolTransit Status 
- EncryptionScopes List<string>
- Entitlement
GetHci Cluster Entitlement 
- ExternalAddress GetHci Cluster External Address 
- ExternalData GetService Ip Hci Cluster External Data Service Ip 
- ExternalSubnet string
- FaultTolerance GetState Hci Cluster Fault Tolerance State 
- HypervisorTypes List<string>
- Incarnationid string
- InefficientVm doubleCount 
- InternalSubnet string
- IsLts bool
- KeyManagement stringServer Type 
- ManagementServer GetHci Cluster Management Server 
- MasqueradingIp GetHci Cluster Masquerading Ip 
- MasqueradingPort double
- MemoryCapacity doubleBytes 
- MemoryUsage doubleBytes 
- ModTime string
- Moid string
- Name string
- NameServer List<GetIp Lists Hci Cluster Name Server Ip List> 
- Nodes
List<GetHci Cluster Node> 
- NtpServer List<GetIp Lists Hci Cluster Ntp Server Ip List> 
- NumberOf doubleNodes 
- ObjectType string
- OperationMode string
- Owners List<string>
- Parent
GetHci Cluster Parent 
- PasswordRemote boolLogin Enabled 
- PcExt stringId 
- PermissionResources List<GetHci Cluster Permission Resource> 
- PulseStatus GetHci Cluster Pulse Status 
- RedundancyFactor double
- RegisteredDevice GetHci Cluster Registered Device 
- RemoteSupport bool
- string
- StorageCapacity doubleBytes 
- StorageUsage doubleBytes 
- 
List<GetHci Cluster Tag> 
- Timezone string
- UpgradeStatus string
- VersionContext GetHci Cluster Version Context 
- Violation
GetHci Cluster Violation 
- VmCount double
- Id string
- Results
[]GetHci Cluster Result 
- AccountMoid string
- AdditionalProperties string
- AlarmSummary GetHci Cluster Alarm Summary 
- Ancestors
[]GetHci Cluster Ancestor 
- Backplane
GetHci Cluster Backplane 
- BuildInfo stringBuild Type 
- BuildInfo stringCommit Id 
- BuildInfo stringFull Version 
- BuildInfo stringShort Commit Id 
- BuildInfo stringVersion 
- ClassId string
- ClusterArch string
- ClusterExt stringId 
- ClusterFunctions []string
- ClusterSoftware []GetMaps Hci Cluster Cluster Software Map 
- Compliance
GetHci Cluster Compliance 
- ContainerName string
- CpuCapacity float64Hz 
- CpuUsage float64Hz 
- CreateTime string
- DomainGroup stringMoid 
- DomainManager GetHci Cluster Domain Manager 
- EncryptionIn boolTransit Status 
- EncryptionScopes []string
- Entitlement
GetHci Cluster Entitlement 
- ExternalAddress GetHci Cluster External Address 
- ExternalData GetService Ip Hci Cluster External Data Service Ip 
- ExternalSubnet string
- FaultTolerance GetState Hci Cluster Fault Tolerance State 
- HypervisorTypes []string
- Incarnationid string
- InefficientVm float64Count 
- InternalSubnet string
- IsLts bool
- KeyManagement stringServer Type 
- ManagementServer GetHci Cluster Management Server 
- MasqueradingIp GetHci Cluster Masquerading Ip 
- MasqueradingPort float64
- MemoryCapacity float64Bytes 
- MemoryUsage float64Bytes 
- ModTime string
- Moid string
- Name string
- NameServer []GetIp Lists Hci Cluster Name Server Ip List 
- Nodes
[]GetHci Cluster Node 
- NtpServer []GetIp Lists Hci Cluster Ntp Server Ip List 
- NumberOf float64Nodes 
- ObjectType string
- OperationMode string
- Owners []string
- Parent
GetHci Cluster Parent 
- PasswordRemote boolLogin Enabled 
- PcExt stringId 
- PermissionResources []GetHci Cluster Permission Resource 
- PulseStatus GetHci Cluster Pulse Status 
- RedundancyFactor float64
- RegisteredDevice GetHci Cluster Registered Device 
- RemoteSupport bool
- string
- StorageCapacity float64Bytes 
- StorageUsage float64Bytes 
- 
[]GetHci Cluster Tag 
- Timezone string
- UpgradeStatus string
- VersionContext GetHci Cluster Version Context 
- Violation
GetHci Cluster Violation 
- VmCount float64
- id String
- results
List<GetHci Cluster Result> 
- accountMoid String
- additionalProperties String
- alarmSummary GetHci Cluster Alarm Summary 
- ancestors
List<GetHci Cluster Ancestor> 
- backplane
GetHci Cluster Backplane 
- buildInfo StringBuild Type 
- buildInfo StringCommit Id 
- buildInfo StringFull Version 
- buildInfo StringShort Commit Id 
- buildInfo StringVersion 
- classId String
- clusterArch String
- clusterExt StringId 
- clusterFunctions List<String>
- clusterSoftware List<GetMaps Hci Cluster Cluster Software Map> 
- compliance
GetHci Cluster Compliance 
- containerName String
- cpuCapacity DoubleHz 
- cpuUsage DoubleHz 
- createTime String
- domainGroup StringMoid 
- domainManager GetHci Cluster Domain Manager 
- encryptionIn BooleanTransit Status 
- encryptionScopes List<String>
- entitlement
GetHci Cluster Entitlement 
- externalAddress GetHci Cluster External Address 
- externalData GetService Ip Hci Cluster External Data Service Ip 
- externalSubnet String
- faultTolerance GetState Hci Cluster Fault Tolerance State 
- hypervisorTypes List<String>
- incarnationid String
- inefficientVm DoubleCount 
- internalSubnet String
- isLts Boolean
- keyManagement StringServer Type 
- managementServer GetHci Cluster Management Server 
- masqueradingIp GetHci Cluster Masquerading Ip 
- masqueradingPort Double
- memoryCapacity DoubleBytes 
- memoryUsage DoubleBytes 
- modTime String
- moid String
- name String
- nameServer List<GetIp Lists Hci Cluster Name Server Ip List> 
- nodes
List<GetHci Cluster Node> 
- ntpServer List<GetIp Lists Hci Cluster Ntp Server Ip List> 
- numberOf DoubleNodes 
- objectType String
- operationMode String
- owners List<String>
- parent
GetHci Cluster Parent 
- passwordRemote BooleanLogin Enabled 
- pcExt StringId 
- permissionResources List<GetHci Cluster Permission Resource> 
- pulseStatus GetHci Cluster Pulse Status 
- redundancyFactor Double
- registeredDevice GetHci Cluster Registered Device 
- remoteSupport Boolean
- String
- storageCapacity DoubleBytes 
- storageUsage DoubleBytes 
- 
List<GetHci Cluster Tag> 
- timezone String
- upgradeStatus String
- versionContext GetHci Cluster Version Context 
- violation
GetHci Cluster Violation 
- vmCount Double
- id string
- results
GetHci Cluster Result[] 
- accountMoid string
- additionalProperties string
- alarmSummary GetHci Cluster Alarm Summary 
- ancestors
GetHci Cluster Ancestor[] 
- backplane
GetHci Cluster Backplane 
- buildInfo stringBuild Type 
- buildInfo stringCommit Id 
- buildInfo stringFull Version 
- buildInfo stringShort Commit Id 
- buildInfo stringVersion 
- classId string
- clusterArch string
- clusterExt stringId 
- clusterFunctions string[]
- clusterSoftware GetMaps Hci Cluster Cluster Software Map[] 
- compliance
GetHci Cluster Compliance 
- containerName string
- cpuCapacity numberHz 
- cpuUsage numberHz 
- createTime string
- domainGroup stringMoid 
- domainManager GetHci Cluster Domain Manager 
- encryptionIn booleanTransit Status 
- encryptionScopes string[]
- entitlement
GetHci Cluster Entitlement 
- externalAddress GetHci Cluster External Address 
- externalData GetService Ip Hci Cluster External Data Service Ip 
- externalSubnet string
- faultTolerance GetState Hci Cluster Fault Tolerance State 
- hypervisorTypes string[]
- incarnationid string
- inefficientVm numberCount 
- internalSubnet string
- isLts boolean
- keyManagement stringServer Type 
- managementServer GetHci Cluster Management Server 
- masqueradingIp GetHci Cluster Masquerading Ip 
- masqueradingPort number
- memoryCapacity numberBytes 
- memoryUsage numberBytes 
- modTime string
- moid string
- name string
- nameServer GetIp Lists Hci Cluster Name Server Ip List[] 
- nodes
GetHci Cluster Node[] 
- ntpServer GetIp Lists Hci Cluster Ntp Server Ip List[] 
- numberOf numberNodes 
- objectType string
- operationMode string
- owners string[]
- parent
GetHci Cluster Parent 
- passwordRemote booleanLogin Enabled 
- pcExt stringId 
- permissionResources GetHci Cluster Permission Resource[] 
- pulseStatus GetHci Cluster Pulse Status 
- redundancyFactor number
- registeredDevice GetHci Cluster Registered Device 
- remoteSupport boolean
- string
- storageCapacity numberBytes 
- storageUsage numberBytes 
- 
GetHci Cluster Tag[] 
- timezone string
- upgradeStatus string
- versionContext GetHci Cluster Version Context 
- violation
GetHci Cluster Violation 
- vmCount number
- id str
- results
Sequence[GetHci Cluster Result] 
- account_moid str
- additional_properties str
- alarm_summary GetHci Cluster Alarm Summary 
- ancestors
Sequence[GetHci Cluster Ancestor] 
- backplane
GetHci Cluster Backplane 
- build_info_ strbuild_ type 
- build_info_ strcommit_ id 
- build_info_ strfull_ version 
- build_info_ strshort_ commit_ id 
- build_info_ strversion 
- class_id str
- cluster_arch str
- cluster_ext_ strid 
- cluster_functions Sequence[str]
- cluster_software_ Sequence[Getmaps Hci Cluster Cluster Software Map] 
- compliance
GetHci Cluster Compliance 
- container_name str
- cpu_capacity_ floathz 
- cpu_usage_ floathz 
- create_time str
- domain_group_ strmoid 
- domain_manager GetHci Cluster Domain Manager 
- encryption_in_ booltransit_ status 
- encryption_scopes Sequence[str]
- entitlement
GetHci Cluster Entitlement 
- external_address GetHci Cluster External Address 
- external_data_ Getservice_ ip Hci Cluster External Data Service Ip 
- external_subnet str
- fault_tolerance_ Getstate Hci Cluster Fault Tolerance State 
- hypervisor_types Sequence[str]
- incarnationid str
- inefficient_vm_ floatcount 
- internal_subnet str
- is_lts bool
- key_management_ strserver_ type 
- management_server GetHci Cluster Management Server 
- masquerading_ip GetHci Cluster Masquerading Ip 
- masquerading_port float
- memory_capacity_ floatbytes 
- memory_usage_ floatbytes 
- mod_time str
- moid str
- name str
- name_server_ Sequence[Getip_ lists Hci Cluster Name Server Ip List] 
- nodes
Sequence[GetHci Cluster Node] 
- ntp_server_ Sequence[Getip_ lists Hci Cluster Ntp Server Ip List] 
- number_of_ floatnodes 
- object_type str
- operation_mode str
- owners Sequence[str]
- parent
GetHci Cluster Parent 
- password_remote_ boollogin_ enabled 
- pc_ext_ strid 
- permission_resources Sequence[GetHci Cluster Permission Resource] 
- pulse_status GetHci Cluster Pulse Status 
- redundancy_factor float
- registered_device GetHci Cluster Registered Device 
- remote_support bool
- str
- storage_capacity_ floatbytes 
- storage_usage_ floatbytes 
- 
Sequence[GetHci Cluster Tag] 
- timezone str
- upgrade_status str
- version_context GetHci Cluster Version Context 
- violation
GetHci Cluster Violation 
- vm_count float
- id String
- results List<Property Map>
- accountMoid String
- additionalProperties String
- alarmSummary Property Map
- ancestors List<Property Map>
- backplane Property Map
- buildInfo StringBuild Type 
- buildInfo StringCommit Id 
- buildInfo StringFull Version 
- buildInfo StringShort Commit Id 
- buildInfo StringVersion 
- classId String
- clusterArch String
- clusterExt StringId 
- clusterFunctions List<String>
- clusterSoftware List<Property Map>Maps 
- compliance Property Map
- containerName String
- cpuCapacity NumberHz 
- cpuUsage NumberHz 
- createTime String
- domainGroup StringMoid 
- domainManager Property Map
- encryptionIn BooleanTransit Status 
- encryptionScopes List<String>
- entitlement Property Map
- externalAddress Property Map
- externalData Property MapService Ip 
- externalSubnet String
- faultTolerance Property MapState 
- hypervisorTypes List<String>
- incarnationid String
- inefficientVm NumberCount 
- internalSubnet String
- isLts Boolean
- keyManagement StringServer Type 
- managementServer Property Map
- masqueradingIp Property Map
- masqueradingPort Number
- memoryCapacity NumberBytes 
- memoryUsage NumberBytes 
- modTime String
- moid String
- name String
- nameServer List<Property Map>Ip Lists 
- nodes List<Property Map>
- ntpServer List<Property Map>Ip Lists 
- numberOf NumberNodes 
- objectType String
- operationMode String
- owners List<String>
- parent Property Map
- passwordRemote BooleanLogin Enabled 
- pcExt StringId 
- permissionResources List<Property Map>
- pulseStatus Property Map
- redundancyFactor Number
- registeredDevice Property Map
- remoteSupport Boolean
- String
- storageCapacity NumberBytes 
- storageUsage NumberBytes 
- List<Property Map>
- timezone String
- upgradeStatus String
- versionContext Property Map
- violation Property Map
- vmCount Number
Supporting Types
GetHciClusterAlarmSummary    
- 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 alarms that have severity type Critical.
- Health string
- The health of the managed endpoint. The health is computed from the highest-severity alarm raised on the endpoint.- 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 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.
- Warning double
- The count of 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 alarms that have severity type Critical.
- Health string
- The health of the managed endpoint. The health is computed from the highest-severity alarm raised on the endpoint.- 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 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.
- Warning float64
- The count of 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 alarms that have severity type Critical.
- health String
- The health of the managed endpoint. The health is computed from the highest-severity alarm raised on the endpoint.- 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 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.
- warning Double
- The count of 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 alarms that have severity type Critical.
- health string
- The health of the managed endpoint. The health is computed from the highest-severity alarm raised on the endpoint.- 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 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.
- warning number
- The count of 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 alarms that have severity type Critical.
- health str
- The health of the managed endpoint. The health is computed from the highest-severity alarm raised on the endpoint.- 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 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.
- warning float
- The count of 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 alarms that have severity type Critical.
- health String
- The health of the managed endpoint. The health is computed from the highest-severity alarm raised on the endpoint.- 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 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.
- warning Number
- The count of alarms that have severity type Warning.
GetHciClusterAncestor   
- 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'.
 
GetHciClusterBackplane   
- 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.
- IsSegmentation boolEnabled 
- Is segmentation enabled on the backplane.
- Netmask
GetHci Cluster Backplane Netmask 
- The netmask of the network of this backplane.
- ObjectType string
- The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
- Subnet
GetHci Cluster Backplane Subnet 
- The subnet of the network of this backplane.
- VlanTag double
- The vlan tag of this backplane.
- 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.
- IsSegmentation boolEnabled 
- Is segmentation enabled on the backplane.
- Netmask
GetHci Cluster Backplane Netmask 
- The netmask of the network of this backplane.
- ObjectType string
- The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
- Subnet
GetHci Cluster Backplane Subnet 
- The subnet of the network of this backplane.
- VlanTag float64
- The vlan tag of this backplane.
- 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.
- isSegmentation BooleanEnabled 
- Is segmentation enabled on the backplane.
- netmask
GetHci Cluster Backplane Netmask 
- The netmask of the network of this backplane.
- objectType String
- The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
- subnet
GetHci Cluster Backplane Subnet 
- The subnet of the network of this backplane.
- vlanTag Double
- The vlan tag of this backplane.
- 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.
- isSegmentation booleanEnabled 
- Is segmentation enabled on the backplane.
- netmask
GetHci Cluster Backplane Netmask 
- The netmask of the network of this backplane.
- objectType string
- The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
- subnet
GetHci Cluster Backplane Subnet 
- The subnet of the network of this backplane.
- vlanTag number
- The vlan tag of this backplane.
- 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.
- is_segmentation_ boolenabled 
- Is segmentation enabled on the backplane.
- netmask
GetHci Cluster Backplane Netmask 
- The netmask of the network of this backplane.
- object_type str
- The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
- subnet
GetHci Cluster Backplane Subnet 
- The subnet of the network of this backplane.
- vlan_tag float
- The vlan tag of this backplane.
- 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.
- isSegmentation BooleanEnabled 
- Is segmentation enabled on the backplane.
- netmask Property Map
- The netmask of the network of this backplane.
- objectType String
- The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
- subnet Property Map
- The subnet of the network of this backplane.
- vlanTag Number
- The vlan tag of this backplane.
GetHciClusterBackplaneNetmask    
- 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.
- Ipv4Address string
- An IPv4 address in this IpAddress.
- Ipv4PrefixLength double
- The prefix length of the IPv4 address.
- Ipv6Address string
- An IPv6 address in this IpAddress.
- Ipv6PrefixLength double
- The prefix length of the IPv6 address.
- ObjectType string
- The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
- AdditionalProperties string
- ClassId string
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- Ipv4Address string
- An IPv4 address in this IpAddress.
- Ipv4PrefixLength float64
- The prefix length of the IPv4 address.
- Ipv6Address string
- An IPv6 address in this IpAddress.
- Ipv6PrefixLength float64
- The prefix length of the IPv6 address.
- ObjectType string
- The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
- additionalProperties String
- classId String
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- ipv4Address String
- An IPv4 address in this IpAddress.
- ipv4PrefixLength Double
- The prefix length of the IPv4 address.
- ipv6Address String
- An IPv6 address in this IpAddress.
- ipv6PrefixLength Double
- The prefix length of the IPv6 address.
- objectType String
- The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
- additionalProperties string
- classId string
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- ipv4Address string
- An IPv4 address in this IpAddress.
- ipv4PrefixLength number
- The prefix length of the IPv4 address.
- ipv6Address string
- An IPv6 address in this IpAddress.
- ipv6PrefixLength number
- The prefix length of the IPv6 address.
- objectType string
- The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
- additional_properties str
- 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.
- ipv4_address str
- An IPv4 address in this IpAddress.
- ipv4_prefix_ floatlength 
- The prefix length of the IPv4 address.
- ipv6_address str
- An IPv6 address in this IpAddress.
- ipv6_prefix_ floatlength 
- The prefix length of the IPv6 address.
- object_type str
- The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
- additionalProperties String
- 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.
- ipv4Address String
- An IPv4 address in this IpAddress.
- ipv4PrefixLength Number
- The prefix length of the IPv4 address.
- ipv6Address String
- An IPv6 address in this IpAddress.
- ipv6PrefixLength Number
- The prefix length of the IPv6 address.
- objectType String
- The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
GetHciClusterBackplaneSubnet    
- 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.
- Ipv4Address string
- An IPv4 address in this IpAddress.
- Ipv4PrefixLength double
- The prefix length of the IPv4 address.
- Ipv6Address string
- An IPv6 address in this IpAddress.
- Ipv6PrefixLength double
- The prefix length of the IPv6 address.
- ObjectType string
- The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
- AdditionalProperties string
- ClassId string
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- Ipv4Address string
- An IPv4 address in this IpAddress.
- Ipv4PrefixLength float64
- The prefix length of the IPv4 address.
- Ipv6Address string
- An IPv6 address in this IpAddress.
- Ipv6PrefixLength float64
- The prefix length of the IPv6 address.
- ObjectType string
- The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
- additionalProperties String
- classId String
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- ipv4Address String
- An IPv4 address in this IpAddress.
- ipv4PrefixLength Double
- The prefix length of the IPv4 address.
- ipv6Address String
- An IPv6 address in this IpAddress.
- ipv6PrefixLength Double
- The prefix length of the IPv6 address.
- objectType String
- The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
- additionalProperties string
- classId string
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- ipv4Address string
- An IPv4 address in this IpAddress.
- ipv4PrefixLength number
- The prefix length of the IPv4 address.
- ipv6Address string
- An IPv6 address in this IpAddress.
- ipv6PrefixLength number
- The prefix length of the IPv6 address.
- objectType string
- The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
- additional_properties str
- 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.
- ipv4_address str
- An IPv4 address in this IpAddress.
- ipv4_prefix_ floatlength 
- The prefix length of the IPv4 address.
- ipv6_address str
- An IPv6 address in this IpAddress.
- ipv6_prefix_ floatlength 
- The prefix length of the IPv6 address.
- object_type str
- The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
- additionalProperties String
- 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.
- ipv4Address String
- An IPv4 address in this IpAddress.
- ipv4PrefixLength Number
- The prefix length of the IPv4 address.
- ipv6Address String
- An IPv6 address in this IpAddress.
- ipv6PrefixLength Number
- The prefix length of the IPv6 address.
- objectType String
- The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
GetHciClusterClusterSoftwareMap     
- 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.
- NrVersion string
- The version of the software.
- ObjectType string
- The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
- SoftwareType string
- The type of the software.
- 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.
- NrVersion string
- The version of the software.
- ObjectType string
- The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
- SoftwareType string
- The type of the software.
- 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.
- nrVersion String
- The version of the software.
- objectType String
- The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
- softwareType String
- The type of the software.
- 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.
- nrVersion string
- The version of the software.
- objectType string
- The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
- softwareType string
- The type of the software.
- 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.
- nr_version str
- The version of the software.
- object_type str
- The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
- software_type str
- The type of the software.
- 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.
- nrVersion String
- The version of the software.
- objectType String
- The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
- softwareType String
- The type of the software.
GetHciClusterCompliance   
- 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'.
 
GetHciClusterDomainManager    
- 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'.
 
GetHciClusterEntitlement   
- 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'.
 
GetHciClusterExternalAddress    
- 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.
- Ipv4Address string
- An IPv4 address in this IpAddress.
- Ipv4PrefixLength double
- The prefix length of the IPv4 address.
- Ipv6Address string
- An IPv6 address in this IpAddress.
- Ipv6PrefixLength double
- The prefix length of the IPv6 address.
- ObjectType string
- The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
- AdditionalProperties string
- ClassId string
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- Ipv4Address string
- An IPv4 address in this IpAddress.
- Ipv4PrefixLength float64
- The prefix length of the IPv4 address.
- Ipv6Address string
- An IPv6 address in this IpAddress.
- Ipv6PrefixLength float64
- The prefix length of the IPv6 address.
- ObjectType string
- The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
- additionalProperties String
- classId String
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- ipv4Address String
- An IPv4 address in this IpAddress.
- ipv4PrefixLength Double
- The prefix length of the IPv4 address.
- ipv6Address String
- An IPv6 address in this IpAddress.
- ipv6PrefixLength Double
- The prefix length of the IPv6 address.
- objectType String
- The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
- additionalProperties string
- classId string
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- ipv4Address string
- An IPv4 address in this IpAddress.
- ipv4PrefixLength number
- The prefix length of the IPv4 address.
- ipv6Address string
- An IPv6 address in this IpAddress.
- ipv6PrefixLength number
- The prefix length of the IPv6 address.
- objectType string
- The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
- additional_properties str
- 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.
- ipv4_address str
- An IPv4 address in this IpAddress.
- ipv4_prefix_ floatlength 
- The prefix length of the IPv4 address.
- ipv6_address str
- An IPv6 address in this IpAddress.
- ipv6_prefix_ floatlength 
- The prefix length of the IPv6 address.
- object_type str
- The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
- additionalProperties String
- 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.
- ipv4Address String
- An IPv4 address in this IpAddress.
- ipv4PrefixLength Number
- The prefix length of the IPv4 address.
- ipv6Address String
- An IPv6 address in this IpAddress.
- ipv6PrefixLength Number
- The prefix length of the IPv6 address.
- objectType String
- The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
GetHciClusterExternalDataServiceIp      
- 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.
- Ipv4Address string
- An IPv4 address in this IpAddress.
- Ipv4PrefixLength double
- The prefix length of the IPv4 address.
- Ipv6Address string
- An IPv6 address in this IpAddress.
- Ipv6PrefixLength double
- The prefix length of the IPv6 address.
- ObjectType string
- The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
- AdditionalProperties string
- ClassId string
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- Ipv4Address string
- An IPv4 address in this IpAddress.
- Ipv4PrefixLength float64
- The prefix length of the IPv4 address.
- Ipv6Address string
- An IPv6 address in this IpAddress.
- Ipv6PrefixLength float64
- The prefix length of the IPv6 address.
- ObjectType string
- The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
- additionalProperties String
- classId String
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- ipv4Address String
- An IPv4 address in this IpAddress.
- ipv4PrefixLength Double
- The prefix length of the IPv4 address.
- ipv6Address String
- An IPv6 address in this IpAddress.
- ipv6PrefixLength Double
- The prefix length of the IPv6 address.
- objectType String
- The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
- additionalProperties string
- classId string
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- ipv4Address string
- An IPv4 address in this IpAddress.
- ipv4PrefixLength number
- The prefix length of the IPv4 address.
- ipv6Address string
- An IPv6 address in this IpAddress.
- ipv6PrefixLength number
- The prefix length of the IPv6 address.
- objectType string
- The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
- additional_properties str
- 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.
- ipv4_address str
- An IPv4 address in this IpAddress.
- ipv4_prefix_ floatlength 
- The prefix length of the IPv4 address.
- ipv6_address str
- An IPv6 address in this IpAddress.
- ipv6_prefix_ floatlength 
- The prefix length of the IPv6 address.
- object_type str
- The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
- additionalProperties String
- 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.
- ipv4Address String
- An IPv4 address in this IpAddress.
- ipv4PrefixLength Number
- The prefix length of the IPv4 address.
- ipv6Address String
- An IPv6 address in this IpAddress.
- ipv6PrefixLength Number
- The prefix length of the IPv6 address.
- objectType String
- The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
GetHciClusterFaultToleranceState     
- 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.
- CurrentMax doubleFault Tolerance 
- The maximum fault tolerance level that is supported currently.
- DesiredMax doubleFault Tolerance 
- The maximum fault tolerance level that is desired.
- DomainAwareness stringLevel 
- Domain awareness level corresponds to unit of cluster group. Part of payload for both cluster create & update operations.
- ObjectType string
- The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
- AdditionalProperties string
- ClassId string
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- CurrentMax float64Fault Tolerance 
- The maximum fault tolerance level that is supported currently.
- DesiredMax float64Fault Tolerance 
- The maximum fault tolerance level that is desired.
- DomainAwareness stringLevel 
- Domain awareness level corresponds to unit of cluster group. Part of payload for both cluster create & update operations.
- ObjectType string
- The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
- additionalProperties String
- classId String
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- currentMax DoubleFault Tolerance 
- The maximum fault tolerance level that is supported currently.
- desiredMax DoubleFault Tolerance 
- The maximum fault tolerance level that is desired.
- domainAwareness StringLevel 
- Domain awareness level corresponds to unit of cluster group. Part of payload for both cluster create & update operations.
- objectType String
- The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
- additionalProperties string
- classId string
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- currentMax numberFault Tolerance 
- The maximum fault tolerance level that is supported currently.
- desiredMax numberFault Tolerance 
- The maximum fault tolerance level that is desired.
- domainAwareness stringLevel 
- Domain awareness level corresponds to unit of cluster group. Part of payload for both cluster create & update operations.
- objectType string
- The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
- additional_properties str
- class_id str
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- current_max_ floatfault_ tolerance 
- The maximum fault tolerance level that is supported currently.
- desired_max_ floatfault_ tolerance 
- The maximum fault tolerance level that is desired.
- domain_awareness_ strlevel 
- Domain awareness level corresponds to unit of cluster group. Part of payload for both cluster create & update operations.
- object_type str
- The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
- additionalProperties String
- classId String
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- currentMax NumberFault Tolerance 
- The maximum fault tolerance level that is supported currently.
- desiredMax NumberFault Tolerance 
- The maximum fault tolerance level that is desired.
- domainAwareness StringLevel 
- Domain awareness level corresponds to unit of cluster group. Part of payload for both cluster create & update operations.
- objectType String
- The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
GetHciClusterManagementServer    
- 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.
- DrsEnabled bool
- Is DRS enabled on the management server.
- InUse bool
- Indicates if the management server is in use.
- Ip
GetHci Cluster Management Server Ip 
- The IP address of the management server.
- IsRegistered bool
- Is the management server registered.
- ObjectType string
- The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
- Type string
- The fully qualified domain name of the management server.
- 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.
- DrsEnabled bool
- Is DRS enabled on the management server.
- InUse bool
- Indicates if the management server is in use.
- Ip
GetHci Cluster Management Server Ip 
- The IP address of the management server.
- IsRegistered bool
- Is the management server registered.
- ObjectType string
- The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
- Type string
- The fully qualified domain name of the management server.
- 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.
- drsEnabled Boolean
- Is DRS enabled on the management server.
- inUse Boolean
- Indicates if the management server is in use.
- ip
GetHci Cluster Management Server Ip 
- The IP address of the management server.
- isRegistered Boolean
- Is the management server registered.
- objectType String
- The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
- type String
- The fully qualified domain name of the management server.
- 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.
- drsEnabled boolean
- Is DRS enabled on the management server.
- inUse boolean
- Indicates if the management server is in use.
- ip
GetHci Cluster Management Server Ip 
- The IP address of the management server.
- isRegistered boolean
- Is the management server registered.
- objectType string
- The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
- type string
- The fully qualified domain name of the management server.
- 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.
- drs_enabled bool
- Is DRS enabled on the management server.
- in_use bool
- Indicates if the management server is in use.
- ip
GetHci Cluster Management Server Ip 
- The IP address of the management server.
- is_registered bool
- Is the management server registered.
- object_type str
- The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
- type str
- The fully qualified domain name of the management server.
- 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.
- drsEnabled Boolean
- Is DRS enabled on the management server.
- inUse Boolean
- Indicates if the management server is in use.
- ip Property Map
- The IP address of the management server.
- isRegistered Boolean
- Is the management server registered.
- objectType String
- The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
- type String
- The fully qualified domain name of the management server.
GetHciClusterManagementServerIp     
- 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.
- Ipv4Address string
- An IPv4 address in this IpAddress.
- Ipv4PrefixLength double
- The prefix length of the IPv4 address.
- Ipv6Address string
- An IPv6 address in this IpAddress.
- Ipv6PrefixLength double
- The prefix length of the IPv6 address.
- ObjectType string
- The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
- AdditionalProperties string
- ClassId string
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- Ipv4Address string
- An IPv4 address in this IpAddress.
- Ipv4PrefixLength float64
- The prefix length of the IPv4 address.
- Ipv6Address string
- An IPv6 address in this IpAddress.
- Ipv6PrefixLength float64
- The prefix length of the IPv6 address.
- ObjectType string
- The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
- additionalProperties String
- classId String
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- ipv4Address String
- An IPv4 address in this IpAddress.
- ipv4PrefixLength Double
- The prefix length of the IPv4 address.
- ipv6Address String
- An IPv6 address in this IpAddress.
- ipv6PrefixLength Double
- The prefix length of the IPv6 address.
- objectType String
- The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
- additionalProperties string
- classId string
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- ipv4Address string
- An IPv4 address in this IpAddress.
- ipv4PrefixLength number
- The prefix length of the IPv4 address.
- ipv6Address string
- An IPv6 address in this IpAddress.
- ipv6PrefixLength number
- The prefix length of the IPv6 address.
- objectType string
- The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
- additional_properties str
- 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.
- ipv4_address str
- An IPv4 address in this IpAddress.
- ipv4_prefix_ floatlength 
- The prefix length of the IPv4 address.
- ipv6_address str
- An IPv6 address in this IpAddress.
- ipv6_prefix_ floatlength 
- The prefix length of the IPv6 address.
- object_type str
- The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
- additionalProperties String
- 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.
- ipv4Address String
- An IPv4 address in this IpAddress.
- ipv4PrefixLength Number
- The prefix length of the IPv4 address.
- ipv6Address String
- An IPv6 address in this IpAddress.
- ipv6PrefixLength Number
- The prefix length of the IPv6 address.
- objectType String
- The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
GetHciClusterMasqueradingIp    
- 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.
- Ipv4Address string
- An IPv4 address in this IpAddress.
- Ipv4PrefixLength double
- The prefix length of the IPv4 address.
- Ipv6Address string
- An IPv6 address in this IpAddress.
- Ipv6PrefixLength double
- The prefix length of the IPv6 address.
- ObjectType string
- The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
- AdditionalProperties string
- ClassId string
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- Ipv4Address string
- An IPv4 address in this IpAddress.
- Ipv4PrefixLength float64
- The prefix length of the IPv4 address.
- Ipv6Address string
- An IPv6 address in this IpAddress.
- Ipv6PrefixLength float64
- The prefix length of the IPv6 address.
- ObjectType string
- The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
- additionalProperties String
- classId String
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- ipv4Address String
- An IPv4 address in this IpAddress.
- ipv4PrefixLength Double
- The prefix length of the IPv4 address.
- ipv6Address String
- An IPv6 address in this IpAddress.
- ipv6PrefixLength Double
- The prefix length of the IPv6 address.
- objectType String
- The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
- additionalProperties string
- classId string
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- ipv4Address string
- An IPv4 address in this IpAddress.
- ipv4PrefixLength number
- The prefix length of the IPv4 address.
- ipv6Address string
- An IPv6 address in this IpAddress.
- ipv6PrefixLength number
- The prefix length of the IPv6 address.
- objectType string
- The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
- additional_properties str
- 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.
- ipv4_address str
- An IPv4 address in this IpAddress.
- ipv4_prefix_ floatlength 
- The prefix length of the IPv4 address.
- ipv6_address str
- An IPv6 address in this IpAddress.
- ipv6_prefix_ floatlength 
- The prefix length of the IPv6 address.
- object_type str
- The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
- additionalProperties String
- 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.
- ipv4Address String
- An IPv4 address in this IpAddress.
- ipv4PrefixLength Number
- The prefix length of the IPv4 address.
- ipv6Address String
- An IPv6 address in this IpAddress.
- ipv6PrefixLength Number
- The prefix length of the IPv6 address.
- objectType String
- The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
GetHciClusterNameServerIpList      
- 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.
- Fqdn string
- The fully qualified domain name.
- Ipv4Address string
- An IPv4 address in this IpAddress.
- Ipv4PrefixLength double
- The prefix length of the IPv4 address.
- Ipv6Address string
- An IPv6 address in this IpAddress.
- Ipv6PrefixLength double
- The prefix length of the IPv6 address.
- ObjectType string
- The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
- AdditionalProperties string
- ClassId string
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- Fqdn string
- The fully qualified domain name.
- Ipv4Address string
- An IPv4 address in this IpAddress.
- Ipv4PrefixLength float64
- The prefix length of the IPv4 address.
- Ipv6Address string
- An IPv6 address in this IpAddress.
- Ipv6PrefixLength float64
- The prefix length of the IPv6 address.
- ObjectType string
- The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
- additionalProperties String
- classId String
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- fqdn String
- The fully qualified domain name.
- ipv4Address String
- An IPv4 address in this IpAddress.
- ipv4PrefixLength Double
- The prefix length of the IPv4 address.
- ipv6Address String
- An IPv6 address in this IpAddress.
- ipv6PrefixLength Double
- The prefix length of the IPv6 address.
- objectType String
- The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
- additionalProperties string
- classId string
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- fqdn string
- The fully qualified domain name.
- ipv4Address string
- An IPv4 address in this IpAddress.
- ipv4PrefixLength number
- The prefix length of the IPv4 address.
- ipv6Address string
- An IPv6 address in this IpAddress.
- ipv6PrefixLength number
- The prefix length of the IPv6 address.
- objectType string
- The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
- additional_properties str
- class_id str
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- fqdn str
- The fully qualified domain name.
- ipv4_address str
- An IPv4 address in this IpAddress.
- ipv4_prefix_ floatlength 
- The prefix length of the IPv4 address.
- ipv6_address str
- An IPv6 address in this IpAddress.
- ipv6_prefix_ floatlength 
- The prefix length of the IPv6 address.
- object_type str
- The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
- additionalProperties String
- classId String
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- fqdn String
- The fully qualified domain name.
- ipv4Address String
- An IPv4 address in this IpAddress.
- ipv4PrefixLength Number
- The prefix length of the IPv4 address.
- ipv6Address String
- An IPv6 address in this IpAddress.
- ipv6PrefixLength Number
- The prefix length of the IPv6 address.
- objectType String
- The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
GetHciClusterNode   
- 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'.
 
GetHciClusterNtpServerIpList      
- 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.
- Fqdn string
- The fully qualified domain name.
- Ipv4Address string
- An IPv4 address in this IpAddress.
- Ipv4PrefixLength double
- The prefix length of the IPv4 address.
- Ipv6Address string
- An IPv6 address in this IpAddress.
- Ipv6PrefixLength double
- The prefix length of the IPv6 address.
- ObjectType string
- The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
- AdditionalProperties string
- ClassId string
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- Fqdn string
- The fully qualified domain name.
- Ipv4Address string
- An IPv4 address in this IpAddress.
- Ipv4PrefixLength float64
- The prefix length of the IPv4 address.
- Ipv6Address string
- An IPv6 address in this IpAddress.
- Ipv6PrefixLength float64
- The prefix length of the IPv6 address.
- ObjectType string
- The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
- additionalProperties String
- classId String
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- fqdn String
- The fully qualified domain name.
- ipv4Address String
- An IPv4 address in this IpAddress.
- ipv4PrefixLength Double
- The prefix length of the IPv4 address.
- ipv6Address String
- An IPv6 address in this IpAddress.
- ipv6PrefixLength Double
- The prefix length of the IPv6 address.
- objectType String
- The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
- additionalProperties string
- classId string
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- fqdn string
- The fully qualified domain name.
- ipv4Address string
- An IPv4 address in this IpAddress.
- ipv4PrefixLength number
- The prefix length of the IPv4 address.
- ipv6Address string
- An IPv6 address in this IpAddress.
- ipv6PrefixLength number
- The prefix length of the IPv6 address.
- objectType string
- The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
- additional_properties str
- class_id str
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- fqdn str
- The fully qualified domain name.
- ipv4_address str
- An IPv4 address in this IpAddress.
- ipv4_prefix_ floatlength 
- The prefix length of the IPv4 address.
- ipv6_address str
- An IPv6 address in this IpAddress.
- ipv6_prefix_ floatlength 
- The prefix length of the IPv6 address.
- object_type str
- The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
- additionalProperties String
- classId String
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- fqdn String
- The fully qualified domain name.
- ipv4Address String
- An IPv4 address in this IpAddress.
- ipv4PrefixLength Number
- The prefix length of the IPv4 address.
- ipv6Address String
- An IPv6 address in this IpAddress.
- ipv6PrefixLength Number
- The prefix length of the IPv6 address.
- objectType String
- The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
GetHciClusterParent   
- 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'.
 
GetHciClusterPermissionResource    
- 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'.
 
GetHciClusterPulseStatus    
- 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.
- Enabled bool
- The status of the pulse service.
- ObjectType string
- The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
- PiiScrubbing stringLevel 
- PII Scrubbing Level for pulse. It describe at what level the pulse data is collected.
- 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.
- Enabled bool
- The status of the pulse service.
- ObjectType string
- The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
- PiiScrubbing stringLevel 
- PII Scrubbing Level for pulse. It describe at what level the pulse data is collected.
- 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.
- enabled Boolean
- The status of the pulse service.
- objectType String
- The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
- piiScrubbing StringLevel 
- PII Scrubbing Level for pulse. It describe at what level the pulse data is collected.
- 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.
- enabled boolean
- The status of the pulse service.
- objectType string
- The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
- piiScrubbing stringLevel 
- PII Scrubbing Level for pulse. It describe at what level the pulse data is collected.
- 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.
- enabled bool
- The status of the pulse service.
- object_type str
- The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
- pii_scrubbing_ strlevel 
- PII Scrubbing Level for pulse. It describe at what level the pulse data is collected.
- 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.
- enabled Boolean
- The status of the pulse service.
- objectType String
- The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
- piiScrubbing StringLevel 
- PII Scrubbing Level for pulse. It describe at what level the pulse data is collected.
GetHciClusterRegisteredDevice    
- 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'.
 
GetHciClusterResult   
- AccountMoid string
- The Account ID for this managed object.
- AdditionalProperties string
- AlarmSummaries List<GetHci Cluster Result Alarm Summary> 
- Ancestors
List<GetHci Cluster Result Ancestor> 
- Backplanes
List<GetHci Cluster Result Backplane> 
- BuildInfo stringBuild Type 
- The software build type, such as \ release\ or \ debug\ build.
- BuildInfo stringCommit Id 
- The software commit id for this build image.
- BuildInfo stringFull Version 
- The longer form of software version. It usually includes the commit id.
- BuildInfo stringShort Commit Id 
- The short version of the software commit id for this build image.
- BuildInfo stringVersion 
- The software version from the build.
- ClassId string
- ClusterArch string
- The CPU architecture of the cluster server such as x86_64 and PPC64LE.
- ClusterExt stringId 
- The unique identifier of the cluster.
- ClusterFunctions List<string>
- ClusterSoftware List<GetMaps Hci Cluster Result Cluster Software Map> 
- Compliances
List<GetHci Cluster Result Compliance> 
- ContainerName string
- The name of the default container created as part of cluster creation.
- CpuCapacity doubleHz 
- The CPU capacity in Hz of the cluster.
- CpuUsage doubleHz 
- The CPU usage in Hz of the cluster.
- CreateTime string
- The time when this managed object was created.
- DomainGroup stringMoid 
- The DomainGroup ID for this managed object.
- DomainManagers List<GetHci Cluster Result Domain Manager> 
- EncryptionIn boolTransit Status 
- Indicate if encryption-in-transit is enabled or not.
- EncryptionScopes List<string>
- Entitlements
List<GetHci Cluster Result Entitlement> 
- ExternalAddresses List<GetHci Cluster Result External Address> 
- ExternalData List<GetService Ips Hci Cluster Result External Data Service Ip> 
- ExternalSubnet string
- The external subnet of the cluster.
- FaultTolerance List<GetStates Hci Cluster Result Fault Tolerance State> 
- HypervisorTypes List<string>
- Incarnationid string
- Cluster incarnation Id, part of payload for cluster update operation only.
- InefficientVm doubleCount 
- The number of inefficient VMs in this cluster.
- InternalSubnet string
- The internal subnet of the cluster.
- IsLts bool
- The LTS status indicates whether the release is categorized as Long-term or not.
- KeyManagement stringServer Type 
- The key management server type of the cluster.
- ManagementServers List<GetHci Cluster Result Management Server> 
- MasqueradingIps List<GetHci Cluster Result Masquerading Ip> 
- MasqueradingPort double
- The masquerading port of the cluster.
- MemoryCapacity doubleBytes 
- The memory capacity in bytes of the cluster.
- MemoryUsage doubleBytes 
- The memory usage in bytes of the cluster.
- ModTime string
- The time when this managed object was last modified.
- Moid string
- The unique identifier of this Managed Object instance.
- Name string
- The name of the reported cluster.
- NameServer List<GetIp Lists Hci Cluster Result Name Server Ip List> 
- Nodes
List<GetHci Cluster Result Node> 
- NtpServer List<GetIp Lists Hci Cluster Result Ntp Server Ip List> 
- NumberOf doubleNodes 
- The number of nodes in the cluster.
- ObjectType string
- OperationMode string
- The operation mode of the cluster such as NORMAL, READ_ONLY, STAND_ALONE, SWITCH_TO_TWO_NODE, OVERRIDE.
- Owners List<string>
- Parents
List<GetHci Cluster Result Parent> 
- PasswordRemote boolLogin Enabled 
- Indicates whether the password ssh into the cluster is enabled or not.
- PcExt stringId 
- The unique identifier of the domain manager (Prism Central) instance which manages this cluster.
- PermissionResources List<GetHci Cluster Result Permission Resource> 
- PulseStatuses List<GetHci Cluster Result Pulse Status> 
- RedundancyFactor double
- The redundancy factor of the cluster.
- RegisteredDevices List<GetHci Cluster Result Registered Device> 
- RemoteSupport bool
- The remote support status of the cluster.
- 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.
- StorageCapacity doubleBytes 
- The storage capacity in bytes of the cluster.
- StorageUsage doubleBytes 
- The storage usage in bytes of the cluster.
- 
List<GetHci Cluster Result Tag> 
- Timezone string
- The timezone of the cluster.
- UpgradeStatus string
- The upgrade status of a cluster includes the following known values: PENDING, DOWNLOADING, QUEUED, PREUPGRADE, UPGRADING, SUCCEEDED,FAILED, CANCELLED, and SCHEDULED.The upgrade status of a cluster.
- VersionContexts List<GetHci Cluster Result Version Context> 
- Violations
List<GetHci Cluster Result Violation> 
- VmCount double
- The number of VMs running on this cluster.
- AccountMoid string
- The Account ID for this managed object.
- AdditionalProperties string
- AlarmSummaries []GetHci Cluster Result Alarm Summary 
- Ancestors
[]GetHci Cluster Result Ancestor 
- Backplanes
[]GetHci Cluster Result Backplane 
- BuildInfo stringBuild Type 
- The software build type, such as \ release\ or \ debug\ build.
- BuildInfo stringCommit Id 
- The software commit id for this build image.
- BuildInfo stringFull Version 
- The longer form of software version. It usually includes the commit id.
- BuildInfo stringShort Commit Id 
- The short version of the software commit id for this build image.
- BuildInfo stringVersion 
- The software version from the build.
- ClassId string
- ClusterArch string
- The CPU architecture of the cluster server such as x86_64 and PPC64LE.
- ClusterExt stringId 
- The unique identifier of the cluster.
- ClusterFunctions []string
- ClusterSoftware []GetMaps Hci Cluster Result Cluster Software Map 
- Compliances
[]GetHci Cluster Result Compliance 
- ContainerName string
- The name of the default container created as part of cluster creation.
- CpuCapacity float64Hz 
- The CPU capacity in Hz of the cluster.
- CpuUsage float64Hz 
- The CPU usage in Hz of the cluster.
- CreateTime string
- The time when this managed object was created.
- DomainGroup stringMoid 
- The DomainGroup ID for this managed object.
- DomainManagers []GetHci Cluster Result Domain Manager 
- EncryptionIn boolTransit Status 
- Indicate if encryption-in-transit is enabled or not.
- EncryptionScopes []string
- Entitlements
[]GetHci Cluster Result Entitlement 
- ExternalAddresses []GetHci Cluster Result External Address 
- ExternalData []GetService Ips Hci Cluster Result External Data Service Ip 
- ExternalSubnet string
- The external subnet of the cluster.
- FaultTolerance []GetStates Hci Cluster Result Fault Tolerance State 
- HypervisorTypes []string
- Incarnationid string
- Cluster incarnation Id, part of payload for cluster update operation only.
- InefficientVm float64Count 
- The number of inefficient VMs in this cluster.
- InternalSubnet string
- The internal subnet of the cluster.
- IsLts bool
- The LTS status indicates whether the release is categorized as Long-term or not.
- KeyManagement stringServer Type 
- The key management server type of the cluster.
- ManagementServers []GetHci Cluster Result Management Server 
- MasqueradingIps []GetHci Cluster Result Masquerading Ip 
- MasqueradingPort float64
- The masquerading port of the cluster.
- MemoryCapacity float64Bytes 
- The memory capacity in bytes of the cluster.
- MemoryUsage float64Bytes 
- The memory usage in bytes of the cluster.
- ModTime string
- The time when this managed object was last modified.
- Moid string
- The unique identifier of this Managed Object instance.
- Name string
- The name of the reported cluster.
- NameServer []GetIp Lists Hci Cluster Result Name Server Ip List 
- Nodes
[]GetHci Cluster Result Node 
- NtpServer []GetIp Lists Hci Cluster Result Ntp Server Ip List 
- NumberOf float64Nodes 
- The number of nodes in the cluster.
- ObjectType string
- OperationMode string
- The operation mode of the cluster such as NORMAL, READ_ONLY, STAND_ALONE, SWITCH_TO_TWO_NODE, OVERRIDE.
- Owners []string
- Parents
[]GetHci Cluster Result Parent 
- PasswordRemote boolLogin Enabled 
- Indicates whether the password ssh into the cluster is enabled or not.
- PcExt stringId 
- The unique identifier of the domain manager (Prism Central) instance which manages this cluster.
- PermissionResources []GetHci Cluster Result Permission Resource 
- PulseStatuses []GetHci Cluster Result Pulse Status 
- RedundancyFactor float64
- The redundancy factor of the cluster.
- RegisteredDevices []GetHci Cluster Result Registered Device 
- RemoteSupport bool
- The remote support status of the cluster.
- 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.
- StorageCapacity float64Bytes 
- The storage capacity in bytes of the cluster.
- StorageUsage float64Bytes 
- The storage usage in bytes of the cluster.
- 
[]GetHci Cluster Result Tag 
- Timezone string
- The timezone of the cluster.
- UpgradeStatus string
- The upgrade status of a cluster includes the following known values: PENDING, DOWNLOADING, QUEUED, PREUPGRADE, UPGRADING, SUCCEEDED,FAILED, CANCELLED, and SCHEDULED.The upgrade status of a cluster.
- VersionContexts []GetHci Cluster Result Version Context 
- Violations
[]GetHci Cluster Result Violation 
- VmCount float64
- The number of VMs running on this cluster.
- accountMoid String
- The Account ID for this managed object.
- additionalProperties String
- alarmSummaries List<GetHci Cluster Result Alarm Summary> 
- ancestors
List<GetHci Cluster Result Ancestor> 
- backplanes
List<GetHci Cluster Result Backplane> 
- buildInfo StringBuild Type 
- The software build type, such as \ release\ or \ debug\ build.
- buildInfo StringCommit Id 
- The software commit id for this build image.
- buildInfo StringFull Version 
- The longer form of software version. It usually includes the commit id.
- buildInfo StringShort Commit Id 
- The short version of the software commit id for this build image.
- buildInfo StringVersion 
- The software version from the build.
- classId String
- clusterArch String
- The CPU architecture of the cluster server such as x86_64 and PPC64LE.
- clusterExt StringId 
- The unique identifier of the cluster.
- clusterFunctions List<String>
- clusterSoftware List<GetMaps Hci Cluster Result Cluster Software Map> 
- compliances
List<GetHci Cluster Result Compliance> 
- containerName String
- The name of the default container created as part of cluster creation.
- cpuCapacity DoubleHz 
- The CPU capacity in Hz of the cluster.
- cpuUsage DoubleHz 
- The CPU usage in Hz of the cluster.
- createTime String
- The time when this managed object was created.
- domainGroup StringMoid 
- The DomainGroup ID for this managed object.
- domainManagers List<GetHci Cluster Result Domain Manager> 
- encryptionIn BooleanTransit Status 
- Indicate if encryption-in-transit is enabled or not.
- encryptionScopes List<String>
- entitlements
List<GetHci Cluster Result Entitlement> 
- externalAddresses List<GetHci Cluster Result External Address> 
- externalData List<GetService Ips Hci Cluster Result External Data Service Ip> 
- externalSubnet String
- The external subnet of the cluster.
- faultTolerance List<GetStates Hci Cluster Result Fault Tolerance State> 
- hypervisorTypes List<String>
- incarnationid String
- Cluster incarnation Id, part of payload for cluster update operation only.
- inefficientVm DoubleCount 
- The number of inefficient VMs in this cluster.
- internalSubnet String
- The internal subnet of the cluster.
- isLts Boolean
- The LTS status indicates whether the release is categorized as Long-term or not.
- keyManagement StringServer Type 
- The key management server type of the cluster.
- managementServers List<GetHci Cluster Result Management Server> 
- masqueradingIps List<GetHci Cluster Result Masquerading Ip> 
- masqueradingPort Double
- The masquerading port of the cluster.
- memoryCapacity DoubleBytes 
- The memory capacity in bytes of the cluster.
- memoryUsage DoubleBytes 
- The memory usage in bytes of the cluster.
- modTime String
- The time when this managed object was last modified.
- moid String
- The unique identifier of this Managed Object instance.
- name String
- The name of the reported cluster.
- nameServer List<GetIp Lists Hci Cluster Result Name Server Ip List> 
- nodes
List<GetHci Cluster Result Node> 
- ntpServer List<GetIp Lists Hci Cluster Result Ntp Server Ip List> 
- numberOf DoubleNodes 
- The number of nodes in the cluster.
- objectType String
- operationMode String
- The operation mode of the cluster such as NORMAL, READ_ONLY, STAND_ALONE, SWITCH_TO_TWO_NODE, OVERRIDE.
- owners List<String>
- parents
List<GetHci Cluster Result Parent> 
- passwordRemote BooleanLogin Enabled 
- Indicates whether the password ssh into the cluster is enabled or not.
- pcExt StringId 
- The unique identifier of the domain manager (Prism Central) instance which manages this cluster.
- permissionResources List<GetHci Cluster Result Permission Resource> 
- pulseStatuses List<GetHci Cluster Result Pulse Status> 
- redundancyFactor Double
- The redundancy factor of the cluster.
- registeredDevices List<GetHci Cluster Result Registered Device> 
- remoteSupport Boolean
- The remote support status of the cluster.
- 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.
- storageCapacity DoubleBytes 
- The storage capacity in bytes of the cluster.
- storageUsage DoubleBytes 
- The storage usage in bytes of the cluster.
- 
List<GetHci Cluster Result Tag> 
- timezone String
- The timezone of the cluster.
- upgradeStatus String
- The upgrade status of a cluster includes the following known values: PENDING, DOWNLOADING, QUEUED, PREUPGRADE, UPGRADING, SUCCEEDED,FAILED, CANCELLED, and SCHEDULED.The upgrade status of a cluster.
- versionContexts List<GetHci Cluster Result Version Context> 
- violations
List<GetHci Cluster Result Violation> 
- vmCount Double
- The number of VMs running on this cluster.
- accountMoid string
- The Account ID for this managed object.
- additionalProperties string
- alarmSummaries GetHci Cluster Result Alarm Summary[] 
- ancestors
GetHci Cluster Result Ancestor[] 
- backplanes
GetHci Cluster Result Backplane[] 
- buildInfo stringBuild Type 
- The software build type, such as \ release\ or \ debug\ build.
- buildInfo stringCommit Id 
- The software commit id for this build image.
- buildInfo stringFull Version 
- The longer form of software version. It usually includes the commit id.
- buildInfo stringShort Commit Id 
- The short version of the software commit id for this build image.
- buildInfo stringVersion 
- The software version from the build.
- classId string
- clusterArch string
- The CPU architecture of the cluster server such as x86_64 and PPC64LE.
- clusterExt stringId 
- The unique identifier of the cluster.
- clusterFunctions string[]
- clusterSoftware GetMaps Hci Cluster Result Cluster Software Map[] 
- compliances
GetHci Cluster Result Compliance[] 
- containerName string
- The name of the default container created as part of cluster creation.
- cpuCapacity numberHz 
- The CPU capacity in Hz of the cluster.
- cpuUsage numberHz 
- The CPU usage in Hz of the cluster.
- createTime string
- The time when this managed object was created.
- domainGroup stringMoid 
- The DomainGroup ID for this managed object.
- domainManagers GetHci Cluster Result Domain Manager[] 
- encryptionIn booleanTransit Status 
- Indicate if encryption-in-transit is enabled or not.
- encryptionScopes string[]
- entitlements
GetHci Cluster Result Entitlement[] 
- externalAddresses GetHci Cluster Result External Address[] 
- externalData GetService Ips Hci Cluster Result External Data Service Ip[] 
- externalSubnet string
- The external subnet of the cluster.
- faultTolerance GetStates Hci Cluster Result Fault Tolerance State[] 
- hypervisorTypes string[]
- incarnationid string
- Cluster incarnation Id, part of payload for cluster update operation only.
- inefficientVm numberCount 
- The number of inefficient VMs in this cluster.
- internalSubnet string
- The internal subnet of the cluster.
- isLts boolean
- The LTS status indicates whether the release is categorized as Long-term or not.
- keyManagement stringServer Type 
- The key management server type of the cluster.
- managementServers GetHci Cluster Result Management Server[] 
- masqueradingIps GetHci Cluster Result Masquerading Ip[] 
- masqueradingPort number
- The masquerading port of the cluster.
- memoryCapacity numberBytes 
- The memory capacity in bytes of the cluster.
- memoryUsage numberBytes 
- The memory usage in bytes of the cluster.
- modTime string
- The time when this managed object was last modified.
- moid string
- The unique identifier of this Managed Object instance.
- name string
- The name of the reported cluster.
- nameServer GetIp Lists Hci Cluster Result Name Server Ip List[] 
- nodes
GetHci Cluster Result Node[] 
- ntpServer GetIp Lists Hci Cluster Result Ntp Server Ip List[] 
- numberOf numberNodes 
- The number of nodes in the cluster.
- objectType string
- operationMode string
- The operation mode of the cluster such as NORMAL, READ_ONLY, STAND_ALONE, SWITCH_TO_TWO_NODE, OVERRIDE.
- owners string[]
- parents
GetHci Cluster Result Parent[] 
- passwordRemote booleanLogin Enabled 
- Indicates whether the password ssh into the cluster is enabled or not.
- pcExt stringId 
- The unique identifier of the domain manager (Prism Central) instance which manages this cluster.
- permissionResources GetHci Cluster Result Permission Resource[] 
- pulseStatuses GetHci Cluster Result Pulse Status[] 
- redundancyFactor number
- The redundancy factor of the cluster.
- registeredDevices GetHci Cluster Result Registered Device[] 
- remoteSupport boolean
- The remote support status of the cluster.
- 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.
- storageCapacity numberBytes 
- The storage capacity in bytes of the cluster.
- storageUsage numberBytes 
- The storage usage in bytes of the cluster.
- 
GetHci Cluster Result Tag[] 
- timezone string
- The timezone of the cluster.
- upgradeStatus string
- The upgrade status of a cluster includes the following known values: PENDING, DOWNLOADING, QUEUED, PREUPGRADE, UPGRADING, SUCCEEDED,FAILED, CANCELLED, and SCHEDULED.The upgrade status of a cluster.
- versionContexts GetHci Cluster Result Version Context[] 
- violations
GetHci Cluster Result Violation[] 
- vmCount number
- The number of VMs running on this cluster.
- account_moid str
- The Account ID for this managed object.
- additional_properties str
- alarm_summaries Sequence[GetHci Cluster Result Alarm Summary] 
- ancestors
Sequence[GetHci Cluster Result Ancestor] 
- backplanes
Sequence[GetHci Cluster Result Backplane] 
- build_info_ strbuild_ type 
- The software build type, such as \ release\ or \ debug\ build.
- build_info_ strcommit_ id 
- The software commit id for this build image.
- build_info_ strfull_ version 
- The longer form of software version. It usually includes the commit id.
- build_info_ strshort_ commit_ id 
- The short version of the software commit id for this build image.
- build_info_ strversion 
- The software version from the build.
- class_id str
- cluster_arch str
- The CPU architecture of the cluster server such as x86_64 and PPC64LE.
- cluster_ext_ strid 
- The unique identifier of the cluster.
- cluster_functions Sequence[str]
- cluster_software_ Sequence[Getmaps Hci Cluster Result Cluster Software Map] 
- compliances
Sequence[GetHci Cluster Result Compliance] 
- container_name str
- The name of the default container created as part of cluster creation.
- cpu_capacity_ floathz 
- The CPU capacity in Hz of the cluster.
- cpu_usage_ floathz 
- The CPU usage in Hz of the cluster.
- create_time str
- The time when this managed object was created.
- domain_group_ strmoid 
- The DomainGroup ID for this managed object.
- domain_managers Sequence[GetHci Cluster Result Domain Manager] 
- encryption_in_ booltransit_ status 
- Indicate if encryption-in-transit is enabled or not.
- encryption_scopes Sequence[str]
- entitlements
Sequence[GetHci Cluster Result Entitlement] 
- external_addresses Sequence[GetHci Cluster Result External Address] 
- external_data_ Sequence[Getservice_ ips Hci Cluster Result External Data Service Ip] 
- external_subnet str
- The external subnet of the cluster.
- fault_tolerance_ Sequence[Getstates Hci Cluster Result Fault Tolerance State] 
- hypervisor_types Sequence[str]
- incarnationid str
- Cluster incarnation Id, part of payload for cluster update operation only.
- inefficient_vm_ floatcount 
- The number of inefficient VMs in this cluster.
- internal_subnet str
- The internal subnet of the cluster.
- is_lts bool
- The LTS status indicates whether the release is categorized as Long-term or not.
- key_management_ strserver_ type 
- The key management server type of the cluster.
- management_servers Sequence[GetHci Cluster Result Management Server] 
- masquerading_ips Sequence[GetHci Cluster Result Masquerading Ip] 
- masquerading_port float
- The masquerading port of the cluster.
- memory_capacity_ floatbytes 
- The memory capacity in bytes of the cluster.
- memory_usage_ floatbytes 
- The memory usage in bytes of the cluster.
- 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 name of the reported cluster.
- name_server_ Sequence[Getip_ lists Hci Cluster Result Name Server Ip List] 
- nodes
Sequence[GetHci Cluster Result Node] 
- ntp_server_ Sequence[Getip_ lists Hci Cluster Result Ntp Server Ip List] 
- number_of_ floatnodes 
- The number of nodes in the cluster.
- object_type str
- operation_mode str
- The operation mode of the cluster such as NORMAL, READ_ONLY, STAND_ALONE, SWITCH_TO_TWO_NODE, OVERRIDE.
- owners Sequence[str]
- parents
Sequence[GetHci Cluster Result Parent] 
- password_remote_ boollogin_ enabled 
- Indicates whether the password ssh into the cluster is enabled or not.
- pc_ext_ strid 
- The unique identifier of the domain manager (Prism Central) instance which manages this cluster.
- permission_resources Sequence[GetHci Cluster Result Permission Resource] 
- pulse_statuses Sequence[GetHci Cluster Result Pulse Status] 
- redundancy_factor float
- The redundancy factor of the cluster.
- registered_devices Sequence[GetHci Cluster Result Registered Device] 
- remote_support bool
- The remote support status of the cluster.
- 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.
- storage_capacity_ floatbytes 
- The storage capacity in bytes of the cluster.
- storage_usage_ floatbytes 
- The storage usage in bytes of the cluster.
- 
Sequence[GetHci Cluster Result Tag] 
- timezone str
- The timezone of the cluster.
- upgrade_status str
- The upgrade status of a cluster includes the following known values: PENDING, DOWNLOADING, QUEUED, PREUPGRADE, UPGRADING, SUCCEEDED,FAILED, CANCELLED, and SCHEDULED.The upgrade status of a cluster.
- version_contexts Sequence[GetHci Cluster Result Version Context] 
- violations
Sequence[GetHci Cluster Result Violation] 
- vm_count float
- The number of VMs running on this cluster.
- accountMoid String
- The Account ID for this managed object.
- additionalProperties String
- alarmSummaries List<Property Map>
- ancestors List<Property Map>
- backplanes List<Property Map>
- buildInfo StringBuild Type 
- The software build type, such as \ release\ or \ debug\ build.
- buildInfo StringCommit Id 
- The software commit id for this build image.
- buildInfo StringFull Version 
- The longer form of software version. It usually includes the commit id.
- buildInfo StringShort Commit Id 
- The short version of the software commit id for this build image.
- buildInfo StringVersion 
- The software version from the build.
- classId String
- clusterArch String
- The CPU architecture of the cluster server such as x86_64 and PPC64LE.
- clusterExt StringId 
- The unique identifier of the cluster.
- clusterFunctions List<String>
- clusterSoftware List<Property Map>Maps 
- compliances List<Property Map>
- containerName String
- The name of the default container created as part of cluster creation.
- cpuCapacity NumberHz 
- The CPU capacity in Hz of the cluster.
- cpuUsage NumberHz 
- The CPU usage in Hz of the cluster.
- createTime String
- The time when this managed object was created.
- domainGroup StringMoid 
- The DomainGroup ID for this managed object.
- domainManagers List<Property Map>
- encryptionIn BooleanTransit Status 
- Indicate if encryption-in-transit is enabled or not.
- encryptionScopes List<String>
- entitlements List<Property Map>
- externalAddresses List<Property Map>
- externalData List<Property Map>Service Ips 
- externalSubnet String
- The external subnet of the cluster.
- faultTolerance List<Property Map>States 
- hypervisorTypes List<String>
- incarnationid String
- Cluster incarnation Id, part of payload for cluster update operation only.
- inefficientVm NumberCount 
- The number of inefficient VMs in this cluster.
- internalSubnet String
- The internal subnet of the cluster.
- isLts Boolean
- The LTS status indicates whether the release is categorized as Long-term or not.
- keyManagement StringServer Type 
- The key management server type of the cluster.
- managementServers List<Property Map>
- masqueradingIps List<Property Map>
- masqueradingPort Number
- The masquerading port of the cluster.
- memoryCapacity NumberBytes 
- The memory capacity in bytes of the cluster.
- memoryUsage NumberBytes 
- The memory usage in bytes of the cluster.
- modTime String
- The time when this managed object was last modified.
- moid String
- The unique identifier of this Managed Object instance.
- name String
- The name of the reported cluster.
- nameServer List<Property Map>Ip Lists 
- nodes List<Property Map>
- ntpServer List<Property Map>Ip Lists 
- numberOf NumberNodes 
- The number of nodes in the cluster.
- objectType String
- operationMode String
- The operation mode of the cluster such as NORMAL, READ_ONLY, STAND_ALONE, SWITCH_TO_TWO_NODE, OVERRIDE.
- owners List<String>
- parents List<Property Map>
- passwordRemote BooleanLogin Enabled 
- Indicates whether the password ssh into the cluster is enabled or not.
- pcExt StringId 
- The unique identifier of the domain manager (Prism Central) instance which manages this cluster.
- permissionResources List<Property Map>
- pulseStatuses List<Property Map>
- redundancyFactor Number
- The redundancy factor of the cluster.
- registeredDevices List<Property Map>
- remoteSupport Boolean
- The remote support status of the cluster.
- 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.
- storageCapacity NumberBytes 
- The storage capacity in bytes of the cluster.
- storageUsage NumberBytes 
- The storage usage in bytes of the cluster.
- List<Property Map>
- timezone String
- The timezone of the cluster.
- upgradeStatus String
- The upgrade status of a cluster includes the following known values: PENDING, DOWNLOADING, QUEUED, PREUPGRADE, UPGRADING, SUCCEEDED,FAILED, CANCELLED, and SCHEDULED.The upgrade status of a cluster.
- versionContexts List<Property Map>
- violations List<Property Map>
- vmCount Number
- The number of VMs running on this cluster.
GetHciClusterResultAlarmSummary     
- AdditionalProperties string
- ClassId string
- Critical double
- Health string
- Info double
- ObjectType string
- Warning double
- AdditionalProperties string
- ClassId string
- Critical float64
- Health string
- Info float64
- ObjectType string
- Warning float64
- additionalProperties String
- classId String
- critical Double
- health String
- info Double
- objectType String
- warning Double
- additionalProperties string
- classId string
- critical number
- health string
- info number
- objectType string
- warning number
- additional_properties str
- class_id str
- critical float
- health str
- info float
- object_type str
- warning float
- additionalProperties String
- classId String
- critical Number
- health String
- info Number
- objectType String
- warning Number
GetHciClusterResultAncestor    
- 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
GetHciClusterResultBackplane    
- additionalProperties String
- classId String
- isSegmentation BooleanEnabled 
- netmasks List<Property Map>
- objectType String
- subnets List<Property Map>
- vlanTag Number
GetHciClusterResultBackplaneNetmask     
- AdditionalProperties string
- ClassId string
- Ipv4Address string
- Ipv4PrefixLength double
- Ipv6Address string
- Ipv6PrefixLength double
- ObjectType string
- AdditionalProperties string
- ClassId string
- Ipv4Address string
- Ipv4PrefixLength float64
- Ipv6Address string
- Ipv6PrefixLength float64
- ObjectType string
- additionalProperties String
- classId String
- ipv4Address String
- ipv4PrefixLength Double
- ipv6Address String
- ipv6PrefixLength Double
- objectType String
- additionalProperties string
- classId string
- ipv4Address string
- ipv4PrefixLength number
- ipv6Address string
- ipv6PrefixLength number
- objectType string
- additional_properties str
- class_id str
- ipv4_address str
- ipv4_prefix_ floatlength 
- ipv6_address str
- ipv6_prefix_ floatlength 
- object_type str
- additionalProperties String
- classId String
- ipv4Address String
- ipv4PrefixLength Number
- ipv6Address String
- ipv6PrefixLength Number
- objectType String
GetHciClusterResultBackplaneSubnet     
- AdditionalProperties string
- ClassId string
- Ipv4Address string
- Ipv4PrefixLength double
- Ipv6Address string
- Ipv6PrefixLength double
- ObjectType string
- AdditionalProperties string
- ClassId string
- Ipv4Address string
- Ipv4PrefixLength float64
- Ipv6Address string
- Ipv6PrefixLength float64
- ObjectType string
- additionalProperties String
- classId String
- ipv4Address String
- ipv4PrefixLength Double
- ipv6Address String
- ipv6PrefixLength Double
- objectType String
- additionalProperties string
- classId string
- ipv4Address string
- ipv4PrefixLength number
- ipv6Address string
- ipv6PrefixLength number
- objectType string
- additional_properties str
- class_id str
- ipv4_address str
- ipv4_prefix_ floatlength 
- ipv6_address str
- ipv6_prefix_ floatlength 
- object_type str
- additionalProperties String
- classId String
- ipv4Address String
- ipv4PrefixLength Number
- ipv6Address String
- ipv6PrefixLength Number
- objectType String
GetHciClusterResultClusterSoftwareMap      
- AdditionalProperties string
- ClassId string
- NrVersion string
- ObjectType string
- SoftwareType string
- AdditionalProperties string
- ClassId string
- NrVersion string
- ObjectType string
- SoftwareType string
- additionalProperties String
- classId String
- nrVersion String
- objectType String
- softwareType String
- additionalProperties string
- classId string
- nrVersion string
- objectType string
- softwareType string
- additional_properties str
- class_id str
- nr_version str
- object_type str
- software_type str
- additionalProperties String
- classId String
- nrVersion String
- objectType String
- softwareType String
GetHciClusterResultCompliance    
- 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
GetHciClusterResultDomainManager     
- 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
GetHciClusterResultEntitlement    
- 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
GetHciClusterResultExternalAddress     
- AdditionalProperties string
- ClassId string
- Ipv4Address string
- Ipv4PrefixLength double
- Ipv6Address string
- Ipv6PrefixLength double
- ObjectType string
- AdditionalProperties string
- ClassId string
- Ipv4Address string
- Ipv4PrefixLength float64
- Ipv6Address string
- Ipv6PrefixLength float64
- ObjectType string
- additionalProperties String
- classId String
- ipv4Address String
- ipv4PrefixLength Double
- ipv6Address String
- ipv6PrefixLength Double
- objectType String
- additionalProperties string
- classId string
- ipv4Address string
- ipv4PrefixLength number
- ipv6Address string
- ipv6PrefixLength number
- objectType string
- additional_properties str
- class_id str
- ipv4_address str
- ipv4_prefix_ floatlength 
- ipv6_address str
- ipv6_prefix_ floatlength 
- object_type str
- additionalProperties String
- classId String
- ipv4Address String
- ipv4PrefixLength Number
- ipv6Address String
- ipv6PrefixLength Number
- objectType String
GetHciClusterResultExternalDataServiceIp       
- AdditionalProperties string
- ClassId string
- Ipv4Address string
- Ipv4PrefixLength double
- Ipv6Address string
- Ipv6PrefixLength double
- ObjectType string
- AdditionalProperties string
- ClassId string
- Ipv4Address string
- Ipv4PrefixLength float64
- Ipv6Address string
- Ipv6PrefixLength float64
- ObjectType string
- additionalProperties String
- classId String
- ipv4Address String
- ipv4PrefixLength Double
- ipv6Address String
- ipv6PrefixLength Double
- objectType String
- additionalProperties string
- classId string
- ipv4Address string
- ipv4PrefixLength number
- ipv6Address string
- ipv6PrefixLength number
- objectType string
- additional_properties str
- class_id str
- ipv4_address str
- ipv4_prefix_ floatlength 
- ipv6_address str
- ipv6_prefix_ floatlength 
- object_type str
- additionalProperties String
- classId String
- ipv4Address String
- ipv4PrefixLength Number
- ipv6Address String
- ipv6PrefixLength Number
- objectType String
GetHciClusterResultFaultToleranceState      
- AdditionalProperties string
- ClassId string
- CurrentMax doubleFault Tolerance 
- DesiredMax doubleFault Tolerance 
- DomainAwareness stringLevel 
- ObjectType string
- AdditionalProperties string
- ClassId string
- CurrentMax float64Fault Tolerance 
- DesiredMax float64Fault Tolerance 
- DomainAwareness stringLevel 
- ObjectType string
- additionalProperties String
- classId String
- currentMax DoubleFault Tolerance 
- desiredMax DoubleFault Tolerance 
- domainAwareness StringLevel 
- objectType String
- additionalProperties string
- classId string
- currentMax numberFault Tolerance 
- desiredMax numberFault Tolerance 
- domainAwareness stringLevel 
- objectType string
- additionalProperties String
- classId String
- currentMax NumberFault Tolerance 
- desiredMax NumberFault Tolerance 
- domainAwareness StringLevel 
- objectType String
GetHciClusterResultManagementServer     
- AdditionalProperties string
- ClassId string
- DrsEnabled bool
- InUse bool
- Ips
List<GetHci Cluster Result Management Server Ip> 
- IsRegistered bool
- ObjectType string
- Type string
- AdditionalProperties string
- ClassId string
- DrsEnabled bool
- InUse bool
- Ips
[]GetHci Cluster Result Management Server Ip 
- IsRegistered bool
- ObjectType string
- Type string
- additionalProperties String
- classId String
- drsEnabled Boolean
- inUse Boolean
- ips
List<GetHci Cluster Result Management Server Ip> 
- isRegistered Boolean
- objectType String
- type String
- additionalProperties string
- classId string
- drsEnabled boolean
- inUse boolean
- ips
GetHci Cluster Result Management Server Ip[] 
- isRegistered boolean
- objectType string
- type string
- additional_properties str
- class_id str
- drs_enabled bool
- in_use bool
- ips
Sequence[GetHci Cluster Result Management Server Ip] 
- is_registered bool
- object_type str
- type str
- additionalProperties String
- classId String
- drsEnabled Boolean
- inUse Boolean
- ips List<Property Map>
- isRegistered Boolean
- objectType String
- type String
GetHciClusterResultManagementServerIp      
- AdditionalProperties string
- ClassId string
- Ipv4Address string
- Ipv4PrefixLength double
- Ipv6Address string
- Ipv6PrefixLength double
- ObjectType string
- AdditionalProperties string
- ClassId string
- Ipv4Address string
- Ipv4PrefixLength float64
- Ipv6Address string
- Ipv6PrefixLength float64
- ObjectType string
- additionalProperties String
- classId String
- ipv4Address String
- ipv4PrefixLength Double
- ipv6Address String
- ipv6PrefixLength Double
- objectType String
- additionalProperties string
- classId string
- ipv4Address string
- ipv4PrefixLength number
- ipv6Address string
- ipv6PrefixLength number
- objectType string
- additional_properties str
- class_id str
- ipv4_address str
- ipv4_prefix_ floatlength 
- ipv6_address str
- ipv6_prefix_ floatlength 
- object_type str
- additionalProperties String
- classId String
- ipv4Address String
- ipv4PrefixLength Number
- ipv6Address String
- ipv6PrefixLength Number
- objectType String
GetHciClusterResultMasqueradingIp     
- AdditionalProperties string
- ClassId string
- Ipv4Address string
- Ipv4PrefixLength double
- Ipv6Address string
- Ipv6PrefixLength double
- ObjectType string
- AdditionalProperties string
- ClassId string
- Ipv4Address string
- Ipv4PrefixLength float64
- Ipv6Address string
- Ipv6PrefixLength float64
- ObjectType string
- additionalProperties String
- classId String
- ipv4Address String
- ipv4PrefixLength Double
- ipv6Address String
- ipv6PrefixLength Double
- objectType String
- additionalProperties string
- classId string
- ipv4Address string
- ipv4PrefixLength number
- ipv6Address string
- ipv6PrefixLength number
- objectType string
- additional_properties str
- class_id str
- ipv4_address str
- ipv4_prefix_ floatlength 
- ipv6_address str
- ipv6_prefix_ floatlength 
- object_type str
- additionalProperties String
- classId String
- ipv4Address String
- ipv4PrefixLength Number
- ipv6Address String
- ipv6PrefixLength Number
- objectType String
GetHciClusterResultNameServerIpList       
- AdditionalProperties string
- ClassId string
- Fqdn string
- Ipv4Address string
- Ipv4PrefixLength double
- Ipv6Address string
- Ipv6PrefixLength double
- ObjectType string
- AdditionalProperties string
- ClassId string
- Fqdn string
- Ipv4Address string
- Ipv4PrefixLength float64
- Ipv6Address string
- Ipv6PrefixLength float64
- ObjectType string
- additionalProperties String
- classId String
- fqdn String
- ipv4Address String
- ipv4PrefixLength Double
- ipv6Address String
- ipv6PrefixLength Double
- objectType String
- additionalProperties string
- classId string
- fqdn string
- ipv4Address string
- ipv4PrefixLength number
- ipv6Address string
- ipv6PrefixLength number
- objectType string
- additional_properties str
- class_id str
- fqdn str
- ipv4_address str
- ipv4_prefix_ floatlength 
- ipv6_address str
- ipv6_prefix_ floatlength 
- object_type str
- additionalProperties String
- classId String
- fqdn String
- ipv4Address String
- ipv4PrefixLength Number
- ipv6Address String
- ipv6PrefixLength Number
- objectType String
GetHciClusterResultNode    
- 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
GetHciClusterResultNtpServerIpList       
- AdditionalProperties string
- ClassId string
- Fqdn string
- Ipv4Address string
- Ipv4PrefixLength double
- Ipv6Address string
- Ipv6PrefixLength double
- ObjectType string
- AdditionalProperties string
- ClassId string
- Fqdn string
- Ipv4Address string
- Ipv4PrefixLength float64
- Ipv6Address string
- Ipv6PrefixLength float64
- ObjectType string
- additionalProperties String
- classId String
- fqdn String
- ipv4Address String
- ipv4PrefixLength Double
- ipv6Address String
- ipv6PrefixLength Double
- objectType String
- additionalProperties string
- classId string
- fqdn string
- ipv4Address string
- ipv4PrefixLength number
- ipv6Address string
- ipv6PrefixLength number
- objectType string
- additional_properties str
- class_id str
- fqdn str
- ipv4_address str
- ipv4_prefix_ floatlength 
- ipv6_address str
- ipv6_prefix_ floatlength 
- object_type str
- additionalProperties String
- classId String
- fqdn String
- ipv4Address String
- ipv4PrefixLength Number
- ipv6Address String
- ipv6PrefixLength Number
- objectType String
GetHciClusterResultParent    
- 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
GetHciClusterResultPermissionResource     
- 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
GetHciClusterResultPulseStatus     
- AdditionalProperties string
- ClassId string
- Enabled bool
- ObjectType string
- PiiScrubbing stringLevel 
- AdditionalProperties string
- ClassId string
- Enabled bool
- ObjectType string
- PiiScrubbing stringLevel 
- additionalProperties String
- classId String
- enabled Boolean
- objectType String
- piiScrubbing StringLevel 
- additionalProperties string
- classId string
- enabled boolean
- objectType string
- piiScrubbing stringLevel 
- additional_properties str
- class_id str
- enabled bool
- object_type str
- pii_scrubbing_ strlevel 
- additionalProperties String
- classId String
- enabled Boolean
- objectType String
- piiScrubbing StringLevel 
GetHciClusterResultRegisteredDevice     
- 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
GetHciClusterResultTag    
- 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
GetHciClusterResultVersionContext     
- AdditionalProperties string
- ClassId string
- InterestedMos []GetHci Cluster Result Version Context Interested Mo 
- MarkedFor boolDeletion 
- NrVersion string
- ObjectType string
- RefMos []GetHci Cluster Result Version Context Ref Mo 
- Timestamp string
- VersionType string
- additionalProperties String
- classId String
- interestedMos List<GetHci Cluster Result Version Context Interested Mo> 
- markedFor BooleanDeletion 
- nrVersion String
- objectType String
- refMos List<GetHci Cluster Result Version Context Ref Mo> 
- timestamp String
- versionType String
- additionalProperties string
- classId string
- interestedMos GetHci Cluster Result Version Context Interested Mo[] 
- markedFor booleanDeletion 
- nrVersion string
- objectType string
- refMos GetHci Cluster Result Version Context Ref Mo[] 
- timestamp string
- versionType string
- additionalProperties String
- classId String
- interestedMos List<Property Map>
- markedFor BooleanDeletion 
- nrVersion String
- objectType String
- refMos List<Property Map>
- timestamp String
- versionType String
GetHciClusterResultVersionContextInterestedMo       
- 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
GetHciClusterResultVersionContextRefMo       
- 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
GetHciClusterResultViolation    
- 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
GetHciClusterTag   
- 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.
GetHciClusterVersionContext    
- 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<GetHci 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 GetHci 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 []GetHci 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 GetHci 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<GetHci 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 GetHci 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 GetHci 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 GetHci 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[GetHci 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 GetHci 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.
 
GetHciClusterVersionContextInterestedMo      
- 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'.
 
GetHciClusterVersionContextRefMo      
- 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'.
 
GetHciClusterViolation   
- 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