1. Packages
  2. Intersight Provider
  3. API Docs
  4. getHciCluster
intersight 1.0.64 published on Wednesday, Apr 30, 2025 by ciscodevnet

intersight.getHciCluster

Explore with Pulumi AI

intersight logo
intersight 1.0.64 published on Wednesday, Apr 30, 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 dictionary

    The following arguments are supported:

    AccountMoid string
    The Account ID for this managed object.
    AdditionalProperties string
    AlarmSummary GetHciClusterAlarmSummary
    Ancestors List<GetHciClusterAncestor>
    Backplane GetHciClusterBackplane
    BuildInfoBuildType string
    The software build type, such as \ release\ or \ debug\ build.
    BuildInfoCommitId string
    The software commit id for this build image.
    BuildInfoFullVersion string
    The longer form of software version. It usually includes the commit id.
    BuildInfoShortCommitId string
    The short version of the software commit id for this build image.
    BuildInfoVersion string
    The software version from the build.
    ClassId string
    ClusterArch string
    The CPU architecture of the cluster server such as x86_64 and PPC64LE.
    ClusterExtId string
    The unique identifier of the cluster.
    ClusterFunctions List<string>
    ClusterSoftwareMaps List<GetHciClusterClusterSoftwareMap>
    Compliance GetHciClusterCompliance
    ContainerName string
    The name of the default container created as part of cluster creation.
    CpuCapacityHz double
    The CPU capacity in Hz of the cluster.
    CpuUsageHz double
    The CPU usage in Hz of the cluster.
    CreateTime string
    The time when this managed object was created.
    DomainGroupMoid string
    The DomainGroup ID for this managed object.
    DomainManager GetHciClusterDomainManager
    EncryptionInTransitStatus bool
    Indicate if encryption-in-transit is enabled or not.
    EncryptionScopes List<string>
    Entitlement GetHciClusterEntitlement
    ExternalAddress GetHciClusterExternalAddress
    ExternalDataServiceIp GetHciClusterExternalDataServiceIp
    ExternalSubnet string
    The external subnet of the cluster.
    FaultToleranceState GetHciClusterFaultToleranceState
    HypervisorTypes List<string>
    Id string
    Incarnationid string
    Cluster incarnation Id, part of payload for cluster update operation only.
    InefficientVmCount double
    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.
    KeyManagementServerType string
    The key management server type of the cluster.
    ManagementServer GetHciClusterManagementServer
    MasqueradingIp GetHciClusterMasqueradingIp
    MasqueradingPort double
    The masquerading port of the cluster.
    MemoryCapacityBytes double
    The memory capacity in bytes of the cluster.
    MemoryUsageBytes double
    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.
    NameServerIpLists List<GetHciClusterNameServerIpList>
    Nodes List<GetHciClusterNode>
    NtpServerIpLists List<GetHciClusterNtpServerIpList>
    NumberOfNodes double
    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 GetHciClusterParent
    PasswordRemoteLoginEnabled bool
    Indicates whether the password ssh into the cluster is enabled or not.
    PcExtId string
    The unique identifier of the domain manager (Prism Central) instance which manages this cluster.
    PermissionResources List<GetHciClusterPermissionResource>
    PulseStatus GetHciClusterPulseStatus
    RedundancyFactor double
    The redundancy factor of the cluster.
    RegisteredDevice GetHciClusterRegisteredDevice
    RemoteSupport bool
    The remote support status of the cluster.
    SharedScope 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.
    StorageCapacityBytes double
    The storage capacity in bytes of the cluster.
    StorageUsageBytes double
    The storage usage in bytes of the cluster.
    Tags List<GetHciClusterTag>
    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 GetHciClusterVersionContext
    Violation GetHciClusterViolation
    VmCount double
    The number of VMs running on this cluster.
    AccountMoid string
    The Account ID for this managed object.
    AdditionalProperties string
    AlarmSummary GetHciClusterAlarmSummary
    Ancestors []GetHciClusterAncestor
    Backplane GetHciClusterBackplane
    BuildInfoBuildType string
    The software build type, such as \ release\ or \ debug\ build.
    BuildInfoCommitId string
    The software commit id for this build image.
    BuildInfoFullVersion string
    The longer form of software version. It usually includes the commit id.
    BuildInfoShortCommitId string
    The short version of the software commit id for this build image.
    BuildInfoVersion string
    The software version from the build.
    ClassId string
    ClusterArch string
    The CPU architecture of the cluster server such as x86_64 and PPC64LE.
    ClusterExtId string
    The unique identifier of the cluster.
    ClusterFunctions []string
    ClusterSoftwareMaps []GetHciClusterClusterSoftwareMap
    Compliance GetHciClusterCompliance
    ContainerName string
    The name of the default container created as part of cluster creation.
    CpuCapacityHz float64
    The CPU capacity in Hz of the cluster.
    CpuUsageHz float64
    The CPU usage in Hz of the cluster.
    CreateTime string
    The time when this managed object was created.
    DomainGroupMoid string
    The DomainGroup ID for this managed object.
    DomainManager GetHciClusterDomainManager
    EncryptionInTransitStatus bool
    Indicate if encryption-in-transit is enabled or not.
    EncryptionScopes []string
    Entitlement GetHciClusterEntitlement
    ExternalAddress GetHciClusterExternalAddress
    ExternalDataServiceIp GetHciClusterExternalDataServiceIp
    ExternalSubnet string
    The external subnet of the cluster.
    FaultToleranceState GetHciClusterFaultToleranceState
    HypervisorTypes []string
    Id string
    Incarnationid string
    Cluster incarnation Id, part of payload for cluster update operation only.
    InefficientVmCount float64
    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.
    KeyManagementServerType string
    The key management server type of the cluster.
    ManagementServer GetHciClusterManagementServer
    MasqueradingIp GetHciClusterMasqueradingIp
    MasqueradingPort float64
    The masquerading port of the cluster.
    MemoryCapacityBytes float64
    The memory capacity in bytes of the cluster.
    MemoryUsageBytes float64
    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.
    NameServerIpLists []GetHciClusterNameServerIpList
    Nodes []GetHciClusterNode
    NtpServerIpLists []GetHciClusterNtpServerIpList
    NumberOfNodes float64
    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 GetHciClusterParent
    PasswordRemoteLoginEnabled bool
    Indicates whether the password ssh into the cluster is enabled or not.
    PcExtId string
    The unique identifier of the domain manager (Prism Central) instance which manages this cluster.
    PermissionResources []GetHciClusterPermissionResource
    PulseStatus GetHciClusterPulseStatus
    RedundancyFactor float64
    The redundancy factor of the cluster.
    RegisteredDevice GetHciClusterRegisteredDevice
    RemoteSupport bool
    The remote support status of the cluster.
    SharedScope 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.
    StorageCapacityBytes float64
    The storage capacity in bytes of the cluster.
    StorageUsageBytes float64
    The storage usage in bytes of the cluster.
    Tags []GetHciClusterTag
    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 GetHciClusterVersionContext
    Violation GetHciClusterViolation
    VmCount float64
    The number of VMs running on this cluster.
    accountMoid String
    The Account ID for this managed object.
    additionalProperties String
    alarmSummary GetHciClusterAlarmSummary
    ancestors List<GetHciClusterAncestor>
    backplane GetHciClusterBackplane
    buildInfoBuildType String
    The software build type, such as \ release\ or \ debug\ build.
    buildInfoCommitId String
    The software commit id for this build image.
    buildInfoFullVersion String
    The longer form of software version. It usually includes the commit id.
    buildInfoShortCommitId String
    The short version of the software commit id for this build image.
    buildInfoVersion String
    The software version from the build.
    classId String
    clusterArch String
    The CPU architecture of the cluster server such as x86_64 and PPC64LE.
    clusterExtId String
    The unique identifier of the cluster.
    clusterFunctions List<String>
    clusterSoftwareMaps List<GetHciClusterClusterSoftwareMap>
    compliance GetHciClusterCompliance
    containerName String
    The name of the default container created as part of cluster creation.
    cpuCapacityHz Double
    The CPU capacity in Hz of the cluster.
    cpuUsageHz Double
    The CPU usage in Hz of the cluster.
    createTime String
    The time when this managed object was created.
    domainGroupMoid String
    The DomainGroup ID for this managed object.
    domainManager GetHciClusterDomainManager
    encryptionInTransitStatus Boolean
    Indicate if encryption-in-transit is enabled or not.
    encryptionScopes List<String>
    entitlement GetHciClusterEntitlement
    externalAddress GetHciClusterExternalAddress
    externalDataServiceIp GetHciClusterExternalDataServiceIp
    externalSubnet String
    The external subnet of the cluster.
    faultToleranceState GetHciClusterFaultToleranceState
    hypervisorTypes List<String>
    id String
    incarnationid String
    Cluster incarnation Id, part of payload for cluster update operation only.
    inefficientVmCount Double
    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.
    keyManagementServerType String
    The key management server type of the cluster.
    managementServer GetHciClusterManagementServer
    masqueradingIp GetHciClusterMasqueradingIp
    masqueradingPort Double
    The masquerading port of the cluster.
    memoryCapacityBytes Double
    The memory capacity in bytes of the cluster.
    memoryUsageBytes Double
    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.
    nameServerIpLists List<GetHciClusterNameServerIpList>
    nodes List<GetHciClusterNode>
    ntpServerIpLists List<GetHciClusterNtpServerIpList>
    numberOfNodes Double
    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 GetHciClusterParent
    passwordRemoteLoginEnabled Boolean
    Indicates whether the password ssh into the cluster is enabled or not.
    pcExtId String
    The unique identifier of the domain manager (Prism Central) instance which manages this cluster.
    permissionResources List<GetHciClusterPermissionResource>
    pulseStatus GetHciClusterPulseStatus
    redundancyFactor Double
    The redundancy factor of the cluster.
    registeredDevice GetHciClusterRegisteredDevice
    remoteSupport Boolean
    The remote support status of the cluster.
    sharedScope 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.
    storageCapacityBytes Double
    The storage capacity in bytes of the cluster.
    storageUsageBytes Double
    The storage usage in bytes of the cluster.
    tags List<GetHciClusterTag>
    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 GetHciClusterVersionContext
    violation GetHciClusterViolation
    vmCount Double
    The number of VMs running on this cluster.
    accountMoid string
    The Account ID for this managed object.
    additionalProperties string
    alarmSummary GetHciClusterAlarmSummary
    ancestors GetHciClusterAncestor[]
    backplane GetHciClusterBackplane
    buildInfoBuildType string
    The software build type, such as \ release\ or \ debug\ build.
    buildInfoCommitId string
    The software commit id for this build image.
    buildInfoFullVersion string
    The longer form of software version. It usually includes the commit id.
    buildInfoShortCommitId string
    The short version of the software commit id for this build image.
    buildInfoVersion string
    The software version from the build.
    classId string
    clusterArch string
    The CPU architecture of the cluster server such as x86_64 and PPC64LE.
    clusterExtId string
    The unique identifier of the cluster.
    clusterFunctions string[]
    clusterSoftwareMaps GetHciClusterClusterSoftwareMap[]
    compliance GetHciClusterCompliance
    containerName string
    The name of the default container created as part of cluster creation.
    cpuCapacityHz number
    The CPU capacity in Hz of the cluster.
    cpuUsageHz number
    The CPU usage in Hz of the cluster.
    createTime string
    The time when this managed object was created.
    domainGroupMoid string
    The DomainGroup ID for this managed object.
    domainManager GetHciClusterDomainManager
    encryptionInTransitStatus boolean
    Indicate if encryption-in-transit is enabled or not.
    encryptionScopes string[]
    entitlement GetHciClusterEntitlement
    externalAddress GetHciClusterExternalAddress
    externalDataServiceIp GetHciClusterExternalDataServiceIp
    externalSubnet string
    The external subnet of the cluster.
    faultToleranceState GetHciClusterFaultToleranceState
    hypervisorTypes string[]
    id string
    incarnationid string
    Cluster incarnation Id, part of payload for cluster update operation only.
    inefficientVmCount number
    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.
    keyManagementServerType string
    The key management server type of the cluster.
    managementServer GetHciClusterManagementServer
    masqueradingIp GetHciClusterMasqueradingIp
    masqueradingPort number
    The masquerading port of the cluster.
    memoryCapacityBytes number
    The memory capacity in bytes of the cluster.
    memoryUsageBytes number
    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.
    nameServerIpLists GetHciClusterNameServerIpList[]
    nodes GetHciClusterNode[]
    ntpServerIpLists GetHciClusterNtpServerIpList[]
    numberOfNodes number
    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 GetHciClusterParent
    passwordRemoteLoginEnabled boolean
    Indicates whether the password ssh into the cluster is enabled or not.
    pcExtId string
    The unique identifier of the domain manager (Prism Central) instance which manages this cluster.
    permissionResources GetHciClusterPermissionResource[]
    pulseStatus GetHciClusterPulseStatus
    redundancyFactor number
    The redundancy factor of the cluster.
    registeredDevice GetHciClusterRegisteredDevice
    remoteSupport boolean
    The remote support status of the cluster.
    sharedScope 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.
    storageCapacityBytes number
    The storage capacity in bytes of the cluster.
    storageUsageBytes number
    The storage usage in bytes of the cluster.
    tags GetHciClusterTag[]
    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 GetHciClusterVersionContext
    violation GetHciClusterViolation
    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 GetHciClusterAlarmSummary
    ancestors Sequence[GetHciClusterAncestor]
    backplane GetHciClusterBackplane
    build_info_build_type str
    The software build type, such as \ release\ or \ debug\ build.
    build_info_commit_id str
    The software commit id for this build image.
    build_info_full_version str
    The longer form of software version. It usually includes the commit id.
    build_info_short_commit_id str
    The short version of the software commit id for this build image.
    build_info_version str
    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_id str
    The unique identifier of the cluster.
    cluster_functions Sequence[str]
    cluster_software_maps Sequence[GetHciClusterClusterSoftwareMap]
    compliance GetHciClusterCompliance
    container_name str
    The name of the default container created as part of cluster creation.
    cpu_capacity_hz float
    The CPU capacity in Hz of the cluster.
    cpu_usage_hz float
    The CPU usage in Hz of the cluster.
    create_time str
    The time when this managed object was created.
    domain_group_moid str
    The DomainGroup ID for this managed object.
    domain_manager GetHciClusterDomainManager
    encryption_in_transit_status bool
    Indicate if encryption-in-transit is enabled or not.
    encryption_scopes Sequence[str]
    entitlement GetHciClusterEntitlement
    external_address GetHciClusterExternalAddress
    external_data_service_ip GetHciClusterExternalDataServiceIp
    external_subnet str
    The external subnet of the cluster.
    fault_tolerance_state GetHciClusterFaultToleranceState
    hypervisor_types Sequence[str]
    id str
    incarnationid str
    Cluster incarnation Id, part of payload for cluster update operation only.
    inefficient_vm_count float
    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_server_type str
    The key management server type of the cluster.
    management_server GetHciClusterManagementServer
    masquerading_ip GetHciClusterMasqueradingIp
    masquerading_port float
    The masquerading port of the cluster.
    memory_capacity_bytes float
    The memory capacity in bytes of the cluster.
    memory_usage_bytes float
    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_ip_lists Sequence[GetHciClusterNameServerIpList]
    nodes Sequence[GetHciClusterNode]
    ntp_server_ip_lists Sequence[GetHciClusterNtpServerIpList]
    number_of_nodes float
    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 GetHciClusterParent
    password_remote_login_enabled bool
    Indicates whether the password ssh into the cluster is enabled or not.
    pc_ext_id str
    The unique identifier of the domain manager (Prism Central) instance which manages this cluster.
    permission_resources Sequence[GetHciClusterPermissionResource]
    pulse_status GetHciClusterPulseStatus
    redundancy_factor float
    The redundancy factor of the cluster.
    registered_device GetHciClusterRegisteredDevice
    remote_support bool
    The remote support status of the cluster.
    shared_scope 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_bytes float
    The storage capacity in bytes of the cluster.
    storage_usage_bytes float
    The storage usage in bytes of the cluster.
    tags Sequence[GetHciClusterTag]
    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 GetHciClusterVersionContext
    violation GetHciClusterViolation
    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
    buildInfoBuildType String
    The software build type, such as \ release\ or \ debug\ build.
    buildInfoCommitId String
    The software commit id for this build image.
    buildInfoFullVersion String
    The longer form of software version. It usually includes the commit id.
    buildInfoShortCommitId String
    The short version of the software commit id for this build image.
    buildInfoVersion String
    The software version from the build.
    classId String
    clusterArch String
    The CPU architecture of the cluster server such as x86_64 and PPC64LE.
    clusterExtId String
    The unique identifier of the cluster.
    clusterFunctions List<String>
    clusterSoftwareMaps List<Property Map>
    compliance Property Map
    containerName String
    The name of the default container created as part of cluster creation.
    cpuCapacityHz Number
    The CPU capacity in Hz of the cluster.
    cpuUsageHz Number
    The CPU usage in Hz of the cluster.
    createTime String
    The time when this managed object was created.
    domainGroupMoid String
    The DomainGroup ID for this managed object.
    domainManager Property Map
    encryptionInTransitStatus Boolean
    Indicate if encryption-in-transit is enabled or not.
    encryptionScopes List<String>
    entitlement Property Map
    externalAddress Property Map
    externalDataServiceIp Property Map
    externalSubnet String
    The external subnet of the cluster.
    faultToleranceState Property Map
    hypervisorTypes List<String>
    id String
    incarnationid String
    Cluster incarnation Id, part of payload for cluster update operation only.
    inefficientVmCount Number
    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.
    keyManagementServerType String
    The key management server type of the cluster.
    managementServer Property Map
    masqueradingIp Property Map
    masqueradingPort Number
    The masquerading port of the cluster.
    memoryCapacityBytes Number
    The memory capacity in bytes of the cluster.
    memoryUsageBytes Number
    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.
    nameServerIpLists List<Property Map>
    nodes List<Property Map>
    ntpServerIpLists List<Property Map>
    numberOfNodes Number
    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
    passwordRemoteLoginEnabled Boolean
    Indicates whether the password ssh into the cluster is enabled or not.
    pcExtId String
    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.
    sharedScope 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.
    storageCapacityBytes Number
    The storage capacity in bytes of the cluster.
    storageUsageBytes Number
    The storage usage in bytes of the cluster.
    tags 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<GetHciClusterResult>
    AccountMoid string
    AdditionalProperties string
    AlarmSummary GetHciClusterAlarmSummary
    Ancestors List<GetHciClusterAncestor>
    Backplane GetHciClusterBackplane
    BuildInfoBuildType string
    BuildInfoCommitId string
    BuildInfoFullVersion string
    BuildInfoShortCommitId string
    BuildInfoVersion string
    ClassId string
    ClusterArch string
    ClusterExtId string
    ClusterFunctions List<string>
    ClusterSoftwareMaps List<GetHciClusterClusterSoftwareMap>
    Compliance GetHciClusterCompliance
    ContainerName string
    CpuCapacityHz double
    CpuUsageHz double
    CreateTime string
    DomainGroupMoid string
    DomainManager GetHciClusterDomainManager
    EncryptionInTransitStatus bool
    EncryptionScopes List<string>
    Entitlement GetHciClusterEntitlement
    ExternalAddress GetHciClusterExternalAddress
    ExternalDataServiceIp GetHciClusterExternalDataServiceIp
    ExternalSubnet string
    FaultToleranceState GetHciClusterFaultToleranceState
    HypervisorTypes List<string>
    Incarnationid string
    InefficientVmCount double
    InternalSubnet string
    IsLts bool
    KeyManagementServerType string
    ManagementServer GetHciClusterManagementServer
    MasqueradingIp GetHciClusterMasqueradingIp
    MasqueradingPort double
    MemoryCapacityBytes double
    MemoryUsageBytes double
    ModTime string
    Moid string
    Name string
    NameServerIpLists List<GetHciClusterNameServerIpList>
    Nodes List<GetHciClusterNode>
    NtpServerIpLists List<GetHciClusterNtpServerIpList>
    NumberOfNodes double
    ObjectType string
    OperationMode string
    Owners List<string>
    Parent GetHciClusterParent
    PasswordRemoteLoginEnabled bool
    PcExtId string
    PermissionResources List<GetHciClusterPermissionResource>
    PulseStatus GetHciClusterPulseStatus
    RedundancyFactor double
    RegisteredDevice GetHciClusterRegisteredDevice
    RemoteSupport bool
    SharedScope string
    StorageCapacityBytes double
    StorageUsageBytes double
    Tags List<GetHciClusterTag>
    Timezone string
    UpgradeStatus string
    VersionContext GetHciClusterVersionContext
    Violation GetHciClusterViolation
    VmCount double
    Id string
    Results []GetHciClusterResult
    AccountMoid string
    AdditionalProperties string
    AlarmSummary GetHciClusterAlarmSummary
    Ancestors []GetHciClusterAncestor
    Backplane GetHciClusterBackplane
    BuildInfoBuildType string
    BuildInfoCommitId string
    BuildInfoFullVersion string
    BuildInfoShortCommitId string
    BuildInfoVersion string
    ClassId string
    ClusterArch string
    ClusterExtId string
    ClusterFunctions []string
    ClusterSoftwareMaps []GetHciClusterClusterSoftwareMap
    Compliance GetHciClusterCompliance
    ContainerName string
    CpuCapacityHz float64
    CpuUsageHz float64
    CreateTime string
    DomainGroupMoid string
    DomainManager GetHciClusterDomainManager
    EncryptionInTransitStatus bool
    EncryptionScopes []string
    Entitlement GetHciClusterEntitlement
    ExternalAddress GetHciClusterExternalAddress
    ExternalDataServiceIp GetHciClusterExternalDataServiceIp
    ExternalSubnet string
    FaultToleranceState GetHciClusterFaultToleranceState
    HypervisorTypes []string
    Incarnationid string
    InefficientVmCount float64
    InternalSubnet string
    IsLts bool
    KeyManagementServerType string
    ManagementServer GetHciClusterManagementServer
    MasqueradingIp GetHciClusterMasqueradingIp
    MasqueradingPort float64
    MemoryCapacityBytes float64
    MemoryUsageBytes float64
    ModTime string
    Moid string
    Name string
    NameServerIpLists []GetHciClusterNameServerIpList
    Nodes []GetHciClusterNode
    NtpServerIpLists []GetHciClusterNtpServerIpList
    NumberOfNodes float64
    ObjectType string
    OperationMode string
    Owners []string
    Parent GetHciClusterParent
    PasswordRemoteLoginEnabled bool
    PcExtId string
    PermissionResources []GetHciClusterPermissionResource
    PulseStatus GetHciClusterPulseStatus
    RedundancyFactor float64
    RegisteredDevice GetHciClusterRegisteredDevice
    RemoteSupport bool
    SharedScope string
    StorageCapacityBytes float64
    StorageUsageBytes float64
    Tags []GetHciClusterTag
    Timezone string
    UpgradeStatus string
    VersionContext GetHciClusterVersionContext
    Violation GetHciClusterViolation
    VmCount float64
    id String
    results List<GetHciClusterResult>
    accountMoid String
    additionalProperties String
    alarmSummary GetHciClusterAlarmSummary
    ancestors List<GetHciClusterAncestor>
    backplane GetHciClusterBackplane
    buildInfoBuildType String
    buildInfoCommitId String
    buildInfoFullVersion String
    buildInfoShortCommitId String
    buildInfoVersion String
    classId String
    clusterArch String
    clusterExtId String
    clusterFunctions List<String>
    clusterSoftwareMaps List<GetHciClusterClusterSoftwareMap>
    compliance GetHciClusterCompliance
    containerName String
    cpuCapacityHz Double
    cpuUsageHz Double
    createTime String
    domainGroupMoid String
    domainManager GetHciClusterDomainManager
    encryptionInTransitStatus Boolean
    encryptionScopes List<String>
    entitlement GetHciClusterEntitlement
    externalAddress GetHciClusterExternalAddress
    externalDataServiceIp GetHciClusterExternalDataServiceIp
    externalSubnet String
    faultToleranceState GetHciClusterFaultToleranceState
    hypervisorTypes List<String>
    incarnationid String
    inefficientVmCount Double
    internalSubnet String
    isLts Boolean
    keyManagementServerType String
    managementServer GetHciClusterManagementServer
    masqueradingIp GetHciClusterMasqueradingIp
    masqueradingPort Double
    memoryCapacityBytes Double
    memoryUsageBytes Double
    modTime String
    moid String
    name String
    nameServerIpLists List<GetHciClusterNameServerIpList>
    nodes List<GetHciClusterNode>
    ntpServerIpLists List<GetHciClusterNtpServerIpList>
    numberOfNodes Double
    objectType String
    operationMode String
    owners List<String>
    parent GetHciClusterParent
    passwordRemoteLoginEnabled Boolean
    pcExtId String
    permissionResources List<GetHciClusterPermissionResource>
    pulseStatus GetHciClusterPulseStatus
    redundancyFactor Double
    registeredDevice GetHciClusterRegisteredDevice
    remoteSupport Boolean
    sharedScope String
    storageCapacityBytes Double
    storageUsageBytes Double
    tags List<GetHciClusterTag>
    timezone String
    upgradeStatus String
    versionContext GetHciClusterVersionContext
    violation GetHciClusterViolation
    vmCount Double
    id string
    results GetHciClusterResult[]
    accountMoid string
    additionalProperties string
    alarmSummary GetHciClusterAlarmSummary
    ancestors GetHciClusterAncestor[]
    backplane GetHciClusterBackplane
    buildInfoBuildType string
    buildInfoCommitId string
    buildInfoFullVersion string
    buildInfoShortCommitId string
    buildInfoVersion string
    classId string
    clusterArch string
    clusterExtId string
    clusterFunctions string[]
    clusterSoftwareMaps GetHciClusterClusterSoftwareMap[]
    compliance GetHciClusterCompliance
    containerName string
    cpuCapacityHz number
    cpuUsageHz number
    createTime string
    domainGroupMoid string
    domainManager GetHciClusterDomainManager
    encryptionInTransitStatus boolean
    encryptionScopes string[]
    entitlement GetHciClusterEntitlement
    externalAddress GetHciClusterExternalAddress
    externalDataServiceIp GetHciClusterExternalDataServiceIp
    externalSubnet string
    faultToleranceState GetHciClusterFaultToleranceState
    hypervisorTypes string[]
    incarnationid string
    inefficientVmCount number
    internalSubnet string
    isLts boolean
    keyManagementServerType string
    managementServer GetHciClusterManagementServer
    masqueradingIp GetHciClusterMasqueradingIp
    masqueradingPort number
    memoryCapacityBytes number
    memoryUsageBytes number
    modTime string
    moid string
    name string
    nameServerIpLists GetHciClusterNameServerIpList[]
    nodes GetHciClusterNode[]
    ntpServerIpLists GetHciClusterNtpServerIpList[]
    numberOfNodes number
    objectType string
    operationMode string
    owners string[]
    parent GetHciClusterParent
    passwordRemoteLoginEnabled boolean
    pcExtId string
    permissionResources GetHciClusterPermissionResource[]
    pulseStatus GetHciClusterPulseStatus
    redundancyFactor number
    registeredDevice GetHciClusterRegisteredDevice
    remoteSupport boolean
    sharedScope string
    storageCapacityBytes number
    storageUsageBytes number
    tags GetHciClusterTag[]
    timezone string
    upgradeStatus string
    versionContext GetHciClusterVersionContext
    violation GetHciClusterViolation
    vmCount number
    id str
    results Sequence[GetHciClusterResult]
    account_moid str
    additional_properties str
    alarm_summary GetHciClusterAlarmSummary
    ancestors Sequence[GetHciClusterAncestor]
    backplane GetHciClusterBackplane
    build_info_build_type str
    build_info_commit_id str
    build_info_full_version str
    build_info_short_commit_id str
    build_info_version str
    class_id str
    cluster_arch str
    cluster_ext_id str
    cluster_functions Sequence[str]
    cluster_software_maps Sequence[GetHciClusterClusterSoftwareMap]
    compliance GetHciClusterCompliance
    container_name str
    cpu_capacity_hz float
    cpu_usage_hz float
    create_time str
    domain_group_moid str
    domain_manager GetHciClusterDomainManager
    encryption_in_transit_status bool
    encryption_scopes Sequence[str]
    entitlement GetHciClusterEntitlement
    external_address GetHciClusterExternalAddress
    external_data_service_ip GetHciClusterExternalDataServiceIp
    external_subnet str
    fault_tolerance_state GetHciClusterFaultToleranceState
    hypervisor_types Sequence[str]
    incarnationid str
    inefficient_vm_count float
    internal_subnet str
    is_lts bool
    key_management_server_type str
    management_server GetHciClusterManagementServer
    masquerading_ip GetHciClusterMasqueradingIp
    masquerading_port float
    memory_capacity_bytes float
    memory_usage_bytes float
    mod_time str
    moid str
    name str
    name_server_ip_lists Sequence[GetHciClusterNameServerIpList]
    nodes Sequence[GetHciClusterNode]
    ntp_server_ip_lists Sequence[GetHciClusterNtpServerIpList]
    number_of_nodes float
    object_type str
    operation_mode str
    owners Sequence[str]
    parent GetHciClusterParent
    password_remote_login_enabled bool
    pc_ext_id str
    permission_resources Sequence[GetHciClusterPermissionResource]
    pulse_status GetHciClusterPulseStatus
    redundancy_factor float
    registered_device GetHciClusterRegisteredDevice
    remote_support bool
    shared_scope str
    storage_capacity_bytes float
    storage_usage_bytes float
    tags Sequence[GetHciClusterTag]
    timezone str
    upgrade_status str
    version_context GetHciClusterVersionContext
    violation GetHciClusterViolation
    vm_count float
    id String
    results List<Property Map>
    accountMoid String
    additionalProperties String
    alarmSummary Property Map
    ancestors List<Property Map>
    backplane Property Map
    buildInfoBuildType String
    buildInfoCommitId String
    buildInfoFullVersion String
    buildInfoShortCommitId String
    buildInfoVersion String
    classId String
    clusterArch String
    clusterExtId String
    clusterFunctions List<String>
    clusterSoftwareMaps List<Property Map>
    compliance Property Map
    containerName String
    cpuCapacityHz Number
    cpuUsageHz Number
    createTime String
    domainGroupMoid String
    domainManager Property Map
    encryptionInTransitStatus Boolean
    encryptionScopes List<String>
    entitlement Property Map
    externalAddress Property Map
    externalDataServiceIp Property Map
    externalSubnet String
    faultToleranceState Property Map
    hypervisorTypes List<String>
    incarnationid String
    inefficientVmCount Number
    internalSubnet String
    isLts Boolean
    keyManagementServerType String
    managementServer Property Map
    masqueradingIp Property Map
    masqueradingPort Number
    memoryCapacityBytes Number
    memoryUsageBytes Number
    modTime String
    moid String
    name String
    nameServerIpLists List<Property Map>
    nodes List<Property Map>
    ntpServerIpLists List<Property Map>
    numberOfNodes Number
    objectType String
    operationMode String
    owners List<String>
    parent Property Map
    passwordRemoteLoginEnabled Boolean
    pcExtId String
    permissionResources List<Property Map>
    pulseStatus Property Map
    redundancyFactor Number
    registeredDevice Property Map
    remoteSupport Boolean
    sharedScope String
    storageCapacityBytes Number
    storageUsageBytes Number
    tags 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.

    1. If 'moid' is set this field is ignored.
    2. If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST 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.

    1. If 'moid' is set this field is ignored.
    2. If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST 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.

    1. If 'moid' is set this field is ignored.
    2. If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST 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.

    1. If 'moid' is set this field is ignored.
    2. If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST 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.

    1. If 'moid' is set this field is ignored.
    2. If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST 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.

    1. If 'moid' is set this field is ignored.
    2. If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST 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.
    IsSegmentationEnabled bool
    Is segmentation enabled on the backplane.
    Netmask GetHciClusterBackplaneNetmask
    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 GetHciClusterBackplaneSubnet
    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.
    IsSegmentationEnabled bool
    Is segmentation enabled on the backplane.
    Netmask GetHciClusterBackplaneNetmask
    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 GetHciClusterBackplaneSubnet
    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.
    isSegmentationEnabled Boolean
    Is segmentation enabled on the backplane.
    netmask GetHciClusterBackplaneNetmask
    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 GetHciClusterBackplaneSubnet
    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.
    isSegmentationEnabled boolean
    Is segmentation enabled on the backplane.
    netmask GetHciClusterBackplaneNetmask
    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 GetHciClusterBackplaneSubnet
    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_enabled bool
    Is segmentation enabled on the backplane.
    netmask GetHciClusterBackplaneNetmask
    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 GetHciClusterBackplaneSubnet
    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.
    isSegmentationEnabled Boolean
    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_length float
    The prefix length of the IPv4 address.
    ipv6_address str
    An IPv6 address in this IpAddress.
    ipv6_prefix_length float
    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_length float
    The prefix length of the IPv4 address.
    ipv6_address str
    An IPv6 address in this IpAddress.
    ipv6_prefix_length float
    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.

    1. If 'moid' is set this field is ignored.
    2. If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST 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.

    1. If 'moid' is set this field is ignored.
    2. If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST 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.

    1. If 'moid' is set this field is ignored.
    2. If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST 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.

    1. If 'moid' is set this field is ignored.
    2. If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST 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.

    1. If 'moid' is set this field is ignored.
    2. If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST 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.

    1. If 'moid' is set this field is ignored.
    2. If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST 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.

    1. If 'moid' is set this field is ignored.
    2. If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST 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.

    1. If 'moid' is set this field is ignored.
    2. If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST 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.

    1. If 'moid' is set this field is ignored.
    2. If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST 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.

    1. If 'moid' is set this field is ignored.
    2. If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST 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.

    1. If 'moid' is set this field is ignored.
    2. If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST 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.

    1. If 'moid' is set this field is ignored.
    2. If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST 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.

    1. If 'moid' is set this field is ignored.
    2. If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST 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.

    1. If 'moid' is set this field is ignored.
    2. If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST 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.

    1. If 'moid' is set this field is ignored.
    2. If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST 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.

    1. If 'moid' is set this field is ignored.
    2. If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST 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.

    1. If 'moid' is set this field is ignored.
    2. If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST 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.

    1. If 'moid' is set this field is ignored.
    2. If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST 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_length float
    The prefix length of the IPv4 address.
    ipv6_address str
    An IPv6 address in this IpAddress.
    ipv6_prefix_length float
    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_length float
    The prefix length of the IPv4 address.
    ipv6_address str
    An IPv6 address in this IpAddress.
    ipv6_prefix_length float
    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.
    CurrentMaxFaultTolerance double
    The maximum fault tolerance level that is supported currently.
    DesiredMaxFaultTolerance double
    The maximum fault tolerance level that is desired.
    DomainAwarenessLevel string
    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.
    CurrentMaxFaultTolerance float64
    The maximum fault tolerance level that is supported currently.
    DesiredMaxFaultTolerance float64
    The maximum fault tolerance level that is desired.
    DomainAwarenessLevel string
    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.
    currentMaxFaultTolerance Double
    The maximum fault tolerance level that is supported currently.
    desiredMaxFaultTolerance Double
    The maximum fault tolerance level that is desired.
    domainAwarenessLevel String
    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.
    currentMaxFaultTolerance number
    The maximum fault tolerance level that is supported currently.
    desiredMaxFaultTolerance number
    The maximum fault tolerance level that is desired.
    domainAwarenessLevel string
    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_fault_tolerance float
    The maximum fault tolerance level that is supported currently.
    desired_max_fault_tolerance float
    The maximum fault tolerance level that is desired.
    domain_awareness_level str
    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.
    currentMaxFaultTolerance Number
    The maximum fault tolerance level that is supported currently.
    desiredMaxFaultTolerance Number
    The maximum fault tolerance level that is desired.
    domainAwarenessLevel String
    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 GetHciClusterManagementServerIp
    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 GetHciClusterManagementServerIp
    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 GetHciClusterManagementServerIp
    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 GetHciClusterManagementServerIp
    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 GetHciClusterManagementServerIp
    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_length float
    The prefix length of the IPv4 address.
    ipv6_address str
    An IPv6 address in this IpAddress.
    ipv6_prefix_length float
    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_length float
    The prefix length of the IPv4 address.
    ipv6_address str
    An IPv6 address in this IpAddress.
    ipv6_prefix_length float
    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_length float
    The prefix length of the IPv4 address.
    ipv6_address str
    An IPv6 address in this IpAddress.
    ipv6_prefix_length float
    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.

    1. If 'moid' is set this field is ignored.
    2. If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST 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.

    1. If 'moid' is set this field is ignored.
    2. If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST 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.

    1. If 'moid' is set this field is ignored.
    2. If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST 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.

    1. If 'moid' is set this field is ignored.
    2. If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST 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.

    1. If 'moid' is set this field is ignored.
    2. If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST 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.

    1. If 'moid' is set this field is ignored.
    2. If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST 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_length float
    The prefix length of the IPv4 address.
    ipv6_address str
    An IPv6 address in this IpAddress.
    ipv6_prefix_length float
    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.

    1. If 'moid' is set this field is ignored.
    2. If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST 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.

    1. If 'moid' is set this field is ignored.
    2. If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST 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.

    1. If 'moid' is set this field is ignored.
    2. If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST 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.

    1. If 'moid' is set this field is ignored.
    2. If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST 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.

    1. If 'moid' is set this field is ignored.
    2. If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST 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.

    1. If 'moid' is set this field is ignored.
    2. If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST 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.

    1. If 'moid' is set this field is ignored.
    2. If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST 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.

    1. If 'moid' is set this field is ignored.
    2. If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST 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.

    1. If 'moid' is set this field is ignored.
    2. If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST 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.

    1. If 'moid' is set this field is ignored.
    2. If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST 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.

    1. If 'moid' is set this field is ignored.
    2. If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST 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.

    1. If 'moid' is set this field is ignored.
    2. If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST 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.
    PiiScrubbingLevel string
    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.
    PiiScrubbingLevel string
    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.
    piiScrubbingLevel String
    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.
    piiScrubbingLevel string
    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_level str
    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.
    piiScrubbingLevel String
    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.

    1. If 'moid' is set this field is ignored.
    2. If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST 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.

    1. If 'moid' is set this field is ignored.
    2. If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST 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.

    1. If 'moid' is set this field is ignored.
    2. If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST 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.

    1. If 'moid' is set this field is ignored.
    2. If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST 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.

    1. If 'moid' is set this field is ignored.
    2. If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST 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.

    1. If 'moid' is set this field is ignored.
    2. If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST 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<GetHciClusterResultAlarmSummary>
    Ancestors List<GetHciClusterResultAncestor>
    Backplanes List<GetHciClusterResultBackplane>
    BuildInfoBuildType string
    The software build type, such as \ release\ or \ debug\ build.
    BuildInfoCommitId string
    The software commit id for this build image.
    BuildInfoFullVersion string
    The longer form of software version. It usually includes the commit id.
    BuildInfoShortCommitId string
    The short version of the software commit id for this build image.
    BuildInfoVersion string
    The software version from the build.
    ClassId string
    ClusterArch string
    The CPU architecture of the cluster server such as x86_64 and PPC64LE.
    ClusterExtId string
    The unique identifier of the cluster.
    ClusterFunctions List<string>
    ClusterSoftwareMaps List<GetHciClusterResultClusterSoftwareMap>
    Compliances List<GetHciClusterResultCompliance>
    ContainerName string
    The name of the default container created as part of cluster creation.
    CpuCapacityHz double
    The CPU capacity in Hz of the cluster.
    CpuUsageHz double
    The CPU usage in Hz of the cluster.
    CreateTime string
    The time when this managed object was created.
    DomainGroupMoid string
    The DomainGroup ID for this managed object.
    DomainManagers List<GetHciClusterResultDomainManager>
    EncryptionInTransitStatus bool
    Indicate if encryption-in-transit is enabled or not.
    EncryptionScopes List<string>
    Entitlements List<GetHciClusterResultEntitlement>
    ExternalAddresses List<GetHciClusterResultExternalAddress>
    ExternalDataServiceIps List<GetHciClusterResultExternalDataServiceIp>
    ExternalSubnet string
    The external subnet of the cluster.
    FaultToleranceStates List<GetHciClusterResultFaultToleranceState>
    HypervisorTypes List<string>
    Incarnationid string
    Cluster incarnation Id, part of payload for cluster update operation only.
    InefficientVmCount double
    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.
    KeyManagementServerType string
    The key management server type of the cluster.
    ManagementServers List<GetHciClusterResultManagementServer>
    MasqueradingIps List<GetHciClusterResultMasqueradingIp>
    MasqueradingPort double
    The masquerading port of the cluster.
    MemoryCapacityBytes double
    The memory capacity in bytes of the cluster.
    MemoryUsageBytes double
    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.
    NameServerIpLists List<GetHciClusterResultNameServerIpList>
    Nodes List<GetHciClusterResultNode>
    NtpServerIpLists List<GetHciClusterResultNtpServerIpList>
    NumberOfNodes double
    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<GetHciClusterResultParent>
    PasswordRemoteLoginEnabled bool
    Indicates whether the password ssh into the cluster is enabled or not.
    PcExtId string
    The unique identifier of the domain manager (Prism Central) instance which manages this cluster.
    PermissionResources List<GetHciClusterResultPermissionResource>
    PulseStatuses List<GetHciClusterResultPulseStatus>
    RedundancyFactor double
    The redundancy factor of the cluster.
    RegisteredDevices List<GetHciClusterResultRegisteredDevice>
    RemoteSupport bool
    The remote support status of the cluster.
    SharedScope 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.
    StorageCapacityBytes double
    The storage capacity in bytes of the cluster.
    StorageUsageBytes double
    The storage usage in bytes of the cluster.
    Tags List<GetHciClusterResultTag>
    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<GetHciClusterResultVersionContext>
    Violations List<GetHciClusterResultViolation>
    VmCount double
    The number of VMs running on this cluster.
    AccountMoid string
    The Account ID for this managed object.
    AdditionalProperties string
    AlarmSummaries []GetHciClusterResultAlarmSummary
    Ancestors []GetHciClusterResultAncestor
    Backplanes []GetHciClusterResultBackplane
    BuildInfoBuildType string
    The software build type, such as \ release\ or \ debug\ build.
    BuildInfoCommitId string
    The software commit id for this build image.
    BuildInfoFullVersion string
    The longer form of software version. It usually includes the commit id.
    BuildInfoShortCommitId string
    The short version of the software commit id for this build image.
    BuildInfoVersion string
    The software version from the build.
    ClassId string
    ClusterArch string
    The CPU architecture of the cluster server such as x86_64 and PPC64LE.
    ClusterExtId string
    The unique identifier of the cluster.
    ClusterFunctions []string
    ClusterSoftwareMaps []GetHciClusterResultClusterSoftwareMap
    Compliances []GetHciClusterResultCompliance
    ContainerName string
    The name of the default container created as part of cluster creation.
    CpuCapacityHz float64
    The CPU capacity in Hz of the cluster.
    CpuUsageHz float64
    The CPU usage in Hz of the cluster.
    CreateTime string
    The time when this managed object was created.
    DomainGroupMoid string
    The DomainGroup ID for this managed object.
    DomainManagers []GetHciClusterResultDomainManager
    EncryptionInTransitStatus bool
    Indicate if encryption-in-transit is enabled or not.
    EncryptionScopes []string
    Entitlements []GetHciClusterResultEntitlement
    ExternalAddresses []GetHciClusterResultExternalAddress
    ExternalDataServiceIps []GetHciClusterResultExternalDataServiceIp
    ExternalSubnet string
    The external subnet of the cluster.
    FaultToleranceStates []GetHciClusterResultFaultToleranceState
    HypervisorTypes []string
    Incarnationid string
    Cluster incarnation Id, part of payload for cluster update operation only.
    InefficientVmCount float64
    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.
    KeyManagementServerType string
    The key management server type of the cluster.
    ManagementServers []GetHciClusterResultManagementServer
    MasqueradingIps []GetHciClusterResultMasqueradingIp
    MasqueradingPort float64
    The masquerading port of the cluster.
    MemoryCapacityBytes float64
    The memory capacity in bytes of the cluster.
    MemoryUsageBytes float64
    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.
    NameServerIpLists []GetHciClusterResultNameServerIpList
    Nodes []GetHciClusterResultNode
    NtpServerIpLists []GetHciClusterResultNtpServerIpList
    NumberOfNodes float64
    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 []GetHciClusterResultParent
    PasswordRemoteLoginEnabled bool
    Indicates whether the password ssh into the cluster is enabled or not.
    PcExtId string
    The unique identifier of the domain manager (Prism Central) instance which manages this cluster.
    PermissionResources []GetHciClusterResultPermissionResource
    PulseStatuses []GetHciClusterResultPulseStatus
    RedundancyFactor float64
    The redundancy factor of the cluster.
    RegisteredDevices []GetHciClusterResultRegisteredDevice
    RemoteSupport bool
    The remote support status of the cluster.
    SharedScope 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.
    StorageCapacityBytes float64
    The storage capacity in bytes of the cluster.
    StorageUsageBytes float64
    The storage usage in bytes of the cluster.
    Tags []GetHciClusterResultTag
    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 []GetHciClusterResultVersionContext
    Violations []GetHciClusterResultViolation
    VmCount float64
    The number of VMs running on this cluster.
    accountMoid String
    The Account ID for this managed object.
    additionalProperties String
    alarmSummaries List<GetHciClusterResultAlarmSummary>
    ancestors List<GetHciClusterResultAncestor>
    backplanes List<GetHciClusterResultBackplane>
    buildInfoBuildType String
    The software build type, such as \ release\ or \ debug\ build.
    buildInfoCommitId String
    The software commit id for this build image.
    buildInfoFullVersion String
    The longer form of software version. It usually includes the commit id.
    buildInfoShortCommitId String
    The short version of the software commit id for this build image.
    buildInfoVersion String
    The software version from the build.
    classId String
    clusterArch String
    The CPU architecture of the cluster server such as x86_64 and PPC64LE.
    clusterExtId String
    The unique identifier of the cluster.
    clusterFunctions List<String>
    clusterSoftwareMaps List<GetHciClusterResultClusterSoftwareMap>
    compliances List<GetHciClusterResultCompliance>
    containerName String
    The name of the default container created as part of cluster creation.
    cpuCapacityHz Double
    The CPU capacity in Hz of the cluster.
    cpuUsageHz Double
    The CPU usage in Hz of the cluster.
    createTime String
    The time when this managed object was created.
    domainGroupMoid String
    The DomainGroup ID for this managed object.
    domainManagers List<GetHciClusterResultDomainManager>
    encryptionInTransitStatus Boolean
    Indicate if encryption-in-transit is enabled or not.
    encryptionScopes List<String>
    entitlements List<GetHciClusterResultEntitlement>
    externalAddresses List<GetHciClusterResultExternalAddress>
    externalDataServiceIps List<GetHciClusterResultExternalDataServiceIp>
    externalSubnet String
    The external subnet of the cluster.
    faultToleranceStates List<GetHciClusterResultFaultToleranceState>
    hypervisorTypes List<String>
    incarnationid String
    Cluster incarnation Id, part of payload for cluster update operation only.
    inefficientVmCount Double
    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.
    keyManagementServerType String
    The key management server type of the cluster.
    managementServers List<GetHciClusterResultManagementServer>
    masqueradingIps List<GetHciClusterResultMasqueradingIp>
    masqueradingPort Double
    The masquerading port of the cluster.
    memoryCapacityBytes Double
    The memory capacity in bytes of the cluster.
    memoryUsageBytes Double
    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.
    nameServerIpLists List<GetHciClusterResultNameServerIpList>
    nodes List<GetHciClusterResultNode>
    ntpServerIpLists List<GetHciClusterResultNtpServerIpList>
    numberOfNodes Double
    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<GetHciClusterResultParent>
    passwordRemoteLoginEnabled Boolean
    Indicates whether the password ssh into the cluster is enabled or not.
    pcExtId String
    The unique identifier of the domain manager (Prism Central) instance which manages this cluster.
    permissionResources List<GetHciClusterResultPermissionResource>
    pulseStatuses List<GetHciClusterResultPulseStatus>
    redundancyFactor Double
    The redundancy factor of the cluster.
    registeredDevices List<GetHciClusterResultRegisteredDevice>
    remoteSupport Boolean
    The remote support status of the cluster.
    sharedScope 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.
    storageCapacityBytes Double
    The storage capacity in bytes of the cluster.
    storageUsageBytes Double
    The storage usage in bytes of the cluster.
    tags List<GetHciClusterResultTag>
    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<GetHciClusterResultVersionContext>
    violations List<GetHciClusterResultViolation>
    vmCount Double
    The number of VMs running on this cluster.
    accountMoid string
    The Account ID for this managed object.
    additionalProperties string
    alarmSummaries GetHciClusterResultAlarmSummary[]
    ancestors GetHciClusterResultAncestor[]
    backplanes GetHciClusterResultBackplane[]
    buildInfoBuildType string
    The software build type, such as \ release\ or \ debug\ build.
    buildInfoCommitId string
    The software commit id for this build image.
    buildInfoFullVersion string
    The longer form of software version. It usually includes the commit id.
    buildInfoShortCommitId string
    The short version of the software commit id for this build image.
    buildInfoVersion string
    The software version from the build.
    classId string
    clusterArch string
    The CPU architecture of the cluster server such as x86_64 and PPC64LE.
    clusterExtId string
    The unique identifier of the cluster.
    clusterFunctions string[]
    clusterSoftwareMaps GetHciClusterResultClusterSoftwareMap[]
    compliances GetHciClusterResultCompliance[]
    containerName string
    The name of the default container created as part of cluster creation.
    cpuCapacityHz number
    The CPU capacity in Hz of the cluster.
    cpuUsageHz number
    The CPU usage in Hz of the cluster.
    createTime string
    The time when this managed object was created.
    domainGroupMoid string
    The DomainGroup ID for this managed object.
    domainManagers GetHciClusterResultDomainManager[]
    encryptionInTransitStatus boolean
    Indicate if encryption-in-transit is enabled or not.
    encryptionScopes string[]
    entitlements GetHciClusterResultEntitlement[]
    externalAddresses GetHciClusterResultExternalAddress[]
    externalDataServiceIps GetHciClusterResultExternalDataServiceIp[]
    externalSubnet string
    The external subnet of the cluster.
    faultToleranceStates GetHciClusterResultFaultToleranceState[]
    hypervisorTypes string[]
    incarnationid string
    Cluster incarnation Id, part of payload for cluster update operation only.
    inefficientVmCount number
    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.
    keyManagementServerType string
    The key management server type of the cluster.
    managementServers GetHciClusterResultManagementServer[]
    masqueradingIps GetHciClusterResultMasqueradingIp[]
    masqueradingPort number
    The masquerading port of the cluster.
    memoryCapacityBytes number
    The memory capacity in bytes of the cluster.
    memoryUsageBytes number
    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.
    nameServerIpLists GetHciClusterResultNameServerIpList[]
    nodes GetHciClusterResultNode[]
    ntpServerIpLists GetHciClusterResultNtpServerIpList[]
    numberOfNodes number
    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 GetHciClusterResultParent[]
    passwordRemoteLoginEnabled boolean
    Indicates whether the password ssh into the cluster is enabled or not.
    pcExtId string
    The unique identifier of the domain manager (Prism Central) instance which manages this cluster.
    permissionResources GetHciClusterResultPermissionResource[]
    pulseStatuses GetHciClusterResultPulseStatus[]
    redundancyFactor number
    The redundancy factor of the cluster.
    registeredDevices GetHciClusterResultRegisteredDevice[]
    remoteSupport boolean
    The remote support status of the cluster.
    sharedScope 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.
    storageCapacityBytes number
    The storage capacity in bytes of the cluster.
    storageUsageBytes number
    The storage usage in bytes of the cluster.
    tags GetHciClusterResultTag[]
    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 GetHciClusterResultVersionContext[]
    violations GetHciClusterResultViolation[]
    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[GetHciClusterResultAlarmSummary]
    ancestors Sequence[GetHciClusterResultAncestor]
    backplanes Sequence[GetHciClusterResultBackplane]
    build_info_build_type str
    The software build type, such as \ release\ or \ debug\ build.
    build_info_commit_id str
    The software commit id for this build image.
    build_info_full_version str
    The longer form of software version. It usually includes the commit id.
    build_info_short_commit_id str
    The short version of the software commit id for this build image.
    build_info_version str
    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_id str
    The unique identifier of the cluster.
    cluster_functions Sequence[str]
    cluster_software_maps Sequence[GetHciClusterResultClusterSoftwareMap]
    compliances Sequence[GetHciClusterResultCompliance]
    container_name str
    The name of the default container created as part of cluster creation.
    cpu_capacity_hz float
    The CPU capacity in Hz of the cluster.
    cpu_usage_hz float
    The CPU usage in Hz of the cluster.
    create_time str
    The time when this managed object was created.
    domain_group_moid str
    The DomainGroup ID for this managed object.
    domain_managers Sequence[GetHciClusterResultDomainManager]
    encryption_in_transit_status bool
    Indicate if encryption-in-transit is enabled or not.
    encryption_scopes Sequence[str]
    entitlements Sequence[GetHciClusterResultEntitlement]
    external_addresses Sequence[GetHciClusterResultExternalAddress]
    external_data_service_ips Sequence[GetHciClusterResultExternalDataServiceIp]
    external_subnet str
    The external subnet of the cluster.
    fault_tolerance_states Sequence[GetHciClusterResultFaultToleranceState]
    hypervisor_types Sequence[str]
    incarnationid str
    Cluster incarnation Id, part of payload for cluster update operation only.
    inefficient_vm_count float
    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_server_type str
    The key management server type of the cluster.
    management_servers Sequence[GetHciClusterResultManagementServer]
    masquerading_ips Sequence[GetHciClusterResultMasqueradingIp]
    masquerading_port float
    The masquerading port of the cluster.
    memory_capacity_bytes float
    The memory capacity in bytes of the cluster.
    memory_usage_bytes float
    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_ip_lists Sequence[GetHciClusterResultNameServerIpList]
    nodes Sequence[GetHciClusterResultNode]
    ntp_server_ip_lists Sequence[GetHciClusterResultNtpServerIpList]
    number_of_nodes float
    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[GetHciClusterResultParent]
    password_remote_login_enabled bool
    Indicates whether the password ssh into the cluster is enabled or not.
    pc_ext_id str
    The unique identifier of the domain manager (Prism Central) instance which manages this cluster.
    permission_resources Sequence[GetHciClusterResultPermissionResource]
    pulse_statuses Sequence[GetHciClusterResultPulseStatus]
    redundancy_factor float
    The redundancy factor of the cluster.
    registered_devices Sequence[GetHciClusterResultRegisteredDevice]
    remote_support bool
    The remote support status of the cluster.
    shared_scope 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_bytes float
    The storage capacity in bytes of the cluster.
    storage_usage_bytes float
    The storage usage in bytes of the cluster.
    tags Sequence[GetHciClusterResultTag]
    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[GetHciClusterResultVersionContext]
    violations Sequence[GetHciClusterResultViolation]
    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>
    buildInfoBuildType String
    The software build type, such as \ release\ or \ debug\ build.
    buildInfoCommitId String
    The software commit id for this build image.
    buildInfoFullVersion String
    The longer form of software version. It usually includes the commit id.
    buildInfoShortCommitId String
    The short version of the software commit id for this build image.
    buildInfoVersion String
    The software version from the build.
    classId String
    clusterArch String
    The CPU architecture of the cluster server such as x86_64 and PPC64LE.
    clusterExtId String
    The unique identifier of the cluster.
    clusterFunctions List<String>
    clusterSoftwareMaps List<Property Map>
    compliances List<Property Map>
    containerName String
    The name of the default container created as part of cluster creation.
    cpuCapacityHz Number
    The CPU capacity in Hz of the cluster.
    cpuUsageHz Number
    The CPU usage in Hz of the cluster.
    createTime String
    The time when this managed object was created.
    domainGroupMoid String
    The DomainGroup ID for this managed object.
    domainManagers List<Property Map>
    encryptionInTransitStatus Boolean
    Indicate if encryption-in-transit is enabled or not.
    encryptionScopes List<String>
    entitlements List<Property Map>
    externalAddresses List<Property Map>
    externalDataServiceIps List<Property Map>
    externalSubnet String
    The external subnet of the cluster.
    faultToleranceStates List<Property Map>
    hypervisorTypes List<String>
    incarnationid String
    Cluster incarnation Id, part of payload for cluster update operation only.
    inefficientVmCount Number
    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.
    keyManagementServerType String
    The key management server type of the cluster.
    managementServers List<Property Map>
    masqueradingIps List<Property Map>
    masqueradingPort Number
    The masquerading port of the cluster.
    memoryCapacityBytes Number
    The memory capacity in bytes of the cluster.
    memoryUsageBytes Number
    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.
    nameServerIpLists List<Property Map>
    nodes List<Property Map>
    ntpServerIpLists List<Property Map>
    numberOfNodes Number
    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>
    passwordRemoteLoginEnabled Boolean
    Indicates whether the password ssh into the cluster is enabled or not.
    pcExtId String
    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.
    sharedScope 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.
    storageCapacityBytes Number
    The storage capacity in bytes of the cluster.
    storageUsageBytes Number
    The storage usage in bytes of the cluster.
    tags 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
    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

    GetHciClusterResultBackplaneNetmask

    GetHciClusterResultBackplaneSubnet

    GetHciClusterResultClusterSoftwareMap

    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

    GetHciClusterResultExternalDataServiceIp

    GetHciClusterResultFaultToleranceState

    GetHciClusterResultManagementServer

    GetHciClusterResultManagementServerIp

    GetHciClusterResultMasqueradingIp

    GetHciClusterResultNameServerIpList

    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

    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

    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
    additionalProperties String
    key String
    value String

    GetHciClusterResultVersionContext

    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<GetHciClusterVersionContextInterestedMo>
    MarkedForDeletion bool
    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 GetHciClusterVersionContextRefMo
    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 []GetHciClusterVersionContextInterestedMo
    MarkedForDeletion bool
    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 GetHciClusterVersionContextRefMo
    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<GetHciClusterVersionContextInterestedMo>
    markedForDeletion Boolean
    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 GetHciClusterVersionContextRefMo
    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 GetHciClusterVersionContextInterestedMo[]
    markedForDeletion boolean
    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 GetHciClusterVersionContextRefMo
    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[GetHciClusterVersionContextInterestedMo]
    marked_for_deletion bool
    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 GetHciClusterVersionContextRefMo
    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>
    markedForDeletion Boolean
    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.

    1. If 'moid' is set this field is ignored.
    2. If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST 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.

    1. If 'moid' is set this field is ignored.
    2. If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST 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.

    1. If 'moid' is set this field is ignored.
    2. If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST 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.

    1. If 'moid' is set this field is ignored.
    2. If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST 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.

    1. If 'moid' is set this field is ignored.
    2. If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST 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.

    1. If 'moid' is set this field is ignored.
    2. If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST 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.

    1. If 'moid' is set this field is ignored.
    2. If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST 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.

    1. If 'moid' is set this field is ignored.
    2. If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST 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.

    1. If 'moid' is set this field is ignored.
    2. If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST 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.

    1. If 'moid' is set this field is ignored.
    2. If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST 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.

    1. If 'moid' is set this field is ignored.
    2. If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST 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.

    1. If 'moid' is set this field is ignored.
    2. If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST 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.

    1. If 'moid' is set this field is ignored.
    2. If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST 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.

    1. If 'moid' is set this field is ignored.
    2. If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST 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.

    1. If 'moid' is set this field is ignored.
    2. If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST 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.

    1. If 'moid' is set this field is ignored.
    2. If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST 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.

    1. If 'moid' is set this field is ignored.
    2. If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST 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.

    1. If 'moid' is set this field is ignored.
    2. If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.

    Package Details

    Repository
    intersight ciscodevnet/terraform-provider-intersight
    License
    Notes
    This Pulumi package is based on the intersight Terraform Provider.
    intersight logo
    intersight 1.0.64 published on Wednesday, Apr 30, 2025 by ciscodevnet