CbmClusterNodeEntity

CbmClusterNodeEntity
CbmClusterNodeEntity

NSX Cluster is made up of multiple cluster nodes. Each node can perform multiple functions, commonly referred to as roles. Cluster node entities are processes running in a cluster node that assist in the performance of a role. Cluster Boot Manager is a daemon that securely bootstraps and configures the entities. This type contains attributes of a cluster node entity that are relevant to the Cluster Boot Manager.

JSON Example
{
    "certificate": "string",
    "entity_type": "string",
    "entity_uuid": "string",
    "fqdn": "string",
    "ip_address": "string",
    "ipv6_address": "string",
    "ipv6_subnet_prefix_length": 0,
    "port": 0,
    "subnet_prefix_length": 0
}
string
certificate
Required

Public certificate of the entity in PEM format.

string
entity_type
Required

Type of the entity.

Possible values are : MANAGER, CONTROLLER, POLICY, HTTPS, CLUSTER_BOOT_MANAGER, DATASTORE, GLOBAL_MANAGER, ASYNC_REPLICATOR, MONITORING, IDPS_REPORTING, CORFU_NONCONFIG,
string
entity_uuid
Required

UUID of the entity.

string As hostname As hostname
fqdn
Optional

Domain name the entity binds to.

string
ip_address
Optional

IP address the entity binds to.

string
ipv6_address
Optional

IPv6 address the entity binds to.

integer As int64 As int64
ipv6_subnet_prefix_length
Optional
Constraints: minimum: 0 maximum: 128

IPv6 subnet mask prefix length of the entity binds to.

integer As int64 As int64
port
Optional
Constraints: minimum: 0 maximum: 65535

Port the entity binds to.

integer As int64 As int64
subnet_prefix_length
Optional
Constraints: minimum: 0 maximum: 32

IPv4 subnet mask prefix length of the entity binds to.