VspClusterConfigSpec
VSP Cluster config spec
VSP Cluster config spec
AllOf
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,
"volumes": [
{
"id": "string",
"capacity": 0
}
]
}