[{"label":"Latest (v1.0)","version":"latest"}]
nsx-vmc-policy

InlineContainerCluster1

Properties

string
cluster_type Optional

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: PASPKSKubernetesOpenshiftWCPOther


string
external_id Optional

External identifier of the container cluster.


infrastructure Optional

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 KeyValuePair
origin_properties Optional

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

This class contains the following vendor extensions defined in the spec:
x-vmw-nsx-module: InventoryContainerObj
[{"label":"Latest (v1.0)","version":"latest"}]
nsx-vmc-policy
Used By

ContainerCluster

Feedback

Was this page helpful?