Virtual Storage Lifecycle Management API
| Local Properties | ||
Managed Object Types | Data Object Types | All Properties | All Methods |
Data Object - ComputeResourceConfigSpec(vim.ComputeResource.ConfigSpec)
- Parameter to
- AddStandaloneHost_Task, BatchAddHostsToCluster_Task, BatchAddStandaloneHosts_Task, ReconfigureComputeResource_Task
- Extended by
- ClusterConfigSpecEx
- Extends
- DynamicData
- See also
- ComputeResourceHostSeedSpec, DesiredSoftwareSpec
- Since
- VI API 2.5
Data Object Description
Changes to apply to the compute resource configuration.Properties
Name | Type | Description |
---|---|---|
defaultHardwareVersionKey* | xsd:string |
Key for Default Hardware Version to be used on this compute resource
in the format of key.
Setting this field affects
defaultConfigOption returned
by EnvironmentBrowser of this object and all its children
with this field unset.
Since vSphere API Release 5.1 |
desiredSoftwareSpec* | DesiredSoftwareSpec |
Desired software spec for the set of physical compute resources. This
parameter is supported in vim.Folder#createClusterEx and
vim.Folder#addStandaloneHost operations.
If unset, this field will be initialized with the latest base image
from the image depot on vSphere version 9.0 and later.
Since vSphere API Release 7.0 |
enableConfigManager* | xsd:boolean |
Flag indicating whether or not the vLCM (vSphere Lifecycle Manager)
Config Manager feature is enabled on this compute resource. If the
flag is not set, the Config Manager feature will be disabled by
default. This parameter is only supported in CreateClusterEx
operation.
Since vSphere API Release 7.0.3.1 |
hostSeedSpec* | ComputeResourceHostSeedSpec |
Specification for the host seeding operation.
Since vSphere API Release 8.0.3.0 |
maximumHardwareVersionKey* | xsd:string |
Key for Maximum Hardware Version to be used on this compute resource
in the format of key.
Setting this field affects
defaultConfigOption returned
by EnvironmentBrowser of this object and all its children
with this field unset.
Since vSphere API Release 7.0.2.0 |
networkBootMode* | xsd:string |
Enumeration indicating whether and what kind of netwoork boot mode
should be configured for the compute resource. Supported values are
enumerated in ComputeResourceNetworkBootMode. If the
property is not set not network boot will not be supported by this
compute resource.
This property is only supported in CreateClusterEx
operation.
Since vSphere API Release 9.0.0.0 |
softwareSpecId* | xsd:string |
ID of a software specification from the repository.
This software specification is created in the repository before
cluster creation operation or add standalone host operation.
This desired state software specification will be applied to the
cluster or the standalone host.
The lifecycle of the created cluster or the added standalone host
will be managed by vLCM.
Since vSphere API Release 9.0.0.0 |
spbmEnabled* | xsd:boolean |
Flag indicating whether or not the SPBM(Storage Policy Based Management)
feature is enabled on this compute resource
Since vSphere API Release 5.0 |
vmSwapPlacement* | xsd:string |
New setting for the swapfile placement policy. Any change to this
policy will affect virtual machines that subsequently power on or
resume from a suspended state in this compute resource, or that
migrate to a host in this compute resource while powered on; virtual
machines that are currently powered on in this compute resource will
not yet be affected. See VirtualMachineConfigInfoSwapPlacementType |
Properties inherited from DynamicData | ||
None |
Show WSDL type definition
Top of page | Local Properties | ||
Managed Object Types | Data Object Types | All Properties | All Methods |