Interface BatchAICluster.DefinitionStages.WithUserCredentials
- All Known Subinterfaces:
BatchAICluster.Definition
,BatchAICluster.DefinitionStages.WithCreate
- Enclosing interface:
- BatchAICluster.DefinitionStages
public static interface BatchAICluster.DefinitionStages.WithUserCredentials
Specifies the credentials to use for authentication on each of the nodes of a cluster.
-
Method Summary
Modifier and TypeMethodDescriptionwithPassword
(String password) withSshPublicKey
(String sshPublicKey)
-
Method Details
-
withPassword
- Parameters:
password
- Admin user password (linux only)- Returns:
- the next stage of the definition
-
withSshPublicKey
- Parameters:
sshPublicKey
- SSH public keys used to authenticate with linux based VMs- Returns:
- the next stage of the definition
-