[{"label":"Latest (5.0.0)","version":"latest"},{"version":"4.5.1"},{"version":"4.5.0"},{"version":"4.4.0"},{"version":"4.3.1"},{"link":"https://developer.vmware.com/apis/1126/vmware-cloud-foundation","version":"4.3"},{"link":"https://developer.vmware.com/apis/1077/vmware-cloud-foundation","version":"4.2"},{"link":"https://developer.vmware.com/apis/1032/vmware-cloud-foundation","version":"4.1"},{"link":"https://developer.vmware.com/apis/1002/vmware-cloud-foundation","version":"4.0.1"},{"link":"https://developer.vmware.com/apis/921/vmware-cloud-foundation","version":"4.0"},{"link":"https://developer.vmware.com/apis/925/vmware-cloud-foundation","version":"3.10"},{"link":"https://developer.vmware.com/apis/891/vmware-cloud-foundation","version":"3.9.1"},{"link":"https://developer.vmware.com/apis/723/vmware-cloud-foundation","version":"3.9.0"},{"link":"https://developer.vmware.com/apis/711/vmware-cloud-foundation","version":"3.8.1"},{"link":"https://developer.vmware.com/apis/685/vmware-cloud-foundation","version":"3.8"}]
vcf
Introduced1

VxRailDetails

Contains the VxRail Manager details


Properties

adminCredentials Optional

VxRail Manager admin credentials


map of List
arrayContextWithKeyValuePair Introduced Optional

Map of Context class with list of key and value pairs for array objects


map of List
contextWithKeyValuePair Optional

Map of Context class with list of key and value pairs


string
dnsName Optional

DNS Name/Hostname of the VxRail Manager


string
ipAddress Optional

IP Address of the VxRail Manager


array of Network
networks Optional

Network details of the VxRail Manager


string
nicProfile Optional

Nic Profile Type


rootCredentials Optional

VxRail Manager root credentials


string
sshThumbprint Optional

SSH thumbprint of the VxRail Manager


string
sslThumbprint Optional

SSL thumbprint of the VxRail Manager

JSON Example

{
	"adminCredentials": {
		"credentialType": "One among: SSH",
		"password": "string",
		"username": "string"
	},
	"dnsName": "string",
	"ipAddress": "string",
	"networks": [
		{
			"freeIps": [
				"string"
			],
			"gateway": "string",
			"id": "string",
			"ipPools": [
				{
					"end": "string",
					"start": "string"
				}
			],
			"mask": "string",
			"mtu": 0,
			"subnet": "string",
			"type": "string",
			"usedIps": [
				"string"
			],
			"vlanId": 0
		}
	],
	"nicProfile": "string",
	"rootCredentials": {
		"credentialType": "One among: SSH",
		"password": "string",
		"username": "string"
	},
	"sshThumbprint": "string",
	"sslThumbprint": "string"
}
[{"label":"Latest (5.0.0)","version":"latest"},{"version":"4.5.1"},{"version":"4.5.0"},{"version":"4.4.0"},{"version":"4.3.1"},{"link":"https://developer.vmware.com/apis/1126/vmware-cloud-foundation","version":"4.3"},{"link":"https://developer.vmware.com/apis/1077/vmware-cloud-foundation","version":"4.2"},{"link":"https://developer.vmware.com/apis/1032/vmware-cloud-foundation","version":"4.1"},{"link":"https://developer.vmware.com/apis/1002/vmware-cloud-foundation","version":"4.0.1"},{"link":"https://developer.vmware.com/apis/921/vmware-cloud-foundation","version":"4.0"},{"link":"https://developer.vmware.com/apis/925/vmware-cloud-foundation","version":"3.10"},{"link":"https://developer.vmware.com/apis/891/vmware-cloud-foundation","version":"3.9.1"},{"link":"https://developer.vmware.com/apis/723/vmware-cloud-foundation","version":"3.9.0"},{"link":"https://developer.vmware.com/apis/711/vmware-cloud-foundation","version":"3.8.1"},{"link":"https://developer.vmware.com/apis/685/vmware-cloud-foundation","version":"3.8"}]
vcf
Property Of

ClusterSpec
What's changed in 4.5.1?

Added Properties
arrayContextWithKeyValuePair

Feedback

Was this page helpful?