Uses of Class
com.vmware.vra.jenkinsplugin.model.iaas.RemoteAccessSpecification
Package | Description |
---|---|
com.vmware.vra.jenkinsplugin.model.iaas |
-
Uses of RemoteAccessSpecification in com.vmware.vra.jenkinsplugin.model.iaas
Methods in com.vmware.vra.jenkinsplugin.model.iaas that return RemoteAccessSpecification Modifier and Type Method Description RemoteAccessSpecification
RemoteAccessSpecification. authentication(String authentication)
RemoteAccessSpecification
MachineSpecification. getRemoteAccess()
Get remoteAccessRemoteAccessSpecification
RemoteAccessSpecification. keyPair(String keyPair)
RemoteAccessSpecification
RemoteAccessSpecification. password(String password)
RemoteAccessSpecification
RemoteAccessSpecification. sshKey(String sshKey)
RemoteAccessSpecification
RemoteAccessSpecification. username(String username)
Methods in com.vmware.vra.jenkinsplugin.model.iaas with parameters of type RemoteAccessSpecification Modifier and Type Method Description MachineSpecification
MachineSpecification. remoteAccess(RemoteAccessSpecification remoteAccess)
void
MachineSpecification. setRemoteAccess(RemoteAccessSpecification remoteAccess)