Interface VirtualMachineTemplate.DefinitionStages.WithMoRefId
- All Known Subinterfaces:
VirtualMachineTemplate.Definition
,VirtualMachineTemplate.DefinitionStages.WithCreate
- Enclosing interface:
- VirtualMachineTemplate.DefinitionStages
public static interface VirtualMachineTemplate.DefinitionStages.WithMoRefId
The stage of the VirtualMachineTemplate definition allowing to specify moRefId.
-
Method Summary
Modifier and TypeMethodDescriptionwithMoRefId
(String moRefId) Specifies the moRefId property: Gets or sets the vCenter MoRef (Managed Object Reference) ID for the virtual machine template..
-
Method Details
-
withMoRefId
Specifies the moRefId property: Gets or sets the vCenter MoRef (Managed Object Reference) ID for the virtual machine template..- Parameters:
moRefId
- Gets or sets the vCenter MoRef (Managed Object Reference) ID for the virtual machine template.- Returns:
- the next definition stage.
-