VspClusterConfigBase
VSP Cluster config spec
VSP Cluster config spec
JSON Example
{
"type": "string",
"size": "string",
"ipv4Pool": [
"string"
],
"ipv6Pool": [
"string"
],
"dnsServers": [
"string"
],
"ntpServers": [
"string"
],
"platformIngress": {
"fqdn": "string",
"certificate": "string",
"vipAddresses": {
"ipv4Addresses": [
"string"
],
"ipv6Addresses": [
"string"
]
}
},
"fleetIngress": {
"fqdn": "string",
"certificate": "string",
"vipAddresses": {
"ipv4Addresses": [
"string"
],
"ipv6Addresses": [
"string"
]
}
},
"instanceIngress": {
"fqdn": "string",
"certificate": "string",
"vipAddresses": {
"ipv4Addresses": [
"string"
],
"ipv6Addresses": [
"string"
]
}
},
"peerProxy": {
"host": "string",
"port": 0,
"tlsEnabled": false,
"credentialsEnabled": false,
"username": "string",
"password": "string",
"encodedCertificate": "string",
"excludeDomains": "string",
"excludeIpAddresses": "string"
},
"ceip": false
}
string
type
Required
type
string
size
Optional
size
array of
string
ipv4Pool
Optional
list of cluster nodes IPv4 addresses
array of
string
ipv6Pool
Optional
list of cluster nodes IPv6 addresses
array of
string
dnsServers
Optional
list of DNS servers to be used by the cluster nodes
array of
string
ntpServers
Optional
list of NTP servers to be used by the cluster nodes
boolean
ceip
Optional
CEIP status