Uses of Class
cloud.dnation.hetznerclient.ServerDetail
-
-
Uses of ServerDetail in cloud.dnation.hetznerclient
Methods in cloud.dnation.hetznerclient that return types with arguments of type ServerDetail Modifier and Type Method Description List<ServerDetail>GetServersBySelectorResponse. getServers()Get serversMethods in cloud.dnation.hetznerclient with parameters of type ServerDetail Modifier and Type Method Description GetServersBySelectorResponseGetServersBySelectorResponse. addServersItem(ServerDetail serversItem)CreateServerResponseCreateServerResponse. server(ServerDetail server)GetServerByIdResponseGetServerByIdResponse. server(ServerDetail server)voidCreateServerResponse. setServer(ServerDetail server)voidGetServerByIdResponse. setServer(ServerDetail server)Method parameters in cloud.dnation.hetznerclient with type arguments of type ServerDetail Modifier and Type Method Description GetServersBySelectorResponseGetServersBySelectorResponse. servers(List<ServerDetail> servers)voidGetServersBySelectorResponse. setServers(List<ServerDetail> servers)
-