[{"label":"Latest (1.3.0)","version":"latest"}]
vrealize-suite-lifecycle-manager

VCCluster

Properties

string
clusterName Optional

integer as int32
cpu Optional

array of Host
hosts Optional

boolean
isManaged Optional

number as double
memory Optional

array of Network
networks Optional

array of ResourcePool
resourcePools Optional

array of Storage
storages Optional

virtualMachineTemplates Optional

array of VirtualMachine
virtualMachines Optional

JSON Example

{
	"clusterName": "string",
	"cpu": 0,
	"hosts": [
		{
			"cpu": 0,
			"hostName": "string",
			"memory": 0,
			"networks": [
				{
					"isManaged": false,
					"network": "string"
				}
			],
			"storages": [
				{
					"availableSize": 0,
					"isManaged": false,
					"storageName": "string",
					"totalSize": 0
				}
			],
			"totalStorage": 0
		}
	],
	"isManaged": false,
	"memory": 0,
	"networks": [
		{
			"isManaged": false,
			"network": "string"
		}
	],
	"resourcePools": [
		{
			"children": "ResourcePool Object",
			"morId": "string",
			"name": "string"
		}
	],
	"storages": [
		{
			"availableSize": 0,
			"isManaged": false,
			"storageName": "string",
			"totalSize": 0
		}
	],
	"virtualMachineTemplates": [
		{
			"name": "string"
		}
	],
	"virtualMachines": [
		{
			"hostName": "string",
			"ipAddress": "string",
			"name": "string",
			"productName": "string",
			"productVersion": "string",
			"vCenter": "string",
			"vmName": "string"
		}
	]
}
[{"label":"Latest (1.3.0)","version":"latest"}]
vrealize-suite-lifecycle-manager
Property Of

VCDataCenter

Feedback

Was this page helpful?