InlineContainerCluster1
Properties
Type of the container cluster. In case of creating container cluster first time, it is expected to pass the valid cluster-type. In case of update, if there is no change in cluster-type, then this field can be omitted in the request.
Possible values are: PAS , PKS , Kubernetes , Openshift , WCP , Other
External identifier of the container cluster.
Details of underlying infrastructure that hosts the container cluster. In case of creating container cluster first time, it is expected to pass the valid infrastructure. In case of update, if there is no change in cluster-type, then this field can be omitted in the request.
Array of additional specific properties of container cluster in key-value format.
JSON Example
{
"cluster_type": "PAS",
"external_id": "string",
"infrastructure": {
"infra_type": "vSphere"
},
"origin_properties": [
{
"key": "string",
"value": "string"
}
]
}
Vendor Extensions
x-vmw-nsx-module: InventoryContainerObj