intersight 1.0.64 published on Wednesday, Apr 30, 2025 by ciscodevnet
intersight.getHciCluster
Explore with Pulumi AI
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:
- Account
Moid string - The Account ID for this managed object.
- Additional
Properties string - Alarm
Summary GetHci Cluster Alarm Summary - Ancestors
List<Get
Hci Cluster Ancestor> - Backplane
Get
Hci Cluster Backplane - Build
Info stringBuild Type - The software build type, such as \ release\ or \ debug\ build.
- Build
Info stringCommit Id - The software commit id for this build image.
- Build
Info stringFull Version - The longer form of software version. It usually includes the commit id.
- Build
Info stringShort Commit Id - The short version of the software commit id for this build image.
- Build
Info stringVersion - The software version from the build.
- Class
Id string - Cluster
Arch string - The CPU architecture of the cluster server such as x86_64 and PPC64LE.
- Cluster
Ext stringId - The unique identifier of the cluster.
- Cluster
Functions List<string> - Cluster
Software List<GetMaps Hci Cluster Cluster Software Map> - Compliance
Get
Hci Cluster Compliance - Container
Name string - The name of the default container created as part of cluster creation.
- Cpu
Capacity doubleHz - The CPU capacity in Hz of the cluster.
- Cpu
Usage doubleHz - The CPU usage in Hz of the cluster.
- Create
Time string - The time when this managed object was created.
- Domain
Group stringMoid - The DomainGroup ID for this managed object.
- Domain
Manager GetHci Cluster Domain Manager - Encryption
In boolTransit Status - Indicate if encryption-in-transit is enabled or not.
- Encryption
Scopes List<string> - Entitlement
Get
Hci Cluster Entitlement - External
Address GetHci Cluster External Address - External
Data GetService Ip Hci Cluster External Data Service Ip - External
Subnet string - The external subnet of the cluster.
- Fault
Tolerance GetState Hci Cluster Fault Tolerance State - Hypervisor
Types List<string> - Id string
- Incarnationid string
- Cluster incarnation Id, part of payload for cluster update operation only.
- Inefficient
Vm doubleCount - The number of inefficient VMs in this cluster.
- Internal
Subnet string - 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 stringServer Type - The key management server type of the cluster.
- Management
Server GetHci Cluster Management Server - Masquerading
Ip GetHci Cluster Masquerading Ip - Masquerading
Port double - The masquerading port of the cluster.
- Memory
Capacity doubleBytes - The memory capacity in bytes of the cluster.
- Memory
Usage doubleBytes - The memory usage in bytes of the cluster.
- Mod
Time 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.
- Name
Server List<GetIp Lists Hci Cluster Name Server Ip List> - Nodes
List<Get
Hci Cluster Node> - Ntp
Server List<GetIp Lists Hci Cluster Ntp Server Ip List> - Number
Of doubleNodes - The number of nodes in the cluster.
- Object
Type string - Operation
Mode string - The operation mode of the cluster such as NORMAL, READ_ONLY, STAND_ALONE, SWITCH_TO_TWO_NODE, OVERRIDE.
- Owners List<string>
- Parent
Get
Hci Cluster Parent - Password
Remote boolLogin Enabled - Indicates whether the password ssh into the cluster is enabled or not.
- Pc
Ext stringId - The unique identifier of the domain manager (Prism Central) instance which manages this cluster.
- Permission
Resources List<GetHci Cluster Permission Resource> - Pulse
Status GetHci Cluster Pulse Status - Redundancy
Factor double - The redundancy factor of the cluster.
- Registered
Device GetHci Cluster Registered Device - Remote
Support bool - The remote support status of the cluster.
- string
- Intersight provides pre-built workflows, tasks and policies to end users through global catalogs.Objects that are made available through global catalogs are said to have a 'shared' ownership. Shared objects are either made globally available to all end users or restricted to end users based on their license entitlement. Users can use this property to differentiate the scope (global or a specific license tier) to which a shared MO belongs.
- Storage
Capacity doubleBytes - The storage capacity in bytes of the cluster.
- Storage
Usage doubleBytes - The storage usage in bytes of the cluster.
- List<Get
Hci Cluster Tag> - Timezone string
- The timezone of the cluster.
- Upgrade
Status 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.
- Version
Context GetHci Cluster Version Context - Violation
Get
Hci Cluster Violation - Vm
Count double - The number of VMs running on this cluster.
- Account
Moid string - The Account ID for this managed object.
- Additional
Properties string - Alarm
Summary GetHci Cluster Alarm Summary - Ancestors
[]Get
Hci Cluster Ancestor - Backplane
Get
Hci Cluster Backplane - Build
Info stringBuild Type - The software build type, such as \ release\ or \ debug\ build.
- Build
Info stringCommit Id - The software commit id for this build image.
- Build
Info stringFull Version - The longer form of software version. It usually includes the commit id.
- Build
Info stringShort Commit Id - The short version of the software commit id for this build image.
- Build
Info stringVersion - The software version from the build.
- Class
Id string - Cluster
Arch string - The CPU architecture of the cluster server such as x86_64 and PPC64LE.
- Cluster
Ext stringId - The unique identifier of the cluster.
- Cluster
Functions []string - Cluster
Software []GetMaps Hci Cluster Cluster Software Map - Compliance
Get
Hci Cluster Compliance - Container
Name string - The name of the default container created as part of cluster creation.
- Cpu
Capacity float64Hz - The CPU capacity in Hz of the cluster.
- Cpu
Usage float64Hz - The CPU usage in Hz of the cluster.
- Create
Time string - The time when this managed object was created.
- Domain
Group stringMoid - The DomainGroup ID for this managed object.
- Domain
Manager GetHci Cluster Domain Manager - Encryption
In boolTransit Status - Indicate if encryption-in-transit is enabled or not.
- Encryption
Scopes []string - Entitlement
Get
Hci Cluster Entitlement - External
Address GetHci Cluster External Address - External
Data GetService Ip Hci Cluster External Data Service Ip - External
Subnet string - The external subnet of the cluster.
- Fault
Tolerance GetState Hci Cluster Fault Tolerance State - Hypervisor
Types []string - Id string
- Incarnationid string
- Cluster incarnation Id, part of payload for cluster update operation only.
- Inefficient
Vm float64Count - The number of inefficient VMs in this cluster.
- Internal
Subnet string - 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 stringServer Type - The key management server type of the cluster.
- Management
Server GetHci Cluster Management Server - Masquerading
Ip GetHci Cluster Masquerading Ip - Masquerading
Port float64 - The masquerading port of the cluster.
- Memory
Capacity float64Bytes - The memory capacity in bytes of the cluster.
- Memory
Usage float64Bytes - The memory usage in bytes of the cluster.
- Mod
Time 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.
- Name
Server []GetIp Lists Hci Cluster Name Server Ip List - Nodes
[]Get
Hci Cluster Node - Ntp
Server []GetIp Lists Hci Cluster Ntp Server Ip List - Number
Of float64Nodes - The number of nodes in the cluster.
- Object
Type string - Operation
Mode string - The operation mode of the cluster such as NORMAL, READ_ONLY, STAND_ALONE, SWITCH_TO_TWO_NODE, OVERRIDE.
- Owners []string
- Parent
Get
Hci Cluster Parent - Password
Remote boolLogin Enabled - Indicates whether the password ssh into the cluster is enabled or not.
- Pc
Ext stringId - The unique identifier of the domain manager (Prism Central) instance which manages this cluster.
- Permission
Resources []GetHci Cluster Permission Resource - Pulse
Status GetHci Cluster Pulse Status - Redundancy
Factor float64 - The redundancy factor of the cluster.
- Registered
Device GetHci Cluster Registered Device - Remote
Support bool - The remote support status of the cluster.
- string
- Intersight provides pre-built workflows, tasks and policies to end users through global catalogs.Objects that are made available through global catalogs are said to have a 'shared' ownership. Shared objects are either made globally available to all end users or restricted to end users based on their license entitlement. Users can use this property to differentiate the scope (global or a specific license tier) to which a shared MO belongs.
- Storage
Capacity float64Bytes - The storage capacity in bytes of the cluster.
- Storage
Usage float64Bytes - The storage usage in bytes of the cluster.
- []Get
Hci Cluster Tag - Timezone string
- The timezone of the cluster.
- Upgrade
Status 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.
- Version
Context GetHci Cluster Version Context - Violation
Get
Hci Cluster Violation - Vm
Count float64 - The number of VMs running on this cluster.
- account
Moid String - The Account ID for this managed object.
- additional
Properties String - alarm
Summary GetHci Cluster Alarm Summary - ancestors
List<Get
Hci Cluster Ancestor> - backplane
Get
Hci Cluster Backplane - build
Info StringBuild Type - The software build type, such as \ release\ or \ debug\ build.
- build
Info StringCommit Id - The software commit id for this build image.
- build
Info StringFull Version - The longer form of software version. It usually includes the commit id.
- build
Info StringShort Commit Id - The short version of the software commit id for this build image.
- build
Info StringVersion - The software version from the build.
- class
Id String - cluster
Arch String - The CPU architecture of the cluster server such as x86_64 and PPC64LE.
- cluster
Ext StringId - The unique identifier of the cluster.
- cluster
Functions List<String> - cluster
Software List<GetMaps Hci Cluster Cluster Software Map> - compliance
Get
Hci Cluster Compliance - container
Name String - The name of the default container created as part of cluster creation.
- cpu
Capacity DoubleHz - The CPU capacity in Hz of the cluster.
- cpu
Usage DoubleHz - The CPU usage in Hz of the cluster.
- create
Time String - The time when this managed object was created.
- domain
Group StringMoid - The DomainGroup ID for this managed object.
- domain
Manager GetHci Cluster Domain Manager - encryption
In BooleanTransit Status - Indicate if encryption-in-transit is enabled or not.
- encryption
Scopes List<String> - entitlement
Get
Hci Cluster Entitlement - external
Address GetHci Cluster External Address - external
Data GetService Ip Hci Cluster External Data Service Ip - external
Subnet String - The external subnet of the cluster.
- fault
Tolerance GetState Hci Cluster Fault Tolerance State - hypervisor
Types List<String> - id String
- incarnationid String
- Cluster incarnation Id, part of payload for cluster update operation only.
- inefficient
Vm DoubleCount - The number of inefficient VMs in this cluster.
- internal
Subnet String - The internal subnet of the cluster.
- is
Lts Boolean - The LTS status indicates whether the release is categorized as Long-term or not.
- key
Management StringServer Type - The key management server type of the cluster.
- management
Server GetHci Cluster Management Server - masquerading
Ip GetHci Cluster Masquerading Ip - masquerading
Port Double - The masquerading port of the cluster.
- memory
Capacity DoubleBytes - The memory capacity in bytes of the cluster.
- memory
Usage DoubleBytes - The memory usage in bytes of the cluster.
- mod
Time 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.
- name
Server List<GetIp Lists Hci Cluster Name Server Ip List> - nodes
List<Get
Hci Cluster Node> - ntp
Server List<GetIp Lists Hci Cluster Ntp Server Ip List> - number
Of DoubleNodes - The number of nodes in the cluster.
- object
Type String - operation
Mode String - The operation mode of the cluster such as NORMAL, READ_ONLY, STAND_ALONE, SWITCH_TO_TWO_NODE, OVERRIDE.
- owners List<String>
- parent
Get
Hci Cluster Parent - password
Remote BooleanLogin Enabled - Indicates whether the password ssh into the cluster is enabled or not.
- pc
Ext StringId - The unique identifier of the domain manager (Prism Central) instance which manages this cluster.
- permission
Resources List<GetHci Cluster Permission Resource> - pulse
Status GetHci Cluster Pulse Status - redundancy
Factor Double - The redundancy factor of the cluster.
- registered
Device GetHci Cluster Registered Device - remote
Support Boolean - The remote support status of the cluster.
- String
- Intersight provides pre-built workflows, tasks and policies to end users through global catalogs.Objects that are made available through global catalogs are said to have a 'shared' ownership. Shared objects are either made globally available to all end users or restricted to end users based on their license entitlement. Users can use this property to differentiate the scope (global or a specific license tier) to which a shared MO belongs.
- storage
Capacity DoubleBytes - The storage capacity in bytes of the cluster.
- storage
Usage DoubleBytes - The storage usage in bytes of the cluster.
- List<Get
Hci Cluster Tag> - timezone String
- The timezone of the cluster.
- upgrade
Status 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.
- version
Context GetHci Cluster Version Context - violation
Get
Hci Cluster Violation - vm
Count Double - The number of VMs running on this cluster.
- account
Moid string - The Account ID for this managed object.
- additional
Properties string - alarm
Summary GetHci Cluster Alarm Summary - ancestors
Get
Hci Cluster Ancestor[] - backplane
Get
Hci Cluster Backplane - build
Info stringBuild Type - The software build type, such as \ release\ or \ debug\ build.
- build
Info stringCommit Id - The software commit id for this build image.
- build
Info stringFull Version - The longer form of software version. It usually includes the commit id.
- build
Info stringShort Commit Id - The short version of the software commit id for this build image.
- build
Info stringVersion - The software version from the build.
- class
Id string - cluster
Arch string - The CPU architecture of the cluster server such as x86_64 and PPC64LE.
- cluster
Ext stringId - The unique identifier of the cluster.
- cluster
Functions string[] - cluster
Software GetMaps Hci Cluster Cluster Software Map[] - compliance
Get
Hci Cluster Compliance - container
Name string - The name of the default container created as part of cluster creation.
- cpu
Capacity numberHz - The CPU capacity in Hz of the cluster.
- cpu
Usage numberHz - The CPU usage in Hz of the cluster.
- create
Time string - The time when this managed object was created.
- domain
Group stringMoid - The DomainGroup ID for this managed object.
- domain
Manager GetHci Cluster Domain Manager - encryption
In booleanTransit Status - Indicate if encryption-in-transit is enabled or not.
- encryption
Scopes string[] - entitlement
Get
Hci Cluster Entitlement - external
Address GetHci Cluster External Address - external
Data GetService Ip Hci Cluster External Data Service Ip - external
Subnet string - The external subnet of the cluster.
- fault
Tolerance GetState Hci Cluster Fault Tolerance State - hypervisor
Types string[] - id string
- incarnationid string
- Cluster incarnation Id, part of payload for cluster update operation only.
- inefficient
Vm numberCount - The number of inefficient VMs in this cluster.
- internal
Subnet string - The internal subnet of the cluster.
- is
Lts boolean - The LTS status indicates whether the release is categorized as Long-term or not.
- key
Management stringServer Type - The key management server type of the cluster.
- management
Server GetHci Cluster Management Server - masquerading
Ip GetHci Cluster Masquerading Ip - masquerading
Port number - The masquerading port of the cluster.
- memory
Capacity numberBytes - The memory capacity in bytes of the cluster.
- memory
Usage numberBytes - The memory usage in bytes of the cluster.
- mod
Time 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.
- name
Server GetIp Lists Hci Cluster Name Server Ip List[] - nodes
Get
Hci Cluster Node[] - ntp
Server GetIp Lists Hci Cluster Ntp Server Ip List[] - number
Of numberNodes - The number of nodes in the cluster.
- object
Type string - operation
Mode string - The operation mode of the cluster such as NORMAL, READ_ONLY, STAND_ALONE, SWITCH_TO_TWO_NODE, OVERRIDE.
- owners string[]
- parent
Get
Hci Cluster Parent - password
Remote booleanLogin Enabled - Indicates whether the password ssh into the cluster is enabled or not.
- pc
Ext stringId - The unique identifier of the domain manager (Prism Central) instance which manages this cluster.
- permission
Resources GetHci Cluster Permission Resource[] - pulse
Status GetHci Cluster Pulse Status - redundancy
Factor number - The redundancy factor of the cluster.
- registered
Device GetHci Cluster Registered Device - remote
Support boolean - The remote support status of the cluster.
- string
- Intersight provides pre-built workflows, tasks and policies to end users through global catalogs.Objects that are made available through global catalogs are said to have a 'shared' ownership. Shared objects are either made globally available to all end users or restricted to end users based on their license entitlement. Users can use this property to differentiate the scope (global or a specific license tier) to which a shared MO belongs.
- storage
Capacity numberBytes - The storage capacity in bytes of the cluster.
- storage
Usage numberBytes - The storage usage in bytes of the cluster.
- Get
Hci Cluster Tag[] - timezone string
- The timezone of the cluster.
- upgrade
Status 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.
- version
Context GetHci Cluster Version Context - violation
Get
Hci Cluster Violation - vm
Count number - The number of VMs running on this cluster.
- account_
moid str - The Account ID for this managed object.
- additional_
properties str - alarm_
summary GetHci Cluster Alarm Summary - ancestors
Sequence[Get
Hci Cluster Ancestor] - backplane
Get
Hci Cluster Backplane - build_
info_ strbuild_ type - The software build type, such as \ release\ or \ debug\ build.
- build_
info_ strcommit_ id - The software commit id for this build image.
- build_
info_ strfull_ version - The longer form of software version. It usually includes the commit id.
- build_
info_ strshort_ commit_ id - The short version of the software commit id for this build image.
- build_
info_ strversion - The software version from the build.
- class_
id str - cluster_
arch str - The CPU architecture of the cluster server such as x86_64 and PPC64LE.
- cluster_
ext_ strid - The unique identifier of the cluster.
- cluster_
functions Sequence[str] - cluster_
software_ Sequence[Getmaps Hci Cluster Cluster Software Map] - compliance
Get
Hci Cluster Compliance - container_
name str - The name of the default container created as part of cluster creation.
- cpu_
capacity_ floathz - The CPU capacity in Hz of the cluster.
- cpu_
usage_ floathz - The CPU usage in Hz of the cluster.
- create_
time str - The time when this managed object was created.
- domain_
group_ strmoid - The DomainGroup ID for this managed object.
- domain_
manager GetHci Cluster Domain Manager - encryption_
in_ booltransit_ status - Indicate if encryption-in-transit is enabled or not.
- encryption_
scopes Sequence[str] - entitlement
Get
Hci Cluster Entitlement - external_
address GetHci Cluster External Address - external_
data_ Getservice_ ip Hci Cluster External Data Service Ip - external_
subnet str - The external subnet of the cluster.
- fault_
tolerance_ Getstate Hci Cluster Fault Tolerance State - hypervisor_
types Sequence[str] - id str
- incarnationid str
- Cluster incarnation Id, part of payload for cluster update operation only.
- inefficient_
vm_ floatcount - The number of inefficient VMs in this cluster.
- internal_
subnet str - The internal subnet of the cluster.
- is_
lts bool - The LTS status indicates whether the release is categorized as Long-term or not.
- key_
management_ strserver_ type - The key management server type of the cluster.
- management_
server GetHci Cluster Management Server - masquerading_
ip GetHci Cluster Masquerading Ip - masquerading_
port float - The masquerading port of the cluster.
- memory_
capacity_ floatbytes - The memory capacity in bytes of the cluster.
- memory_
usage_ floatbytes - The memory usage in bytes of the cluster.
- mod_
time str - The time when this managed object was last modified.
- moid str
- The unique identifier of this Managed Object instance.
- name str
- The name of the reported cluster.
- name_
server_ Sequence[Getip_ lists Hci Cluster Name Server Ip List] - nodes
Sequence[Get
Hci Cluster Node] - ntp_
server_ Sequence[Getip_ lists Hci Cluster Ntp Server Ip List] - number_
of_ floatnodes - The number of nodes in the cluster.
- object_
type str - operation_
mode str - The operation mode of the cluster such as NORMAL, READ_ONLY, STAND_ALONE, SWITCH_TO_TWO_NODE, OVERRIDE.
- owners Sequence[str]
- parent
Get
Hci Cluster Parent - password_
remote_ boollogin_ enabled - Indicates whether the password ssh into the cluster is enabled or not.
- pc_
ext_ strid - The unique identifier of the domain manager (Prism Central) instance which manages this cluster.
- permission_
resources Sequence[GetHci Cluster Permission Resource] - pulse_
status GetHci Cluster Pulse Status - redundancy_
factor float - The redundancy factor of the cluster.
- registered_
device GetHci Cluster Registered Device - remote_
support bool - The remote support status of the cluster.
- str
- Intersight provides pre-built workflows, tasks and policies to end users through global catalogs.Objects that are made available through global catalogs are said to have a 'shared' ownership. Shared objects are either made globally available to all end users or restricted to end users based on their license entitlement. Users can use this property to differentiate the scope (global or a specific license tier) to which a shared MO belongs.
- storage_
capacity_ floatbytes - The storage capacity in bytes of the cluster.
- storage_
usage_ floatbytes - The storage usage in bytes of the cluster.
- Sequence[Get
Hci Cluster Tag] - timezone str
- The timezone of the cluster.
- upgrade_
status str - The upgrade status of a cluster includes the following known values: PENDING, DOWNLOADING, QUEUED, PREUPGRADE, UPGRADING, SUCCEEDED,FAILED, CANCELLED, and SCHEDULED.The upgrade status of a cluster.
- version_
context GetHci Cluster Version Context - violation
Get
Hci Cluster Violation - vm_
count float - The number of VMs running on this cluster.
- account
Moid String - The Account ID for this managed object.
- additional
Properties String - alarm
Summary Property Map - ancestors List<Property Map>
- backplane Property Map
- build
Info StringBuild Type - The software build type, such as \ release\ or \ debug\ build.
- build
Info StringCommit Id - The software commit id for this build image.
- build
Info StringFull Version - The longer form of software version. It usually includes the commit id.
- build
Info StringShort Commit Id - The short version of the software commit id for this build image.
- build
Info StringVersion - The software version from the build.
- class
Id String - cluster
Arch String - The CPU architecture of the cluster server such as x86_64 and PPC64LE.
- cluster
Ext StringId - The unique identifier of the cluster.
- cluster
Functions List<String> - cluster
Software List<Property Map>Maps - compliance Property Map
- container
Name String - The name of the default container created as part of cluster creation.
- cpu
Capacity NumberHz - The CPU capacity in Hz of the cluster.
- cpu
Usage NumberHz - The CPU usage in Hz of the cluster.
- create
Time String - The time when this managed object was created.
- domain
Group StringMoid - The DomainGroup ID for this managed object.
- domain
Manager Property Map - encryption
In BooleanTransit Status - Indicate if encryption-in-transit is enabled or not.
- encryption
Scopes List<String> - entitlement Property Map
- external
Address Property Map - external
Data Property MapService Ip - external
Subnet String - The external subnet of the cluster.
- fault
Tolerance Property MapState - hypervisor
Types List<String> - id String
- incarnationid String
- Cluster incarnation Id, part of payload for cluster update operation only.
- inefficient
Vm NumberCount - The number of inefficient VMs in this cluster.
- internal
Subnet String - The internal subnet of the cluster.
- is
Lts Boolean - The LTS status indicates whether the release is categorized as Long-term or not.
- key
Management StringServer Type - The key management server type of the cluster.
- management
Server Property Map - masquerading
Ip Property Map - masquerading
Port Number - The masquerading port of the cluster.
- memory
Capacity NumberBytes - The memory capacity in bytes of the cluster.
- memory
Usage NumberBytes - The memory usage in bytes of the cluster.
- mod
Time 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.
- name
Server List<Property Map>Ip Lists - nodes List<Property Map>
- ntp
Server List<Property Map>Ip Lists - number
Of NumberNodes - The number of nodes in the cluster.
- object
Type String - operation
Mode 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
- password
Remote BooleanLogin Enabled - Indicates whether the password ssh into the cluster is enabled or not.
- pc
Ext StringId - The unique identifier of the domain manager (Prism Central) instance which manages this cluster.
- permission
Resources List<Property Map> - pulse
Status Property Map - redundancy
Factor Number - The redundancy factor of the cluster.
- registered
Device Property Map - remote
Support Boolean - The remote support status of the cluster.
- String
- Intersight provides pre-built workflows, tasks and policies to end users through global catalogs.Objects that are made available through global catalogs are said to have a 'shared' ownership. Shared objects are either made globally available to all end users or restricted to end users based on their license entitlement. Users can use this property to differentiate the scope (global or a specific license tier) to which a shared MO belongs.
- storage
Capacity NumberBytes - The storage capacity in bytes of the cluster.
- storage
Usage NumberBytes - The storage usage in bytes of the cluster.
- List<Property Map>
- timezone String
- The timezone of the cluster.
- upgrade
Status 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.
- version
Context Property Map - violation Property Map
- vm
Count Number - The number of VMs running on this cluster.
getHciCluster Result
The following output properties are available:
- Id string
- Results
List<Get
Hci Cluster Result> - Account
Moid string - Additional
Properties string - Alarm
Summary GetHci Cluster Alarm Summary - Ancestors
List<Get
Hci Cluster Ancestor> - Backplane
Get
Hci Cluster Backplane - Build
Info stringBuild Type - Build
Info stringCommit Id - Build
Info stringFull Version - Build
Info stringShort Commit Id - Build
Info stringVersion - Class
Id string - Cluster
Arch string - Cluster
Ext stringId - Cluster
Functions List<string> - Cluster
Software List<GetMaps Hci Cluster Cluster Software Map> - Compliance
Get
Hci Cluster Compliance - Container
Name string - Cpu
Capacity doubleHz - Cpu
Usage doubleHz - Create
Time string - Domain
Group stringMoid - Domain
Manager GetHci Cluster Domain Manager - Encryption
In boolTransit Status - Encryption
Scopes List<string> - Entitlement
Get
Hci Cluster Entitlement - External
Address GetHci Cluster External Address - External
Data GetService Ip Hci Cluster External Data Service Ip - External
Subnet string - Fault
Tolerance GetState Hci Cluster Fault Tolerance State - Hypervisor
Types List<string> - Incarnationid string
- Inefficient
Vm doubleCount - Internal
Subnet string - Is
Lts bool - Key
Management stringServer Type - Management
Server GetHci Cluster Management Server - Masquerading
Ip GetHci Cluster Masquerading Ip - Masquerading
Port double - Memory
Capacity doubleBytes - Memory
Usage doubleBytes - Mod
Time string - Moid string
- Name string
- Name
Server List<GetIp Lists Hci Cluster Name Server Ip List> - Nodes
List<Get
Hci Cluster Node> - Ntp
Server List<GetIp Lists Hci Cluster Ntp Server Ip List> - Number
Of doubleNodes - Object
Type string - Operation
Mode string - Owners List<string>
- Parent
Get
Hci Cluster Parent - Password
Remote boolLogin Enabled - Pc
Ext stringId - Permission
Resources List<GetHci Cluster Permission Resource> - Pulse
Status GetHci Cluster Pulse Status - Redundancy
Factor double - Registered
Device GetHci Cluster Registered Device - Remote
Support bool - string
- Storage
Capacity doubleBytes - Storage
Usage doubleBytes - List<Get
Hci Cluster Tag> - Timezone string
- Upgrade
Status string - Version
Context GetHci Cluster Version Context - Violation
Get
Hci Cluster Violation - Vm
Count double
- Id string
- Results
[]Get
Hci Cluster Result - Account
Moid string - Additional
Properties string - Alarm
Summary GetHci Cluster Alarm Summary - Ancestors
[]Get
Hci Cluster Ancestor - Backplane
Get
Hci Cluster Backplane - Build
Info stringBuild Type - Build
Info stringCommit Id - Build
Info stringFull Version - Build
Info stringShort Commit Id - Build
Info stringVersion - Class
Id string - Cluster
Arch string - Cluster
Ext stringId - Cluster
Functions []string - Cluster
Software []GetMaps Hci Cluster Cluster Software Map - Compliance
Get
Hci Cluster Compliance - Container
Name string - Cpu
Capacity float64Hz - Cpu
Usage float64Hz - Create
Time string - Domain
Group stringMoid - Domain
Manager GetHci Cluster Domain Manager - Encryption
In boolTransit Status - Encryption
Scopes []string - Entitlement
Get
Hci Cluster Entitlement - External
Address GetHci Cluster External Address - External
Data GetService Ip Hci Cluster External Data Service Ip - External
Subnet string - Fault
Tolerance GetState Hci Cluster Fault Tolerance State - Hypervisor
Types []string - Incarnationid string
- Inefficient
Vm float64Count - Internal
Subnet string - Is
Lts bool - Key
Management stringServer Type - Management
Server GetHci Cluster Management Server - Masquerading
Ip GetHci Cluster Masquerading Ip - Masquerading
Port float64 - Memory
Capacity float64Bytes - Memory
Usage float64Bytes - Mod
Time string - Moid string
- Name string
- Name
Server []GetIp Lists Hci Cluster Name Server Ip List - Nodes
[]Get
Hci Cluster Node - Ntp
Server []GetIp Lists Hci Cluster Ntp Server Ip List - Number
Of float64Nodes - Object
Type string - Operation
Mode string - Owners []string
- Parent
Get
Hci Cluster Parent - Password
Remote boolLogin Enabled - Pc
Ext stringId - Permission
Resources []GetHci Cluster Permission Resource - Pulse
Status GetHci Cluster Pulse Status - Redundancy
Factor float64 - Registered
Device GetHci Cluster Registered Device - Remote
Support bool - string
- Storage
Capacity float64Bytes - Storage
Usage float64Bytes - []Get
Hci Cluster Tag - Timezone string
- Upgrade
Status string - Version
Context GetHci Cluster Version Context - Violation
Get
Hci Cluster Violation - Vm
Count float64
- id String
- results
List<Get
Hci Cluster Result> - account
Moid String - additional
Properties String - alarm
Summary GetHci Cluster Alarm Summary - ancestors
List<Get
Hci Cluster Ancestor> - backplane
Get
Hci Cluster Backplane - build
Info StringBuild Type - build
Info StringCommit Id - build
Info StringFull Version - build
Info StringShort Commit Id - build
Info StringVersion - class
Id String - cluster
Arch String - cluster
Ext StringId - cluster
Functions List<String> - cluster
Software List<GetMaps Hci Cluster Cluster Software Map> - compliance
Get
Hci Cluster Compliance - container
Name String - cpu
Capacity DoubleHz - cpu
Usage DoubleHz - create
Time String - domain
Group StringMoid - domain
Manager GetHci Cluster Domain Manager - encryption
In BooleanTransit Status - encryption
Scopes List<String> - entitlement
Get
Hci Cluster Entitlement - external
Address GetHci Cluster External Address - external
Data GetService Ip Hci Cluster External Data Service Ip - external
Subnet String - fault
Tolerance GetState Hci Cluster Fault Tolerance State - hypervisor
Types List<String> - incarnationid String
- inefficient
Vm DoubleCount - internal
Subnet String - is
Lts Boolean - key
Management StringServer Type - management
Server GetHci Cluster Management Server - masquerading
Ip GetHci Cluster Masquerading Ip - masquerading
Port Double - memory
Capacity DoubleBytes - memory
Usage DoubleBytes - mod
Time String - moid String
- name String
- name
Server List<GetIp Lists Hci Cluster Name Server Ip List> - nodes
List<Get
Hci Cluster Node> - ntp
Server List<GetIp Lists Hci Cluster Ntp Server Ip List> - number
Of DoubleNodes - object
Type String - operation
Mode String - owners List<String>
- parent
Get
Hci Cluster Parent - password
Remote BooleanLogin Enabled - pc
Ext StringId - permission
Resources List<GetHci Cluster Permission Resource> - pulse
Status GetHci Cluster Pulse Status - redundancy
Factor Double - registered
Device GetHci Cluster Registered Device - remote
Support Boolean - String
- storage
Capacity DoubleBytes - storage
Usage DoubleBytes - List<Get
Hci Cluster Tag> - timezone String
- upgrade
Status String - version
Context GetHci Cluster Version Context - violation
Get
Hci Cluster Violation - vm
Count Double
- id string
- results
Get
Hci Cluster Result[] - account
Moid string - additional
Properties string - alarm
Summary GetHci Cluster Alarm Summary - ancestors
Get
Hci Cluster Ancestor[] - backplane
Get
Hci Cluster Backplane - build
Info stringBuild Type - build
Info stringCommit Id - build
Info stringFull Version - build
Info stringShort Commit Id - build
Info stringVersion - class
Id string - cluster
Arch string - cluster
Ext stringId - cluster
Functions string[] - cluster
Software GetMaps Hci Cluster Cluster Software Map[] - compliance
Get
Hci Cluster Compliance - container
Name string - cpu
Capacity numberHz - cpu
Usage numberHz - create
Time string - domain
Group stringMoid - domain
Manager GetHci Cluster Domain Manager - encryption
In booleanTransit Status - encryption
Scopes string[] - entitlement
Get
Hci Cluster Entitlement - external
Address GetHci Cluster External Address - external
Data GetService Ip Hci Cluster External Data Service Ip - external
Subnet string - fault
Tolerance GetState Hci Cluster Fault Tolerance State - hypervisor
Types string[] - incarnationid string
- inefficient
Vm numberCount - internal
Subnet string - is
Lts boolean - key
Management stringServer Type - management
Server GetHci Cluster Management Server - masquerading
Ip GetHci Cluster Masquerading Ip - masquerading
Port number - memory
Capacity numberBytes - memory
Usage numberBytes - mod
Time string - moid string
- name string
- name
Server GetIp Lists Hci Cluster Name Server Ip List[] - nodes
Get
Hci Cluster Node[] - ntp
Server GetIp Lists Hci Cluster Ntp Server Ip List[] - number
Of numberNodes - object
Type string - operation
Mode string - owners string[]
- parent
Get
Hci Cluster Parent - password
Remote booleanLogin Enabled - pc
Ext stringId - permission
Resources GetHci Cluster Permission Resource[] - pulse
Status GetHci Cluster Pulse Status - redundancy
Factor number - registered
Device GetHci Cluster Registered Device - remote
Support boolean - string
- storage
Capacity numberBytes - storage
Usage numberBytes - Get
Hci Cluster Tag[] - timezone string
- upgrade
Status string - version
Context GetHci Cluster Version Context - violation
Get
Hci Cluster Violation - vm
Count number
- id str
- results
Sequence[Get
Hci Cluster Result] - account_
moid str - additional_
properties str - alarm_
summary GetHci Cluster Alarm Summary - ancestors
Sequence[Get
Hci Cluster Ancestor] - backplane
Get
Hci Cluster Backplane - build_
info_ strbuild_ type - build_
info_ strcommit_ id - build_
info_ strfull_ version - build_
info_ strshort_ commit_ id - build_
info_ strversion - class_
id str - cluster_
arch str - cluster_
ext_ strid - cluster_
functions Sequence[str] - cluster_
software_ Sequence[Getmaps Hci Cluster Cluster Software Map] - compliance
Get
Hci Cluster Compliance - container_
name str - cpu_
capacity_ floathz - cpu_
usage_ floathz - create_
time str - domain_
group_ strmoid - domain_
manager GetHci Cluster Domain Manager - encryption_
in_ booltransit_ status - encryption_
scopes Sequence[str] - entitlement
Get
Hci Cluster Entitlement - external_
address GetHci Cluster External Address - external_
data_ Getservice_ ip Hci Cluster External Data Service Ip - external_
subnet str - fault_
tolerance_ Getstate Hci Cluster Fault Tolerance State - hypervisor_
types Sequence[str] - incarnationid str
- inefficient_
vm_ floatcount - internal_
subnet str - is_
lts bool - key_
management_ strserver_ type - management_
server GetHci Cluster Management Server - masquerading_
ip GetHci Cluster Masquerading Ip - masquerading_
port float - memory_
capacity_ floatbytes - memory_
usage_ floatbytes - mod_
time str - moid str
- name str
- name_
server_ Sequence[Getip_ lists Hci Cluster Name Server Ip List] - nodes
Sequence[Get
Hci Cluster Node] - ntp_
server_ Sequence[Getip_ lists Hci Cluster Ntp Server Ip List] - number_
of_ floatnodes - object_
type str - operation_
mode str - owners Sequence[str]
- parent
Get
Hci Cluster Parent - password_
remote_ boollogin_ enabled - pc_
ext_ strid - permission_
resources Sequence[GetHci Cluster Permission Resource] - pulse_
status GetHci Cluster Pulse Status - redundancy_
factor float - registered_
device GetHci Cluster Registered Device - remote_
support bool - str
- storage_
capacity_ floatbytes - storage_
usage_ floatbytes - Sequence[Get
Hci Cluster Tag] - timezone str
- upgrade_
status str - version_
context GetHci Cluster Version Context - violation
Get
Hci Cluster Violation - vm_
count float
- id String
- results List<Property Map>
- account
Moid String - additional
Properties String - alarm
Summary Property Map - ancestors List<Property Map>
- backplane Property Map
- build
Info StringBuild Type - build
Info StringCommit Id - build
Info StringFull Version - build
Info StringShort Commit Id - build
Info StringVersion - class
Id String - cluster
Arch String - cluster
Ext StringId - cluster
Functions List<String> - cluster
Software List<Property Map>Maps - compliance Property Map
- container
Name String - cpu
Capacity NumberHz - cpu
Usage NumberHz - create
Time String - domain
Group StringMoid - domain
Manager Property Map - encryption
In BooleanTransit Status - encryption
Scopes List<String> - entitlement Property Map
- external
Address Property Map - external
Data Property MapService Ip - external
Subnet String - fault
Tolerance Property MapState - hypervisor
Types List<String> - incarnationid String
- inefficient
Vm NumberCount - internal
Subnet String - is
Lts Boolean - key
Management StringServer Type - management
Server Property Map - masquerading
Ip Property Map - masquerading
Port Number - memory
Capacity NumberBytes - memory
Usage NumberBytes - mod
Time String - moid String
- name String
- name
Server List<Property Map>Ip Lists - nodes List<Property Map>
- ntp
Server List<Property Map>Ip Lists - number
Of NumberNodes - object
Type String - operation
Mode String - owners List<String>
- parent Property Map
- password
Remote BooleanLogin Enabled - pc
Ext StringId - permission
Resources List<Property Map> - pulse
Status Property Map - redundancy
Factor Number - registered
Device Property Map - remote
Support Boolean - String
- storage
Capacity NumberBytes - storage
Usage NumberBytes - List<Property Map>
- timezone String
- upgrade
Status String - version
Context Property Map - violation Property Map
- vm
Count Number
Supporting Types
GetHciClusterAlarmSummary
- Additional
Properties string - Class
Id string - The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- 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.
- Object
Type 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.
- Additional
Properties string - Class
Id string - The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- 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.
- Object
Type 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.
- additional
Properties String - class
Id String - The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- 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.
- object
Type 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.
- additional
Properties string - class
Id string - The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- 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.
- object
Type 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.
- additional
Properties String - class
Id String - The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- 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.
- object
Type 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
- Additional
Properties string - Class
Id string - The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- Moid string
- The unique identifier of this Managed Object instance.
- Object
Type string - The fully-qualified name of the remote type referred by this relationship.
- Selector string
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.
- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
- Additional
Properties string - Class
Id string - The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- Moid string
- The unique identifier of this Managed Object instance.
- Object
Type string - The fully-qualified name of the remote type referred by this relationship.
- Selector string
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.
- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
- additional
Properties String - class
Id String - The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- moid String
- The unique identifier of this Managed Object instance.
- object
Type String - The fully-qualified name of the remote type referred by this relationship.
- selector String
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.
- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
- additional
Properties string - class
Id string - The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- moid string
- The unique identifier of this Managed Object instance.
- object
Type string - The fully-qualified name of the remote type referred by this relationship.
- selector string
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.
- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
- additional_
properties str - class_
id str - The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- moid str
- The unique identifier of this Managed Object instance.
- object_
type str - The fully-qualified name of the remote type referred by this relationship.
- selector str
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.
- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
- additional
Properties String - class
Id String - The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- moid String
- The unique identifier of this Managed Object instance.
- object
Type String - The fully-qualified name of the remote type referred by this relationship.
- selector String
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.
- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
GetHciClusterBackplane
- Additional
Properties string - Class
Id string - The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- Is
Segmentation boolEnabled - Is segmentation enabled on the backplane.
- Netmask
Get
Hci Cluster Backplane Netmask - The netmask of the network of this backplane.
- Object
Type string - The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
- Subnet
Get
Hci Cluster Backplane Subnet - The subnet of the network of this backplane.
- Vlan
Tag double - The vlan tag of this backplane.
- Additional
Properties string - Class
Id string - The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- Is
Segmentation boolEnabled - Is segmentation enabled on the backplane.
- Netmask
Get
Hci Cluster Backplane Netmask - The netmask of the network of this backplane.
- Object
Type string - The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
- Subnet
Get
Hci Cluster Backplane Subnet - The subnet of the network of this backplane.
- Vlan
Tag float64 - The vlan tag of this backplane.
- additional
Properties String - class
Id String - The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- is
Segmentation BooleanEnabled - Is segmentation enabled on the backplane.
- netmask
Get
Hci Cluster Backplane Netmask - The netmask of the network of this backplane.
- object
Type String - The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
- subnet
Get
Hci Cluster Backplane Subnet - The subnet of the network of this backplane.
- vlan
Tag Double - The vlan tag of this backplane.
- additional
Properties string - class
Id string - The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- is
Segmentation booleanEnabled - Is segmentation enabled on the backplane.
- netmask
Get
Hci Cluster Backplane Netmask - The netmask of the network of this backplane.
- object
Type string - The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
- subnet
Get
Hci Cluster Backplane Subnet - The subnet of the network of this backplane.
- vlan
Tag number - The vlan tag of this backplane.
- additional_
properties str - class_
id str - The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- is_
segmentation_ boolenabled - Is segmentation enabled on the backplane.
- netmask
Get
Hci Cluster Backplane Netmask - The netmask of the network of this backplane.
- object_
type str - The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
- subnet
Get
Hci Cluster Backplane Subnet - The subnet of the network of this backplane.
- vlan_
tag float - The vlan tag of this backplane.
- additional
Properties String - class
Id String - The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- is
Segmentation BooleanEnabled - Is segmentation enabled on the backplane.
- netmask Property Map
- The netmask of the network of this backplane.
- object
Type 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.
- vlan
Tag Number - The vlan tag of this backplane.
GetHciClusterBackplaneNetmask
- Additional
Properties string - Class
Id string - The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- Ipv4Address string
- An IPv4 address in this IpAddress.
- Ipv4Prefix
Length double - The prefix length of the IPv4 address.
- Ipv6Address string
- An IPv6 address in this IpAddress.
- Ipv6Prefix
Length double - The prefix length of the IPv6 address.
- Object
Type string - The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
- Additional
Properties string - Class
Id string - The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- Ipv4Address string
- An IPv4 address in this IpAddress.
- Ipv4Prefix
Length float64 - The prefix length of the IPv4 address.
- Ipv6Address string
- An IPv6 address in this IpAddress.
- Ipv6Prefix
Length float64 - The prefix length of the IPv6 address.
- Object
Type string - The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
- additional
Properties String - class
Id String - The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- ipv4Address String
- An IPv4 address in this IpAddress.
- ipv4Prefix
Length Double - The prefix length of the IPv4 address.
- ipv6Address String
- An IPv6 address in this IpAddress.
- ipv6Prefix
Length Double - The prefix length of the IPv6 address.
- object
Type String - The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
- additional
Properties string - class
Id string - The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- ipv4Address string
- An IPv4 address in this IpAddress.
- ipv4Prefix
Length number - The prefix length of the IPv4 address.
- ipv6Address string
- An IPv6 address in this IpAddress.
- ipv6Prefix
Length number - The prefix length of the IPv6 address.
- object
Type string - The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
- additional_
properties str - class_
id str - The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- ipv4_
address str - An IPv4 address in this IpAddress.
- ipv4_
prefix_ floatlength - The prefix length of the IPv4 address.
- ipv6_
address str - An IPv6 address in this IpAddress.
- ipv6_
prefix_ floatlength - The prefix length of the IPv6 address.
- object_
type str - The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
- additional
Properties String - class
Id String - The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- ipv4Address String
- An IPv4 address in this IpAddress.
- ipv4Prefix
Length Number - The prefix length of the IPv4 address.
- ipv6Address String
- An IPv6 address in this IpAddress.
- ipv6Prefix
Length Number - The prefix length of the IPv6 address.
- object
Type String - The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
GetHciClusterBackplaneSubnet
- Additional
Properties string - Class
Id string - The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- Ipv4Address string
- An IPv4 address in this IpAddress.
- Ipv4Prefix
Length double - The prefix length of the IPv4 address.
- Ipv6Address string
- An IPv6 address in this IpAddress.
- Ipv6Prefix
Length double - The prefix length of the IPv6 address.
- Object
Type string - The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
- Additional
Properties string - Class
Id string - The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- Ipv4Address string
- An IPv4 address in this IpAddress.
- Ipv4Prefix
Length float64 - The prefix length of the IPv4 address.
- Ipv6Address string
- An IPv6 address in this IpAddress.
- Ipv6Prefix
Length float64 - The prefix length of the IPv6 address.
- Object
Type string - The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
- additional
Properties String - class
Id String - The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- ipv4Address String
- An IPv4 address in this IpAddress.
- ipv4Prefix
Length Double - The prefix length of the IPv4 address.
- ipv6Address String
- An IPv6 address in this IpAddress.
- ipv6Prefix
Length Double - The prefix length of the IPv6 address.
- object
Type String - The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
- additional
Properties string - class
Id string - The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- ipv4Address string
- An IPv4 address in this IpAddress.
- ipv4Prefix
Length number - The prefix length of the IPv4 address.
- ipv6Address string
- An IPv6 address in this IpAddress.
- ipv6Prefix
Length number - The prefix length of the IPv6 address.
- object
Type string - The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
- additional_
properties str - class_
id str - The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- ipv4_
address str - An IPv4 address in this IpAddress.
- ipv4_
prefix_ floatlength - The prefix length of the IPv4 address.
- ipv6_
address str - An IPv6 address in this IpAddress.
- ipv6_
prefix_ floatlength - The prefix length of the IPv6 address.
- object_
type str - The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
- additional
Properties String - class
Id String - The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- ipv4Address String
- An IPv4 address in this IpAddress.
- ipv4Prefix
Length Number - The prefix length of the IPv4 address.
- ipv6Address String
- An IPv6 address in this IpAddress.
- ipv6Prefix
Length Number - The prefix length of the IPv6 address.
- object
Type String - The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
GetHciClusterClusterSoftwareMap
- Additional
Properties string - Class
Id string - The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- Nr
Version string - The version of the software.
- Object
Type string - The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
- Software
Type string - The type of the software.
- Additional
Properties string - Class
Id string - The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- Nr
Version string - The version of the software.
- Object
Type string - The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
- Software
Type string - The type of the software.
- additional
Properties String - class
Id String - The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- nr
Version String - The version of the software.
- object
Type String - The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
- software
Type String - The type of the software.
- additional
Properties string - class
Id string - The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- nr
Version string - The version of the software.
- object
Type string - The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
- software
Type 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.
- additional
Properties String - class
Id String - The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- nr
Version String - The version of the software.
- object
Type String - The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
- software
Type String - The type of the software.
GetHciClusterCompliance
- Additional
Properties string - Class
Id string - The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- Moid string
- The unique identifier of this Managed Object instance.
- Object
Type string - The fully-qualified name of the remote type referred by this relationship.
- Selector string
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.
- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
- Additional
Properties string - Class
Id string - The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- Moid string
- The unique identifier of this Managed Object instance.
- Object
Type string - The fully-qualified name of the remote type referred by this relationship.
- Selector string
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.
- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
- additional
Properties String - class
Id String - The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- moid String
- The unique identifier of this Managed Object instance.
- object
Type String - The fully-qualified name of the remote type referred by this relationship.
- selector String
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.
- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
- additional
Properties string - class
Id string - The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- moid string
- The unique identifier of this Managed Object instance.
- object
Type string - The fully-qualified name of the remote type referred by this relationship.
- selector string
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.
- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
- additional_
properties str - class_
id str - The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- moid str
- The unique identifier of this Managed Object instance.
- object_
type str - The fully-qualified name of the remote type referred by this relationship.
- selector str
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.
- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
- additional
Properties String - class
Id String - The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- moid String
- The unique identifier of this Managed Object instance.
- object
Type String - The fully-qualified name of the remote type referred by this relationship.
- selector String
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.
- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
GetHciClusterDomainManager
- Additional
Properties string - Class
Id string - The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- Moid string
- The unique identifier of this Managed Object instance.
- Object
Type string - The fully-qualified name of the remote type referred by this relationship.
- Selector string
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.
- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
- Additional
Properties string - Class
Id string - The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- Moid string
- The unique identifier of this Managed Object instance.
- Object
Type string - The fully-qualified name of the remote type referred by this relationship.
- Selector string
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.
- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
- additional
Properties String - class
Id String - The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- moid String
- The unique identifier of this Managed Object instance.
- object
Type String - The fully-qualified name of the remote type referred by this relationship.
- selector String
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.
- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
- additional
Properties string - class
Id string - The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- moid string
- The unique identifier of this Managed Object instance.
- object
Type string - The fully-qualified name of the remote type referred by this relationship.
- selector string
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.
- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
- additional_
properties str - class_
id str - The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- moid str
- The unique identifier of this Managed Object instance.
- object_
type str - The fully-qualified name of the remote type referred by this relationship.
- selector str
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.
- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
- additional
Properties String - class
Id String - The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- moid String
- The unique identifier of this Managed Object instance.
- object
Type String - The fully-qualified name of the remote type referred by this relationship.
- selector String
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.
- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
GetHciClusterEntitlement
- Additional
Properties string - Class
Id string - The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- Moid string
- The unique identifier of this Managed Object instance.
- Object
Type string - The fully-qualified name of the remote type referred by this relationship.
- Selector string
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.
- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
- Additional
Properties string - Class
Id string - The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- Moid string
- The unique identifier of this Managed Object instance.
- Object
Type string - The fully-qualified name of the remote type referred by this relationship.
- Selector string
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.
- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
- additional
Properties String - class
Id String - The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- moid String
- The unique identifier of this Managed Object instance.
- object
Type String - The fully-qualified name of the remote type referred by this relationship.
- selector String
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.
- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
- additional
Properties string - class
Id string - The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- moid string
- The unique identifier of this Managed Object instance.
- object
Type string - The fully-qualified name of the remote type referred by this relationship.
- selector string
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.
- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
- additional_
properties str - class_
id str - The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- moid str
- The unique identifier of this Managed Object instance.
- object_
type str - The fully-qualified name of the remote type referred by this relationship.
- selector str
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.
- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
- additional
Properties String - class
Id String - The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- moid String
- The unique identifier of this Managed Object instance.
- object
Type String - The fully-qualified name of the remote type referred by this relationship.
- selector String
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.
- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
GetHciClusterExternalAddress
- Additional
Properties string - Class
Id string - The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- Ipv4Address string
- An IPv4 address in this IpAddress.
- Ipv4Prefix
Length double - The prefix length of the IPv4 address.
- Ipv6Address string
- An IPv6 address in this IpAddress.
- Ipv6Prefix
Length double - The prefix length of the IPv6 address.
- Object
Type string - The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
- Additional
Properties string - Class
Id string - The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- Ipv4Address string
- An IPv4 address in this IpAddress.
- Ipv4Prefix
Length float64 - The prefix length of the IPv4 address.
- Ipv6Address string
- An IPv6 address in this IpAddress.
- Ipv6Prefix
Length float64 - The prefix length of the IPv6 address.
- Object
Type string - The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
- additional
Properties String - class
Id String - The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- ipv4Address String
- An IPv4 address in this IpAddress.
- ipv4Prefix
Length Double - The prefix length of the IPv4 address.
- ipv6Address String
- An IPv6 address in this IpAddress.
- ipv6Prefix
Length Double - The prefix length of the IPv6 address.
- object
Type String - The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
- additional
Properties string - class
Id string - The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- ipv4Address string
- An IPv4 address in this IpAddress.
- ipv4Prefix
Length number - The prefix length of the IPv4 address.
- ipv6Address string
- An IPv6 address in this IpAddress.
- ipv6Prefix
Length number - The prefix length of the IPv6 address.
- object
Type string - The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
- additional_
properties str - class_
id str - The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- ipv4_
address str - An IPv4 address in this IpAddress.
- ipv4_
prefix_ floatlength - The prefix length of the IPv4 address.
- ipv6_
address str - An IPv6 address in this IpAddress.
- ipv6_
prefix_ floatlength - The prefix length of the IPv6 address.
- object_
type str - The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
- additional
Properties String - class
Id String - The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- ipv4Address String
- An IPv4 address in this IpAddress.
- ipv4Prefix
Length Number - The prefix length of the IPv4 address.
- ipv6Address String
- An IPv6 address in this IpAddress.
- ipv6Prefix
Length Number - The prefix length of the IPv6 address.
- object
Type String - The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
GetHciClusterExternalDataServiceIp
- Additional
Properties string - Class
Id string - The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- Ipv4Address string
- An IPv4 address in this IpAddress.
- Ipv4Prefix
Length double - The prefix length of the IPv4 address.
- Ipv6Address string
- An IPv6 address in this IpAddress.
- Ipv6Prefix
Length double - The prefix length of the IPv6 address.
- Object
Type string - The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
- Additional
Properties string - Class
Id string - The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- Ipv4Address string
- An IPv4 address in this IpAddress.
- Ipv4Prefix
Length float64 - The prefix length of the IPv4 address.
- Ipv6Address string
- An IPv6 address in this IpAddress.
- Ipv6Prefix
Length float64 - The prefix length of the IPv6 address.
- Object
Type string - The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
- additional
Properties String - class
Id String - The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- ipv4Address String
- An IPv4 address in this IpAddress.
- ipv4Prefix
Length Double - The prefix length of the IPv4 address.
- ipv6Address String
- An IPv6 address in this IpAddress.
- ipv6Prefix
Length Double - The prefix length of the IPv6 address.
- object
Type String - The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
- additional
Properties string - class
Id string - The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- ipv4Address string
- An IPv4 address in this IpAddress.
- ipv4Prefix
Length number - The prefix length of the IPv4 address.
- ipv6Address string
- An IPv6 address in this IpAddress.
- ipv6Prefix
Length number - The prefix length of the IPv6 address.
- object
Type string - The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
- additional_
properties str - class_
id str - The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- ipv4_
address str - An IPv4 address in this IpAddress.
- ipv4_
prefix_ floatlength - The prefix length of the IPv4 address.
- ipv6_
address str - An IPv6 address in this IpAddress.
- ipv6_
prefix_ floatlength - The prefix length of the IPv6 address.
- object_
type str - The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
- additional
Properties String - class
Id String - The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- ipv4Address String
- An IPv4 address in this IpAddress.
- ipv4Prefix
Length Number - The prefix length of the IPv4 address.
- ipv6Address String
- An IPv6 address in this IpAddress.
- ipv6Prefix
Length Number - The prefix length of the IPv6 address.
- object
Type String - The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
GetHciClusterFaultToleranceState
- Additional
Properties string - Class
Id string - The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- Current
Max doubleFault Tolerance - The maximum fault tolerance level that is supported currently.
- Desired
Max doubleFault Tolerance - The maximum fault tolerance level that is desired.
- Domain
Awareness stringLevel - Domain awareness level corresponds to unit of cluster group. Part of payload for both cluster create & update operations.
- Object
Type string - The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
- Additional
Properties string - Class
Id string - The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- Current
Max float64Fault Tolerance - The maximum fault tolerance level that is supported currently.
- Desired
Max float64Fault Tolerance - The maximum fault tolerance level that is desired.
- Domain
Awareness stringLevel - Domain awareness level corresponds to unit of cluster group. Part of payload for both cluster create & update operations.
- Object
Type string - The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
- additional
Properties String - class
Id String - The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- current
Max DoubleFault Tolerance - The maximum fault tolerance level that is supported currently.
- desired
Max DoubleFault Tolerance - The maximum fault tolerance level that is desired.
- domain
Awareness StringLevel - Domain awareness level corresponds to unit of cluster group. Part of payload for both cluster create & update operations.
- object
Type String - The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
- additional
Properties string - class
Id string - The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- current
Max numberFault Tolerance - The maximum fault tolerance level that is supported currently.
- desired
Max numberFault Tolerance - The maximum fault tolerance level that is desired.
- domain
Awareness stringLevel - Domain awareness level corresponds to unit of cluster group. Part of payload for both cluster create & update operations.
- object
Type string - The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
- additional_
properties str - class_
id str - The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- current_
max_ floatfault_ tolerance - The maximum fault tolerance level that is supported currently.
- desired_
max_ floatfault_ tolerance - The maximum fault tolerance level that is desired.
- domain_
awareness_ strlevel - Domain awareness level corresponds to unit of cluster group. Part of payload for both cluster create & update operations.
- object_
type str - The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
- additional
Properties String - class
Id String - The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- current
Max NumberFault Tolerance - The maximum fault tolerance level that is supported currently.
- desired
Max NumberFault Tolerance - The maximum fault tolerance level that is desired.
- domain
Awareness StringLevel - Domain awareness level corresponds to unit of cluster group. Part of payload for both cluster create & update operations.
- object
Type String - The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
GetHciClusterManagementServer
- Additional
Properties string - Class
Id string - The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- Drs
Enabled bool - Is DRS enabled on the management server.
- In
Use bool - Indicates if the management server is in use.
- Ip
Get
Hci Cluster Management Server Ip - The IP address of the management server.
- Is
Registered bool - Is the management server registered.
- Object
Type 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 string - Class
Id string - The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- Drs
Enabled bool - Is DRS enabled on the management server.
- In
Use bool - Indicates if the management server is in use.
- Ip
Get
Hci Cluster Management Server Ip - The IP address of the management server.
- Is
Registered bool - Is the management server registered.
- Object
Type 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 String - class
Id String - The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- drs
Enabled Boolean - Is DRS enabled on the management server.
- in
Use Boolean - Indicates if the management server is in use.
- ip
Get
Hci Cluster Management Server Ip - The IP address of the management server.
- is
Registered Boolean - Is the management server registered.
- object
Type 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 string - class
Id string - The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- drs
Enabled boolean - Is DRS enabled on the management server.
- in
Use boolean - Indicates if the management server is in use.
- ip
Get
Hci Cluster Management Server Ip - The IP address of the management server.
- is
Registered boolean - Is the management server registered.
- object
Type 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
Get
Hci Cluster Management Server Ip - The IP address of the management server.
- is_
registered bool - Is the management server registered.
- object_
type str - The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
- type str
- The fully qualified domain name of the management server.
- additional
Properties String - class
Id String - The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- drs
Enabled Boolean - Is DRS enabled on the management server.
- in
Use Boolean - Indicates if the management server is in use.
- ip Property Map
- The IP address of the management server.
- is
Registered Boolean - Is the management server registered.
- object
Type 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
- Additional
Properties string - Class
Id string - The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- Ipv4Address string
- An IPv4 address in this IpAddress.
- Ipv4Prefix
Length double - The prefix length of the IPv4 address.
- Ipv6Address string
- An IPv6 address in this IpAddress.
- Ipv6Prefix
Length double - The prefix length of the IPv6 address.
- Object
Type string - The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
- Additional
Properties string - Class
Id string - The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- Ipv4Address string
- An IPv4 address in this IpAddress.
- Ipv4Prefix
Length float64 - The prefix length of the IPv4 address.
- Ipv6Address string
- An IPv6 address in this IpAddress.
- Ipv6Prefix
Length float64 - The prefix length of the IPv6 address.
- Object
Type string - The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
- additional
Properties String - class
Id String - The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- ipv4Address String
- An IPv4 address in this IpAddress.
- ipv4Prefix
Length Double - The prefix length of the IPv4 address.
- ipv6Address String
- An IPv6 address in this IpAddress.
- ipv6Prefix
Length Double - The prefix length of the IPv6 address.
- object
Type String - The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
- additional
Properties string - class
Id string - The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- ipv4Address string
- An IPv4 address in this IpAddress.
- ipv4Prefix
Length number - The prefix length of the IPv4 address.
- ipv6Address string
- An IPv6 address in this IpAddress.
- ipv6Prefix
Length number - The prefix length of the IPv6 address.
- object
Type string - The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
- additional_
properties str - class_
id str - The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- ipv4_
address str - An IPv4 address in this IpAddress.
- ipv4_
prefix_ floatlength - The prefix length of the IPv4 address.
- ipv6_
address str - An IPv6 address in this IpAddress.
- ipv6_
prefix_ floatlength - The prefix length of the IPv6 address.
- object_
type str - The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
- additional
Properties String - class
Id String - The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- ipv4Address String
- An IPv4 address in this IpAddress.
- ipv4Prefix
Length Number - The prefix length of the IPv4 address.
- ipv6Address String
- An IPv6 address in this IpAddress.
- ipv6Prefix
Length Number - The prefix length of the IPv6 address.
- object
Type String - The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
GetHciClusterMasqueradingIp
- Additional
Properties string - Class
Id string - The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- Ipv4Address string
- An IPv4 address in this IpAddress.
- Ipv4Prefix
Length double - The prefix length of the IPv4 address.
- Ipv6Address string
- An IPv6 address in this IpAddress.
- Ipv6Prefix
Length double - The prefix length of the IPv6 address.
- Object
Type string - The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
- Additional
Properties string - Class
Id string - The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- Ipv4Address string
- An IPv4 address in this IpAddress.
- Ipv4Prefix
Length float64 - The prefix length of the IPv4 address.
- Ipv6Address string
- An IPv6 address in this IpAddress.
- Ipv6Prefix
Length float64 - The prefix length of the IPv6 address.
- Object
Type string - The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
- additional
Properties String - class
Id String - The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- ipv4Address String
- An IPv4 address in this IpAddress.
- ipv4Prefix
Length Double - The prefix length of the IPv4 address.
- ipv6Address String
- An IPv6 address in this IpAddress.
- ipv6Prefix
Length Double - The prefix length of the IPv6 address.
- object
Type String - The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
- additional
Properties string - class
Id string - The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- ipv4Address string
- An IPv4 address in this IpAddress.
- ipv4Prefix
Length number - The prefix length of the IPv4 address.
- ipv6Address string
- An IPv6 address in this IpAddress.
- ipv6Prefix
Length number - The prefix length of the IPv6 address.
- object
Type string - The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
- additional_
properties str - class_
id str - The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- ipv4_
address str - An IPv4 address in this IpAddress.
- ipv4_
prefix_ floatlength - The prefix length of the IPv4 address.
- ipv6_
address str - An IPv6 address in this IpAddress.
- ipv6_
prefix_ floatlength - The prefix length of the IPv6 address.
- object_
type str - The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
- additional
Properties String - class
Id String - The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- ipv4Address String
- An IPv4 address in this IpAddress.
- ipv4Prefix
Length Number - The prefix length of the IPv4 address.
- ipv6Address String
- An IPv6 address in this IpAddress.
- ipv6Prefix
Length Number - The prefix length of the IPv6 address.
- object
Type String - The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
GetHciClusterNameServerIpList
- Additional
Properties string - Class
Id string - The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- Fqdn string
- The fully qualified domain name.
- Ipv4Address string
- An IPv4 address in this IpAddress.
- Ipv4Prefix
Length double - The prefix length of the IPv4 address.
- Ipv6Address string
- An IPv6 address in this IpAddress.
- Ipv6Prefix
Length double - The prefix length of the IPv6 address.
- Object
Type string - The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
- Additional
Properties string - Class
Id string - The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- Fqdn string
- The fully qualified domain name.
- Ipv4Address string
- An IPv4 address in this IpAddress.
- Ipv4Prefix
Length float64 - The prefix length of the IPv4 address.
- Ipv6Address string
- An IPv6 address in this IpAddress.
- Ipv6Prefix
Length float64 - The prefix length of the IPv6 address.
- Object
Type string - The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
- additional
Properties String - class
Id String - The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- fqdn String
- The fully qualified domain name.
- ipv4Address String
- An IPv4 address in this IpAddress.
- ipv4Prefix
Length Double - The prefix length of the IPv4 address.
- ipv6Address String
- An IPv6 address in this IpAddress.
- ipv6Prefix
Length Double - The prefix length of the IPv6 address.
- object
Type String - The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
- additional
Properties string - class
Id string - The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- fqdn string
- The fully qualified domain name.
- ipv4Address string
- An IPv4 address in this IpAddress.
- ipv4Prefix
Length number - The prefix length of the IPv4 address.
- ipv6Address string
- An IPv6 address in this IpAddress.
- ipv6Prefix
Length number - The prefix length of the IPv6 address.
- object
Type string - The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
- additional_
properties str - class_
id str - The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- fqdn str
- The fully qualified domain name.
- ipv4_
address str - An IPv4 address in this IpAddress.
- ipv4_
prefix_ floatlength - The prefix length of the IPv4 address.
- ipv6_
address str - An IPv6 address in this IpAddress.
- ipv6_
prefix_ floatlength - The prefix length of the IPv6 address.
- object_
type str - The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
- additional
Properties String - class
Id String - The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- fqdn String
- The fully qualified domain name.
- ipv4Address String
- An IPv4 address in this IpAddress.
- ipv4Prefix
Length Number - The prefix length of the IPv4 address.
- ipv6Address String
- An IPv6 address in this IpAddress.
- ipv6Prefix
Length Number - The prefix length of the IPv6 address.
- object
Type String - The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
GetHciClusterNode
- Additional
Properties string - Class
Id string - The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- Moid string
- The unique identifier of this Managed Object instance.
- Object
Type string - The fully-qualified name of the remote type referred by this relationship.
- Selector string
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.
- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
- Additional
Properties string - Class
Id string - The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- Moid string
- The unique identifier of this Managed Object instance.
- Object
Type string - The fully-qualified name of the remote type referred by this relationship.
- Selector string
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.
- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
- additional
Properties String - class
Id String - The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- moid String
- The unique identifier of this Managed Object instance.
- object
Type String - The fully-qualified name of the remote type referred by this relationship.
- selector String
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.
- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
- additional
Properties string - class
Id string - The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- moid string
- The unique identifier of this Managed Object instance.
- object
Type string - The fully-qualified name of the remote type referred by this relationship.
- selector string
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.
- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
- additional_
properties str - class_
id str - The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- moid str
- The unique identifier of this Managed Object instance.
- object_
type str - The fully-qualified name of the remote type referred by this relationship.
- selector str
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.
- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
- additional
Properties String - class
Id String - The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- moid String
- The unique identifier of this Managed Object instance.
- object
Type String - The fully-qualified name of the remote type referred by this relationship.
- selector String
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.
- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
GetHciClusterNtpServerIpList
- Additional
Properties string - Class
Id string - The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- Fqdn string
- The fully qualified domain name.
- Ipv4Address string
- An IPv4 address in this IpAddress.
- Ipv4Prefix
Length double - The prefix length of the IPv4 address.
- Ipv6Address string
- An IPv6 address in this IpAddress.
- Ipv6Prefix
Length double - The prefix length of the IPv6 address.
- Object
Type string - The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
- Additional
Properties string - Class
Id string - The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- Fqdn string
- The fully qualified domain name.
- Ipv4Address string
- An IPv4 address in this IpAddress.
- Ipv4Prefix
Length float64 - The prefix length of the IPv4 address.
- Ipv6Address string
- An IPv6 address in this IpAddress.
- Ipv6Prefix
Length float64 - The prefix length of the IPv6 address.
- Object
Type string - The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
- additional
Properties String - class
Id String - The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- fqdn String
- The fully qualified domain name.
- ipv4Address String
- An IPv4 address in this IpAddress.
- ipv4Prefix
Length Double - The prefix length of the IPv4 address.
- ipv6Address String
- An IPv6 address in this IpAddress.
- ipv6Prefix
Length Double - The prefix length of the IPv6 address.
- object
Type String - The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
- additional
Properties string - class
Id string - The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- fqdn string
- The fully qualified domain name.
- ipv4Address string
- An IPv4 address in this IpAddress.
- ipv4Prefix
Length number - The prefix length of the IPv4 address.
- ipv6Address string
- An IPv6 address in this IpAddress.
- ipv6Prefix
Length number - The prefix length of the IPv6 address.
- object
Type string - The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
- additional_
properties str - class_
id str - The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- fqdn str
- The fully qualified domain name.
- ipv4_
address str - An IPv4 address in this IpAddress.
- ipv4_
prefix_ floatlength - The prefix length of the IPv4 address.
- ipv6_
address str - An IPv6 address in this IpAddress.
- ipv6_
prefix_ floatlength - The prefix length of the IPv6 address.
- object_
type str - The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
- additional
Properties String - class
Id String - The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- fqdn String
- The fully qualified domain name.
- ipv4Address String
- An IPv4 address in this IpAddress.
- ipv4Prefix
Length Number - The prefix length of the IPv4 address.
- ipv6Address String
- An IPv6 address in this IpAddress.
- ipv6Prefix
Length Number - The prefix length of the IPv6 address.
- object
Type String - The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
GetHciClusterParent
- Additional
Properties string - Class
Id string - The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- Moid string
- The unique identifier of this Managed Object instance.
- Object
Type string - The fully-qualified name of the remote type referred by this relationship.
- Selector string
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.
- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
- Additional
Properties string - Class
Id string - The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- Moid string
- The unique identifier of this Managed Object instance.
- Object
Type string - The fully-qualified name of the remote type referred by this relationship.
- Selector string
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.
- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
- additional
Properties String - class
Id String - The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- moid String
- The unique identifier of this Managed Object instance.
- object
Type String - The fully-qualified name of the remote type referred by this relationship.
- selector String
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.
- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
- additional
Properties string - class
Id string - The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- moid string
- The unique identifier of this Managed Object instance.
- object
Type string - The fully-qualified name of the remote type referred by this relationship.
- selector string
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.
- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
- additional_
properties str - class_
id str - The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- moid str
- The unique identifier of this Managed Object instance.
- object_
type str - The fully-qualified name of the remote type referred by this relationship.
- selector str
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.
- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
- additional
Properties String - class
Id String - The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- moid String
- The unique identifier of this Managed Object instance.
- object
Type String - The fully-qualified name of the remote type referred by this relationship.
- selector String
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.
- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
GetHciClusterPermissionResource
- Additional
Properties string - Class
Id string - The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- Moid string
- The unique identifier of this Managed Object instance.
- Object
Type string - The fully-qualified name of the remote type referred by this relationship.
- Selector string
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.
- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
- Additional
Properties string - Class
Id string - The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- Moid string
- The unique identifier of this Managed Object instance.
- Object
Type string - The fully-qualified name of the remote type referred by this relationship.
- Selector string
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.
- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
- additional
Properties String - class
Id String - The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- moid String
- The unique identifier of this Managed Object instance.
- object
Type String - The fully-qualified name of the remote type referred by this relationship.
- selector String
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.
- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
- additional
Properties string - class
Id string - The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- moid string
- The unique identifier of this Managed Object instance.
- object
Type string - The fully-qualified name of the remote type referred by this relationship.
- selector string
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.
- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
- additional_
properties str - class_
id str - The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- moid str
- The unique identifier of this Managed Object instance.
- object_
type str - The fully-qualified name of the remote type referred by this relationship.
- selector str
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.
- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
- additional
Properties String - class
Id String - The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- moid String
- The unique identifier of this Managed Object instance.
- object
Type String - The fully-qualified name of the remote type referred by this relationship.
- selector String
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.
- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
GetHciClusterPulseStatus
- Additional
Properties string - Class
Id string - The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- Enabled bool
- The status of the pulse service.
- Object
Type string - The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
- Pii
Scrubbing stringLevel - PII Scrubbing Level for pulse. It describe at what level the pulse data is collected.
- Additional
Properties string - Class
Id string - The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- Enabled bool
- The status of the pulse service.
- Object
Type string - The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
- Pii
Scrubbing stringLevel - PII Scrubbing Level for pulse. It describe at what level the pulse data is collected.
- additional
Properties String - class
Id String - The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- enabled Boolean
- The status of the pulse service.
- object
Type String - The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
- pii
Scrubbing StringLevel - PII Scrubbing Level for pulse. It describe at what level the pulse data is collected.
- additional
Properties string - class
Id string - The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- enabled boolean
- The status of the pulse service.
- object
Type string - The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
- pii
Scrubbing stringLevel - PII Scrubbing Level for pulse. It describe at what level the pulse data is collected.
- additional_
properties str - class_
id str - The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- enabled bool
- The status of the pulse service.
- object_
type str - The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
- pii_
scrubbing_ strlevel - PII Scrubbing Level for pulse. It describe at what level the pulse data is collected.
- additional
Properties String - class
Id String - The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- enabled Boolean
- The status of the pulse service.
- object
Type String - The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
- pii
Scrubbing StringLevel - PII Scrubbing Level for pulse. It describe at what level the pulse data is collected.
GetHciClusterRegisteredDevice
- Additional
Properties string - Class
Id string - The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- Moid string
- The unique identifier of this Managed Object instance.
- Object
Type string - The fully-qualified name of the remote type referred by this relationship.
- Selector string
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.
- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
- Additional
Properties string - Class
Id string - The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- Moid string
- The unique identifier of this Managed Object instance.
- Object
Type string - The fully-qualified name of the remote type referred by this relationship.
- Selector string
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.
- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
- additional
Properties String - class
Id String - The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- moid String
- The unique identifier of this Managed Object instance.
- object
Type String - The fully-qualified name of the remote type referred by this relationship.
- selector String
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.
- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
- additional
Properties string - class
Id string - The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- moid string
- The unique identifier of this Managed Object instance.
- object
Type string - The fully-qualified name of the remote type referred by this relationship.
- selector string
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.
- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
- additional_
properties str - class_
id str - The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- moid str
- The unique identifier of this Managed Object instance.
- object_
type str - The fully-qualified name of the remote type referred by this relationship.
- selector str
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.
- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
- additional
Properties String - class
Id String - The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- moid String
- The unique identifier of this Managed Object instance.
- object
Type String - The fully-qualified name of the remote type referred by this relationship.
- selector String
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.
- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
GetHciClusterResult
- Account
Moid string - The Account ID for this managed object.
- Additional
Properties string - Alarm
Summaries List<GetHci Cluster Result Alarm Summary> - Ancestors
List<Get
Hci Cluster Result Ancestor> - Backplanes
List<Get
Hci Cluster Result Backplane> - Build
Info stringBuild Type - The software build type, such as \ release\ or \ debug\ build.
- Build
Info stringCommit Id - The software commit id for this build image.
- Build
Info stringFull Version - The longer form of software version. It usually includes the commit id.
- Build
Info stringShort Commit Id - The short version of the software commit id for this build image.
- Build
Info stringVersion - The software version from the build.
- Class
Id string - Cluster
Arch string - The CPU architecture of the cluster server such as x86_64 and PPC64LE.
- Cluster
Ext stringId - The unique identifier of the cluster.
- Cluster
Functions List<string> - Cluster
Software List<GetMaps Hci Cluster Result Cluster Software Map> - Compliances
List<Get
Hci Cluster Result Compliance> - Container
Name string - The name of the default container created as part of cluster creation.
- Cpu
Capacity doubleHz - The CPU capacity in Hz of the cluster.
- Cpu
Usage doubleHz - The CPU usage in Hz of the cluster.
- Create
Time string - The time when this managed object was created.
- Domain
Group stringMoid - The DomainGroup ID for this managed object.
- Domain
Managers List<GetHci Cluster Result Domain Manager> - Encryption
In boolTransit Status - Indicate if encryption-in-transit is enabled or not.
- Encryption
Scopes List<string> - Entitlements
List<Get
Hci Cluster Result Entitlement> - External
Addresses List<GetHci Cluster Result External Address> - External
Data List<GetService Ips Hci Cluster Result External Data Service Ip> - External
Subnet string - The external subnet of the cluster.
- Fault
Tolerance List<GetStates Hci Cluster Result Fault Tolerance State> - Hypervisor
Types List<string> - Incarnationid string
- Cluster incarnation Id, part of payload for cluster update operation only.
- Inefficient
Vm doubleCount - The number of inefficient VMs in this cluster.
- Internal
Subnet string - 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 stringServer Type - The key management server type of the cluster.
- Management
Servers List<GetHci Cluster Result Management Server> - Masquerading
Ips List<GetHci Cluster Result Masquerading Ip> - Masquerading
Port double - The masquerading port of the cluster.
- Memory
Capacity doubleBytes - The memory capacity in bytes of the cluster.
- Memory
Usage doubleBytes - The memory usage in bytes of the cluster.
- Mod
Time 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.
- Name
Server List<GetIp Lists Hci Cluster Result Name Server Ip List> - Nodes
List<Get
Hci Cluster Result Node> - Ntp
Server List<GetIp Lists Hci Cluster Result Ntp Server Ip List> - Number
Of doubleNodes - The number of nodes in the cluster.
- Object
Type string - Operation
Mode string - The operation mode of the cluster such as NORMAL, READ_ONLY, STAND_ALONE, SWITCH_TO_TWO_NODE, OVERRIDE.
- Owners List<string>
- Parents
List<Get
Hci Cluster Result Parent> - Password
Remote boolLogin Enabled - Indicates whether the password ssh into the cluster is enabled or not.
- Pc
Ext stringId - The unique identifier of the domain manager (Prism Central) instance which manages this cluster.
- Permission
Resources List<GetHci Cluster Result Permission Resource> - Pulse
Statuses List<GetHci Cluster Result Pulse Status> - Redundancy
Factor double - The redundancy factor of the cluster.
- Registered
Devices List<GetHci Cluster Result Registered Device> - Remote
Support bool - The remote support status of the cluster.
- string
- Intersight provides pre-built workflows, tasks and policies to end users through global catalogs.Objects that are made available through global catalogs are said to have a 'shared' ownership. Shared objects are either made globally available to all end users or restricted to end users based on their license entitlement. Users can use this property to differentiate the scope (global or a specific license tier) to which a shared MO belongs.
- Storage
Capacity doubleBytes - The storage capacity in bytes of the cluster.
- Storage
Usage doubleBytes - The storage usage in bytes of the cluster.
- List<Get
Hci Cluster Result Tag> - Timezone string
- The timezone of the cluster.
- Upgrade
Status 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.
- Version
Contexts List<GetHci Cluster Result Version Context> - Violations
List<Get
Hci Cluster Result Violation> - Vm
Count double - The number of VMs running on this cluster.
- Account
Moid string - The Account ID for this managed object.
- Additional
Properties string - Alarm
Summaries []GetHci Cluster Result Alarm Summary - Ancestors
[]Get
Hci Cluster Result Ancestor - Backplanes
[]Get
Hci Cluster Result Backplane - Build
Info stringBuild Type - The software build type, such as \ release\ or \ debug\ build.
- Build
Info stringCommit Id - The software commit id for this build image.
- Build
Info stringFull Version - The longer form of software version. It usually includes the commit id.
- Build
Info stringShort Commit Id - The short version of the software commit id for this build image.
- Build
Info stringVersion - The software version from the build.
- Class
Id string - Cluster
Arch string - The CPU architecture of the cluster server such as x86_64 and PPC64LE.
- Cluster
Ext stringId - The unique identifier of the cluster.
- Cluster
Functions []string - Cluster
Software []GetMaps Hci Cluster Result Cluster Software Map - Compliances
[]Get
Hci Cluster Result Compliance - Container
Name string - The name of the default container created as part of cluster creation.
- Cpu
Capacity float64Hz - The CPU capacity in Hz of the cluster.
- Cpu
Usage float64Hz - The CPU usage in Hz of the cluster.
- Create
Time string - The time when this managed object was created.
- Domain
Group stringMoid - The DomainGroup ID for this managed object.
- Domain
Managers []GetHci Cluster Result Domain Manager - Encryption
In boolTransit Status - Indicate if encryption-in-transit is enabled or not.
- Encryption
Scopes []string - Entitlements
[]Get
Hci Cluster Result Entitlement - External
Addresses []GetHci Cluster Result External Address - External
Data []GetService Ips Hci Cluster Result External Data Service Ip - External
Subnet string - The external subnet of the cluster.
- Fault
Tolerance []GetStates Hci Cluster Result Fault Tolerance State - Hypervisor
Types []string - Incarnationid string
- Cluster incarnation Id, part of payload for cluster update operation only.
- Inefficient
Vm float64Count - The number of inefficient VMs in this cluster.
- Internal
Subnet string - 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 stringServer Type - The key management server type of the cluster.
- Management
Servers []GetHci Cluster Result Management Server - Masquerading
Ips []GetHci Cluster Result Masquerading Ip - Masquerading
Port float64 - The masquerading port of the cluster.
- Memory
Capacity float64Bytes - The memory capacity in bytes of the cluster.
- Memory
Usage float64Bytes - The memory usage in bytes of the cluster.
- Mod
Time 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.
- Name
Server []GetIp Lists Hci Cluster Result Name Server Ip List - Nodes
[]Get
Hci Cluster Result Node - Ntp
Server []GetIp Lists Hci Cluster Result Ntp Server Ip List - Number
Of float64Nodes - The number of nodes in the cluster.
- Object
Type string - Operation
Mode string - The operation mode of the cluster such as NORMAL, READ_ONLY, STAND_ALONE, SWITCH_TO_TWO_NODE, OVERRIDE.
- Owners []string
- Parents
[]Get
Hci Cluster Result Parent - Password
Remote boolLogin Enabled - Indicates whether the password ssh into the cluster is enabled or not.
- Pc
Ext stringId - The unique identifier of the domain manager (Prism Central) instance which manages this cluster.
- Permission
Resources []GetHci Cluster Result Permission Resource - Pulse
Statuses []GetHci Cluster Result Pulse Status - Redundancy
Factor float64 - The redundancy factor of the cluster.
- Registered
Devices []GetHci Cluster Result Registered Device - Remote
Support bool - The remote support status of the cluster.
- string
- Intersight provides pre-built workflows, tasks and policies to end users through global catalogs.Objects that are made available through global catalogs are said to have a 'shared' ownership. Shared objects are either made globally available to all end users or restricted to end users based on their license entitlement. Users can use this property to differentiate the scope (global or a specific license tier) to which a shared MO belongs.
- Storage
Capacity float64Bytes - The storage capacity in bytes of the cluster.
- Storage
Usage float64Bytes - The storage usage in bytes of the cluster.
- []Get
Hci Cluster Result Tag - Timezone string
- The timezone of the cluster.
- Upgrade
Status 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.
- Version
Contexts []GetHci Cluster Result Version Context - Violations
[]Get
Hci Cluster Result Violation - Vm
Count float64 - The number of VMs running on this cluster.
- account
Moid String - The Account ID for this managed object.
- additional
Properties String - alarm
Summaries List<GetHci Cluster Result Alarm Summary> - ancestors
List<Get
Hci Cluster Result Ancestor> - backplanes
List<Get
Hci Cluster Result Backplane> - build
Info StringBuild Type - The software build type, such as \ release\ or \ debug\ build.
- build
Info StringCommit Id - The software commit id for this build image.
- build
Info StringFull Version - The longer form of software version. It usually includes the commit id.
- build
Info StringShort Commit Id - The short version of the software commit id for this build image.
- build
Info StringVersion - The software version from the build.
- class
Id String - cluster
Arch String - The CPU architecture of the cluster server such as x86_64 and PPC64LE.
- cluster
Ext StringId - The unique identifier of the cluster.
- cluster
Functions List<String> - cluster
Software List<GetMaps Hci Cluster Result Cluster Software Map> - compliances
List<Get
Hci Cluster Result Compliance> - container
Name String - The name of the default container created as part of cluster creation.
- cpu
Capacity DoubleHz - The CPU capacity in Hz of the cluster.
- cpu
Usage DoubleHz - The CPU usage in Hz of the cluster.
- create
Time String - The time when this managed object was created.
- domain
Group StringMoid - The DomainGroup ID for this managed object.
- domain
Managers List<GetHci Cluster Result Domain Manager> - encryption
In BooleanTransit Status - Indicate if encryption-in-transit is enabled or not.
- encryption
Scopes List<String> - entitlements
List<Get
Hci Cluster Result Entitlement> - external
Addresses List<GetHci Cluster Result External Address> - external
Data List<GetService Ips Hci Cluster Result External Data Service Ip> - external
Subnet String - The external subnet of the cluster.
- fault
Tolerance List<GetStates Hci Cluster Result Fault Tolerance State> - hypervisor
Types List<String> - incarnationid String
- Cluster incarnation Id, part of payload for cluster update operation only.
- inefficient
Vm DoubleCount - The number of inefficient VMs in this cluster.
- internal
Subnet String - The internal subnet of the cluster.
- is
Lts Boolean - The LTS status indicates whether the release is categorized as Long-term or not.
- key
Management StringServer Type - The key management server type of the cluster.
- management
Servers List<GetHci Cluster Result Management Server> - masquerading
Ips List<GetHci Cluster Result Masquerading Ip> - masquerading
Port Double - The masquerading port of the cluster.
- memory
Capacity DoubleBytes - The memory capacity in bytes of the cluster.
- memory
Usage DoubleBytes - The memory usage in bytes of the cluster.
- mod
Time 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.
- name
Server List<GetIp Lists Hci Cluster Result Name Server Ip List> - nodes
List<Get
Hci Cluster Result Node> - ntp
Server List<GetIp Lists Hci Cluster Result Ntp Server Ip List> - number
Of DoubleNodes - The number of nodes in the cluster.
- object
Type String - operation
Mode String - The operation mode of the cluster such as NORMAL, READ_ONLY, STAND_ALONE, SWITCH_TO_TWO_NODE, OVERRIDE.
- owners List<String>
- parents
List<Get
Hci Cluster Result Parent> - password
Remote BooleanLogin Enabled - Indicates whether the password ssh into the cluster is enabled or not.
- pc
Ext StringId - The unique identifier of the domain manager (Prism Central) instance which manages this cluster.
- permission
Resources List<GetHci Cluster Result Permission Resource> - pulse
Statuses List<GetHci Cluster Result Pulse Status> - redundancy
Factor Double - The redundancy factor of the cluster.
- registered
Devices List<GetHci Cluster Result Registered Device> - remote
Support Boolean - The remote support status of the cluster.
- String
- Intersight provides pre-built workflows, tasks and policies to end users through global catalogs.Objects that are made available through global catalogs are said to have a 'shared' ownership. Shared objects are either made globally available to all end users or restricted to end users based on their license entitlement. Users can use this property to differentiate the scope (global or a specific license tier) to which a shared MO belongs.
- storage
Capacity DoubleBytes - The storage capacity in bytes of the cluster.
- storage
Usage DoubleBytes - The storage usage in bytes of the cluster.
- List<Get
Hci Cluster Result Tag> - timezone String
- The timezone of the cluster.
- upgrade
Status 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.
- version
Contexts List<GetHci Cluster Result Version Context> - violations
List<Get
Hci Cluster Result Violation> - vm
Count Double - The number of VMs running on this cluster.
- account
Moid string - The Account ID for this managed object.
- additional
Properties string - alarm
Summaries GetHci Cluster Result Alarm Summary[] - ancestors
Get
Hci Cluster Result Ancestor[] - backplanes
Get
Hci Cluster Result Backplane[] - build
Info stringBuild Type - The software build type, such as \ release\ or \ debug\ build.
- build
Info stringCommit Id - The software commit id for this build image.
- build
Info stringFull Version - The longer form of software version. It usually includes the commit id.
- build
Info stringShort Commit Id - The short version of the software commit id for this build image.
- build
Info stringVersion - The software version from the build.
- class
Id string - cluster
Arch string - The CPU architecture of the cluster server such as x86_64 and PPC64LE.
- cluster
Ext stringId - The unique identifier of the cluster.
- cluster
Functions string[] - cluster
Software GetMaps Hci Cluster Result Cluster Software Map[] - compliances
Get
Hci Cluster Result Compliance[] - container
Name string - The name of the default container created as part of cluster creation.
- cpu
Capacity numberHz - The CPU capacity in Hz of the cluster.
- cpu
Usage numberHz - The CPU usage in Hz of the cluster.
- create
Time string - The time when this managed object was created.
- domain
Group stringMoid - The DomainGroup ID for this managed object.
- domain
Managers GetHci Cluster Result Domain Manager[] - encryption
In booleanTransit Status - Indicate if encryption-in-transit is enabled or not.
- encryption
Scopes string[] - entitlements
Get
Hci Cluster Result Entitlement[] - external
Addresses GetHci Cluster Result External Address[] - external
Data GetService Ips Hci Cluster Result External Data Service Ip[] - external
Subnet string - The external subnet of the cluster.
- fault
Tolerance GetStates Hci Cluster Result Fault Tolerance State[] - hypervisor
Types string[] - incarnationid string
- Cluster incarnation Id, part of payload for cluster update operation only.
- inefficient
Vm numberCount - The number of inefficient VMs in this cluster.
- internal
Subnet string - The internal subnet of the cluster.
- is
Lts boolean - The LTS status indicates whether the release is categorized as Long-term or not.
- key
Management stringServer Type - The key management server type of the cluster.
- management
Servers GetHci Cluster Result Management Server[] - masquerading
Ips GetHci Cluster Result Masquerading Ip[] - masquerading
Port number - The masquerading port of the cluster.
- memory
Capacity numberBytes - The memory capacity in bytes of the cluster.
- memory
Usage numberBytes - The memory usage in bytes of the cluster.
- mod
Time 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.
- name
Server GetIp Lists Hci Cluster Result Name Server Ip List[] - nodes
Get
Hci Cluster Result Node[] - ntp
Server GetIp Lists Hci Cluster Result Ntp Server Ip List[] - number
Of numberNodes - The number of nodes in the cluster.
- object
Type string - operation
Mode string - The operation mode of the cluster such as NORMAL, READ_ONLY, STAND_ALONE, SWITCH_TO_TWO_NODE, OVERRIDE.
- owners string[]
- parents
Get
Hci Cluster Result Parent[] - password
Remote booleanLogin Enabled - Indicates whether the password ssh into the cluster is enabled or not.
- pc
Ext stringId - The unique identifier of the domain manager (Prism Central) instance which manages this cluster.
- permission
Resources GetHci Cluster Result Permission Resource[] - pulse
Statuses GetHci Cluster Result Pulse Status[] - redundancy
Factor number - The redundancy factor of the cluster.
- registered
Devices GetHci Cluster Result Registered Device[] - remote
Support boolean - The remote support status of the cluster.
- string
- Intersight provides pre-built workflows, tasks and policies to end users through global catalogs.Objects that are made available through global catalogs are said to have a 'shared' ownership. Shared objects are either made globally available to all end users or restricted to end users based on their license entitlement. Users can use this property to differentiate the scope (global or a specific license tier) to which a shared MO belongs.
- storage
Capacity numberBytes - The storage capacity in bytes of the cluster.
- storage
Usage numberBytes - The storage usage in bytes of the cluster.
- Get
Hci Cluster Result Tag[] - timezone string
- The timezone of the cluster.
- upgrade
Status 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.
- version
Contexts GetHci Cluster Result Version Context[] - violations
Get
Hci Cluster Result Violation[] - vm
Count number - The number of VMs running on this cluster.
- account_
moid str - The Account ID for this managed object.
- additional_
properties str - alarm_
summaries Sequence[GetHci Cluster Result Alarm Summary] - ancestors
Sequence[Get
Hci Cluster Result Ancestor] - backplanes
Sequence[Get
Hci Cluster Result Backplane] - build_
info_ strbuild_ type - The software build type, such as \ release\ or \ debug\ build.
- build_
info_ strcommit_ id - The software commit id for this build image.
- build_
info_ strfull_ version - The longer form of software version. It usually includes the commit id.
- build_
info_ strshort_ commit_ id - The short version of the software commit id for this build image.
- build_
info_ strversion - The software version from the build.
- class_
id str - cluster_
arch str - The CPU architecture of the cluster server such as x86_64 and PPC64LE.
- cluster_
ext_ strid - The unique identifier of the cluster.
- cluster_
functions Sequence[str] - cluster_
software_ Sequence[Getmaps Hci Cluster Result Cluster Software Map] - compliances
Sequence[Get
Hci Cluster Result Compliance] - container_
name str - The name of the default container created as part of cluster creation.
- cpu_
capacity_ floathz - The CPU capacity in Hz of the cluster.
- cpu_
usage_ floathz - The CPU usage in Hz of the cluster.
- create_
time str - The time when this managed object was created.
- domain_
group_ strmoid - The DomainGroup ID for this managed object.
- domain_
managers Sequence[GetHci Cluster Result Domain Manager] - encryption_
in_ booltransit_ status - Indicate if encryption-in-transit is enabled or not.
- encryption_
scopes Sequence[str] - entitlements
Sequence[Get
Hci Cluster Result Entitlement] - external_
addresses Sequence[GetHci Cluster Result External Address] - external_
data_ Sequence[Getservice_ ips Hci Cluster Result External Data Service Ip] - external_
subnet str - The external subnet of the cluster.
- fault_
tolerance_ Sequence[Getstates Hci Cluster Result Fault Tolerance State] - hypervisor_
types Sequence[str] - incarnationid str
- Cluster incarnation Id, part of payload for cluster update operation only.
- inefficient_
vm_ floatcount - The number of inefficient VMs in this cluster.
- internal_
subnet str - The internal subnet of the cluster.
- is_
lts bool - The LTS status indicates whether the release is categorized as Long-term or not.
- key_
management_ strserver_ type - The key management server type of the cluster.
- management_
servers Sequence[GetHci Cluster Result Management Server] - masquerading_
ips Sequence[GetHci Cluster Result Masquerading Ip] - masquerading_
port float - The masquerading port of the cluster.
- memory_
capacity_ floatbytes - The memory capacity in bytes of the cluster.
- memory_
usage_ floatbytes - The memory usage in bytes of the cluster.
- mod_
time str - The time when this managed object was last modified.
- moid str
- The unique identifier of this Managed Object instance.
- name str
- The name of the reported cluster.
- name_
server_ Sequence[Getip_ lists Hci Cluster Result Name Server Ip List] - nodes
Sequence[Get
Hci Cluster Result Node] - ntp_
server_ Sequence[Getip_ lists Hci Cluster Result Ntp Server Ip List] - number_
of_ floatnodes - The number of nodes in the cluster.
- object_
type str - operation_
mode str - The operation mode of the cluster such as NORMAL, READ_ONLY, STAND_ALONE, SWITCH_TO_TWO_NODE, OVERRIDE.
- owners Sequence[str]
- parents
Sequence[Get
Hci Cluster Result Parent] - password_
remote_ boollogin_ enabled - Indicates whether the password ssh into the cluster is enabled or not.
- pc_
ext_ strid - The unique identifier of the domain manager (Prism Central) instance which manages this cluster.
- permission_
resources Sequence[GetHci Cluster Result Permission Resource] - pulse_
statuses Sequence[GetHci Cluster Result Pulse Status] - redundancy_
factor float - The redundancy factor of the cluster.
- registered_
devices Sequence[GetHci Cluster Result Registered Device] - remote_
support bool - The remote support status of the cluster.
- str
- Intersight provides pre-built workflows, tasks and policies to end users through global catalogs.Objects that are made available through global catalogs are said to have a 'shared' ownership. Shared objects are either made globally available to all end users or restricted to end users based on their license entitlement. Users can use this property to differentiate the scope (global or a specific license tier) to which a shared MO belongs.
- storage_
capacity_ floatbytes - The storage capacity in bytes of the cluster.
- storage_
usage_ floatbytes - The storage usage in bytes of the cluster.
- Sequence[Get
Hci Cluster Result Tag] - timezone str
- The timezone of the cluster.
- upgrade_
status str - The upgrade status of a cluster includes the following known values: PENDING, DOWNLOADING, QUEUED, PREUPGRADE, UPGRADING, SUCCEEDED,FAILED, CANCELLED, and SCHEDULED.The upgrade status of a cluster.
- version_
contexts Sequence[GetHci Cluster Result Version Context] - violations
Sequence[Get
Hci Cluster Result Violation] - vm_
count float - The number of VMs running on this cluster.
- account
Moid String - The Account ID for this managed object.
- additional
Properties String - alarm
Summaries List<Property Map> - ancestors List<Property Map>
- backplanes List<Property Map>
- build
Info StringBuild Type - The software build type, such as \ release\ or \ debug\ build.
- build
Info StringCommit Id - The software commit id for this build image.
- build
Info StringFull Version - The longer form of software version. It usually includes the commit id.
- build
Info StringShort Commit Id - The short version of the software commit id for this build image.
- build
Info StringVersion - The software version from the build.
- class
Id String - cluster
Arch String - The CPU architecture of the cluster server such as x86_64 and PPC64LE.
- cluster
Ext StringId - The unique identifier of the cluster.
- cluster
Functions List<String> - cluster
Software List<Property Map>Maps - compliances List<Property Map>
- container
Name String - The name of the default container created as part of cluster creation.
- cpu
Capacity NumberHz - The CPU capacity in Hz of the cluster.
- cpu
Usage NumberHz - The CPU usage in Hz of the cluster.
- create
Time String - The time when this managed object was created.
- domain
Group StringMoid - The DomainGroup ID for this managed object.
- domain
Managers List<Property Map> - encryption
In BooleanTransit Status - Indicate if encryption-in-transit is enabled or not.
- encryption
Scopes List<String> - entitlements List<Property Map>
- external
Addresses List<Property Map> - external
Data List<Property Map>Service Ips - external
Subnet String - The external subnet of the cluster.
- fault
Tolerance List<Property Map>States - hypervisor
Types List<String> - incarnationid String
- Cluster incarnation Id, part of payload for cluster update operation only.
- inefficient
Vm NumberCount - The number of inefficient VMs in this cluster.
- internal
Subnet String - The internal subnet of the cluster.
- is
Lts Boolean - The LTS status indicates whether the release is categorized as Long-term or not.
- key
Management StringServer Type - The key management server type of the cluster.
- management
Servers List<Property Map> - masquerading
Ips List<Property Map> - masquerading
Port Number - The masquerading port of the cluster.
- memory
Capacity NumberBytes - The memory capacity in bytes of the cluster.
- memory
Usage NumberBytes - The memory usage in bytes of the cluster.
- mod
Time 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.
- name
Server List<Property Map>Ip Lists - nodes List<Property Map>
- ntp
Server List<Property Map>Ip Lists - number
Of NumberNodes - The number of nodes in the cluster.
- object
Type String - operation
Mode 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>
- password
Remote BooleanLogin Enabled - Indicates whether the password ssh into the cluster is enabled or not.
- pc
Ext StringId - The unique identifier of the domain manager (Prism Central) instance which manages this cluster.
- permission
Resources List<Property Map> - pulse
Statuses List<Property Map> - redundancy
Factor Number - The redundancy factor of the cluster.
- registered
Devices List<Property Map> - remote
Support Boolean - The remote support status of the cluster.
- String
- Intersight provides pre-built workflows, tasks and policies to end users through global catalogs.Objects that are made available through global catalogs are said to have a 'shared' ownership. Shared objects are either made globally available to all end users or restricted to end users based on their license entitlement. Users can use this property to differentiate the scope (global or a specific license tier) to which a shared MO belongs.
- storage
Capacity NumberBytes - The storage capacity in bytes of the cluster.
- storage
Usage NumberBytes - The storage usage in bytes of the cluster.
- List<Property Map>
- timezone String
- The timezone of the cluster.
- upgrade
Status 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.
- version
Contexts List<Property Map> - violations List<Property Map>
- vm
Count Number - The number of VMs running on this cluster.
GetHciClusterResultAlarmSummary
- Additional
Properties string - Class
Id string - Critical double
- Health string
- Info double
- Object
Type string - Warning double
- Additional
Properties string - Class
Id string - Critical float64
- Health string
- Info float64
- Object
Type string - Warning float64
- additional
Properties String - class
Id String - critical Double
- health String
- info Double
- object
Type String - warning Double
- additional
Properties string - class
Id string - critical number
- health string
- info number
- object
Type string - warning number
- additional_
properties str - class_
id str - critical float
- health str
- info float
- object_
type str - warning float
- additional
Properties String - class
Id String - critical Number
- health String
- info Number
- object
Type String - warning Number
GetHciClusterResultAncestor
- Additional
Properties string - Class
Id string - Moid string
- The unique identifier of this Managed Object instance.
- Object
Type string - Selector string
- Additional
Properties string - Class
Id string - Moid string
- The unique identifier of this Managed Object instance.
- Object
Type string - Selector string
- additional
Properties String - class
Id String - moid String
- The unique identifier of this Managed Object instance.
- object
Type String - selector String
- additional
Properties string - class
Id string - moid string
- The unique identifier of this Managed Object instance.
- object
Type string - selector string
- additional_
properties str - class_
id str - moid str
- The unique identifier of this Managed Object instance.
- object_
type str - selector str
- additional
Properties String - class
Id String - moid String
- The unique identifier of this Managed Object instance.
- object
Type String - selector String
GetHciClusterResultBackplane
- additional
Properties String - class
Id String - is
Segmentation BooleanEnabled - netmasks List<Property Map>
- object
Type String - subnets List<Property Map>
- vlan
Tag Number
GetHciClusterResultBackplaneNetmask
- Additional
Properties string - Class
Id string - Ipv4Address string
- Ipv4Prefix
Length double - Ipv6Address string
- Ipv6Prefix
Length double - Object
Type string
- Additional
Properties string - Class
Id string - Ipv4Address string
- Ipv4Prefix
Length float64 - Ipv6Address string
- Ipv6Prefix
Length float64 - Object
Type string
- additional
Properties String - class
Id String - ipv4Address String
- ipv4Prefix
Length Double - ipv6Address String
- ipv6Prefix
Length Double - object
Type String
- additional
Properties string - class
Id string - ipv4Address string
- ipv4Prefix
Length number - ipv6Address string
- ipv6Prefix
Length number - object
Type string
- additional_
properties str - class_
id str - ipv4_
address str - ipv4_
prefix_ floatlength - ipv6_
address str - ipv6_
prefix_ floatlength - object_
type str
- additional
Properties String - class
Id String - ipv4Address String
- ipv4Prefix
Length Number - ipv6Address String
- ipv6Prefix
Length Number - object
Type String
GetHciClusterResultBackplaneSubnet
- Additional
Properties string - Class
Id string - Ipv4Address string
- Ipv4Prefix
Length double - Ipv6Address string
- Ipv6Prefix
Length double - Object
Type string
- Additional
Properties string - Class
Id string - Ipv4Address string
- Ipv4Prefix
Length float64 - Ipv6Address string
- Ipv6Prefix
Length float64 - Object
Type string
- additional
Properties String - class
Id String - ipv4Address String
- ipv4Prefix
Length Double - ipv6Address String
- ipv6Prefix
Length Double - object
Type String
- additional
Properties string - class
Id string - ipv4Address string
- ipv4Prefix
Length number - ipv6Address string
- ipv6Prefix
Length number - object
Type string
- additional_
properties str - class_
id str - ipv4_
address str - ipv4_
prefix_ floatlength - ipv6_
address str - ipv6_
prefix_ floatlength - object_
type str
- additional
Properties String - class
Id String - ipv4Address String
- ipv4Prefix
Length Number - ipv6Address String
- ipv6Prefix
Length Number - object
Type String
GetHciClusterResultClusterSoftwareMap
- Additional
Properties string - Class
Id string - Nr
Version string - Object
Type string - Software
Type string
- Additional
Properties string - Class
Id string - Nr
Version string - Object
Type string - Software
Type string
- additional
Properties String - class
Id String - nr
Version String - object
Type String - software
Type String
- additional
Properties string - class
Id string - nr
Version string - object
Type string - software
Type string
- additional_
properties str - class_
id str - nr_
version str - object_
type str - software_
type str
- additional
Properties String - class
Id String - nr
Version String - object
Type String - software
Type String
GetHciClusterResultCompliance
- Additional
Properties string - Class
Id string - Moid string
- The unique identifier of this Managed Object instance.
- Object
Type string - Selector string
- Additional
Properties string - Class
Id string - Moid string
- The unique identifier of this Managed Object instance.
- Object
Type string - Selector string
- additional
Properties String - class
Id String - moid String
- The unique identifier of this Managed Object instance.
- object
Type String - selector String
- additional
Properties string - class
Id string - moid string
- The unique identifier of this Managed Object instance.
- object
Type string - selector string
- additional_
properties str - class_
id str - moid str
- The unique identifier of this Managed Object instance.
- object_
type str - selector str
- additional
Properties String - class
Id String - moid String
- The unique identifier of this Managed Object instance.
- object
Type String - selector String
GetHciClusterResultDomainManager
- Additional
Properties string - Class
Id string - Moid string
- The unique identifier of this Managed Object instance.
- Object
Type string - Selector string
- Additional
Properties string - Class
Id string - Moid string
- The unique identifier of this Managed Object instance.
- Object
Type string - Selector string
- additional
Properties String - class
Id String - moid String
- The unique identifier of this Managed Object instance.
- object
Type String - selector String
- additional
Properties string - class
Id string - moid string
- The unique identifier of this Managed Object instance.
- object
Type string - selector string
- additional_
properties str - class_
id str - moid str
- The unique identifier of this Managed Object instance.
- object_
type str - selector str
- additional
Properties String - class
Id String - moid String
- The unique identifier of this Managed Object instance.
- object
Type String - selector String
GetHciClusterResultEntitlement
- Additional
Properties string - Class
Id string - Moid string
- The unique identifier of this Managed Object instance.
- Object
Type string - Selector string
- Additional
Properties string - Class
Id string - Moid string
- The unique identifier of this Managed Object instance.
- Object
Type string - Selector string
- additional
Properties String - class
Id String - moid String
- The unique identifier of this Managed Object instance.
- object
Type String - selector String
- additional
Properties string - class
Id string - moid string
- The unique identifier of this Managed Object instance.
- object
Type string - selector string
- additional_
properties str - class_
id str - moid str
- The unique identifier of this Managed Object instance.
- object_
type str - selector str
- additional
Properties String - class
Id String - moid String
- The unique identifier of this Managed Object instance.
- object
Type String - selector String
GetHciClusterResultExternalAddress
- Additional
Properties string - Class
Id string - Ipv4Address string
- Ipv4Prefix
Length double - Ipv6Address string
- Ipv6Prefix
Length double - Object
Type string
- Additional
Properties string - Class
Id string - Ipv4Address string
- Ipv4Prefix
Length float64 - Ipv6Address string
- Ipv6Prefix
Length float64 - Object
Type string
- additional
Properties String - class
Id String - ipv4Address String
- ipv4Prefix
Length Double - ipv6Address String
- ipv6Prefix
Length Double - object
Type String
- additional
Properties string - class
Id string - ipv4Address string
- ipv4Prefix
Length number - ipv6Address string
- ipv6Prefix
Length number - object
Type string
- additional_
properties str - class_
id str - ipv4_
address str - ipv4_
prefix_ floatlength - ipv6_
address str - ipv6_
prefix_ floatlength - object_
type str
- additional
Properties String - class
Id String - ipv4Address String
- ipv4Prefix
Length Number - ipv6Address String
- ipv6Prefix
Length Number - object
Type String
GetHciClusterResultExternalDataServiceIp
- Additional
Properties string - Class
Id string - Ipv4Address string
- Ipv4Prefix
Length double - Ipv6Address string
- Ipv6Prefix
Length double - Object
Type string
- Additional
Properties string - Class
Id string - Ipv4Address string
- Ipv4Prefix
Length float64 - Ipv6Address string
- Ipv6Prefix
Length float64 - Object
Type string
- additional
Properties String - class
Id String - ipv4Address String
- ipv4Prefix
Length Double - ipv6Address String
- ipv6Prefix
Length Double - object
Type String
- additional
Properties string - class
Id string - ipv4Address string
- ipv4Prefix
Length number - ipv6Address string
- ipv6Prefix
Length number - object
Type string
- additional_
properties str - class_
id str - ipv4_
address str - ipv4_
prefix_ floatlength - ipv6_
address str - ipv6_
prefix_ floatlength - object_
type str
- additional
Properties String - class
Id String - ipv4Address String
- ipv4Prefix
Length Number - ipv6Address String
- ipv6Prefix
Length Number - object
Type String
GetHciClusterResultFaultToleranceState
- Additional
Properties string - Class
Id string - Current
Max doubleFault Tolerance - Desired
Max doubleFault Tolerance - Domain
Awareness stringLevel - Object
Type string
- Additional
Properties string - Class
Id string - Current
Max float64Fault Tolerance - Desired
Max float64Fault Tolerance - Domain
Awareness stringLevel - Object
Type string
- additional
Properties String - class
Id String - current
Max DoubleFault Tolerance - desired
Max DoubleFault Tolerance - domain
Awareness StringLevel - object
Type String
- additional
Properties string - class
Id string - current
Max numberFault Tolerance - desired
Max numberFault Tolerance - domain
Awareness stringLevel - object
Type string
- additional
Properties String - class
Id String - current
Max NumberFault Tolerance - desired
Max NumberFault Tolerance - domain
Awareness StringLevel - object
Type String
GetHciClusterResultManagementServer
- Additional
Properties string - Class
Id string - Drs
Enabled bool - In
Use bool - Ips
List<Get
Hci Cluster Result Management Server Ip> - Is
Registered bool - Object
Type string - Type string
- Additional
Properties string - Class
Id string - Drs
Enabled bool - In
Use bool - Ips
[]Get
Hci Cluster Result Management Server Ip - Is
Registered bool - Object
Type string - Type string
- additional
Properties String - class
Id String - drs
Enabled Boolean - in
Use Boolean - ips
List<Get
Hci Cluster Result Management Server Ip> - is
Registered Boolean - object
Type String - type String
- additional
Properties string - class
Id string - drs
Enabled boolean - in
Use boolean - ips
Get
Hci Cluster Result Management Server Ip[] - is
Registered boolean - object
Type string - type string
- additional_
properties str - class_
id str - drs_
enabled bool - in_
use bool - ips
Sequence[Get
Hci Cluster Result Management Server Ip] - is_
registered bool - object_
type str - type str
- additional
Properties String - class
Id String - drs
Enabled Boolean - in
Use Boolean - ips List<Property Map>
- is
Registered Boolean - object
Type String - type String
GetHciClusterResultManagementServerIp
- Additional
Properties string - Class
Id string - Ipv4Address string
- Ipv4Prefix
Length double - Ipv6Address string
- Ipv6Prefix
Length double - Object
Type string
- Additional
Properties string - Class
Id string - Ipv4Address string
- Ipv4Prefix
Length float64 - Ipv6Address string
- Ipv6Prefix
Length float64 - Object
Type string
- additional
Properties String - class
Id String - ipv4Address String
- ipv4Prefix
Length Double - ipv6Address String
- ipv6Prefix
Length Double - object
Type String
- additional
Properties string - class
Id string - ipv4Address string
- ipv4Prefix
Length number - ipv6Address string
- ipv6Prefix
Length number - object
Type string
- additional_
properties str - class_
id str - ipv4_
address str - ipv4_
prefix_ floatlength - ipv6_
address str - ipv6_
prefix_ floatlength - object_
type str
- additional
Properties String - class
Id String - ipv4Address String
- ipv4Prefix
Length Number - ipv6Address String
- ipv6Prefix
Length Number - object
Type String
GetHciClusterResultMasqueradingIp
- Additional
Properties string - Class
Id string - Ipv4Address string
- Ipv4Prefix
Length double - Ipv6Address string
- Ipv6Prefix
Length double - Object
Type string
- Additional
Properties string - Class
Id string - Ipv4Address string
- Ipv4Prefix
Length float64 - Ipv6Address string
- Ipv6Prefix
Length float64 - Object
Type string
- additional
Properties String - class
Id String - ipv4Address String
- ipv4Prefix
Length Double - ipv6Address String
- ipv6Prefix
Length Double - object
Type String
- additional
Properties string - class
Id string - ipv4Address string
- ipv4Prefix
Length number - ipv6Address string
- ipv6Prefix
Length number - object
Type string
- additional_
properties str - class_
id str - ipv4_
address str - ipv4_
prefix_ floatlength - ipv6_
address str - ipv6_
prefix_ floatlength - object_
type str
- additional
Properties String - class
Id String - ipv4Address String
- ipv4Prefix
Length Number - ipv6Address String
- ipv6Prefix
Length Number - object
Type String
GetHciClusterResultNameServerIpList
- Additional
Properties string - Class
Id string - Fqdn string
- Ipv4Address string
- Ipv4Prefix
Length double - Ipv6Address string
- Ipv6Prefix
Length double - Object
Type string
- Additional
Properties string - Class
Id string - Fqdn string
- Ipv4Address string
- Ipv4Prefix
Length float64 - Ipv6Address string
- Ipv6Prefix
Length float64 - Object
Type string
- additional
Properties String - class
Id String - fqdn String
- ipv4Address String
- ipv4Prefix
Length Double - ipv6Address String
- ipv6Prefix
Length Double - object
Type String
- additional
Properties string - class
Id string - fqdn string
- ipv4Address string
- ipv4Prefix
Length number - ipv6Address string
- ipv6Prefix
Length number - object
Type string
- additional_
properties str - class_
id str - fqdn str
- ipv4_
address str - ipv4_
prefix_ floatlength - ipv6_
address str - ipv6_
prefix_ floatlength - object_
type str
- additional
Properties String - class
Id String - fqdn String
- ipv4Address String
- ipv4Prefix
Length Number - ipv6Address String
- ipv6Prefix
Length Number - object
Type String
GetHciClusterResultNode
- Additional
Properties string - Class
Id string - Moid string
- The unique identifier of this Managed Object instance.
- Object
Type string - Selector string
- Additional
Properties string - Class
Id string - Moid string
- The unique identifier of this Managed Object instance.
- Object
Type string - Selector string
- additional
Properties String - class
Id String - moid String
- The unique identifier of this Managed Object instance.
- object
Type String - selector String
- additional
Properties string - class
Id string - moid string
- The unique identifier of this Managed Object instance.
- object
Type string - selector string
- additional_
properties str - class_
id str - moid str
- The unique identifier of this Managed Object instance.
- object_
type str - selector str
- additional
Properties String - class
Id String - moid String
- The unique identifier of this Managed Object instance.
- object
Type String - selector String
GetHciClusterResultNtpServerIpList
- Additional
Properties string - Class
Id string - Fqdn string
- Ipv4Address string
- Ipv4Prefix
Length double - Ipv6Address string
- Ipv6Prefix
Length double - Object
Type string
- Additional
Properties string - Class
Id string - Fqdn string
- Ipv4Address string
- Ipv4Prefix
Length float64 - Ipv6Address string
- Ipv6Prefix
Length float64 - Object
Type string
- additional
Properties String - class
Id String - fqdn String
- ipv4Address String
- ipv4Prefix
Length Double - ipv6Address String
- ipv6Prefix
Length Double - object
Type String
- additional
Properties string - class
Id string - fqdn string
- ipv4Address string
- ipv4Prefix
Length number - ipv6Address string
- ipv6Prefix
Length number - object
Type string
- additional_
properties str - class_
id str - fqdn str
- ipv4_
address str - ipv4_
prefix_ floatlength - ipv6_
address str - ipv6_
prefix_ floatlength - object_
type str
- additional
Properties String - class
Id String - fqdn String
- ipv4Address String
- ipv4Prefix
Length Number - ipv6Address String
- ipv6Prefix
Length Number - object
Type String
GetHciClusterResultParent
- Additional
Properties string - Class
Id string - Moid string
- The unique identifier of this Managed Object instance.
- Object
Type string - Selector string
- Additional
Properties string - Class
Id string - Moid string
- The unique identifier of this Managed Object instance.
- Object
Type string - Selector string
- additional
Properties String - class
Id String - moid String
- The unique identifier of this Managed Object instance.
- object
Type String - selector String
- additional
Properties string - class
Id string - moid string
- The unique identifier of this Managed Object instance.
- object
Type string - selector string
- additional_
properties str - class_
id str - moid str
- The unique identifier of this Managed Object instance.
- object_
type str - selector str
- additional
Properties String - class
Id String - moid String
- The unique identifier of this Managed Object instance.
- object
Type String - selector String
GetHciClusterResultPermissionResource
- Additional
Properties string - Class
Id string - Moid string
- The unique identifier of this Managed Object instance.
- Object
Type string - Selector string
- Additional
Properties string - Class
Id string - Moid string
- The unique identifier of this Managed Object instance.
- Object
Type string - Selector string
- additional
Properties String - class
Id String - moid String
- The unique identifier of this Managed Object instance.
- object
Type String - selector String
- additional
Properties string - class
Id string - moid string
- The unique identifier of this Managed Object instance.
- object
Type string - selector string
- additional_
properties str - class_
id str - moid str
- The unique identifier of this Managed Object instance.
- object_
type str - selector str
- additional
Properties String - class
Id String - moid String
- The unique identifier of this Managed Object instance.
- object
Type String - selector String
GetHciClusterResultPulseStatus
- Additional
Properties string - Class
Id string - Enabled bool
- Object
Type string - Pii
Scrubbing stringLevel
- Additional
Properties string - Class
Id string - Enabled bool
- Object
Type string - Pii
Scrubbing stringLevel
- additional
Properties String - class
Id String - enabled Boolean
- object
Type String - pii
Scrubbing StringLevel
- additional
Properties string - class
Id string - enabled boolean
- object
Type string - pii
Scrubbing stringLevel
- additional_
properties str - class_
id str - enabled bool
- object_
type str - pii_
scrubbing_ strlevel
- additional
Properties String - class
Id String - enabled Boolean
- object
Type String - pii
Scrubbing StringLevel
GetHciClusterResultRegisteredDevice
- Additional
Properties string - Class
Id string - Moid string
- The unique identifier of this Managed Object instance.
- Object
Type string - Selector string
- Additional
Properties string - Class
Id string - Moid string
- The unique identifier of this Managed Object instance.
- Object
Type string - Selector string
- additional
Properties String - class
Id String - moid String
- The unique identifier of this Managed Object instance.
- object
Type String - selector String
- additional
Properties string - class
Id string - moid string
- The unique identifier of this Managed Object instance.
- object
Type string - selector string
- additional_
properties str - class_
id str - moid str
- The unique identifier of this Managed Object instance.
- object_
type str - selector str
- additional
Properties String - class
Id String - moid String
- The unique identifier of this Managed Object instance.
- object
Type String - selector String
GetHciClusterResultTag
- Additional
Properties string - Key string
- Value string
- Additional
Properties string - Key string
- Value string
- additional
Properties String - key String
- value String
- additional
Properties string - key string
- value string
- additional_
properties str - key str
- value str
- additional
Properties String - key String
- value String
GetHciClusterResultVersionContext
- Additional
Properties string - Class
Id string - Interested
Mos []GetHci Cluster Result Version Context Interested Mo - Marked
For boolDeletion - Nr
Version string - Object
Type string - Ref
Mos []GetHci Cluster Result Version Context Ref Mo - Timestamp string
- Version
Type string
- additional
Properties String - class
Id String - interested
Mos List<GetHci Cluster Result Version Context Interested Mo> - marked
For BooleanDeletion - nr
Version String - object
Type String - ref
Mos List<GetHci Cluster Result Version Context Ref Mo> - timestamp String
- version
Type String
- additional
Properties string - class
Id string - interested
Mos GetHci Cluster Result Version Context Interested Mo[] - marked
For booleanDeletion - nr
Version string - object
Type string - ref
Mos GetHci Cluster Result Version Context Ref Mo[] - timestamp string
- version
Type string
- additional
Properties String - class
Id String - interested
Mos List<Property Map> - marked
For BooleanDeletion - nr
Version String - object
Type String - ref
Mos List<Property Map> - timestamp String
- version
Type String
GetHciClusterResultVersionContextInterestedMo
- Additional
Properties string - Class
Id string - Moid string
- The unique identifier of this Managed Object instance.
- Object
Type string - Selector string
- Additional
Properties string - Class
Id string - Moid string
- The unique identifier of this Managed Object instance.
- Object
Type string - Selector string
- additional
Properties String - class
Id String - moid String
- The unique identifier of this Managed Object instance.
- object
Type String - selector String
- additional
Properties string - class
Id string - moid string
- The unique identifier of this Managed Object instance.
- object
Type string - selector string
- additional_
properties str - class_
id str - moid str
- The unique identifier of this Managed Object instance.
- object_
type str - selector str
- additional
Properties String - class
Id String - moid String
- The unique identifier of this Managed Object instance.
- object
Type String - selector String
GetHciClusterResultVersionContextRefMo
- Additional
Properties string - Class
Id string - Moid string
- The unique identifier of this Managed Object instance.
- Object
Type string - Selector string
- Additional
Properties string - Class
Id string - Moid string
- The unique identifier of this Managed Object instance.
- Object
Type string - Selector string
- additional
Properties String - class
Id String - moid String
- The unique identifier of this Managed Object instance.
- object
Type String - selector String
- additional
Properties string - class
Id string - moid string
- The unique identifier of this Managed Object instance.
- object
Type string - selector string
- additional_
properties str - class_
id str - moid str
- The unique identifier of this Managed Object instance.
- object_
type str - selector str
- additional
Properties String - class
Id String - moid String
- The unique identifier of this Managed Object instance.
- object
Type String - selector String
GetHciClusterResultViolation
- Additional
Properties string - Class
Id string - Moid string
- The unique identifier of this Managed Object instance.
- Object
Type string - Selector string
- Additional
Properties string - Class
Id string - Moid string
- The unique identifier of this Managed Object instance.
- Object
Type string - Selector string
- additional
Properties String - class
Id String - moid String
- The unique identifier of this Managed Object instance.
- object
Type String - selector String
- additional
Properties string - class
Id string - moid string
- The unique identifier of this Managed Object instance.
- object
Type string - selector string
- additional_
properties str - class_
id str - moid str
- The unique identifier of this Managed Object instance.
- object_
type str - selector str
- additional
Properties String - class
Id String - moid String
- The unique identifier of this Managed Object instance.
- object
Type String - selector String
GetHciClusterTag
- Additional
Properties string - Key string
- The string representation of a tag key.
- Value string
- The string representation of a tag value.
- Additional
Properties string - Key string
- The string representation of a tag key.
- Value string
- The string representation of a tag value.
- additional
Properties String - key String
- The string representation of a tag key.
- value String
- The string representation of a tag value.
- additional
Properties string - key string
- The string representation of a tag key.
- value string
- The string representation of a tag value.
- additional_
properties str - key str
- The string representation of a tag key.
- value str
- The string representation of a tag value.
- additional
Properties String - key String
- The string representation of a tag key.
- value String
- The string representation of a tag value.
GetHciClusterVersionContext
- Additional
Properties string - Class
Id string - The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- Interested
Mos List<GetHci Cluster Version Context Interested Mo> - Marked
For boolDeletion - The flag to indicate if snapshot is marked for deletion or not. If flag is set then snapshot will be removed after the successful deployment of the policy.
- Nr
Version string - The version of the Managed Object, e.g. an incrementing number or a hash id.
- Object
Type string - The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
- Ref
Mo GetHci Cluster Version Context Ref Mo - A reference to the original Managed Object.
- Timestamp string
- The time this versioned Managed Object was created.
- Version
Type string - Specifies type of version. Currently the only supported value is "Configured"
that is used to keep track of snapshots of policies and profiles that are intended
to be configured to target endpoints.
Modified
- Version created every time an object is modified.Configured
- Version created every time an object is configured to the service profile.Deployed
- Version created for objects related to a service profile when it is deployed.
- Additional
Properties string - Class
Id string - The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- Interested
Mos []GetHci Cluster Version Context Interested Mo - Marked
For boolDeletion - The flag to indicate if snapshot is marked for deletion or not. If flag is set then snapshot will be removed after the successful deployment of the policy.
- Nr
Version string - The version of the Managed Object, e.g. an incrementing number or a hash id.
- Object
Type string - The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
- Ref
Mo GetHci Cluster Version Context Ref Mo - A reference to the original Managed Object.
- Timestamp string
- The time this versioned Managed Object was created.
- Version
Type string - Specifies type of version. Currently the only supported value is "Configured"
that is used to keep track of snapshots of policies and profiles that are intended
to be configured to target endpoints.
Modified
- Version created every time an object is modified.Configured
- Version created every time an object is configured to the service profile.Deployed
- Version created for objects related to a service profile when it is deployed.
- additional
Properties String - class
Id String - The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- interested
Mos List<GetHci Cluster Version Context Interested Mo> - marked
For BooleanDeletion - The flag to indicate if snapshot is marked for deletion or not. If flag is set then snapshot will be removed after the successful deployment of the policy.
- nr
Version String - The version of the Managed Object, e.g. an incrementing number or a hash id.
- object
Type String - The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
- ref
Mo GetHci Cluster Version Context Ref Mo - A reference to the original Managed Object.
- timestamp String
- The time this versioned Managed Object was created.
- version
Type String - Specifies type of version. Currently the only supported value is "Configured"
that is used to keep track of snapshots of policies and profiles that are intended
to be configured to target endpoints.
Modified
- Version created every time an object is modified.Configured
- Version created every time an object is configured to the service profile.Deployed
- Version created for objects related to a service profile when it is deployed.
- additional
Properties string - class
Id string - The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- interested
Mos GetHci Cluster Version Context Interested Mo[] - marked
For booleanDeletion - The flag to indicate if snapshot is marked for deletion or not. If flag is set then snapshot will be removed after the successful deployment of the policy.
- nr
Version string - The version of the Managed Object, e.g. an incrementing number or a hash id.
- object
Type string - The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
- ref
Mo GetHci Cluster Version Context Ref Mo - A reference to the original Managed Object.
- timestamp string
- The time this versioned Managed Object was created.
- version
Type string - Specifies type of version. Currently the only supported value is "Configured"
that is used to keep track of snapshots of policies and profiles that are intended
to be configured to target endpoints.
Modified
- Version created every time an object is modified.Configured
- Version created every time an object is configured to the service profile.Deployed
- Version created for objects related to a service profile when it is deployed.
- additional_
properties str - class_
id str - The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- interested_
mos Sequence[GetHci Cluster Version Context Interested Mo] - marked_
for_ booldeletion - The flag to indicate if snapshot is marked for deletion or not. If flag is set then snapshot will be removed after the successful deployment of the policy.
- nr_
version str - The version of the Managed Object, e.g. an incrementing number or a hash id.
- object_
type str - The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
- ref_
mo GetHci Cluster Version Context Ref Mo - A reference to the original Managed Object.
- timestamp str
- The time this versioned Managed Object was created.
- version_
type str - Specifies type of version. Currently the only supported value is "Configured"
that is used to keep track of snapshots of policies and profiles that are intended
to be configured to target endpoints.
Modified
- Version created every time an object is modified.Configured
- Version created every time an object is configured to the service profile.Deployed
- Version created for objects related to a service profile when it is deployed.
- additional
Properties String - class
Id String - The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- interested
Mos List<Property Map> - marked
For BooleanDeletion - The flag to indicate if snapshot is marked for deletion or not. If flag is set then snapshot will be removed after the successful deployment of the policy.
- nr
Version String - The version of the Managed Object, e.g. an incrementing number or a hash id.
- object
Type String - The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
- ref
Mo Property Map - A reference to the original Managed Object.
- timestamp String
- The time this versioned Managed Object was created.
- version
Type String - Specifies type of version. Currently the only supported value is "Configured"
that is used to keep track of snapshots of policies and profiles that are intended
to be configured to target endpoints.
Modified
- Version created every time an object is modified.Configured
- Version created every time an object is configured to the service profile.Deployed
- Version created for objects related to a service profile when it is deployed.
GetHciClusterVersionContextInterestedMo
- Additional
Properties string - Class
Id string - The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- Moid string
- The unique identifier of this Managed Object instance.
- Object
Type string - The fully-qualified name of the remote type referred by this relationship.
- Selector string
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.
- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
- Additional
Properties string - Class
Id string - The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- Moid string
- The unique identifier of this Managed Object instance.
- Object
Type string - The fully-qualified name of the remote type referred by this relationship.
- Selector string
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.
- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
- additional
Properties String - class
Id String - The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- moid String
- The unique identifier of this Managed Object instance.
- object
Type String - The fully-qualified name of the remote type referred by this relationship.
- selector String
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.
- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
- additional
Properties string - class
Id string - The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- moid string
- The unique identifier of this Managed Object instance.
- object
Type string - The fully-qualified name of the remote type referred by this relationship.
- selector string
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.
- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
- additional_
properties str - class_
id str - The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- moid str
- The unique identifier of this Managed Object instance.
- object_
type str - The fully-qualified name of the remote type referred by this relationship.
- selector str
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.
- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
- additional
Properties String - class
Id String - The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- moid String
- The unique identifier of this Managed Object instance.
- object
Type String - The fully-qualified name of the remote type referred by this relationship.
- selector String
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.
- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
GetHciClusterVersionContextRefMo
- Additional
Properties string - Class
Id string - The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- Moid string
- The unique identifier of this Managed Object instance.
- Object
Type string - The fully-qualified name of the remote type referred by this relationship.
- Selector string
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.
- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
- Additional
Properties string - Class
Id string - The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- Moid string
- The unique identifier of this Managed Object instance.
- Object
Type string - The fully-qualified name of the remote type referred by this relationship.
- Selector string
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.
- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
- additional
Properties String - class
Id String - The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- moid String
- The unique identifier of this Managed Object instance.
- object
Type String - The fully-qualified name of the remote type referred by this relationship.
- selector String
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.
- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
- additional
Properties string - class
Id string - The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- moid string
- The unique identifier of this Managed Object instance.
- object
Type string - The fully-qualified name of the remote type referred by this relationship.
- selector string
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.
- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
- additional_
properties str - class_
id str - The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- moid str
- The unique identifier of this Managed Object instance.
- object_
type str - The fully-qualified name of the remote type referred by this relationship.
- selector str
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.
- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
- additional
Properties String - class
Id String - The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- moid String
- The unique identifier of this Managed Object instance.
- object
Type String - The fully-qualified name of the remote type referred by this relationship.
- selector String
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.
- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
GetHciClusterViolation
- Additional
Properties string - Class
Id string - The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- Moid string
- The unique identifier of this Managed Object instance.
- Object
Type string - The fully-qualified name of the remote type referred by this relationship.
- Selector string
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.
- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
- Additional
Properties string - Class
Id string - The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- Moid string
- The unique identifier of this Managed Object instance.
- Object
Type string - The fully-qualified name of the remote type referred by this relationship.
- Selector string
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.
- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
- additional
Properties String - class
Id String - The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- moid String
- The unique identifier of this Managed Object instance.
- object
Type String - The fully-qualified name of the remote type referred by this relationship.
- selector String
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.
- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
- additional
Properties string - class
Id string - The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- moid string
- The unique identifier of this Managed Object instance.
- object
Type string - The fully-qualified name of the remote type referred by this relationship.
- selector string
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.
- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
- additional_
properties str - class_
id str - The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- moid str
- The unique identifier of this Managed Object instance.
- object_
type str - The fully-qualified name of the remote type referred by this relationship.
- selector str
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.
- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
- additional
Properties String - class
Id String - The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- moid String
- The unique identifier of this Managed Object instance.
- object
Type String - The fully-qualified name of the remote type referred by this relationship.
- selector String
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.
- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
Package Details
- Repository
- intersight ciscodevnet/terraform-provider-intersight
- License
- Notes
- This Pulumi package is based on the
intersight
Terraform Provider.
intersight 1.0.64 published on Wednesday, Apr 30, 2025 by ciscodevnet