Interface LabVirtualMachine.DefinitionStages.WithIsAuthenticationWithSshKey

All Known Subinterfaces:
LabVirtualMachine.Definition, LabVirtualMachine.DefinitionStages.WithCreate
Enclosing interface:
LabVirtualMachine.DefinitionStages

public static interface LabVirtualMachine.DefinitionStages.WithIsAuthenticationWithSshKey
The stage of the LabVirtualMachine definition allowing to specify isAuthenticationWithSshKey.
  • Method Details

    • withIsAuthenticationWithSshKey

      LabVirtualMachine.DefinitionStages.WithCreate withIsAuthenticationWithSshKey(Boolean isAuthenticationWithSshKey)
      Specifies the isAuthenticationWithSshKey property: Indicates whether this virtual machine uses an SSH key for authentication..
      Parameters:
      isAuthenticationWithSshKey - Indicates whether this virtual machine uses an SSH key for authentication.
      Returns:
      the next definition stage.